vft 0.0.151 → 0.0.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/es/app-components/button/button-custom.d.ts +1 -1
  2. package/es/app-components/form/hooks/use-form-common-props.d.ts +5 -4
  3. package/es/app-components/hooks/use-id.d.ts +2 -1
  4. package/es/components/affix/affix.d.ts +2 -2
  5. package/es/components/affix/affix.vue.d.ts +2 -2
  6. package/es/components/affix/index.d.ts +5 -5
  7. package/es/components/autocomplete/autocomplete.vue.d.ts +23 -23
  8. package/es/components/autocomplete/index.d.ts +68 -68
  9. package/es/components/button/button-custom.d.ts +1 -1
  10. package/es/components/button/button.vue.d.ts +1 -1
  11. package/es/components/button/index.d.ts +3 -3
  12. package/es/components/button/use-button.d.ts +3 -3
  13. package/es/components/button/use-button.js +3 -3
  14. package/es/components/carousel/carousel.vue.d.ts +1 -1
  15. package/es/components/carousel/index.d.ts +19 -19
  16. package/es/components/carousel/use-carousel.d.ts +2 -2
  17. package/es/components/checkbox/checkbox-button.vue.d.ts +1 -1
  18. package/es/components/checkbox/checkbox-group.vue.d.ts +1 -1
  19. package/es/components/checkbox/checkbox.vue.d.ts +1 -1
  20. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  21. package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
  22. package/es/components/checkbox/index.d.ts +58 -58
  23. package/es/components/color-picker/color-picker.vue.d.ts +1 -1
  24. package/es/components/color-picker/index.d.ts +1 -1
  25. package/es/components/config-provider/hooks/use-global-config.d.ts +3 -2
  26. package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
  27. package/es/components/date-picker/date-picker.d.ts +4 -20
  28. package/es/components/date-picker/index.d.ts +8 -40
  29. package/es/components/date-picker/props/date-picker.d.ts +1 -9
  30. package/es/components/date-picker/props/shared.d.ts +1 -1
  31. package/es/components/date-picker/utils.d.ts +1 -1
  32. package/es/components/dialog/dialog.vue.d.ts +3 -3
  33. package/es/components/dialog/index.d.ts +8 -8
  34. package/es/components/drawer/drawer.vue.d.ts +3 -3
  35. package/es/components/drawer/index.d.ts +8 -8
  36. package/es/components/dropdown/dropdown.vue.d.ts +3 -3
  37. package/es/components/dropdown/index.d.ts +49 -49
  38. package/es/components/form/hooks/use-form-common-props.d.ts +6 -4
  39. package/es/components/index.js +113 -113
  40. package/es/components/input/index.d.ts +12 -12
  41. package/es/components/input/input.vue.d.ts +4 -4
  42. package/es/components/input-number/index.d.ts +3 -3
  43. package/es/components/input-number/input-number.vue.d.ts +3 -3
  44. package/es/components/loading/index.d.ts +17 -9
  45. package/es/components/loading/loading.d.ts +17 -9
  46. package/es/components/modal/index.d.ts +11 -11
  47. package/es/components/modal/modal.vue.d.ts +1 -1
  48. package/es/components/popconfirm/index.d.ts +11 -11
  49. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  50. package/es/components/popover/index.d.ts +8 -8
  51. package/es/components/popper/composables/use-content-dom.d.ts +3 -1
  52. package/es/components/popper/composables/use-content.d.ts +70 -6
  53. package/es/components/popper/index.d.ts +3 -3
  54. package/es/components/popper/popper.vue.d.ts +2 -1
  55. package/es/components/popper/utils.d.ts +45 -2
  56. package/es/components/progress/index.d.ts +4 -4
  57. package/es/components/radio/index.d.ts +30 -30
  58. package/es/components/radio/radio-group.vue.d.ts +1 -1
  59. package/es/components/radio/radio.vue.d.ts +1 -1
  60. package/es/components/radio/use-radio.d.ts +1 -1
  61. package/es/components/search/index.d.ts +8 -8
  62. package/es/components/search/search.vue.d.ts +2 -2
  63. package/es/components/select/defaults.d.ts +4 -3
  64. package/es/components/select/index.d.ts +66 -66
  65. package/es/components/select/select.vue.d.ts +33 -33
  66. package/es/components/select/useSelect.d.ts +19 -19
  67. package/es/components/side-menu/index.d.ts +8 -4
  68. package/es/components/side-menu/side-menu.vue.d.ts +2 -2
  69. package/es/components/slider/composables/use-slide.d.ts +6 -6
  70. package/es/components/slider/index.d.ts +3 -3
  71. package/es/components/slider/slider.d.ts +3 -3
  72. package/es/components/slider/slider.vue.d.ts +1 -1
  73. package/es/components/space/index.d.ts +5 -2
  74. package/es/components/space/space.d.ts +5 -2
  75. package/es/components/super-form/index.d.ts +3 -3
  76. package/es/components/super-form/super-form.vue.d.ts +1 -1
  77. package/es/components/super-form/types.d.ts +176 -0
  78. package/es/components/switch/index.d.ts +3 -3
  79. package/es/components/switch/switch.vue.d.ts +3 -3
  80. package/es/components/table/index.d.ts +41 -41
  81. package/es/components/table/table.vue.d.ts +2 -2
  82. package/es/components/table/use/use-columns.d.ts +801 -3
  83. package/es/components/time-picker/common/picker.vue.d.ts +9 -24
  84. package/es/components/time-picker/common/props.d.ts +2 -9
  85. package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
  86. package/es/components/time-picker/index.d.ts +8 -40
  87. package/es/components/time-picker/time-picker.d.ts +4 -20
  88. package/es/components/time-picker/utils.d.ts +1 -1
  89. package/es/components/time-select/time-select.vue.d.ts +4 -4
  90. package/es/components/tooltip/index.d.ts +16 -16
  91. package/es/components/tooltip/utils.d.ts +1 -1
  92. package/es/components/tree/index.d.ts +16 -16
  93. package/es/components/upload/index.d.ts +12 -12
  94. package/es/components/upload/use-handlers.d.ts +21 -1
  95. package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
  96. package/es/hooks/use-id/index.d.ts +2 -1
  97. package/es/hooks/use-model-toggle/index.d.ts +2 -2
  98. package/es/hooks/use-popper/index.d.ts +70 -7
  99. package/es/hooks/use-same-target/index.d.ts +3 -3
  100. package/es/hooks/use-z-index/index.d.ts +1 -1
  101. package/es/index.js +113 -113
  102. package/es/package.json.d.ts +1 -1
  103. package/es/package.json.js +1 -1
  104. package/lib/app-components/button/button-custom.d.ts +1 -1
  105. package/lib/app-components/form/hooks/use-form-common-props.d.ts +5 -4
  106. package/lib/app-components/hooks/use-id.d.ts +2 -1
  107. package/lib/components/affix/affix.d.ts +2 -2
  108. package/lib/components/affix/affix.vue.d.ts +2 -2
  109. package/lib/components/affix/index.d.ts +5 -5
  110. package/lib/components/autocomplete/autocomplete.vue.d.ts +23 -23
  111. package/lib/components/autocomplete/index.d.ts +68 -68
  112. package/lib/components/button/button-custom.d.ts +1 -1
  113. package/lib/components/button/button.vue.d.ts +1 -1
  114. package/lib/components/button/index.d.ts +3 -3
  115. package/lib/components/button/use-button.cjs +1 -1
  116. package/lib/components/button/use-button.d.ts +3 -3
  117. package/lib/components/carousel/carousel.vue.d.ts +1 -1
  118. package/lib/components/carousel/index.d.ts +19 -19
  119. package/lib/components/carousel/use-carousel.d.ts +2 -2
  120. package/lib/components/checkbox/checkbox-button.vue.d.ts +1 -1
  121. package/lib/components/checkbox/checkbox-group.vue.d.ts +1 -1
  122. package/lib/components/checkbox/checkbox.vue.d.ts +1 -1
  123. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  124. package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
  125. package/lib/components/checkbox/index.d.ts +58 -58
  126. package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
  127. package/lib/components/color-picker/index.d.ts +1 -1
  128. package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -2
  129. package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
  130. package/lib/components/date-picker/date-picker.d.ts +4 -20
  131. package/lib/components/date-picker/index.d.ts +8 -40
  132. package/lib/components/date-picker/props/date-picker.d.ts +1 -9
  133. package/lib/components/date-picker/props/shared.d.ts +1 -1
  134. package/lib/components/date-picker/utils.d.ts +1 -1
  135. package/lib/components/dialog/dialog.vue.d.ts +3 -3
  136. package/lib/components/dialog/index.d.ts +8 -8
  137. package/lib/components/drawer/drawer.vue.d.ts +3 -3
  138. package/lib/components/drawer/index.d.ts +8 -8
  139. package/lib/components/dropdown/dropdown.vue.d.ts +3 -3
  140. package/lib/components/dropdown/index.d.ts +49 -49
  141. package/lib/components/form/hooks/use-form-common-props.d.ts +6 -4
  142. package/lib/components/index.cjs +1 -1
  143. package/lib/components/input/index.d.ts +12 -12
  144. package/lib/components/input/input.vue.d.ts +4 -4
  145. package/lib/components/input-number/index.d.ts +3 -3
  146. package/lib/components/input-number/input-number.vue.d.ts +3 -3
  147. package/lib/components/loading/index.d.ts +17 -9
  148. package/lib/components/loading/loading.d.ts +17 -9
  149. package/lib/components/modal/index.d.ts +11 -11
  150. package/lib/components/modal/modal.vue.d.ts +1 -1
  151. package/lib/components/popconfirm/index.d.ts +11 -11
  152. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  153. package/lib/components/popover/index.d.ts +8 -8
  154. package/lib/components/popper/composables/use-content-dom.d.ts +3 -1
  155. package/lib/components/popper/composables/use-content.d.ts +70 -6
  156. package/lib/components/popper/index.d.ts +3 -3
  157. package/lib/components/popper/popper.vue.d.ts +2 -1
  158. package/lib/components/popper/utils.d.ts +45 -2
  159. package/lib/components/progress/index.d.ts +4 -4
  160. package/lib/components/radio/index.d.ts +30 -30
  161. package/lib/components/radio/radio-group.vue.d.ts +1 -1
  162. package/lib/components/radio/radio.vue.d.ts +1 -1
  163. package/lib/components/radio/use-radio.d.ts +1 -1
  164. package/lib/components/search/index.d.ts +8 -8
  165. package/lib/components/search/search.vue.d.ts +2 -2
  166. package/lib/components/select/defaults.d.ts +4 -3
  167. package/lib/components/select/index.d.ts +66 -66
  168. package/lib/components/select/select.vue.d.ts +33 -33
  169. package/lib/components/select/useSelect.d.ts +19 -19
  170. package/lib/components/side-menu/index.d.ts +8 -4
  171. package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
  172. package/lib/components/slider/composables/use-slide.d.ts +6 -6
  173. package/lib/components/slider/index.d.ts +3 -3
  174. package/lib/components/slider/slider.d.ts +3 -3
  175. package/lib/components/slider/slider.vue.d.ts +1 -1
  176. package/lib/components/space/index.d.ts +5 -2
  177. package/lib/components/space/space.d.ts +5 -2
  178. package/lib/components/super-form/index.d.ts +3 -3
  179. package/lib/components/super-form/super-form.vue.d.ts +1 -1
  180. package/lib/components/super-form/types.d.ts +176 -0
  181. package/lib/components/switch/index.d.ts +3 -3
  182. package/lib/components/switch/switch.vue.d.ts +3 -3
  183. package/lib/components/table/index.d.ts +41 -41
  184. package/lib/components/table/table.vue.d.ts +2 -2
  185. package/lib/components/table/use/use-columns.d.ts +801 -3
  186. package/lib/components/time-picker/common/picker.vue.d.ts +9 -24
  187. package/lib/components/time-picker/common/props.d.ts +2 -9
  188. package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
  189. package/lib/components/time-picker/index.d.ts +8 -40
  190. package/lib/components/time-picker/time-picker.d.ts +4 -20
  191. package/lib/components/time-picker/utils.d.ts +1 -1
  192. package/lib/components/time-select/time-select.vue.d.ts +4 -4
  193. package/lib/components/tooltip/index.d.ts +16 -16
  194. package/lib/components/tooltip/utils.d.ts +1 -1
  195. package/lib/components/tree/index.d.ts +16 -16
  196. package/lib/components/upload/index.d.ts +12 -12
  197. package/lib/components/upload/use-handlers.d.ts +21 -1
  198. package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
  199. package/lib/hooks/use-id/index.d.ts +2 -1
  200. package/lib/hooks/use-model-toggle/index.d.ts +2 -2
  201. package/lib/hooks/use-popper/index.d.ts +70 -7
  202. package/lib/hooks/use-same-target/index.d.ts +3 -3
  203. package/lib/hooks/use-z-index/index.d.ts +1 -1
  204. package/lib/index.cjs +1 -1
  205. package/lib/package.json.cjs +1 -1
  206. package/lib/package.json.d.ts +1 -1
  207. package/package.json +5 -5
  208. package/web-types.json +1 -1
