vft 0.0.442 → 0.0.445
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 +2 -2
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +22 -22
- package/es/components/autocomplete/index.d.ts +64 -64
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +33 -33
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +9 -9
- package/es/components/checkbox/index.d.ts +54 -54
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/collapse/collapse-item.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +12 -12
- package/es/components/config-provider/config-provider.vue.d.ts +1 -1
- package/es/components/config-provider/config-provider.vue2.js +8 -9
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +39 -39
- package/es/components/form/index.d.ts +27 -27
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +4 -4
- package/es/components/input-number/input-number.vue.d.ts +2 -2
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +9 -9
- package/es/components/md-container/md-container.vue2.js +15 -15
- package/es/components/message/message.vue.d.ts +1 -18
- package/es/components/message/message.vue2.js +62 -54
- package/es/components/message/types.d.ts +23 -7
- package/es/components/modal/index.d.ts +15 -15
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +60 -60
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/search/index.d.ts +9 -9
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/segmented/index.d.ts +6 -6
- package/es/components/segmented/segmented.d.ts +1 -1
- package/es/components/segmented/segmented.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +45 -45
- package/es/components/select/select.vue.d.ts +45 -45
- package/es/components/select/useSelect.d.ts +36 -36
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.vue.d.ts +2 -2
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/super-form/component-map.js +25 -25
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form-item.vue2.js +184 -184
- package/es/components/super-form/use/helper.js +34 -34
- package/es/components/super-form/use/use-auto-focus.js +4 -4
- package/es/components/super-form/use/use-form-events.js +56 -56
- package/es/components/switch/index.d.ts +21 -21
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/table/table.vue2.js +18 -18
- package/es/components/tabs/index.d.ts +4 -4
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +8 -8
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tooltip/index.d.ts +5 -5
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/tree-node.vue.d.ts +39 -39
- package/es/components/upload/index.d.ts +18 -18
- package/es/components/verify-code/useImageVerify.js +1 -1
- package/es/components/verify-code/verify-code.vue2.js +16 -16
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/form-register.d.ts +28 -28
- package/es/utils/form-register.js +44 -44
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +22 -22
- package/lib/components/autocomplete/index.d.ts +64 -64
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +33 -33
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +9 -9
- package/lib/components/checkbox/index.d.ts +54 -54
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +12 -12
- package/lib/components/config-provider/config-provider.vue.d.ts +1 -1
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +39 -39
- package/lib/components/form/index.d.ts +27 -27
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +4 -4
- package/lib/components/input-number/input-number.vue.d.ts +2 -2
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +9 -9
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/message/message.vue.d.ts +1 -18
- package/lib/components/message/message.vue2.cjs +1 -1
- package/lib/components/message/types.d.ts +23 -7
- package/lib/components/modal/index.d.ts +15 -15
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +60 -60
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/search/index.d.ts +9 -9
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/segmented/index.d.ts +6 -6
- package/lib/components/segmented/segmented.d.ts +1 -1
- package/lib/components/segmented/segmented.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +45 -45
- package/lib/components/select/select.vue.d.ts +45 -45
- package/lib/components/select/useSelect.d.ts +36 -36
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.vue.d.ts +2 -2
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/steps/index.d.ts +3 -3
- 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-item.vue2.cjs +1 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/use-auto-focus.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +21 -21
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/index.d.ts +4 -4
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +8 -8
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tooltip/index.d.ts +5 -5
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/tree-node.vue.d.ts +39 -39
- package/lib/components/upload/index.d.ts +18 -18
- package/lib/components/verify-code/useImageVerify.cjs +1 -1
- package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/form-register.cjs +1 -1
- package/lib/utils/form-register.d.ts +28 -28
- package/package.json +5 -5
- package/tags.json +1 -1
- package/theme-style/base.css +1 -1
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +2 -2
- package/theme-style/src/common/var.scss +7 -7
- package/theme-style/src/dark/css-vars.scss +7 -1
- package/theme-style/src/icon.scss +1 -0
- package/theme-style/src/md-container.scss +1 -1
- package/theme-style/src/message.scss +8 -14
- package/theme-style/src/mixins/_var.scss +9 -0
- package/theme-style/src/var.scss +2 -1
- package/theme-style/vft-date-picker.css +1 -1
- package/theme-style/vft-icon.css +1 -1
- package/theme-style/vft-input.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-message.css +1 -1
- package/theme-style/vft-time-picker.css +1 -1
- package/theme-style/vft-time-select.css +1 -1
- package/theme-style/vft-var.css +1 -1
- package/web-types.json +1 -1
|
@@ -236,13 +236,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
236
236
|
$data: {};
|
|
237
237
|
$props: Partial<{}> & Omit<{
|
|
238
238
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
239
|
-
readonly disabled?: boolean | undefined;
|
|
240
239
|
readonly content?: string | undefined;
|
|
241
240
|
readonly zIndex?: number | undefined;
|
|
242
241
|
readonly offset?: number | undefined;
|
|
243
242
|
readonly transition?: string | undefined;
|
|
244
|
-
readonly onClick?: Function | undefined;
|
|
245
243
|
readonly onBlur?: Function | undefined;
|
|
244
|
+
readonly onClick?: Function | undefined;
|
|
246
245
|
readonly onContextmenu?: Function | undefined;
|
|
247
246
|
readonly onFocus?: Function | undefined;
|
|
248
247
|
readonly onKeydown?: Function | undefined;
|
|
@@ -252,13 +251,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
252
251
|
readonly id?: string | undefined;
|
|
253
252
|
readonly ariaLabel?: string | undefined;
|
|
254
253
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
254
|
+
readonly disabled?: boolean | undefined;
|
|
255
255
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
256
256
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
257
257
|
readonly effect?: "light" | "dark" | undefined;
|
|
258
258
|
readonly visible?: boolean | null | undefined;
|
|
259
|
-
readonly teleported?: boolean | undefined;
|
|
260
|
-
readonly open?: boolean | undefined;
|
|
261
259
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
260
|
+
readonly open?: boolean | undefined;
|
|
262
261
|
readonly arrowOffset?: number | undefined;
|
|
263
262
|
readonly gpuAcceleration?: boolean | undefined;
|
|
264
263
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -280,12 +279,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
280
279
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
281
280
|
readonly rawContent?: boolean | undefined;
|
|
282
281
|
readonly persistent?: boolean | undefined;
|
|
282
|
+
readonly teleported?: boolean | undefined;
|
|
283
283
|
readonly triggerKeys?: string[] | undefined;
|
|
284
284
|
readonly showArrow?: boolean | undefined;
|
|
285
285
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
286
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
287
286
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
288
287
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
288
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
289
289
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
290
290
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
291
291
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -301,7 +301,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
301
301
|
$root: import("vue").ComponentPublicInstance | null;
|
|
302
302
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
303
303
|
$host: Element | null;
|
|
304
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
304
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
305
305
|
$el: any;
|
|
306
306
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
307
307
|
role: {
|
|
@@ -447,9 +447,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
447
447
|
};
|
|
448
448
|
}>> & Readonly<{
|
|
449
449
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
450
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
451
450
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
452
451
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
452
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
453
453
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
454
454
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
455
455
|
}>, {
|
|
@@ -462,9 +462,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
462
462
|
hide: (event?: Event) => void;
|
|
463
463
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
464
464
|
close: (...args: any[]) => void;
|
|
465
|
-
open: (...args: any[]) => void;
|
|
466
465
|
hide: (...args: any[]) => void;
|
|
467
466
|
show: (...args: any[]) => void;
|
|
467
|
+
open: (...args: any[]) => void;
|
|
468
468
|
"before-show": (...args: any[]) => void;
|
|
469
469
|
"before-hide": (...args: any[]) => void;
|
|
470
470
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -631,9 +631,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
631
631
|
};
|
|
632
632
|
}>> & Readonly<{
|
|
633
633
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
634
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
635
634
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
636
635
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
636
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
637
637
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
638
638
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
639
639
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -654,13 +654,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
654
654
|
$data: {};
|
|
655
655
|
$props: Partial<{}> & Omit<{
|
|
656
656
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
657
|
-
readonly disabled?: boolean | undefined;
|
|
658
657
|
readonly content?: string | undefined;
|
|
659
658
|
readonly zIndex?: number | undefined;
|
|
660
659
|
readonly offset?: number | undefined;
|
|
661
660
|
readonly transition?: string | undefined;
|
|
662
|
-
readonly onClick?: Function | undefined;
|
|
663
661
|
readonly onBlur?: Function | undefined;
|
|
662
|
+
readonly onClick?: Function | undefined;
|
|
664
663
|
readonly onContextmenu?: Function | undefined;
|
|
665
664
|
readonly onFocus?: Function | undefined;
|
|
666
665
|
readonly onKeydown?: Function | undefined;
|
|
@@ -670,13 +669,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
670
669
|
readonly id?: string | undefined;
|
|
671
670
|
readonly ariaLabel?: string | undefined;
|
|
672
671
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
672
|
+
readonly disabled?: boolean | undefined;
|
|
673
673
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
674
674
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
675
675
|
readonly effect?: "light" | "dark" | undefined;
|
|
676
676
|
readonly visible?: boolean | null | undefined;
|
|
677
|
-
readonly teleported?: boolean | undefined;
|
|
678
|
-
readonly open?: boolean | undefined;
|
|
679
677
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
678
|
+
readonly open?: boolean | undefined;
|
|
680
679
|
readonly arrowOffset?: number | undefined;
|
|
681
680
|
readonly gpuAcceleration?: boolean | undefined;
|
|
682
681
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -698,12 +697,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
698
697
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
699
698
|
readonly rawContent?: boolean | undefined;
|
|
700
699
|
readonly persistent?: boolean | undefined;
|
|
700
|
+
readonly teleported?: boolean | undefined;
|
|
701
701
|
readonly triggerKeys?: string[] | undefined;
|
|
702
702
|
readonly showArrow?: boolean | undefined;
|
|
703
703
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
704
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
705
704
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
706
705
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
706
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
707
707
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
708
708
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
709
709
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -719,7 +719,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
719
719
|
$root: import("vue").ComponentPublicInstance | null;
|
|
720
720
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
721
721
|
$host: Element | null;
|
|
722
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
722
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
723
723
|
$el: any;
|
|
724
724
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
725
725
|
role: {
|
|
@@ -865,9 +865,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
865
865
|
};
|
|
866
866
|
}>> & Readonly<{
|
|
867
867
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
868
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
869
868
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
870
869
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
870
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
871
871
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
872
872
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
873
873
|
}>, {
|
|
@@ -880,9 +880,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
880
880
|
hide: (event?: Event) => void;
|
|
881
881
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
882
882
|
close: (...args: any[]) => void;
|
|
883
|
-
open: (...args: any[]) => void;
|
|
884
883
|
hide: (...args: any[]) => void;
|
|
885
884
|
show: (...args: any[]) => void;
|
|
885
|
+
open: (...args: any[]) => void;
|
|
886
886
|
"before-show": (...args: any[]) => void;
|
|
887
887
|
"before-hide": (...args: any[]) => void;
|
|
888
888
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1049,9 +1049,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1049
1049
|
};
|
|
1050
1050
|
}>> & Readonly<{
|
|
1051
1051
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1052
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1053
1052
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1054
1053
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1054
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1055
1055
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1056
1056
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1057
1057
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -1073,13 +1073,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1073
1073
|
$data: {};
|
|
1074
1074
|
$props: Partial<{}> & Omit<{
|
|
1075
1075
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1076
|
-
readonly disabled?: boolean | undefined;
|
|
1077
1076
|
readonly content?: string | undefined;
|
|
1078
1077
|
readonly zIndex?: number | undefined;
|
|
1079
1078
|
readonly offset?: number | undefined;
|
|
1080
1079
|
readonly transition?: string | undefined;
|
|
1081
|
-
readonly onClick?: Function | undefined;
|
|
1082
1080
|
readonly onBlur?: Function | undefined;
|
|
1081
|
+
readonly onClick?: Function | undefined;
|
|
1083
1082
|
readonly onContextmenu?: Function | undefined;
|
|
1084
1083
|
readonly onFocus?: Function | undefined;
|
|
1085
1084
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1089,13 +1088,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1089
1088
|
readonly id?: string | undefined;
|
|
1090
1089
|
readonly ariaLabel?: string | undefined;
|
|
1091
1090
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1091
|
+
readonly disabled?: boolean | undefined;
|
|
1092
1092
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1093
1093
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1094
1094
|
readonly effect?: "light" | "dark" | undefined;
|
|
1095
1095
|
readonly visible?: boolean | null | undefined;
|
|
1096
|
-
readonly teleported?: boolean | undefined;
|
|
1097
|
-
readonly open?: boolean | undefined;
|
|
1098
1096
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1097
|
+
readonly open?: boolean | undefined;
|
|
1099
1098
|
readonly arrowOffset?: number | undefined;
|
|
1100
1099
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1101
1100
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1117,12 +1116,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1117
1116
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1118
1117
|
readonly rawContent?: boolean | undefined;
|
|
1119
1118
|
readonly persistent?: boolean | undefined;
|
|
1119
|
+
readonly teleported?: boolean | undefined;
|
|
1120
1120
|
readonly triggerKeys?: string[] | undefined;
|
|
1121
1121
|
readonly showArrow?: boolean | undefined;
|
|
1122
1122
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1123
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1124
1123
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1125
1124
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1125
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1126
1126
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1127
1127
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1128
1128
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1138,7 +1138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1138
1138
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1139
1139
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1140
1140
|
$host: Element | null;
|
|
1141
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1141
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1142
1142
|
$el: any;
|
|
1143
1143
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1144
1144
|
role: {
|
|
@@ -1284,9 +1284,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1284
1284
|
};
|
|
1285
1285
|
}>> & Readonly<{
|
|
1286
1286
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1287
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1288
1287
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1289
1288
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1289
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1290
1290
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1291
1291
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1292
1292
|
}>, {
|
|
@@ -1299,9 +1299,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1299
1299
|
hide: (event?: Event) => void;
|
|
1300
1300
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1301
1301
|
close: (...args: any[]) => void;
|
|
1302
|
-
open: (...args: any[]) => void;
|
|
1303
1302
|
hide: (...args: any[]) => void;
|
|
1304
1303
|
show: (...args: any[]) => void;
|
|
1304
|
+
open: (...args: any[]) => void;
|
|
1305
1305
|
"before-show": (...args: any[]) => void;
|
|
1306
1306
|
"before-hide": (...args: any[]) => void;
|
|
1307
1307
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1468,9 +1468,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1468
1468
|
};
|
|
1469
1469
|
}>> & Readonly<{
|
|
1470
1470
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1471
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1472
1471
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1473
1472
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1473
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1474
1474
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1475
1475
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1476
1476
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -1491,13 +1491,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1491
1491
|
$data: {};
|
|
1492
1492
|
$props: Partial<{}> & Omit<{
|
|
1493
1493
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1494
|
-
readonly disabled?: boolean | undefined;
|
|
1495
1494
|
readonly content?: string | undefined;
|
|
1496
1495
|
readonly zIndex?: number | undefined;
|
|
1497
1496
|
readonly offset?: number | undefined;
|
|
1498
1497
|
readonly transition?: string | undefined;
|
|
1499
|
-
readonly onClick?: Function | undefined;
|
|
1500
1498
|
readonly onBlur?: Function | undefined;
|
|
1499
|
+
readonly onClick?: Function | undefined;
|
|
1501
1500
|
readonly onContextmenu?: Function | undefined;
|
|
1502
1501
|
readonly onFocus?: Function | undefined;
|
|
1503
1502
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1507,13 +1506,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1507
1506
|
readonly id?: string | undefined;
|
|
1508
1507
|
readonly ariaLabel?: string | undefined;
|
|
1509
1508
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1509
|
+
readonly disabled?: boolean | undefined;
|
|
1510
1510
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1511
1511
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1512
1512
|
readonly effect?: "light" | "dark" | undefined;
|
|
1513
1513
|
readonly visible?: boolean | null | undefined;
|
|
1514
|
-
readonly teleported?: boolean | undefined;
|
|
1515
|
-
readonly open?: boolean | undefined;
|
|
1516
1514
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1515
|
+
readonly open?: boolean | undefined;
|
|
1517
1516
|
readonly arrowOffset?: number | undefined;
|
|
1518
1517
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1519
1518
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1535,12 +1534,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1535
1534
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1536
1535
|
readonly rawContent?: boolean | undefined;
|
|
1537
1536
|
readonly persistent?: boolean | undefined;
|
|
1537
|
+
readonly teleported?: boolean | undefined;
|
|
1538
1538
|
readonly triggerKeys?: string[] | undefined;
|
|
1539
1539
|
readonly showArrow?: boolean | undefined;
|
|
1540
1540
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1541
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1542
1541
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1543
1542
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1543
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1544
1544
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1545
1545
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1546
1546
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1556,7 +1556,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1556
1556
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1557
1557
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1558
1558
|
$host: Element | null;
|
|
1559
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1559
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1560
1560
|
$el: any;
|
|
1561
1561
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1562
1562
|
role: {
|
|
@@ -1702,9 +1702,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1702
1702
|
};
|
|
1703
1703
|
}>> & Readonly<{
|
|
1704
1704
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1705
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1706
1705
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1707
1706
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1707
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1708
1708
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1709
1709
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1710
1710
|
}>, {
|
|
@@ -1717,9 +1717,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1717
1717
|
hide: (event?: Event) => void;
|
|
1718
1718
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1719
1719
|
close: (...args: any[]) => void;
|
|
1720
|
-
open: (...args: any[]) => void;
|
|
1721
1720
|
hide: (...args: any[]) => void;
|
|
1722
1721
|
show: (...args: any[]) => void;
|
|
1722
|
+
open: (...args: any[]) => void;
|
|
1723
1723
|
"before-show": (...args: any[]) => void;
|
|
1724
1724
|
"before-hide": (...args: any[]) => void;
|
|
1725
1725
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1886,9 +1886,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1886
1886
|
};
|
|
1887
1887
|
}>> & Readonly<{
|
|
1888
1888
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1889
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1890
1889
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1891
1890
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1891
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1892
1892
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1893
1893
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1894
1894
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -2103,23 +2103,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2103
2103
|
validator(val: any): val is number | boolean;
|
|
2104
2104
|
};
|
|
2105
2105
|
}>> & Readonly<{
|
|
2106
|
-
onClear?: (() => any) | undefined;
|
|
2107
2106
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2108
2107
|
onChange?: ((val: any) => any) | undefined;
|
|
2108
|
+
onClear?: (() => any) | undefined;
|
|
2109
2109
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2110
2110
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2111
2111
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
2112
2112
|
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
2113
2113
|
}>, {
|
|
2114
|
-
autocomplete: "both" | "none" | "inline" | "list";
|
|
2115
|
-
disabled: boolean;
|
|
2116
2114
|
height: number;
|
|
2117
2115
|
offset: number;
|
|
2118
2116
|
props: import("./useProps").Props;
|
|
2117
|
+
autocomplete: "both" | "none" | "inline" | "list";
|
|
2118
|
+
disabled: boolean;
|
|
2119
2119
|
placement: import("@popperjs/core").Placement;
|
|
2120
2120
|
effect: string;
|
|
2121
2121
|
tabindex: string | number;
|
|
2122
|
-
teleported: boolean;
|
|
2123
2122
|
loading: boolean;
|
|
2124
2123
|
multiple: boolean;
|
|
2125
2124
|
validateEvent: boolean;
|
|
@@ -2129,6 +2128,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2129
2128
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
2130
2129
|
popperClass: string;
|
|
2131
2130
|
persistent: boolean;
|
|
2131
|
+
teleported: boolean;
|
|
2132
2132
|
showArrow: boolean;
|
|
2133
2133
|
valueOnClear: string | number | boolean | Function;
|
|
2134
2134
|
filterable: boolean;
|
|
@@ -2370,9 +2370,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2370
2370
|
};
|
|
2371
2371
|
}>> & Readonly<{
|
|
2372
2372
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2373
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2374
2373
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2375
2374
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2375
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2376
2376
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2377
2377
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2378
2378
|
}>, {
|
|
@@ -2385,9 +2385,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2385
2385
|
hide: (event?: Event) => void;
|
|
2386
2386
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2387
2387
|
close: (...args: any[]) => void;
|
|
2388
|
-
open: (...args: any[]) => void;
|
|
2389
2388
|
hide: (...args: any[]) => void;
|
|
2390
2389
|
show: (...args: any[]) => void;
|
|
2390
|
+
open: (...args: any[]) => void;
|
|
2391
2391
|
"before-show": (...args: any[]) => void;
|
|
2392
2392
|
"before-hide": (...args: any[]) => void;
|
|
2393
2393
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2541,9 +2541,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2541
2541
|
};
|
|
2542
2542
|
}>> & Readonly<{
|
|
2543
2543
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2544
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2545
2544
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2546
2545
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2546
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2547
2547
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2548
2548
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2549
2549
|
}>, {
|
|
@@ -2702,9 +2702,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2702
2702
|
};
|
|
2703
2703
|
}>> & Readonly<{
|
|
2704
2704
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2705
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2706
2705
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2707
2706
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2707
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2708
2708
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2709
2709
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2710
2710
|
}>, {
|
|
@@ -2717,9 +2717,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2717
2717
|
hide: (event?: Event) => void;
|
|
2718
2718
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2719
2719
|
close: (...args: any[]) => void;
|
|
2720
|
-
open: (...args: any[]) => void;
|
|
2721
2720
|
hide: (...args: any[]) => void;
|
|
2722
2721
|
show: (...args: any[]) => void;
|
|
2722
|
+
open: (...args: any[]) => void;
|
|
2723
2723
|
"before-show": (...args: any[]) => void;
|
|
2724
2724
|
"before-hide": (...args: any[]) => void;
|
|
2725
2725
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|