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.
Files changed (153) hide show
  1. package/dist/index.css +2 -2
  2. package/es/components/affix/affix.d.ts +1 -1
  3. package/es/components/affix/affix.vue.d.ts +3 -3
  4. package/es/components/affix/index.d.ts +6 -6
  5. package/es/components/autocomplete/autocomplete.vue.d.ts +22 -22
  6. package/es/components/autocomplete/index.d.ts +64 -64
  7. package/es/components/avatar/index.d.ts +3 -3
  8. package/es/components/button/button.vue.d.ts +1 -1
  9. package/es/components/button/index.d.ts +33 -33
  10. package/es/components/button/use-button.d.ts +1 -1
  11. package/es/components/cascader/cascader.d.ts +2 -2
  12. package/es/components/cascader/cascader.vue.d.ts +9 -9
  13. package/es/components/checkbox/index.d.ts +54 -54
  14. package/es/components/col/col.vue.d.ts +1 -1
  15. package/es/components/col/index.d.ts +9 -9
  16. package/es/components/collapse/collapse-item.vue.d.ts +1 -1
  17. package/es/components/color-picker/index.d.ts +12 -12
  18. package/es/components/config-provider/hooks/use-global-config.js +3 -3
  19. package/es/components/date-picker/date-picker.d.ts +6 -6
  20. package/es/components/date-picker/index.d.ts +12 -12
  21. package/es/components/date-picker/props/date-picker.d.ts +2 -2
  22. package/es/components/divider/index.d.ts +3 -3
  23. package/es/components/dropdown/dropdown.vue.d.ts +2 -2
  24. package/es/components/dropdown/index.d.ts +39 -39
  25. package/es/components/form/index.d.ts +27 -27
  26. package/es/components/input/index.d.ts +13 -13
  27. package/es/components/input/input.vue.d.ts +4 -4
  28. package/es/components/input-number/index.d.ts +4 -4
  29. package/es/components/input-number/input-number.vue.d.ts +2 -2
  30. package/es/components/input-tag/input-tag.d.ts +1 -1
  31. package/es/components/input-tag/input-tag.vue.d.ts +9 -9
  32. package/es/components/modal/index.d.ts +15 -15
  33. package/es/components/modal/modal.vue.d.ts +1 -1
  34. package/es/components/popconfirm/index.d.ts +15 -15
  35. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  36. package/es/components/popper/composables/use-content.d.ts +3 -3
  37. package/es/components/radio/index.d.ts +60 -60
  38. package/es/components/radio/radio.d.ts +1 -1
  39. package/es/components/radio/radio.vue.d.ts +5 -5
  40. package/es/components/search/index.d.ts +9 -9
  41. package/es/components/search/search.vue.d.ts +2 -2
  42. package/es/components/segmented/index.d.ts +6 -6
  43. package/es/components/segmented/segmented.d.ts +1 -1
  44. package/es/components/segmented/segmented.vue.d.ts +3 -3
  45. package/es/components/select/index.d.ts +45 -45
  46. package/es/components/select/select.vue.d.ts +45 -45
  47. package/es/components/select/useSelect.d.ts +36 -36
  48. package/es/components/slider/index.d.ts +2 -2
  49. package/es/components/slider/slider.vue.d.ts +2 -2
  50. package/es/components/space/index.d.ts +3 -3
  51. package/es/components/space/space.d.ts +4 -4
  52. package/es/components/steps/index.d.ts +3 -3
  53. package/es/components/super-form/index.d.ts +3 -3
  54. package/es/components/switch/index.d.ts +21 -21
  55. package/es/components/switch/switch.vue.d.ts +3 -3
  56. package/es/components/tabs/index.d.ts +4 -4
  57. package/es/components/tabs/tabs.vue.d.ts +2 -2
  58. package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  59. package/es/components/time-picker/common/picker.vue.d.ts +8 -8
  60. package/es/components/time-picker/common/props.d.ts +2 -2
  61. package/es/components/time-picker/index.d.ts +12 -12
  62. package/es/components/time-picker/time-picker.d.ts +6 -6
  63. package/es/components/time-select/time-select.vue.d.ts +1 -1
  64. package/es/components/timeline/index.d.ts +6 -6
  65. package/es/components/tooltip/index.d.ts +5 -5
  66. package/es/components/tooltip/tooltip.vue.d.ts +2 -2
  67. package/es/components/tree/tree-node.vue.d.ts +39 -39
  68. package/es/components/upload/index.d.ts +18 -18
  69. package/es/hooks/use-popper/index.d.ts +3 -3
  70. package/es/hooks/use-z-index/index.js +3 -3
  71. package/es/package.json.d.ts +1 -1
  72. package/es/package.json.js +1 -1
  73. package/lib/components/affix/affix.d.ts +1 -1
  74. package/lib/components/affix/affix.vue.d.ts +3 -3
  75. package/lib/components/affix/index.d.ts +6 -6
  76. package/lib/components/autocomplete/autocomplete.vue.d.ts +22 -22
  77. package/lib/components/autocomplete/index.d.ts +64 -64
  78. package/lib/components/avatar/index.d.ts +3 -3
  79. package/lib/components/button/button.vue.d.ts +1 -1
  80. package/lib/components/button/index.d.ts +33 -33
  81. package/lib/components/button/use-button.d.ts +1 -1
  82. package/lib/components/cascader/cascader.d.ts +2 -2
  83. package/lib/components/cascader/cascader.vue.d.ts +9 -9
  84. package/lib/components/checkbox/index.d.ts +54 -54
  85. package/lib/components/col/col.vue.d.ts +1 -1
  86. package/lib/components/col/index.d.ts +9 -9
  87. package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
  88. package/lib/components/color-picker/index.d.ts +12 -12
  89. package/lib/components/date-picker/date-picker.d.ts +6 -6
  90. package/lib/components/date-picker/index.d.ts +12 -12
  91. package/lib/components/date-picker/props/date-picker.d.ts +2 -2
  92. package/lib/components/divider/index.d.ts +3 -3
  93. package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
  94. package/lib/components/dropdown/index.d.ts +39 -39
  95. package/lib/components/form/index.d.ts +27 -27
  96. package/lib/components/input/index.d.ts +13 -13
  97. package/lib/components/input/input.vue.d.ts +4 -4
  98. package/lib/components/input-number/index.d.ts +4 -4
  99. package/lib/components/input-number/input-number.vue.d.ts +2 -2
  100. package/lib/components/input-tag/input-tag.d.ts +1 -1
  101. package/lib/components/input-tag/input-tag.vue.d.ts +9 -9
  102. package/lib/components/modal/index.d.ts +15 -15
  103. package/lib/components/modal/modal.vue.d.ts +1 -1
  104. package/lib/components/popconfirm/index.d.ts +15 -15
  105. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  106. package/lib/components/popper/composables/use-content.d.ts +3 -3
  107. package/lib/components/radio/index.d.ts +60 -60
  108. package/lib/components/radio/radio.d.ts +1 -1
  109. package/lib/components/radio/radio.vue.d.ts +5 -5
  110. package/lib/components/search/index.d.ts +9 -9
  111. package/lib/components/search/search.vue.d.ts +2 -2
  112. package/lib/components/segmented/index.d.ts +6 -6
  113. package/lib/components/segmented/segmented.d.ts +1 -1
  114. package/lib/components/segmented/segmented.vue.d.ts +3 -3
  115. package/lib/components/select/index.d.ts +45 -45
  116. package/lib/components/select/select.vue.d.ts +45 -45
  117. package/lib/components/select/useSelect.d.ts +36 -36
  118. package/lib/components/slider/index.d.ts +2 -2
  119. package/lib/components/slider/slider.vue.d.ts +2 -2
  120. package/lib/components/space/index.d.ts +3 -3
  121. package/lib/components/space/space.d.ts +4 -4
  122. package/lib/components/steps/index.d.ts +3 -3
  123. package/lib/components/super-form/index.d.ts +3 -3
  124. package/lib/components/switch/index.d.ts +21 -21
  125. package/lib/components/switch/switch.vue.d.ts +3 -3
  126. package/lib/components/tabs/index.d.ts +4 -4
  127. package/lib/components/tabs/tabs.vue.d.ts +2 -2
  128. package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  129. package/lib/components/time-picker/common/picker.vue.d.ts +8 -8
  130. package/lib/components/time-picker/common/props.d.ts +2 -2
  131. package/lib/components/time-picker/index.d.ts +12 -12
  132. package/lib/components/time-picker/time-picker.d.ts +6 -6
  133. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  134. package/lib/components/timeline/index.d.ts +6 -6
  135. package/lib/components/tooltip/index.d.ts +5 -5
  136. package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
  137. package/lib/components/tree/tree-node.vue.d.ts +39 -39
  138. package/lib/components/upload/index.d.ts +18 -18
  139. package/lib/hooks/use-popper/index.d.ts +3 -3
  140. package/lib/package.json.cjs +1 -1
  141. package/lib/package.json.d.ts +1 -1
  142. package/package.json +5 -5
  143. package/theme-style/base.css +1 -1
  144. package/theme-style/dark/css-vars.css +1 -1
  145. package/theme-style/index.css +2 -2
  146. package/theme-style/src/dark/css-vars.scss +1 -0
  147. package/theme-style/src/form.scss +3 -2
  148. package/theme-style/src/super-form.scss +0 -7
  149. package/theme-style/src/var.scss +1 -0
  150. package/theme-style/vft-form.css +1 -1
  151. package/theme-style/vft-super-form.css +1 -1
  152. package/theme-style/vft-var.css +1 -1
  153. package/web-types.json +1 -1
