| | |
| | | const props = { |
| | | cancelBtn: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | confirmBtn: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | customLocale: { |
| | | type: String, |
| | | value: 'zh', |
| | | }, |
| | | end: { |
| | | type: null, |
| | | }, |
| | | externalClasses: { |
| | | type: Array, |
| | | }, |
| | | format: { |
| | | type: String, |
| | | value: 'YYYY-MM-DD HH:mm:ss', |
| | | }, |
| | | header: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | mode: { |
| | | type: null, |
| | | value: 'date', |
| | | }, |
| | | popupProps: { |
| | | type: Object, |
| | | value: {}, |
| | | }, |
| | | showWeek: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | start: { |
| | | type: null, |
| | | }, |
| | | steps: { |
| | | type: Object, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | usePopup: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | value: { |
| | | type: null, |
| | | value: null, |
| | | }, |
| | | defaultValue: { |
| | | type: null, |
| | | }, |
| | | visible: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | }; |
| | | export default props; |
| | | const props={autoClose:{type:Boolean,value:!1},cancelBtn:{type:String,value:"取消"},confirmBtn:{type:String,value:""},customLocale:{type:String,value:"zh"},end:{type:null},filter:{type:null},format:{type:String,value:"YYYY-MM-DD HH:mm:ss"},formatter:{type:null},header:{type:Boolean,value:!0},mode:{type:null,value:"date"},popupProps:{type:Object,value:{}},showWeek:{type:Boolean,value:!1},start:{type:null},steps:{type:Object,value:{}},title:{type:String,value:""},usePopup:{type:Boolean,value:!0},value:{type:null,value:null},defaultValue:{type:null},visible:{type:Boolean,value:!1}};export default props; |