@@ -74,8 +74,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
74
74
  default: string;
75
75
  };
76
76
  popperOptions: {
77
- type: globalThis.PropType<Options>;
78
- default: () => Options;
77
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
78
+ default: () => Partial<import("@popperjs/core").Options>;
79
79
  };
80
80
  remote: BooleanConstructor;
81
81
  size: {
@@ -94,8 +94,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
94
94
  default: boolean;
95
95
  };
96
96
  placement: {
97
- type: globalThis.PropType<Placement>;
98
- values: any;
97
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
98
+ values: import("@popperjs/core").Placement[];
99
99
  default: string;
100
100
  };
101
101
  }, {
@@ -212,8 +212,9 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
212
212
  readonly showAfter?: number | undefined;
213
213
  readonly hideAfter?: number | undefined;
214
214
  readonly open?: boolean | undefined;
215
- readonly placement?: any;
216
- readonly strategy?: "absolute" | "fixed" | undefined;
215
+ readonly placement?: import("@popperjs/core").Placement | undefined;
216
+ readonly strategy?: "fixed" | "absolute" | undefined;
217
+ readonly effect?: "light" | "dark" | undefined;
217
218
  readonly id?: string | undefined;
218
219
  readonly className?: import("../types").ClassType | undefined;
219
220
  readonly ariaLabel?: string | undefined;
@@ -222,12 +223,10 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
222
223
  readonly trigger?: import("..").TooltipTriggerType | undefined;
223
224
  readonly appendTo?: any;
224
225
  readonly visible?: boolean | undefined;
225
- readonly effect?: "light" | "dark" | undefined;
226
- readonly teleported?: boolean | undefined;
227
226
  readonly arrowOffset?: number | undefined;
228
227
  readonly gpuAcceleration?: boolean | undefined;
229
- readonly fallbackPlacements?: Placement[] | undefined;
230
- readonly popperOptions?: any;
228
+ readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
229
+ readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
231
230
  readonly pure?: boolean | undefined;
232
231
  readonly boundariesPadding?: number | undefined;
233
232
  readonly enterable?: boolean | undefined;
@@ -242,6 +241,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
242
241
  readonly virtualRef?: import("..").Measurable | undefined;
243
242
  readonly rawContent?: boolean | undefined;
244
243
  readonly persistent?: boolean | undefined;
244
+ readonly teleported?: boolean | undefined;
245
245
  readonly triggerKeys?: string[] | undefined;
246
246
  readonly showArrow?: boolean | undefined;
247
247
  onClose?: ((...args: any[]) => any) | undefined;
@@ -297,7 +297,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
297
297
  type: globalThis.PropType<number>;
298
298
  };