@@ -49,11 +49,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
49
49
  type: import("vue").PropType<string>;
50
50
  };
51
51
  }>> & Readonly<{
52
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
53
- onChange?: ((value: string) => any) | undefined;
54
52
  onInput?: ((value: string) => any) | undefined;
55
53
  onSelect?: ((item: Record<string, any>) => any) | undefined;
56
54
  onClear?: (() => any) | undefined;
55
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
56
+ onChange?: ((value: string) => any) | undefined;
57
57
  onBlur?: ((evt: FocusEvent) => any) | undefined;
58
58
  onFocus?: ((evt: FocusEvent) => any) | undefined;
59
59
  }>, {
@@ -66,12 +66,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
66
66
  $data: {};
67
67
  $props: Partial<{}> & Omit<{
68
68
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
69
+ readonly disabled?: boolean | undefined;
69
70
  readonly content?: string | undefined;
70
71
  readonly zIndex?: number | undefined;
71
72
  readonly offset?: number | undefined;
72
73
  readonly transition?: string | undefined;
73
- readonly onBlur?: Function | undefined;
74
74
  readonly onClick?: Function | undefined;
75
+ readonly onBlur?: Function | undefined;
75
76
  readonly onContextmenu?: Function | undefined;
76
77
  readonly onFocus?: Function | undefined;
77
78
  readonly onKeydown?: Function | undefined;
@@ -81,13 +82,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
81
82
  readonly id?: string | undefined;
82
83
  readonly ariaLabel?: string | undefined;
83
84
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
84
- readonly disabled?: boolean | undefined;
85
85
  readonly placement?: import("@popperjs/core").Placement | undefined;
86
86
  readonly strategy?: "fixed" | "absolute" | undefined;
87
87
  readonly effect?: "light" | "dark" | undefined;
88
88
  readonly visible?: boolean | null | undefined;
89
- readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
89
+ readonly teleported?: boolean | undefined;
90
90
  readonly open?: boolean | undefined;
91
+ readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
91
92
  readonly arrowOffset?: number | undefined;
92
93
  readonly gpuAcceleration?: boolean | undefined;
93
94
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -109,13 +110,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
109
110
  readonly appendTo?: (HTMLElement | string) | undefined;
110
111
  readonly rawContent?: boolean | undefined;
111
112
  readonly persistent?: boolean | undefined;
112
- readonly teleported?: boolean | undefined;
113
113
  readonly triggerKeys?: string[] | undefined;
114
114
  readonly showArrow?: boolean | undefined;
115
115
  readonly onClose?: ((...args: any[]) => any) | undefined;
116
+ readonly onOpen?: ((...args: any[]) => any) | undefined;
116
117
  readonly onHide?: ((...args: any[]) => any) | undefined;
117
118
  readonly onShow?: ((...args: any[]) => any) | undefined;
118
- readonly onOpen?: ((...args: any[]) => any) | undefined;
119
119
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
120
120
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
121
121
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
@@ -131,7 +131,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
131
131
  $root: import("vue").ComponentPublicInstance | null;
132
132
  $parent: import("vue").ComponentPublicInstance | null;
133
133
  $host: Element | null;
134
- $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);
134
+ $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);
135
135
  $el: any;
