vft 0.0.310 → 0.0.312

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 (150) hide show
  1. package/es/components/affix/affix.d.ts +1 -1
  2. package/es/components/affix/affix.vue.d.ts +3 -3
  3. package/es/components/affix/index.d.ts +6 -6
  4. package/es/components/autocomplete/autocomplete.vue.d.ts +7 -7
  5. package/es/components/autocomplete/index.d.ts +20 -20
  6. package/es/components/avatar/index.d.ts +3 -3
  7. package/es/components/button/button.vue.d.ts +1 -1
  8. package/es/components/button/index.d.ts +21 -21
  9. package/es/components/button/use-button.d.ts +1 -1
  10. package/es/components/cascader/cascader.d.ts +2 -2
  11. package/es/components/cascader/cascader.vue.d.ts +6 -6
  12. package/es/components/checkbox/index.d.ts +36 -36
  13. package/es/components/col/col.vue.d.ts +1 -1
  14. package/es/components/col/index.d.ts +9 -9
  15. package/es/components/collapse/collapse-item.vue.d.ts +1 -1
  16. package/es/components/color-picker/index.d.ts +6 -6
  17. package/es/components/date-picker/date-picker.d.ts +6 -6
  18. package/es/components/date-picker/index.d.ts +12 -12
  19. package/es/components/date-picker/props/date-picker.d.ts +2 -2
  20. package/es/components/divider/index.d.ts +3 -3
  21. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +59 -101
  22. package/es/components/dropdown/dropdown-item-impl.vue.js +2 -31
  23. package/es/components/dropdown/dropdown-item-impl.vue2.js +71 -57
  24. package/es/components/dropdown/dropdown-item.vue.d.ts +61 -0
  25. package/es/components/dropdown/dropdown-item.vue.js +2 -33
  26. package/es/components/dropdown/dropdown-item.vue2.js +60 -51
  27. package/es/components/dropdown/dropdown-menu.vue.d.ts +21 -20
  28. package/es/components/dropdown/dropdown-menu.vue.js +2 -22
  29. package/es/components/dropdown/dropdown-menu.vue2.js +70 -65
  30. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  31. package/es/components/dropdown/index.d.ts +596 -0
  32. package/es/components/dropdown/index.js +8 -8
  33. package/es/components/form/form-item.vue.d.ts +1 -1
  34. package/es/components/form/index.d.ts +39 -39
  35. package/es/components/input/index.d.ts +8 -8
  36. package/es/components/input/input.vue.d.ts +2 -2
  37. package/es/components/input-number/index.d.ts +3 -3
  38. package/es/components/input-number/input-number.vue.d.ts +1 -1
  39. package/es/components/input-tag/input-tag.d.ts +1 -1
  40. package/es/components/input-tag/input-tag.vue.d.ts +4 -4
  41. package/es/components/popconfirm/index.d.ts +15 -15
  42. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  43. package/es/components/popper/composables/use-content.d.ts +3 -3
  44. package/es/components/radio/index.d.ts +42 -42
  45. package/es/components/radio/radio.d.ts +1 -1
  46. package/es/components/radio/radio.vue.d.ts +5 -5
  47. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  48. package/es/components/search/index.d.ts +3 -3
  49. package/es/components/search/search.vue.d.ts +1 -1
  50. package/es/components/segmented/index.d.ts +6 -6
  51. package/es/components/segmented/segmented.d.ts +1 -1
  52. package/es/components/segmented/segmented.vue.d.ts +3 -3
  53. package/es/components/select/index.d.ts +9 -9
  54. package/es/components/select/select.vue.d.ts +9 -9
  55. package/es/components/select/useSelect.d.ts +8 -8
  56. package/es/components/slider/index.d.ts +1 -1
  57. package/es/components/slider/slider.vue.d.ts +1 -1
  58. package/es/components/space/index.d.ts +3 -3
  59. package/es/components/space/space.d.ts +4 -4
  60. package/es/components/switch/index.d.ts +15 -15
  61. package/es/components/switch/switch.vue.d.ts +3 -3
  62. package/es/components/tabs/index.d.ts +2 -2
  63. package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  64. package/es/components/time-picker/common/picker.vue.d.ts +6 -6
  65. package/es/components/time-picker/common/props.d.ts +2 -2
  66. package/es/components/time-picker/index.d.ts +12 -12
  67. package/es/components/time-picker/time-picker.d.ts +6 -6
  68. package/es/components/time-select/time-select.vue.d.ts +1 -1
  69. package/es/components/timeline/index.d.ts +6 -6
  70. package/es/components/tree/tree-node.vue.d.ts +27 -27
  71. package/es/components/upload/index.d.ts +18 -18
  72. package/es/hooks/use-popper/index.d.ts +3 -3
  73. package/es/package.json.d.ts +1 -1
  74. package/es/package.json.js +1 -1
  75. package/lib/components/affix/affix.d.ts +1 -1
  76. package/lib/components/affix/affix.vue.d.ts +3 -3
  77. package/lib/components/affix/index.d.ts +6 -6
  78. package/lib/components/autocomplete/autocomplete.vue.d.ts +7 -7
  79. package/lib/components/autocomplete/index.d.ts +20 -20
  80. package/lib/components/avatar/index.d.ts +3 -3
  81. package/lib/components/button/button.vue.d.ts +1 -1
  82. package/lib/components/button/index.d.ts +21 -21
  83. package/lib/components/button/use-button.d.ts +1 -1
  84. package/lib/components/cascader/cascader.d.ts +2 -2
  85. package/lib/components/cascader/cascader.vue.d.ts +6 -6
  86. package/lib/components/checkbox/index.d.ts +36 -36
  87. package/lib/components/col/col.vue.d.ts +1 -1
  88. package/lib/components/col/index.d.ts +9 -9
  89. package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
  90. package/lib/components/color-picker/index.d.ts +6 -6
  91. package/lib/components/date-picker/date-picker.d.ts +6 -6
  92. package/lib/components/date-picker/index.d.ts +12 -12
  93. package/lib/components/date-picker/props/date-picker.d.ts +2 -2
  94. package/lib/components/divider/index.d.ts +3 -3
  95. package/lib/components/dropdown/dropdown-item-impl.vue.cjs +1 -1
  96. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +59 -101
  97. package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
  98. package/lib/components/dropdown/dropdown-item.vue.cjs +1 -1
  99. package/lib/components/dropdown/dropdown-item.vue.d.ts +61 -0
  100. package/lib/components/dropdown/dropdown-item.vue2.cjs +1 -1
  101. package/lib/components/dropdown/dropdown-menu.vue.cjs +1 -1
  102. package/lib/components/dropdown/dropdown-menu.vue.d.ts +21 -20
  103. package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
  104. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  105. package/lib/components/dropdown/index.cjs +1 -1
  106. package/lib/components/dropdown/index.d.ts +596 -0
  107. package/lib/components/form/form-item.vue.d.ts +1 -1
  108. package/lib/components/form/index.d.ts +39 -39
  109. package/lib/components/input/index.d.ts +8 -8
  110. package/lib/components/input/input.vue.d.ts +2 -2
  111. package/lib/components/input-number/index.d.ts +3 -3
  112. package/lib/components/input-number/input-number.vue.d.ts +1 -1
  113. package/lib/components/input-tag/input-tag.d.ts +1 -1
  114. package/lib/components/input-tag/input-tag.vue.d.ts +4 -4
  115. package/lib/components/popconfirm/index.d.ts +15 -15
  116. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  117. package/lib/components/popper/composables/use-content.d.ts +3 -3
  118. package/lib/components/radio/index.d.ts +42 -42
  119. package/lib/components/radio/radio.d.ts +1 -1
  120. package/lib/components/radio/radio.vue.d.ts +5 -5
  121. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  122. package/lib/components/search/index.d.ts +3 -3
  123. package/lib/components/search/search.vue.d.ts +1 -1
  124. package/lib/components/segmented/index.d.ts +6 -6
  125. package/lib/components/segmented/segmented.d.ts +1 -1
  126. package/lib/components/segmented/segmented.vue.d.ts +3 -3
  127. package/lib/components/select/index.d.ts +9 -9
  128. package/lib/components/select/select.vue.d.ts +9 -9
  129. package/lib/components/select/useSelect.d.ts +8 -8
  130. package/lib/components/slider/index.d.ts +1 -1
  131. package/lib/components/slider/slider.vue.d.ts +1 -1
  132. package/lib/components/space/index.d.ts +3 -3
  133. package/lib/components/space/space.d.ts +4 -4
  134. package/lib/components/switch/index.d.ts +15 -15
  135. package/lib/components/switch/switch.vue.d.ts +3 -3
  136. package/lib/components/tabs/index.d.ts +2 -2
  137. package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  138. package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
  139. package/lib/components/time-picker/common/props.d.ts +2 -2
  140. package/lib/components/time-picker/index.d.ts +12 -12
  141. package/lib/components/time-picker/time-picker.d.ts +6 -6
  142. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  143. package/lib/components/timeline/index.d.ts +6 -6
  144. package/lib/components/tree/tree-node.vue.d.ts +27 -27
  145. package/lib/components/upload/index.d.ts +18 -18
  146. package/lib/hooks/use-popper/index.d.ts +3 -3
  147. package/lib/package.json.cjs +1 -1
  148. package/lib/package.json.d.ts +1 -1
  149. package/package.json +4 -4
  150. package/web-types.json +1 -1