299
299
  fallbackPlacements: {
300
- type: globalThis.PropType<Placement[]>;
300
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
301
301
  };
302
302
  gpuAcceleration: {
303
303
  type: globalThis.PropType<boolean>;
@@ -306,13 +306,13 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
306
306
  type: globalThis.PropType<number>;
307
307
  };
308
308
  placement: {
309
- type: globalThis.PropType<any>;
309
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
310
310
  };
311
311
  popperOptions: {
312
- type: globalThis.PropType<any>;
312
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
313
313
  };
314
314
  strategy: {
315
- type: globalThis.PropType<"absolute" | "fixed">;
315
+ type: globalThis.PropType<"fixed" | "absolute">;
316
316
  };
317
317
  style: {
318
318
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -460,7 +460,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
460
460
  type: globalThis.PropType<number>;
461
461
  };
462
462
  fallbackPlacements: {
463
- type: globalThis.PropType<Placement[]>;
463
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
464
464
  };
465
465
  gpuAcceleration: {
466
466
  type: globalThis.PropType<boolean>;
@@ -469,13 +469,13 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
469
469
  type: globalThis.PropType<number>;
470
470
  };
471
471
  placement: {
472
- type: globalThis.PropType<any>;
472
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
473
473
  };
474
474
  popperOptions: {
475
- type: globalThis.PropType<any>;
475
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
476
476
  };
