@fangzhongya/fang-ui 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/fang-ui.js +15 -12
- package/dist/components/alert/index.cjs +1 -0
- package/dist/components/alert/index.d.ts +33 -158
- package/dist/components/alert/index.js +1 -0
- package/dist/components/alert/index.scss +5 -0
- package/dist/components/alert/src/data.d.ts +1 -1
- package/dist/components/alert/src/index.cjs +14 -13
- package/dist/components/alert/src/index.d.ts +63 -314
- package/dist/components/alert/src/index.js +11 -10
- package/dist/components/alert/style/index2.scss +2 -0
- package/dist/components/button/index.cjs +1 -0
- package/dist/components/button/index.d.ts +50 -147
- package/dist/components/button/index.js +1 -0
- package/dist/components/button/index.scss +5 -0
- package/dist/components/button/src/data.cjs +1 -1
- package/dist/components/button/src/data.d.ts +2 -2
- package/dist/components/button/src/data.js +1 -1
- package/dist/components/button/src/index.cjs +14 -18
- package/dist/components/button/src/index.d.ts +98 -293
- package/dist/components/button/src/index.js +11 -15
- package/dist/components/button/style/index2.scss +2 -0
- package/dist/components/buttons/src/index.cjs +3 -3
- package/dist/components/buttons/src/index.js +1 -1
- package/dist/components/buttons/style/index2.scss +3 -0
- package/dist/components/card/index.cjs +1 -0
- package/dist/components/card/index.d.ts +18 -79
- package/dist/components/card/index.js +1 -0
- package/dist/components/card/index.scss +5 -0
- package/dist/components/card/src/data.d.ts +4 -4
- package/dist/components/card/src/index.cjs +7 -20
- package/dist/components/card/src/index.d.ts +28 -141
- package/dist/components/card/src/index.js +7 -20
- package/dist/components/card/style/index2.scss +2 -0
- package/dist/components/cascader/index.cjs +1 -0
- package/dist/components/cascader/index.d.ts +121 -302
- package/dist/components/cascader/index.js +1 -0
- package/dist/components/cascader/index.scss +5 -0
- package/dist/components/cascader/src/data.d.ts +4 -4
- package/dist/components/cascader/src/index.cjs +7 -21
- package/dist/components/cascader/src/index.d.ts +232 -587
- package/dist/components/cascader/src/index.js +7 -21
- package/dist/components/cascader/style/index2.scss +2 -0
- package/dist/components/cascader-panel/index.cjs +1 -0
- package/dist/components/cascader-panel/index.d.ts +390 -0
- package/dist/components/cascader-panel/index.js +1 -0
- package/dist/components/cascader-panel/index.scss +5 -0
- package/dist/components/cascader-panel/src/data.d.ts +4 -4
- package/dist/components/cascader-panel/src/index.cjs +7 -21
- package/dist/components/cascader-panel/src/index.d.ts +748 -0
- package/dist/components/cascader-panel/src/index.js +7 -21
- package/dist/components/cascader-panel/style/index2.scss +2 -0
- package/dist/components/checkbox/index.cjs +1 -0
- package/dist/components/checkbox/index.d.ts +6 -5
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/checkbox/index.scss +5 -0
- package/dist/components/checkbox/src/data.d.ts +1 -1
- package/dist/components/checkbox/src/index.cjs +14 -13
- package/dist/components/checkbox/src/index.d.ts +9 -8
- package/dist/components/checkbox/src/index.js +11 -10
- package/dist/components/checkbox/style/index2.scss +2 -0
- package/dist/components/checkbox-group/index.cjs +1 -0
- package/dist/components/checkbox-group/index.d.ts +17 -57
- package/dist/components/checkbox-group/index.js +1 -0
- package/dist/components/checkbox-group/index.scss +5 -0
- package/dist/components/checkbox-group/src/data.d.ts +1 -1
- package/dist/components/checkbox-group/src/index.cjs +14 -13
- package/dist/components/checkbox-group/src/index.d.ts +30 -112
- package/dist/components/checkbox-group/src/index.js +11 -10
- package/dist/components/checkbox-group/style/index2.scss +3 -0
- package/dist/components/checks/src/index.cjs +11 -10
- package/dist/components/checks/src/index.js +2 -1
- package/dist/components/checks/style/index2.scss +4 -0
- package/dist/components/collapse/index.cjs +1 -0
- package/dist/components/collapse/index.d.ts +21 -54
- package/dist/components/collapse/index.js +1 -0
- package/dist/components/collapse/index.scss +5 -0
- package/dist/components/collapse/src/data.d.ts +4 -4
- package/dist/components/collapse/src/index.cjs +7 -20
- package/dist/components/collapse/src/index.d.ts +34 -91
- package/dist/components/collapse/src/index.js +7 -20
- package/dist/components/collapse/style/index2.scss +2 -0
- package/dist/components/collapse-item/index.cjs +1 -0
- package/dist/components/collapse-item/index.d.ts +16 -49
- package/dist/components/collapse-item/index.js +1 -0
- package/dist/components/collapse-item/index.scss +5 -0
- package/dist/components/collapse-item/src/data.d.ts +4 -4
- package/dist/components/collapse-item/src/index.cjs +7 -20
- package/dist/components/collapse-item/src/index.d.ts +25 -82
- package/dist/components/collapse-item/src/index.js +7 -20
- package/dist/components/collapse-item/style/index2.scss +3 -0
- package/dist/components/color-picker/index.cjs +1 -0
- package/dist/components/color-picker/index.d.ts +132 -0
- package/dist/components/color-picker/index.js +1 -0
- package/dist/components/color-picker/index.scss +5 -0
- package/dist/components/color-picker/src/data.d.ts +4 -4
- package/dist/components/color-picker/src/index.cjs +7 -20
- package/dist/components/color-picker/src/index.d.ts +234 -0
- package/dist/components/color-picker/src/index.js +7 -20
- package/dist/components/color-picker/style/index2.scss +2 -0
- package/dist/components/config-provider/index.cjs +1 -0
- package/dist/components/config-provider/index.d.ts +121 -31
- package/dist/components/config-provider/index.js +1 -0
- package/dist/components/config-provider/index.scss +5 -0
- package/dist/components/config-provider/src/data.cjs +1 -14
- package/dist/components/config-provider/src/data.d.ts +3 -19
- package/dist/components/config-provider/src/data.js +1 -14
- package/dist/components/config-provider/src/index.cjs +15 -15
- package/dist/components/config-provider/src/index.d.ts +225 -19
- package/dist/components/config-provider/src/index.js +14 -14
- package/dist/components/config-provider/src/zh-cn.d.ts +1 -0
- package/dist/components/config-provider/style/index2.scss +2 -0
- package/dist/components/date-picker/index.cjs +1 -0
- package/dist/components/date-picker/index.d.ts +71 -292
- package/dist/components/date-picker/index.js +1 -0
- package/dist/components/date-picker/index.scss +5 -0
- package/dist/components/date-picker/src/data.d.ts +1 -1
- package/dist/components/date-picker/src/index.cjs +14 -13
- package/dist/components/date-picker/src/index.d.ts +137 -582
- package/dist/components/date-picker/src/index.js +11 -10
- package/dist/components/date-picker/style/index2.scss +2 -0
- package/dist/components/dates/src/index.cjs +2 -2
- package/dist/components/dates/src/index.js +1 -1
- package/dist/components/dates/style/index2.scss +3 -0
- package/dist/components/dropdown/index.cjs +1 -0
- package/dist/components/dropdown/index.d.ts +62 -268
- package/dist/components/dropdown/index.js +1 -0
- package/dist/components/dropdown/index.scss +5 -0
- package/dist/components/dropdown/src/data.d.ts +1 -1
- package/dist/components/dropdown/src/index.cjs +14 -13
- package/dist/components/dropdown/src/index.d.ts +118 -534
- package/dist/components/dropdown/src/index.js +11 -10
- package/dist/components/dropdown/style/index2.scss +2 -0
- package/dist/components/dropdown-item/index.cjs +1 -0
- package/dist/components/dropdown-item/index.d.ts +12 -25
- package/dist/components/dropdown-item/index.js +1 -0
- package/dist/components/dropdown-item/index.scss +5 -0
- package/dist/components/dropdown-item/src/data.d.ts +1 -2
- package/dist/components/dropdown-item/src/index.cjs +14 -13
- package/dist/components/dropdown-item/src/index.d.ts +22 -49
- package/dist/components/dropdown-item/src/index.js +11 -10
- package/dist/components/dropdown-item/style/index2.scss +3 -0
- package/dist/components/dropdown-menu/index.cjs +1 -0
- package/dist/components/dropdown-menu/index.d.ts +4 -3
- package/dist/components/dropdown-menu/index.js +1 -0
- package/dist/components/dropdown-menu/index.scss +5 -0
- package/dist/components/dropdown-menu/src/data.d.ts +1 -2
- package/dist/components/dropdown-menu/src/index.cjs +14 -13
- package/dist/components/dropdown-menu/src/index.d.ts +6 -5
- package/dist/components/dropdown-menu/src/index.js +11 -10
- package/dist/components/dropdown-menu/style/index2.scss +3 -0
- package/dist/components/edit/index.cjs +3 -2
- package/dist/components/edit/index.css +17 -7
- package/dist/components/edit/index.js +3 -2
- package/dist/components/edit/index.scss +20 -0
- package/dist/components/edit/src/index.cjs +115 -5
- package/dist/components/edit/src/index.js +115 -5
- package/dist/components/edit/src/index2.cjs +2 -115
- package/dist/components/edit/src/index2.js +1 -114
- package/dist/components/form/index.cjs +1 -0
- package/dist/components/form/index.d.ts +184 -3
- package/dist/components/form/index.js +1 -0
- package/dist/components/form/index.scss +5 -0
- package/dist/components/form/src/data.cjs +3 -0
- package/dist/components/form/src/data.d.ts +1 -1
- package/dist/components/form/src/data.js +4 -1
- package/dist/components/form/src/index.cjs +15 -12
- package/dist/components/form/src/index.d.ts +363 -4
- package/dist/components/form/src/index.js +15 -12
- package/dist/components/form/style/index2.scss +2 -0
- package/dist/components/form-item/index.cjs +1 -0
- package/dist/components/form-item/index.d.ts +45 -114
- package/dist/components/form-item/index.js +1 -0
- package/dist/components/form-item/index.scss +5 -0
- package/dist/components/form-item/src/data.d.ts +1 -2
- package/dist/components/form-item/src/index.cjs +14 -13
- package/dist/components/form-item/src/index.d.ts +87 -226
- package/dist/components/form-item/src/index.js +11 -10
- package/dist/components/form-item/style/index2.scss +3 -0
- package/dist/components/image/index.cjs +1 -0
- package/dist/components/image/index.d.ts +45 -176
- package/dist/components/image/index.js +1 -0
- package/dist/components/image/index.scss +5 -0
- package/dist/components/image/src/data.d.ts +4 -4
- package/dist/components/image/src/index.cjs +7 -20
- package/dist/components/image/src/index.d.ts +82 -335
- package/dist/components/image/src/index.js +7 -20
- package/dist/components/image/style/index2.scss +2 -0
- package/dist/components/index.cjs +48 -54
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.js +0 -6
- package/dist/components/index.scss +39 -1
- package/dist/components/input/index.cjs +1 -0
- package/dist/components/input/index.d.ts +70 -211
- package/dist/components/input/index.js +1 -0
- package/dist/components/input/index.scss +5 -0
- package/dist/components/input/src/index.cjs +14 -13
- package/dist/components/input/src/index.d.ts +137 -420
- package/dist/components/input/src/index.js +11 -10
- package/dist/components/input/style/index2.scss +2 -0
- package/dist/components/input-number/index.cjs +1 -0
- package/dist/components/input-number/index.d.ts +40 -165
- package/dist/components/input-number/index.js +1 -0
- package/dist/components/input-number/index.scss +5 -0
- package/dist/components/input-number/src/data.d.ts +1 -1
- package/dist/components/input-number/src/index.cjs +14 -13
- package/dist/components/input-number/src/index.d.ts +78 -329
- package/dist/components/input-number/src/index.js +11 -10
- package/dist/components/input-number/style/index2.scss +2 -0
- package/dist/components/option/index.cjs +1 -0
- package/dist/components/option/index.d.ts +14 -32
- package/dist/components/option/index.js +1 -0
- package/dist/components/option/index.scss +5 -0
- package/dist/components/option/src/data.cjs +1 -10
- package/dist/components/option/src/data.d.ts +2 -10
- package/dist/components/option/src/data.js +1 -10
- package/dist/components/option/src/index.cjs +13 -17
- package/dist/components/option/src/index.d.ts +13 -152
- package/dist/components/option/src/index.js +10 -14
- package/dist/components/option/style/index2.scss +3 -0
- package/dist/components/option-group/index.cjs +1 -0
- package/dist/components/option-group/index.d.ts +1 -1
- package/dist/components/option-group/index.js +1 -0
- package/dist/components/option-group/index.scss +5 -0
- package/dist/components/option-group/src/data.d.ts +1 -2
- package/dist/components/option-group/src/index.cjs +14 -13
- package/dist/components/option-group/src/index.d.ts +1 -1
- package/dist/components/option-group/src/index.js +11 -10
- package/dist/components/option-group/style/index2.scss +3 -0
- package/dist/components/pagination/index.cjs +1 -0
- package/dist/components/pagination/index.d.ts +35 -160
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/pagination/index.scss +5 -0
- package/dist/components/pagination/src/data.d.ts +1 -1
- package/dist/components/pagination/src/index.cjs +14 -13
- package/dist/components/pagination/src/index.d.ts +67 -318
- package/dist/components/pagination/src/index.js +11 -10
- package/dist/components/pagination/style/index2.scss +2 -0
- package/dist/components/popconfirm/index.cjs +1 -0
- package/dist/components/popconfirm/index.d.ts +37 -134
- package/dist/components/popconfirm/index.js +1 -0
- package/dist/components/popconfirm/index.scss +5 -0
- package/dist/components/popconfirm/src/data.d.ts +1 -1
- package/dist/components/popconfirm/src/index.cjs +14 -13
- package/dist/components/popconfirm/src/index.d.ts +71 -266
- package/dist/components/popconfirm/src/index.js +11 -10
- package/dist/components/popconfirm/style/index2.scss +2 -0
- package/dist/components/popover/index.cjs +1 -0
- package/dist/components/popover/index.d.ts +319 -311
- package/dist/components/popover/index.js +1 -0
- package/dist/components/popover/index.scss +5 -0
- package/dist/components/popover/src/data.d.ts +4 -4
- package/dist/components/popover/src/index.cjs +7 -20
- package/dist/components/popover/src/index.d.ts +642 -618
- package/dist/components/popover/src/index.js +7 -20
- package/dist/components/popover/style/index2.scss +2 -0
- package/dist/components/radio/index.cjs +1 -0
- package/dist/components/radio/index.d.ts +25 -80
- package/dist/components/radio/index.js +1 -0
- package/dist/components/radio/index.scss +5 -0
- package/dist/components/radio/src/data.d.ts +1 -1
- package/dist/components/radio/src/index.cjs +14 -13
- package/dist/components/radio/src/index.d.ts +48 -159
- package/dist/components/radio/src/index.js +11 -10
- package/dist/components/radio/style/index2.scss +2 -0
- package/dist/components/radio-group/index.cjs +1 -0
- package/dist/components/radio-group/index.d.ts +25 -108
- package/dist/components/radio-group/index.js +1 -0
- package/dist/components/radio-group/index.scss +5 -0
- package/dist/components/radio-group/src/data.d.ts +1 -1
- package/dist/components/radio-group/src/index.cjs +14 -13
- package/dist/components/radio-group/src/index.d.ts +48 -215
- package/dist/components/radio-group/src/index.js +11 -10
- package/dist/components/radio-group/style/index2.scss +3 -0
- package/dist/components/select/index.cjs +1 -0
- package/dist/components/select/index.d.ts +121 -368
- package/dist/components/select/index.js +1 -0
- package/dist/components/select/index.scss +5 -0
- package/dist/components/select/src/data.d.ts +1 -1
- package/dist/components/select/src/index.cjs +14 -13
- package/dist/components/select/src/index.d.ts +235 -734
- package/dist/components/select/src/index.js +11 -10
- package/dist/components/select/style/index2.scss +2 -0
- package/dist/components/slider/index.cjs +1 -0
- package/dist/components/slider/index.d.ts +117 -295
- package/dist/components/slider/index.js +1 -0
- package/dist/components/slider/index.scss +5 -0
- package/dist/components/slider/src/data.d.ts +4 -4
- package/dist/components/slider/src/index.cjs +7 -20
- package/dist/components/slider/src/index.d.ts +226 -574
- package/dist/components/slider/src/index.js +7 -20
- package/dist/components/slider/style/index2.scss +2 -0
- package/dist/components/switch/index.cjs +1 -0
- package/dist/components/switch/index.d.ts +56 -167
- package/dist/components/switch/index.js +1 -0
- package/dist/components/switch/index.scss +5 -0
- package/dist/components/switch/src/data.d.ts +1 -1
- package/dist/components/switch/src/index.cjs +14 -13
- package/dist/components/switch/src/index.d.ts +110 -333
- package/dist/components/switch/src/index.js +11 -10
- package/dist/components/switch/style/index2.scss +2 -0
- package/dist/components/tab-pane/index.cjs +1 -0
- package/dist/components/tab-pane/index.d.ts +7 -20
- package/dist/components/tab-pane/index.js +1 -0
- package/dist/components/tab-pane/index.scss +5 -0
- package/dist/components/tab-pane/src/data.d.ts +1 -2
- package/dist/components/tab-pane/src/index.cjs +14 -13
- package/dist/components/tab-pane/src/index.d.ts +12 -39
- package/dist/components/tab-pane/src/index.js +11 -10
- package/dist/components/tab-pane/style/index2.scss +3 -0
- package/dist/components/tables/common/table-but.cjs +9 -9
- package/dist/components/tables/common/table-but.js +1 -1
- package/dist/components/tabs/index.cjs +1 -0
- package/dist/components/tabs/index.d.ts +35 -60
- package/dist/components/tabs/index.js +1 -0
- package/dist/components/tabs/index.scss +5 -0
- package/dist/components/tabs/src/data.d.ts +1 -1
- package/dist/components/tabs/src/index.cjs +14 -13
- package/dist/components/tabs/src/index.d.ts +67 -118
- package/dist/components/tabs/src/index.js +11 -10
- package/dist/components/tabs/style/index2.scss +2 -0
- package/dist/components/time-picker/index.cjs +1 -0
- package/dist/components/time-picker/index.d.ts +68 -290
- package/dist/components/time-picker/index.js +1 -0
- package/dist/components/time-picker/index.scss +5 -0
- package/dist/components/time-picker/src/data.d.ts +1 -1
- package/dist/components/time-picker/src/index.cjs +14 -13
- package/dist/components/time-picker/src/index.d.ts +132 -578
- package/dist/components/time-picker/src/index.js +11 -10
- package/dist/components/time-picker/style/index2.scss +2 -0
- package/dist/components/time-select/index.cjs +1 -0
- package/dist/components/time-select/index.d.ts +36 -175
- package/dist/components/time-select/index.js +1 -0
- package/dist/components/time-select/index.scss +5 -0
- package/dist/components/time-select/src/data.d.ts +1 -1
- package/dist/components/time-select/src/index.cjs +14 -13
- package/dist/components/time-select/src/index.d.ts +70 -349
- package/dist/components/time-select/src/index.js +11 -10
- package/dist/components/time-select/style/index2.scss +2 -0
- package/dist/components/tooltip/index.cjs +1 -0
- package/dist/components/tooltip/index.d.ts +566 -413
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tooltip/index.scss +5 -0
- package/dist/components/tooltip/src/data.d.ts +1 -1
- package/dist/components/tooltip/src/index.cjs +14 -13
- package/dist/components/tooltip/src/index.d.ts +1134 -831
- package/dist/components/tooltip/src/index.js +11 -10
- package/dist/components/tooltip/style/index2.scss +2 -0
- package/dist/components/tree/index.cjs +1 -0
- package/dist/components/tree/index.d.ts +547 -14053
- package/dist/components/tree/index.js +1 -0
- package/dist/components/tree/index.scss +5 -0
- package/dist/components/tree/src/data.d.ts +4 -4
- package/dist/components/tree/src/index.cjs +13 -31
- package/dist/components/tree/src/index.d.ts +1266 -28268
- package/dist/components/tree/src/index.js +13 -31
- package/dist/components/tree/style/index2.scss +2 -0
- package/dist/components/tree-select/index.cjs +1 -0
- package/dist/components/tree-select/index.d.ts +4 -10
- package/dist/components/tree-select/index.js +1 -0
- package/dist/components/tree-select/index.scss +5 -0
- package/dist/components/tree-select/src/data.d.ts +4 -4
- package/dist/components/tree-select/src/index.cjs +7 -20
- package/dist/components/tree-select/src/index.d.ts +2 -4
- package/dist/components/tree-select/src/index.js +7 -20
- package/dist/components/tree-select/style/index2.scss +2 -0
- package/dist/components/tree-select-box/index.d.ts +1415 -0
- package/dist/components/tree-select-box/src/index.d.ts +2504 -0
- package/dist/components/upload/index.cjs +1 -0
- package/dist/components/upload/index.d.ts +212 -367
- package/dist/components/upload/index.js +1 -0
- package/dist/components/upload/index.scss +5 -0
- package/dist/components/upload/src/data.d.ts +1 -1
- package/dist/components/upload/src/index.cjs +14 -13
- package/dist/components/upload/src/index.d.ts +429 -740
- package/dist/components/upload/src/index.js +11 -10
- package/dist/components/upload/style/index2.scss +2 -0
- package/dist/components/user-select/index.d.ts +1421 -0
- package/dist/components/user-select/src/index.d.ts +2509 -0
- package/dist/directives/scroll/index.cjs +2 -2
- package/dist/directives/scroll/index.js +2 -2
- package/dist/expand/{chunk-P5447R3I.cjs → chunk-JOH5MZT3.cjs} +0 -3
- package/dist/expand/{chunk-VZAQ2FM7.js → chunk-XJ2UIJNI.js} +0 -3
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/index.cjs +66 -72
- package/dist/index.css +18 -0
- package/dist/index.js +0 -6
- package/dist/type.d.ts +204 -0
- package/dist/utils/vues/common.cjs +1 -74
- package/dist/utils/vues/common.js +1 -74
- package/package.json +4 -4
- package/dist/components/date/index.cjs +0 -7
- package/dist/components/date/index.d.ts +0 -29
- package/dist/components/date/index.js +0 -7
- package/dist/components/date/src/data.cjs +0 -19
- package/dist/components/date/src/data.d.ts +0 -27
- package/dist/components/date/src/data.js +0 -19
- package/dist/components/date/src/index.cjs +0 -24
- package/dist/components/date/src/index.d.ts +0 -24
- package/dist/components/date/src/index.js +0 -24
- package/dist/components/date/src/index2.cjs +0 -4
- package/dist/components/date/src/index2.js +0 -4
- package/dist/components/table-list/index.cjs +0 -7
- package/dist/components/table-list/index.d.ts +0 -93
- package/dist/components/table-list/index.js +0 -7
- package/dist/components/table-list/src/data.cjs +0 -78
- package/dist/components/table-list/src/data.d.ts +0 -64
- package/dist/components/table-list/src/data.js +0 -78
- package/dist/components/table-list/src/index.cjs +0 -37
- package/dist/components/table-list/src/index.d.ts +0 -54
- package/dist/components/table-list/src/index.js +0 -37
- package/dist/components/table-list/src/index2.cjs +0 -4
- package/dist/components/table-list/src/index2.js +0 -4
- package/dist/components/table-list/src/table-list.cjs +0 -221
- package/dist/components/table-list/src/table-list.d.ts +0 -5
- package/dist/components/table-list/src/table-list.js +0 -221
- package/dist/components/tables/common/business.d.ts +0 -40
- package/dist/components/tables-form/index.cjs +0 -8
- package/dist/components/tables-form/index.js +0 -8
- package/dist/components/tables-form/index.scss +0 -0
- package/dist/components/tables-form/src/column.cjs +0 -270
- package/dist/components/tables-form/src/column.d.ts +0 -9
- package/dist/components/tables-form/src/column.js +0 -270
- package/dist/components/tables-form/src/columns.cjs +0 -48
- package/dist/components/tables-form/src/columns.d.ts +0 -1
- package/dist/components/tables-form/src/columns.js +0 -48
- package/dist/components/tables-form/src/columns2.cjs +0 -4
- package/dist/components/tables-form/src/columns2.js +0 -4
- package/dist/components/tables-form/src/columns3.cjs +0 -52
- package/dist/components/tables-form/src/columns3.js +0 -52
- package/dist/components/tables-form/src/data.cjs +0 -91
- package/dist/components/tables-form/src/data.d.ts +0 -112
- package/dist/components/tables-form/src/data.js +0 -91
- package/dist/components/tables-form/src/index.cjs +0 -247
- package/dist/components/tables-form/src/index.js +0 -247
- package/dist/components/tables-form/src/index2.cjs +0 -4
- package/dist/components/tables-form/src/index2.js +0 -4
- package/dist/components/tables-form/style/index.scss.cjs +0 -1
- package/dist/components/tables-form/style/index.scss.js +0 -1
- package/dist/components/tables-form/style/index2.scss +0 -0
- /package/dist/components/{forms-item → forms-items}/index.css +0 -0
- /package/dist/components/{text → radio-group}/index.css +0 -0
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent, Ref, PublicProps } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
3
|
+
import { Placement, Options } from 'element-plus/es/index';
|
|
4
|
+
import { GetDisabledHours, GetDisabledMinutes, GetDisabledSeconds, SingleOrRange, DateModelType, ModelValueType } from 'element-plus/es/components/time-picker';
|
|
3
5
|
declare function __VLS_template(): {
|
|
4
6
|
attrs: Partial<{}>;
|
|
5
|
-
slots: Partial<Record<string, (_:
|
|
7
|
+
slots: Partial<Record<string, (_: any) => any>>;
|
|
6
8
|
refs: {
|
|
7
9
|
refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
8
10
|
isRange: BooleanConstructor;
|
|
9
|
-
showNow:
|
|
10
|
-
readonly type: PropType<boolean>;
|
|
11
|
-
readonly required: false;
|
|
12
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
|
-
__epPropKey: true;
|
|
14
|
-
} & {
|
|
15
|
-
readonly default: true;
|
|
16
|
-
};
|
|
11
|
+
showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
17
12
|
showWeekNumber: BooleanConstructor;
|
|
18
13
|
ariaLabel: StringConstructor;
|
|
19
14
|
emptyValues: ArrayConstructor;
|
|
20
|
-
valueOnClear:
|
|
21
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
22
|
-
readonly required: false;
|
|
23
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
-
__epPropKey: true;
|
|
25
|
-
} & {
|
|
26
|
-
readonly default: undefined;
|
|
27
|
-
};
|
|
15
|
+
valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
28
16
|
disabledDate: {
|
|
29
17
|
readonly type: PropType<Function>;
|
|
30
18
|
readonly required: false;
|
|
@@ -37,48 +25,13 @@ declare function __VLS_template(): {
|
|
|
37
25
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
26
|
__epPropKey: true;
|
|
39
27
|
};
|
|
40
|
-
shortcuts:
|
|
41
|
-
readonly type: PropType<unknown[]>;
|
|
42
|
-
readonly required: false;
|
|
43
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
|
-
__epPropKey: true;
|
|
45
|
-
} & {
|
|
46
|
-
readonly default: () => never[];
|
|
47
|
-
};
|
|
28
|
+
shortcuts: EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
48
29
|
arrowControl: BooleanConstructor;
|
|
49
|
-
tabindex:
|
|
50
|
-
|
|
51
|
-
readonly required: false;
|
|
52
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
-
__epPropKey: true;
|
|
54
|
-
} & {
|
|
55
|
-
readonly default: 0;
|
|
56
|
-
};
|
|
57
|
-
validateEvent: {
|
|
58
|
-
readonly type: PropType<boolean>;
|
|
59
|
-
readonly required: false;
|
|
60
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
|
-
__epPropKey: true;
|
|
62
|
-
} & {
|
|
63
|
-
readonly default: true;
|
|
64
|
-
};
|
|
30
|
+
tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
31
|
+
validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
65
32
|
unlinkPanels: BooleanConstructor;
|
|
66
|
-
placement:
|
|
67
|
-
|
|
68
|
-
readonly required: false;
|
|
69
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
-
__epPropKey: true;
|
|
71
|
-
} & {
|
|
72
|
-
readonly default: "bottom";
|
|
73
|
-
};
|
|
74
|
-
fallbackPlacements: {
|
|
75
|
-
readonly type: PropType<Placement[]>;
|
|
76
|
-
readonly required: false;
|
|
77
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
-
__epPropKey: true;
|
|
79
|
-
} & {
|
|
80
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
81
|
-
};
|
|
33
|
+
placement: EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
34
|
+
fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
82
35
|
disabledHours: {
|
|
83
36
|
readonly type: PropType<GetDisabledHours>;
|
|
84
37
|
readonly required: false;
|
|
@@ -98,117 +51,54 @@ declare function __VLS_template(): {
|
|
|
98
51
|
__epPropKey: true;
|
|
99
52
|
};
|
|
100
53
|
id: {
|
|
101
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
54
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
102
55
|
readonly required: false;
|
|
103
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
57
|
__epPropKey: true;
|
|
105
58
|
};
|
|
106
59
|
name: {
|
|
107
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
108
|
-
readonly required: false;
|
|
109
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
-
__epPropKey: true;
|
|
111
|
-
};
|
|
112
|
-
popperClass: {
|
|
113
|
-
readonly type: PropType<string>;
|
|
60
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
114
61
|
readonly required: false;
|
|
115
62
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
63
|
__epPropKey: true;
|
|
117
|
-
} & {
|
|
118
|
-
readonly default: "";
|
|
119
64
|
};
|
|
65
|
+
popperClass: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
120
66
|
format: StringConstructor;
|
|
121
67
|
valueFormat: StringConstructor;
|
|
122
68
|
dateFormat: StringConstructor;
|
|
123
69
|
timeFormat: StringConstructor;
|
|
124
|
-
type:
|
|
125
|
-
|
|
126
|
-
readonly required: false;
|
|
127
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
-
__epPropKey: true;
|
|
129
|
-
} & {
|
|
130
|
-
readonly default: "";
|
|
131
|
-
};
|
|
132
|
-
clearable: {
|
|
133
|
-
readonly type: PropType<boolean>;
|
|
134
|
-
readonly required: false;
|
|
135
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
-
__epPropKey: true;
|
|
137
|
-
} & {
|
|
138
|
-
readonly default: true;
|
|
139
|
-
};
|
|
70
|
+
type: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
71
|
+
clearable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
140
72
|
clearIcon: {
|
|
141
|
-
readonly type: PropType<string | Component
|
|
142
|
-
readonly required: false;
|
|
143
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
-
__epPropKey: true;
|
|
145
|
-
};
|
|
146
|
-
editable: {
|
|
147
|
-
readonly type: PropType<boolean>;
|
|
148
|
-
readonly required: false;
|
|
149
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
150
|
-
__epPropKey: true;
|
|
151
|
-
} & {
|
|
152
|
-
readonly default: true;
|
|
153
|
-
};
|
|
154
|
-
prefixIcon: {
|
|
155
|
-
readonly type: PropType<string | Component>;
|
|
73
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
156
74
|
readonly required: false;
|
|
157
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
76
|
__epPropKey: true;
|
|
159
|
-
} & {
|
|
160
|
-
readonly default: "";
|
|
161
77
|
};
|
|
78
|
+
editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
79
|
+
prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "", boolean>;
|
|
162
80
|
size: {
|
|
163
|
-
readonly type: PropType<"" | "
|
|
81
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
164
82
|
readonly required: false;
|
|
165
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
84
|
__epPropKey: true;
|
|
167
85
|
};
|
|
168
86
|
readonly: BooleanConstructor;
|
|
169
87
|
disabled: BooleanConstructor;
|
|
170
|
-
placeholder:
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
__epPropKey: true;
|
|
175
|
-
} & {
|
|
176
|
-
readonly default: "";
|
|
177
|
-
};
|
|
178
|
-
popperOptions: {
|
|
179
|
-
readonly type: PropType<any>;
|
|
180
|
-
readonly required: false;
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
} & {
|
|
184
|
-
readonly default: () => {};
|
|
185
|
-
};
|
|
186
|
-
modelValue: {
|
|
187
|
-
readonly type: PropType<ModelValueType>;
|
|
188
|
-
readonly required: false;
|
|
189
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
|
-
__epPropKey: true;
|
|
191
|
-
} & {
|
|
192
|
-
readonly default: "";
|
|
193
|
-
};
|
|
194
|
-
rangeSeparator: {
|
|
195
|
-
readonly type: PropType<string>;
|
|
196
|
-
readonly required: false;
|
|
197
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
|
-
__epPropKey: true;
|
|
199
|
-
} & {
|
|
200
|
-
readonly default: "-";
|
|
201
|
-
};
|
|
88
|
+
placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
89
|
+
popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
90
|
+
modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
|
|
91
|
+
rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
202
92
|
startPlaceholder: StringConstructor;
|
|
203
93
|
endPlaceholder: StringConstructor;
|
|
204
94
|
defaultValue: {
|
|
205
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
95
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
206
96
|
readonly required: false;
|
|
207
97
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
98
|
__epPropKey: true;
|
|
209
99
|
};
|
|
210
100
|
defaultTime: {
|
|
211
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
101
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
212
102
|
readonly required: false;
|
|
213
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
104
|
__epPropKey: true;
|
|
@@ -219,21 +109,21 @@ declare function __VLS_template(): {
|
|
|
219
109
|
disabled: boolean;
|
|
220
110
|
type: string;
|
|
221
111
|
placeholder: string;
|
|
222
|
-
modelValue: ModelValueType
|
|
223
|
-
placement: any
|
|
224
|
-
tabindex: string | number
|
|
225
|
-
valueOnClear:
|
|
112
|
+
modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
|
|
113
|
+
placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
114
|
+
tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
115
|
+
valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
226
116
|
readonly: boolean;
|
|
227
|
-
prefixIcon: string | Component
|
|
228
|
-
validateEvent:
|
|
229
|
-
clearable:
|
|
117
|
+
prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
118
|
+
validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
119
|
+
clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
120
|
fallbackPlacements: Placement[];
|
|
231
|
-
popperOptions: Partial<Options>;
|
|
121
|
+
popperOptions: Partial< Options>;
|
|
232
122
|
popperClass: string;
|
|
233
|
-
editable:
|
|
123
|
+
editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
234
124
|
rangeSeparator: string;
|
|
235
125
|
shortcuts: unknown[];
|
|
236
|
-
showNow:
|
|
126
|
+
showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
127
|
showWeekNumber: boolean;
|
|
238
128
|
arrowControl: boolean;
|
|
239
129
|
unlinkPanels: boolean;
|
|
@@ -247,25 +137,11 @@ declare function __VLS_template(): {
|
|
|
247
137
|
Defaults: {};
|
|
248
138
|
}, Readonly< ExtractPropTypes<{
|
|
249
139
|
isRange: BooleanConstructor;
|
|
250
|
-
showNow:
|
|
251
|
-
readonly type: PropType<boolean>;
|
|
252
|
-
readonly required: false;
|
|
253
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
-
__epPropKey: true;
|
|
255
|
-
} & {
|
|
256
|
-
readonly default: true;
|
|
257
|
-
};
|
|
140
|
+
showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
258
141
|
showWeekNumber: BooleanConstructor;
|
|
259
142
|
ariaLabel: StringConstructor;
|
|
260
143
|
emptyValues: ArrayConstructor;
|
|
261
|
-
valueOnClear:
|
|
262
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
263
|
-
readonly required: false;
|
|
264
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
265
|
-
__epPropKey: true;
|
|
266
|
-
} & {
|
|
267
|
-
readonly default: undefined;
|
|
268
|
-
};
|
|
144
|
+
valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
269
145
|
disabledDate: {
|
|
270
146
|
readonly type: PropType<Function>;
|
|
271
147
|
readonly required: false;
|
|
@@ -278,48 +154,13 @@ declare function __VLS_template(): {
|
|
|
278
154
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
155
|
__epPropKey: true;
|
|
280
156
|
};
|
|
281
|
-
shortcuts:
|
|
282
|
-
readonly type: PropType<unknown[]>;
|
|
283
|
-
readonly required: false;
|
|
284
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
-
__epPropKey: true;
|
|
286
|
-
} & {
|
|
287
|
-
readonly default: () => never[];
|
|
288
|
-
};
|
|
157
|
+
shortcuts: EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
289
158
|
arrowControl: BooleanConstructor;
|
|
290
|
-
tabindex:
|
|
291
|
-
|
|
292
|
-
readonly required: false;
|
|
293
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
-
__epPropKey: true;
|
|
295
|
-
} & {
|
|
296
|
-
readonly default: 0;
|
|
297
|
-
};
|
|
298
|
-
validateEvent: {
|
|
299
|
-
readonly type: PropType<boolean>;
|
|
300
|
-
readonly required: false;
|
|
301
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
-
__epPropKey: true;
|
|
303
|
-
} & {
|
|
304
|
-
readonly default: true;
|
|
305
|
-
};
|
|
159
|
+
tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
160
|
+
validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
306
161
|
unlinkPanels: BooleanConstructor;
|
|
307
|
-
placement:
|
|
308
|
-
|
|
309
|
-
readonly required: false;
|
|
310
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
-
__epPropKey: true;
|
|
312
|
-
} & {
|
|
313
|
-
readonly default: "bottom";
|
|
314
|
-
};
|
|
315
|
-
fallbackPlacements: {
|
|
316
|
-
readonly type: PropType<Placement[]>;
|
|
317
|
-
readonly required: false;
|
|
318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
-
__epPropKey: true;
|
|
320
|
-
} & {
|
|
321
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
322
|
-
};
|
|
162
|
+
placement: EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
163
|
+
fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
323
164
|
disabledHours: {
|
|
324
165
|
readonly type: PropType<GetDisabledHours>;
|
|
325
166
|
readonly required: false;
|
|
@@ -339,117 +180,54 @@ declare function __VLS_template(): {
|
|
|
339
180
|
__epPropKey: true;
|
|
340
181
|
};
|
|
341
182
|
id: {
|
|
342
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
183
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
343
184
|
readonly required: false;
|
|
344
185
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
345
186
|
__epPropKey: true;
|
|
346
187
|
};
|
|
347
188
|
name: {
|
|
348
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
349
|
-
readonly required: false;
|
|
350
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
351
|
-
__epPropKey: true;
|
|
352
|
-
};
|
|
353
|
-
popperClass: {
|
|
354
|
-
readonly type: PropType<string>;
|
|
189
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
355
190
|
readonly required: false;
|
|
356
191
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
357
192
|
__epPropKey: true;
|
|
358
|
-
} & {
|
|
359
|
-
readonly default: "";
|
|
360
193
|
};
|
|
194
|
+
popperClass: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
361
195
|
format: StringConstructor;
|
|
362
196
|
valueFormat: StringConstructor;
|
|
363
197
|
dateFormat: StringConstructor;
|
|
364
198
|
timeFormat: StringConstructor;
|
|
365
|
-
type:
|
|
366
|
-
|
|
367
|
-
readonly required: false;
|
|
368
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
|
-
__epPropKey: true;
|
|
370
|
-
} & {
|
|
371
|
-
readonly default: "";
|
|
372
|
-
};
|
|
373
|
-
clearable: {
|
|
374
|
-
readonly type: PropType<boolean>;
|
|
375
|
-
readonly required: false;
|
|
376
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
-
__epPropKey: true;
|
|
378
|
-
} & {
|
|
379
|
-
readonly default: true;
|
|
380
|
-
};
|
|
199
|
+
type: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
200
|
+
clearable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
381
201
|
clearIcon: {
|
|
382
|
-
readonly type: PropType<string | Component
|
|
383
|
-
readonly required: false;
|
|
384
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
-
__epPropKey: true;
|
|
386
|
-
};
|
|
387
|
-
editable: {
|
|
388
|
-
readonly type: PropType<boolean>;
|
|
389
|
-
readonly required: false;
|
|
390
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
-
__epPropKey: true;
|
|
392
|
-
} & {
|
|
393
|
-
readonly default: true;
|
|
394
|
-
};
|
|
395
|
-
prefixIcon: {
|
|
396
|
-
readonly type: PropType<string | Component>;
|
|
202
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
397
203
|
readonly required: false;
|
|
398
204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
205
|
__epPropKey: true;
|
|
400
|
-
} & {
|
|
401
|
-
readonly default: "";
|
|
402
206
|
};
|
|
207
|
+
editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
208
|
+
prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "", boolean>;
|
|
403
209
|
size: {
|
|
404
|
-
readonly type: PropType<"" | "
|
|
210
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
405
211
|
readonly required: false;
|
|
406
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
213
|
__epPropKey: true;
|
|
408
214
|
};
|
|
409
215
|
readonly: BooleanConstructor;
|
|
410
216
|
disabled: BooleanConstructor;
|
|
411
|
-
placeholder:
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
__epPropKey: true;
|
|
416
|
-
} & {
|
|
417
|
-
readonly default: "";
|
|
418
|
-
};
|
|
419
|
-
popperOptions: {
|
|
420
|
-
readonly type: PropType<any>;
|
|
421
|
-
readonly required: false;
|
|
422
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
423
|
-
__epPropKey: true;
|
|
424
|
-
} & {
|
|
425
|
-
readonly default: () => {};
|
|
426
|
-
};
|
|
427
|
-
modelValue: {
|
|
428
|
-
readonly type: PropType<ModelValueType>;
|
|
429
|
-
readonly required: false;
|
|
430
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
-
__epPropKey: true;
|
|
432
|
-
} & {
|
|
433
|
-
readonly default: "";
|
|
434
|
-
};
|
|
435
|
-
rangeSeparator: {
|
|
436
|
-
readonly type: PropType<string>;
|
|
437
|
-
readonly required: false;
|
|
438
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
-
__epPropKey: true;
|
|
440
|
-
} & {
|
|
441
|
-
readonly default: "-";
|
|
442
|
-
};
|
|
217
|
+
placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
218
|
+
popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
219
|
+
modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
|
|
220
|
+
rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
443
221
|
startPlaceholder: StringConstructor;
|
|
444
222
|
endPlaceholder: StringConstructor;
|
|
445
223
|
defaultValue: {
|
|
446
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
224
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
447
225
|
readonly required: false;
|
|
448
226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
227
|
__epPropKey: true;
|
|
450
228
|
};
|
|
451
229
|
defaultTime: {
|
|
452
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
230
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
453
231
|
readonly required: false;
|
|
454
232
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
233
|
__epPropKey: true;
|
|
@@ -460,21 +238,21 @@ declare function __VLS_template(): {
|
|
|
460
238
|
disabled: boolean;
|
|
461
239
|
type: string;
|
|
462
240
|
placeholder: string;
|
|
463
|
-
modelValue: ModelValueType
|
|
464
|
-
placement: any
|
|
465
|
-
tabindex: string | number
|
|
466
|
-
valueOnClear:
|
|
241
|
+
modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
|
|
242
|
+
placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
243
|
+
tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
244
|
+
valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
467
245
|
readonly: boolean;
|
|
468
|
-
prefixIcon: string | Component
|
|
469
|
-
validateEvent:
|
|
470
|
-
clearable:
|
|
246
|
+
prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
247
|
+
validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
248
|
+
clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
471
249
|
fallbackPlacements: Placement[];
|
|
472
|
-
popperOptions: Partial<Options>;
|
|
250
|
+
popperOptions: Partial< Options>;
|
|
473
251
|
popperClass: string;
|
|
474
|
-
editable:
|
|
252
|
+
editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
475
253
|
rangeSeparator: string;
|
|
476
254
|
shortcuts: unknown[];
|
|
477
|
-
showNow:
|
|
255
|
+
showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
478
256
|
showWeekNumber: boolean;
|
|
479
257
|
arrowControl: boolean;
|
|
480
258
|
unlinkPanels: boolean;
|
|
@@ -489,25 +267,11 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
489
267
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
490
268
|
refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
491
269
|
isRange: BooleanConstructor;
|
|
492
|
-
showNow:
|
|
493
|
-
readonly type: PropType<boolean>;
|
|
494
|
-
readonly required: false;
|
|
495
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
496
|
-
__epPropKey: true;
|
|
497
|
-
} & {
|
|
498
|
-
readonly default: true;
|
|
499
|
-
};
|
|
270
|
+
showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
500
271
|
showWeekNumber: BooleanConstructor;
|
|
501
272
|
ariaLabel: StringConstructor;
|
|
502
273
|
emptyValues: ArrayConstructor;
|
|
503
|
-
valueOnClear:
|
|
504
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
505
|
-
readonly required: false;
|
|
506
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
507
|
-
__epPropKey: true;
|
|
508
|
-
} & {
|
|
509
|
-
readonly default: undefined;
|
|
510
|
-
};
|
|
274
|
+
valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
511
275
|
disabledDate: {
|
|
512
276
|
readonly type: PropType<Function>;
|
|
513
277
|
readonly required: false;
|
|
@@ -520,48 +284,13 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
520
284
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
521
285
|
__epPropKey: true;
|
|
522
286
|
};
|
|
523
|
-
shortcuts:
|
|
524
|
-
readonly type: PropType<unknown[]>;
|
|
525
|
-
readonly required: false;
|
|
526
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
527
|
-
__epPropKey: true;
|
|
528
|
-
} & {
|
|
529
|
-
readonly default: () => never[];
|
|
530
|
-
};
|
|
287
|
+
shortcuts: EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
531
288
|
arrowControl: BooleanConstructor;
|
|
532
|
-
tabindex:
|
|
533
|
-
|
|
534
|
-
readonly required: false;
|
|
535
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
536
|
-
__epPropKey: true;
|
|
537
|
-
} & {
|
|
538
|
-
readonly default: 0;
|
|
539
|
-
};
|
|
540
|
-
validateEvent: {
|
|
541
|
-
readonly type: PropType<boolean>;
|
|
542
|
-
readonly required: false;
|
|
543
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
544
|
-
__epPropKey: true;
|
|
545
|
-
} & {
|
|
546
|
-
readonly default: true;
|
|
547
|
-
};
|
|
289
|
+
tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
290
|
+
validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
548
291
|
unlinkPanels: BooleanConstructor;
|
|
549
|
-
placement:
|
|
550
|
-
|
|
551
|
-
readonly required: false;
|
|
552
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
-
__epPropKey: true;
|
|
554
|
-
} & {
|
|
555
|
-
readonly default: "bottom";
|
|
556
|
-
};
|
|
557
|
-
fallbackPlacements: {
|
|
558
|
-
readonly type: PropType<Placement[]>;
|
|
559
|
-
readonly required: false;
|
|
560
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
561
|
-
__epPropKey: true;
|
|
562
|
-
} & {
|
|
563
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
564
|
-
};
|
|
292
|
+
placement: EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
293
|
+
fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
565
294
|
disabledHours: {
|
|
566
295
|
readonly type: PropType<GetDisabledHours>;
|
|
567
296
|
readonly required: false;
|
|
@@ -581,117 +310,54 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
581
310
|
__epPropKey: true;
|
|
582
311
|
};
|
|
583
312
|
id: {
|
|
584
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
313
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
585
314
|
readonly required: false;
|
|
586
315
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
587
316
|
__epPropKey: true;
|
|
588
317
|
};
|
|
589
318
|
name: {
|
|
590
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
591
|
-
readonly required: false;
|
|
592
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
593
|
-
__epPropKey: true;
|
|
594
|
-
};
|
|
595
|
-
popperClass: {
|
|
596
|
-
readonly type: PropType<string>;
|
|
319
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
597
320
|
readonly required: false;
|
|
598
321
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
599
322
|
__epPropKey: true;
|
|
600
|
-
} & {
|
|
601
|
-
readonly default: "";
|
|
602
323
|
};
|
|
324
|
+
popperClass: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
603
325
|
format: StringConstructor;
|
|
604
326
|
valueFormat: StringConstructor;
|
|
605
327
|
dateFormat: StringConstructor;
|
|
606
328
|
timeFormat: StringConstructor;
|
|
607
|
-
type:
|
|
608
|
-
|
|
609
|
-
readonly required: false;
|
|
610
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
611
|
-
__epPropKey: true;
|
|
612
|
-
} & {
|
|
613
|
-
readonly default: "";
|
|
614
|
-
};
|
|
615
|
-
clearable: {
|
|
616
|
-
readonly type: PropType<boolean>;
|
|
617
|
-
readonly required: false;
|
|
618
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
619
|
-
__epPropKey: true;
|
|
620
|
-
} & {
|
|
621
|
-
readonly default: true;
|
|
622
|
-
};
|
|
329
|
+
type: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
330
|
+
clearable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
623
331
|
clearIcon: {
|
|
624
|
-
readonly type: PropType<string | Component
|
|
625
|
-
readonly required: false;
|
|
626
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
627
|
-
__epPropKey: true;
|
|
628
|
-
};
|
|
629
|
-
editable: {
|
|
630
|
-
readonly type: PropType<boolean>;
|
|
631
|
-
readonly required: false;
|
|
632
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
633
|
-
__epPropKey: true;
|
|
634
|
-
} & {
|
|
635
|
-
readonly default: true;
|
|
636
|
-
};
|
|
637
|
-
prefixIcon: {
|
|
638
|
-
readonly type: PropType<string | Component>;
|
|
332
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
639
333
|
readonly required: false;
|
|
640
334
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
335
|
__epPropKey: true;
|
|
642
|
-
} & {
|
|
643
|
-
readonly default: "";
|
|
644
336
|
};
|
|
337
|
+
editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
338
|
+
prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "", boolean>;
|
|
645
339
|
size: {
|
|
646
|
-
readonly type: PropType<"" | "
|
|
340
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
647
341
|
readonly required: false;
|
|
648
342
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
343
|
__epPropKey: true;
|
|
650
344
|
};
|
|
651
345
|
readonly: BooleanConstructor;
|
|
652
346
|
disabled: BooleanConstructor;
|
|
653
|
-
placeholder:
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
__epPropKey: true;
|
|
658
|
-
} & {
|
|
659
|
-
readonly default: "";
|
|
660
|
-
};
|
|
661
|
-
popperOptions: {
|
|
662
|
-
readonly type: PropType<any>;
|
|
663
|
-
readonly required: false;
|
|
664
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
665
|
-
__epPropKey: true;
|
|
666
|
-
} & {
|
|
667
|
-
readonly default: () => {};
|
|
668
|
-
};
|
|
669
|
-
modelValue: {
|
|
670
|
-
readonly type: PropType<ModelValueType>;
|
|
671
|
-
readonly required: false;
|
|
672
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
673
|
-
__epPropKey: true;
|
|
674
|
-
} & {
|
|
675
|
-
readonly default: "";
|
|
676
|
-
};
|
|
677
|
-
rangeSeparator: {
|
|
678
|
-
readonly type: PropType<string>;
|
|
679
|
-
readonly required: false;
|
|
680
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
681
|
-
__epPropKey: true;
|
|
682
|
-
} & {
|
|
683
|
-
readonly default: "-";
|
|
684
|
-
};
|
|
347
|
+
placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
348
|
+
popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
349
|
+
modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
|
|
350
|
+
rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
685
351
|
startPlaceholder: StringConstructor;
|
|
686
352
|
endPlaceholder: StringConstructor;
|
|
687
353
|
defaultValue: {
|
|
688
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
354
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
689
355
|
readonly required: false;
|
|
690
356
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
691
357
|
__epPropKey: true;
|
|
692
358
|
};
|
|
693
359
|
defaultTime: {
|
|
694
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
360
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
695
361
|
readonly required: false;
|
|
696
362
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
697
363
|
__epPropKey: true;
|
|
@@ -702,21 +368,21 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
702
368
|
disabled: boolean;
|
|
703
369
|
type: string;
|
|
704
370
|
placeholder: string;
|
|
705
|
-
modelValue: ModelValueType
|
|
706
|
-
placement: any
|
|
707
|
-
tabindex: string | number
|
|
708
|
-
valueOnClear:
|
|
371
|
+
modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
|
|
372
|
+
placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
373
|
+
tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
374
|
+
valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
709
375
|
readonly: boolean;
|
|
710
|
-
prefixIcon: string | Component
|
|
711
|
-
validateEvent:
|
|
712
|
-
clearable:
|
|
376
|
+
prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
377
|
+
validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
378
|
+
clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
713
379
|
fallbackPlacements: Placement[];
|
|
714
|
-
popperOptions: Partial<Options>;
|
|
380
|
+
popperOptions: Partial< Options>;
|
|
715
381
|
popperClass: string;
|
|
716
|
-
editable:
|
|
382
|
+
editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
383
|
rangeSeparator: string;
|
|
718
384
|
shortcuts: unknown[];
|
|
719
|
-
showNow:
|
|
385
|
+
showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
720
386
|
showWeekNumber: boolean;
|
|
721
387
|
arrowControl: boolean;
|
|
722
388
|
unlinkPanels: boolean;
|
|
@@ -730,25 +396,11 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
730
396
|
Defaults: {};
|
|
731
397
|
}, Readonly< ExtractPropTypes<{
|
|
732
398
|
isRange: BooleanConstructor;
|
|
733
|
-
showNow:
|
|
734
|
-
readonly type: PropType<boolean>;
|
|
735
|
-
readonly required: false;
|
|
736
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
737
|
-
__epPropKey: true;
|
|
738
|
-
} & {
|
|
739
|
-
readonly default: true;
|
|
740
|
-
};
|
|
399
|
+
showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
741
400
|
showWeekNumber: BooleanConstructor;
|
|
742
401
|
ariaLabel: StringConstructor;
|
|
743
402
|
emptyValues: ArrayConstructor;
|
|
744
|
-
valueOnClear:
|
|
745
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
746
|
-
readonly required: false;
|
|
747
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
-
__epPropKey: true;
|
|
749
|
-
} & {
|
|
750
|
-
readonly default: undefined;
|
|
751
|
-
};
|
|
403
|
+
valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
752
404
|
disabledDate: {
|
|
753
405
|
readonly type: PropType<Function>;
|
|
754
406
|
readonly required: false;
|
|
@@ -761,48 +413,13 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
761
413
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
414
|
__epPropKey: true;
|
|
763
415
|
};
|
|
764
|
-
shortcuts:
|
|
765
|
-
readonly type: PropType<unknown[]>;
|
|
766
|
-
readonly required: false;
|
|
767
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
768
|
-
__epPropKey: true;
|
|
769
|
-
} & {
|
|
770
|
-
readonly default: () => never[];
|
|
771
|
-
};
|
|
416
|
+
shortcuts: EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
772
417
|
arrowControl: BooleanConstructor;
|
|
773
|
-
tabindex:
|
|
774
|
-
|
|
775
|
-
readonly required: false;
|
|
776
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
777
|
-
__epPropKey: true;
|
|
778
|
-
} & {
|
|
779
|
-
readonly default: 0;
|
|
780
|
-
};
|
|
781
|
-
validateEvent: {
|
|
782
|
-
readonly type: PropType<boolean>;
|
|
783
|
-
readonly required: false;
|
|
784
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
785
|
-
__epPropKey: true;
|
|
786
|
-
} & {
|
|
787
|
-
readonly default: true;
|
|
788
|
-
};
|
|
418
|
+
tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
419
|
+
validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
789
420
|
unlinkPanels: BooleanConstructor;
|
|
790
|
-
placement:
|
|
791
|
-
|
|
792
|
-
readonly required: false;
|
|
793
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
794
|
-
__epPropKey: true;
|
|
795
|
-
} & {
|
|
796
|
-
readonly default: "bottom";
|
|
797
|
-
};
|
|
798
|
-
fallbackPlacements: {
|
|
799
|
-
readonly type: PropType<Placement[]>;
|
|
800
|
-
readonly required: false;
|
|
801
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
|
-
__epPropKey: true;
|
|
803
|
-
} & {
|
|
804
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
805
|
-
};
|
|
421
|
+
placement: EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
422
|
+
fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
806
423
|
disabledHours: {
|
|
807
424
|
readonly type: PropType<GetDisabledHours>;
|
|
808
425
|
readonly required: false;
|
|
@@ -822,117 +439,54 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
822
439
|
__epPropKey: true;
|
|
823
440
|
};
|
|
824
441
|
id: {
|
|
825
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
442
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
826
443
|
readonly required: false;
|
|
827
444
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
828
445
|
__epPropKey: true;
|
|
829
446
|
};
|
|
830
447
|
name: {
|
|
831
|
-
readonly type: PropType<SingleOrRange<string>>;
|
|
832
|
-
readonly required: false;
|
|
833
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
834
|
-
__epPropKey: true;
|
|
835
|
-
};
|
|
836
|
-
popperClass: {
|
|
837
|
-
readonly type: PropType<string>;
|
|
448
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => SingleOrRange<string>))[], unknown, unknown>>;
|
|
838
449
|
readonly required: false;
|
|
839
450
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
840
451
|
__epPropKey: true;
|
|
841
|
-
} & {
|
|
842
|
-
readonly default: "";
|
|
843
452
|
};
|
|
453
|
+
popperClass: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
844
454
|
format: StringConstructor;
|
|
845
455
|
valueFormat: StringConstructor;
|
|
846
456
|
dateFormat: StringConstructor;
|
|
847
457
|
timeFormat: StringConstructor;
|
|
848
|
-
type:
|
|
849
|
-
|
|
850
|
-
readonly required: false;
|
|
851
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
852
|
-
__epPropKey: true;
|
|
853
|
-
} & {
|
|
854
|
-
readonly default: "";
|
|
855
|
-
};
|
|
856
|
-
clearable: {
|
|
857
|
-
readonly type: PropType<boolean>;
|
|
858
|
-
readonly required: false;
|
|
859
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
860
|
-
__epPropKey: true;
|
|
861
|
-
} & {
|
|
862
|
-
readonly default: true;
|
|
863
|
-
};
|
|
458
|
+
type: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
459
|
+
clearable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
864
460
|
clearIcon: {
|
|
865
|
-
readonly type: PropType<string | Component
|
|
866
|
-
readonly required: false;
|
|
867
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
|
-
__epPropKey: true;
|
|
869
|
-
};
|
|
870
|
-
editable: {
|
|
871
|
-
readonly type: PropType<boolean>;
|
|
872
|
-
readonly required: false;
|
|
873
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
|
-
__epPropKey: true;
|
|
875
|
-
} & {
|
|
876
|
-
readonly default: true;
|
|
877
|
-
};
|
|
878
|
-
prefixIcon: {
|
|
879
|
-
readonly type: PropType<string | Component>;
|
|
461
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
880
462
|
readonly required: false;
|
|
881
463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
882
464
|
__epPropKey: true;
|
|
883
|
-
} & {
|
|
884
|
-
readonly default: "";
|
|
885
465
|
};
|
|
466
|
+
editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
467
|
+
prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, "", boolean>;
|
|
886
468
|
size: {
|
|
887
|
-
readonly type: PropType<"" | "
|
|
469
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
888
470
|
readonly required: false;
|
|
889
471
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
890
472
|
__epPropKey: true;
|
|
891
473
|
};
|
|
892
474
|
readonly: BooleanConstructor;
|
|
893
475
|
disabled: BooleanConstructor;
|
|
894
|
-
placeholder:
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
__epPropKey: true;
|
|
899
|
-
} & {
|
|
900
|
-
readonly default: "";
|
|
901
|
-
};
|
|
902
|
-
popperOptions: {
|
|
903
|
-
readonly type: PropType<any>;
|
|
904
|
-
readonly required: false;
|
|
905
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
906
|
-
__epPropKey: true;
|
|
907
|
-
} & {
|
|
908
|
-
readonly default: () => {};
|
|
909
|
-
};
|
|
910
|
-
modelValue: {
|
|
911
|
-
readonly type: PropType<ModelValueType>;
|
|
912
|
-
readonly required: false;
|
|
913
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
914
|
-
__epPropKey: true;
|
|
915
|
-
} & {
|
|
916
|
-
readonly default: "";
|
|
917
|
-
};
|
|
918
|
-
rangeSeparator: {
|
|
919
|
-
readonly type: PropType<string>;
|
|
920
|
-
readonly required: false;
|
|
921
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
922
|
-
__epPropKey: true;
|
|
923
|
-
} & {
|
|
924
|
-
readonly default: "-";
|
|
925
|
-
};
|
|
476
|
+
placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
477
|
+
popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
478
|
+
modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
|
|
479
|
+
rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
926
480
|
startPlaceholder: StringConstructor;
|
|
927
481
|
endPlaceholder: StringConstructor;
|
|
928
482
|
defaultValue: {
|
|
929
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
483
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
930
484
|
readonly required: false;
|
|
931
485
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
932
486
|
__epPropKey: true;
|
|
933
487
|
};
|
|
934
488
|
defaultTime: {
|
|
935
|
-
readonly type: PropType<SingleOrRange<Date>>;
|
|
489
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown>>;
|
|
936
490
|
readonly required: false;
|
|
937
491
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
492
|
__epPropKey: true;
|
|
@@ -943,21 +497,21 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
943
497
|
disabled: boolean;
|
|
944
498
|
type: string;
|
|
945
499
|
placeholder: string;
|
|
946
|
-
modelValue: ModelValueType
|
|
947
|
-
placement: any
|
|
948
|
-
tabindex: string | number
|
|
949
|
-
valueOnClear:
|
|
500
|
+
modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
|
|
501
|
+
placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
502
|
+
tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
503
|
+
valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
950
504
|
readonly: boolean;
|
|
951
|
-
prefixIcon: string | Component
|
|
952
|
-
validateEvent:
|
|
953
|
-
clearable:
|
|
505
|
+
prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
506
|
+
validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
507
|
+
clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
954
508
|
fallbackPlacements: Placement[];
|
|
955
|
-
popperOptions: Partial<Options>;
|
|
509
|
+
popperOptions: Partial< Options>;
|
|
956
510
|
popperClass: string;
|
|
957
|
-
editable:
|
|
511
|
+
editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
958
512
|
rangeSeparator: string;
|
|
959
513
|
shortcuts: unknown[];
|
|
960
|
-
showNow:
|
|
514
|
+
showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
961
515
|
showWeekNumber: boolean;
|
|
962
516
|
arrowControl: boolean;
|
|
963
517
|
unlinkPanels: boolean;
|