vft 0.0.443 → 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/carousel/use-carousel.js +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/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/input.vue2.js +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/composables/use-input-tag.js +1 -1
- 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/index.d.ts +3 -3
- package/es/components/super-form/super-form-item.vue2.js +1 -1
- 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/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/vue/vnode.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/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/input.vue2.cjs +1 -1
- 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/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/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/package.json +4 -4
- 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
|
@@ -240,13 +240,12 @@ 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;
|
|
244
243
|
readonly content?: string | undefined;
|
|
245
244
|
readonly zIndex?: number | undefined;
|
|
246
245
|
readonly offset?: number | undefined;
|
|
247
246
|
readonly transition?: string | undefined;
|
|
248
|
-
readonly onClick?: Function | undefined;
|
|
249
247
|
readonly onBlur?: Function | undefined;
|
|
248
|
+
readonly onClick?: Function | undefined;
|
|
250
249
|
readonly onContextmenu?: Function | undefined;
|
|
251
250
|
readonly onFocus?: Function | undefined;
|
|
252
251
|
readonly onKeydown?: Function | undefined;
|
|
@@ -256,13 +255,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
256
255
|
readonly id?: string | undefined;
|
|
257
256
|
readonly ariaLabel?: string | undefined;
|
|
258
257
|
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 teleported?: boolean | undefined;
|
|
264
|
-
readonly open?: boolean | undefined;
|
|
265
263
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
264
|
+
readonly open?: boolean | undefined;
|
|
266
265
|
readonly arrowOffset?: number | undefined;
|
|
267
266
|
readonly gpuAcceleration?: boolean | undefined;
|
|
268
267
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -284,12 +283,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
284
283
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
285
284
|
readonly rawContent?: boolean | undefined;
|
|
286
285
|
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;
|
|
291
290
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
292
291
|
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: "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);
|
|
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;
|
|
455
454
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
456
455
|
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;
|
|
470
469
|
hide: (...args: any[]) => void;
|
|
471
470
|
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;
|
|
639
638
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
640
639
|
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,13 +658,12 @@ 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;
|
|
662
661
|
readonly content?: string | undefined;
|
|
663
662
|
readonly zIndex?: number | undefined;
|
|
664
663
|
readonly offset?: number | undefined;
|
|
665
664
|
readonly transition?: string | undefined;
|
|
666
|
-
readonly onClick?: Function | undefined;
|
|
667
665
|
readonly onBlur?: Function | undefined;
|
|
666
|
+
readonly onClick?: Function | undefined;
|
|
668
667
|
readonly onContextmenu?: Function | undefined;
|
|
669
668
|
readonly onFocus?: Function | undefined;
|
|
670
669
|
readonly onKeydown?: Function | undefined;
|
|
@@ -674,13 +673,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
674
673
|
readonly id?: string | undefined;
|
|
675
674
|
readonly ariaLabel?: string | undefined;
|
|
676
675
|
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 teleported?: boolean | undefined;
|
|
682
|
-
readonly open?: boolean | undefined;
|
|
683
681
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
682
|
+
readonly open?: boolean | undefined;
|
|
684
683
|
readonly arrowOffset?: number | undefined;
|
|
685
684
|
readonly gpuAcceleration?: boolean | undefined;
|
|
686
685
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -702,12 +701,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
702
701
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
703
702
|
readonly rawContent?: boolean | undefined;
|
|
704
703
|
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;
|
|
709
708
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
710
709
|
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: "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);
|
|
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;
|
|
873
872
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
874
873
|
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;
|
|
888
887
|
hide: (...args: any[]) => void;
|
|
889
888
|
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;
|
|
1057
1056
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1058
1057
|
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,13 +1077,12 @@ 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;
|
|
1081
1080
|
readonly content?: string | undefined;
|
|
1082
1081
|
readonly zIndex?: number | undefined;
|
|
1083
1082
|
readonly offset?: number | undefined;
|
|
1084
1083
|
readonly transition?: string | undefined;
|
|
1085
|
-
readonly onClick?: Function | undefined;
|
|
1086
1084
|
readonly onBlur?: Function | undefined;
|
|
1085
|
+
readonly onClick?: Function | undefined;
|
|
1087
1086
|
readonly onContextmenu?: Function | undefined;
|
|
1088
1087
|
readonly onFocus?: Function | undefined;
|
|
1089
1088
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1093,13 +1092,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1093
1092
|
readonly id?: string | undefined;
|
|
1094
1093
|
readonly ariaLabel?: string | undefined;
|
|
1095
1094
|
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 teleported?: boolean | undefined;
|
|
1101
|
-
readonly open?: boolean | undefined;
|
|
1102
1100
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1101
|
+
readonly open?: boolean | undefined;
|
|
1103
1102
|
readonly arrowOffset?: number | undefined;
|
|
1104
1103
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1105
1104
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1121,12 +1120,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1121
1120
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1122
1121
|
readonly rawContent?: boolean | undefined;
|
|
1123
1122
|
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;
|
|
1128
1127
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1129
1128
|
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: "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);
|
|
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;
|
|
1292
1291
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1293
1292
|
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;
|
|
1307
1306
|
hide: (...args: any[]) => void;
|
|
1308
1307
|
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;
|
|
1476
1475
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1477
1476
|
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,13 +1495,12 @@ 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;
|
|
1499
1498
|
readonly content?: string | undefined;
|
|
1500
1499
|
readonly zIndex?: number | undefined;
|
|
1501
1500
|
readonly offset?: number | undefined;
|
|
1502
1501
|
readonly transition?: string | undefined;
|
|
1503
|
-
readonly onClick?: Function | undefined;
|
|
1504
1502
|
readonly onBlur?: Function | undefined;
|
|
1503
|
+
readonly onClick?: Function | undefined;
|
|
1505
1504
|
readonly onContextmenu?: Function | undefined;
|
|
1506
1505
|
readonly onFocus?: Function | undefined;
|
|
1507
1506
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1511,13 +1510,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1511
1510
|
readonly id?: string | undefined;
|
|
1512
1511
|
readonly ariaLabel?: string | undefined;
|
|
1513
1512
|
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 teleported?: boolean | undefined;
|
|
1519
|
-
readonly open?: boolean | undefined;
|
|
1520
1518
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1519
|
+
readonly open?: boolean | undefined;
|
|
1521
1520
|
readonly arrowOffset?: number | undefined;
|
|
1522
1521
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1523
1522
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1539,12 +1538,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1539
1538
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1540
1539
|
readonly rawContent?: boolean | undefined;
|
|
1541
1540
|
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;
|
|
1546
1545
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1547
1546
|
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: "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);
|
|
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;
|
|
1710
1709
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1711
1710
|
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;
|
|
1725
1724
|
hide: (...args: any[]) => void;
|
|
1726
1725
|
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;
|
|
1894
1893
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1895
1894
|
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,23 +2107,22 @@ 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;
|
|
2111
2110
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2112
2111
|
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;
|
|
2120
2118
|
height: number;
|
|
2121
2119
|
offset: number;
|
|
2122
2120
|
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;
|
|
2127
2126
|
loading: boolean;
|
|
2128
2127
|
multiple: boolean;
|
|
2129
2128
|
validateEvent: boolean;
|
|
@@ -2133,6 +2132,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2133
2132
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
2134
2133
|
popperClass: string;
|
|
2135
2134
|
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;
|
|
2378
2377
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2379
2378
|
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;
|
|
2393
2392
|
hide: (...args: any[]) => void;
|
|
2394
2393
|
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;
|
|
2549
2548
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2550
2549
|
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;
|
|
2710
2709
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2711
2710
|
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;
|
|
2725
2724
|
hide: (...args: any[]) => void;
|
|
2726
2725
|
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 () => {
|