477
477
  strategy: {
478
- type: globalThis.PropType<"absolute" | "fixed">;
478
+ type: globalThis.PropType<"fixed" | "absolute">;
479
479
  };
480
480
  style: {
481
481
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -644,7 +644,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
644
644
  type: globalThis.PropType<number>;
645
645
  };
646
646
  fallbackPlacements: {
647
- type: globalThis.PropType<Placement[]>;
647
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
648
648
  };
649
649
  gpuAcceleration: {
650
650
  type: globalThis.PropType<boolean>;
@@ -653,13 +653,13 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
653
653
  type: globalThis.PropType<number>;
654
654
  };
655
655
  placement: {
656
- type: globalThis.PropType<any>;
656
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
657
657
  };
658
658
  popperOptions: {
659
- type: globalThis.PropType<any>;
659
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
660
660
  };
661
661
  strategy: {
662
- type: globalThis.PropType<"absolute" | "fixed">;
662
+ type: globalThis.PropType<"fixed" | "absolute">;
663
663
  };
664
664
  style: {
665
665
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -777,7 +777,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
777
777
  created?: boolean | undefined;
778
778
  value: any;
779
779
  }[]>;
780
- debouncedOnInputChange: any;
780
+ debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
781
781
  deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
782
782
  getLabel: (item: unknown) => any;
783
783
  getValueKey: (item: unknown) => any;
@@ -800,7 +800,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
800
800
  handleCompositionStart: () => void;
801
801
  handleCompositionEnd: (event: any) => void;
