| | |
| | | const props = { |
| | | autoClose: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | confirmBtn: { |
| | | type: null, |
| | | value: '', |
| | | }, |
| | | style: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | firstDayOfWeek: { |
| | | type: Number, |
| | | value: 0, |
| | | }, |
| | | format: { |
| | | type: null, |
| | | }, |
| | | maxDate: { |
| | | type: Number, |
| | | }, |
| | | minDate: { |
| | | type: Number, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | }, |
| | | type: { |
| | | type: String, |
| | | value: 'single', |
| | | }, |
| | | usePopup: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | value: { |
| | | type: null, |
| | | value: null, |
| | | }, |
| | | defaultValue: { |
| | | type: null, |
| | | }, |
| | | visible: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | }; |
| | | export default props; |
| | | const props={allowSameDay:{type:Boolean,value:!1},autoClose:{type:Boolean,value:!0},confirmBtn:{type:null,value:""},firstDayOfWeek:{type:Number,value:0},format:{type:null},localeText:{type:Object},maxDate:{type:Number},minDate:{type:Number},readonly:{type:Boolean},switchMode:{type:String,value:"none"},title:{type:String},type:{type:String,value:"single"},usePopup:{type:Boolean,value:!0},usingCustomNavbar:{type:Boolean,value:!1},value:{type:null,value:null},defaultValue:{type:null},visible:{type:Boolean,value:!1}};export default props; |