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
|
@@ -68,15 +68,7 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
68
68
|
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
69
69
|
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
70
70
|
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
71
|
-
popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
72
|
-
(): Options;
|
|
73
|
-
new (): any;
|
|
74
|
-
readonly prototype: any;
|
|
75
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
76
|
-
(): Options;
|
|
77
|
-
new (): any;
|
|
78
|
-
readonly prototype: any;
|
|
79
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
71
|
+
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>;
|
|
80
72
|
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
81
73
|
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
82
74
|
startPlaceholder: StringConstructor;
|
|
@@ -158,15 +150,7 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
158
150
|
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
159
151
|
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
160
152
|
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
161
|
-
popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
162
|
-
(): Options;
|
|
163
|
-
new (): any;
|
|
164
|
-
readonly prototype: any;
|
|
165
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
166
|
-
(): Options;
|
|
167
|
-
new (): any;
|
|
168
|
-
readonly prototype: any;
|
|
169
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
153
|
+
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>;
|
|
170
154
|
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
171
155
|
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
172
156
|
startPlaceholder: StringConstructor;
|
|
@@ -192,13 +176,13 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
192
176
|
modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
193
177
|
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
194
178
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
|
+
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
195
180
|
placeholder: string;
|
|
196
181
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
197
182
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
198
183
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
199
|
-
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
200
184
|
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
201
|
-
popperOptions:
|
|
185
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
202
186
|
popperClass: string;
|
|
203
187
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
204
188
|
rangeSeparator: string;
|
|
@@ -274,15 +258,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
274
258
|
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
275
259
|
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
276
260
|
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
277
|
-
popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
278
|
-
(): Options;
|
|
279
|
-
new (): any;
|
|
280
|
-
readonly prototype: any;
|
|
281
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
282
|
-
(): Options;
|
|
283
|
-
new (): any;
|
|
284
|
-
readonly prototype: any;
|
|
285
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
261
|
+
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>;
|
|
286
262
|
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
287
263
|
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
288
264
|
startPlaceholder: StringConstructor;
|
|
@@ -364,15 +340,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
364
340
|
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
365
341
|
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
366
342
|
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
367
|
-
popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
368
|
-
(): Options;
|
|
369
|
-
new (): any;
|
|
370
|
-
readonly prototype: any;
|
|
371
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
372
|
-
(): Options;
|
|
373
|
-
new (): any;
|
|
374
|
-
readonly prototype: any;
|
|
375
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
343
|
+
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>;
|
|
376
344
|
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
377
345
|
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
378
346
|
startPlaceholder: StringConstructor;
|
|
@@ -398,13 +366,13 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
398
366
|
modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
399
367
|
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
400
368
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
369
|
+
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
401
370
|
placeholder: string;
|
|
402
371
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
403
372
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
404
373
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
405
|
-
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
406
374
|
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
407
|
-
popperOptions:
|
|
375
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
408
376
|
popperClass: string;
|
|
409
377
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
410
378
|
rangeSeparator: string;
|
|
@@ -66,15 +66,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
67
67
|
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
68
68
|
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
69
|
-
popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
70
|
-
(): Options;
|
|
71
|
-
new (): any;
|
|
72
|
-
readonly prototype: any;
|
|
73
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
74
|
-
(): Options;
|
|
75
|
-
new (): any;
|
|
76
|
-
readonly prototype: any;
|
|
77
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
69
|
+
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>;
|
|
78
70
|
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
79
71
|
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
80
72
|
startPlaceholder: StringConstructor;
|
|
@@ -159,15 +151,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
151
|
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
160
152
|
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
161
153
|
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
162
|
-
popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
163
|
-
(): Options;
|
|
164
|
-
new (): any;
|
|
165
|
-
readonly prototype: any;
|
|
166
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
167
|
-
(): Options;
|
|
168
|
-
new (): any;
|
|
169
|
-
readonly prototype: any;
|
|
170
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
154
|
+
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>;
|
|
171
155
|
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
172
156
|
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
173
157
|
startPlaceholder: StringConstructor;
|
|
@@ -193,13 +177,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
177
|
modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
194
178
|
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
195
179
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
180
|
+
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
196
181
|
placeholder: string;
|
|
197
182
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
198
183
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
199
184
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
200
|
-
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
201
185
|
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
202
|
-
popperOptions:
|
|
186
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
203
187
|
popperClass: string;
|
|
204
188
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
205
189
|
rangeSeparator: string;
|
|
@@ -5,7 +5,7 @@ export declare const rangeArr: (n: number) => number[];
|
|
|
5
5
|
export declare const extractDateFormat: (format: string) => string;
|
|
6
6
|
export declare const extractTimeFormat: (format: string) => string;
|
|
7
7
|
export declare const dateEquals: (a: Date | unknown, b: Date | unknown) => boolean;
|
|
8
|
-
export declare const valueEquals: (a: Array<Date> | unknown, b: Array<Date> | unknown) =>
|
|
8
|
+
export declare const valueEquals: (a: Array<Date> | unknown, b: Array<Date> | unknown) => boolean;
|
|
9
9
|
export declare const parseDate: (date: string | number | Date, format: string | undefined, lang: string) => Dayjs | undefined;
|
|
10
10
|
export declare const formatter: (date: string | number | Date | Dayjs, format: string | undefined, lang: string) => string | number | Date | Dayjs;
|
|
11
11
|
export declare const makeList: (total: number, method?: () => number[]) => boolean[];
|
|
@@ -78,8 +78,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
}, {
|
|
79
79
|
readonly start: string;
|
|
80
80
|
readonly end: string;
|
|
81
|
-
readonly disabled: boolean;
|
|
82
81
|
readonly effect: string;
|
|
82
|
+
readonly disabled: boolean;
|
|
83
83
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
84
|
readonly format: string;
|
|
85
85
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -47,7 +47,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
47
47
|
type: globalThis.PropType<number>;
|
|
48
48
|
};
|
|
49
49
|
fallbackPlacements: {
|
|
50
|
-
type: globalThis.PropType<Placement[]>;
|
|
50
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
51
51
|
};
|
|
52
52
|
gpuAcceleration: {
|
|
53
53
|
type: globalThis.PropType<boolean>;
|
|
@@ -56,13 +56,13 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
56
56
|
type: globalThis.PropType<number>;
|
|
57
57
|
};
|
|
58
58
|
placement: {
|
|
59
|
-
type: globalThis.PropType<
|
|
59
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
60
60
|
};
|
|
61
61
|
popperOptions: {
|
|
62
|
-
type: globalThis.PropType<
|
|
62
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
63
63
|
};
|
|
64
64
|
strategy: {
|
|
65
|
-
type: globalThis.PropType<"
|
|
65
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
66
66
|
};
|
|
67
67
|
style: {
|
|
68
68
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -211,7 +211,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
211
211
|
type: globalThis.PropType<number>;
|
|
212
212
|
};
|
|
213
213
|
fallbackPlacements: {
|
|
214
|
-
type: globalThis.PropType<Placement[]>;
|
|
214
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
215
215
|
};
|
|
216
216
|
gpuAcceleration: {
|
|
217
217
|
type: globalThis.PropType<boolean>;
|
|
@@ -220,13 +220,13 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
220
220
|
type: globalThis.PropType<number>;
|
|
221
221
|
};
|
|
222
222
|
placement: {
|
|
223
|
-
type: globalThis.PropType<
|
|
223
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
224
224
|
};
|
|
225
225
|
popperOptions: {
|
|
226
|
-
type: globalThis.PropType<
|
|
226
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
227
227
|
};
|
|
228
228
|
strategy: {
|
|
229
|
-
type: globalThis.PropType<"
|
|
229
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
230
230
|
};
|
|
231
231
|
style: {
|
|
232
232
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -367,7 +367,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
367
367
|
type: globalThis.PropType<number>;
|
|
368
368
|
};
|
|
369
369
|
fallbackPlacements: {
|
|
370
|
-
type: globalThis.PropType<Placement[]>;
|
|
370
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
371
371
|
};
|
|
372
372
|
gpuAcceleration: {
|
|
373
373
|
type: globalThis.PropType<boolean>;
|
|
@@ -376,13 +376,13 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
376
376
|
type: globalThis.PropType<number>;
|
|
377
377
|
};
|
|
378
378
|
placement: {
|
|
379
|
-
type: globalThis.PropType<
|
|
379
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
380
380
|
};
|
|
381
381
|
popperOptions: {
|
|
382
|
-
type: globalThis.PropType<
|
|
382
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
383
383
|
};
|
|
384
384
|
strategy: {
|
|
385
|
-
type: globalThis.PropType<"
|
|
385
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
386
386
|
};
|
|
387
387
|
style: {
|
|
388
388
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -528,7 +528,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
528
528
|
type: globalThis.PropType<number>;
|
|
529
529
|
};
|
|
530
530
|
fallbackPlacements: {
|
|
531
|
-
type: globalThis.PropType<Placement[]>;
|
|
531
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
532
532
|
};
|
|
533
533
|
gpuAcceleration: {
|
|
534
534
|
type: globalThis.PropType<boolean>;
|
|
@@ -537,13 +537,13 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
537
537
|
type: globalThis.PropType<number>;
|
|
538
538
|
};
|
|
539
539
|
placement: {
|
|
540
|
-
type: globalThis.PropType<
|
|
540
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
541
541
|
};
|
|
542
542
|
popperOptions: {
|
|
543
|
-
type: globalThis.PropType<
|
|
543
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
544
544
|
};
|
|
545
545
|
strategy: {
|
|
546
|
-
type: globalThis.PropType<"
|
|
546
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
547
547
|
};
|
|
548
548
|
style: {
|
|
549
549
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -7,5 +7,5 @@ export declare const useTooltipModelToggle: ({ indicator, toggleReason, shouldHi
|
|
|
7
7
|
hide: (event?: Event | undefined) => void;
|
|
8
8
|
show: (event?: Event | undefined) => void;
|
|
9
9
|
toggle: () => void;
|
|
10
|
-
hasUpdateHandler: globalThis.ComputedRef<
|
|
10
|
+
hasUpdateHandler: globalThis.ComputedRef<boolean>;
|
|
11
11
|
};
|
|
@@ -19,10 +19,10 @@ declare const _Tree: SFCWithInstall<{
|
|
|
19
19
|
icon: {
|
|
20
20
|
type: globalThis.PropType<import("..").IconProps>;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
lazy: {
|
|
23
23
|
type: globalThis.PropType<boolean>;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
draggable: {
|
|
26
26
|
type: globalThis.PropType<boolean>;
|
|
27
27
|
};
|
|
28
28
|
emptyText: {
|
|
@@ -159,10 +159,10 @@ declare const _Tree: SFCWithInstall<{
|
|
|
159
159
|
icon: {
|
|
160
160
|
type: globalThis.PropType<import("..").IconProps>;
|
|
161
161
|
};
|
|
162
|
-
|
|
162
|
+
lazy: {
|
|
163
163
|
type: globalThis.PropType<boolean>;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
draggable: {
|
|
166
166
|
type: globalThis.PropType<boolean>;
|
|
167
167
|
};
|
|
168
168
|
emptyText: {
|
|
@@ -276,10 +276,10 @@ declare const _Tree: SFCWithInstall<{
|
|
|
276
276
|
icon: {
|
|
277
277
|
type: globalThis.PropType<import("..").IconProps>;
|
|
278
278
|
};
|
|
279
|
-
|
|
279
|
+
lazy: {
|
|
280
280
|
type: globalThis.PropType<boolean>;
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
draggable: {
|
|
283
283
|
type: globalThis.PropType<boolean>;
|
|
284
284
|
};
|
|
285
285
|
emptyText: {
|
|
@@ -413,10 +413,10 @@ declare const _Tree: SFCWithInstall<{
|
|
|
413
413
|
icon: {
|
|
414
414
|
type: globalThis.PropType<import("..").IconProps>;
|
|
415
415
|
};
|
|
416
|
-
|
|
416
|
+
lazy: {
|
|
417
417
|
type: globalThis.PropType<boolean>;
|
|
418
418
|
};
|
|
419
|
-
|
|
419
|
+
draggable: {
|
|
420
420
|
type: globalThis.PropType<boolean>;
|
|
421
421
|
};
|
|
422
422
|
emptyText: {
|
|
@@ -570,10 +570,10 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
570
570
|
icon: {
|
|
571
571
|
type: globalThis.PropType<import("..").IconProps>;
|
|
572
572
|
};
|
|
573
|
-
|
|
573
|
+
lazy: {
|
|
574
574
|
type: globalThis.PropType<boolean>;
|
|
575
575
|
};
|
|
576
|
-
|
|
576
|
+
draggable: {
|
|
577
577
|
type: globalThis.PropType<boolean>;
|
|
578
578
|
};
|
|
579
579
|
emptyText: {
|
|
@@ -710,10 +710,10 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
710
710
|
icon: {
|
|
711
711
|
type: globalThis.PropType<import("..").IconProps>;
|
|
712
712
|
};
|
|
713
|
-
|
|
713
|
+
lazy: {
|
|
714
714
|
type: globalThis.PropType<boolean>;
|
|
715
715
|
};
|
|
716
|
-
|
|
716
|
+
draggable: {
|
|
717
717
|
type: globalThis.PropType<boolean>;
|
|
718
718
|
};
|
|
719
719
|
emptyText: {
|
|
@@ -827,10 +827,10 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
827
827
|
icon: {
|
|
828
828
|
type: globalThis.PropType<import("..").IconProps>;
|
|
829
829
|
};
|
|
830
|
-
|
|
830
|
+
lazy: {
|
|
831
831
|
type: globalThis.PropType<boolean>;
|
|
832
832
|
};
|
|
833
|
-
|
|
833
|
+
draggable: {
|
|
834
834
|
type: globalThis.PropType<boolean>;
|
|
835
835
|
};
|
|
836
836
|
emptyText: {
|
|
@@ -964,10 +964,10 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
964
964
|
icon: {
|
|
965
965
|
type: globalThis.PropType<import("..").IconProps>;
|
|
966
966
|
};
|
|
967
|
-
|
|
967
|
+
lazy: {
|
|
968
968
|
type: globalThis.PropType<boolean>;
|
|
969
969
|
};
|
|
970
|
-
|
|
970
|
+
draggable: {
|
|
971
971
|
type: globalThis.PropType<boolean>;
|
|
972
972
|
};
|
|
973
973
|
emptyText: {
|
|
@@ -434,7 +434,7 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
434
434
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
435
435
|
$slots: {
|
|
436
436
|
file?(_: {
|
|
437
|
-
file:
|
|
437
|
+
file: import("./types").UploadFile;
|
|
438
438
|
}): any;
|
|
439
439
|
trigger?(_: {}): any;
|
|
440
440
|
default?(_: {}): any;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
51
|
httpRequest: import("./types").UploadRequestHandler;
|
|
52
52
|
}, {}>, {
|
|
53
53
|
file?(_: {
|
|
54
|
-
file:
|
|
54
|
+
file: import("./types").UploadFile;
|
|
55
55
|
}): any;
|
|
56
56
|
trigger?(_: {}): any;
|
|
57
57
|
default?(_: {}): any;
|
|
@@ -2,7 +2,27 @@ import type { ShallowRef } from 'vue';
|
|
|
2
2
|
import type { UploadContentInstance, UploadFile, UploadProps, UploadRawFile, UploadStatus } from './types';
|
|
3
3
|
export declare const useHandlers: (props: UploadProps, uploadRef: ShallowRef<UploadContentInstance | undefined>) => {
|
|
4
4
|
/** @description two-way binding ref from props `fileList` */
|
|
5
|
-
uploadFiles:
|
|
5
|
+
uploadFiles: globalThis.Ref<{
|
|
6
|
+
name: string;
|
|
7
|
+
percentage?: number | undefined;
|
|
8
|
+
status: UploadStatus;
|
|
9
|
+
size?: number | undefined;
|
|
10
|
+
response?: unknown;
|
|
11
|
+
uid: number;
|
|
12
|
+
url?: string | undefined;
|
|
13
|
+
raw?: {
|
|
14
|
+
uid: number;
|
|
15
|
+
readonly lastModified: number;
|
|
16
|
+
readonly name: string;
|
|
17
|
+
readonly webkitRelativePath: string;
|
|
18
|
+
readonly size: number;
|
|
19
|
+
readonly type: string;
|
|
20
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
21
|
+
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
22
|
+
stream: () => ReadableStream<Uint8Array>;
|
|
23
|
+
text: () => Promise<string>;
|
|
24
|
+
} | undefined;
|
|
25
|
+
}[]>;
|
|
6
26
|
abort: (file: UploadFile) => void;
|
|
7
27
|
clearFiles: (states?: UploadStatus[]) => void;
|
|
8
28
|
handleError: (err: import("./ajax").UploadAjaxError, rawFile: UploadRawFile) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useCache: () => globalThis.ComputedRef<any
|
|
1
|
+
export declare const useCache: () => globalThis.ComputedRef<(((_: any, __: any, ___: any) => {}) & import("lodash").MemoizedFunction) | import("memoize-one").MemoizedFn<(_: any, __: any, ___: any) => {}>>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { MaybeRef } from '@vueuse/core';
|
|
1
2
|
import type { InjectionKey, Ref } from 'vue';
|
|
2
3
|
export type ElIdInjectionContext = {
|
|
3
4
|
prefix: number;
|
|
@@ -5,4 +6,4 @@ export type ElIdInjectionContext = {
|
|
|
5
6
|
};
|
|
6
7
|
export declare const ID_INJECTION_KEY: InjectionKey<ElIdInjectionContext>;
|
|
7
8
|
export declare const useIdInjection: () => ElIdInjectionContext;
|
|
8
|
-
export declare const useId: (deterministicId?:
|
|
9
|
+
export declare const useId: (deterministicId?: MaybeRef<string>) => Ref<string>;
|
|
@@ -4,7 +4,7 @@ export declare const createModelToggleComposable: <T extends string>(name: T) =>
|
|
|
4
4
|
hide: (event?: Event) => void;
|
|
5
5
|
show: (event?: Event) => void;
|
|
6
6
|
toggle: () => void;
|
|
7
|
-
hasUpdateHandler: globalThis.ComputedRef<
|
|
7
|
+
hasUpdateHandler: globalThis.ComputedRef<boolean>;
|
|
8
8
|
};
|
|
9
9
|
useModelToggleEmits: `update:${T}`[];
|
|
10
10
|
};
|
|
@@ -12,7 +12,7 @@ declare const useModelToggle: ({ indicator, toggleReason, shouldHideWhenRouteCha
|
|
|
12
12
|
hide: (event?: Event) => void;
|
|
13
13
|
show: (event?: Event) => void;
|
|
14
14
|
toggle: () => void;
|
|
15
|
-
hasUpdateHandler: globalThis.ComputedRef<
|
|
15
|
+
hasUpdateHandler: globalThis.ComputedRef<boolean>;
|
|
16
16
|
}, useModelToggleEmits: "update:modelValue"[];
|
|
17
17
|
export { useModelToggle, useModelToggleEmits };
|
|
18
18
|
export type ModelToggleParams = {
|
|
@@ -1,15 +1,78 @@
|
|
|
1
|
-
import type { Options, VirtualElement } from '@popperjs/core';
|
|
1
|
+
import type { Instance, Modifier, Options, State, VirtualElement } from '@popperjs/core';
|
|
2
2
|
import type { Ref } from 'vue';
|
|
3
3
|
type ElementType = HTMLElement | undefined;
|
|
4
4
|
type ReferenceElement = ElementType | VirtualElement;
|
|
5
5
|
export type PartialOptions = Partial<Options>;
|
|
6
6
|
export declare const usePopper: (referenceElementRef: Ref<ReferenceElement>, popperElementRef: Ref<ElementType>, opts?: Ref<PartialOptions> | PartialOptions) => {
|
|
7
|
-
state: globalThis.ComputedRef<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
state: globalThis.ComputedRef<{
|
|
8
|
+
elements?: {
|
|
9
|
+
reference: Element | VirtualElement;
|
|
10
|
+
popper: HTMLElement;
|
|
11
|
+
arrow?: HTMLElement | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
options?: import("@popperjs/core").OptionsGeneric<any> | undefined;
|
|
14
|
+
placement?: import("@popperjs/core").Placement | undefined;
|
|
15
|
+
strategy?: import("@popperjs/core").PositioningStrategy | undefined;
|
|
16
|
+
orderedModifiers?: Modifier<any, any>[] | undefined;
|
|
17
|
+
rects?: import("@popperjs/core").StateRects | undefined;
|
|
18
|
+
scrollParents?: {
|
|
19
|
+
reference: (Element | import("@popperjs/core").Window | import("@popperjs/core").VisualViewport)[];
|
|
20
|
+
popper: (Element | import("@popperjs/core").Window | import("@popperjs/core").VisualViewport)[];
|
|
21
|
+
} | undefined;
|
|
22
|
+
styles?: {
|
|
23
|
+
[key: string]: Partial<CSSStyleDeclaration>;
|
|
24
|
+
} | undefined;
|
|
25
|
+
attributes?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: string | boolean;
|
|
28
|
+
};
|
|
29
|
+
} | undefined;
|
|
30
|
+
modifiersData?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
arrow?: {
|
|
33
|
+
x?: number | undefined;
|
|
34
|
+
y?: number | undefined;
|
|
35
|
+
centerOffset: number;
|
|
36
|
+
} | undefined;
|
|
37
|
+
hide?: {
|
|
38
|
+
isReferenceHidden: boolean;
|
|
39
|
+
hasPopperEscaped: boolean;
|
|
40
|
+
referenceClippingOffsets: import("@popperjs/core").SideObject;
|
|
41
|
+
popperEscapeOffsets: import("@popperjs/core").SideObject;
|
|
42
|
+
} | undefined;
|
|
43
|
+
offset?: {
|
|
44
|
+
auto?: import("@popperjs/core").Offsets | undefined;
|
|
45
|
+
left?: import("@popperjs/core").Offsets | undefined;
|
|
46
|
+
right?: import("@popperjs/core").Offsets | undefined;
|
|
47
|
+
bottom?: import("@popperjs/core").Offsets | undefined;
|
|
48
|
+
top?: import("@popperjs/core").Offsets | undefined;
|
|
49
|
+
"auto-start"?: import("@popperjs/core").Offsets | undefined;
|
|
50
|
+
"auto-end"?: import("@popperjs/core").Offsets | undefined;
|
|
51
|
+
"top-start"?: import("@popperjs/core").Offsets | undefined;
|
|
52
|
+
"top-end"?: import("@popperjs/core").Offsets | undefined;
|
|
53
|
+
"bottom-start"?: import("@popperjs/core").Offsets | undefined;
|
|
54
|
+
"bottom-end"?: import("@popperjs/core").Offsets | undefined;
|
|
55
|
+
"right-start"?: import("@popperjs/core").Offsets | undefined;
|
|
56
|
+
"right-end"?: import("@popperjs/core").Offsets | undefined;
|
|
57
|
+
"left-start"?: import("@popperjs/core").Offsets | undefined;
|
|
58
|
+
"left-end"?: import("@popperjs/core").Offsets | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
preventOverflow?: import("@popperjs/core").Offsets | undefined;
|
|
61
|
+
popperOffsets?: import("@popperjs/core").Offsets | undefined;
|
|
62
|
+
} | undefined;
|
|
63
|
+
reset?: boolean | undefined;
|
|
64
|
+
}>;
|
|
65
|
+
styles: globalThis.ComputedRef<{
|
|
66
|
+
[key: string]: Partial<CSSStyleDeclaration>;
|
|
67
|
+
}>;
|
|
68
|
+
attributes: globalThis.ComputedRef<{
|
|
69
|
+
[key: string]: {
|
|
70
|
+
[key: string]: string | boolean;
|
|
71
|
+
};
|
|
72
|
+
}>;
|
|
73
|
+
update: () => Promise<Partial<State>> | undefined;
|
|
74
|
+
forceUpdate: () => void | undefined;
|
|
75
|
+
instanceRef: globalThis.ComputedRef<Instance | undefined>;
|
|
13
76
|
};
|
|
14
77
|
export type UsePopperReturn = ReturnType<typeof usePopper>;
|
|
15
78
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const useSameTarget: (handleClick?: ((e: MouseEvent) => void) | undefined) => {
|
|
2
|
-
onClick: any;
|
|
3
|
-
onMousedown: any;
|
|
4
|
-
onMouseup: any;
|
|
2
|
+
onClick: (...args: any[]) => void;
|
|
3
|
+
onMousedown: (...args: any[]) => void;
|
|
4
|
+
onMouseup: (...args: any[]) => void;
|
|
5
5
|
};
|
|
@@ -2,7 +2,7 @@ import type { InjectionKey, Ref } from 'vue';
|
|
|
2
2
|
export declare const defaultInitialZIndex = 2000;
|
|
3
3
|
export declare const zIndexContextKey: InjectionKey<Ref<number | undefined>>;
|
|
4
4
|
export declare const useZIndex: (zIndexOverrides?: Ref<number>) => {
|
|
5
|
-
initialZIndex: globalThis.ComputedRef<number
|
|
5
|
+
initialZIndex: globalThis.ComputedRef<number>;
|
|
6
6
|
currentZIndex: globalThis.ComputedRef<number>;
|
|
7
7
|
nextZIndex: () => number;
|
|
8
8
|
};
|