802
802
  handleCompositionUpdate: (event: any) => void;
803
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag")[], "clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
803
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
804
804
  allowCreate: BooleanConstructor;
805
805
  autocomplete: {
806
806
  type: globalThis.PropType<"both" | "none" | "inline" | "list">;
@@ -875,8 +875,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
875
875
  default: string;
876
876
  };
877
877
  popperOptions: {
878
- type: globalThis.PropType<Options>;
879
- default: () => Options;
878
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
879
+ default: () => Partial<import("@popperjs/core").Options>;
880
880
  };
881
881
  remote: BooleanConstructor;
882
882
  size: {
@@ -895,29 +895,29 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
895
895
  default: boolean;
896
896
  };
897
897
  placement: {
898
- type: globalThis.PropType<Placement>;
899
- values: any;
898
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
899
+ values: import("@popperjs/core").Placement[];
900
900
  default: string;
901
901
  };
902
902
  }>> & {
903
- onBlur?: ((...args: any[]) => any) | undefined;
904
903
  onChange?: ((...args: any[]) => any) | undefined;
904
+ onBlur?: ((...args: any[]) => any) | undefined;
905
905
  onFocus?: ((...args: any[]) => any) | undefined;
906
- onClear?: ((...args: any[]) => any) | undefined;
907
906
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
907
+ onClear?: ((...args: any[]) => any) | undefined;
908
908
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
909
909
  "onRemove-tag"?: ((...args: any[]) => any) | undefined;
910
910
  }, {
911
911
  height: number;
912
- placement: Placement;
912
+ placement: import("@popperjs/core").Placement;
913
+ effect: string;
913
914
  disabled: boolean;
914
915
  loading: boolean;
915
- effect: string;
916
916
  autocomplete: "both" | "none" | "inline" | "list";
917
917
  clearable: boolean;
918
918
  validateEvent: boolean;
919
919
  multiple: boolean;
920
- popperOptions: Options;
920
+ popperOptions: Partial<import("@popperjs/core").Options>;
921
921
  popperClass: string;
922
922
  persistent: boolean;
923
923
  valueKey: string;
@@ -1011,8 +1011,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1011
1011
  default: string;
1012
1012
  };
1013
1013
  popperOptions: {
1014
- type: globalThis.PropType<Options>;
1015
- default: () => Options;
1014
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1015
+ default: () => Partial<import("@popperjs/core").Options>;
1016
1016
  };
1017
1017
  remote: BooleanConstructor;
1018
1018
  size: {
@@ -1031,8 +1031,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1031
1031
  default: boolean;
1032
1032
  };
1033
1033
  placement: {
1034
- type: globalThis.PropType<Placement>;
1035
- values: any;
1034
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
1035
+ values: import("@popperjs/core").Placement[];
1036
1036
  default: string;
1037
1037
  };
1038
1038
  }, {
@@ -1149,8 +1149,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1149
1149
  readonly showAfter?: number | undefined;
1150
1150
  readonly hideAfter?: number | undefined;
1151
1151
  readonly open?: boolean | undefined;
1152
- readonly placement?: any;
1153
- readonly strategy?: "absolute" | "fixed" | undefined;
1152
+ readonly placement?: import("@popperjs/core").Placement | undefined;
1153
+ readonly strategy?: "fixed" | "absolute" | undefined;
1154
+ readonly effect?: "light" | "dark" | undefined;
1154
1155
  readonly id?: string | undefined;
1155
1156
  readonly className?: import("../types").ClassType | undefined;
1156
1157
  readonly ariaLabel?: string | undefined;
@@ -1159,12 +1160,10 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1159
1160
  readonly trigger?: import("..").TooltipTriggerType | undefined;
1160
1161
  readonly appendTo?: any;
1161
1162
  readonly visible?: boolean | undefined;
1162
- readonly effect?: "light" | "dark" | undefined;
1163
- readonly teleported?: boolean | undefined;
1164
1163
  readonly arrowOffset?: number | undefined;
1165
1164
  readonly gpuAcceleration?: boolean | undefined;
1166
- readonly fallbackPlacements?: Placement[] | undefined;
1167
- readonly popperOptions?: any;
1165
+ readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
1166
+ readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
1168
1167
  readonly pure?: boolean | undefined;
1169
1168
  readonly boundariesPadding?: number | undefined;
1170
1169
  readonly enterable?: boolean | undefined;
@@ -1179,6 +1178,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1179
1178
  readonly virtualRef?: import("..").Measurable | undefined;
1180
1179
  readonly rawContent?: boolean | undefined;
1181
1180
  readonly persistent?: boolean | undefined;
1181
+ readonly teleported?: boolean | undefined;
1182
1182
  readonly triggerKeys?: string[] | undefined;
1183
1183
  readonly showArrow?: boolean | undefined;
1184
1184
  onClose?: ((...args: any[]) => any) | undefined;
@@ -1234,7 +1234,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1234
1234
  type: globalThis.PropType<number>;
1235
1235
  };
