vft 0.0.154 → 0.0.156
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/app-components/button/button-custom.d.ts +1 -1
- package/es/app-components/form/hooks/use-form-common-props.d.ts +5 -4
- package/es/app-components/hooks/use-id.d.ts +2 -1
- package/es/component.js +135 -133
- package/es/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +3 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +18 -18
- package/es/components/autocomplete/index.d.ts +54 -54
- package/es/components/backtop/backtop.vue2.js +3 -2
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +3 -3
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +19 -19
- package/es/components/carousel/use-carousel.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +48 -48
- package/es/components/clamp/clamp.vue.d.ts +4 -15
- package/es/components/clamp/clamp.vue2.js +28 -25
- package/es/components/clamp/index.d.ts +10 -3
- package/es/components/clamp/types.d.ts +14 -0
- package/es/components/clamp/types.js +1 -0
- package/es/components/clamp-tooltip/clamp-tooltip.vue.d.ts +12 -0
- package/es/components/clamp-tooltip/clamp-tooltip.vue.js +4 -0
- package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +47 -0
- package/es/components/clamp-tooltip/index.d.ts +61 -0
- package/es/components/clamp-tooltip/index.js +12 -0
- package/es/components/clamp-tooltip/style/css.d.ts +0 -0
- package/es/components/clamp-tooltip/style/css.js +2 -0
- package/es/components/clamp-tooltip/style/index.d.ts +0 -0
- package/es/components/clamp-tooltip/style/index.js +2 -0
- package/es/components/clamp-tooltip/types.d.ts +6 -0
- package/es/components/clamp-tooltip/types.js +1 -0
- package/es/components/config-provider/hooks/use-global-config.d.ts +3 -2
- package/es/components/container/main.vue2.js +6 -5
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -20
- package/es/components/date-picker/index.d.ts +8 -40
- package/es/components/date-picker/props/date-picker.d.ts +1 -9
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/date-picker/utils.d.ts +1 -1
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +3 -3
- package/es/components/dropdown/index.d.ts +45 -45
- package/es/components/footer-layout/footer-layout.vue2.js +3 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/es/components/full-screen/full-screen.vue2.js +13 -10
- package/es/components/full-screen/index.d.ts +18 -0
- package/es/components/header-layout/header-layout.vue2.js +3 -2
- package/es/components/icon/icon.vue2.js +21 -20
- package/es/components/icon-text/icon-text.vue.d.ts +5 -0
- package/es/components/icon-text/icon-text.vue2.js +36 -27
- package/es/components/icon-text/index.d.ts +18 -0
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +335 -333
- package/es/components/loading/index.d.ts +17 -9
- package/es/components/loading/loading.d.ts +17 -9
- package/es/components/md-container/md-container.vue2.js +3 -2
- package/es/components/menu/menu-item.vue2.js +3 -2
- package/es/components/menu/sub-menu.vue2.js +24 -23
- package/es/components/modal/index.d.ts +11 -11
- package/es/components/modal/modal-footer-action.vue2.js +3 -2
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +4 -3
- package/es/components/popconfirm/index.d.ts +11 -11
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popper/composables/use-content-dom.d.ts +3 -1
- package/es/components/popper/composables/use-content.d.ts +70 -6
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +2 -1
- package/es/components/popper/utils.d.ts +45 -2
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/radio/index.d.ts +24 -24
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/result/result.vue2.js +3 -2
- package/es/components/router-view-content/index.d.ts +12 -0
- package/es/components/router-view-content/router-view-content.vue.d.ts +2 -0
- package/es/components/router-view-content/router-view-content.vue2.js +48 -33
- package/es/components/select/defaults.d.ts +4 -3
- package/es/components/select/index.d.ts +60 -60
- package/es/components/select/select.vue.d.ts +30 -30
- package/es/components/select/useSelect.d.ts +19 -19
- package/es/components/side-menu/index.d.ts +8 -4
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/side-menu/side-menu.vue2.js +6 -3
- package/es/components/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/space/index.d.ts +5 -2
- package/es/components/space/space.d.ts +5 -2
- package/es/components/super-form/component-map.js +13 -12
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form-action.vue2.js +3 -2
- package/es/components/super-form/super-form-item.vue2.js +3 -2
- package/es/components/super-form/super-form.vue.d.ts +1 -1
- package/es/components/super-form/super-form.vue2.js +3 -2
- package/es/components/table/field.js +19 -18
- package/es/components/table/index.d.ts +32 -32
- package/es/components/table/use/use-columns.d.ts +801 -3
- package/es/components/tabs/index.d.ts +6 -0
- package/es/components/tabs/tab-nav.vue.d.ts +2 -0
- package/es/components/tabs/tab-nav.vue2.js +95 -87
- package/es/components/tabs/tabs.vue.d.ts +2 -0
- package/es/components/tabs/tabs.vue2.js +42 -36
- package/es/components/time-picker/common/picker.vue.d.ts +6 -21
- package/es/components/time-picker/common/props.d.ts +2 -9
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +8 -40
- package/es/components/time-picker/time-picker.d.ts +4 -20
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +16 -16
- package/es/components/upload/index.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +21 -1
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/hooks/use-id/index.d.ts +2 -1
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +70 -7
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- package/es/index.js +456 -454
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/form/hooks/use-form-common-props.d.ts +5 -4
- package/lib/app-components/hooks/use-id.d.ts +2 -1
- package/lib/component.cjs +1 -1
- package/lib/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +3 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +18 -18
- package/lib/components/autocomplete/index.d.ts +54 -54
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +3 -3
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +19 -19
- package/lib/components/carousel/use-carousel.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +48 -48
- package/lib/components/clamp/clamp.vue.d.ts +4 -15
- package/lib/components/clamp/clamp.vue2.cjs +1 -1
- package/lib/components/clamp/index.d.ts +10 -3
- package/lib/components/clamp/types.cjs +1 -0
- package/lib/components/clamp/types.d.ts +14 -0
- package/lib/components/clamp-tooltip/clamp-tooltip.vue.cjs +1 -0
- package/lib/components/clamp-tooltip/clamp-tooltip.vue.d.ts +12 -0
- package/lib/components/clamp-tooltip/clamp-tooltip.vue2.cjs +1 -0
- package/lib/components/clamp-tooltip/index.cjs +1 -0
- package/lib/components/clamp-tooltip/index.d.ts +61 -0
- package/lib/components/clamp-tooltip/style/css.cjs +1 -0
- package/lib/components/clamp-tooltip/style/css.d.ts +0 -0
- package/lib/components/clamp-tooltip/style/index.cjs +1 -0
- package/lib/components/clamp-tooltip/style/index.d.ts +0 -0
- package/lib/components/clamp-tooltip/types.cjs +1 -0
- package/lib/components/clamp-tooltip/types.d.ts +6 -0
- package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -2
- package/lib/components/container/main.vue2.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -20
- package/lib/components/date-picker/index.d.ts +8 -40
- package/lib/components/date-picker/props/date-picker.d.ts +1 -9
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/date-picker/utils.d.ts +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +3 -3
- package/lib/components/dropdown/index.d.ts +45 -45
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/full-screen/index.d.ts +18 -0
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon-text/icon-text.vue.d.ts +5 -0
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.d.ts +18 -0
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/loading/index.d.ts +17 -9
- package/lib/components/loading/loading.d.ts +17 -9
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +11 -11
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +11 -11
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popper/composables/use-content-dom.d.ts +3 -1
- package/lib/components/popper/composables/use-content.d.ts +70 -6
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +2 -1
- package/lib/components/popper/utils.d.ts +45 -2
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/radio/index.d.ts +24 -24
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/router-view-content/index.d.ts +12 -0
- package/lib/components/router-view-content/router-view-content.vue.d.ts +2 -0
- package/lib/components/router-view-content/router-view-content.vue2.cjs +1 -1
- package/lib/components/select/defaults.d.ts +4 -3
- package/lib/components/select/index.d.ts +60 -60
- package/lib/components/select/select.vue.d.ts +30 -30
- package/lib/components/select/useSelect.d.ts +19 -19
- package/lib/components/side-menu/index.d.ts +8 -4
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/space/index.d.ts +5 -2
- package/lib/components/space/space.d.ts +5 -2
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue.d.ts +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/table/field.cjs +1 -1
- package/lib/components/table/index.d.ts +32 -32
- package/lib/components/table/use/use-columns.d.ts +801 -3
- package/lib/components/tabs/index.d.ts +6 -0
- package/lib/components/tabs/tab-nav.vue.d.ts +2 -0
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +2 -0
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -21
- package/lib/components/time-picker/common/props.d.ts +2 -9
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +8 -40
- package/lib/components/time-picker/time-picker.d.ts +4 -20
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +16 -16
- package/lib/components/upload/index.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +21 -1
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/hooks/use-id/index.d.ts +2 -1
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +70 -7
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +6 -6
- package/tags.json +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/clamp-tooltip.scss +0 -0
- package/theme-style/src/icon-text.scss +8 -0
- package/theme-style/src/switch.scss +56 -52
- package/theme-style/src/tabs.scss +11 -2
- package/theme-style/vft-clamp-tooltip.css +0 -0
- package/theme-style/vft-icon-text.css +1 -1
- package/theme-style/vft-switch.css +1 -1
- package/theme-style/vft-tabs.css +1 -1
- package/web-types.json +1 -1
|
@@ -59,15 +59,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
60
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
63
|
-
(): Options;
|
|
64
|
-
new (): any;
|
|
65
|
-
readonly prototype: any;
|
|
66
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
67
|
-
(): Options;
|
|
68
|
-
new (): any;
|
|
69
|
-
readonly prototype: any;
|
|
70
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
71
63
|
readonly modelValue: import("../../utils").EpPropFinalized<(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, "", boolean>;
|
|
72
64
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
73
65
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -146,15 +138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
138
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
139
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
148
140
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
149
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
150
|
-
(): Options;
|
|
151
|
-
new (): any;
|
|
152
|
-
readonly prototype: any;
|
|
153
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
154
|
-
(): Options;
|
|
155
|
-
new (): any;
|
|
156
|
-
readonly prototype: any;
|
|
157
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
141
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
158
142
|
readonly modelValue: import("../../utils").EpPropFinalized<(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, "", boolean>;
|
|
159
143
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
160
144
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -181,13 +165,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
181
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>;
|
|
182
166
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
167
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
184
169
|
readonly placeholder: string;
|
|
185
170
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
171
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
187
172
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
188
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
189
173
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
|
-
readonly popperOptions:
|
|
174
|
+
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
191
175
|
readonly popperClass: string;
|
|
192
176
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
177
|
readonly rangeSeparator: string;
|
|
@@ -59,15 +59,7 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
59
59
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
60
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
63
|
-
(): Options;
|
|
64
|
-
new (): any;
|
|
65
|
-
readonly prototype: any;
|
|
66
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
67
|
-
(): Options;
|
|
68
|
-
new (): any;
|
|
69
|
-
readonly prototype: any;
|
|
70
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
71
63
|
readonly modelValue: import("../../utils").EpPropFinalized<(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, "", boolean>;
|
|
72
64
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
73
65
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -146,15 +138,7 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
146
138
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
139
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
148
140
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
149
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
150
|
-
(): Options;
|
|
151
|
-
new (): any;
|
|
152
|
-
readonly prototype: any;
|
|
153
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
154
|
-
(): Options;
|
|
155
|
-
new (): any;
|
|
156
|
-
readonly prototype: any;
|
|
157
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
141
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
158
142
|
readonly modelValue: import("../../utils").EpPropFinalized<(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, "", boolean>;
|
|
159
143
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
160
144
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -181,13 +165,13 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
181
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>;
|
|
182
166
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
167
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
184
169
|
readonly placeholder: string;
|
|
185
170
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
171
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
187
172
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
188
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
189
173
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
|
-
readonly popperOptions:
|
|
174
|
+
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
191
175
|
readonly popperClass: string;
|
|
192
176
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
177
|
readonly rangeSeparator: string;
|
|
@@ -258,15 +242,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
258
242
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
259
243
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
260
244
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
261
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
262
|
-
(): Options;
|
|
263
|
-
new (): any;
|
|
264
|
-
readonly prototype: any;
|
|
265
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
266
|
-
(): Options;
|
|
267
|
-
new (): any;
|
|
268
|
-
readonly prototype: any;
|
|
269
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
245
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
270
246
|
readonly modelValue: import("../../utils").EpPropFinalized<(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, "", boolean>;
|
|
271
247
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
272
248
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -345,15 +321,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
345
321
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
346
322
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
347
323
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
348
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
349
|
-
(): Options;
|
|
350
|
-
new (): any;
|
|
351
|
-
readonly prototype: any;
|
|
352
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
353
|
-
(): Options;
|
|
354
|
-
new (): any;
|
|
355
|
-
readonly prototype: any;
|
|
356
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
324
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
357
325
|
readonly modelValue: import("../../utils").EpPropFinalized<(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, "", boolean>;
|
|
358
326
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
359
327
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -380,13 +348,13 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
380
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>;
|
|
381
349
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
382
350
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
383
352
|
readonly placeholder: string;
|
|
384
353
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
385
354
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
386
355
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
387
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
388
356
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
389
|
-
readonly popperOptions:
|
|
357
|
+
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
390
358
|
readonly popperClass: string;
|
|
391
359
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
392
360
|
readonly rangeSeparator: string;
|
|
@@ -61,15 +61,7 @@ export declare const datePickerProps: {
|
|
|
61
61
|
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
62
62
|
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
|
-
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
65
|
-
(): Options;
|
|
66
|
-
new (): any;
|
|
67
|
-
readonly prototype: any;
|
|
68
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
69
|
-
(): Options;
|
|
70
|
-
new (): any;
|
|
71
|
-
readonly prototype: any;
|
|
72
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
64
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
73
65
|
readonly modelValue: import("vft/es/utils").EpPropFinalized<(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, "", boolean>;
|
|
74
66
|
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
75
67
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -64,7 +64,7 @@ export declare const selectionModeWithDefault: (mode: (typeof selectionModes)[nu
|
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
export declare const rangePickerSharedEmits: {
|
|
67
|
-
pick: (range: [Dayjs, Dayjs]) =>
|
|
67
|
+
pick: (range: [Dayjs, Dayjs]) => boolean;
|
|
68
68
|
};
|
|
69
69
|
export type RangePickerSharedEmits = typeof rangePickerSharedEmits;
|
|
70
70
|
export type PanelRangeSharedProps = ExtractPropTypes<typeof panelRangeSharedProps>;
|
|
@@ -9,7 +9,7 @@ type GetDefaultValueParams = {
|
|
|
9
9
|
unlinkPanels: boolean;
|
|
10
10
|
};
|
|
11
11
|
export type DefaultValue = [Date, Date] | Date | undefined;
|
|
12
|
-
export declare const getDefaultValue: (defaultValue: DefaultValue, { lang, unit, unlinkPanels }: GetDefaultValueParams) =>
|
|
12
|
+
export declare const getDefaultValue: (defaultValue: DefaultValue, { lang, unit, unlinkPanels }: GetDefaultValueParams) => Dayjs[];
|
|
13
13
|
type Dimension = {
|
|
14
14
|
row: number;
|
|
15
15
|
column: number;
|
|
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
"update:modelValue": (value: boolean) => void;
|
|
25
25
|
close: () => void;
|
|
26
26
|
open: () => void;
|
|
27
|
-
closed: () => void;
|
|
28
27
|
opened: () => void;
|
|
28
|
+
closed: () => void;
|
|
29
29
|
openAutoFocus: () => void;
|
|
30
30
|
closeAutoFocus: () => void;
|
|
31
31
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogProps>>> & {
|
|
@@ -34,8 +34,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
34
34
|
onOpen?: (() => any) | undefined;
|
|
35
35
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
36
36
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
37
|
-
onClosed?: (() => any) | undefined;
|
|
38
37
|
onOpened?: (() => any) | undefined;
|
|
38
|
+
onClosed?: (() => any) | undefined;
|
|
39
39
|
}, {}, {}>, {
|
|
40
40
|
header?(_: {
|
|
41
41
|
close: () => void;
|
|
@@ -80,8 +80,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
onOpen?: (() => any) | undefined;
|
|
81
81
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
82
82
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
83
|
-
onClosed?: (() => any) | undefined;
|
|
84
83
|
onOpened?: (() => any) | undefined;
|
|
84
|
+
onClosed?: (() => any) | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
visible: globalThis.Ref<boolean>;
|
|
87
87
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -89,8 +89,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
"update:modelValue": (value: boolean) => void;
|
|
90
90
|
close: () => void;
|
|
91
91
|
open: () => void;
|
|
92
|
-
closed: () => void;
|
|
93
92
|
opened: () => void;
|
|
93
|
+
closed: () => void;
|
|
94
94
|
openAutoFocus: () => void;
|
|
95
95
|
closeAutoFocus: () => void;
|
|
96
96
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -169,8 +169,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
169
169
|
onOpen?: (() => any) | undefined;
|
|
170
170
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
171
171
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
172
|
-
onClosed?: (() => any) | undefined;
|
|
173
172
|
onOpened?: (() => any) | undefined;
|
|
173
|
+
onClosed?: (() => any) | undefined;
|
|
174
174
|
}, {}, true, {}, {}, {
|
|
175
175
|
P: {};
|
|
176
176
|
B: {};
|
|
@@ -254,8 +254,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
254
254
|
onOpen?: (() => any) | undefined;
|
|
255
255
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
256
256
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
257
|
-
onClosed?: (() => any) | undefined;
|
|
258
257
|
onOpened?: (() => any) | undefined;
|
|
258
|
+
onClosed?: (() => any) | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
visible: globalThis.Ref<boolean>;
|
|
261
261
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -339,8 +339,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
339
339
|
onOpen?: (() => any) | undefined;
|
|
340
340
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
341
341
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
342
|
-
onClosed?: (() => any) | undefined;
|
|
343
342
|
onOpened?: (() => any) | undefined;
|
|
343
|
+
onClosed?: (() => any) | undefined;
|
|
344
344
|
}, {
|
|
345
345
|
visible: globalThis.Ref<boolean>;
|
|
346
346
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -348,8 +348,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
348
348
|
"update:modelValue": (value: boolean) => void;
|
|
349
349
|
close: () => void;
|
|
350
350
|
open: () => void;
|
|
351
|
-
closed: () => void;
|
|
352
351
|
opened: () => void;
|
|
352
|
+
closed: () => void;
|
|
353
353
|
openAutoFocus: () => void;
|
|
354
354
|
closeAutoFocus: () => void;
|
|
355
355
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
11
11
|
"update:modelValue": (value: boolean) => void;
|
|
12
12
|
close: () => void;
|
|
13
13
|
open: () => void;
|
|
14
|
-
closed: () => void;
|
|
15
14
|
opened: () => void;
|
|
15
|
+
closed: () => void;
|
|
16
16
|
openAutoFocus: () => void;
|
|
17
17
|
closeAutoFocus: () => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DrawerProps>>> & {
|
|
@@ -21,8 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
onOpen?: (() => any) | undefined;
|
|
22
22
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
23
23
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
24
|
-
onClosed?: (() => any) | undefined;
|
|
25
24
|
onOpened?: (() => any) | undefined;
|
|
25
|
+
onClosed?: (() => any) | undefined;
|
|
26
26
|
}, {}, {}>, {
|
|
27
27
|
header?(_: {
|
|
28
28
|
close: () => void;
|
|
@@ -88,16 +88,16 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
88
88
|
onOpen?: (() => any) | undefined;
|
|
89
89
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
90
90
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
91
|
-
onClosed?: (() => any) | undefined;
|
|
92
91
|
onOpened?: (() => any) | undefined;
|
|
92
|
+
onClosed?: (() => any) | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
close: () => void;
|
|
95
95
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
96
|
"update:modelValue": (value: boolean) => void;
|
|
97
97
|
close: () => void;
|
|
98
98
|
open: () => void;
|
|
99
|
-
closed: () => void;
|
|
100
99
|
opened: () => void;
|
|
100
|
+
closed: () => void;
|
|
101
101
|
openAutoFocus: () => void;
|
|
102
102
|
closeAutoFocus: () => void;
|
|
103
103
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -188,8 +188,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
188
188
|
onOpen?: (() => any) | undefined;
|
|
189
189
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
190
190
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
191
|
-
onClosed?: (() => any) | undefined;
|
|
192
191
|
onOpened?: (() => any) | undefined;
|
|
192
|
+
onClosed?: (() => any) | undefined;
|
|
193
193
|
}, {}, true, {}, {}, {
|
|
194
194
|
P: {};
|
|
195
195
|
B: {};
|
|
@@ -285,8 +285,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
285
285
|
onOpen?: (() => any) | undefined;
|
|
286
286
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
287
287
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
288
|
-
onClosed?: (() => any) | undefined;
|
|
289
288
|
onOpened?: (() => any) | undefined;
|
|
289
|
+
onClosed?: (() => any) | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
close: () => void;
|
|
292
292
|
}, {}, {}, {}, {}>;
|
|
@@ -381,16 +381,16 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
381
381
|
onOpen?: (() => any) | undefined;
|
|
382
382
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
383
383
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
384
|
-
onClosed?: (() => any) | undefined;
|
|
385
384
|
onOpened?: (() => any) | undefined;
|
|
385
|
+
onClosed?: (() => any) | undefined;
|
|
386
386
|
}, {
|
|
387
387
|
close: () => void;
|
|
388
388
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
389
389
|
"update:modelValue": (value: boolean) => void;
|
|
390
390
|
close: () => void;
|
|
391
391
|
open: () => void;
|
|
392
|
-
closed: () => void;
|
|
393
392
|
opened: () => void;
|
|
393
|
+
closed: () => void;
|
|
394
394
|
openAutoFocus: () => void;
|
|
395
395
|
closeAutoFocus: () => void;
|
|
396
396
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -66,15 +66,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
66
66
|
onCommand?: ((val: string) => any) | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
maxHeight: string | number;
|
|
69
|
-
placement:
|
|
69
|
+
placement: Placement;
|
|
70
|
+
effect: "light" | "dark";
|
|
70
71
|
role: string;
|
|
71
72
|
loop: boolean;
|
|
72
73
|
disabled: boolean;
|
|
73
74
|
trigger: TooltipTriggerType;
|
|
74
|
-
|
|
75
|
+
teleported: boolean;
|
|
75
76
|
tabindex: string | number;
|
|
76
77
|
popperClass: string;
|
|
77
|
-
teleported: boolean;
|
|
78
78
|
hideOnClick: boolean;
|
|
79
79
|
showTimeout: number;
|
|
80
80
|
hideTimeout: number;
|
|
@@ -11,7 +11,11 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
11
11
|
type: globalThis.PropType<string>;
|
|
12
12
|
};
|
|
13
13
|
placement: {
|
|
14
|
-
type: globalThis.PropType<
|
|
14
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
effect: {
|
|
18
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
15
19
|
default: string;
|
|
16
20
|
};
|
|
17
21
|
id: {
|
|
@@ -33,25 +37,21 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
33
37
|
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
34
38
|
default: string;
|
|
35
39
|
};
|
|
36
|
-
|
|
37
|
-
type: globalThis.PropType<
|
|
38
|
-
default:
|
|
40
|
+
teleported: {
|
|
41
|
+
type: globalThis.PropType<boolean>;
|
|
42
|
+
default: boolean;
|
|
39
43
|
};
|
|
40
44
|
tabindex: {
|
|
41
45
|
type: globalThis.PropType<string | number>;
|
|
42
46
|
default: number;
|
|
43
47
|
};
|
|
44
48
|
popperOptions: {
|
|
45
|
-
type: globalThis.PropType<
|
|
49
|
+
type: globalThis.PropType<import("@popperjs/core").Options>;
|
|
46
50
|
};
|
|
47
51
|
popperClass: {
|
|
48
52
|
type: globalThis.PropType<string>;
|
|
49
53
|
default: string;
|
|
50
54
|
};
|
|
51
|
-
teleported: {
|
|
52
|
-
type: globalThis.PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
55
|
splitButton: {
|
|
56
56
|
type: globalThis.PropType<boolean>;
|
|
57
57
|
};
|
|
@@ -94,7 +94,11 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
94
94
|
type: globalThis.PropType<string>;
|
|
95
95
|
};
|
|
96
96
|
placement: {
|
|
97
|
-
type: globalThis.PropType<
|
|
97
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
effect: {
|
|
101
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
98
102
|
default: string;
|
|
99
103
|
};
|
|
100
104
|
id: {
|
|
@@ -116,25 +120,21 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
116
120
|
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
117
121
|
default: string;
|
|
118
122
|
};
|
|
119
|
-
|
|
120
|
-
type: globalThis.PropType<
|
|
121
|
-
default:
|
|
123
|
+
teleported: {
|
|
124
|
+
type: globalThis.PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
122
126
|
};
|
|
123
127
|
tabindex: {
|
|
124
128
|
type: globalThis.PropType<string | number>;
|
|
125
129
|
default: number;
|
|
126
130
|
};
|
|
127
131
|
popperOptions: {
|
|
128
|
-
type: globalThis.PropType<
|
|
132
|
+
type: globalThis.PropType<import("@popperjs/core").Options>;
|
|
129
133
|
};
|
|
130
134
|
popperClass: {
|
|
131
135
|
type: globalThis.PropType<string>;
|
|
132
136
|
default: string;
|
|
133
137
|
};
|
|
134
|
-
teleported: {
|
|
135
|
-
type: globalThis.PropType<boolean>;
|
|
136
|
-
default: boolean;
|
|
137
|
-
};
|
|
138
138
|
splitButton: {
|
|
139
139
|
type: globalThis.PropType<boolean>;
|
|
140
140
|
};
|
|
@@ -159,15 +159,15 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
159
159
|
onCommand?: ((val: string) => any) | undefined;
|
|
160
160
|
}, {
|
|
161
161
|
maxHeight: string | number;
|
|
162
|
-
placement:
|
|
162
|
+
placement: import("@popperjs/core").Placement;
|
|
163
|
+
effect: "light" | "dark";
|
|
163
164
|
role: string;
|
|
164
165
|
loop: boolean;
|
|
165
166
|
disabled: boolean;
|
|
166
167
|
trigger: import("..").TooltipTriggerType;
|
|
167
|
-
|
|
168
|
+
teleported: boolean;
|
|
168
169
|
tabindex: string | number;
|
|
169
170
|
popperClass: string;
|
|
170
|
-
teleported: boolean;
|
|
171
171
|
hideOnClick: boolean;
|
|
172
172
|
showTimeout: number;
|
|
173
173
|
hideTimeout: number;
|
|
@@ -190,7 +190,11 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
190
190
|
type: globalThis.PropType<string>;
|
|
191
191
|
};
|
|
192
192
|
placement: {
|
|
193
|
-
type: globalThis.PropType<
|
|
193
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
effect: {
|
|
197
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
194
198
|
default: string;
|
|
195
199
|
};
|
|
196
200
|
id: {
|
|
@@ -212,25 +216,21 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
212
216
|
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
213
217
|
default: string;
|
|
214
218
|
};
|
|
215
|
-
|
|
216
|
-
type: globalThis.PropType<
|
|
217
|
-
default:
|
|
219
|
+
teleported: {
|
|
220
|
+
type: globalThis.PropType<boolean>;
|
|
221
|
+
default: boolean;
|
|
218
222
|
};
|
|
219
223
|
tabindex: {
|
|
220
224
|
type: globalThis.PropType<string | number>;
|
|
221
225
|
default: number;
|
|
222
226
|
};
|
|
223
227
|
popperOptions: {
|
|
224
|
-
type: globalThis.PropType<
|
|
228
|
+
type: globalThis.PropType<import("@popperjs/core").Options>;
|
|
225
229
|
};
|
|
226
230
|
popperClass: {
|
|
227
231
|
type: globalThis.PropType<string>;
|
|
228
232
|
default: string;
|
|
229
233
|
};
|
|
230
|
-
teleported: {
|
|
231
|
-
type: globalThis.PropType<boolean>;
|
|
232
|
-
default: boolean;
|
|
233
|
-
};
|
|
234
234
|
splitButton: {
|
|
235
235
|
type: globalThis.PropType<boolean>;
|
|
236
236
|
};
|
|
@@ -259,15 +259,15 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
259
259
|
onFocusAfterTrapped: (e: Event) => void;
|
|
260
260
|
}, {}, {}, {}, {
|
|
261
261
|
maxHeight: string | number;
|
|
262
|
-
placement:
|
|
262
|
+
placement: import("@popperjs/core").Placement;
|
|
263
|
+
effect: "light" | "dark";
|
|
263
264
|
role: string;
|
|
264
265
|
loop: boolean;
|
|
265
266
|
disabled: boolean;
|
|
266
267
|
trigger: import("..").TooltipTriggerType;
|
|
267
|
-
|
|
268
|
+
teleported: boolean;
|
|
268
269
|
tabindex: string | number;
|
|
269
270
|
popperClass: string;
|
|
270
|
-
teleported: boolean;
|
|
271
271
|
hideOnClick: boolean;
|
|
272
272
|
showTimeout: number;
|
|
273
273
|
hideTimeout: number;
|
|
@@ -287,7 +287,11 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
287
287
|
type: globalThis.PropType<string>;
|
|
288
288
|
};
|
|
289
289
|
placement: {
|
|
290
|
-
type: globalThis.PropType<
|
|
290
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
291
|
+
default: string;
|
|
292
|
+
};
|
|
293
|
+
effect: {
|
|
294
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
291
295
|
default: string;
|
|
292
296
|
};
|
|
293
297
|
id: {
|
|
@@ -309,25 +313,21 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
309
313
|
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
310
314
|
default: string;
|
|
311
315
|
};
|
|
312
|
-
|
|
313
|
-
type: globalThis.PropType<
|
|
314
|
-
default:
|
|
316
|
+
teleported: {
|
|
317
|
+
type: globalThis.PropType<boolean>;
|
|
318
|
+
default: boolean;
|
|
315
319
|
};
|
|
316
320
|
tabindex: {
|
|
317
321
|
type: globalThis.PropType<string | number>;
|
|
318
322
|
default: number;
|
|
319
323
|
};
|
|
320
324
|
popperOptions: {
|
|
321
|
-
type: globalThis.PropType<
|
|
325
|
+
type: globalThis.PropType<import("@popperjs/core").Options>;
|
|
322
326
|
};
|
|
323
327
|
popperClass: {
|
|
324
328
|
type: globalThis.PropType<string>;
|
|
325
329
|
default: string;
|
|
326
330
|
};
|
|
327
|
-
teleported: {
|
|
328
|
-
type: globalThis.PropType<boolean>;
|
|
329
|
-
default: boolean;
|
|
330
|
-
};
|
|
331
331
|
splitButton: {
|
|
332
332
|
type: globalThis.PropType<boolean>;
|
|
333
333
|
};
|
|
@@ -360,15 +360,15 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
360
360
|
click: (val: MouseEvent) => void;
|
|
361
361
|
}, string, {
|
|
362
362
|
maxHeight: string | number;
|
|
363
|
-
placement:
|
|
363
|
+
placement: import("@popperjs/core").Placement;
|
|
364
|
+
effect: "light" | "dark";
|
|
364
365
|
role: string;
|
|
365
366
|
loop: boolean;
|
|
366
367
|
disabled: boolean;
|
|
367
368
|
trigger: import("..").TooltipTriggerType;
|
|
368
|
-
|
|
369
|
+
teleported: boolean;
|
|
369
370
|
tabindex: string | number;
|
|
370
371
|
popperClass: string;
|
|
371
|
-
teleported: boolean;
|
|
372
372
|
hideOnClick: boolean;
|
|
373
373
|
showTimeout: number;
|
|
374
374
|
hideTimeout: number;
|
|
@@ -8,6 +8,7 @@ import "../check-tag/index.js";
|
|
|
8
8
|
import "../checkbox/index.js";
|
|
9
9
|
import "../clamp/index.js";
|
|
10
10
|
import "../clamp-toggle/index.js";
|
|
11
|
+
import "../clamp-tooltip/index.js";
|
|
11
12
|
import "../col/index.js";
|
|
12
13
|
import "../collapse-transition/index.js";
|
|
13
14
|
import "../color-picker/index.js";
|
|
@@ -98,7 +99,7 @@ const o = (
|
|
|
98
99
|
c("footer-layout")
|
|
99
100
|
), f = e({
|
|
100
101
|
name: o.b()
|
|
101
|
-
}),
|
|
102
|
+
}), io = /* @__PURE__ */ e({
|
|
102
103
|
...f,
|
|
103
104
|
setup(d) {
|
|
104
105
|
return (i, u) => (s(), l(t(n), {
|
|
@@ -126,5 +127,5 @@ const o = (
|
|
|
126
127
|
}
|
|
127
128
|
});
|
|
128
129
|
export {
|
|
129
|
-
|
|
130
|
+
io as default
|
|
130
131
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
1
|
+
import type { ComponentSize } from 'vft/es/constants';
|
|
2
|
+
import type { MaybeRef } from '@vueuse/core';
|
|
3
|
+
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<'prop' | 'form' | 'formItem' | 'global', boolean>>) => globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
4
|
+
export declare const useFormDisabled: (fallback?: MaybeRef<boolean | undefined>) => globalThis.ComputedRef<boolean>;
|
|
5
|
+
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<'prop' | 'form' | 'formItem' | 'global', boolean>>) => globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
6
|
+
export declare const useDisabled: (fallback?: MaybeRef<boolean | undefined>) => globalThis.ComputedRef<boolean>;
|