136
136
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
137
137
  role: {
@@ -277,9 +277,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
277
277
  };
278
278
  }>> & Readonly<{
279
279
  onClose?: ((...args: any[]) => any) | undefined;
280
+ onOpen?: ((...args: any[]) => any) | undefined;
280
281
  onHide?: ((...args: any[]) => any) | undefined;
281
282
  onShow?: ((...args: any[]) => any) | undefined;
282
- onOpen?: ((...args: any[]) => any) | undefined;
283
283
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
284
284
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
285
285
  }>, {
@@ -292,9 +292,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
292
292
  hide: (event?: Event) => void;
293
293
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
294
294
  close: (...args: any[]) => void;
295
+ open: (...args: any[]) => void;
295
296
  hide: (...args: any[]) => void;
296
297
  show: (...args: any[]) => void;
297
- open: (...args: any[]) => void;
298
298
  "before-show": (...args: any[]) => void;
299
299
  "before-hide": (...args: any[]) => void;
300
300
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
@@ -461,9 +461,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
461
461
  };
462
462
  }>> & Readonly<{
463
463
  onClose?: ((...args: any[]) => any) | undefined;
464
+ onOpen?: ((...args: any[]) => any) | undefined;
464
465
  onHide?: ((...args: any[]) => any) | undefined;
465
466
  onShow?: ((...args: any[]) => any) | undefined;
466
- onOpen?: ((...args: any[]) => any) | undefined;
467
467
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
468
468
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
469
469
  }>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
@@ -484,12 +484,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
484
484
  $data: {};
