vft 0.0.144 → 0.0.145
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/dist/index.css +1 -1
- package/es/app-components/form/form-label-wrap.d.ts +2 -2
- package/es/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/es/component.d.ts +0 -1
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +6 -6
- package/es/components/affix/index.d.ts +17 -17
- package/es/components/alert/alert.vue.d.ts +1 -1
- package/es/components/alert/index.d.ts +2 -2
- package/es/components/autocomplete/autocomplete.vue.d.ts +32 -25
- package/es/components/autocomplete/index.d.ts +95 -74
- package/es/components/avatar/avatar.vue.d.ts +3 -1
- package/es/components/avatar/index.d.ts +8 -4
- package/es/components/backtop/backtop.vue.d.ts +3 -1
- package/es/components/backtop/index.d.ts +8 -4
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +9 -9
- package/es/components/carousel/index.d.ts +16 -16
- package/es/components/check-tag/index.d.ts +1 -1
- package/es/components/checkbox/checkbox-button.vue.d.ts +4 -1
- package/es/components/checkbox/checkbox-group.vue.d.ts +4 -1
- package/es/components/checkbox/checkbox.vue.d.ts +16 -13
- package/es/components/checkbox/index.d.ts +80 -50
- package/es/components/clamp/index.d.ts +2 -2
- package/es/components/color-picker/color-picker.vue.d.ts +16 -11
- package/es/components/color-picker/index.d.ts +16 -11
- package/es/components/container/container.vue.d.ts +2 -2
- package/es/components/container/index.d.ts +10 -10
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +5 -1
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +5 -1
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +3 -1
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +6 -2
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +7 -2
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +4 -4
- package/es/components/date-picker/date-picker.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +6 -6
- package/es/components/date-picker/panel-utils.d.ts +78 -25
- package/es/components/descriptions/description.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/dialog-content.vue.d.ts +3 -1
- package/es/components/dialog/dialog.vue.d.ts +7 -7
- package/es/components/dialog/index.d.ts +17 -17
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/drawer/drawer.vue.d.ts +7 -7
- package/es/components/drawer/index.d.ts +17 -17
- package/es/components/dropdown/dropdown.vue.d.ts +29 -29
- package/es/components/dropdown/index.d.ts +50 -50
- package/es/components/form/form-item.vue.d.ts +9 -9
- package/es/components/form/form.vue.d.ts +5 -3
- package/es/components/form/index.d.ts +56 -52
- package/es/components/image/image.vue.d.ts +7 -1
- package/es/components/image/index.d.ts +19 -7
- package/es/components/image-viewer/image-viewer.vue.d.ts +2 -2
- package/es/components/image-viewer/index.d.ts +5 -5
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +51 -51
- package/es/components/input/input.vue.d.ts +17 -17
- package/es/components/input-number/index.d.ts +5 -5
- package/es/components/input-number/input-number.vue.d.ts +5 -5
- package/es/components/link/index.d.ts +9 -5
- package/es/components/link/link.vue.d.ts +3 -1
- package/es/components/md-code-demo/index.d.ts +3 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/es/components/md-container/md-container.vue2.js +51 -43
- package/es/components/menu/index.d.ts +24 -8
- package/es/components/menu/menu-item.vue.d.ts +5 -1
- package/es/components/menu/menu.vue.d.ts +2 -2
- package/es/components/message/message.vue.d.ts +3 -1
- package/es/components/modal/index.d.ts +497 -1
- package/es/components/modal/modal.vue.d.ts +246 -1
- package/es/components/overlay/index.d.ts +3 -1
- package/es/components/overlay/overlay.vue.d.ts +3 -1
- package/es/components/pagination/components/next.vue.d.ts +3 -1
- package/es/components/pagination/components/pager.vue.d.ts +3 -1
- package/es/components/pagination/components/prev.vue.d.ts +3 -1
- package/es/components/pagination/components/sizes.vue.d.ts +3 -1
- package/es/components/pagination/index.d.ts +6 -6
- package/es/components/pagination/pagination.vue.d.ts +6 -6
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/es/components/popover/index.d.ts +19 -7
- package/es/components/popover/popover.vue.d.ts +7 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/popper/content.vue.d.ts +7 -1
- package/es/components/popper/index.d.ts +4 -4
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/qrcode/index.d.ts +4 -1
- package/es/components/qrcode/qrcode.vue.d.ts +4 -1
- package/es/components/radio/index.d.ts +55 -37
- package/es/components/radio/radio-group.vue.d.ts +10 -7
- package/es/components/radio/radio.vue.d.ts +4 -1
- package/es/components/row/index.d.ts +1 -1
- package/es/components/scrollbar/index.d.ts +11 -11
- package/es/components/scrollbar/scrollbar.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +9 -9
- package/es/components/select/index.d.ts +2 -1646
- package/es/components/select/select.vue.d.ts +1 -823
- package/es/components/select/useSelect.d.ts +25 -18
- package/es/components/slider/button.vue.d.ts +1 -1
- package/es/components/slider/composables/use-slide.d.ts +4 -4
- package/es/components/slider/index.d.ts +3 -3
- package/es/components/slider/slider.vue.d.ts +3 -3
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +38 -38
- package/es/components/super-form/super-form-item.vue2.js +3 -1
- package/es/components/super-form/super-form.vue.d.ts +16 -16
- package/es/components/super-form/super-form.vue2.js +73 -74
- package/es/components/super-form/types.d.ts +176 -0
- package/es/components/super-form/use/use-form-events.d.ts +30 -0
- package/es/components/super-form/use/use-form-events.js +61 -59
- package/es/components/super-form/use/use-form-values.d.ts +14 -0
- package/es/components/switch/index.d.ts +23 -19
- package/es/components/switch/switch.vue.d.ts +23 -19
- package/es/components/table/index.d.ts +233 -63
- package/es/components/table/table.vue.d.ts +118 -33
- package/es/components/table/table.vue2.js +1 -1
- package/es/components/table/types.d.ts +56 -0
- package/es/components/table/use/use-columns.d.ts +12 -12
- package/es/components/tabs/index.d.ts +11 -11
- package/es/components/tabs/tab-nav.vue.d.ts +6 -1
- package/es/components/tabs/tab-nav.vue2.js +15 -13
- package/es/components/tabs/tabs.vue.d.ts +9 -13
- package/es/components/tabs/tabs.vue2.js +53 -68
- package/es/components/tag/index.d.ts +4 -1
- package/es/components/tag/tag.vue.d.ts +4 -1
- package/es/components/time-picker/common/picker.vue.d.ts +13 -4
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +6 -6
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +5 -1
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -1
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -1
- package/es/components/time-picker/time-picker.d.ts +3 -3
- package/es/components/time-select/time-select.vue.d.ts +7 -2
- package/es/components/tooltip/index.d.ts +34 -20
- package/es/components/tooltip/tooltip.vue.d.ts +10 -3
- package/es/components/tree/index.d.ts +70 -70
- package/es/components/tree/tree.vue.d.ts +18 -18
- package/es/components/types.d.ts +3 -0
- package/es/components/upload/index.d.ts +37 -37
- package/es/components/upload/upload-content.vue.d.ts +20 -20
- package/es/components/upload/upload.vue.d.ts +20 -20
- package/es/components/verify-code/index.d.ts +2 -6
- package/es/components/verify-code/verify-code.vue.d.ts +2 -6
- package/es/components/virtual-list/builders/build-list.d.ts +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/es/components/virtual-list/props.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/make-installer.d.ts +1 -1
- package/es/package.json.d.ts +2 -2
- package/es/package.json.js +1 -1
- package/es/plugin.d.ts +0 -1
- package/lib/app-components/form/form-label-wrap.d.ts +2 -2
- package/lib/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/lib/component.d.ts +0 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +6 -6
- package/lib/components/affix/index.d.ts +17 -17
- package/lib/components/alert/alert.vue.d.ts +1 -1
- package/lib/components/alert/index.d.ts +2 -2
- package/lib/components/autocomplete/autocomplete.vue.d.ts +32 -25
- package/lib/components/autocomplete/index.d.ts +95 -74
- package/lib/components/avatar/avatar.vue.d.ts +3 -1
- package/lib/components/avatar/index.d.ts +8 -4
- package/lib/components/backtop/backtop.vue.d.ts +3 -1
- package/lib/components/backtop/index.d.ts +8 -4
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/carousel/carousel.vue.d.ts +9 -9
- package/lib/components/carousel/index.d.ts +16 -16
- package/lib/components/check-tag/index.d.ts +1 -1
- package/lib/components/checkbox/checkbox-button.vue.d.ts +4 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +4 -1
- package/lib/components/checkbox/checkbox.vue.d.ts +16 -13
- package/lib/components/checkbox/index.d.ts +80 -50
- package/lib/components/clamp/index.d.ts +2 -2
- package/lib/components/color-picker/color-picker.vue.d.ts +16 -11
- package/lib/components/color-picker/index.d.ts +16 -11
- package/lib/components/container/container.vue.d.ts +2 -2
- package/lib/components/container/index.d.ts +10 -10
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +5 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +5 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +3 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +6 -2
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +7 -2
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +4 -4
- package/lib/components/date-picker/date-picker.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +6 -6
- package/lib/components/date-picker/panel-utils.d.ts +78 -25
- package/lib/components/descriptions/description.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/dialog-content.vue.d.ts +3 -1
- package/lib/components/dialog/dialog.vue.d.ts +7 -7
- package/lib/components/dialog/index.d.ts +17 -17
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/drawer/drawer.vue.d.ts +7 -7
- package/lib/components/drawer/index.d.ts +17 -17
- package/lib/components/dropdown/dropdown.vue.d.ts +29 -29
- package/lib/components/dropdown/index.d.ts +50 -50
- package/lib/components/form/form-item.vue.d.ts +9 -9
- package/lib/components/form/form.vue.d.ts +5 -3
- package/lib/components/form/index.d.ts +56 -52
- package/lib/components/image/image.vue.d.ts +7 -1
- package/lib/components/image/index.d.ts +19 -7
- package/lib/components/image-viewer/image-viewer.vue.d.ts +2 -2
- package/lib/components/image-viewer/index.d.ts +5 -5
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +51 -51
- package/lib/components/input/input.vue.d.ts +17 -17
- package/lib/components/input-number/index.d.ts +5 -5
- package/lib/components/input-number/input-number.vue.d.ts +5 -5
- package/lib/components/link/index.d.ts +9 -5
- package/lib/components/link/link.vue.d.ts +3 -1
- package/lib/components/md-code-demo/index.d.ts +3 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/index.d.ts +24 -8
- package/lib/components/menu/menu-item.vue.d.ts +5 -1
- package/lib/components/menu/menu.vue.d.ts +2 -2
- package/lib/components/message/message.vue.d.ts +3 -1
- package/lib/components/modal/index.d.ts +497 -1
- package/lib/components/modal/modal.vue.d.ts +246 -1
- package/lib/components/overlay/index.d.ts +3 -1
- package/lib/components/overlay/overlay.vue.d.ts +3 -1
- package/lib/components/pagination/components/next.vue.d.ts +3 -1
- package/lib/components/pagination/components/pager.vue.d.ts +3 -1
- package/lib/components/pagination/components/prev.vue.d.ts +3 -1
- package/lib/components/pagination/components/sizes.vue.d.ts +3 -1
- package/lib/components/pagination/index.d.ts +6 -6
- package/lib/components/pagination/pagination.vue.d.ts +6 -6
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/lib/components/popover/index.d.ts +19 -7
- package/lib/components/popover/popover.vue.d.ts +7 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/popper/content.vue.d.ts +7 -1
- package/lib/components/popper/index.d.ts +4 -4
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/qrcode/index.d.ts +4 -1
- package/lib/components/qrcode/qrcode.vue.d.ts +4 -1
- package/lib/components/radio/index.d.ts +55 -37
- package/lib/components/radio/radio-group.vue.d.ts +10 -7
- package/lib/components/radio/radio.vue.d.ts +4 -1
- package/lib/components/row/index.d.ts +1 -1
- package/lib/components/scrollbar/index.d.ts +11 -11
- package/lib/components/scrollbar/scrollbar.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +9 -9
- package/lib/components/select/index.d.ts +2 -1646
- package/lib/components/select/select.vue.d.ts +1 -823
- package/lib/components/select/useSelect.d.ts +25 -18
- package/lib/components/slider/button.vue.d.ts +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +4 -4
- package/lib/components/slider/index.d.ts +3 -3
- package/lib/components/slider/slider.vue.d.ts +3 -3
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +38 -38
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue.d.ts +16 -16
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/super-form/types.d.ts +176 -0
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.d.ts +30 -0
- package/lib/components/super-form/use/use-form-values.d.ts +14 -0
- package/lib/components/switch/index.d.ts +23 -19
- package/lib/components/switch/switch.vue.d.ts +23 -19
- package/lib/components/table/index.d.ts +233 -63
- package/lib/components/table/table.vue.d.ts +118 -33
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +56 -0
- package/lib/components/table/use/use-columns.d.ts +12 -12
- package/lib/components/tabs/index.d.ts +11 -11
- package/lib/components/tabs/tab-nav.vue.d.ts +6 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +9 -13
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/index.d.ts +4 -1
- package/lib/components/tag/tag.vue.d.ts +4 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +13 -4
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +6 -6
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +5 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -1
- package/lib/components/time-picker/time-picker.d.ts +3 -3
- package/lib/components/time-select/time-select.vue.d.ts +7 -2
- package/lib/components/tooltip/index.d.ts +34 -20
- package/lib/components/tooltip/tooltip.vue.d.ts +10 -3
- package/lib/components/tree/index.d.ts +70 -70
- package/lib/components/tree/tree.vue.d.ts +18 -18
- package/lib/components/types.d.ts +3 -0
- package/lib/components/upload/index.d.ts +37 -37
- package/lib/components/upload/upload-content.vue.d.ts +20 -20
- package/lib/components/upload/upload.vue.d.ts +20 -20
- package/lib/components/verify-code/index.d.ts +2 -6
- package/lib/components/verify-code/verify-code.vue.d.ts +2 -6
- package/lib/components/virtual-list/builders/build-list.d.ts +3 -3
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/lib/components/virtual-list/props.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/make-installer.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +2 -2
- package/lib/plugin.d.ts +0 -1
- package/package.json +6 -6
- package/theme-style/index.css +1 -1
- package/theme-style/src/super-form.scss +5 -0
- package/theme-style/vft-super-form.css +1 -1
- package/web-types.json +1 -1
- package/es/components/button/button.vue.d.ts +0 -209
- package/es/components/button/index.d.ts +0 -593
- package/es/components/button/use-button.d.ts +0 -20
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
- package/es/components/checkbox/composables/use-checkbox.d.ts +0 -15
- package/es/components/config-provider/hooks/use-global-config.d.ts +0 -31
- package/es/components/form/hooks/use-form-common-props.d.ts +0 -6
- package/es/components/loading/index.d.ts +0 -48
- package/es/components/loading/loading.d.ts +0 -36
- package/es/components/radio/use-radio.d.ts +0 -15
- package/es/components/upload/use-handlers.d.ts +0 -23
- package/lib/components/button/button.vue.d.ts +0 -209
- package/lib/components/button/index.d.ts +0 -593
- package/lib/components/button/use-button.d.ts +0 -20
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
- package/lib/components/checkbox/composables/use-checkbox.d.ts +0 -15
- package/lib/components/config-provider/hooks/use-global-config.d.ts +0 -31
- package/lib/components/form/hooks/use-form-common-props.d.ts +0 -6
- package/lib/components/loading/index.d.ts +0 -48
- package/lib/components/loading/loading.d.ts +0 -36
- package/lib/components/radio/use-radio.d.ts +0 -15
- package/lib/components/upload/use-handlers.d.ts +0 -23
|
@@ -17,22 +17,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
label: {
|
|
18
18
|
type: import("vue").PropType<string>;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
id: {
|
|
21
21
|
type: import("vue").PropType<string>;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
modelValue: {
|
|
24
24
|
type: import("vue").PropType<string>;
|
|
25
25
|
};
|
|
26
26
|
size: {
|
|
27
27
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
28
28
|
};
|
|
29
|
+
disabled: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
};
|
|
29
32
|
tabindex: {
|
|
30
33
|
type: import("vue").PropType<string | number>;
|
|
31
34
|
default: number;
|
|
32
35
|
};
|
|
33
|
-
disabled: {
|
|
34
|
-
type: import("vue").PropType<boolean>;
|
|
35
|
-
};
|
|
36
36
|
validateEvent: {
|
|
37
37
|
type: import("vue").PropType<boolean>;
|
|
38
38
|
default: boolean;
|
|
@@ -55,26 +55,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
*/
|
|
56
56
|
color: Color;
|
|
57
57
|
showPicker: import("vue").Ref<boolean>;
|
|
58
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
58
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
"update:modelValue": (...args: any[]) => void;
|
|
60
|
+
change: (...args: any[]) => void;
|
|
61
|
+
activeChange: (...args: any[]) => void;
|
|
62
|
+
"click-outside": (...args: any[]) => void;
|
|
63
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
64
|
label: {
|
|
60
65
|
type: import("vue").PropType<string>;
|
|
61
66
|
};
|
|
62
|
-
|
|
67
|
+
id: {
|
|
63
68
|
type: import("vue").PropType<string>;
|
|
64
69
|
};
|
|
65
|
-
|
|
70
|
+
modelValue: {
|
|
66
71
|
type: import("vue").PropType<string>;
|
|
67
72
|
};
|
|
68
73
|
size: {
|
|
69
74
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
70
75
|
};
|
|
76
|
+
disabled: {
|
|
77
|
+
type: import("vue").PropType<boolean>;
|
|
78
|
+
};
|
|
71
79
|
tabindex: {
|
|
72
80
|
type: import("vue").PropType<string | number>;
|
|
73
81
|
default: number;
|
|
74
82
|
};
|
|
75
|
-
disabled: {
|
|
76
|
-
type: import("vue").PropType<boolean>;
|
|
77
|
-
};
|
|
78
83
|
validateEvent: {
|
|
79
84
|
type: import("vue").PropType<boolean>;
|
|
80
85
|
default: boolean;
|
|
@@ -2,22 +2,22 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
2
2
|
label: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
|
-
|
|
5
|
+
id: {
|
|
6
6
|
type: import("vue").PropType<string>;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
modelValue: {
|
|
9
9
|
type: import("vue").PropType<string>;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
12
12
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
13
13
|
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
};
|
|
14
17
|
tabindex: {
|
|
15
18
|
type: import("vue").PropType<string | number>;
|
|
16
19
|
default: number;
|
|
17
20
|
};
|
|
18
|
-
disabled: {
|
|
19
|
-
type: import("vue").PropType<boolean>;
|
|
20
|
-
};
|
|
21
21
|
validateEvent: {
|
|
22
22
|
type: import("vue").PropType<boolean>;
|
|
23
23
|
default: boolean;
|
|
@@ -37,26 +37,31 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
37
37
|
}, {
|
|
38
38
|
color: import("./utils/color").default;
|
|
39
39
|
showPicker: import("vue").Ref<boolean>;
|
|
40
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
40
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
"update:modelValue": (...args: any[]) => void;
|
|
42
|
+
change: (...args: any[]) => void;
|
|
43
|
+
activeChange: (...args: any[]) => void;
|
|
44
|
+
"click-outside": (...args: any[]) => void;
|
|
45
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
46
|
label: {
|
|
42
47
|
type: import("vue").PropType<string>;
|
|
43
48
|
};
|
|
44
|
-
|
|
49
|
+
id: {
|
|
45
50
|
type: import("vue").PropType<string>;
|
|
46
51
|
};
|
|
47
|
-
|
|
52
|
+
modelValue: {
|
|
48
53
|
type: import("vue").PropType<string>;
|
|
49
54
|
};
|
|
50
55
|
size: {
|
|
51
56
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
52
57
|
};
|
|
58
|
+
disabled: {
|
|
59
|
+
type: import("vue").PropType<boolean>;
|
|
60
|
+
};
|
|
53
61
|
tabindex: {
|
|
54
62
|
type: import("vue").PropType<string | number>;
|
|
55
63
|
default: number;
|
|
56
64
|
};
|
|
57
|
-
disabled: {
|
|
58
|
-
type: import("vue").PropType<boolean>;
|
|
59
|
-
};
|
|
60
65
|
validateEvent: {
|
|
61
66
|
type: import("vue").PropType<boolean>;
|
|
62
67
|
default: boolean;
|
|
@@ -3,11 +3,11 @@ export interface ContainerProps {
|
|
|
3
3
|
}
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
5
5
|
direction: {
|
|
6
|
-
type: import("vue").PropType<"
|
|
6
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
7
7
|
};
|
|
8
8
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
direction: {
|
|
10
|
-
type: import("vue").PropType<"
|
|
10
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
11
11
|
};
|
|
12
12
|
}>>, {}, {}>, {
|
|
13
13
|
default?(_: {}): any;
|
|
@@ -9,7 +9,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
9
9
|
$data: {};
|
|
10
10
|
$props: {
|
|
11
11
|
style?: unknown;
|
|
12
|
-
readonly direction?: "
|
|
12
|
+
readonly direction?: "horizontal" | "vertical" | undefined;
|
|
13
13
|
key?: string | number | symbol | undefined;
|
|
14
14
|
ref?: import("vue").VNodeRef | undefined;
|
|
15
15
|
class?: unknown;
|
|
@@ -69,7 +69,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
$el: any;
|
|
70
70
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
71
71
|
direction: {
|
|
72
|
-
type: import("vue").PropType<"
|
|
72
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
73
73
|
};
|
|
74
74
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
75
75
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -93,7 +93,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
93
93
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
94
94
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
95
95
|
direction: {
|
|
96
|
-
type: import("vue").PropType<"
|
|
96
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
97
97
|
};
|
|
98
98
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
99
99
|
__isFragment?: undefined;
|
|
@@ -101,7 +101,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
101
101
|
__isSuspense?: undefined;
|
|
102
102
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
103
103
|
direction: {
|
|
104
|
-
type: import("vue").PropType<"
|
|
104
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
105
105
|
};
|
|
106
106
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
107
107
|
$slots: {
|
|
@@ -113,8 +113,8 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
113
113
|
$: import("vue").ComponentInternalInstance;
|
|
114
114
|
$data: {};
|
|
115
115
|
$props: {
|
|
116
|
-
style?: unknown;
|
|
117
116
|
readonly width?: string | number | undefined;
|
|
117
|
+
style?: unknown;
|
|
118
118
|
key?: string | number | symbol | undefined;
|
|
119
119
|
ref?: import("vue").VNodeRef | undefined;
|
|
120
120
|
class?: unknown;
|
|
@@ -218,8 +218,8 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
218
218
|
$: import("vue").ComponentInternalInstance;
|
|
219
219
|
$data: {};
|
|
220
220
|
$props: {
|
|
221
|
-
style?: unknown;
|
|
222
221
|
readonly height?: string | number | undefined;
|
|
222
|
+
style?: unknown;
|
|
223
223
|
key?: string | number | symbol | undefined;
|
|
224
224
|
ref?: import("vue").VNodeRef | undefined;
|
|
225
225
|
class?: unknown;
|
|
@@ -323,8 +323,8 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
323
323
|
$: import("vue").ComponentInternalInstance;
|
|
324
324
|
$data: {};
|
|
325
325
|
$props: {
|
|
326
|
-
style?: unknown;
|
|
327
326
|
readonly height?: string | number | undefined;
|
|
327
|
+
style?: unknown;
|
|
328
328
|
key?: string | number | symbol | undefined;
|
|
329
329
|
ref?: import("vue").VNodeRef | undefined;
|
|
330
330
|
class?: unknown;
|
|
@@ -522,8 +522,8 @@ export declare const VftAside: import("vft/es/utils").SFCWithInstall<{
|
|
|
522
522
|
$: import("vue").ComponentInternalInstance;
|
|
523
523
|
$data: {};
|
|
524
524
|
$props: {
|
|
525
|
-
style?: unknown;
|
|
526
525
|
readonly width?: string | number | undefined;
|
|
526
|
+
style?: unknown;
|
|
527
527
|
key?: string | number | symbol | undefined;
|
|
528
528
|
ref?: import("vue").VNodeRef | undefined;
|
|
529
529
|
class?: unknown;
|
|
@@ -627,8 +627,8 @@ export declare const VftFooter: import("vft/es/utils").SFCWithInstall<{
|
|
|
627
627
|
$: import("vue").ComponentInternalInstance;
|
|
628
628
|
$data: {};
|
|
629
629
|
$props: {
|
|
630
|
-
style?: unknown;
|
|
631
630
|
readonly height?: string | number | undefined;
|
|
631
|
+
style?: unknown;
|
|
632
632
|
key?: string | number | symbol | undefined;
|
|
633
633
|
ref?: import("vue").VNodeRef | undefined;
|
|
634
634
|
class?: unknown;
|
|
@@ -732,8 +732,8 @@ export declare const VftHeader: import("vft/es/utils").SFCWithInstall<{
|
|
|
732
732
|
$: import("vue").ComponentInternalInstance;
|
|
733
733
|
$data: {};
|
|
734
734
|
$props: {
|
|
735
|
-
style?: unknown;
|
|
736
735
|
readonly height?: string | number | undefined;
|
|
736
|
+
style?: unknown;
|
|
737
737
|
key?: string | number | symbol | undefined;
|
|
738
738
|
ref?: import("vue").VNodeRef | undefined;
|
|
739
739
|
class?: unknown;
|
|
@@ -55,7 +55,7 @@ export declare const useRangePicker: (props: PanelRangeSharedProps, { defaultVal
|
|
|
55
55
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
56
56
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
57
57
|
format: (template?: string | undefined) => string;
|
|
58
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "
|
|
58
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "y" | "s" | "ms" | "year" | "month" | "date" | "dates" | "week" | "D" | "M" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
59
59
|
valueOf: () => number;
|
|
60
60
|
unix: () => number;
|
|
61
61
|
daysInMonth: () => number;
|
|
@@ -47,7 +47,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
* @description focus on current cell
|
|
48
48
|
*/
|
|
49
49
|
focus: () => Promise<void>;
|
|
50
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
50
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
|
+
select: (...args: any[]) => void;
|
|
52
|
+
pick: (...args: any[]) => void;
|
|
53
|
+
changerange: (...args: any[]) => void;
|
|
54
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
55
|
cellClassName: {
|
|
52
56
|
readonly type: import("vue").PropType<(date: Date) => string>;
|
|
53
57
|
readonly required: false;
|
|
@@ -40,7 +40,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
* @description focus current cell
|
|
41
41
|
*/
|
|
42
42
|
focus: () => void;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
43
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
|
+
select: (...args: any[]) => void;
|
|
45
|
+
pick: (...args: any[]) => void;
|
|
46
|
+
changerange: (...args: any[]) => void;
|
|
47
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
48
|
selectionMode: import("../../../utils").EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
45
49
|
disabledDate: {
|
|
46
50
|
readonly type: import("vue").PropType<(date: Date) => boolean>;
|
|
@@ -23,7 +23,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
* @description focus on the current cell
|
|
24
24
|
*/
|
|
25
25
|
focus: () => void;
|
|
26
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
26
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
pick: (...args: any[]) => void;
|
|
28
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
29
|
date: {
|
|
28
30
|
readonly type: import("vue").PropType<dayjs.Dayjs>;
|
|
29
31
|
readonly required: true;
|
|
@@ -19,7 +19,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
+
"panel-change": (...args: any[]) => void;
|
|
24
|
+
pick: (...args: any[]) => void;
|
|
25
|
+
"set-picker-option": (...args: any[]) => void;
|
|
26
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
27
|
parsedValue: {
|
|
24
28
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => Dayjs | Dayjs[]) | (() => Dayjs | Dayjs[]) | ((new (...args: any[]) => Dayjs | Dayjs[]) | (() => Dayjs | Dayjs[]))[], unknown, unknown>>;
|
|
25
29
|
readonly required: false;
|
|
@@ -40,8 +44,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
40
44
|
__epPropKey: true;
|
|
41
45
|
};
|
|
42
46
|
}>> & {
|
|
43
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
44
47
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
45
49
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
46
50
|
}, {
|
|
47
51
|
format: string;
|
|
@@ -13,7 +13,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
13
13
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
14
|
__epPropKey: true;
|
|
15
15
|
};
|
|
16
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"calendar-change": (...args: any[]) => void;
|
|
18
|
+
"panel-change": (...args: any[]) => void;
|
|
19
|
+
pick: (...args: any[]) => void;
|
|
20
|
+
"set-picker-option": (...args: any[]) => void;
|
|
21
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
22
|
unlinkPanels: BooleanConstructor;
|
|
18
23
|
parsedValue: {
|
|
19
24
|
readonly type: import("vue").PropType<Dayjs[]>;
|
|
@@ -28,9 +33,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
33
|
__epPropKey: true;
|
|
29
34
|
};
|
|
30
35
|
}>> & {
|
|
31
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
32
36
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
33
37
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
34
39
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
35
40
|
}, {
|
|
36
41
|
unlinkPanels: boolean;
|
|
@@ -7,7 +7,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
[x: string]: (...args: any[]) => void;
|
|
12
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
13
|
unlinkPanels: BooleanConstructor;
|
|
12
14
|
parsedValue: {
|
|
13
15
|
readonly type: import("vue").PropType<Dayjs[]>;
|
|
@@ -15,9 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
15
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
18
|
__epPropKey: true;
|
|
17
19
|
};
|
|
18
|
-
}
|
|
19
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
20
|
-
}, {
|
|
20
|
+
}>>, {
|
|
21
21
|
unlinkPanels: boolean;
|
|
22
22
|
}, {}>, {
|
|
23
23
|
sidebar?(_: {
|
|
@@ -163,13 +163,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>))[], unknown, unknown>;
|
|
164
164
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
165
165
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown>;
|
|
166
|
-
readonly placeholder: string;
|
|
167
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
168
|
-
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
169
166
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
+
readonly placeholder: string;
|
|
170
169
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
171
170
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
171
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
173
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
174
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
175
|
readonly popperClass: string;
|
|
@@ -163,13 +163,13 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
163
163
|
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>;
|
|
164
164
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
165
165
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown>;
|
|
166
|
-
readonly placeholder: string;
|
|
167
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
168
|
-
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
169
166
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
+
readonly placeholder: string;
|
|
170
169
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
171
170
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
171
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
173
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
174
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
175
|
readonly popperClass: string;
|
|
@@ -346,13 +346,13 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
346
346
|
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>;
|
|
347
347
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
348
348
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown>;
|
|
349
|
-
readonly placeholder: string;
|
|
350
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
351
|
-
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
352
349
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
|
+
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
|
+
readonly placeholder: string;
|
|
353
352
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
354
353
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
355
354
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
355
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
356
356
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
357
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
358
358
|
readonly popperClass: string;
|