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
|
@@ -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;
|
|
@@ -10,6 +10,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
10
10
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>;
|
|
11
11
|
ref?: import("vue").VNodeRef | undefined;
|
|
12
12
|
class?: unknown;
|
|
13
|
+
readonly visible?: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
13
14
|
ref_for?: boolean | undefined;
|
|
14
15
|
ref_key?: string | undefined;
|
|
15
16
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -50,9 +51,8 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
50
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
52
|
[key: string]: any;
|
|
52
53
|
}>) => void)[] | undefined;
|
|
53
|
-
readonly visible?: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
54
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
55
54
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
readonly parsedValue?: import("../../utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | (() => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | ((new (...args: any[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | (() => import("dayjs").Dayjs | import("dayjs").Dayjs[]))[], unknown, unknown> | undefined;
|
|
57
57
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
};
|
|
@@ -67,7 +67,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
67
67
|
}>;
|
|
68
68
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
69
69
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
70
|
-
$emit: (event: "panel-change"
|
|
70
|
+
$emit: ((event: "panel-change", ...args: any[]) => void) & ((event: "pick", ...args: any[]) => void) & ((event: "set-picker-option", ...args: any[]) => void);
|
|
71
71
|
$el: any;
|
|
72
72
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
73
73
|
parsedValue: {
|
|
@@ -90,10 +90,14 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
90
90
|
__epPropKey: true;
|
|
91
91
|
};
|
|
92
92
|
}>> & {
|
|
93
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
94
93
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
96
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
96
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
97
|
+
"panel-change": (...args: any[]) => void;
|
|
98
|
+
pick: (...args: any[]) => void;
|
|
99
|
+
"set-picker-option": (...args: any[]) => void;
|
|
100
|
+
}, string, {
|
|
97
101
|
format: string;
|
|
98
102
|
}, {}, string, {}> & {
|
|
99
103
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -136,8 +140,8 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
136
140
|
__epPropKey: true;
|
|
137
141
|
};
|
|
138
142
|
}>> & {
|
|
139
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
140
143
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
144
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
141
145
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
142
146
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
143
147
|
__isFragment?: undefined;
|
|
@@ -164,10 +168,14 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
164
168
|
__epPropKey: true;
|
|
165
169
|
};
|
|
166
170
|
}>> & {
|
|
167
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
168
171
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
169
173
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
170
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
174
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
175
|
+
"panel-change": (...args: any[]) => void;
|
|
176
|
+
pick: (...args: any[]) => void;
|
|
177
|
+
"set-picker-option": (...args: any[]) => void;
|
|
178
|
+
}, string, {
|
|
171
179
|
format: string;
|
|
172
180
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
173
181
|
$slots: {
|
|
@@ -226,9 +234,9 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
226
234
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
227
235
|
[key: string]: any;
|
|
228
236
|
}>) => void)[] | undefined;
|
|
229
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
230
237
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
231
238
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
239
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
232
240
|
readonly parsedValue?: import("dayjs").Dayjs[] | undefined;
|
|
233
241
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
234
242
|
};
|
|
@@ -243,7 +251,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
243
251
|
}>;
|
|
244
252
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
245
253
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
246
|
-
$emit: (event: "calendar-change"
|
|
254
|
+
$emit: ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: any[]) => void) & ((event: "pick", ...args: any[]) => void) & ((event: "set-picker-option", ...args: any[]) => void);
|
|
247
255
|
$el: any;
|
|
248
256
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
249
257
|
unlinkPanels: BooleanConstructor;
|
|
@@ -260,11 +268,16 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
260
268
|
__epPropKey: true;
|
|
261
269
|
};
|
|
262
270
|
}>> & {
|
|
263
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
264
271
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
265
272
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
273
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
266
274
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
267
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
275
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
276
|
+
"calendar-change": (...args: any[]) => void;
|
|
277
|
+
"panel-change": (...args: any[]) => void;
|
|
278
|
+
pick: (...args: any[]) => void;
|
|
279
|
+
"set-picker-option": (...args: any[]) => void;
|
|
280
|
+
}, string, {
|
|
268
281
|
unlinkPanels: boolean;
|
|
269
282
|
}, {}, string, {}> & {
|
|
270
283
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -301,9 +314,9 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
301
314
|
__epPropKey: true;
|
|
302
315
|
};
|
|
303
316
|
}>> & {
|
|
304
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
305
317
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
306
318
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
319
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
307
320
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
308
321
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
309
322
|
__isFragment?: undefined;
|
|
@@ -324,11 +337,16 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
324
337
|
__epPropKey: true;
|
|
325
338
|
};
|
|
326
339
|
}>> & {
|
|
327
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
328
340
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
329
341
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
342
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
330
343
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
331
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
344
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
345
|
+
"calendar-change": (...args: any[]) => void;
|
|
346
|
+
"panel-change": (...args: any[]) => void;
|
|
347
|
+
pick: (...args: any[]) => void;
|
|
348
|
+
"set-picker-option": (...args: any[]) => void;
|
|
349
|
+
}, string, {
|
|
332
350
|
unlinkPanels: boolean;
|
|
333
351
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
334
352
|
$slots: {
|
|
@@ -341,7 +359,6 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
341
359
|
$: import("vue").ComponentInternalInstance;
|
|
342
360
|
$data: {};
|
|
343
361
|
$props: {
|
|
344
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
345
362
|
unlinkPanels?: boolean | undefined;
|
|
346
363
|
style?: unknown;
|
|
347
364
|
key?: string | number | symbol | undefined;
|
|
@@ -349,6 +366,44 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
349
366
|
class?: unknown;
|
|
350
367
|
ref_for?: boolean | undefined;
|
|
351
368
|
ref_key?: string | undefined;
|
|
369
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
370
|
+
[key: string]: any;
|
|
371
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
}>) => void)[] | undefined;
|
|
374
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
375
|
+
[key: string]: any;
|
|
376
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
377
|
+
[key: string]: any;
|
|
378
|
+
}>) => void)[] | undefined;
|
|
379
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
380
|
+
[key: string]: any;
|
|
381
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
382
|
+
[key: string]: any;
|
|
383
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
384
|
+
[key: string]: any;
|
|
385
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
386
|
+
[key: string]: any;
|
|
387
|
+
}>) => void)[] | undefined;
|
|
388
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
389
|
+
[key: string]: any;
|
|
390
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
391
|
+
[key: string]: any;
|
|
392
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
393
|
+
[key: string]: any;
|
|
394
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
395
|
+
[key: string]: any;
|
|
396
|
+
}>) => void)[] | undefined;
|
|
397
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
398
|
+
[key: string]: any;
|
|
399
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
400
|
+
[key: string]: any;
|
|
401
|
+
}>) => void)[] | undefined;
|
|
402
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
403
|
+
[key: string]: any;
|
|
404
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
405
|
+
[key: string]: any;
|
|
406
|
+
}>) => void)[] | undefined;
|
|
352
407
|
readonly parsedValue?: import("dayjs").Dayjs[] | undefined;
|
|
353
408
|
};
|
|
354
409
|
$attrs: {
|
|
@@ -372,9 +427,9 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
372
427
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
428
|
__epPropKey: true;
|
|
374
429
|
};
|
|
375
|
-
}
|
|
376
|
-
[x:
|
|
377
|
-
},
|
|
430
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
431
|
+
[x: string]: (...args: any[]) => void;
|
|
432
|
+
}, string, {
|
|
378
433
|
unlinkPanels: boolean;
|
|
379
434
|
}, {}, string, {}> & {
|
|
380
435
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -404,9 +459,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
404
459
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
460
|
__epPropKey: true;
|
|
406
461
|
};
|
|
407
|
-
}>> & {
|
|
408
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
409
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
462
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
410
463
|
__isFragment?: undefined;
|
|
411
464
|
__isTeleport?: undefined;
|
|
412
465
|
__isSuspense?: undefined;
|
|
@@ -418,9 +471,9 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
418
471
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
419
472
|
__epPropKey: true;
|
|
420
473
|
};
|
|
421
|
-
}
|
|
422
|
-
[x:
|
|
423
|
-
},
|
|
474
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
475
|
+
[x: string]: (...args: any[]) => void;
|
|
476
|
+
}, string, {
|
|
424
477
|
unlinkPanels: boolean;
|
|
425
478
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
426
479
|
$slots: {
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
6
6
|
type: import("vue").PropType<number>;
|
|
7
7
|
};
|
|
8
8
|
direction: {
|
|
9
|
-
type: import("vue").PropType<"
|
|
9
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
25
|
type: import("vue").PropType<number>;
|
|
26
26
|
};
|
|
27
27
|
direction: {
|
|
28
|
-
type: import("vue").PropType<"
|
|
28
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
29
29
|
};
|
|
30
30
|
size: {
|
|
31
31
|
type: import("vue").PropType<string>;
|