485
485
  $props: Partial<{}> & Omit<{
486
486
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
487
+ readonly disabled?: boolean | undefined;
487
488
  readonly content?: string | undefined;
488
489
  readonly zIndex?: number | undefined;
489
490
  readonly offset?: number | undefined;
490
491
  readonly transition?: string | undefined;
491
- readonly onBlur?: Function | undefined;
492
492
  readonly onClick?: Function | undefined;
493
+ readonly onBlur?: Function | undefined;
493
494
  readonly onContextmenu?: Function | undefined;
494
495
  readonly onFocus?: Function | undefined;
495
496
  readonly onKeydown?: Function | undefined;
@@ -499,13 +500,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
499
500
  readonly id?: string | undefined;
500
501
  readonly ariaLabel?: string | undefined;
501
502
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
502
- readonly disabled?: boolean | undefined;
503
503
  readonly placement?: import("@popperjs/core").Placement | undefined;
504
504
  readonly strategy?: "fixed" | "absolute" | undefined;
505
505
  readonly effect?: "light" | "dark" | undefined;
506
506
  readonly visible?: boolean | null | undefined;
507
- readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
507
+ readonly teleported?: boolean | undefined;
508
508
  readonly open?: boolean | undefined;
509
+ readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
509
510
  readonly arrowOffset?: number | undefined;
510
511
  readonly gpuAcceleration?: boolean | undefined;
511
512
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -527,13 +528,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
527
528
  readonly appendTo?: (HTMLElement | string) | undefined;
528
529
  readonly rawContent?: boolean | undefined;
529
530
  readonly persistent?: boolean | undefined;
530
- readonly teleported?: boolean | undefined;
531
531
  readonly triggerKeys?: string[] | undefined;
532
532
  readonly showArrow?: boolean | undefined;
533
533
  readonly onClose?: ((...args: any[]) => any) | undefined;
534
+ readonly onOpen?: ((...args: any[]) => any) | undefined;
534
535
  readonly onHide?: ((...args: any[]) => any) | undefined;
535
536
  readonly onShow?: ((...args: any[]) => any) | undefined;
536
- readonly onOpen?: ((...args: any[]) => any) | undefined;
537
537
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
538
538
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
539
539
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
@@ -549,7 +549,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
549
549
  $root: import("vue").ComponentPublicInstance | null;
550
550
  $parent: import("vue").ComponentPublicInstance | null;
551
551
  $host: Element | null;
552
- $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);
552
+ $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);
553
553
  $el: any;
554
554
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
555
555
  role: {
@@ -695,9 +695,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
695
695
  };
696
696
  }>> & Readonly<{
697
697
  onClose?: ((...args: any[]) => any) | undefined;
698
+ onOpen?: ((...args: any[]) => any) | undefined;
698
699
  onHide?: ((...args: any[]) => any) | undefined;
699
700
  onShow?: ((...args: any[]) => any) | undefined;
700
- onOpen?: ((...args: any[]) => any) | undefined;
701
701
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
702
702
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
703
703
  }>, {
@@ -710,9 +710,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
710
710
  hide: (event?: Event) => void;
711
711
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
712
712
  close: (...args: any[]) => void;
713
+ open: (...args: any[]) => void;
713
714
  hide: (...args: any[]) => void;
714
715
  show: (...args: any[]) => void;
715
- open: (...args: any[]) => void;
716
716
  "before-show": (...args: any[]) => void;
717
717
  "before-hide": (...args: any[]) => void;
718
718
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
@@ -879,9 +879,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
879
879
  };
880
880
  }>> & Readonly<{
881
881
  onClose?: ((...args: any[]) => any) | undefined;
882
+ onOpen?: ((...args: any[]) => any) | undefined;
882
883
  onHide?: ((...args: any[]) => any) | undefined;
883
884
  onShow?: ((...args: any[]) => any) | undefined;
884
- onOpen?: ((...args: any[]) => any) | undefined;
885
885
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
886
886
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
887
887
  }>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
@@ -906,11 +906,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
906
906
  close: () => void;
907
907
  highlight: (index: number) => void;
908
908
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
909
- "update:modelValue": (value: string) => void;
910
- change: (value: string) => void;
911
909
  input: (value: string) => void;
912
910
  select: (item: Record<string, any>) => void;
913
911
  clear: () => void;
912
+ "update:modelValue": (value: string) => void;
913
+ change: (value: string) => void;
914
914
  blur: (evt: FocusEvent) => void;
915
915
  focus: (evt: FocusEvent) => void;
916
916
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -970,11 +970,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
970
970
  type: import("vue").PropType<string>;
971
971
  };
