vft 0.0.151 → 0.0.153
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/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/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +2 -2
- package/es/components/affix/index.d.ts +5 -5
- package/es/components/autocomplete/autocomplete.vue.d.ts +23 -23
- package/es/components/autocomplete/index.d.ts +68 -68
- 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/checkbox-button.vue.d.ts +1 -1
- package/es/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/es/components/checkbox/checkbox.vue.d.ts +1 -1
- 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 +58 -58
- package/es/components/color-picker/color-picker.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.d.ts +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 +3 -3
- package/es/components/dialog/index.d.ts +8 -8
- package/es/components/drawer/drawer.vue.d.ts +3 -3
- package/es/components/drawer/index.d.ts +8 -8
- package/es/components/dropdown/dropdown.vue.d.ts +3 -3
- package/es/components/dropdown/index.d.ts +49 -49
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +12 -12
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/input-number.vue.d.ts +3 -3
- package/es/components/loading/index.d.ts +17 -9
- package/es/components/loading/loading.d.ts +17 -9
- package/es/components/modal/index.d.ts +11 -11
- package/es/components/modal/modal.vue.d.ts +1 -1
- 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 +30 -30
- package/es/components/radio/radio-group.vue.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +1 -1
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/search/index.d.ts +8 -8
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/select/defaults.d.ts +4 -3
- package/es/components/select/index.d.ts +66 -66
- package/es/components/select/select.vue.d.ts +33 -33
- 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/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +3 -3
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/space/index.d.ts +5 -2
- package/es/components/space/space.d.ts +5 -2
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form.vue.d.ts +1 -1
- package/es/components/super-form/types.d.ts +176 -0
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +41 -41
- package/es/components/table/table.vue.d.ts +2 -2
- package/es/components/table/use/use-columns.d.ts +801 -3
- package/es/components/time-picker/common/picker.vue.d.ts +9 -24
- 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 +4 -4
- 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 +12 -12
- 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 +113 -113
- 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/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +2 -2
- package/lib/components/affix/index.d.ts +5 -5
- package/lib/components/autocomplete/autocomplete.vue.d.ts +23 -23
- package/lib/components/autocomplete/index.d.ts +68 -68
- 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/checkbox-button.vue.d.ts +1 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/lib/components/checkbox/checkbox.vue.d.ts +1 -1
- 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 +58 -58
- package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -2
- 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 +3 -3
- package/lib/components/dialog/index.d.ts +8 -8
- package/lib/components/drawer/drawer.vue.d.ts +3 -3
- package/lib/components/drawer/index.d.ts +8 -8
- package/lib/components/dropdown/dropdown.vue.d.ts +3 -3
- package/lib/components/dropdown/index.d.ts +49 -49
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/input-number.vue.d.ts +3 -3
- package/lib/components/loading/index.d.ts +17 -9
- package/lib/components/loading/loading.d.ts +17 -9
- package/lib/components/modal/index.d.ts +11 -11
- package/lib/components/modal/modal.vue.d.ts +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 +30 -30
- package/lib/components/radio/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/search/index.d.ts +8 -8
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/select/defaults.d.ts +4 -3
- package/lib/components/select/index.d.ts +66 -66
- package/lib/components/select/select.vue.d.ts +33 -33
- 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/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +3 -3
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/space/index.d.ts +5 -2
- package/lib/components/space/space.d.ts +5 -2
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/super-form/super-form.vue.d.ts +1 -1
- package/lib/components/super-form/types.d.ts +176 -0
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +41 -41
- package/lib/components/table/table.vue.d.ts +2 -2
- package/lib/components/table/use/use-columns.d.ts +801 -3
- package/lib/components/time-picker/common/picker.vue.d.ts +9 -24
- 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 +4 -4
- 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 +12 -12
- 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 +5 -5
- package/web-types.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Options } from '@popperjs/core';
|
|
1
2
|
import type { Dayjs } from 'dayjs';
|
|
2
3
|
import type { DateModelType, DayOrDays, PickerOptions, SingleOrRange } from './props';
|
|
3
4
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
@@ -61,15 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
61
62
|
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
62
63
|
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
64
|
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>;
|
|
65
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
73
66
|
readonly modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
74
67
|
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
75
68
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -113,11 +106,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
113
106
|
*/
|
|
114
107
|
onPick: (date?: any, visible?: boolean) => void;
|
|
115
108
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
116
|
-
|
|
109
|
+
"update:modelValue": (...args: any[]) => void;
|
|
117
110
|
change: (...args: any[]) => void;
|
|
111
|
+
blur: (...args: any[]) => void;
|
|
118
112
|
focus: (...args: any[]) => void;
|
|
119
113
|
keydown: (...args: any[]) => void;
|
|
120
|
-
"update:modelValue": (...args: any[]) => void;
|
|
121
114
|
"calendar-change": (...args: any[]) => void;
|
|
122
115
|
"panel-change": (...args: any[]) => void;
|
|
123
116
|
"visible-change": (...args: any[]) => void;
|
|
@@ -182,15 +175,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
182
175
|
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
183
176
|
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
184
177
|
readonly placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
185
|
-
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
186
|
-
(): Options;
|
|
187
|
-
new (): any;
|
|
188
|
-
readonly prototype: any;
|
|
189
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
190
|
-
(): Options;
|
|
191
|
-
new (): any;
|
|
192
|
-
readonly prototype: any;
|
|
193
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
178
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
194
179
|
readonly modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
195
180
|
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
196
181
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -209,8 +194,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
209
194
|
};
|
|
210
195
|
readonly isRange: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
211
196
|
}>> & {
|
|
212
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
213
197
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
198
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
214
199
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
215
200
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
216
201
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -224,13 +209,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
224
209
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType))[], unknown, unknown>;
|
|
225
210
|
readonly readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
211
|
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
|
-
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
228
212
|
readonly placeholder: string;
|
|
229
213
|
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
214
|
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
231
215
|
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
216
|
+
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
232
217
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
233
|
-
readonly popperOptions:
|
|
218
|
+
readonly popperOptions: Partial<Options>;
|
|
234
219
|
readonly popperClass: string;
|
|
235
220
|
readonly editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
221
|
readonly rangeSeparator: string;
|
|
@@ -249,7 +234,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
249
234
|
type: string;
|
|
250
235
|
defaultValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
251
236
|
pick: (date?: any, visible?: boolean) => void;
|
|
252
|
-
"select-range": (start: number, end: number, pos?: "
|
|
237
|
+
"select-range": (start: number, end: number, pos?: "min" | "max" | undefined) => void;
|
|
253
238
|
"set-picker-option": <T extends keyof PickerOptions>(e: [T, PickerOptions[T]]) => void;
|
|
254
239
|
"calendar-change": (e: [Date, false | Date]) => void;
|
|
255
240
|
"panel-change": (value: [Dayjs, Dayjs], mode: "year" | "month", view: unknown) => void;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Options } from '@popperjs/core';
|
|
1
2
|
import type { Dayjs } from 'dayjs';
|
|
2
3
|
import type { Component, ExtractPropTypes } from 'vue';
|
|
3
4
|
export type SingleOrRange<T> = T | [T, T];
|
|
@@ -70,15 +71,7 @@ export declare const timePickerDefaultProps: {
|
|
|
70
71
|
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
71
72
|
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
72
73
|
readonly placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
73
|
-
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
74
|
-
(): Options;
|
|
75
|
-
new (): any;
|
|
76
|
-
readonly prototype: any;
|
|
77
|
-
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
78
|
-
(): Options;
|
|
79
|
-
new (): any;
|
|
80
|
-
readonly prototype: any;
|
|
81
|
-
})[], unknown, unknown, () => {}, boolean>;
|
|
74
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
82
75
|
readonly modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
|
|
83
76
|
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
84
77
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -56,7 +56,7 @@ export declare const useOldValue: (props: {
|
|
|
56
56
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
57
57
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
58
58
|
format: (template?: string | undefined) => string;
|
|
59
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "
|
|
59
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
60
60
|
valueOf: () => number;
|
|
61
61
|
unix: () => number;
|
|
62
62
|
daysInMonth: () => number;
|
|
@@ -126,7 +126,7 @@ export declare const useOldValue: (props: {
|
|
|
126
126
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
127
127
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
128
128
|
format: (template?: string | undefined) => string;
|
|
129
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "
|
|
129
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
130
130
|
valueOf: () => number;
|
|
131
131
|
unix: () => number;
|
|
132
132
|
daysInMonth: () => number;
|
|
@@ -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>;
|
|
195
|
-
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
196
179
|
placeholder: string;
|
|
197
180
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
198
181
|
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
182
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
183
|
+
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>;
|
|
401
|
-
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
402
369
|
placeholder: string;
|
|
403
370
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
404
371
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
405
372
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
373
|
+
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>;
|
|
196
|
-
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
197
180
|
placeholder: string;
|
|
198
181
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
199
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>;
|
|
200
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>;
|
|
184
|
+
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[];
|
|
@@ -34,10 +34,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
blur: () => void;
|
|
35
35
|
focus: () => void;
|
|
36
36
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
-
|
|
37
|
+
"update:modelValue": (...args: any[]) => void;
|
|
38
38
|
change: (...args: any[]) => void;
|
|
39
|
+
blur: (...args: any[]) => void;
|
|
39
40
|
focus: (...args: any[]) => void;
|
|
40
|
-
"update:modelValue": (...args: any[]) => void;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
42
|
readonly format: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
|
|
43
43
|
readonly modelValue: StringConstructor;
|
|
@@ -71,15 +71,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
__epPropKey: true;
|
|
72
72
|
};
|
|
73
73
|
}>> & {
|
|
74
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
75
74
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
75
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
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
|
+
draggable: {
|
|
23
23
|
type: globalThis.PropType<boolean>;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
163
163
|
type: globalThis.PropType<boolean>;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
280
280
|
type: globalThis.PropType<boolean>;
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
417
417
|
type: globalThis.PropType<boolean>;
|
|
418
418
|
};
|
|
419
|
-
|
|
419
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
574
574
|
type: globalThis.PropType<boolean>;
|
|
575
575
|
};
|
|
576
|
-
|
|
576
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
714
714
|
type: globalThis.PropType<boolean>;
|
|
715
715
|
};
|
|
716
|
-
|
|
716
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
831
831
|
type: globalThis.PropType<boolean>;
|
|
832
832
|
};
|
|
833
|
-
|
|
833
|
+
lazy: {
|
|
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
|
+
draggable: {
|
|
968
968
|
type: globalThis.PropType<boolean>;
|
|
969
969
|
};
|
|
970
|
-
|
|
970
|
+
lazy: {
|
|
971
971
|
type: globalThis.PropType<boolean>;
|
|
972
972
|
};
|
|
973
973
|
emptyText: {
|
|
@@ -7,12 +7,12 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
type: globalThis.PropType<boolean>;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
-
onProgress: {
|
|
11
|
-
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
12
|
-
};
|
|
13
10
|
onChange: {
|
|
14
11
|
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
15
12
|
};
|
|
13
|
+
onProgress: {
|
|
14
|
+
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
15
|
+
};
|
|
16
16
|
onError: {
|
|
17
17
|
type: globalThis.PropType<(error: Error, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
18
18
|
};
|
|
@@ -104,12 +104,12 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
104
104
|
type: globalThis.PropType<boolean>;
|
|
105
105
|
default: boolean;
|
|
106
106
|
};
|
|
107
|
-
onProgress: {
|
|
108
|
-
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
109
|
-
};
|
|
110
107
|
onChange: {
|
|
111
108
|
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
112
109
|
};
|
|
110
|
+
onProgress: {
|
|
111
|
+
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
112
|
+
};
|
|
113
113
|
onError: {
|
|
114
114
|
type: globalThis.PropType<(error: Error, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
115
115
|
};
|
|
@@ -215,12 +215,12 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
215
215
|
type: globalThis.PropType<boolean>;
|
|
216
216
|
default: boolean;
|
|
217
217
|
};
|
|
218
|
-
onProgress: {
|
|
219
|
-
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
220
|
-
};
|
|
221
218
|
onChange: {
|
|
222
219
|
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
223
220
|
};
|
|
221
|
+
onProgress: {
|
|
222
|
+
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
223
|
+
};
|
|
224
224
|
onError: {
|
|
225
225
|
type: globalThis.PropType<(error: Error, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
226
226
|
};
|
|
@@ -329,12 +329,12 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
329
329
|
type: globalThis.PropType<boolean>;
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
|
-
onProgress: {
|
|
333
|
-
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
334
|
-
};
|
|
335
332
|
onChange: {
|
|
336
333
|
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
337
334
|
};
|
|
335
|
+
onProgress: {
|
|
336
|
+
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
337
|
+
};
|
|
338
338
|
onError: {
|
|
339
339
|
type: globalThis.PropType<(error: Error, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
340
340
|
};
|