@@ -0,0 +1,596 @@
1
+ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
+ maxHeight: {
4
+ type: import("vue").PropType<string | number>;
5
+ default: string;
6
+ };
7
+ type: {
8
+ type: import("vue").PropType<import("vft/es/vft").ButtonType>;
9
+ };
10
+ id: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ role: {
14
+ type: import("vue").PropType<string>;
15
+ default: string;
16
+ };
17
+ disabled: {
18
+ type: import("vue").PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ size: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ placement: {
25
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
26
+ default: string;
27
+ };
28
+ effect: {
29
+ type: import("vue").PropType<"light" | "dark">;
30
+ default: string;
31
+ };
32
+ tabindex: {
33
+ type: import("vue").PropType<string | number>;
34
+ default: number;
35
+ };
36
+ trigger: {
37
+ type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
38
+ default: string;
39
+ };
40
+ teleported: {
41
+ type: import("vue").PropType<boolean>;
42
+ default: boolean;
43
+ };
44
+ loop: {
45
+ type: import("vue").PropType<boolean>;
46
+ default: boolean;
47
+ };
48
+ popperOptions: {
49
+ type: import("vue").PropType<import("@popperjs/core").Options>;
50
+ };
51
+ popperClass: {
52
+ type: import("vue").PropType<string>;
53
+ default: string;
54
+ };
55
+ showTimeout: {
56
+ type: import("vue").PropType<number>;
57
+ default: number;
58
+ };
59
+ hideTimeout: {
60
+ type: import("vue").PropType<number>;
61
+ default: number;
62
+ };
63
+ splitButton: {
64
+ type: import("vue").PropType<boolean>;
65
+ };
66
+ hideOnClick: {
67
+ type: import("vue").PropType<boolean>;
68
+ default: boolean;
69
+ };
70
+ buttonProps: ButtonProps;
71
+ }>> & Readonly<{
72
+ onClick?: ((val: MouseEvent) => any) | undefined;
73
+ "onVisible-change"?: ((val: boolean) => any) | undefined;
74
+ onCommand?: ((val: string) => any) | undefined;
75
+ }>, {
76
+ handleClose: () => void;
77
+ handleOpen: () => void;
78
+ onFocusAfterTrapped: (e: Event) => void;
79
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
+ "visible-change": (val: boolean) => void;
81
+ command: (val: string) => void;
82
+ click: (val: MouseEvent) => void;
83
+ }, import("vue").PublicProps, {
84
+ maxHeight: number | string;
85
+ role: string;
86
+ disabled: boolean;
87
+ placement: import("@popperjs/core").Placement;
88
+ effect: "light" | "dark";
89
+ tabindex: number | string;
90
+ trigger: import("vft/es/vft").TooltipTriggerType;
91
+ teleported: boolean;
92
+ loop: boolean;
93
+ popperClass: string;
94
+ showTimeout: number;
95
+ hideTimeout: number;
96
+ hideOnClick: boolean;
97
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
98
+ P: {};
99
+ B: {};
100
+ D: {};
101
+ C: {};
102
+ M: {};
103
+ Defaults: {};
104
+ }, Readonly<import("vue").ExtractPropTypes<{
105
+ maxHeight: {
106
+ type: import("vue").PropType<string | number>;
107
+ default: string;
108
+ };
109
+ type: {
110
+ type: import("vue").PropType<import("vft/es/vft").ButtonType>;
111
+ };
112
+ id: {
113
+ type: import("vue").PropType<string>;
114
+ };
115
+ role: {
116
+ type: import("vue").PropType<string>;
117
+ default: string;
118
+ };
119
+ disabled: {
120
+ type: import("vue").PropType<boolean>;
121
+ default: boolean;
122
+ };
123
+ size: {
124
+ type: import("vue").PropType<string>;
125
+ };
126
+ placement: {
127
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
128
+ default: string;
129
+ };
130
+ effect: {
131
+ type: import("vue").PropType<"light" | "dark">;
132
+ default: string;
133
+ };
134
+ tabindex: {
135
+ type: import("vue").PropType<string | number>;
136
+ default: number;
137
+ };
138
+ trigger: {
139
+ type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
140
+ default: string;
141
+ };
142
+ teleported: {
143
+ type: import("vue").PropType<boolean>;
144
+ default: boolean;
145
+ };
146
+ loop: {
147
+ type: import("vue").PropType<boolean>;
148
+ default: boolean;
149
+ };
150
+ popperOptions: {
151
+ type: import("vue").PropType<import("@popperjs/core").Options>;
152
+ };
153
+ popperClass: {
154
+ type: import("vue").PropType<string>;
155
+ default: string;
156
+ };
157
+ showTimeout: {
158
+ type: import("vue").PropType<number>;
159
+ default: number;
160
+ };
161
+ hideTimeout: {
162
+ type: import("vue").PropType<number>;
163
+ default: number;
164
+ };
165
+ splitButton: {
166
+ type: import("vue").PropType<boolean>;
167
+ };
168
+ hideOnClick: {
169
+ type: import("vue").PropType<boolean>;
170
+ default: boolean;
171
+ };
172
+ buttonProps: ButtonProps;
173
+ }>> & Readonly<{
174
+ onClick?: ((val: MouseEvent) => any) | undefined;
175
+ "onVisible-change"?: ((val: boolean) => any) | undefined;
176
+ onCommand?: ((val: string) => any) | undefined;
177
+ }>, {
178
+ handleClose: () => void;
179
+ handleOpen: () => void;
180
+ onFocusAfterTrapped: (e: Event) => void;
181
+ }, {}, {}, {}, {
182
+ maxHeight: number | string;
183
+ role: string;
184
+ disabled: boolean;
185
+ placement: import("@popperjs/core").Placement;
186
+ effect: "light" | "dark";
187
+ tabindex: number | string;
188
+ trigger: import("vft/es/vft").TooltipTriggerType;
189
+ teleported: boolean;
190
+ loop: boolean;
191
+ popperClass: string;
192
+ showTimeout: number;
193
+ hideTimeout: number;
194
+ hideOnClick: boolean;
195
+ }>;
196
+ __isFragment?: never;
197
+ __isTeleport?: never;
198
+ __isSuspense?: never;
199
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
200
+ maxHeight: {
201
+ type: import("vue").PropType<string | number>;
202
+ default: string;
203
+ };
204
+ type: {
205
+ type: import("vue").PropType<import("vft/es/vft").ButtonType>;
206
+ };
207
+ id: {
208
+ type: import("vue").PropType<string>;
209
+ };
210
+ role: {
211
+ type: import("vue").PropType<string>;
212
+ default: string;
213
+ };
214
+ disabled: {
215
+ type: import("vue").PropType<boolean>;
216
+ default: boolean;
217
+ };
218
+ size: {
219
+ type: import("vue").PropType<string>;
220
+ };
221
+ placement: {
222
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
223
+ default: string;
224
+ };
225
+ effect: {
226
+ type: import("vue").PropType<"light" | "dark">;
227
+ default: string;
228
+ };
229
+ tabindex: {
230
+ type: import("vue").PropType<string | number>;
231
+ default: number;
232
+ };
233
+ trigger: {
234
+ type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
235
+ default: string;
236
+ };
237
+ teleported: {
238
+ type: import("vue").PropType<boolean>;
239
+ default: boolean;
240
+ };
241
+ loop: {
242
+ type: import("vue").PropType<boolean>;
243
+ default: boolean;
244
+ };
245
+ popperOptions: {
246
+ type: import("vue").PropType<import("@popperjs/core").Options>;
247
+ };
248
+ popperClass: {
249
+ type: import("vue").PropType<string>;
250
+ default: string;
251
+ };
252
+ showTimeout: {
253
+ type: import("vue").PropType<number>;
254
+ default: number;
255
+ };
256
+ hideTimeout: {
257
+ type: import("vue").PropType<number>;
258
+ default: number;
259
+ };
260
+ splitButton: {
261
+ type: import("vue").PropType<boolean>;
262
+ };
263
+ hideOnClick: {
264
+ type: import("vue").PropType<boolean>;
265
+ default: boolean;
266
+ };
267
+ buttonProps: ButtonProps;
268
+ }>> & Readonly<{
269
+ onClick?: ((val: MouseEvent) => any) | undefined;
270
+ "onVisible-change"?: ((val: boolean) => any) | undefined;
271
+ onCommand?: ((val: string) => any) | undefined;
272
+ }>, {
273
+ handleClose: () => void;
274
+ handleOpen: () => void;
275
+ onFocusAfterTrapped: (e: Event) => void;
276
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
277
+ "visible-change": (val: boolean) => void;
278
+ command: (val: string) => void;
279
+ click: (val: MouseEvent) => void;
280
+ }, string, {
281
+ maxHeight: number | string;
282
+ role: string;
283
+ disabled: boolean;
284
+ placement: import("@popperjs/core").Placement;
285
+ effect: "light" | "dark";
286
+ tabindex: number | string;
287
+ trigger: import("vft/es/vft").TooltipTriggerType;
288
+ teleported: boolean;
289
+ loop: boolean;
290
+ popperClass: string;
291
+ showTimeout: number;
292
+ hideTimeout: number;
293
+ hideOnClick: boolean;
294
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
295
+ $slots: {
296
+ dropdown?(_: {}): any;
297
+ default?(_: {}): any;
298
+ };
299
+ })> & {
300
+ DropdownItem: {
301
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
302
+ disabled: {
303
+ type: import("vue").PropType<boolean>;
304
+ default: boolean;
305
+ };
306
+ icon: {
307
+ type: import("vue").PropType<string>;
308
+ default: string;
309
+ };
310
+ command: {
311
+ type: import("vue").PropType<string | number | object>;
312
+ default: () => {};
313
+ };
314
+ divided: {
315
+ type: import("vue").PropType<boolean>;
316
+ default: boolean;
317
+ };
318
+ textValue: {
319
+ type: import("vue").PropType<string>;
320
+ default: string;
321
+ };
322
+ }>> & Readonly<{
323
+ onClick?: ((event: PointerEvent) => any) | undefined;
324
+ onPointerleave?: ((event: PointerEvent) => any) | undefined;
325
+ onPointermove?: ((event: PointerEvent) => any) | undefined;
326
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
327
+ pointermove: (event: PointerEvent) => void;
328
+ pointerleave: (event: PointerEvent) => void;
329
+ click: (event: PointerEvent) => void;
330
+ }, import("vue").PublicProps, {
331
+ disabled: boolean;
332
+ icon: string;
333
+ command: object | string | number;
334
+ divided: boolean;
335
+ textValue: string;
336
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
337
+ P: {};
338
+ B: {};
339
+ D: {};
340
+ C: {};
341
+ M: {};
342
+ Defaults: {};
343
+ }, Readonly<import("vue").ExtractPropTypes<{
344
+ disabled: {
345
+ type: import("vue").PropType<boolean>;
346
+ default: boolean;
347
+ };
348
+ icon: {
349
+ type: import("vue").PropType<string>;
350
+ default: string;
351
+ };
352
+ command: {
353
+ type: import("vue").PropType<string | number | object>;
354
+ default: () => {};
355
+ };
356
+ divided: {
357
+ type: import("vue").PropType<boolean>;
358
+ default: boolean;
359
+ };
360
+ textValue: {
361
+ type: import("vue").PropType<string>;
362
+ default: string;
363
+ };
364
+ }>> & Readonly<{
365
+ onClick?: ((event: PointerEvent) => any) | undefined;
366
+ onPointerleave?: ((event: PointerEvent) => any) | undefined;
367
+ onPointermove?: ((event: PointerEvent) => any) | undefined;
368
+ }>, {}, {}, {}, {}, {
369
+ disabled: boolean;
370
+ icon: string;
371
+ command: object | string | number;
372
+ divided: boolean;
373
+ textValue: string;
374
+ }>;
375
+ __isFragment?: never;
376
+ __isTeleport?: never;
377
+ __isSuspense?: never;
378
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
379
+ disabled: {
380
+ type: import("vue").PropType<boolean>;
381
+ default: boolean;
382
+ };
383
+ icon: {
384
+ type: import("vue").PropType<string>;
385
+ default: string;
386
+ };
387
+ command: {
388
+ type: import("vue").PropType<string | number | object>;
389
+ default: () => {};
390
+ };
391
+ divided: {
392
+ type: import("vue").PropType<boolean>;
393
+ default: boolean;
394
+ };
395
+ textValue: {
396
+ type: import("vue").PropType<string>;
397
+ default: string;
398
+ };
399
+ }>> & Readonly<{
400
+ onClick?: ((event: PointerEvent) => any) | undefined;
401
+ onPointerleave?: ((event: PointerEvent) => any) | undefined;
402
+ onPointermove?: ((event: PointerEvent) => any) | undefined;
403
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
404
+ pointermove: (event: PointerEvent) => void;
405
+ pointerleave: (event: PointerEvent) => void;
406
+ click: (event: PointerEvent) => void;
407
+ }, string, {
408
+ disabled: boolean;
409
+ icon: string;
410
+ command: object | string | number;
411
+ divided: boolean;
412
+ textValue: string;
413
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
414
+ $slots: {
415
+ default?(_: {}): any;
416
+ };
417
+ });
418
+ DropdownMenu: {
419
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
420
+ onKeydown: {
421
+ type: import("vue").PropType<(e: KeyboardEvent) => void>;
422
+ };
423
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
424
+ P: {};
425
+ B: {};
426
+ D: {};
427
+ C: {};
428
+ M: {};
429
+ Defaults: {};
430
+ }, Readonly<import("vue").ExtractPropTypes<{
431
+ onKeydown: {
432
+ type: import("vue").PropType<(e: KeyboardEvent) => void>;
433
+ };
434
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
435
+ __isFragment?: never;
436
+ __isTeleport?: never;
437
+ __isSuspense?: never;
438
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
439
+ onKeydown: {
440
+ type: import("vue").PropType<(e: KeyboardEvent) => void>;
441
+ };
442
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
443
+ $slots: {
444
+ default?(_: {}): any;
445
+ };
446
+ });
447
+ };
448
+ export declare const VftDropdownItem: import("vft/es/utils").SFCWithInstall<{
449
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
450
+ disabled: {
451
+ type: import("vue").PropType<boolean>;
452
+ default: boolean;
453
+ };
454
+ icon: {
455
+ type: import("vue").PropType<string>;
456
+ default: string;
457
+ };
458
+ command: {
459
+ type: import("vue").PropType<string | number | object>;
460
+ default: () => {};
461
+ };
462
+ divided: {
463
+ type: import("vue").PropType<boolean>;
464
+ default: boolean;
465
+ };
466
+ textValue: {
467
+ type: import("vue").PropType<string>;
468
+ default: string;
469
+ };
470
+ }>> & Readonly<{
471
+ onClick?: ((event: PointerEvent) => any) | undefined;
472
+ onPointerleave?: ((event: PointerEvent) => any) | undefined;
473
+ onPointermove?: ((event: PointerEvent) => any) | undefined;
474
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
475
+ pointermove: (event: PointerEvent) => void;
476
+ pointerleave: (event: PointerEvent) => void;
477
+ click: (event: PointerEvent) => void;
478
+ }, import("vue").PublicProps, {
479
+ disabled: boolean;
480
+ icon: string;
481
+ command: object | string | number;
482
+ divided: boolean;
483
+ textValue: string;
484
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
485
+ P: {};
486
+ B: {};
487
+ D: {};
488
+ C: {};
489
+ M: {};
490
+ Defaults: {};
491
+ }, Readonly<import("vue").ExtractPropTypes<{
492
+ disabled: {
493
+ type: import("vue").PropType<boolean>;
494
+ default: boolean;
495
+ };
496
+ icon: {
497
+ type: import("vue").PropType<string>;
498
+ default: string;
499
+ };
500
+ command: {
501
+ type: import("vue").PropType<string | number | object>;
502
+ default: () => {};
503
+ };
504
+ divided: {
505
+ type: import("vue").PropType<boolean>;
506
+ default: boolean;
507
+ };
508
+ textValue: {
509
+ type: import("vue").PropType<string>;
510
+ default: string;
511
+ };
512
+ }>> & Readonly<{
513
+ onClick?: ((event: PointerEvent) => any) | undefined;
514
+ onPointerleave?: ((event: PointerEvent) => any) | undefined;
515
+ onPointermove?: ((event: PointerEvent) => any) | undefined;
516
+ }>, {}, {}, {}, {}, {
517
+ disabled: boolean;
518
+ icon: string;
519
+ command: object | string | number;
520
+ divided: boolean;
521
+ textValue: string;
522
+ }>;
523
+ __isFragment?: never;
524
+ __isTeleport?: never;
525
+ __isSuspense?: never;
526
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
527
+ disabled: {
528
+ type: import("vue").PropType<boolean>;
529
+ default: boolean;
530
+ };
531
+ icon: {
532
+ type: import("vue").PropType<string>;
533
+ default: string;
534
+ };
535
+ command: {
536
+ type: import("vue").PropType<string | number | object>;
537
+ default: () => {};
538
+ };
539
+ divided: {
540
+ type: import("vue").PropType<boolean>;
541
+ default: boolean;
542
+ };
543
+ textValue: {
544
+ type: import("vue").PropType<string>;
545
+ default: string;
546
+ };
547
+ }>> & Readonly<{
548
+ onClick?: ((event: PointerEvent) => any) | undefined;
549
+ onPointerleave?: ((event: PointerEvent) => any) | undefined;
550
+ onPointermove?: ((event: PointerEvent) => any) | undefined;
551
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
552
+ pointermove: (event: PointerEvent) => void;
553
+ pointerleave: (event: PointerEvent) => void;
554
+ click: (event: PointerEvent) => void;
555
+ }, string, {
556
+ disabled: boolean;
557
+ icon: string;
558
+ command: object | string | number;
559
+ divided: boolean;
560
+ textValue: string;
561
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
562
+ $slots: {
563
+ default?(_: {}): any;
564
+ };
565
+ })>;
566
+ export declare const VftDropdownMenu: import("vft/es/utils").SFCWithInstall<{
567
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
568
+ onKeydown: {
569
+ type: import("vue").PropType<(e: KeyboardEvent) => void>;
570
+ };
571
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
572
+ P: {};
573
+ B: {};
574
+ D: {};
575
+ C: {};
576
+ M: {};
577
+ Defaults: {};
578
+ }, Readonly<import("vue").ExtractPropTypes<{
579
+ onKeydown: {
580
+ type: import("vue").PropType<(e: KeyboardEvent) => void>;
581
+ };
582
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
583
+ __isFragment?: never;
584
+ __isTeleport?: never;
585
+ __isSuspense?: never;
586
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
587
+ onKeydown: {
588
+ type: import("vue").PropType<(e: KeyboardEvent) => void>;
589
+ };
590
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
591
+ $slots: {
592
+ default?(_: {}): any;
593
+ };
594
+ })>;
595
+ export * from './tokens';
596
+ export default VftDropdown;
@@ -30,10 +30,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
30
30
  }>>> & Readonly<{
31
31
  "onUpdate:error"?: ((val: string) => any) | undefined;
32
32
  }>, {
33
+ required: boolean;
33
34
  labelWidth: string | number;
34
35
  inlineMessage: string | boolean;
35
36
  showMessage: boolean;
36
- required: boolean;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
39
39
  export default _default;