972
972
  }>> & Readonly<{
973
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
974
- onChange?: ((value: string) => any) | undefined;
975
973
  onInput?: ((value: string) => any) | undefined;
976
974
  onSelect?: ((item: Record<string, any>) => any) | undefined;
977
975
  onClear?: (() => any) | undefined;
976
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
977
+ onChange?: ((value: string) => any) | undefined;
978
978
  onBlur?: ((evt: FocusEvent) => any) | undefined;
979
979
  onFocus?: ((evt: FocusEvent) => any) | undefined;
980
980
  }>, {
@@ -987,12 +987,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
987
987
  $data: {};
988
988
  $props: Partial<{}> & Omit<{
989
989
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
990
+ readonly disabled?: boolean | undefined;
990
991
  readonly content?: string | undefined;
991
992
  readonly zIndex?: number | undefined;
992
993
  readonly offset?: number | undefined;
993
994
  readonly transition?: string | undefined;
994
- readonly onBlur?: Function | undefined;
995
995
  readonly onClick?: Function | undefined;
996
+ readonly onBlur?: Function | undefined;
996
997
  readonly onContextmenu?: Function | undefined;
997
998
  readonly onFocus?: Function | undefined;
998
999
  readonly onKeydown?: Function | undefined;
@@ -1002,13 +1003,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1002
1003
  readonly id?: string | undefined;
1003
1004
  readonly ariaLabel?: string | undefined;
1004
1005
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1005
- readonly disabled?: boolean | undefined;
1006
1006
  readonly placement?: import("@popperjs/core").Placement | undefined;
1007
1007
  readonly strategy?: "fixed" | "absolute" | undefined;
1008
1008
  readonly effect?: "light" | "dark" | undefined;
1009
1009
  readonly visible?: boolean | null | undefined;
1010
- readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1010
+ readonly teleported?: boolean | undefined;
1011
1011
  readonly open?: boolean | undefined;
1012
+ readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1012
1013
  readonly arrowOffset?: number | undefined;
1013
1014
  readonly gpuAcceleration?: boolean | undefined;
1014
1015
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1030,13 +1031,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1030
1031
  readonly appendTo?: (HTMLElement | string) | undefined;
1031
1032
  readonly rawContent?: boolean | undefined;
1032
1033
  readonly persistent?: boolean | undefined;
1033
- readonly teleported?: boolean | undefined;
1034
1034
  readonly triggerKeys?: string[] | undefined;
1035
1035
  readonly showArrow?: boolean | undefined;
1036
1036
  readonly onClose?: ((...args: any[]) => any) | undefined;
1037
+ readonly onOpen?: ((...args: any[]) => any) | undefined;
1037
1038
  readonly onHide?: ((...args: any[]) => any) | undefined;
1038
1039
  readonly onShow?: ((...args: any[]) => any) | undefined;
1039
- readonly onOpen?: ((...args: any[]) => any) | undefined;
1040
1040
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
1041
1041
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1042
1042
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
@@ -1052,7 +1052,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1052
1052
  $root: import("vue").ComponentPublicInstance | null;
1053
1053
  $parent: import("vue").ComponentPublicInstance | null;
1054
1054
  $host: Element | null;
1055
- $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);
1055
+ $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);
1056
1056
  $el: any;
1057
1057
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1058
1058
  role: {
@@ -1198,9 +1198,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1198
1198
  };
1199
1199
  }>> & Readonly<{
1200
1200
  onClose?: ((...args: any[]) => any) | undefined;
1201
+ onOpen?: ((...args: any[]) => any) | undefined;
1201
1202
  onHide?: ((...args: any[]) => any) | undefined;
1202
1203
  onShow?: ((...args: any[]) => any) | undefined;
1203
- onOpen?: ((...args: any[]) => any) | undefined;
1204
1204
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1205
1205
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1206
1206
  }>, {
@@ -1213,9 +1213,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1213
1213
  hide: (event?: Event) => void;
1214
1214
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1215
1215
  close: (...args: any[]) => void;
1216
+ open: (...args: any[]) => void;
1216
1217
  hide: (...args: any[]) => void;
1217
1218
  show: (...args: any[]) => void;
1218
- open: (...args: any[]) => void;
1219
1219
  "before-show": (...args: any[]) => void;
1220
1220
  "before-hide": (...args: any[]) => void;
1221
1221
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
@@ -1382,9 +1382,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1382
1382
  };
1383
1383
  }>> & Readonly<{
1384
1384
  onClose?: ((...args: any[]) => any) | undefined;
1385
+ onOpen?: ((...args: any[]) => any) | undefined;
1385
1386
  onHide?: ((...args: any[]) => any) | undefined;
1386
1387
  onShow?: ((...args: any[]) => any) | undefined;
1387
- onOpen?: ((...args: any[]) => any) | undefined;
1388
1388
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1389
1389
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1390
1390
  }>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
@@ -1405,12 +1405,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1405
1405
  $data: {};
