@volverjs/ui-vue 0.0.10-beta.58 → 0.0.10-beta.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +2 -2
- package/dist/components/VvAccordion/index.d.ts +2 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +10 -10
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +14 -14
- package/dist/components/VvAccordionGroup/index.d.ts +5 -5
- package/dist/components/VvAction/VvAction.vue.d.ts +2 -2
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +8 -8
- package/dist/components/VvAlert/index.d.ts +3 -4
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +11 -11
- package/dist/components/VvAlertGroup/index.d.ts +5 -5
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +2 -2
- package/dist/components/VvAvatar/index.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
- package/dist/components/VvAvatarGroup/index.d.ts +3 -3
- package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
- package/dist/components/VvBadge/index.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +15 -15
- package/dist/components/VvBreadcrumb/index.d.ts +2 -2
- package/dist/components/VvButton/VvButton.vue.d.ts +8 -8
- package/dist/components/VvButton/index.d.ts +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
- package/dist/components/VvButtonGroup/index.d.ts +3 -3
- package/dist/components/VvCard/VvCard.vue.d.ts +2 -2
- package/dist/components/VvCard/index.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +6 -6
- package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +560 -219
- package/dist/components/VvCombobox/index.d.ts +241 -21
- package/dist/components/VvDialog/VvDialog.vue.d.ts +2 -2
- package/dist/components/VvDialog/index.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +272 -37
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +8 -16
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +2 -2
- package/dist/components/VvDropdown/index.d.ts +117 -9
- package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
- package/dist/components/VvInputFile/index.d.ts +8 -8
- package/dist/components/VvInputText/VvInputClearAction.d.ts +3 -3
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +5 -5
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +16 -16
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +21 -21
- package/dist/components/VvInputText/index.d.ts +24 -7
- package/dist/components/VvNav/VvNav.vue.d.ts +13 -13
- package/dist/components/VvNav/index.d.ts +2 -2
- package/dist/components/VvProgress/VvProgress.vue.d.ts +2 -2
- package/dist/components/VvProgress/index.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +6 -6
- package/dist/components/VvRadioGroup/index.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -62
- package/dist/components/VvSelect/index.d.ts +8 -8
- package/dist/components/VvTab/VvTab.vue.d.ts +15 -15
- package/dist/components/VvTab/index.d.ts +3 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +10 -10
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +11 -11
- package/dist/components/VvTextarea/index.d.ts +9 -6
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +4 -4
- package/dist/components/VvTooltip/index.d.ts +1 -1
- package/dist/components/index.es.js +16 -16
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +12 -12
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +1 -1
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +1 -1
- package/dist/composables/group/useGroupStateInject.d.ts +1 -1
- package/dist/composables/useBlurhash.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +3 -3
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +121 -14
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +362 -298
- package/dist/test/expect.d.ts +1 -0
- package/dist/utils/DateUtilities.d.ts +9 -0
- package/dist/utils/ObjectUtilities.d.ts +1 -1
- package/package.json +30 -30
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/composables/usePersistence.ts +13 -12
- package/src/utils/DateUtilities.ts +24 -7
|
@@ -193,35 +193,143 @@ export declare const VvComboboxProps: {
|
|
|
193
193
|
default: undefined;
|
|
194
194
|
};
|
|
195
195
|
placement: {
|
|
196
|
-
type: PropType
|
|
196
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
197
197
|
default: import("../../constants").Side;
|
|
198
|
-
validator: (value:
|
|
198
|
+
validator: (value: never) => boolean;
|
|
199
199
|
};
|
|
200
200
|
strategy: {
|
|
201
|
-
type: PropType
|
|
201
|
+
type: PropType<"absolute" | "fixed">;
|
|
202
202
|
default: undefined;
|
|
203
203
|
validator: (value: import("../../constants").Strategy) => boolean;
|
|
204
204
|
};
|
|
205
205
|
offset: {
|
|
206
|
-
type: PropType<import("
|
|
206
|
+
type: PropType<string | import("@floating-ui/dom").OffsetOptions | undefined>;
|
|
207
207
|
default: number;
|
|
208
208
|
};
|
|
209
209
|
shift: {
|
|
210
|
-
type: PropType<
|
|
210
|
+
type: PropType<boolean | {
|
|
211
|
+
crossAxis?: boolean | undefined;
|
|
212
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
213
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
214
|
+
altBoundary?: boolean | undefined;
|
|
215
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
216
|
+
mainAxis?: boolean | undefined;
|
|
217
|
+
limiter?: {
|
|
218
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
219
|
+
options?: any;
|
|
220
|
+
} | undefined;
|
|
221
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
222
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
223
|
+
crossAxis?: boolean | undefined;
|
|
224
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
225
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
226
|
+
altBoundary?: boolean | undefined;
|
|
227
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
228
|
+
mainAxis?: boolean | undefined;
|
|
229
|
+
limiter?: {
|
|
230
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
231
|
+
options?: any;
|
|
232
|
+
} | undefined;
|
|
233
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
234
|
+
}> | undefined>;
|
|
211
235
|
default: boolean;
|
|
212
236
|
};
|
|
213
237
|
flip: {
|
|
214
|
-
type: PropType<
|
|
238
|
+
type: PropType<boolean | {
|
|
239
|
+
crossAxis?: boolean | undefined;
|
|
240
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
241
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
242
|
+
altBoundary?: boolean | undefined;
|
|
243
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
244
|
+
mainAxis?: boolean | undefined;
|
|
245
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
246
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
247
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
248
|
+
flipAlignment?: boolean | undefined;
|
|
249
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
250
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
251
|
+
crossAxis?: boolean | undefined;
|
|
252
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
253
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
254
|
+
altBoundary?: boolean | undefined;
|
|
255
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
256
|
+
mainAxis?: boolean | undefined;
|
|
257
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
258
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
259
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
260
|
+
flipAlignment?: boolean | undefined;
|
|
261
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
262
|
+
}> | undefined>;
|
|
215
263
|
default: boolean;
|
|
216
264
|
};
|
|
217
265
|
size: {
|
|
218
|
-
type: PropType<
|
|
266
|
+
type: PropType<boolean | {
|
|
267
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
268
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
269
|
+
altBoundary?: boolean | undefined;
|
|
270
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
271
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
272
|
+
apply?: ((args: {
|
|
273
|
+
x: number;
|
|
274
|
+
y: number;
|
|
275
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
276
|
+
placement: import("@floating-ui/utils").Placement;
|
|
277
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
278
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
279
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
280
|
+
platform: import("@floating-ui/core").Platform;
|
|
281
|
+
elements: import("@floating-ui/dom").Elements;
|
|
282
|
+
} & {
|
|
283
|
+
availableWidth: number;
|
|
284
|
+
availableHeight: number;
|
|
285
|
+
}) => void | Promise<void>) | undefined;
|
|
286
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
287
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
288
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
289
|
+
altBoundary?: boolean | undefined;
|
|
290
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
291
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
292
|
+
apply?: ((args: {
|
|
293
|
+
x: number;
|
|
294
|
+
y: number;
|
|
295
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
296
|
+
placement: import("@floating-ui/utils").Placement;
|
|
297
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
298
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
299
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
300
|
+
platform: import("@floating-ui/core").Platform;
|
|
301
|
+
elements: import("@floating-ui/dom").Elements;
|
|
302
|
+
} & {
|
|
303
|
+
availableWidth: number;
|
|
304
|
+
availableHeight: number;
|
|
305
|
+
}) => void | Promise<void>) | undefined;
|
|
306
|
+
}> | undefined>;
|
|
219
307
|
default: () => {
|
|
220
308
|
padding: number;
|
|
221
309
|
};
|
|
222
310
|
};
|
|
223
311
|
autoPlacement: {
|
|
224
|
-
type: PropType<
|
|
312
|
+
type: PropType<boolean | {
|
|
313
|
+
crossAxis?: boolean | undefined;
|
|
314
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
315
|
+
autoAlignment?: boolean | undefined;
|
|
316
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
317
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
318
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
319
|
+
altBoundary?: boolean | undefined;
|
|
320
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
321
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
322
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
323
|
+
crossAxis?: boolean | undefined;
|
|
324
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
325
|
+
autoAlignment?: boolean | undefined;
|
|
326
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
327
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
328
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
329
|
+
altBoundary?: boolean | undefined;
|
|
330
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
331
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
332
|
+
}> | undefined>;
|
|
225
333
|
default: boolean;
|
|
226
334
|
};
|
|
227
335
|
arrow: {
|
|
@@ -241,12 +349,12 @@ export declare const VvComboboxProps: {
|
|
|
241
349
|
default: undefined;
|
|
242
350
|
};
|
|
243
351
|
iconPosition: {
|
|
244
|
-
type: PropType
|
|
352
|
+
type: PropType<"before" | "after">;
|
|
245
353
|
default: import("../../constants").Position;
|
|
246
354
|
validation: (value: import("../../constants").Position) => boolean;
|
|
247
355
|
};
|
|
248
356
|
options: {
|
|
249
|
-
type: PropType<(
|
|
357
|
+
type: PropType<(string | Option)[]>;
|
|
250
358
|
default: () => never[];
|
|
251
359
|
};
|
|
252
360
|
labelKey: {
|
|
@@ -271,7 +379,9 @@ export declare const VvComboboxProps: {
|
|
|
271
379
|
};
|
|
272
380
|
disabled: {
|
|
273
381
|
type: BooleanConstructor;
|
|
274
|
-
default: boolean;
|
|
382
|
+
default: boolean; /**
|
|
383
|
+
* Label for select option hint
|
|
384
|
+
*/
|
|
275
385
|
};
|
|
276
386
|
loading: {
|
|
277
387
|
type: BooleanConstructor;
|
|
@@ -494,35 +604,143 @@ export declare function useVvComboboxProps<T extends Option | string>(): {
|
|
|
494
604
|
default: undefined;
|
|
495
605
|
};
|
|
496
606
|
placement: {
|
|
497
|
-
type: PropType
|
|
607
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
498
608
|
default: import("../../constants").Side;
|
|
499
|
-
validator: (value:
|
|
609
|
+
validator: (value: never) => boolean;
|
|
500
610
|
};
|
|
501
611
|
strategy: {
|
|
502
|
-
type: PropType
|
|
612
|
+
type: PropType<"absolute" | "fixed">;
|
|
503
613
|
default: undefined;
|
|
504
614
|
validator: (value: import("../../constants").Strategy) => boolean;
|
|
505
615
|
};
|
|
506
616
|
offset: {
|
|
507
|
-
type: PropType<import("
|
|
617
|
+
type: PropType<string | import("@floating-ui/dom").OffsetOptions | undefined>;
|
|
508
618
|
default: number;
|
|
509
619
|
};
|
|
510
620
|
shift: {
|
|
511
|
-
type: PropType<
|
|
621
|
+
type: PropType<boolean | {
|
|
622
|
+
crossAxis?: boolean | undefined;
|
|
623
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
624
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
625
|
+
altBoundary?: boolean | undefined;
|
|
626
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
627
|
+
mainAxis?: boolean | undefined;
|
|
628
|
+
limiter?: {
|
|
629
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
630
|
+
options?: any;
|
|
631
|
+
} | undefined;
|
|
632
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
633
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
634
|
+
crossAxis?: boolean | undefined;
|
|
635
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
636
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
637
|
+
altBoundary?: boolean | undefined;
|
|
638
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
639
|
+
mainAxis?: boolean | undefined;
|
|
640
|
+
limiter?: {
|
|
641
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
642
|
+
options?: any;
|
|
643
|
+
} | undefined;
|
|
644
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
645
|
+
}> | undefined>;
|
|
512
646
|
default: boolean;
|
|
513
647
|
};
|
|
514
648
|
flip: {
|
|
515
|
-
type: PropType<
|
|
649
|
+
type: PropType<boolean | {
|
|
650
|
+
crossAxis?: boolean | undefined;
|
|
651
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
652
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
653
|
+
altBoundary?: boolean | undefined;
|
|
654
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
655
|
+
mainAxis?: boolean | undefined;
|
|
656
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
657
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
658
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
659
|
+
flipAlignment?: boolean | undefined;
|
|
660
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
661
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
662
|
+
crossAxis?: boolean | undefined;
|
|
663
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
664
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
665
|
+
altBoundary?: boolean | undefined;
|
|
666
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
667
|
+
mainAxis?: boolean | undefined;
|
|
668
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
669
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
670
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
671
|
+
flipAlignment?: boolean | undefined;
|
|
672
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
673
|
+
}> | undefined>;
|
|
516
674
|
default: boolean;
|
|
517
675
|
};
|
|
518
676
|
size: {
|
|
519
|
-
type: PropType<
|
|
677
|
+
type: PropType<boolean | {
|
|
678
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
679
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
680
|
+
altBoundary?: boolean | undefined;
|
|
681
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
682
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
683
|
+
apply?: ((args: {
|
|
684
|
+
x: number;
|
|
685
|
+
y: number;
|
|
686
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
687
|
+
placement: import("@floating-ui/utils").Placement;
|
|
688
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
689
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
690
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
691
|
+
platform: import("@floating-ui/core").Platform;
|
|
692
|
+
elements: import("@floating-ui/dom").Elements;
|
|
693
|
+
} & {
|
|
694
|
+
availableWidth: number;
|
|
695
|
+
availableHeight: number;
|
|
696
|
+
}) => void | Promise<void>) | undefined;
|
|
697
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
698
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
699
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
700
|
+
altBoundary?: boolean | undefined;
|
|
701
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
702
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
703
|
+
apply?: ((args: {
|
|
704
|
+
x: number;
|
|
705
|
+
y: number;
|
|
706
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
707
|
+
placement: import("@floating-ui/utils").Placement;
|
|
708
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
709
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
710
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
711
|
+
platform: import("@floating-ui/core").Platform;
|
|
712
|
+
elements: import("@floating-ui/dom").Elements;
|
|
713
|
+
} & {
|
|
714
|
+
availableWidth: number;
|
|
715
|
+
availableHeight: number;
|
|
716
|
+
}) => void | Promise<void>) | undefined;
|
|
717
|
+
}> | undefined>;
|
|
520
718
|
default: () => {
|
|
521
719
|
padding: number;
|
|
522
720
|
};
|
|
523
721
|
};
|
|
524
722
|
autoPlacement: {
|
|
525
|
-
type: PropType<
|
|
723
|
+
type: PropType<boolean | {
|
|
724
|
+
crossAxis?: boolean | undefined;
|
|
725
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
726
|
+
autoAlignment?: boolean | undefined;
|
|
727
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
728
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
729
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
730
|
+
altBoundary?: boolean | undefined;
|
|
731
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
732
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
733
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
734
|
+
crossAxis?: boolean | undefined;
|
|
735
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
736
|
+
autoAlignment?: boolean | undefined;
|
|
737
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
738
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
739
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
740
|
+
altBoundary?: boolean | undefined;
|
|
741
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
742
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
743
|
+
}> | undefined>;
|
|
526
744
|
default: boolean;
|
|
527
745
|
};
|
|
528
746
|
arrow: {
|
|
@@ -542,7 +760,7 @@ export declare function useVvComboboxProps<T extends Option | string>(): {
|
|
|
542
760
|
default: undefined;
|
|
543
761
|
};
|
|
544
762
|
iconPosition: {
|
|
545
|
-
type: PropType
|
|
763
|
+
type: PropType<"before" | "after">;
|
|
546
764
|
default: import("../../constants").Position;
|
|
547
765
|
validation: (value: import("../../constants").Position) => boolean;
|
|
548
766
|
};
|
|
@@ -568,7 +786,9 @@ export declare function useVvComboboxProps<T extends Option | string>(): {
|
|
|
568
786
|
};
|
|
569
787
|
disabled: {
|
|
570
788
|
type: BooleanConstructor;
|
|
571
|
-
default: boolean;
|
|
789
|
+
default: boolean; /**
|
|
790
|
+
* Label for select option hint
|
|
791
|
+
*/
|
|
572
792
|
};
|
|
573
793
|
loading: {
|
|
574
794
|
type: BooleanConstructor;
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
19
19
|
};
|
|
20
20
|
id: (StringConstructor | NumberConstructor)[];
|
|
21
21
|
modifiers: {
|
|
22
|
-
type: PropType<string | string[]>;
|
|
22
|
+
type: globalThis.PropType<string | string[]>;
|
|
23
23
|
default: undefined;
|
|
24
24
|
};
|
|
25
25
|
}>, {
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
46
46
|
};
|
|
47
47
|
id: (StringConstructor | NumberConstructor)[];
|
|
48
48
|
modifiers: {
|
|
49
|
-
type: PropType<string | string[]>;
|
|
49
|
+
type: globalThis.PropType<string | string[]>;
|
|
50
50
|
default: undefined;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|