1236
1236
  fallbackPlacements: {
1237
- type: globalThis.PropType<Placement[]>;
1237
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1238
1238
  };
1239
1239
  gpuAcceleration: {
1240
1240
  type: globalThis.PropType<boolean>;
@@ -1243,13 +1243,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1243
1243
  type: globalThis.PropType<number>;
1244
1244
  };
1245
1245
  placement: {
1246
- type: globalThis.PropType<any>;
1246
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
1247
1247
  };
1248
1248
  popperOptions: {
1249
- type: globalThis.PropType<any>;
1249
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1250
1250
  };
1251
1251
  strategy: {
1252
- type: globalThis.PropType<"absolute" | "fixed">;
1252
+ type: globalThis.PropType<"fixed" | "absolute">;
1253
1253
  };
1254
1254
  style: {
1255
1255
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -1397,7 +1397,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1397
1397
  type: globalThis.PropType<number>;
1398
1398
  };
1399
1399
  fallbackPlacements: {
1400
- type: globalThis.PropType<Placement[]>;
1400
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1401
1401
  };
1402
1402
  gpuAcceleration: {
1403
1403
  type: globalThis.PropType<boolean>;
@@ -1406,13 +1406,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1406
1406
  type: globalThis.PropType<number>;
1407
1407
  };
1408
1408
  placement: {
1409
- type: globalThis.PropType<any>;
1409
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
1410
1410
  };
1411
1411
  popperOptions: {
1412
- type: globalThis.PropType<any>;
1412
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1413
1413
  };
1414
1414
  strategy: {
1415
- type: globalThis.PropType<"absolute" | "fixed">;
1415
+ type: globalThis.PropType<"fixed" | "absolute">;
1416
1416
  };
1417
1417
  style: {
1418
1418
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -1581,7 +1581,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1581
1581
  type: globalThis.PropType<number>;
1582
1582
  };
1583
1583
  fallbackPlacements: {
1584
- type: globalThis.PropType<Placement[]>;
1584
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1585
1585
  };
1586
1586
  gpuAcceleration: {
1587
1587
  type: globalThis.PropType<boolean>;
@@ -1590,13 +1590,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1590
1590
  type: globalThis.PropType<number>;
1591
1591
  };
1592
1592
  placement: {
1593
- type: globalThis.PropType<any>;
1593
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
1594
1594
  };
1595
1595
  popperOptions: {
1596
- type: globalThis.PropType<any>;
1596
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1597
1597
  };
1598
1598
  strategy: {
1599
- type: globalThis.PropType<"absolute" | "fixed">;
1599
+ type: globalThis.PropType<"fixed" | "absolute">;
1600
1600
  };
1601
1601
  style: {
1602
1602
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -1714,7 +1714,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1714
1714
  created?: boolean | undefined;
1715
1715
  value: any;
1716
1716
  }[]>;
1717
- debouncedOnInputChange: any;
1717
+ debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
1718
1718
  deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
1719
1719
  getLabel: (item: unknown) => any;
1720
1720
  getValueKey: (item: unknown) => any;
@@ -1737,7 +1737,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1737
1737
  handleCompositionStart: () => void;
1738
1738
  handleCompositionEnd: (event: any) => void;
1739
1739
  handleCompositionUpdate: (event: any) => void;
1740
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag")[], "clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
1740
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
1741
1741
  allowCreate: BooleanConstructor;
1742
1742
  autocomplete: {
1743
1743
  type: globalThis.PropType<"both" | "none" | "inline" | "list">;
@@ -1812,8 +1812,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1812
1812
  default: string;
1813
1813
  };
1814
1814
  popperOptions: {
1815
- type: globalThis.PropType<Options>;
1816
- default: () => Options;
1815
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1816
+ default: () => Partial<import("@popperjs/core").Options>;
1817
1817
  };
1818
1818
  remote: BooleanConstructor;
1819
1819
  size: {
@@ -1832,29 +1832,29 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
1832
1832
  default: boolean;
1833
1833
  };
1834
1834
  placement: {
1835
- type: globalThis.PropType<Placement>;
1836
- values: any;
1835
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
1836
+ values: import("@popperjs/core").Placement[];
1837
1837
  default: string;
1838
1838
  };