1406
1406
  $props: Partial<{}> & Omit<{
1407
1407
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1408
+ readonly disabled?: boolean | undefined;
1408
1409
  readonly content?: string | undefined;
1409
1410
  readonly zIndex?: number | undefined;
1410
1411
  readonly offset?: number | undefined;
1411
1412
  readonly transition?: string | undefined;
1412
- readonly onBlur?: Function | undefined;
1413
1413
  readonly onClick?: Function | undefined;
1414
+ readonly onBlur?: Function | undefined;
1414
1415
  readonly onContextmenu?: Function | undefined;
1415
1416
  readonly onFocus?: Function | undefined;
1416
1417
  readonly onKeydown?: Function | undefined;
@@ -1420,13 +1421,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1420
1421
  readonly id?: string | undefined;
1421
1422
  readonly ariaLabel?: string | undefined;
1422
1423
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1423
- readonly disabled?: boolean | undefined;
1424
1424
  readonly placement?: import("@popperjs/core").Placement | undefined;
1425
1425
  readonly strategy?: "fixed" | "absolute" | undefined;
1426
1426
  readonly effect?: "light" | "dark" | undefined;
1427
1427
  readonly visible?: boolean | null | undefined;
1428
- readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1428
+ readonly teleported?: boolean | undefined;
1429
1429
  readonly open?: boolean | undefined;
1430
+ readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1430
1431
  readonly arrowOffset?: number | undefined;
1431
1432
  readonly gpuAcceleration?: boolean | undefined;
1432
1433
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1448,13 +1449,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1448
1449
  readonly appendTo?: (HTMLElement | string) | undefined;
1449
1450
  readonly rawContent?: boolean | undefined;
1450
1451
  readonly persistent?: boolean | undefined;
1451
- readonly teleported?: boolean | undefined;
1452
1452
  readonly triggerKeys?: string[] | undefined;
1453
1453
  readonly showArrow?: boolean | undefined;
1454
1454
  readonly onClose?: ((...args: any[]) => any) | undefined;
1455
+ readonly onOpen?: ((...args: any[]) => any) | undefined;
1455
1456
  readonly onHide?: ((...args: any[]) => any) | undefined;
1456
1457
  readonly onShow?: ((...args: any[]) => any) | undefined;
1457
- readonly onOpen?: ((...args: any[]) => any) | undefined;
1458
1458
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
1459
1459
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1460
1460
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
@@ -1470,7 +1470,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1470
1470
  $root: import("vue").ComponentPublicInstance | null;
1471
1471
  $parent: import("vue").ComponentPublicInstance | null;
1472
1472
  $host: Element | null;
1473
- $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);
1473
+ $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);
1474
1474
  $el: any;
1475
1475
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1476
1476
  role: {
@@ -1616,9 +1616,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1616
1616
  };
1617
1617
  }>> & Readonly<{
1618
1618
  onClose?: ((...args: any[]) => any) | undefined;
1619
+ onOpen?: ((...args: any[]) => any) | undefined;
1619
1620
  onHide?: ((...args: any[]) => any) | undefined;
1620
1621
  onShow?: ((...args: any[]) => any) | undefined;
1621
- onOpen?: ((...args: any[]) => any) | undefined;
1622
1622
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1623
1623
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1624
1624
  }>, {
@@ -1631,9 +1631,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1631
1631
  hide: (event?: Event) => void;
1632
1632
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1633
1633
  close: (...args: any[]) => void;
1634
+ open: (...args: any[]) => void;
1634
1635
  hide: (...args: any[]) => void;
1635
1636
  show: (...args: any[]) => void;
1636
- open: (...args: any[]) => void;
1637
1637
  "before-show": (...args: any[]) => void;
1638
1638
  "before-hide": (...args: any[]) => void;
1639
1639
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
@@ -1800,9 +1800,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1800
1800
  };
1801
1801
  }>> & Readonly<{
1802
1802
  onClose?: ((...args: any[]) => any) | undefined;
1803
+ onOpen?: ((...args: any[]) => any) | undefined;
1803
1804
  onHide?: ((...args: any[]) => any) | undefined;
1804
1805
  onShow?: ((...args: any[]) => any) | undefined;
1805
- onOpen?: ((...args: any[]) => any) | undefined;
1806
1806
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1807
1807
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1808
1808
  }>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
@@ -1880,11 +1880,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1880
1880
  type: import("vue").PropType<string>;
1881
1881
  };
