vft 0.0.445 → 0.0.448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +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/hooks/use-global-config.js +3 -3
- 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/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/index.d.ts +3 -3
- package/es/components/switch/index.d.ts +21 -21
- package/es/components/switch/switch.vue.d.ts +3 -3
- 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/hooks/use-popper/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.js +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- 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/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/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/index.d.ts +3 -3
- package/lib/components/switch/index.d.ts +21 -21
- package/lib/components/switch/switch.vue.d.ts +3 -3
- 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/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- 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/dark/css-vars.scss +1 -0
- package/theme-style/src/form.scss +3 -2
- package/theme-style/src/super-form.scss +0 -7
- package/theme-style/src/var.scss +1 -0
- package/theme-style/vft-form.css +1 -1
- package/theme-style/vft-super-form.css +1 -1
- package/theme-style/vft-var.css +1 -1
- package/web-types.json +1 -1
|
@@ -240,12 +240,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
240
240
|
$data: {};
|
|
241
241
|
$props: Partial<{}> & Omit<{
|
|
242
242
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
243
|
+
readonly disabled?: boolean | undefined;
|
|
243
244
|
readonly content?: string | undefined;
|
|
244
245
|
readonly zIndex?: number | undefined;
|
|
245
246
|
readonly offset?: number | undefined;
|
|
246
247
|
readonly transition?: string | undefined;
|
|
247
|
-
readonly onBlur?: Function | undefined;
|
|
248
248
|
readonly onClick?: Function | undefined;
|
|
249
|
+
readonly onBlur?: Function | undefined;
|
|
249
250
|
readonly onContextmenu?: Function | undefined;
|
|
250
251
|
readonly onFocus?: Function | undefined;
|
|
251
252
|
readonly onKeydown?: Function | undefined;
|
|
@@ -255,13 +256,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
255
256
|
readonly id?: string | undefined;
|
|
256
257
|
readonly ariaLabel?: string | undefined;
|
|
257
258
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
258
|
-
readonly disabled?: boolean | undefined;
|
|
259
259
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
260
260
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
261
261
|
readonly effect?: "light" | "dark" | undefined;
|
|
262
262
|
readonly visible?: boolean | null | undefined;
|
|
263
|
-
readonly
|
|
263
|
+
readonly teleported?: boolean | undefined;
|
|
264
264
|
readonly open?: boolean | undefined;
|
|
265
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
265
266
|
readonly arrowOffset?: number | undefined;
|
|
266
267
|
readonly gpuAcceleration?: boolean | undefined;
|
|
267
268
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -283,13 +284,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
283
284
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
284
285
|
readonly rawContent?: boolean | undefined;
|
|
285
286
|
readonly persistent?: boolean | undefined;
|
|
286
|
-
readonly teleported?: boolean | undefined;
|
|
287
287
|
readonly triggerKeys?: string[] | undefined;
|
|
288
288
|
readonly showArrow?: boolean | undefined;
|
|
289
289
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
290
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
290
291
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
291
292
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
293
293
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -305,7 +305,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
305
305
|
$root: import("vue").ComponentPublicInstance | null;
|
|
306
306
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
307
307
|
$host: Element | null;
|
|
308
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
308
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
309
309
|
$el: any;
|
|
310
310
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
311
311
|
role: {
|
|
@@ -451,9 +451,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
451
451
|
};
|
|
452
452
|
}>> & Readonly<{
|
|
453
453
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
454
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
454
455
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
455
456
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
456
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
457
457
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
458
458
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
459
459
|
}>, {
|
|
@@ -466,9 +466,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
466
466
|
hide: (event?: Event) => void;
|
|
467
467
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
468
468
|
close: (...args: any[]) => void;
|
|
469
|
+
open: (...args: any[]) => void;
|
|
469
470
|
hide: (...args: any[]) => void;
|
|
470
471
|
show: (...args: any[]) => void;
|
|
471
|
-
open: (...args: any[]) => void;
|
|
472
472
|
"before-show": (...args: any[]) => void;
|
|
473
473
|
"before-hide": (...args: any[]) => void;
|
|
474
474
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -635,9 +635,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
635
635
|
};
|
|
636
636
|
}>> & Readonly<{
|
|
637
637
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
638
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
638
639
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
639
640
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
640
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
641
641
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
642
642
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
643
643
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -658,12 +658,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
658
658
|
$data: {};
|
|
659
659
|
$props: Partial<{}> & Omit<{
|
|
660
660
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
661
|
+
readonly disabled?: boolean | undefined;
|
|
661
662
|
readonly content?: string | undefined;
|
|
662
663
|
readonly zIndex?: number | undefined;
|
|
663
664
|
readonly offset?: number | undefined;
|
|
664
665
|
readonly transition?: string | undefined;
|
|
665
|
-
readonly onBlur?: Function | undefined;
|
|
666
666
|
readonly onClick?: Function | undefined;
|
|
667
|
+
readonly onBlur?: Function | undefined;
|
|
667
668
|
readonly onContextmenu?: Function | undefined;
|
|
668
669
|
readonly onFocus?: Function | undefined;
|
|
669
670
|
readonly onKeydown?: Function | undefined;
|
|
@@ -673,13 +674,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
673
674
|
readonly id?: string | undefined;
|
|
674
675
|
readonly ariaLabel?: string | undefined;
|
|
675
676
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
676
|
-
readonly disabled?: boolean | undefined;
|
|
677
677
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
678
678
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
679
679
|
readonly effect?: "light" | "dark" | undefined;
|
|
680
680
|
readonly visible?: boolean | null | undefined;
|
|
681
|
-
readonly
|
|
681
|
+
readonly teleported?: boolean | undefined;
|
|
682
682
|
readonly open?: boolean | undefined;
|
|
683
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
683
684
|
readonly arrowOffset?: number | undefined;
|
|
684
685
|
readonly gpuAcceleration?: boolean | undefined;
|
|
685
686
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -701,13 +702,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
701
702
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
702
703
|
readonly rawContent?: boolean | undefined;
|
|
703
704
|
readonly persistent?: boolean | undefined;
|
|
704
|
-
readonly teleported?: boolean | undefined;
|
|
705
705
|
readonly triggerKeys?: string[] | undefined;
|
|
706
706
|
readonly showArrow?: boolean | undefined;
|
|
707
707
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
708
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
708
709
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
709
710
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
710
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
711
711
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
712
712
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
713
713
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -723,7 +723,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
723
723
|
$root: import("vue").ComponentPublicInstance | null;
|
|
724
724
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
725
725
|
$host: Element | null;
|
|
726
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
726
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
727
727
|
$el: any;
|
|
728
728
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
729
729
|
role: {
|
|
@@ -869,9 +869,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
869
869
|
};
|
|
870
870
|
}>> & Readonly<{
|
|
871
871
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
872
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
872
873
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
873
874
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
874
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
875
875
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
876
876
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
877
877
|
}>, {
|
|
@@ -884,9 +884,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
884
884
|
hide: (event?: Event) => void;
|
|
885
885
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
886
886
|
close: (...args: any[]) => void;
|
|
887
|
+
open: (...args: any[]) => void;
|
|
887
888
|
hide: (...args: any[]) => void;
|
|
888
889
|
show: (...args: any[]) => void;
|
|
889
|
-
open: (...args: any[]) => void;
|
|
890
890
|
"before-show": (...args: any[]) => void;
|
|
891
891
|
"before-hide": (...args: any[]) => void;
|
|
892
892
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1053,9 +1053,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1053
1053
|
};
|
|
1054
1054
|
}>> & Readonly<{
|
|
1055
1055
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1056
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1056
1057
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1057
1058
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1058
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1059
1059
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1060
1060
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1061
1061
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -1077,12 +1077,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1077
1077
|
$data: {};
|
|
1078
1078
|
$props: Partial<{}> & Omit<{
|
|
1079
1079
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1080
|
+
readonly disabled?: boolean | undefined;
|
|
1080
1081
|
readonly content?: string | undefined;
|
|
1081
1082
|
readonly zIndex?: number | undefined;
|
|
1082
1083
|
readonly offset?: number | undefined;
|
|
1083
1084
|
readonly transition?: string | undefined;
|
|
1084
|
-
readonly onBlur?: Function | undefined;
|
|
1085
1085
|
readonly onClick?: Function | undefined;
|
|
1086
|
+
readonly onBlur?: Function | undefined;
|
|
1086
1087
|
readonly onContextmenu?: Function | undefined;
|
|
1087
1088
|
readonly onFocus?: Function | undefined;
|
|
1088
1089
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1092,13 +1093,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1092
1093
|
readonly id?: string | undefined;
|
|
1093
1094
|
readonly ariaLabel?: string | undefined;
|
|
1094
1095
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1095
|
-
readonly disabled?: boolean | undefined;
|
|
1096
1096
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1097
1097
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1098
1098
|
readonly effect?: "light" | "dark" | undefined;
|
|
1099
1099
|
readonly visible?: boolean | null | undefined;
|
|
1100
|
-
readonly
|
|
1100
|
+
readonly teleported?: boolean | undefined;
|
|
1101
1101
|
readonly open?: boolean | undefined;
|
|
1102
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1102
1103
|
readonly arrowOffset?: number | undefined;
|
|
1103
1104
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1104
1105
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1120,13 +1121,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1120
1121
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1121
1122
|
readonly rawContent?: boolean | undefined;
|
|
1122
1123
|
readonly persistent?: boolean | undefined;
|
|
1123
|
-
readonly teleported?: boolean | undefined;
|
|
1124
1124
|
readonly triggerKeys?: string[] | undefined;
|
|
1125
1125
|
readonly showArrow?: boolean | undefined;
|
|
1126
1126
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1127
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1127
1128
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1128
1129
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1129
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1130
1130
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1131
1131
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1132
1132
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1142,7 +1142,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1142
1142
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1143
1143
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1144
1144
|
$host: Element | null;
|
|
1145
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1145
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1146
1146
|
$el: any;
|
|
1147
1147
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1148
1148
|
role: {
|
|
@@ -1288,9 +1288,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1288
1288
|
};
|
|
1289
1289
|
}>> & Readonly<{
|
|
1290
1290
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1291
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1291
1292
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1292
1293
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1293
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1294
1294
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1295
1295
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1296
1296
|
}>, {
|
|
@@ -1303,9 +1303,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1303
1303
|
hide: (event?: Event) => void;
|
|
1304
1304
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1305
1305
|
close: (...args: any[]) => void;
|
|
1306
|
+
open: (...args: any[]) => void;
|
|
1306
1307
|
hide: (...args: any[]) => void;
|
|
1307
1308
|
show: (...args: any[]) => void;
|
|
1308
|
-
open: (...args: any[]) => void;
|
|
1309
1309
|
"before-show": (...args: any[]) => void;
|
|
1310
1310
|
"before-hide": (...args: any[]) => void;
|
|
1311
1311
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1472,9 +1472,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1472
1472
|
};
|
|
1473
1473
|
}>> & Readonly<{
|
|
1474
1474
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1475
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1475
1476
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1476
1477
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1477
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1478
1478
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1479
1479
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1480
1480
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -1495,12 +1495,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1495
1495
|
$data: {};
|
|
1496
1496
|
$props: Partial<{}> & Omit<{
|
|
1497
1497
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1498
|
+
readonly disabled?: boolean | undefined;
|
|
1498
1499
|
readonly content?: string | undefined;
|
|
1499
1500
|
readonly zIndex?: number | undefined;
|
|
1500
1501
|
readonly offset?: number | undefined;
|
|
1501
1502
|
readonly transition?: string | undefined;
|
|
1502
|
-
readonly onBlur?: Function | undefined;
|
|
1503
1503
|
readonly onClick?: Function | undefined;
|
|
1504
|
+
readonly onBlur?: Function | undefined;
|
|
1504
1505
|
readonly onContextmenu?: Function | undefined;
|
|
1505
1506
|
readonly onFocus?: Function | undefined;
|
|
1506
1507
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1510,13 +1511,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1510
1511
|
readonly id?: string | undefined;
|
|
1511
1512
|
readonly ariaLabel?: string | undefined;
|
|
1512
1513
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1513
|
-
readonly disabled?: boolean | undefined;
|
|
1514
1514
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1515
1515
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1516
1516
|
readonly effect?: "light" | "dark" | undefined;
|
|
1517
1517
|
readonly visible?: boolean | null | undefined;
|
|
1518
|
-
readonly
|
|
1518
|
+
readonly teleported?: boolean | undefined;
|
|
1519
1519
|
readonly open?: boolean | undefined;
|
|
1520
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1520
1521
|
readonly arrowOffset?: number | undefined;
|
|
1521
1522
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1522
1523
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1538,13 +1539,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1538
1539
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1539
1540
|
readonly rawContent?: boolean | undefined;
|
|
1540
1541
|
readonly persistent?: boolean | undefined;
|
|
1541
|
-
readonly teleported?: boolean | undefined;
|
|
1542
1542
|
readonly triggerKeys?: string[] | undefined;
|
|
1543
1543
|
readonly showArrow?: boolean | undefined;
|
|
1544
1544
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1545
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1545
1546
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1546
1547
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1547
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1548
1548
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1549
1549
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1550
1550
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1560,7 +1560,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1560
1560
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1561
1561
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1562
1562
|
$host: Element | null;
|
|
1563
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1563
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1564
1564
|
$el: any;
|
|
1565
1565
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1566
1566
|
role: {
|
|
@@ -1706,9 +1706,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1706
1706
|
};
|
|
1707
1707
|
}>> & Readonly<{
|
|
1708
1708
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1709
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1709
1710
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1710
1711
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1711
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1712
1712
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1713
1713
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1714
1714
|
}>, {
|
|
@@ -1721,9 +1721,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1721
1721
|
hide: (event?: Event) => void;
|
|
1722
1722
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1723
1723
|
close: (...args: any[]) => void;
|
|
1724
|
+
open: (...args: any[]) => void;
|
|
1724
1725
|
hide: (...args: any[]) => void;
|
|
1725
1726
|
show: (...args: any[]) => void;
|
|
1726
|
-
open: (...args: any[]) => void;
|
|
1727
1727
|
"before-show": (...args: any[]) => void;
|
|
1728
1728
|
"before-hide": (...args: any[]) => void;
|
|
1729
1729
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1890,9 +1890,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1890
1890
|
};
|
|
1891
1891
|
}>> & Readonly<{
|
|
1892
1892
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1893
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1893
1894
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1894
1895
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1895
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1896
1896
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1897
1897
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1898
1898
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -2107,22 +2107,23 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2107
2107
|
validator(val: any): val is number | boolean;
|
|
2108
2108
|
};
|
|
2109
2109
|
}>> & Readonly<{
|
|
2110
|
+
onClear?: (() => any) | undefined;
|
|
2110
2111
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2111
2112
|
onChange?: ((val: any) => any) | undefined;
|
|
2112
|
-
onClear?: (() => any) | undefined;
|
|
2113
2113
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2114
2114
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2115
2115
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
2116
2116
|
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
2117
2117
|
}>, {
|
|
2118
|
+
autocomplete: "both" | "none" | "inline" | "list";
|
|
2119
|
+
disabled: boolean;
|
|
2118
2120
|
height: number;
|
|
2119
2121
|
offset: number;
|
|
2120
2122
|
props: import("./useProps").Props;
|
|
2121
|
-
autocomplete: "both" | "none" | "inline" | "list";
|
|
2122
|
-
disabled: boolean;
|
|
2123
2123
|
placement: import("@popperjs/core").Placement;
|
|
2124
2124
|
effect: string;
|
|
2125
2125
|
tabindex: string | number;
|
|
2126
|
+
teleported: boolean;
|
|
2126
2127
|
loading: boolean;
|
|
2127
2128
|
multiple: boolean;
|
|
2128
2129
|
validateEvent: boolean;
|
|
@@ -2132,7 +2133,6 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2132
2133
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
2133
2134
|
popperClass: string;
|
|
2134
2135
|
persistent: boolean;
|
|
2135
|
-
teleported: boolean;
|
|
2136
2136
|
showArrow: boolean;
|
|
2137
2137
|
valueOnClear: string | number | boolean | Function;
|
|
2138
2138
|
filterable: boolean;
|
|
@@ -2374,9 +2374,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2374
2374
|
};
|
|
2375
2375
|
}>> & Readonly<{
|
|
2376
2376
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2377
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2377
2378
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2378
2379
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2379
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2380
2380
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2381
2381
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2382
2382
|
}>, {
|
|
@@ -2389,9 +2389,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2389
2389
|
hide: (event?: Event) => void;
|
|
2390
2390
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2391
2391
|
close: (...args: any[]) => void;
|
|
2392
|
+
open: (...args: any[]) => void;
|
|
2392
2393
|
hide: (...args: any[]) => void;
|
|
2393
2394
|
show: (...args: any[]) => void;
|
|
2394
|
-
open: (...args: any[]) => void;
|
|
2395
2395
|
"before-show": (...args: any[]) => void;
|
|
2396
2396
|
"before-hide": (...args: any[]) => void;
|
|
2397
2397
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2545,9 +2545,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2545
2545
|
};
|
|
2546
2546
|
}>> & Readonly<{
|
|
2547
2547
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2548
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2548
2549
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2549
2550
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2550
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2551
2551
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2552
2552
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2553
2553
|
}>, {
|
|
@@ -2706,9 +2706,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2706
2706
|
};
|
|
2707
2707
|
}>> & Readonly<{
|
|
2708
2708
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2709
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2709
2710
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2710
2711
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2711
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2712
2712
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2713
2713
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2714
2714
|
}>, {
|
|
@@ -2721,9 +2721,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2721
2721
|
hide: (event?: Event) => void;
|
|
2722
2722
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2723
2723
|
close: (...args: any[]) => void;
|
|
2724
|
+
open: (...args: any[]) => void;
|
|
2724
2725
|
hide: (...args: any[]) => void;
|
|
2725
2726
|
show: (...args: any[]) => void;
|
|
2726
|
-
open: (...args: any[]) => void;
|
|
2727
2727
|
"before-show": (...args: any[]) => void;
|
|
2728
2728
|
"before-hide": (...args: any[]) => void;
|
|
2729
2729
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|