vuetify 3.7.0 → 3.7.2
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/json/attributes.json +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, FunctionalComponent, ComputedRef, Ref, EffectScope, Component, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
type ClassValue = any;
|
|
5
5
|
|
|
@@ -92,6 +92,9 @@ interface ValidationProps {
|
|
|
92
92
|
validationValue: any;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
+
type JSXComponent<Props = any> = {
|
|
96
|
+
new (): ComponentPublicInstance<Props>;
|
|
97
|
+
} | FunctionalComponent<Props>;
|
|
95
98
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
96
99
|
declare const IconValue: PropType<IconValue>;
|
|
97
100
|
|
|
@@ -337,6 +340,7 @@ declare const VList: {
|
|
|
337
340
|
style: vue.StyleValue;
|
|
338
341
|
disabled: boolean;
|
|
339
342
|
tag: string;
|
|
343
|
+
lines: false | "one" | "two" | "three";
|
|
340
344
|
mandatory: boolean;
|
|
341
345
|
tile: boolean;
|
|
342
346
|
density: Density;
|
|
@@ -346,7 +350,6 @@ declare const VList: {
|
|
|
346
350
|
selectable: boolean;
|
|
347
351
|
selectStrategy: SelectStrategyProp;
|
|
348
352
|
openStrategy: OpenStrategyProp;
|
|
349
|
-
lines: false | "one" | "two" | "three";
|
|
350
353
|
returnObject: boolean;
|
|
351
354
|
itemType: string;
|
|
352
355
|
} & {
|
|
@@ -360,8 +363,8 @@ declare const VList: {
|
|
|
360
363
|
minWidth?: string | number | undefined;
|
|
361
364
|
activated?: any;
|
|
362
365
|
class?: any;
|
|
363
|
-
elevation?: string | number | undefined;
|
|
364
366
|
theme?: string | undefined;
|
|
367
|
+
elevation?: string | number | undefined;
|
|
365
368
|
rounded?: string | number | boolean | undefined;
|
|
366
369
|
baseColor?: string | undefined;
|
|
367
370
|
bgColor?: string | undefined;
|
|
@@ -383,6 +386,7 @@ declare const VList: {
|
|
|
383
386
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
384
387
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
385
388
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
389
|
+
getPath: (id: unknown) => unknown[];
|
|
386
390
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
387
391
|
'update:selected': (value: unknown) => true;
|
|
388
392
|
'update:activated': (value: unknown) => true;
|
|
@@ -408,6 +412,7 @@ declare const VList: {
|
|
|
408
412
|
style: vue.StyleValue;
|
|
409
413
|
disabled: boolean;
|
|
410
414
|
tag: string;
|
|
415
|
+
lines: false | "one" | "two" | "three";
|
|
411
416
|
mandatory: boolean;
|
|
412
417
|
tile: boolean;
|
|
413
418
|
density: Density;
|
|
@@ -417,7 +422,6 @@ declare const VList: {
|
|
|
417
422
|
selectable: boolean;
|
|
418
423
|
selectStrategy: SelectStrategyProp;
|
|
419
424
|
openStrategy: OpenStrategyProp;
|
|
420
|
-
lines: false | "one" | "two" | "three";
|
|
421
425
|
returnObject: boolean;
|
|
422
426
|
itemType: string;
|
|
423
427
|
} & {
|
|
@@ -431,8 +435,8 @@ declare const VList: {
|
|
|
431
435
|
minWidth?: string | number | undefined;
|
|
432
436
|
activated?: any;
|
|
433
437
|
class?: any;
|
|
434
|
-
elevation?: string | number | undefined;
|
|
435
438
|
theme?: string | undefined;
|
|
439
|
+
elevation?: string | number | undefined;
|
|
436
440
|
rounded?: string | number | boolean | undefined;
|
|
437
441
|
baseColor?: string | undefined;
|
|
438
442
|
bgColor?: string | undefined;
|
|
@@ -454,6 +458,7 @@ declare const VList: {
|
|
|
454
458
|
style: vue.StyleValue;
|
|
455
459
|
disabled: boolean;
|
|
456
460
|
tag: string;
|
|
461
|
+
lines: false | "one" | "two" | "three";
|
|
457
462
|
mandatory: boolean;
|
|
458
463
|
rounded: string | number | boolean;
|
|
459
464
|
tile: boolean;
|
|
@@ -464,7 +469,6 @@ declare const VList: {
|
|
|
464
469
|
selectable: boolean;
|
|
465
470
|
selectStrategy: SelectStrategyProp;
|
|
466
471
|
openStrategy: OpenStrategyProp;
|
|
467
|
-
lines: false | "one" | "two" | "three";
|
|
468
472
|
returnObject: boolean;
|
|
469
473
|
itemType: string;
|
|
470
474
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -506,6 +510,7 @@ declare const VList: {
|
|
|
506
510
|
style: vue.StyleValue;
|
|
507
511
|
disabled: boolean;
|
|
508
512
|
tag: string;
|
|
513
|
+
lines: false | "one" | "two" | "three";
|
|
509
514
|
mandatory: boolean;
|
|
510
515
|
tile: boolean;
|
|
511
516
|
density: Density;
|
|
@@ -515,7 +520,6 @@ declare const VList: {
|
|
|
515
520
|
selectable: boolean;
|
|
516
521
|
selectStrategy: SelectStrategyProp;
|
|
517
522
|
openStrategy: OpenStrategyProp;
|
|
518
|
-
lines: false | "one" | "two" | "three";
|
|
519
523
|
returnObject: boolean;
|
|
520
524
|
itemType: string;
|
|
521
525
|
} & {
|
|
@@ -529,8 +533,8 @@ declare const VList: {
|
|
|
529
533
|
minWidth?: string | number | undefined;
|
|
530
534
|
activated?: any;
|
|
531
535
|
class?: any;
|
|
532
|
-
elevation?: string | number | undefined;
|
|
533
536
|
theme?: string | undefined;
|
|
537
|
+
elevation?: string | number | undefined;
|
|
534
538
|
rounded?: string | number | boolean | undefined;
|
|
535
539
|
baseColor?: string | undefined;
|
|
536
540
|
bgColor?: string | undefined;
|
|
@@ -552,12 +556,14 @@ declare const VList: {
|
|
|
552
556
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
553
557
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
554
558
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
559
|
+
getPath: (id: unknown) => unknown[];
|
|
555
560
|
}, {}, {}, {}, {
|
|
556
561
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
557
562
|
nav: boolean;
|
|
558
563
|
style: vue.StyleValue;
|
|
559
564
|
disabled: boolean;
|
|
560
565
|
tag: string;
|
|
566
|
+
lines: false | "one" | "two" | "three";
|
|
561
567
|
mandatory: boolean;
|
|
562
568
|
rounded: string | number | boolean;
|
|
563
569
|
tile: boolean;
|
|
@@ -568,7 +574,6 @@ declare const VList: {
|
|
|
568
574
|
selectable: boolean;
|
|
569
575
|
selectStrategy: SelectStrategyProp;
|
|
570
576
|
openStrategy: OpenStrategyProp;
|
|
571
|
-
lines: false | "one" | "two" | "three";
|
|
572
577
|
returnObject: boolean;
|
|
573
578
|
itemType: string;
|
|
574
579
|
}>;
|
|
@@ -581,6 +586,7 @@ declare const VList: {
|
|
|
581
586
|
style: vue.StyleValue;
|
|
582
587
|
disabled: boolean;
|
|
583
588
|
tag: string;
|
|
589
|
+
lines: false | "one" | "two" | "three";
|
|
584
590
|
mandatory: boolean;
|
|
585
591
|
tile: boolean;
|
|
586
592
|
density: Density;
|
|
@@ -590,7 +596,6 @@ declare const VList: {
|
|
|
590
596
|
selectable: boolean;
|
|
591
597
|
selectStrategy: SelectStrategyProp;
|
|
592
598
|
openStrategy: OpenStrategyProp;
|
|
593
|
-
lines: false | "one" | "two" | "three";
|
|
594
599
|
returnObject: boolean;
|
|
595
600
|
itemType: string;
|
|
596
601
|
} & {
|
|
@@ -604,8 +609,8 @@ declare const VList: {
|
|
|
604
609
|
minWidth?: string | number | undefined;
|
|
605
610
|
activated?: any;
|
|
606
611
|
class?: any;
|
|
607
|
-
elevation?: string | number | undefined;
|
|
608
612
|
theme?: string | undefined;
|
|
613
|
+
elevation?: string | number | undefined;
|
|
609
614
|
rounded?: string | number | boolean | undefined;
|
|
610
615
|
baseColor?: string | undefined;
|
|
611
616
|
bgColor?: string | undefined;
|
|
@@ -627,6 +632,7 @@ declare const VList: {
|
|
|
627
632
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
628
633
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
629
634
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
635
|
+
getPath: (id: unknown) => unknown[];
|
|
630
636
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
631
637
|
'update:selected': (value: unknown) => true;
|
|
632
638
|
'update:activated': (value: unknown) => true;
|
|
@@ -652,6 +658,7 @@ declare const VList: {
|
|
|
652
658
|
style: vue.StyleValue;
|
|
653
659
|
disabled: boolean;
|
|
654
660
|
tag: string;
|
|
661
|
+
lines: false | "one" | "two" | "three";
|
|
655
662
|
mandatory: boolean;
|
|
656
663
|
rounded: string | number | boolean;
|
|
657
664
|
tile: boolean;
|
|
@@ -662,7 +669,6 @@ declare const VList: {
|
|
|
662
669
|
selectable: boolean;
|
|
663
670
|
selectStrategy: SelectStrategyProp;
|
|
664
671
|
openStrategy: OpenStrategyProp;
|
|
665
|
-
lines: false | "one" | "two" | "three";
|
|
666
672
|
returnObject: boolean;
|
|
667
673
|
itemType: string;
|
|
668
674
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -945,6 +951,7 @@ declare const VMenu: {
|
|
|
945
951
|
style: vue.StyleValue;
|
|
946
952
|
eager: boolean;
|
|
947
953
|
disabled: boolean;
|
|
954
|
+
persistent: boolean;
|
|
948
955
|
modelValue: boolean;
|
|
949
956
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
950
957
|
updateLocation: (e?: Event) => void;
|
|
@@ -958,7 +965,6 @@ declare const VMenu: {
|
|
|
958
965
|
closeOnBack: boolean;
|
|
959
966
|
contained: boolean;
|
|
960
967
|
noClickAnimation: boolean;
|
|
961
|
-
persistent: boolean;
|
|
962
968
|
scrim: string | boolean;
|
|
963
969
|
submenu: boolean;
|
|
964
970
|
} & {
|
|
@@ -1031,6 +1037,7 @@ declare const VMenu: {
|
|
|
1031
1037
|
style: vue.StyleValue;
|
|
1032
1038
|
eager: boolean;
|
|
1033
1039
|
disabled: boolean;
|
|
1040
|
+
persistent: boolean;
|
|
1034
1041
|
modelValue: boolean;
|
|
1035
1042
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1036
1043
|
updateLocation: (e?: Event) => void;
|
|
@@ -1044,7 +1051,6 @@ declare const VMenu: {
|
|
|
1044
1051
|
closeOnBack: boolean;
|
|
1045
1052
|
contained: boolean;
|
|
1046
1053
|
noClickAnimation: boolean;
|
|
1047
|
-
persistent: boolean;
|
|
1048
1054
|
scrim: string | boolean;
|
|
1049
1055
|
_disableGlobalStack: boolean;
|
|
1050
1056
|
}> & Omit<{
|
|
@@ -1058,6 +1064,7 @@ declare const VMenu: {
|
|
|
1058
1064
|
style: vue.StyleValue;
|
|
1059
1065
|
eager: boolean;
|
|
1060
1066
|
disabled: boolean;
|
|
1067
|
+
persistent: boolean;
|
|
1061
1068
|
modelValue: boolean;
|
|
1062
1069
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1063
1070
|
updateLocation: (e?: Event) => void;
|
|
@@ -1069,7 +1076,6 @@ declare const VMenu: {
|
|
|
1069
1076
|
closeOnBack: boolean;
|
|
1070
1077
|
contained: boolean;
|
|
1071
1078
|
noClickAnimation: boolean;
|
|
1072
|
-
persistent: boolean;
|
|
1073
1079
|
scrim: string | boolean;
|
|
1074
1080
|
_disableGlobalStack: boolean;
|
|
1075
1081
|
offset?: string | number | number[] | undefined;
|
|
@@ -1084,9 +1090,9 @@ declare const VMenu: {
|
|
|
1084
1090
|
class?: any;
|
|
1085
1091
|
theme?: string | undefined;
|
|
1086
1092
|
contentClass?: any;
|
|
1087
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1088
1093
|
closeDelay?: string | number | undefined;
|
|
1089
1094
|
openDelay?: string | number | undefined;
|
|
1095
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1090
1096
|
openOnClick?: boolean | undefined;
|
|
1091
1097
|
openOnFocus?: boolean | undefined;
|
|
1092
1098
|
contentProps?: any;
|
|
@@ -1136,6 +1142,7 @@ declare const VMenu: {
|
|
|
1136
1142
|
style: vue.StyleValue;
|
|
1137
1143
|
eager: boolean;
|
|
1138
1144
|
disabled: boolean;
|
|
1145
|
+
persistent: boolean;
|
|
1139
1146
|
modelValue: boolean;
|
|
1140
1147
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1141
1148
|
updateLocation: (e?: Event) => void;
|
|
@@ -1147,7 +1154,6 @@ declare const VMenu: {
|
|
|
1147
1154
|
closeOnBack: boolean;
|
|
1148
1155
|
contained: boolean;
|
|
1149
1156
|
noClickAnimation: boolean;
|
|
1150
|
-
persistent: boolean;
|
|
1151
1157
|
scrim: string | boolean;
|
|
1152
1158
|
_disableGlobalStack: boolean;
|
|
1153
1159
|
} & {
|
|
@@ -1163,9 +1169,9 @@ declare const VMenu: {
|
|
|
1163
1169
|
class?: any;
|
|
1164
1170
|
theme?: string | undefined;
|
|
1165
1171
|
contentClass?: any;
|
|
1166
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1167
1172
|
closeDelay?: string | number | undefined;
|
|
1168
1173
|
openDelay?: string | number | undefined;
|
|
1174
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1169
1175
|
openOnClick?: boolean | undefined;
|
|
1170
1176
|
openOnFocus?: boolean | undefined;
|
|
1171
1177
|
contentProps?: any;
|
|
@@ -1207,7 +1213,7 @@ declare const VMenu: {
|
|
|
1207
1213
|
onAfterLeave?: (() => any) | undefined;
|
|
1208
1214
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1209
1215
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1210
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1216
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1211
1217
|
$attrs: {
|
|
1212
1218
|
[x: string]: unknown;
|
|
1213
1219
|
};
|
|
@@ -1226,7 +1232,7 @@ declare const VMenu: {
|
|
|
1226
1232
|
}>;
|
|
1227
1233
|
$root: vue.ComponentPublicInstance | null;
|
|
1228
1234
|
$parent: vue.ComponentPublicInstance | null;
|
|
1229
|
-
$emit: ((event: "
|
|
1235
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1230
1236
|
$el: any;
|
|
1231
1237
|
$options: vue.ComponentOptionsBase<{
|
|
1232
1238
|
absolute: boolean;
|
|
@@ -1239,6 +1245,7 @@ declare const VMenu: {
|
|
|
1239
1245
|
style: vue.StyleValue;
|
|
1240
1246
|
eager: boolean;
|
|
1241
1247
|
disabled: boolean;
|
|
1248
|
+
persistent: boolean;
|
|
1242
1249
|
modelValue: boolean;
|
|
1243
1250
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1244
1251
|
updateLocation: (e?: Event) => void;
|
|
@@ -1250,7 +1257,6 @@ declare const VMenu: {
|
|
|
1250
1257
|
closeOnBack: boolean;
|
|
1251
1258
|
contained: boolean;
|
|
1252
1259
|
noClickAnimation: boolean;
|
|
1253
|
-
persistent: boolean;
|
|
1254
1260
|
scrim: string | boolean;
|
|
1255
1261
|
_disableGlobalStack: boolean;
|
|
1256
1262
|
} & {
|
|
@@ -1266,9 +1272,9 @@ declare const VMenu: {
|
|
|
1266
1272
|
class?: any;
|
|
1267
1273
|
theme?: string | undefined;
|
|
1268
1274
|
contentClass?: any;
|
|
1269
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1270
1275
|
closeDelay?: string | number | undefined;
|
|
1271
1276
|
openDelay?: string | number | undefined;
|
|
1277
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1272
1278
|
openOnClick?: boolean | undefined;
|
|
1273
1279
|
openOnFocus?: boolean | undefined;
|
|
1274
1280
|
contentProps?: any;
|
|
@@ -1335,6 +1341,7 @@ declare const VMenu: {
|
|
|
1335
1341
|
style: vue.StyleValue;
|
|
1336
1342
|
eager: boolean;
|
|
1337
1343
|
disabled: boolean;
|
|
1344
|
+
persistent: boolean;
|
|
1338
1345
|
modelValue: boolean;
|
|
1339
1346
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1340
1347
|
updateLocation: (e?: Event) => void;
|
|
@@ -1348,7 +1355,6 @@ declare const VMenu: {
|
|
|
1348
1355
|
closeOnBack: boolean;
|
|
1349
1356
|
contained: boolean;
|
|
1350
1357
|
noClickAnimation: boolean;
|
|
1351
|
-
persistent: boolean;
|
|
1352
1358
|
scrim: string | boolean;
|
|
1353
1359
|
_disableGlobalStack: boolean;
|
|
1354
1360
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1391,6 +1397,7 @@ declare const VMenu: {
|
|
|
1391
1397
|
style: vue.StyleValue;
|
|
1392
1398
|
eager: boolean;
|
|
1393
1399
|
disabled: boolean;
|
|
1400
|
+
persistent: boolean;
|
|
1394
1401
|
modelValue: boolean;
|
|
1395
1402
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1396
1403
|
updateLocation: (e?: Event) => void;
|
|
@@ -1402,7 +1409,6 @@ declare const VMenu: {
|
|
|
1402
1409
|
closeOnBack: boolean;
|
|
1403
1410
|
contained: boolean;
|
|
1404
1411
|
noClickAnimation: boolean;
|
|
1405
|
-
persistent: boolean;
|
|
1406
1412
|
scrim: string | boolean;
|
|
1407
1413
|
_disableGlobalStack: boolean;
|
|
1408
1414
|
} & {
|
|
@@ -1418,9 +1424,9 @@ declare const VMenu: {
|
|
|
1418
1424
|
class?: any;
|
|
1419
1425
|
theme?: string | undefined;
|
|
1420
1426
|
contentClass?: any;
|
|
1421
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1422
1427
|
closeDelay?: string | number | undefined;
|
|
1423
1428
|
openDelay?: string | number | undefined;
|
|
1429
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1424
1430
|
openOnClick?: boolean | undefined;
|
|
1425
1431
|
openOnFocus?: boolean | undefined;
|
|
1426
1432
|
contentProps?: any;
|
|
@@ -1471,7 +1477,21 @@ declare const VMenu: {
|
|
|
1471
1477
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1472
1478
|
localTop: vue.ComputedRef<boolean>;
|
|
1473
1479
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1474
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1480
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
|
1481
|
+
_allExposed: {
|
|
1482
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1483
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1484
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1485
|
+
animateClick: () => void;
|
|
1486
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1487
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1488
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1489
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1490
|
+
} | {
|
|
1491
|
+
id: vue.ComputedRef<string>;
|
|
1492
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
1493
|
+
};
|
|
1494
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1475
1495
|
'update:modelValue': (value: boolean) => true;
|
|
1476
1496
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1477
1497
|
location: Anchor | undefined;
|
|
@@ -1485,6 +1505,7 @@ declare const VMenu: {
|
|
|
1485
1505
|
style: vue.StyleValue;
|
|
1486
1506
|
eager: boolean;
|
|
1487
1507
|
disabled: boolean;
|
|
1508
|
+
persistent: boolean;
|
|
1488
1509
|
modelValue: boolean;
|
|
1489
1510
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1490
1511
|
updateLocation: (e?: Event) => void;
|
|
@@ -1498,7 +1519,6 @@ declare const VMenu: {
|
|
|
1498
1519
|
closeOnBack: boolean;
|
|
1499
1520
|
contained: boolean;
|
|
1500
1521
|
noClickAnimation: boolean;
|
|
1501
|
-
persistent: boolean;
|
|
1502
1522
|
scrim: string | boolean;
|
|
1503
1523
|
submenu: boolean;
|
|
1504
1524
|
} & {
|
|
@@ -1566,6 +1586,7 @@ declare const VMenu: {
|
|
|
1566
1586
|
style: vue.StyleValue;
|
|
1567
1587
|
eager: boolean;
|
|
1568
1588
|
disabled: boolean;
|
|
1589
|
+
persistent: boolean;
|
|
1569
1590
|
modelValue: boolean;
|
|
1570
1591
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1571
1592
|
updateLocation: (e?: Event) => void;
|
|
@@ -1581,7 +1602,6 @@ declare const VMenu: {
|
|
|
1581
1602
|
closeOnBack: boolean;
|
|
1582
1603
|
contained: boolean;
|
|
1583
1604
|
noClickAnimation: boolean;
|
|
1584
|
-
persistent: boolean;
|
|
1585
1605
|
scrim: string | boolean;
|
|
1586
1606
|
submenu: boolean;
|
|
1587
1607
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -1612,6 +1632,7 @@ declare const VMenu: {
|
|
|
1612
1632
|
style: vue.StyleValue;
|
|
1613
1633
|
eager: boolean;
|
|
1614
1634
|
disabled: boolean;
|
|
1635
|
+
persistent: boolean;
|
|
1615
1636
|
modelValue: boolean;
|
|
1616
1637
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1617
1638
|
updateLocation: (e?: Event) => void;
|
|
@@ -1625,7 +1646,6 @@ declare const VMenu: {
|
|
|
1625
1646
|
closeOnBack: boolean;
|
|
1626
1647
|
contained: boolean;
|
|
1627
1648
|
noClickAnimation: boolean;
|
|
1628
|
-
persistent: boolean;
|
|
1629
1649
|
scrim: string | boolean;
|
|
1630
1650
|
submenu: boolean;
|
|
1631
1651
|
} & {
|
|
@@ -1698,6 +1718,7 @@ declare const VMenu: {
|
|
|
1698
1718
|
style: vue.StyleValue;
|
|
1699
1719
|
eager: boolean;
|
|
1700
1720
|
disabled: boolean;
|
|
1721
|
+
persistent: boolean;
|
|
1701
1722
|
modelValue: boolean;
|
|
1702
1723
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1703
1724
|
updateLocation: (e?: Event) => void;
|
|
@@ -1711,7 +1732,6 @@ declare const VMenu: {
|
|
|
1711
1732
|
closeOnBack: boolean;
|
|
1712
1733
|
contained: boolean;
|
|
1713
1734
|
noClickAnimation: boolean;
|
|
1714
|
-
persistent: boolean;
|
|
1715
1735
|
scrim: string | boolean;
|
|
1716
1736
|
_disableGlobalStack: boolean;
|
|
1717
1737
|
}> & Omit<{
|
|
@@ -1725,6 +1745,7 @@ declare const VMenu: {
|
|
|
1725
1745
|
style: vue.StyleValue;
|
|
1726
1746
|
eager: boolean;
|
|
1727
1747
|
disabled: boolean;
|
|
1748
|
+
persistent: boolean;
|
|
1728
1749
|
modelValue: boolean;
|
|
1729
1750
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1730
1751
|
updateLocation: (e?: Event) => void;
|
|
@@ -1736,7 +1757,6 @@ declare const VMenu: {
|
|
|
1736
1757
|
closeOnBack: boolean;
|
|
1737
1758
|
contained: boolean;
|
|
1738
1759
|
noClickAnimation: boolean;
|
|
1739
|
-
persistent: boolean;
|
|
1740
1760
|
scrim: string | boolean;
|
|
1741
1761
|
_disableGlobalStack: boolean;
|
|
1742
1762
|
offset?: string | number | number[] | undefined;
|
|
@@ -1751,9 +1771,9 @@ declare const VMenu: {
|
|
|
1751
1771
|
class?: any;
|
|
1752
1772
|
theme?: string | undefined;
|
|
1753
1773
|
contentClass?: any;
|
|
1754
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1755
1774
|
closeDelay?: string | number | undefined;
|
|
1756
1775
|
openDelay?: string | number | undefined;
|
|
1776
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1757
1777
|
openOnClick?: boolean | undefined;
|
|
1758
1778
|
openOnFocus?: boolean | undefined;
|
|
1759
1779
|
contentProps?: any;
|
|
@@ -1803,6 +1823,7 @@ declare const VMenu: {
|
|
|
1803
1823
|
style: vue.StyleValue;
|
|
1804
1824
|
eager: boolean;
|
|
1805
1825
|
disabled: boolean;
|
|
1826
|
+
persistent: boolean;
|
|
1806
1827
|
modelValue: boolean;
|
|
1807
1828
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1808
1829
|
updateLocation: (e?: Event) => void;
|
|
@@ -1814,7 +1835,6 @@ declare const VMenu: {
|
|
|
1814
1835
|
closeOnBack: boolean;
|
|
1815
1836
|
contained: boolean;
|
|
1816
1837
|
noClickAnimation: boolean;
|
|
1817
|
-
persistent: boolean;
|
|
1818
1838
|
scrim: string | boolean;
|
|
1819
1839
|
_disableGlobalStack: boolean;
|
|
1820
1840
|
} & {
|
|
@@ -1830,9 +1850,9 @@ declare const VMenu: {
|
|
|
1830
1850
|
class?: any;
|
|
1831
1851
|
theme?: string | undefined;
|
|
1832
1852
|
contentClass?: any;
|
|
1833
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1834
1853
|
closeDelay?: string | number | undefined;
|
|
1835
1854
|
openDelay?: string | number | undefined;
|
|
1855
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1836
1856
|
openOnClick?: boolean | undefined;
|
|
1837
1857
|
openOnFocus?: boolean | undefined;
|
|
1838
1858
|
contentProps?: any;
|
|
@@ -1874,7 +1894,7 @@ declare const VMenu: {
|
|
|
1874
1894
|
onAfterLeave?: (() => any) | undefined;
|
|
1875
1895
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1876
1896
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1877
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1897
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1878
1898
|
$attrs: {
|
|
1879
1899
|
[x: string]: unknown;
|
|
1880
1900
|
};
|
|
@@ -1893,7 +1913,7 @@ declare const VMenu: {
|
|
|
1893
1913
|
}>;
|
|
1894
1914
|
$root: vue.ComponentPublicInstance | null;
|
|
1895
1915
|
$parent: vue.ComponentPublicInstance | null;
|
|
1896
|
-
$emit: ((event: "
|
|
1916
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1897
1917
|
$el: any;
|
|
1898
1918
|
$options: vue.ComponentOptionsBase<{
|
|
1899
1919
|
absolute: boolean;
|
|
@@ -1906,6 +1926,7 @@ declare const VMenu: {
|
|
|
1906
1926
|
style: vue.StyleValue;
|
|
1907
1927
|
eager: boolean;
|
|
1908
1928
|
disabled: boolean;
|
|
1929
|
+
persistent: boolean;
|
|
1909
1930
|
modelValue: boolean;
|
|
1910
1931
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1911
1932
|
updateLocation: (e?: Event) => void;
|
|
@@ -1917,7 +1938,6 @@ declare const VMenu: {
|
|
|
1917
1938
|
closeOnBack: boolean;
|
|
1918
1939
|
contained: boolean;
|
|
1919
1940
|
noClickAnimation: boolean;
|
|
1920
|
-
persistent: boolean;
|
|
1921
1941
|
scrim: string | boolean;
|
|
1922
1942
|
_disableGlobalStack: boolean;
|
|
1923
1943
|
} & {
|
|
@@ -1933,9 +1953,9 @@ declare const VMenu: {
|
|
|
1933
1953
|
class?: any;
|
|
1934
1954
|
theme?: string | undefined;
|
|
1935
1955
|
contentClass?: any;
|
|
1936
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1937
1956
|
closeDelay?: string | number | undefined;
|
|
1938
1957
|
openDelay?: string | number | undefined;
|
|
1958
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1939
1959
|
openOnClick?: boolean | undefined;
|
|
1940
1960
|
openOnFocus?: boolean | undefined;
|
|
1941
1961
|
contentProps?: any;
|
|
@@ -2002,6 +2022,7 @@ declare const VMenu: {
|
|
|
2002
2022
|
style: vue.StyleValue;
|
|
2003
2023
|
eager: boolean;
|
|
2004
2024
|
disabled: boolean;
|
|
2025
|
+
persistent: boolean;
|
|
2005
2026
|
modelValue: boolean;
|
|
2006
2027
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2007
2028
|
updateLocation: (e?: Event) => void;
|
|
@@ -2015,7 +2036,6 @@ declare const VMenu: {
|
|
|
2015
2036
|
closeOnBack: boolean;
|
|
2016
2037
|
contained: boolean;
|
|
2017
2038
|
noClickAnimation: boolean;
|
|
2018
|
-
persistent: boolean;
|
|
2019
2039
|
scrim: string | boolean;
|
|
2020
2040
|
_disableGlobalStack: boolean;
|
|
2021
2041
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2058,6 +2078,7 @@ declare const VMenu: {
|
|
|
2058
2078
|
style: vue.StyleValue;
|
|
2059
2079
|
eager: boolean;
|
|
2060
2080
|
disabled: boolean;
|
|
2081
|
+
persistent: boolean;
|
|
2061
2082
|
modelValue: boolean;
|
|
2062
2083
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2063
2084
|
updateLocation: (e?: Event) => void;
|
|
@@ -2069,7 +2090,6 @@ declare const VMenu: {
|
|
|
2069
2090
|
closeOnBack: boolean;
|
|
2070
2091
|
contained: boolean;
|
|
2071
2092
|
noClickAnimation: boolean;
|
|
2072
|
-
persistent: boolean;
|
|
2073
2093
|
scrim: string | boolean;
|
|
2074
2094
|
_disableGlobalStack: boolean;
|
|
2075
2095
|
} & {
|
|
@@ -2085,9 +2105,9 @@ declare const VMenu: {
|
|
|
2085
2105
|
class?: any;
|
|
2086
2106
|
theme?: string | undefined;
|
|
2087
2107
|
contentClass?: any;
|
|
2088
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2089
2108
|
closeDelay?: string | number | undefined;
|
|
2090
2109
|
openDelay?: string | number | undefined;
|
|
2110
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2091
2111
|
openOnClick?: boolean | undefined;
|
|
2092
2112
|
openOnFocus?: boolean | undefined;
|
|
2093
2113
|
contentProps?: any;
|
|
@@ -2138,7 +2158,21 @@ declare const VMenu: {
|
|
|
2138
2158
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2139
2159
|
localTop: vue.ComputedRef<boolean>;
|
|
2140
2160
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2141
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
2161
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
|
2162
|
+
_allExposed: {
|
|
2163
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2164
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
2165
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
2166
|
+
animateClick: () => void;
|
|
2167
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
2168
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2169
|
+
localTop: vue.ComputedRef<boolean>;
|
|
2170
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2171
|
+
} | {
|
|
2172
|
+
id: vue.ComputedRef<string>;
|
|
2173
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
2174
|
+
};
|
|
2175
|
+
}, {}, {}, {}, {
|
|
2142
2176
|
location: Anchor | undefined;
|
|
2143
2177
|
origin: "auto" | Anchor | "overlap";
|
|
2144
2178
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -2150,6 +2184,7 @@ declare const VMenu: {
|
|
|
2150
2184
|
style: vue.StyleValue;
|
|
2151
2185
|
eager: boolean;
|
|
2152
2186
|
disabled: boolean;
|
|
2187
|
+
persistent: boolean;
|
|
2153
2188
|
modelValue: boolean;
|
|
2154
2189
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2155
2190
|
updateLocation: (e?: Event) => void;
|
|
@@ -2165,7 +2200,6 @@ declare const VMenu: {
|
|
|
2165
2200
|
closeOnBack: boolean;
|
|
2166
2201
|
contained: boolean;
|
|
2167
2202
|
noClickAnimation: boolean;
|
|
2168
|
-
persistent: boolean;
|
|
2169
2203
|
scrim: string | boolean;
|
|
2170
2204
|
submenu: boolean;
|
|
2171
2205
|
}>;
|
|
@@ -2184,6 +2218,7 @@ declare const VMenu: {
|
|
|
2184
2218
|
style: vue.StyleValue;
|
|
2185
2219
|
eager: boolean;
|
|
2186
2220
|
disabled: boolean;
|
|
2221
|
+
persistent: boolean;
|
|
2187
2222
|
modelValue: boolean;
|
|
2188
2223
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2189
2224
|
updateLocation: (e?: Event) => void;
|
|
@@ -2197,7 +2232,6 @@ declare const VMenu: {
|
|
|
2197
2232
|
closeOnBack: boolean;
|
|
2198
2233
|
contained: boolean;
|
|
2199
2234
|
noClickAnimation: boolean;
|
|
2200
|
-
persistent: boolean;
|
|
2201
2235
|
scrim: string | boolean;
|
|
2202
2236
|
submenu: boolean;
|
|
2203
2237
|
} & {
|
|
@@ -2270,6 +2304,7 @@ declare const VMenu: {
|
|
|
2270
2304
|
style: vue.StyleValue;
|
|
2271
2305
|
eager: boolean;
|
|
2272
2306
|
disabled: boolean;
|
|
2307
|
+
persistent: boolean;
|
|
2273
2308
|
modelValue: boolean;
|
|
2274
2309
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2275
2310
|
updateLocation: (e?: Event) => void;
|
|
@@ -2283,7 +2318,6 @@ declare const VMenu: {
|
|
|
2283
2318
|
closeOnBack: boolean;
|
|
2284
2319
|
contained: boolean;
|
|
2285
2320
|
noClickAnimation: boolean;
|
|
2286
|
-
persistent: boolean;
|
|
2287
2321
|
scrim: string | boolean;
|
|
2288
2322
|
_disableGlobalStack: boolean;
|
|
2289
2323
|
}> & Omit<{
|
|
@@ -2297,6 +2331,7 @@ declare const VMenu: {
|
|
|
2297
2331
|
style: vue.StyleValue;
|
|
2298
2332
|
eager: boolean;
|
|
2299
2333
|
disabled: boolean;
|
|
2334
|
+
persistent: boolean;
|
|
2300
2335
|
modelValue: boolean;
|
|
2301
2336
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2302
2337
|
updateLocation: (e?: Event) => void;
|
|
@@ -2308,7 +2343,6 @@ declare const VMenu: {
|
|
|
2308
2343
|
closeOnBack: boolean;
|
|
2309
2344
|
contained: boolean;
|
|
2310
2345
|
noClickAnimation: boolean;
|
|
2311
|
-
persistent: boolean;
|
|
2312
2346
|
scrim: string | boolean;
|
|
2313
2347
|
_disableGlobalStack: boolean;
|
|
2314
2348
|
offset?: string | number | number[] | undefined;
|
|
@@ -2323,9 +2357,9 @@ declare const VMenu: {
|
|
|
2323
2357
|
class?: any;
|
|
2324
2358
|
theme?: string | undefined;
|
|
2325
2359
|
contentClass?: any;
|
|
2326
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2327
2360
|
closeDelay?: string | number | undefined;
|
|
2328
2361
|
openDelay?: string | number | undefined;
|
|
2362
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2329
2363
|
openOnClick?: boolean | undefined;
|
|
2330
2364
|
openOnFocus?: boolean | undefined;
|
|
2331
2365
|
contentProps?: any;
|
|
@@ -2375,6 +2409,7 @@ declare const VMenu: {
|
|
|
2375
2409
|
style: vue.StyleValue;
|
|
2376
2410
|
eager: boolean;
|
|
2377
2411
|
disabled: boolean;
|
|
2412
|
+
persistent: boolean;
|
|
2378
2413
|
modelValue: boolean;
|
|
2379
2414
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2380
2415
|
updateLocation: (e?: Event) => void;
|
|
@@ -2386,7 +2421,6 @@ declare const VMenu: {
|
|
|
2386
2421
|
closeOnBack: boolean;
|
|
2387
2422
|
contained: boolean;
|
|
2388
2423
|
noClickAnimation: boolean;
|
|
2389
|
-
persistent: boolean;
|
|
2390
2424
|
scrim: string | boolean;
|
|
2391
2425
|
_disableGlobalStack: boolean;
|
|
2392
2426
|
} & {
|
|
@@ -2402,9 +2436,9 @@ declare const VMenu: {
|
|
|
2402
2436
|
class?: any;
|
|
2403
2437
|
theme?: string | undefined;
|
|
2404
2438
|
contentClass?: any;
|
|
2405
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2406
2439
|
closeDelay?: string | number | undefined;
|
|
2407
2440
|
openDelay?: string | number | undefined;
|
|
2441
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2408
2442
|
openOnClick?: boolean | undefined;
|
|
2409
2443
|
openOnFocus?: boolean | undefined;
|
|
2410
2444
|
contentProps?: any;
|
|
@@ -2446,7 +2480,7 @@ declare const VMenu: {
|
|
|
2446
2480
|
onAfterLeave?: (() => any) | undefined;
|
|
2447
2481
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2448
2482
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
2449
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
2483
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
2450
2484
|
$attrs: {
|
|
2451
2485
|
[x: string]: unknown;
|
|
2452
2486
|
};
|
|
@@ -2465,7 +2499,7 @@ declare const VMenu: {
|
|
|
2465
2499
|
}>;
|
|
2466
2500
|
$root: vue.ComponentPublicInstance | null;
|
|
2467
2501
|
$parent: vue.ComponentPublicInstance | null;
|
|
2468
|
-
$emit: ((event: "
|
|
2502
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
2469
2503
|
$el: any;
|
|
2470
2504
|
$options: vue.ComponentOptionsBase<{
|
|
2471
2505
|
absolute: boolean;
|
|
@@ -2478,6 +2512,7 @@ declare const VMenu: {
|
|
|
2478
2512
|
style: vue.StyleValue;
|
|
2479
2513
|
eager: boolean;
|
|
2480
2514
|
disabled: boolean;
|
|
2515
|
+
persistent: boolean;
|
|
2481
2516
|
modelValue: boolean;
|
|
2482
2517
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2483
2518
|
updateLocation: (e?: Event) => void;
|
|
@@ -2489,7 +2524,6 @@ declare const VMenu: {
|
|
|
2489
2524
|
closeOnBack: boolean;
|
|
2490
2525
|
contained: boolean;
|
|
2491
2526
|
noClickAnimation: boolean;
|
|
2492
|
-
persistent: boolean;
|
|
2493
2527
|
scrim: string | boolean;
|
|
2494
2528
|
_disableGlobalStack: boolean;
|
|
2495
2529
|
} & {
|
|
@@ -2505,9 +2539,9 @@ declare const VMenu: {
|
|
|
2505
2539
|
class?: any;
|
|
2506
2540
|
theme?: string | undefined;
|
|
2507
2541
|
contentClass?: any;
|
|
2508
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2509
2542
|
closeDelay?: string | number | undefined;
|
|
2510
2543
|
openDelay?: string | number | undefined;
|
|
2544
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2511
2545
|
openOnClick?: boolean | undefined;
|
|
2512
2546
|
openOnFocus?: boolean | undefined;
|
|
2513
2547
|
contentProps?: any;
|
|
@@ -2574,6 +2608,7 @@ declare const VMenu: {
|
|
|
2574
2608
|
style: vue.StyleValue;
|
|
2575
2609
|
eager: boolean;
|
|
2576
2610
|
disabled: boolean;
|
|
2611
|
+
persistent: boolean;
|
|
2577
2612
|
modelValue: boolean;
|
|
2578
2613
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2579
2614
|
updateLocation: (e?: Event) => void;
|
|
@@ -2587,7 +2622,6 @@ declare const VMenu: {
|
|
|
2587
2622
|
closeOnBack: boolean;
|
|
2588
2623
|
contained: boolean;
|
|
2589
2624
|
noClickAnimation: boolean;
|
|
2590
|
-
persistent: boolean;
|
|
2591
2625
|
scrim: string | boolean;
|
|
2592
2626
|
_disableGlobalStack: boolean;
|
|
2593
2627
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2630,6 +2664,7 @@ declare const VMenu: {
|
|
|
2630
2664
|
style: vue.StyleValue;
|
|
2631
2665
|
eager: boolean;
|
|
2632
2666
|
disabled: boolean;
|
|
2667
|
+
persistent: boolean;
|
|
2633
2668
|
modelValue: boolean;
|
|
2634
2669
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2635
2670
|
updateLocation: (e?: Event) => void;
|
|
@@ -2641,7 +2676,6 @@ declare const VMenu: {
|
|
|
2641
2676
|
closeOnBack: boolean;
|
|
2642
2677
|
contained: boolean;
|
|
2643
2678
|
noClickAnimation: boolean;
|
|
2644
|
-
persistent: boolean;
|
|
2645
2679
|
scrim: string | boolean;
|
|
2646
2680
|
_disableGlobalStack: boolean;
|
|
2647
2681
|
} & {
|
|
@@ -2657,9 +2691,9 @@ declare const VMenu: {
|
|
|
2657
2691
|
class?: any;
|
|
2658
2692
|
theme?: string | undefined;
|
|
2659
2693
|
contentClass?: any;
|
|
2660
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2661
2694
|
closeDelay?: string | number | undefined;
|
|
2662
2695
|
openDelay?: string | number | undefined;
|
|
2696
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2663
2697
|
openOnClick?: boolean | undefined;
|
|
2664
2698
|
openOnFocus?: boolean | undefined;
|
|
2665
2699
|
contentProps?: any;
|
|
@@ -2710,7 +2744,21 @@ declare const VMenu: {
|
|
|
2710
2744
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2711
2745
|
localTop: vue.ComputedRef<boolean>;
|
|
2712
2746
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2713
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
2747
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
|
2748
|
+
_allExposed: {
|
|
2749
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2750
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
2751
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
2752
|
+
animateClick: () => void;
|
|
2753
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
2754
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2755
|
+
localTop: vue.ComputedRef<boolean>;
|
|
2756
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2757
|
+
} | {
|
|
2758
|
+
id: vue.ComputedRef<string>;
|
|
2759
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
2760
|
+
};
|
|
2761
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2714
2762
|
'update:modelValue': (value: boolean) => true;
|
|
2715
2763
|
}, string, {
|
|
2716
2764
|
location: Anchor | undefined;
|
|
@@ -2724,6 +2772,7 @@ declare const VMenu: {
|
|
|
2724
2772
|
style: vue.StyleValue;
|
|
2725
2773
|
eager: boolean;
|
|
2726
2774
|
disabled: boolean;
|
|
2775
|
+
persistent: boolean;
|
|
2727
2776
|
modelValue: boolean;
|
|
2728
2777
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2729
2778
|
updateLocation: (e?: Event) => void;
|
|
@@ -2739,7 +2788,6 @@ declare const VMenu: {
|
|
|
2739
2788
|
closeOnBack: boolean;
|
|
2740
2789
|
contained: boolean;
|
|
2741
2790
|
noClickAnimation: boolean;
|
|
2742
|
-
persistent: boolean;
|
|
2743
2791
|
scrim: string | boolean;
|
|
2744
2792
|
submenu: boolean;
|
|
2745
2793
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2802,9 +2850,9 @@ declare const VMenu: {
|
|
|
2802
2850
|
disabled: BooleanConstructor;
|
|
2803
2851
|
class: vue.PropType<ClassValue>;
|
|
2804
2852
|
theme: StringConstructor;
|
|
2853
|
+
persistent: BooleanConstructor;
|
|
2805
2854
|
modelValue: BooleanConstructor;
|
|
2806
2855
|
contentClass: null;
|
|
2807
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2808
2856
|
locationStrategy: Omit<{
|
|
2809
2857
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2810
2858
|
default: string;
|
|
@@ -2833,6 +2881,7 @@ declare const VMenu: {
|
|
|
2833
2881
|
type: vue.PropType<string | number>;
|
|
2834
2882
|
default: NonNullable<string | number>;
|
|
2835
2883
|
};
|
|
2884
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2836
2885
|
activatorProps: {
|
|
2837
2886
|
type: vue.PropType<Record<string, any>>;
|
|
2838
2887
|
default: () => {};
|
|
@@ -2857,7 +2906,6 @@ declare const VMenu: {
|
|
|
2857
2906
|
contained: BooleanConstructor;
|
|
2858
2907
|
contentProps: null;
|
|
2859
2908
|
noClickAnimation: BooleanConstructor;
|
|
2860
|
-
persistent: BooleanConstructor;
|
|
2861
2909
|
scrim: Omit<{
|
|
2862
2910
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2863
2911
|
default: boolean;
|
|
@@ -2919,9 +2967,9 @@ declare const VMenu: {
|
|
|
2919
2967
|
disabled: BooleanConstructor;
|
|
2920
2968
|
class: vue.PropType<ClassValue>;
|
|
2921
2969
|
theme: StringConstructor;
|
|
2970
|
+
persistent: BooleanConstructor;
|
|
2922
2971
|
modelValue: BooleanConstructor;
|
|
2923
2972
|
contentClass: null;
|
|
2924
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2925
2973
|
locationStrategy: Omit<{
|
|
2926
2974
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2927
2975
|
default: string;
|
|
@@ -2950,6 +2998,7 @@ declare const VMenu: {
|
|
|
2950
2998
|
type: vue.PropType<string | number>;
|
|
2951
2999
|
default: NonNullable<string | number>;
|
|
2952
3000
|
};
|
|
3001
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2953
3002
|
activatorProps: {
|
|
2954
3003
|
type: vue.PropType<Record<string, any>>;
|
|
2955
3004
|
default: () => {};
|
|
@@ -2974,7 +3023,6 @@ declare const VMenu: {
|
|
|
2974
3023
|
contained: BooleanConstructor;
|
|
2975
3024
|
contentProps: null;
|
|
2976
3025
|
noClickAnimation: BooleanConstructor;
|
|
2977
|
-
persistent: BooleanConstructor;
|
|
2978
3026
|
scrim: Omit<{
|
|
2979
3027
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2980
3028
|
default: boolean;
|
|
@@ -3050,8 +3098,8 @@ declare const VSelect: {
|
|
|
3050
3098
|
label?: string | undefined;
|
|
3051
3099
|
prefix?: string | undefined;
|
|
3052
3100
|
class?: any;
|
|
3053
|
-
placeholder?: string | undefined;
|
|
3054
3101
|
theme?: string | undefined;
|
|
3102
|
+
placeholder?: string | undefined;
|
|
3055
3103
|
counter?: string | number | boolean | undefined;
|
|
3056
3104
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3057
3105
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
@@ -3078,6 +3126,7 @@ declare const VSelect: {
|
|
|
3078
3126
|
style: vue.StyleValue;
|
|
3079
3127
|
disabled: boolean;
|
|
3080
3128
|
tag: string;
|
|
3129
|
+
lines: false | "one" | "two" | "three";
|
|
3081
3130
|
mandatory: boolean;
|
|
3082
3131
|
rounded: string | number | boolean;
|
|
3083
3132
|
tile: boolean;
|
|
@@ -3088,7 +3137,6 @@ declare const VSelect: {
|
|
|
3088
3137
|
selectable: boolean;
|
|
3089
3138
|
selectStrategy: SelectStrategyProp;
|
|
3090
3139
|
openStrategy: OpenStrategyProp;
|
|
3091
|
-
lines: false | "one" | "two" | "three";
|
|
3092
3140
|
returnObject: boolean;
|
|
3093
3141
|
itemType: string;
|
|
3094
3142
|
}> & Omit<{
|
|
@@ -3097,6 +3145,7 @@ declare const VSelect: {
|
|
|
3097
3145
|
style: vue.StyleValue;
|
|
3098
3146
|
disabled: boolean;
|
|
3099
3147
|
tag: string;
|
|
3148
|
+
lines: false | "one" | "two" | "three";
|
|
3100
3149
|
mandatory: boolean;
|
|
3101
3150
|
tile: boolean;
|
|
3102
3151
|
density: Density;
|
|
@@ -3106,7 +3155,6 @@ declare const VSelect: {
|
|
|
3106
3155
|
selectable: boolean;
|
|
3107
3156
|
selectStrategy: SelectStrategyProp;
|
|
3108
3157
|
openStrategy: OpenStrategyProp;
|
|
3109
|
-
lines: false | "one" | "two" | "three";
|
|
3110
3158
|
returnObject: boolean;
|
|
3111
3159
|
itemType: string;
|
|
3112
3160
|
height?: string | number | undefined;
|
|
@@ -3119,8 +3167,8 @@ declare const VSelect: {
|
|
|
3119
3167
|
minWidth?: string | number | undefined;
|
|
3120
3168
|
activated?: any;
|
|
3121
3169
|
class?: any;
|
|
3122
|
-
elevation?: string | number | undefined;
|
|
3123
3170
|
theme?: string | undefined;
|
|
3171
|
+
elevation?: string | number | undefined;
|
|
3124
3172
|
rounded?: string | number | boolean | undefined;
|
|
3125
3173
|
baseColor?: string | undefined;
|
|
3126
3174
|
bgColor?: string | undefined;
|
|
@@ -3141,6 +3189,7 @@ declare const VSelect: {
|
|
|
3141
3189
|
style: vue.StyleValue;
|
|
3142
3190
|
disabled: boolean;
|
|
3143
3191
|
tag: string;
|
|
3192
|
+
lines: false | "one" | "two" | "three";
|
|
3144
3193
|
mandatory: boolean;
|
|
3145
3194
|
tile: boolean;
|
|
3146
3195
|
density: Density;
|
|
@@ -3150,7 +3199,6 @@ declare const VSelect: {
|
|
|
3150
3199
|
selectable: boolean;
|
|
3151
3200
|
selectStrategy: SelectStrategyProp;
|
|
3152
3201
|
openStrategy: OpenStrategyProp;
|
|
3153
|
-
lines: false | "one" | "two" | "three";
|
|
3154
3202
|
returnObject: boolean;
|
|
3155
3203
|
itemType: string;
|
|
3156
3204
|
} & {
|
|
@@ -3164,8 +3212,8 @@ declare const VSelect: {
|
|
|
3164
3212
|
minWidth?: string | number | undefined;
|
|
3165
3213
|
activated?: any;
|
|
3166
3214
|
class?: any;
|
|
3167
|
-
elevation?: string | number | undefined;
|
|
3168
3215
|
theme?: string | undefined;
|
|
3216
|
+
elevation?: string | number | undefined;
|
|
3169
3217
|
rounded?: string | number | boolean | undefined;
|
|
3170
3218
|
baseColor?: string | undefined;
|
|
3171
3219
|
bgColor?: string | undefined;
|
|
@@ -3181,7 +3229,7 @@ declare const VSelect: {
|
|
|
3181
3229
|
value: boolean;
|
|
3182
3230
|
path: unknown[];
|
|
3183
3231
|
}) => any) | undefined;
|
|
3184
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
3232
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
3185
3233
|
items?: readonly any[] | undefined;
|
|
3186
3234
|
itemTitle?: SelectItemKey<any>;
|
|
3187
3235
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3295,6 +3343,7 @@ declare const VSelect: {
|
|
|
3295
3343
|
style: vue.StyleValue;
|
|
3296
3344
|
eager: boolean;
|
|
3297
3345
|
disabled: boolean;
|
|
3346
|
+
persistent: boolean;
|
|
3298
3347
|
modelValue: boolean;
|
|
3299
3348
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3300
3349
|
updateLocation: (e?: Event) => void;
|
|
@@ -3310,7 +3359,6 @@ declare const VSelect: {
|
|
|
3310
3359
|
closeOnBack: boolean;
|
|
3311
3360
|
contained: boolean;
|
|
3312
3361
|
noClickAnimation: boolean;
|
|
3313
|
-
persistent: boolean;
|
|
3314
3362
|
scrim: string | boolean;
|
|
3315
3363
|
submenu: boolean;
|
|
3316
3364
|
}> & Omit<{
|
|
@@ -3325,6 +3373,7 @@ declare const VSelect: {
|
|
|
3325
3373
|
style: vue.StyleValue;
|
|
3326
3374
|
eager: boolean;
|
|
3327
3375
|
disabled: boolean;
|
|
3376
|
+
persistent: boolean;
|
|
3328
3377
|
modelValue: boolean;
|
|
3329
3378
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3330
3379
|
updateLocation: (e?: Event) => void;
|
|
@@ -3338,7 +3387,6 @@ declare const VSelect: {
|
|
|
3338
3387
|
closeOnBack: boolean;
|
|
3339
3388
|
contained: boolean;
|
|
3340
3389
|
noClickAnimation: boolean;
|
|
3341
|
-
persistent: boolean;
|
|
3342
3390
|
scrim: string | boolean;
|
|
3343
3391
|
submenu: boolean;
|
|
3344
3392
|
offset?: string | number | number[] | undefined;
|
|
@@ -3402,6 +3450,7 @@ declare const VSelect: {
|
|
|
3402
3450
|
style: vue.StyleValue;
|
|
3403
3451
|
eager: boolean;
|
|
3404
3452
|
disabled: boolean;
|
|
3453
|
+
persistent: boolean;
|
|
3405
3454
|
modelValue: boolean;
|
|
3406
3455
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3407
3456
|
updateLocation: (e?: Event) => void;
|
|
@@ -3415,7 +3464,6 @@ declare const VSelect: {
|
|
|
3415
3464
|
closeOnBack: boolean;
|
|
3416
3465
|
contained: boolean;
|
|
3417
3466
|
noClickAnimation: boolean;
|
|
3418
|
-
persistent: boolean;
|
|
3419
3467
|
scrim: string | boolean;
|
|
3420
3468
|
submenu: boolean;
|
|
3421
3469
|
} & {
|
|
@@ -3471,7 +3519,7 @@ declare const VSelect: {
|
|
|
3471
3519
|
}) => vue.VNodeChild) | undefined;
|
|
3472
3520
|
} & {
|
|
3473
3521
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3474
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
3522
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
3475
3523
|
itemColor?: string | undefined;
|
|
3476
3524
|
} & {
|
|
3477
3525
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -3480,7 +3528,7 @@ declare const VSelect: {
|
|
|
3480
3528
|
'update:focused': (focused: boolean) => true;
|
|
3481
3529
|
'update:modelValue': (value: any) => true;
|
|
3482
3530
|
'update:menu': (ue: boolean) => true;
|
|
3483
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "
|
|
3531
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3484
3532
|
flat: boolean;
|
|
3485
3533
|
reverse: boolean;
|
|
3486
3534
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -3537,8 +3585,8 @@ declare const VSelect: {
|
|
|
3537
3585
|
label?: string | undefined;
|
|
3538
3586
|
prefix?: string | undefined;
|
|
3539
3587
|
class?: any;
|
|
3540
|
-
placeholder?: string | undefined;
|
|
3541
3588
|
theme?: string | undefined;
|
|
3589
|
+
placeholder?: string | undefined;
|
|
3542
3590
|
counter?: string | number | boolean | undefined;
|
|
3543
3591
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3544
3592
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
@@ -3565,6 +3613,7 @@ declare const VSelect: {
|
|
|
3565
3613
|
style: vue.StyleValue;
|
|
3566
3614
|
disabled: boolean;
|
|
3567
3615
|
tag: string;
|
|
3616
|
+
lines: false | "one" | "two" | "three";
|
|
3568
3617
|
mandatory: boolean;
|
|
3569
3618
|
rounded: string | number | boolean;
|
|
3570
3619
|
tile: boolean;
|
|
@@ -3575,7 +3624,6 @@ declare const VSelect: {
|
|
|
3575
3624
|
selectable: boolean;
|
|
3576
3625
|
selectStrategy: SelectStrategyProp;
|
|
3577
3626
|
openStrategy: OpenStrategyProp;
|
|
3578
|
-
lines: false | "one" | "two" | "three";
|
|
3579
3627
|
returnObject: boolean;
|
|
3580
3628
|
itemType: string;
|
|
3581
3629
|
}> & Omit<{
|
|
@@ -3584,6 +3632,7 @@ declare const VSelect: {
|
|
|
3584
3632
|
style: vue.StyleValue;
|
|
3585
3633
|
disabled: boolean;
|
|
3586
3634
|
tag: string;
|
|
3635
|
+
lines: false | "one" | "two" | "three";
|
|
3587
3636
|
mandatory: boolean;
|
|
3588
3637
|
tile: boolean;
|
|
3589
3638
|
density: Density;
|
|
@@ -3593,7 +3642,6 @@ declare const VSelect: {
|
|
|
3593
3642
|
selectable: boolean;
|
|
3594
3643
|
selectStrategy: SelectStrategyProp;
|
|
3595
3644
|
openStrategy: OpenStrategyProp;
|
|
3596
|
-
lines: false | "one" | "two" | "three";
|
|
3597
3645
|
returnObject: boolean;
|
|
3598
3646
|
itemType: string;
|
|
3599
3647
|
height?: string | number | undefined;
|
|
@@ -3606,8 +3654,8 @@ declare const VSelect: {
|
|
|
3606
3654
|
minWidth?: string | number | undefined;
|
|
3607
3655
|
activated?: any;
|
|
3608
3656
|
class?: any;
|
|
3609
|
-
elevation?: string | number | undefined;
|
|
3610
3657
|
theme?: string | undefined;
|
|
3658
|
+
elevation?: string | number | undefined;
|
|
3611
3659
|
rounded?: string | number | boolean | undefined;
|
|
3612
3660
|
baseColor?: string | undefined;
|
|
3613
3661
|
bgColor?: string | undefined;
|
|
@@ -3628,6 +3676,7 @@ declare const VSelect: {
|
|
|
3628
3676
|
style: vue.StyleValue;
|
|
3629
3677
|
disabled: boolean;
|
|
3630
3678
|
tag: string;
|
|
3679
|
+
lines: false | "one" | "two" | "three";
|
|
3631
3680
|
mandatory: boolean;
|
|
3632
3681
|
tile: boolean;
|
|
3633
3682
|
density: Density;
|
|
@@ -3637,7 +3686,6 @@ declare const VSelect: {
|
|
|
3637
3686
|
selectable: boolean;
|
|
3638
3687
|
selectStrategy: SelectStrategyProp;
|
|
3639
3688
|
openStrategy: OpenStrategyProp;
|
|
3640
|
-
lines: false | "one" | "two" | "three";
|
|
3641
3689
|
returnObject: boolean;
|
|
3642
3690
|
itemType: string;
|
|
3643
3691
|
} & {
|
|
@@ -3651,8 +3699,8 @@ declare const VSelect: {
|
|
|
3651
3699
|
minWidth?: string | number | undefined;
|
|
3652
3700
|
activated?: any;
|
|
3653
3701
|
class?: any;
|
|
3654
|
-
elevation?: string | number | undefined;
|
|
3655
3702
|
theme?: string | undefined;
|
|
3703
|
+
elevation?: string | number | undefined;
|
|
3656
3704
|
rounded?: string | number | boolean | undefined;
|
|
3657
3705
|
baseColor?: string | undefined;
|
|
3658
3706
|
bgColor?: string | undefined;
|
|
@@ -3668,7 +3716,7 @@ declare const VSelect: {
|
|
|
3668
3716
|
value: boolean;
|
|
3669
3717
|
path: unknown[];
|
|
3670
3718
|
}) => any) | undefined;
|
|
3671
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
3719
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
3672
3720
|
items?: readonly any[] | undefined;
|
|
3673
3721
|
itemTitle?: SelectItemKey<any>;
|
|
3674
3722
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3782,6 +3830,7 @@ declare const VSelect: {
|
|
|
3782
3830
|
style: vue.StyleValue;
|
|
3783
3831
|
eager: boolean;
|
|
3784
3832
|
disabled: boolean;
|
|
3833
|
+
persistent: boolean;
|
|
3785
3834
|
modelValue: boolean;
|
|
3786
3835
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3787
3836
|
updateLocation: (e?: Event) => void;
|
|
@@ -3797,7 +3846,6 @@ declare const VSelect: {
|
|
|
3797
3846
|
closeOnBack: boolean;
|
|
3798
3847
|
contained: boolean;
|
|
3799
3848
|
noClickAnimation: boolean;
|
|
3800
|
-
persistent: boolean;
|
|
3801
3849
|
scrim: string | boolean;
|
|
3802
3850
|
submenu: boolean;
|
|
3803
3851
|
}> & Omit<{
|
|
@@ -3812,6 +3860,7 @@ declare const VSelect: {
|
|
|
3812
3860
|
style: vue.StyleValue;
|
|
3813
3861
|
eager: boolean;
|
|
3814
3862
|
disabled: boolean;
|
|
3863
|
+
persistent: boolean;
|
|
3815
3864
|
modelValue: boolean;
|
|
3816
3865
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3817
3866
|
updateLocation: (e?: Event) => void;
|
|
@@ -3825,7 +3874,6 @@ declare const VSelect: {
|
|
|
3825
3874
|
closeOnBack: boolean;
|
|
3826
3875
|
contained: boolean;
|
|
3827
3876
|
noClickAnimation: boolean;
|
|
3828
|
-
persistent: boolean;
|
|
3829
3877
|
scrim: string | boolean;
|
|
3830
3878
|
submenu: boolean;
|
|
3831
3879
|
offset?: string | number | number[] | undefined;
|
|
@@ -3889,6 +3937,7 @@ declare const VSelect: {
|
|
|
3889
3937
|
style: vue.StyleValue;
|
|
3890
3938
|
eager: boolean;
|
|
3891
3939
|
disabled: boolean;
|
|
3940
|
+
persistent: boolean;
|
|
3892
3941
|
modelValue: boolean;
|
|
3893
3942
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3894
3943
|
updateLocation: (e?: Event) => void;
|
|
@@ -3902,7 +3951,6 @@ declare const VSelect: {
|
|
|
3902
3951
|
closeOnBack: boolean;
|
|
3903
3952
|
contained: boolean;
|
|
3904
3953
|
noClickAnimation: boolean;
|
|
3905
|
-
persistent: boolean;
|
|
3906
3954
|
scrim: string | boolean;
|
|
3907
3955
|
submenu: boolean;
|
|
3908
3956
|
} & {
|
|
@@ -3958,7 +4006,7 @@ declare const VSelect: {
|
|
|
3958
4006
|
}) => vue.VNodeChild) | undefined;
|
|
3959
4007
|
} & {
|
|
3960
4008
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3961
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
4009
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
3962
4010
|
itemColor?: string | undefined;
|
|
3963
4011
|
} & {
|
|
3964
4012
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -4107,8 +4155,8 @@ declare const VSelect: {
|
|
|
4107
4155
|
label?: string | undefined;
|
|
4108
4156
|
prefix?: string | undefined;
|
|
4109
4157
|
class?: any;
|
|
4110
|
-
placeholder?: string | undefined;
|
|
4111
4158
|
theme?: string | undefined;
|
|
4159
|
+
placeholder?: string | undefined;
|
|
4112
4160
|
counter?: string | number | boolean | undefined;
|
|
4113
4161
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
4114
4162
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
@@ -4135,6 +4183,7 @@ declare const VSelect: {
|
|
|
4135
4183
|
style: vue.StyleValue;
|
|
4136
4184
|
disabled: boolean;
|
|
4137
4185
|
tag: string;
|
|
4186
|
+
lines: false | "one" | "two" | "three";
|
|
4138
4187
|
mandatory: boolean;
|
|
4139
4188
|
rounded: string | number | boolean;
|
|
4140
4189
|
tile: boolean;
|
|
@@ -4145,7 +4194,6 @@ declare const VSelect: {
|
|
|
4145
4194
|
selectable: boolean;
|
|
4146
4195
|
selectStrategy: SelectStrategyProp;
|
|
4147
4196
|
openStrategy: OpenStrategyProp;
|
|
4148
|
-
lines: false | "one" | "two" | "three";
|
|
4149
4197
|
returnObject: boolean;
|
|
4150
4198
|
itemType: string;
|
|
4151
4199
|
}> & Omit<{
|
|
@@ -4154,6 +4202,7 @@ declare const VSelect: {
|
|
|
4154
4202
|
style: vue.StyleValue;
|
|
4155
4203
|
disabled: boolean;
|
|
4156
4204
|
tag: string;
|
|
4205
|
+
lines: false | "one" | "two" | "three";
|
|
4157
4206
|
mandatory: boolean;
|
|
4158
4207
|
tile: boolean;
|
|
4159
4208
|
density: Density;
|
|
@@ -4163,7 +4212,6 @@ declare const VSelect: {
|
|
|
4163
4212
|
selectable: boolean;
|
|
4164
4213
|
selectStrategy: SelectStrategyProp;
|
|
4165
4214
|
openStrategy: OpenStrategyProp;
|
|
4166
|
-
lines: false | "one" | "two" | "three";
|
|
4167
4215
|
returnObject: boolean;
|
|
4168
4216
|
itemType: string;
|
|
4169
4217
|
height?: string | number | undefined;
|
|
@@ -4176,8 +4224,8 @@ declare const VSelect: {
|
|
|
4176
4224
|
minWidth?: string | number | undefined;
|
|
4177
4225
|
activated?: any;
|
|
4178
4226
|
class?: any;
|
|
4179
|
-
elevation?: string | number | undefined;
|
|
4180
4227
|
theme?: string | undefined;
|
|
4228
|
+
elevation?: string | number | undefined;
|
|
4181
4229
|
rounded?: string | number | boolean | undefined;
|
|
4182
4230
|
baseColor?: string | undefined;
|
|
4183
4231
|
bgColor?: string | undefined;
|
|
@@ -4198,6 +4246,7 @@ declare const VSelect: {
|
|
|
4198
4246
|
style: vue.StyleValue;
|
|
4199
4247
|
disabled: boolean;
|
|
4200
4248
|
tag: string;
|
|
4249
|
+
lines: false | "one" | "two" | "three";
|
|
4201
4250
|
mandatory: boolean;
|
|
4202
4251
|
tile: boolean;
|
|
4203
4252
|
density: Density;
|
|
@@ -4207,7 +4256,6 @@ declare const VSelect: {
|
|
|
4207
4256
|
selectable: boolean;
|
|
4208
4257
|
selectStrategy: SelectStrategyProp;
|
|
4209
4258
|
openStrategy: OpenStrategyProp;
|
|
4210
|
-
lines: false | "one" | "two" | "three";
|
|
4211
4259
|
returnObject: boolean;
|
|
4212
4260
|
itemType: string;
|
|
4213
4261
|
} & {
|
|
@@ -4221,8 +4269,8 @@ declare const VSelect: {
|
|
|
4221
4269
|
minWidth?: string | number | undefined;
|
|
4222
4270
|
activated?: any;
|
|
4223
4271
|
class?: any;
|
|
4224
|
-
elevation?: string | number | undefined;
|
|
4225
4272
|
theme?: string | undefined;
|
|
4273
|
+
elevation?: string | number | undefined;
|
|
4226
4274
|
rounded?: string | number | boolean | undefined;
|
|
4227
4275
|
baseColor?: string | undefined;
|
|
4228
4276
|
bgColor?: string | undefined;
|
|
@@ -4238,7 +4286,7 @@ declare const VSelect: {
|
|
|
4238
4286
|
value: boolean;
|
|
4239
4287
|
path: unknown[];
|
|
4240
4288
|
}) => any) | undefined;
|
|
4241
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
4289
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
4242
4290
|
items?: readonly any[] | undefined;
|
|
4243
4291
|
itemTitle?: SelectItemKey<any>;
|
|
4244
4292
|
itemValue?: SelectItemKey<any>;
|
|
@@ -4352,6 +4400,7 @@ declare const VSelect: {
|
|
|
4352
4400
|
style: vue.StyleValue;
|
|
4353
4401
|
eager: boolean;
|
|
4354
4402
|
disabled: boolean;
|
|
4403
|
+
persistent: boolean;
|
|
4355
4404
|
modelValue: boolean;
|
|
4356
4405
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4357
4406
|
updateLocation: (e?: Event) => void;
|
|
@@ -4367,7 +4416,6 @@ declare const VSelect: {
|
|
|
4367
4416
|
closeOnBack: boolean;
|
|
4368
4417
|
contained: boolean;
|
|
4369
4418
|
noClickAnimation: boolean;
|
|
4370
|
-
persistent: boolean;
|
|
4371
4419
|
scrim: string | boolean;
|
|
4372
4420
|
submenu: boolean;
|
|
4373
4421
|
}> & Omit<{
|
|
@@ -4382,6 +4430,7 @@ declare const VSelect: {
|
|
|
4382
4430
|
style: vue.StyleValue;
|
|
4383
4431
|
eager: boolean;
|
|
4384
4432
|
disabled: boolean;
|
|
4433
|
+
persistent: boolean;
|
|
4385
4434
|
modelValue: boolean;
|
|
4386
4435
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4387
4436
|
updateLocation: (e?: Event) => void;
|
|
@@ -4395,7 +4444,6 @@ declare const VSelect: {
|
|
|
4395
4444
|
closeOnBack: boolean;
|
|
4396
4445
|
contained: boolean;
|
|
4397
4446
|
noClickAnimation: boolean;
|
|
4398
|
-
persistent: boolean;
|
|
4399
4447
|
scrim: string | boolean;
|
|
4400
4448
|
submenu: boolean;
|
|
4401
4449
|
offset?: string | number | number[] | undefined;
|
|
@@ -4459,6 +4507,7 @@ declare const VSelect: {
|
|
|
4459
4507
|
style: vue.StyleValue;
|
|
4460
4508
|
eager: boolean;
|
|
4461
4509
|
disabled: boolean;
|
|
4510
|
+
persistent: boolean;
|
|
4462
4511
|
modelValue: boolean;
|
|
4463
4512
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4464
4513
|
updateLocation: (e?: Event) => void;
|
|
@@ -4472,7 +4521,6 @@ declare const VSelect: {
|
|
|
4472
4521
|
closeOnBack: boolean;
|
|
4473
4522
|
contained: boolean;
|
|
4474
4523
|
noClickAnimation: boolean;
|
|
4475
|
-
persistent: boolean;
|
|
4476
4524
|
scrim: string | boolean;
|
|
4477
4525
|
submenu: boolean;
|
|
4478
4526
|
} & {
|
|
@@ -4528,7 +4576,7 @@ declare const VSelect: {
|
|
|
4528
4576
|
}) => vue.VNodeChild) | undefined;
|
|
4529
4577
|
} & {
|
|
4530
4578
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4531
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
4579
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
4532
4580
|
itemColor?: string | undefined;
|
|
4533
4581
|
} & {
|
|
4534
4582
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -4642,8 +4690,8 @@ declare const VSelect: {
|
|
|
4642
4690
|
label?: string | undefined;
|
|
4643
4691
|
prefix?: string | undefined;
|
|
4644
4692
|
class?: any;
|
|
4645
|
-
placeholder?: string | undefined;
|
|
4646
4693
|
theme?: string | undefined;
|
|
4694
|
+
placeholder?: string | undefined;
|
|
4647
4695
|
counter?: string | number | boolean | undefined;
|
|
4648
4696
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
4649
4697
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
@@ -4670,6 +4718,7 @@ declare const VSelect: {
|
|
|
4670
4718
|
style: vue.StyleValue;
|
|
4671
4719
|
disabled: boolean;
|
|
4672
4720
|
tag: string;
|
|
4721
|
+
lines: false | "one" | "two" | "three";
|
|
4673
4722
|
mandatory: boolean;
|
|
4674
4723
|
rounded: string | number | boolean;
|
|
4675
4724
|
tile: boolean;
|
|
@@ -4680,7 +4729,6 @@ declare const VSelect: {
|
|
|
4680
4729
|
selectable: boolean;
|
|
4681
4730
|
selectStrategy: SelectStrategyProp;
|
|
4682
4731
|
openStrategy: OpenStrategyProp;
|
|
4683
|
-
lines: false | "one" | "two" | "three";
|
|
4684
4732
|
returnObject: boolean;
|
|
4685
4733
|
itemType: string;
|
|
4686
4734
|
}> & Omit<{
|
|
@@ -4689,6 +4737,7 @@ declare const VSelect: {
|
|
|
4689
4737
|
style: vue.StyleValue;
|
|
4690
4738
|
disabled: boolean;
|
|
4691
4739
|
tag: string;
|
|
4740
|
+
lines: false | "one" | "two" | "three";
|
|
4692
4741
|
mandatory: boolean;
|
|
4693
4742
|
tile: boolean;
|
|
4694
4743
|
density: Density;
|
|
@@ -4698,7 +4747,6 @@ declare const VSelect: {
|
|
|
4698
4747
|
selectable: boolean;
|
|
4699
4748
|
selectStrategy: SelectStrategyProp;
|
|
4700
4749
|
openStrategy: OpenStrategyProp;
|
|
4701
|
-
lines: false | "one" | "two" | "three";
|
|
4702
4750
|
returnObject: boolean;
|
|
4703
4751
|
itemType: string;
|
|
4704
4752
|
height?: string | number | undefined;
|
|
@@ -4711,8 +4759,8 @@ declare const VSelect: {
|
|
|
4711
4759
|
minWidth?: string | number | undefined;
|
|
4712
4760
|
activated?: any;
|
|
4713
4761
|
class?: any;
|
|
4714
|
-
elevation?: string | number | undefined;
|
|
4715
4762
|
theme?: string | undefined;
|
|
4763
|
+
elevation?: string | number | undefined;
|
|
4716
4764
|
rounded?: string | number | boolean | undefined;
|
|
4717
4765
|
baseColor?: string | undefined;
|
|
4718
4766
|
bgColor?: string | undefined;
|
|
@@ -4733,6 +4781,7 @@ declare const VSelect: {
|
|
|
4733
4781
|
style: vue.StyleValue;
|
|
4734
4782
|
disabled: boolean;
|
|
4735
4783
|
tag: string;
|
|
4784
|
+
lines: false | "one" | "two" | "three";
|
|
4736
4785
|
mandatory: boolean;
|
|
4737
4786
|
tile: boolean;
|
|
4738
4787
|
density: Density;
|
|
@@ -4742,7 +4791,6 @@ declare const VSelect: {
|
|
|
4742
4791
|
selectable: boolean;
|
|
4743
4792
|
selectStrategy: SelectStrategyProp;
|
|
4744
4793
|
openStrategy: OpenStrategyProp;
|
|
4745
|
-
lines: false | "one" | "two" | "three";
|
|
4746
4794
|
returnObject: boolean;
|
|
4747
4795
|
itemType: string;
|
|
4748
4796
|
} & {
|
|
@@ -4756,8 +4804,8 @@ declare const VSelect: {
|
|
|
4756
4804
|
minWidth?: string | number | undefined;
|
|
4757
4805
|
activated?: any;
|
|
4758
4806
|
class?: any;
|
|
4759
|
-
elevation?: string | number | undefined;
|
|
4760
4807
|
theme?: string | undefined;
|
|
4808
|
+
elevation?: string | number | undefined;
|
|
4761
4809
|
rounded?: string | number | boolean | undefined;
|
|
4762
4810
|
baseColor?: string | undefined;
|
|
4763
4811
|
bgColor?: string | undefined;
|
|
@@ -4773,7 +4821,7 @@ declare const VSelect: {
|
|
|
4773
4821
|
value: boolean;
|
|
4774
4822
|
path: unknown[];
|
|
4775
4823
|
}) => any) | undefined;
|
|
4776
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
4824
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
4777
4825
|
items?: readonly any[] | undefined;
|
|
4778
4826
|
itemTitle?: SelectItemKey<any>;
|
|
4779
4827
|
itemValue?: SelectItemKey<any>;
|
|
@@ -4887,6 +4935,7 @@ declare const VSelect: {
|
|
|
4887
4935
|
style: vue.StyleValue;
|
|
4888
4936
|
eager: boolean;
|
|
4889
4937
|
disabled: boolean;
|
|
4938
|
+
persistent: boolean;
|
|
4890
4939
|
modelValue: boolean;
|
|
4891
4940
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4892
4941
|
updateLocation: (e?: Event) => void;
|
|
@@ -4902,7 +4951,6 @@ declare const VSelect: {
|
|
|
4902
4951
|
closeOnBack: boolean;
|
|
4903
4952
|
contained: boolean;
|
|
4904
4953
|
noClickAnimation: boolean;
|
|
4905
|
-
persistent: boolean;
|
|
4906
4954
|
scrim: string | boolean;
|
|
4907
4955
|
submenu: boolean;
|
|
4908
4956
|
}> & Omit<{
|
|
@@ -4917,6 +4965,7 @@ declare const VSelect: {
|
|
|
4917
4965
|
style: vue.StyleValue;
|
|
4918
4966
|
eager: boolean;
|
|
4919
4967
|
disabled: boolean;
|
|
4968
|
+
persistent: boolean;
|
|
4920
4969
|
modelValue: boolean;
|
|
4921
4970
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4922
4971
|
updateLocation: (e?: Event) => void;
|
|
@@ -4930,7 +4979,6 @@ declare const VSelect: {
|
|
|
4930
4979
|
closeOnBack: boolean;
|
|
4931
4980
|
contained: boolean;
|
|
4932
4981
|
noClickAnimation: boolean;
|
|
4933
|
-
persistent: boolean;
|
|
4934
4982
|
scrim: string | boolean;
|
|
4935
4983
|
submenu: boolean;
|
|
4936
4984
|
offset?: string | number | number[] | undefined;
|
|
@@ -4994,6 +5042,7 @@ declare const VSelect: {
|
|
|
4994
5042
|
style: vue.StyleValue;
|
|
4995
5043
|
eager: boolean;
|
|
4996
5044
|
disabled: boolean;
|
|
5045
|
+
persistent: boolean;
|
|
4997
5046
|
modelValue: boolean;
|
|
4998
5047
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4999
5048
|
updateLocation: (e?: Event) => void;
|
|
@@ -5007,7 +5056,6 @@ declare const VSelect: {
|
|
|
5007
5056
|
closeOnBack: boolean;
|
|
5008
5057
|
contained: boolean;
|
|
5009
5058
|
noClickAnimation: boolean;
|
|
5010
|
-
persistent: boolean;
|
|
5011
5059
|
scrim: string | boolean;
|
|
5012
5060
|
submenu: boolean;
|
|
5013
5061
|
} & {
|
|
@@ -5063,7 +5111,7 @@ declare const VSelect: {
|
|
|
5063
5111
|
}) => vue.VNodeChild) | undefined;
|
|
5064
5112
|
} & {
|
|
5065
5113
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5066
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
5114
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
5067
5115
|
itemColor?: string | undefined;
|
|
5068
5116
|
} & {
|
|
5069
5117
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -5072,7 +5120,7 @@ declare const VSelect: {
|
|
|
5072
5120
|
'update:focused': (focused: boolean) => true;
|
|
5073
5121
|
'update:modelValue': (value: any) => true;
|
|
5074
5122
|
'update:menu': (ue: boolean) => true;
|
|
5075
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "
|
|
5123
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
5076
5124
|
flat: boolean;
|
|
5077
5125
|
reverse: boolean;
|
|
5078
5126
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -5243,8 +5291,8 @@ declare const VSelect: {
|
|
|
5243
5291
|
default: null;
|
|
5244
5292
|
};
|
|
5245
5293
|
class: PropType<ClassValue>;
|
|
5246
|
-
placeholder: StringConstructor;
|
|
5247
5294
|
theme: StringConstructor;
|
|
5295
|
+
placeholder: StringConstructor;
|
|
5248
5296
|
messages: {
|
|
5249
5297
|
type: PropType<string | readonly string[]>;
|
|
5250
5298
|
default: () => never[];
|
|
@@ -5432,8 +5480,8 @@ declare const VSelect: {
|
|
|
5432
5480
|
default: null;
|
|
5433
5481
|
};
|
|
5434
5482
|
class: PropType<ClassValue>;
|
|
5435
|
-
placeholder: StringConstructor;
|
|
5436
5483
|
theme: StringConstructor;
|
|
5484
|
+
placeholder: StringConstructor;
|
|
5437
5485
|
messages: {
|
|
5438
5486
|
type: PropType<string | readonly string[]>;
|
|
5439
5487
|
default: () => never[];
|