1882
1882
  }>> & Readonly<{
1883
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1884
- onChange?: ((value: string) => any) | undefined;
1885
1883
  onInput?: ((value: string) => any) | undefined;
1886
1884
  onSelect?: ((item: Record<string, any>) => any) | undefined;
1887
1885
  onClear?: (() => any) | undefined;
1886
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1887
+ onChange?: ((value: string) => any) | undefined;
1888
1888
  onBlur?: ((evt: FocusEvent) => any) | undefined;
1889
1889
  onFocus?: ((evt: FocusEvent) => any) | undefined;
1890
1890
  }>, {
@@ -1897,12 +1897,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1897
1897
  $data: {};
1898
1898
  $props: Partial<{}> & Omit<{
1899
1899
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1900
+ readonly disabled?: boolean | undefined;
1900
1901
  readonly content?: string | undefined;
1901
1902
  readonly zIndex?: number | undefined;
1902
1903
  readonly offset?: number | undefined;
1903
1904
  readonly transition?: string | undefined;
1904
- readonly onBlur?: Function | undefined;
1905
1905
  readonly onClick?: Function | undefined;
1906
+ readonly onBlur?: Function | undefined;
1906
1907
  readonly onContextmenu?: Function | undefined;
1907
1908
  readonly onFocus?: Function | undefined;
1908
1909
  readonly onKeydown?: Function | undefined;
@@ -1912,13 +1913,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1912
1913
  readonly id?: string | undefined;
1913
1914
  readonly ariaLabel?: string | undefined;
1914
1915
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1915
- readonly disabled?: boolean | undefined;
1916
1916
  readonly placement?: import("@popperjs/core").Placement | undefined;
1917
1917
  readonly strategy?: "fixed" | "absolute" | undefined;
1918
1918
  readonly effect?: "light" | "dark" | undefined;
1919
1919
  readonly visible?: boolean | null | undefined;
1920
- readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1920
+ readonly teleported?: boolean | undefined;
1921
1921
  readonly open?: boolean | undefined;
1922
+ readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1922
1923
  readonly arrowOffset?: number | undefined;
1923
1924
  readonly gpuAcceleration?: boolean | undefined;
1924
1925
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1940,13 +1941,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1940
1941
  readonly appendTo?: (HTMLElement | string) | undefined;
1941
1942
  readonly rawContent?: boolean | undefined;
1942
1943
  readonly persistent?: boolean | undefined;
1943
- readonly teleported?: boolean | undefined;
1944
1944
  readonly triggerKeys?: string[] | undefined;
1945
1945
  readonly showArrow?: boolean | undefined;
1946
1946
  readonly onClose?: ((...args: any[]) => any) | undefined;
1947
+ readonly onOpen?: ((...args: any[]) => any) | undefined;
1947
1948
  readonly onHide?: ((...args: any[]) => any) | undefined;
1948
1949
  readonly onShow?: ((...args: any[]) => any) | undefined;
1949
- readonly onOpen?: ((...args: any[]) => any) | undefined;
1950
1950
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
1951
1951
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1952
1952
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
@@ -1962,7 +1962,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1962
1962
  $root: import("vue").ComponentPublicInstance | null;
1963
1963
  $parent: import("vue").ComponentPublicInstance | null;
1964
1964
  $host: Element | null;
1965
- $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);
1965
+ $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);
1966
1966
  $el: any;
1967
1967
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1968
1968
  role: {
@@ -2108,9 +2108,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2108
2108
  };
2109
2109
  }>> & Readonly<{
2110
2110
  onClose?: ((...args: any[]) => any) | undefined;
2111
+ onOpen?: ((...args: any[]) => any) | undefined;
2111
2112
  onHide?: ((...args: any[]) => any) | undefined;
2112
2113
  onShow?: ((...args: any[]) => any) | undefined;
2113
- onOpen?: ((...args: any[]) => any) | undefined;
2114
2114
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
2115
2115
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
2116
2116
  }>, {
@@ -2123,9 +2123,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2123
2123
  hide: (event?: Event) => void;
2124
2124
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2125
2125
  close: (...args: any[]) => void;
2126
+ open: (...args: any[]) => void;
2126
2127
  hide: (...args: any[]) => void;
2127
2128
  show: (...args: any[]) => void;
2128
- open: (...args: any[]) => void;
2129
2129
  "before-show": (...args: any[]) => void;
2130
2130
  "before-hide": (...args: any[]) => void;
2131
2131
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
@@ -2292,9 +2292,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2292
2292
  };
2293
2293
  }>> & Readonly<{
2294
2294
  onClose?: ((...args: any[]) => any) | undefined;
2295
+ onOpen?: ((...args: any[]) => any) | undefined;
2295
2296
  onHide?: ((...args: any[]) => any) | undefined;
2296
2297
  onShow?: ((...args: any[]) => any) | undefined;
2297
- onOpen?: ((...args: any[]) => any) | undefined;
2298
2298
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
2299
2299
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
2300
2300
  }>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
@@ -2315,12 +2315,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2315
2315
  $data: {};