1839
1839
  }>> & {
1840
- onBlur?: ((...args: any[]) => any) | undefined;
1841
1840
  onChange?: ((...args: any[]) => any) | undefined;
1841
+ onBlur?: ((...args: any[]) => any) | undefined;
1842
1842
  onFocus?: ((...args: any[]) => any) | undefined;
1843
- onClear?: ((...args: any[]) => any) | undefined;
1844
1843
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1844
+ onClear?: ((...args: any[]) => any) | undefined;
1845
1845
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
1846
1846
  "onRemove-tag"?: ((...args: any[]) => any) | undefined;
1847
1847
  }, {
1848
1848
  height: number;
1849
- placement: Placement;
1849
+ placement: import("@popperjs/core").Placement;
1850
+ effect: string;
1850
1851
  disabled: boolean;
1851
1852
  loading: boolean;
1852
- effect: string;
1853
1853
  autocomplete: "both" | "none" | "inline" | "list";
1854
1854
  clearable: boolean;
1855
1855
  validateEvent: boolean;
1856
1856
  multiple: boolean;
1857
- popperOptions: Options;
1857
+ popperOptions: Partial<import("@popperjs/core").Options>;
1858
1858
  popperClass: string;
1859
1859
  persistent: boolean;
1860
1860
  valueKey: string;
@@ -73,8 +73,8 @@ declare const _default: import("vue").DefineComponent<{
73
73
  default: string;
74
74
  };
75
75
  popperOptions: {
76
- type: globalThis.PropType<Options>;
77
- default: () => Options;
76
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
77
+ default: () => Partial<import("@popperjs/core").Options>;
78
78
  };
79
79
  remote: BooleanConstructor;
80
80
  size: {
@@ -93,8 +93,8 @@ declare const _default: import("vue").DefineComponent<{
93
93
  default: boolean;
94
94
  };
95
95
  placement: {
96
- type: globalThis.PropType<Placement>;
97
- values: any;
96
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
97
+ values: import("@popperjs/core").Placement[];
98
98
  default: string;
99
99
  };
100
100
  }, {
@@ -211,8 +211,9 @@ declare const _default: import("vue").DefineComponent<{
211
211
  readonly showAfter?: number | undefined;
212
212
  readonly hideAfter?: number | undefined;
213
213
  readonly open?: boolean | undefined;
214
- readonly placement?: any;
215
- readonly strategy?: "absolute" | "fixed" | undefined;
214
+ readonly placement?: import("@popperjs/core").Placement | undefined;
215
+ readonly strategy?: "fixed" | "absolute" | undefined;
216
+ readonly effect?: "light" | "dark" | undefined;
216
217
  readonly id?: string | undefined;
217
218
  readonly className?: import("../types").ClassType | undefined;
218
219
  readonly ariaLabel?: string | undefined;
@@ -221,12 +222,10 @@ declare const _default: import("vue").DefineComponent<{
221
222
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
222
223
  readonly appendTo?: any;
223
224
  readonly visible?: boolean | undefined;
224
- readonly effect?: "light" | "dark" | undefined;
225
- readonly teleported?: boolean | undefined;
226
225
  readonly arrowOffset?: number | undefined;
227
226
  readonly gpuAcceleration?: boolean | undefined;
228
- readonly fallbackPlacements?: Placement[] | undefined;
229
- readonly popperOptions?: any;
227
+ readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
228
+ readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
230
229
  readonly pure?: boolean | undefined;
231
230
  readonly boundariesPadding?: number | undefined;
232
231
  readonly enterable?: boolean | undefined;
@@ -241,6 +240,7 @@ declare const _default: import("vue").DefineComponent<{
241
240
  readonly virtualRef?: import("..").Measurable | undefined;
242
241
  readonly rawContent?: boolean | undefined;
243
242
  readonly persistent?: boolean | undefined;
243
+ readonly teleported?: boolean | undefined;
244
244
  readonly triggerKeys?: string[] | undefined;
245
245
  readonly showArrow?: boolean | undefined;
246
246
  onClose?: ((...args: any[]) => any) | undefined;
@@ -296,7 +296,7 @@ declare const _default: import("vue").DefineComponent<{
296
296
  type: globalThis.PropType<number>;
297
297
  };
298
298
  fallbackPlacements: {
299
- type: globalThis.PropType<Placement[]>;
299
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
300
300
  };
301
301
  gpuAcceleration: {
302
302
  type: globalThis.PropType<boolean>;
@@ -305,13 +305,13 @@ declare const _default: import("vue").DefineComponent<{
305
305
  type: globalThis.PropType<number>;
306
306
  };
307
307
  placement: {
308
- type: globalThis.PropType<any>;
308
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
309
309
  };
310
310
  popperOptions: {
311
- type: globalThis.PropType<any>;
311
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
312
312
  };
313
313
  strategy: {
314
- type: globalThis.PropType<"absolute" | "fixed">;
314
+ type: globalThis.PropType<"fixed" | "absolute">;
315
315
  };
316
316
  style: {
317
317
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -459,7 +459,7 @@ declare const _default: import("vue").DefineComponent<{
459
459
  type: globalThis.PropType<number>;
460
460
  };
461
461
  fallbackPlacements: {
462
- type: globalThis.PropType<Placement[]>;
462
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
463
463
  };
464
464
  gpuAcceleration: {
465
465
  type: globalThis.PropType<boolean>;
@@ -468,13 +468,13 @@ declare const _default: import("vue").DefineComponent<{
468
468
  type: globalThis.PropType<number>;
469
469
  };
470
470
  placement: {
471
- type: globalThis.PropType<any>;
471
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
472
472
  };
473
473
  popperOptions: {
474
- type: globalThis.PropType<any>;
474
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
475
475
  };
476
476
  strategy: {
477
- type: globalThis.PropType<"absolute" | "fixed">;
477
+ type: globalThis.PropType<"fixed" | "absolute">;
478
478
  };
479
479
  style: {
480
480
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -643,7 +643,7 @@ declare const _default: import("vue").DefineComponent<{
643
643
  type: globalThis.PropType<number>;
644
644
  };
645
645
  fallbackPlacements: {
646
- type: globalThis.PropType<Placement[]>;
646
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
647
647
  };
648
648
  gpuAcceleration: {
649
649
  type: globalThis.PropType<boolean>;
@@ -652,13 +652,13 @@ declare const _default: import("vue").DefineComponent<{
652
652
  type: globalThis.PropType<number>;
653
653
  };
654
654
  placement: {
655
- type: globalThis.PropType<any>;
655
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
656
656
  };
657
657
  popperOptions: {
658
- type: globalThis.PropType<any>;
658
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
659
659
  };
660
660
  strategy: {
661
- type: globalThis.PropType<"absolute" | "fixed">;
661
+ type: globalThis.PropType<"fixed" | "absolute">;
662
662
  };
663
663
  style: {
664
664
  type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
@@ -776,7 +776,7 @@ declare const _default: import("vue").DefineComponent<{
776
776
  created?: boolean | undefined;
777
777
  value: any;
778
778
  }[]>;
779
- debouncedOnInputChange: any;
779
+ debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
780
780
  deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
781
781
  getLabel: (item: unknown) => any;
782
782
  getValueKey: (item: unknown) => any;
@@ -799,7 +799,7 @@ declare const _default: import("vue").DefineComponent<{
799
799
  handleCompositionStart: () => void;
800
800
  handleCompositionEnd: (event: any) => void;
801
801
  handleCompositionUpdate: (event: any) => void;
802
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag")[], "clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
802
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
803
803
  allowCreate: BooleanConstructor;
804
804
  autocomplete: {
805
805
  type: globalThis.PropType<"both" | "none" | "inline" | "list">;
@@ -874,8 +874,8 @@ declare const _default: import("vue").DefineComponent<{
874
874
  default: string;
875
875
  };
876
876
  popperOptions: {
877
- type: globalThis.PropType<Options>;
878
- default: () => Options;
877
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
878
+ default: () => Partial<import("@popperjs/core").Options>;
879
879
  };
880
880
  remote: BooleanConstructor;
881
881
  size: {
@@ -894,29 +894,29 @@ declare const _default: import("vue").DefineComponent<{
894
894
  default: boolean;
895
895
  };
896
896
  placement: {
897
- type: globalThis.PropType<Placement>;
898
- values: any;
897
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
898
+ values: import("@popperjs/core").Placement[];
899
899
  default: string;
900
900
  };
901
901
  }>> & {
902
- onBlur?: ((...args: any[]) => any) | undefined;
903
902
  onChange?: ((...args: any[]) => any) | undefined;
903
+ onBlur?: ((...args: any[]) => any) | undefined;
904
904
  onFocus?: ((...args: any[]) => any) | undefined;
905
- onClear?: ((...args: any[]) => any) | undefined;
906
905
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
906
+ onClear?: ((...args: any[]) => any) | undefined;
907
907
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
908
908
  "onRemove-tag"?: ((...args: any[]) => any) | undefined;
909
909
  }, {
910
910
  height: number;
911
- placement: Placement;
911
+ placement: import("@popperjs/core").Placement;
912
+ effect: string;
912
913
  disabled: boolean;
913
914
  loading: boolean;
914
- effect: string;
915
915
  autocomplete: "both" | "none" | "inline" | "list";
916
916
  clearable: boolean;
917
917
  validateEvent: boolean;
918
918
  multiple: boolean;
919
- popperOptions: Options;
919
+ popperOptions: Partial<import("@popperjs/core").Options>;
920
920
  popperClass: string;
921
921
  persistent: boolean;
922
922
  valueKey: string;