2316
2316
  $props: Partial<{}> & Omit<{
2317
2317
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
2318
+ readonly disabled?: boolean | undefined;
2318
2319
  readonly content?: string | undefined;
2319
2320
  readonly zIndex?: number | undefined;
2320
2321
  readonly offset?: number | undefined;
2321
2322
  readonly transition?: string | undefined;
2322
- readonly onBlur?: Function | undefined;
2323
2323
  readonly onClick?: Function | undefined;
2324
+ readonly onBlur?: Function | undefined;
2324
2325
  readonly onContextmenu?: Function | undefined;
2325
2326
  readonly onFocus?: Function | undefined;
2326
2327
  readonly onKeydown?: Function | undefined;
@@ -2330,13 +2331,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2330
2331
  readonly id?: string | undefined;
2331
2332
  readonly ariaLabel?: string | undefined;
2332
2333
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
2333
- readonly disabled?: boolean | undefined;
2334
2334
  readonly placement?: import("@popperjs/core").Placement | undefined;
2335
2335
  readonly strategy?: "fixed" | "absolute" | undefined;
2336
2336
  readonly effect?: "light" | "dark" | undefined;
2337
2337
  readonly visible?: boolean | null | undefined;
2338
- readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
2338
+ readonly teleported?: boolean | undefined;
2339
2339
  readonly open?: boolean | undefined;
2340
+ readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
2340
2341
  readonly arrowOffset?: number | undefined;
2341
2342
  readonly gpuAcceleration?: boolean | undefined;
2342
2343
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -2358,13 +2359,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2358
2359
  readonly appendTo?: (HTMLElement | string) | undefined;
2359
2360
  readonly rawContent?: boolean | undefined;
2360
2361
  readonly persistent?: boolean | undefined;
2361
- readonly teleported?: boolean | undefined;
2362
2362
  readonly triggerKeys?: string[] | undefined;
2363
2363
  readonly showArrow?: boolean | undefined;
2364
2364
  readonly onClose?: ((...args: any[]) => any) | undefined;
2365
+ readonly onOpen?: ((...args: any[]) => any) | undefined;
2365
2366
  readonly onHide?: ((...args: any[]) => any) | undefined;
2366
2367
  readonly onShow?: ((...args: any[]) => any) | undefined;
2367
- readonly onOpen?: ((...args: any[]) => any) | undefined;
2368
2368
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
2369
2369
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
2370
2370
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
@@ -2380,7 +2380,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2380
2380
  $root: import("vue").ComponentPublicInstance | null;
2381
2381
  $parent: import("vue").ComponentPublicInstance | null;
2382
2382
  $host: Element | null;
2383
- $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);
2383
+ $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);
2384
2384
  $el: any;
2385
2385
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2386
2386
  role: {
@@ -2526,9 +2526,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2526
2526
  };
2527
2527
  }>> & Readonly<{
2528
2528
  onClose?: ((...args: any[]) => any) | undefined;
2529
+ onOpen?: ((...args: any[]) => any) | undefined;
2529
2530
  onHide?: ((...args: any[]) => any) | undefined;
2530
2531
  onShow?: ((...args: any[]) => any) | undefined;
2531
- onOpen?: ((...args: any[]) => any) | undefined;
2532
2532
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
2533
2533
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
2534
2534
  }>, {
@@ -2541,9 +2541,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2541
2541
  hide: (event?: Event) => void;
2542
2542
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2543
2543
  close: (...args: any[]) => void;
2544
+ open: (...args: any[]) => void;
2544
2545
  hide: (...args: any[]) => void;
2545
2546
  show: (...args: any[]) => void;
2546
- open: (...args: any[]) => void;
2547
2547
  "before-show": (...args: any[]) => void;
2548
2548
  "before-hide": (...args: any[]) => void;
2549
2549
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
@@ -2710,9 +2710,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2710
2710
  };
2711
2711
  }>> & Readonly<{
2712
2712
  onClose?: ((...args: any[]) => any) | undefined;
2713
+ onOpen?: ((...args: any[]) => any) | undefined;
2713
2714
  onHide?: ((...args: any[]) => any) | undefined;
2714
2715
  onShow?: ((...args: any[]) => any) | undefined;
2715
- onOpen?: ((...args: any[]) => any) | undefined;
2716
2716
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
2717
2717
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
2718
2718
  }>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
@@ -2737,11 +2737,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2737
2737
  close: () => void;
2738
2738
  highlight: (index: number) => void;
2739
2739
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2740
- "update:modelValue": (value: string) => void;
2741
- change: (value: string) => void;
2742
2740
  input: (value: string) => void;
2743
2741
  select: (item: Record<string, any>) => void;
2744
2742
  clear: () => void;
2743
+ "update:modelValue": (value: string) => void;
2744
+ change: (value: string) => void;
2745
2745
  blur: (evt: FocusEvent) => void;
2746
2746
  focus: (evt: FocusEvent) => void;
2747
2747
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1,7 +1,7 @@
1
1
  export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  size: {
4
- type: import("vue").PropType<number | "default" | "small" | "large">;
4
+ type: import("vue").PropType<number | "small" | "default" | "large">;
5
5
  };
6
6
  shape: {
7
7
  type: import("vue").PropType<"circle" | "square">;
@@ -31,7 +31,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
31
31
  Defaults: {};
32
32
  }, Readonly<import("vue").ExtractPropTypes<{
33
33
  size: {
34
- type: import("vue").PropType<number | "default" | "small" | "large">;
34
+ type: import("vue").PropType<number | "small" | "default" | "large">;
35
35
  };
36
36
  shape: {
37
37
  type: import("vue").PropType<"circle" | "square">;
@@ -56,7 +56,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
56
56
  __isSuspense?: never;
57
57
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
58
  size: {
59
- type: import("vue").PropType<number | "default" | "small" | "large">;
59
+ type: import("vue").PropType<number | "small" | "default" | "large">;
60
60
  };
61
61
  shape: {
62
62
  type: import("vue").PropType<"circle" | "square">;
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
11
11
  }>>, {
12
12
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
13
13
  size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
14
- type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
14
+ type: import("vue").ComputedRef<"" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
15
15
  disabled: import("vue").ComputedRef<boolean>;
16
16
  shouldAddSpace: import("vue").ComputedRef<boolean>;
17
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {