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
|
|
|
@@ -348,6 +351,7 @@ declare const VList: {
|
|
|
348
351
|
style: vue.StyleValue;
|
|
349
352
|
disabled: boolean;
|
|
350
353
|
tag: string;
|
|
354
|
+
lines: false | "one" | "two" | "three";
|
|
351
355
|
mandatory: boolean;
|
|
352
356
|
tile: boolean;
|
|
353
357
|
density: Density;
|
|
@@ -357,7 +361,6 @@ declare const VList: {
|
|
|
357
361
|
selectable: boolean;
|
|
358
362
|
selectStrategy: SelectStrategyProp;
|
|
359
363
|
openStrategy: OpenStrategyProp;
|
|
360
|
-
lines: false | "one" | "two" | "three";
|
|
361
364
|
returnObject: boolean;
|
|
362
365
|
itemType: string;
|
|
363
366
|
} & {
|
|
@@ -371,8 +374,8 @@ declare const VList: {
|
|
|
371
374
|
minWidth?: string | number | undefined;
|
|
372
375
|
activated?: any;
|
|
373
376
|
class?: any;
|
|
374
|
-
elevation?: string | number | undefined;
|
|
375
377
|
theme?: string | undefined;
|
|
378
|
+
elevation?: string | number | undefined;
|
|
376
379
|
rounded?: string | number | boolean | undefined;
|
|
377
380
|
baseColor?: string | undefined;
|
|
378
381
|
bgColor?: string | undefined;
|
|
@@ -394,6 +397,7 @@ declare const VList: {
|
|
|
394
397
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
395
398
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
396
399
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
400
|
+
getPath: (id: unknown) => unknown[];
|
|
397
401
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
398
402
|
'update:selected': (value: unknown) => true;
|
|
399
403
|
'update:activated': (value: unknown) => true;
|
|
@@ -419,6 +423,7 @@ declare const VList: {
|
|
|
419
423
|
style: vue.StyleValue;
|
|
420
424
|
disabled: boolean;
|
|
421
425
|
tag: string;
|
|
426
|
+
lines: false | "one" | "two" | "three";
|
|
422
427
|
mandatory: boolean;
|
|
423
428
|
tile: boolean;
|
|
424
429
|
density: Density;
|
|
@@ -428,7 +433,6 @@ declare const VList: {
|
|
|
428
433
|
selectable: boolean;
|
|
429
434
|
selectStrategy: SelectStrategyProp;
|
|
430
435
|
openStrategy: OpenStrategyProp;
|
|
431
|
-
lines: false | "one" | "two" | "three";
|
|
432
436
|
returnObject: boolean;
|
|
433
437
|
itemType: string;
|
|
434
438
|
} & {
|
|
@@ -442,8 +446,8 @@ declare const VList: {
|
|
|
442
446
|
minWidth?: string | number | undefined;
|
|
443
447
|
activated?: any;
|
|
444
448
|
class?: any;
|
|
445
|
-
elevation?: string | number | undefined;
|
|
446
449
|
theme?: string | undefined;
|
|
450
|
+
elevation?: string | number | undefined;
|
|
447
451
|
rounded?: string | number | boolean | undefined;
|
|
448
452
|
baseColor?: string | undefined;
|
|
449
453
|
bgColor?: string | undefined;
|
|
@@ -465,6 +469,7 @@ declare const VList: {
|
|
|
465
469
|
style: vue.StyleValue;
|
|
466
470
|
disabled: boolean;
|
|
467
471
|
tag: string;
|
|
472
|
+
lines: false | "one" | "two" | "three";
|
|
468
473
|
mandatory: boolean;
|
|
469
474
|
rounded: string | number | boolean;
|
|
470
475
|
tile: boolean;
|
|
@@ -475,7 +480,6 @@ declare const VList: {
|
|
|
475
480
|
selectable: boolean;
|
|
476
481
|
selectStrategy: SelectStrategyProp;
|
|
477
482
|
openStrategy: OpenStrategyProp;
|
|
478
|
-
lines: false | "one" | "two" | "three";
|
|
479
483
|
returnObject: boolean;
|
|
480
484
|
itemType: string;
|
|
481
485
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -517,6 +521,7 @@ declare const VList: {
|
|
|
517
521
|
style: vue.StyleValue;
|
|
518
522
|
disabled: boolean;
|
|
519
523
|
tag: string;
|
|
524
|
+
lines: false | "one" | "two" | "three";
|
|
520
525
|
mandatory: boolean;
|
|
521
526
|
tile: boolean;
|
|
522
527
|
density: Density;
|
|
@@ -526,7 +531,6 @@ declare const VList: {
|
|
|
526
531
|
selectable: boolean;
|
|
527
532
|
selectStrategy: SelectStrategyProp;
|
|
528
533
|
openStrategy: OpenStrategyProp;
|
|
529
|
-
lines: false | "one" | "two" | "three";
|
|
530
534
|
returnObject: boolean;
|
|
531
535
|
itemType: string;
|
|
532
536
|
} & {
|
|
@@ -540,8 +544,8 @@ declare const VList: {
|
|
|
540
544
|
minWidth?: string | number | undefined;
|
|
541
545
|
activated?: any;
|
|
542
546
|
class?: any;
|
|
543
|
-
elevation?: string | number | undefined;
|
|
544
547
|
theme?: string | undefined;
|
|
548
|
+
elevation?: string | number | undefined;
|
|
545
549
|
rounded?: string | number | boolean | undefined;
|
|
546
550
|
baseColor?: string | undefined;
|
|
547
551
|
bgColor?: string | undefined;
|
|
@@ -563,12 +567,14 @@ declare const VList: {
|
|
|
563
567
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
564
568
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
565
569
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
570
|
+
getPath: (id: unknown) => unknown[];
|
|
566
571
|
}, {}, {}, {}, {
|
|
567
572
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
568
573
|
nav: boolean;
|
|
569
574
|
style: vue.StyleValue;
|
|
570
575
|
disabled: boolean;
|
|
571
576
|
tag: string;
|
|
577
|
+
lines: false | "one" | "two" | "three";
|
|
572
578
|
mandatory: boolean;
|
|
573
579
|
rounded: string | number | boolean;
|
|
574
580
|
tile: boolean;
|
|
@@ -579,7 +585,6 @@ declare const VList: {
|
|
|
579
585
|
selectable: boolean;
|
|
580
586
|
selectStrategy: SelectStrategyProp;
|
|
581
587
|
openStrategy: OpenStrategyProp;
|
|
582
|
-
lines: false | "one" | "two" | "three";
|
|
583
588
|
returnObject: boolean;
|
|
584
589
|
itemType: string;
|
|
585
590
|
}>;
|
|
@@ -592,6 +597,7 @@ declare const VList: {
|
|
|
592
597
|
style: vue.StyleValue;
|
|
593
598
|
disabled: boolean;
|
|
594
599
|
tag: string;
|
|
600
|
+
lines: false | "one" | "two" | "three";
|
|
595
601
|
mandatory: boolean;
|
|
596
602
|
tile: boolean;
|
|
597
603
|
density: Density;
|
|
@@ -601,7 +607,6 @@ declare const VList: {
|
|
|
601
607
|
selectable: boolean;
|
|
602
608
|
selectStrategy: SelectStrategyProp;
|
|
603
609
|
openStrategy: OpenStrategyProp;
|
|
604
|
-
lines: false | "one" | "two" | "three";
|
|
605
610
|
returnObject: boolean;
|
|
606
611
|
itemType: string;
|
|
607
612
|
} & {
|
|
@@ -615,8 +620,8 @@ declare const VList: {
|
|
|
615
620
|
minWidth?: string | number | undefined;
|
|
616
621
|
activated?: any;
|
|
617
622
|
class?: any;
|
|
618
|
-
elevation?: string | number | undefined;
|
|
619
623
|
theme?: string | undefined;
|
|
624
|
+
elevation?: string | number | undefined;
|
|
620
625
|
rounded?: string | number | boolean | undefined;
|
|
621
626
|
baseColor?: string | undefined;
|
|
622
627
|
bgColor?: string | undefined;
|
|
@@ -638,6 +643,7 @@ declare const VList: {
|
|
|
638
643
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
639
644
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
640
645
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
646
|
+
getPath: (id: unknown) => unknown[];
|
|
641
647
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
642
648
|
'update:selected': (value: unknown) => true;
|
|
643
649
|
'update:activated': (value: unknown) => true;
|
|
@@ -663,6 +669,7 @@ declare const VList: {
|
|
|
663
669
|
style: vue.StyleValue;
|
|
664
670
|
disabled: boolean;
|
|
665
671
|
tag: string;
|
|
672
|
+
lines: false | "one" | "two" | "three";
|
|
666
673
|
mandatory: boolean;
|
|
667
674
|
rounded: string | number | boolean;
|
|
668
675
|
tile: boolean;
|
|
@@ -673,7 +680,6 @@ declare const VList: {
|
|
|
673
680
|
selectable: boolean;
|
|
674
681
|
selectStrategy: SelectStrategyProp;
|
|
675
682
|
openStrategy: OpenStrategyProp;
|
|
676
|
-
lines: false | "one" | "two" | "three";
|
|
677
683
|
returnObject: boolean;
|
|
678
684
|
itemType: string;
|
|
679
685
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -956,6 +962,7 @@ declare const VMenu: {
|
|
|
956
962
|
style: vue.StyleValue;
|
|
957
963
|
eager: boolean;
|
|
958
964
|
disabled: boolean;
|
|
965
|
+
persistent: boolean;
|
|
959
966
|
modelValue: boolean;
|
|
960
967
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
961
968
|
updateLocation: (e?: Event) => void;
|
|
@@ -969,7 +976,6 @@ declare const VMenu: {
|
|
|
969
976
|
closeOnBack: boolean;
|
|
970
977
|
contained: boolean;
|
|
971
978
|
noClickAnimation: boolean;
|
|
972
|
-
persistent: boolean;
|
|
973
979
|
scrim: string | boolean;
|
|
974
980
|
submenu: boolean;
|
|
975
981
|
} & {
|
|
@@ -1042,6 +1048,7 @@ declare const VMenu: {
|
|
|
1042
1048
|
style: vue.StyleValue;
|
|
1043
1049
|
eager: boolean;
|
|
1044
1050
|
disabled: boolean;
|
|
1051
|
+
persistent: boolean;
|
|
1045
1052
|
modelValue: boolean;
|
|
1046
1053
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1047
1054
|
updateLocation: (e?: Event) => void;
|
|
@@ -1055,7 +1062,6 @@ declare const VMenu: {
|
|
|
1055
1062
|
closeOnBack: boolean;
|
|
1056
1063
|
contained: boolean;
|
|
1057
1064
|
noClickAnimation: boolean;
|
|
1058
|
-
persistent: boolean;
|
|
1059
1065
|
scrim: string | boolean;
|
|
1060
1066
|
_disableGlobalStack: boolean;
|
|
1061
1067
|
}> & Omit<{
|
|
@@ -1069,6 +1075,7 @@ declare const VMenu: {
|
|
|
1069
1075
|
style: vue.StyleValue;
|
|
1070
1076
|
eager: boolean;
|
|
1071
1077
|
disabled: boolean;
|
|
1078
|
+
persistent: boolean;
|
|
1072
1079
|
modelValue: boolean;
|
|
1073
1080
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1074
1081
|
updateLocation: (e?: Event) => void;
|
|
@@ -1080,7 +1087,6 @@ declare const VMenu: {
|
|
|
1080
1087
|
closeOnBack: boolean;
|
|
1081
1088
|
contained: boolean;
|
|
1082
1089
|
noClickAnimation: boolean;
|
|
1083
|
-
persistent: boolean;
|
|
1084
1090
|
scrim: string | boolean;
|
|
1085
1091
|
_disableGlobalStack: boolean;
|
|
1086
1092
|
offset?: string | number | number[] | undefined;
|
|
@@ -1095,9 +1101,9 @@ declare const VMenu: {
|
|
|
1095
1101
|
class?: any;
|
|
1096
1102
|
theme?: string | undefined;
|
|
1097
1103
|
contentClass?: any;
|
|
1098
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1099
1104
|
closeDelay?: string | number | undefined;
|
|
1100
1105
|
openDelay?: string | number | undefined;
|
|
1106
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1101
1107
|
openOnClick?: boolean | undefined;
|
|
1102
1108
|
openOnFocus?: boolean | undefined;
|
|
1103
1109
|
contentProps?: any;
|
|
@@ -1147,6 +1153,7 @@ declare const VMenu: {
|
|
|
1147
1153
|
style: vue.StyleValue;
|
|
1148
1154
|
eager: boolean;
|
|
1149
1155
|
disabled: boolean;
|
|
1156
|
+
persistent: boolean;
|
|
1150
1157
|
modelValue: boolean;
|
|
1151
1158
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1152
1159
|
updateLocation: (e?: Event) => void;
|
|
@@ -1158,7 +1165,6 @@ declare const VMenu: {
|
|
|
1158
1165
|
closeOnBack: boolean;
|
|
1159
1166
|
contained: boolean;
|
|
1160
1167
|
noClickAnimation: boolean;
|
|
1161
|
-
persistent: boolean;
|
|
1162
1168
|
scrim: string | boolean;
|
|
1163
1169
|
_disableGlobalStack: boolean;
|
|
1164
1170
|
} & {
|
|
@@ -1174,9 +1180,9 @@ declare const VMenu: {
|
|
|
1174
1180
|
class?: any;
|
|
1175
1181
|
theme?: string | undefined;
|
|
1176
1182
|
contentClass?: any;
|
|
1177
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1178
1183
|
closeDelay?: string | number | undefined;
|
|
1179
1184
|
openDelay?: string | number | undefined;
|
|
1185
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1180
1186
|
openOnClick?: boolean | undefined;
|
|
1181
1187
|
openOnFocus?: boolean | undefined;
|
|
1182
1188
|
contentProps?: any;
|
|
@@ -1218,7 +1224,7 @@ declare const VMenu: {
|
|
|
1218
1224
|
onAfterLeave?: (() => any) | undefined;
|
|
1219
1225
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1220
1226
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1221
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1227
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1222
1228
|
$attrs: {
|
|
1223
1229
|
[x: string]: unknown;
|
|
1224
1230
|
};
|
|
@@ -1237,7 +1243,7 @@ declare const VMenu: {
|
|
|
1237
1243
|
}>;
|
|
1238
1244
|
$root: vue.ComponentPublicInstance | null;
|
|
1239
1245
|
$parent: vue.ComponentPublicInstance | null;
|
|
1240
|
-
$emit: ((event: "
|
|
1246
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1241
1247
|
$el: any;
|
|
1242
1248
|
$options: vue.ComponentOptionsBase<{
|
|
1243
1249
|
absolute: boolean;
|
|
@@ -1250,6 +1256,7 @@ declare const VMenu: {
|
|
|
1250
1256
|
style: vue.StyleValue;
|
|
1251
1257
|
eager: boolean;
|
|
1252
1258
|
disabled: boolean;
|
|
1259
|
+
persistent: boolean;
|
|
1253
1260
|
modelValue: boolean;
|
|
1254
1261
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1255
1262
|
updateLocation: (e?: Event) => void;
|
|
@@ -1261,7 +1268,6 @@ declare const VMenu: {
|
|
|
1261
1268
|
closeOnBack: boolean;
|
|
1262
1269
|
contained: boolean;
|
|
1263
1270
|
noClickAnimation: boolean;
|
|
1264
|
-
persistent: boolean;
|
|
1265
1271
|
scrim: string | boolean;
|
|
1266
1272
|
_disableGlobalStack: boolean;
|
|
1267
1273
|
} & {
|
|
@@ -1277,9 +1283,9 @@ declare const VMenu: {
|
|
|
1277
1283
|
class?: any;
|
|
1278
1284
|
theme?: string | undefined;
|
|
1279
1285
|
contentClass?: any;
|
|
1280
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1281
1286
|
closeDelay?: string | number | undefined;
|
|
1282
1287
|
openDelay?: string | number | undefined;
|
|
1288
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1283
1289
|
openOnClick?: boolean | undefined;
|
|
1284
1290
|
openOnFocus?: boolean | undefined;
|
|
1285
1291
|
contentProps?: any;
|
|
@@ -1346,6 +1352,7 @@ declare const VMenu: {
|
|
|
1346
1352
|
style: vue.StyleValue;
|
|
1347
1353
|
eager: boolean;
|
|
1348
1354
|
disabled: boolean;
|
|
1355
|
+
persistent: boolean;
|
|
1349
1356
|
modelValue: boolean;
|
|
1350
1357
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1351
1358
|
updateLocation: (e?: Event) => void;
|
|
@@ -1359,7 +1366,6 @@ declare const VMenu: {
|
|
|
1359
1366
|
closeOnBack: boolean;
|
|
1360
1367
|
contained: boolean;
|
|
1361
1368
|
noClickAnimation: boolean;
|
|
1362
|
-
persistent: boolean;
|
|
1363
1369
|
scrim: string | boolean;
|
|
1364
1370
|
_disableGlobalStack: boolean;
|
|
1365
1371
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1402,6 +1408,7 @@ declare const VMenu: {
|
|
|
1402
1408
|
style: vue.StyleValue;
|
|
1403
1409
|
eager: boolean;
|
|
1404
1410
|
disabled: boolean;
|
|
1411
|
+
persistent: boolean;
|
|
1405
1412
|
modelValue: boolean;
|
|
1406
1413
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1407
1414
|
updateLocation: (e?: Event) => void;
|
|
@@ -1413,7 +1420,6 @@ declare const VMenu: {
|
|
|
1413
1420
|
closeOnBack: boolean;
|
|
1414
1421
|
contained: boolean;
|
|
1415
1422
|
noClickAnimation: boolean;
|
|
1416
|
-
persistent: boolean;
|
|
1417
1423
|
scrim: string | boolean;
|
|
1418
1424
|
_disableGlobalStack: boolean;
|
|
1419
1425
|
} & {
|
|
@@ -1429,9 +1435,9 @@ declare const VMenu: {
|
|
|
1429
1435
|
class?: any;
|
|
1430
1436
|
theme?: string | undefined;
|
|
1431
1437
|
contentClass?: any;
|
|
1432
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1433
1438
|
closeDelay?: string | number | undefined;
|
|
1434
1439
|
openDelay?: string | number | undefined;
|
|
1440
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1435
1441
|
openOnClick?: boolean | undefined;
|
|
1436
1442
|
openOnFocus?: boolean | undefined;
|
|
1437
1443
|
contentProps?: any;
|
|
@@ -1482,7 +1488,21 @@ declare const VMenu: {
|
|
|
1482
1488
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1483
1489
|
localTop: vue.ComputedRef<boolean>;
|
|
1484
1490
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1485
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1491
|
+
}> & {} & 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}`> & {
|
|
1492
|
+
_allExposed: {
|
|
1493
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1494
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1495
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1496
|
+
animateClick: () => void;
|
|
1497
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1498
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1499
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1500
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1501
|
+
} | {
|
|
1502
|
+
id: vue.ComputedRef<string>;
|
|
1503
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
1504
|
+
};
|
|
1505
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1486
1506
|
'update:modelValue': (value: boolean) => true;
|
|
1487
1507
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1488
1508
|
location: Anchor | undefined;
|
|
@@ -1496,6 +1516,7 @@ declare const VMenu: {
|
|
|
1496
1516
|
style: vue.StyleValue;
|
|
1497
1517
|
eager: boolean;
|
|
1498
1518
|
disabled: boolean;
|
|
1519
|
+
persistent: boolean;
|
|
1499
1520
|
modelValue: boolean;
|
|
1500
1521
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1501
1522
|
updateLocation: (e?: Event) => void;
|
|
@@ -1509,7 +1530,6 @@ declare const VMenu: {
|
|
|
1509
1530
|
closeOnBack: boolean;
|
|
1510
1531
|
contained: boolean;
|
|
1511
1532
|
noClickAnimation: boolean;
|
|
1512
|
-
persistent: boolean;
|
|
1513
1533
|
scrim: string | boolean;
|
|
1514
1534
|
submenu: boolean;
|
|
1515
1535
|
} & {
|
|
@@ -1577,6 +1597,7 @@ declare const VMenu: {
|
|
|
1577
1597
|
style: vue.StyleValue;
|
|
1578
1598
|
eager: boolean;
|
|
1579
1599
|
disabled: boolean;
|
|
1600
|
+
persistent: boolean;
|
|
1580
1601
|
modelValue: boolean;
|
|
1581
1602
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1582
1603
|
updateLocation: (e?: Event) => void;
|
|
@@ -1592,7 +1613,6 @@ declare const VMenu: {
|
|
|
1592
1613
|
closeOnBack: boolean;
|
|
1593
1614
|
contained: boolean;
|
|
1594
1615
|
noClickAnimation: boolean;
|
|
1595
|
-
persistent: boolean;
|
|
1596
1616
|
scrim: string | boolean;
|
|
1597
1617
|
submenu: boolean;
|
|
1598
1618
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -1623,6 +1643,7 @@ declare const VMenu: {
|
|
|
1623
1643
|
style: vue.StyleValue;
|
|
1624
1644
|
eager: boolean;
|
|
1625
1645
|
disabled: boolean;
|
|
1646
|
+
persistent: boolean;
|
|
1626
1647
|
modelValue: boolean;
|
|
1627
1648
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1628
1649
|
updateLocation: (e?: Event) => void;
|
|
@@ -1636,7 +1657,6 @@ declare const VMenu: {
|
|
|
1636
1657
|
closeOnBack: boolean;
|
|
1637
1658
|
contained: boolean;
|
|
1638
1659
|
noClickAnimation: boolean;
|
|
1639
|
-
persistent: boolean;
|
|
1640
1660
|
scrim: string | boolean;
|
|
1641
1661
|
submenu: boolean;
|
|
1642
1662
|
} & {
|
|
@@ -1709,6 +1729,7 @@ declare const VMenu: {
|
|
|
1709
1729
|
style: vue.StyleValue;
|
|
1710
1730
|
eager: boolean;
|
|
1711
1731
|
disabled: boolean;
|
|
1732
|
+
persistent: boolean;
|
|
1712
1733
|
modelValue: boolean;
|
|
1713
1734
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1714
1735
|
updateLocation: (e?: Event) => void;
|
|
@@ -1722,7 +1743,6 @@ declare const VMenu: {
|
|
|
1722
1743
|
closeOnBack: boolean;
|
|
1723
1744
|
contained: boolean;
|
|
1724
1745
|
noClickAnimation: boolean;
|
|
1725
|
-
persistent: boolean;
|
|
1726
1746
|
scrim: string | boolean;
|
|
1727
1747
|
_disableGlobalStack: boolean;
|
|
1728
1748
|
}> & Omit<{
|
|
@@ -1736,6 +1756,7 @@ declare const VMenu: {
|
|
|
1736
1756
|
style: vue.StyleValue;
|
|
1737
1757
|
eager: boolean;
|
|
1738
1758
|
disabled: boolean;
|
|
1759
|
+
persistent: boolean;
|
|
1739
1760
|
modelValue: boolean;
|
|
1740
1761
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1741
1762
|
updateLocation: (e?: Event) => void;
|
|
@@ -1747,7 +1768,6 @@ declare const VMenu: {
|
|
|
1747
1768
|
closeOnBack: boolean;
|
|
1748
1769
|
contained: boolean;
|
|
1749
1770
|
noClickAnimation: boolean;
|
|
1750
|
-
persistent: boolean;
|
|
1751
1771
|
scrim: string | boolean;
|
|
1752
1772
|
_disableGlobalStack: boolean;
|
|
1753
1773
|
offset?: string | number | number[] | undefined;
|
|
@@ -1762,9 +1782,9 @@ declare const VMenu: {
|
|
|
1762
1782
|
class?: any;
|
|
1763
1783
|
theme?: string | undefined;
|
|
1764
1784
|
contentClass?: any;
|
|
1765
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1766
1785
|
closeDelay?: string | number | undefined;
|
|
1767
1786
|
openDelay?: string | number | undefined;
|
|
1787
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1768
1788
|
openOnClick?: boolean | undefined;
|
|
1769
1789
|
openOnFocus?: boolean | undefined;
|
|
1770
1790
|
contentProps?: any;
|
|
@@ -1814,6 +1834,7 @@ declare const VMenu: {
|
|
|
1814
1834
|
style: vue.StyleValue;
|
|
1815
1835
|
eager: boolean;
|
|
1816
1836
|
disabled: boolean;
|
|
1837
|
+
persistent: boolean;
|
|
1817
1838
|
modelValue: boolean;
|
|
1818
1839
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1819
1840
|
updateLocation: (e?: Event) => void;
|
|
@@ -1825,7 +1846,6 @@ declare const VMenu: {
|
|
|
1825
1846
|
closeOnBack: boolean;
|
|
1826
1847
|
contained: boolean;
|
|
1827
1848
|
noClickAnimation: boolean;
|
|
1828
|
-
persistent: boolean;
|
|
1829
1849
|
scrim: string | boolean;
|
|
1830
1850
|
_disableGlobalStack: boolean;
|
|
1831
1851
|
} & {
|
|
@@ -1841,9 +1861,9 @@ declare const VMenu: {
|
|
|
1841
1861
|
class?: any;
|
|
1842
1862
|
theme?: string | undefined;
|
|
1843
1863
|
contentClass?: any;
|
|
1844
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1845
1864
|
closeDelay?: string | number | undefined;
|
|
1846
1865
|
openDelay?: string | number | undefined;
|
|
1866
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1847
1867
|
openOnClick?: boolean | undefined;
|
|
1848
1868
|
openOnFocus?: boolean | undefined;
|
|
1849
1869
|
contentProps?: any;
|
|
@@ -1885,7 +1905,7 @@ declare const VMenu: {
|
|
|
1885
1905
|
onAfterLeave?: (() => any) | undefined;
|
|
1886
1906
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1887
1907
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1888
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1908
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1889
1909
|
$attrs: {
|
|
1890
1910
|
[x: string]: unknown;
|
|
1891
1911
|
};
|
|
@@ -1904,7 +1924,7 @@ declare const VMenu: {
|
|
|
1904
1924
|
}>;
|
|
1905
1925
|
$root: vue.ComponentPublicInstance | null;
|
|
1906
1926
|
$parent: vue.ComponentPublicInstance | null;
|
|
1907
|
-
$emit: ((event: "
|
|
1927
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1908
1928
|
$el: any;
|
|
1909
1929
|
$options: vue.ComponentOptionsBase<{
|
|
1910
1930
|
absolute: boolean;
|
|
@@ -1917,6 +1937,7 @@ declare const VMenu: {
|
|
|
1917
1937
|
style: vue.StyleValue;
|
|
1918
1938
|
eager: boolean;
|
|
1919
1939
|
disabled: boolean;
|
|
1940
|
+
persistent: boolean;
|
|
1920
1941
|
modelValue: boolean;
|
|
1921
1942
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1922
1943
|
updateLocation: (e?: Event) => void;
|
|
@@ -1928,7 +1949,6 @@ declare const VMenu: {
|
|
|
1928
1949
|
closeOnBack: boolean;
|
|
1929
1950
|
contained: boolean;
|
|
1930
1951
|
noClickAnimation: boolean;
|
|
1931
|
-
persistent: boolean;
|
|
1932
1952
|
scrim: string | boolean;
|
|
1933
1953
|
_disableGlobalStack: boolean;
|
|
1934
1954
|
} & {
|
|
@@ -1944,9 +1964,9 @@ declare const VMenu: {
|
|
|
1944
1964
|
class?: any;
|
|
1945
1965
|
theme?: string | undefined;
|
|
1946
1966
|
contentClass?: any;
|
|
1947
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1948
1967
|
closeDelay?: string | number | undefined;
|
|
1949
1968
|
openDelay?: string | number | undefined;
|
|
1969
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1950
1970
|
openOnClick?: boolean | undefined;
|
|
1951
1971
|
openOnFocus?: boolean | undefined;
|
|
1952
1972
|
contentProps?: any;
|
|
@@ -2013,6 +2033,7 @@ declare const VMenu: {
|
|
|
2013
2033
|
style: vue.StyleValue;
|
|
2014
2034
|
eager: boolean;
|
|
2015
2035
|
disabled: boolean;
|
|
2036
|
+
persistent: boolean;
|
|
2016
2037
|
modelValue: boolean;
|
|
2017
2038
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2018
2039
|
updateLocation: (e?: Event) => void;
|
|
@@ -2026,7 +2047,6 @@ declare const VMenu: {
|
|
|
2026
2047
|
closeOnBack: boolean;
|
|
2027
2048
|
contained: boolean;
|
|
2028
2049
|
noClickAnimation: boolean;
|
|
2029
|
-
persistent: boolean;
|
|
2030
2050
|
scrim: string | boolean;
|
|
2031
2051
|
_disableGlobalStack: boolean;
|
|
2032
2052
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2069,6 +2089,7 @@ declare const VMenu: {
|
|
|
2069
2089
|
style: vue.StyleValue;
|
|
2070
2090
|
eager: boolean;
|
|
2071
2091
|
disabled: boolean;
|
|
2092
|
+
persistent: boolean;
|
|
2072
2093
|
modelValue: boolean;
|
|
2073
2094
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2074
2095
|
updateLocation: (e?: Event) => void;
|
|
@@ -2080,7 +2101,6 @@ declare const VMenu: {
|
|
|
2080
2101
|
closeOnBack: boolean;
|
|
2081
2102
|
contained: boolean;
|
|
2082
2103
|
noClickAnimation: boolean;
|
|
2083
|
-
persistent: boolean;
|
|
2084
2104
|
scrim: string | boolean;
|
|
2085
2105
|
_disableGlobalStack: boolean;
|
|
2086
2106
|
} & {
|
|
@@ -2096,9 +2116,9 @@ declare const VMenu: {
|
|
|
2096
2116
|
class?: any;
|
|
2097
2117
|
theme?: string | undefined;
|
|
2098
2118
|
contentClass?: any;
|
|
2099
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2100
2119
|
closeDelay?: string | number | undefined;
|
|
2101
2120
|
openDelay?: string | number | undefined;
|
|
2121
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2102
2122
|
openOnClick?: boolean | undefined;
|
|
2103
2123
|
openOnFocus?: boolean | undefined;
|
|
2104
2124
|
contentProps?: any;
|
|
@@ -2149,7 +2169,21 @@ declare const VMenu: {
|
|
|
2149
2169
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2150
2170
|
localTop: vue.ComputedRef<boolean>;
|
|
2151
2171
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2152
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
2172
|
+
}> & {} & 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}`> & {
|
|
2173
|
+
_allExposed: {
|
|
2174
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2175
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
2176
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
2177
|
+
animateClick: () => void;
|
|
2178
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
2179
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2180
|
+
localTop: vue.ComputedRef<boolean>;
|
|
2181
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2182
|
+
} | {
|
|
2183
|
+
id: vue.ComputedRef<string>;
|
|
2184
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
2185
|
+
};
|
|
2186
|
+
}, {}, {}, {}, {
|
|
2153
2187
|
location: Anchor | undefined;
|
|
2154
2188
|
origin: "auto" | Anchor | "overlap";
|
|
2155
2189
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -2161,6 +2195,7 @@ declare const VMenu: {
|
|
|
2161
2195
|
style: vue.StyleValue;
|
|
2162
2196
|
eager: boolean;
|
|
2163
2197
|
disabled: boolean;
|
|
2198
|
+
persistent: boolean;
|
|
2164
2199
|
modelValue: boolean;
|
|
2165
2200
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2166
2201
|
updateLocation: (e?: Event) => void;
|
|
@@ -2176,7 +2211,6 @@ declare const VMenu: {
|
|
|
2176
2211
|
closeOnBack: boolean;
|
|
2177
2212
|
contained: boolean;
|
|
2178
2213
|
noClickAnimation: boolean;
|
|
2179
|
-
persistent: boolean;
|
|
2180
2214
|
scrim: string | boolean;
|
|
2181
2215
|
submenu: boolean;
|
|
2182
2216
|
}>;
|
|
@@ -2195,6 +2229,7 @@ declare const VMenu: {
|
|
|
2195
2229
|
style: vue.StyleValue;
|
|
2196
2230
|
eager: boolean;
|
|
2197
2231
|
disabled: boolean;
|
|
2232
|
+
persistent: boolean;
|
|
2198
2233
|
modelValue: boolean;
|
|
2199
2234
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2200
2235
|
updateLocation: (e?: Event) => void;
|
|
@@ -2208,7 +2243,6 @@ declare const VMenu: {
|
|
|
2208
2243
|
closeOnBack: boolean;
|
|
2209
2244
|
contained: boolean;
|
|
2210
2245
|
noClickAnimation: boolean;
|
|
2211
|
-
persistent: boolean;
|
|
2212
2246
|
scrim: string | boolean;
|
|
2213
2247
|
submenu: boolean;
|
|
2214
2248
|
} & {
|
|
@@ -2281,6 +2315,7 @@ declare const VMenu: {
|
|
|
2281
2315
|
style: vue.StyleValue;
|
|
2282
2316
|
eager: boolean;
|
|
2283
2317
|
disabled: boolean;
|
|
2318
|
+
persistent: boolean;
|
|
2284
2319
|
modelValue: boolean;
|
|
2285
2320
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2286
2321
|
updateLocation: (e?: Event) => void;
|
|
@@ -2294,7 +2329,6 @@ declare const VMenu: {
|
|
|
2294
2329
|
closeOnBack: boolean;
|
|
2295
2330
|
contained: boolean;
|
|
2296
2331
|
noClickAnimation: boolean;
|
|
2297
|
-
persistent: boolean;
|
|
2298
2332
|
scrim: string | boolean;
|
|
2299
2333
|
_disableGlobalStack: boolean;
|
|
2300
2334
|
}> & Omit<{
|
|
@@ -2308,6 +2342,7 @@ declare const VMenu: {
|
|
|
2308
2342
|
style: vue.StyleValue;
|
|
2309
2343
|
eager: boolean;
|
|
2310
2344
|
disabled: boolean;
|
|
2345
|
+
persistent: boolean;
|
|
2311
2346
|
modelValue: boolean;
|
|
2312
2347
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2313
2348
|
updateLocation: (e?: Event) => void;
|
|
@@ -2319,7 +2354,6 @@ declare const VMenu: {
|
|
|
2319
2354
|
closeOnBack: boolean;
|
|
2320
2355
|
contained: boolean;
|
|
2321
2356
|
noClickAnimation: boolean;
|
|
2322
|
-
persistent: boolean;
|
|
2323
2357
|
scrim: string | boolean;
|
|
2324
2358
|
_disableGlobalStack: boolean;
|
|
2325
2359
|
offset?: string | number | number[] | undefined;
|
|
@@ -2334,9 +2368,9 @@ declare const VMenu: {
|
|
|
2334
2368
|
class?: any;
|
|
2335
2369
|
theme?: string | undefined;
|
|
2336
2370
|
contentClass?: any;
|
|
2337
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2338
2371
|
closeDelay?: string | number | undefined;
|
|
2339
2372
|
openDelay?: string | number | undefined;
|
|
2373
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2340
2374
|
openOnClick?: boolean | undefined;
|
|
2341
2375
|
openOnFocus?: boolean | undefined;
|
|
2342
2376
|
contentProps?: any;
|
|
@@ -2386,6 +2420,7 @@ declare const VMenu: {
|
|
|
2386
2420
|
style: vue.StyleValue;
|
|
2387
2421
|
eager: boolean;
|
|
2388
2422
|
disabled: boolean;
|
|
2423
|
+
persistent: boolean;
|
|
2389
2424
|
modelValue: boolean;
|
|
2390
2425
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2391
2426
|
updateLocation: (e?: Event) => void;
|
|
@@ -2397,7 +2432,6 @@ declare const VMenu: {
|
|
|
2397
2432
|
closeOnBack: boolean;
|
|
2398
2433
|
contained: boolean;
|
|
2399
2434
|
noClickAnimation: boolean;
|
|
2400
|
-
persistent: boolean;
|
|
2401
2435
|
scrim: string | boolean;
|
|
2402
2436
|
_disableGlobalStack: boolean;
|
|
2403
2437
|
} & {
|
|
@@ -2413,9 +2447,9 @@ declare const VMenu: {
|
|
|
2413
2447
|
class?: any;
|
|
2414
2448
|
theme?: string | undefined;
|
|
2415
2449
|
contentClass?: any;
|
|
2416
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2417
2450
|
closeDelay?: string | number | undefined;
|
|
2418
2451
|
openDelay?: string | number | undefined;
|
|
2452
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2419
2453
|
openOnClick?: boolean | undefined;
|
|
2420
2454
|
openOnFocus?: boolean | undefined;
|
|
2421
2455
|
contentProps?: any;
|
|
@@ -2457,7 +2491,7 @@ declare const VMenu: {
|
|
|
2457
2491
|
onAfterLeave?: (() => any) | undefined;
|
|
2458
2492
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2459
2493
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
2460
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
2494
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
2461
2495
|
$attrs: {
|
|
2462
2496
|
[x: string]: unknown;
|
|
2463
2497
|
};
|
|
@@ -2476,7 +2510,7 @@ declare const VMenu: {
|
|
|
2476
2510
|
}>;
|
|
2477
2511
|
$root: vue.ComponentPublicInstance | null;
|
|
2478
2512
|
$parent: vue.ComponentPublicInstance | null;
|
|
2479
|
-
$emit: ((event: "
|
|
2513
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
2480
2514
|
$el: any;
|
|
2481
2515
|
$options: vue.ComponentOptionsBase<{
|
|
2482
2516
|
absolute: boolean;
|
|
@@ -2489,6 +2523,7 @@ declare const VMenu: {
|
|
|
2489
2523
|
style: vue.StyleValue;
|
|
2490
2524
|
eager: boolean;
|
|
2491
2525
|
disabled: boolean;
|
|
2526
|
+
persistent: boolean;
|
|
2492
2527
|
modelValue: boolean;
|
|
2493
2528
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2494
2529
|
updateLocation: (e?: Event) => void;
|
|
@@ -2500,7 +2535,6 @@ declare const VMenu: {
|
|
|
2500
2535
|
closeOnBack: boolean;
|
|
2501
2536
|
contained: boolean;
|
|
2502
2537
|
noClickAnimation: boolean;
|
|
2503
|
-
persistent: boolean;
|
|
2504
2538
|
scrim: string | boolean;
|
|
2505
2539
|
_disableGlobalStack: boolean;
|
|
2506
2540
|
} & {
|
|
@@ -2516,9 +2550,9 @@ declare const VMenu: {
|
|
|
2516
2550
|
class?: any;
|
|
2517
2551
|
theme?: string | undefined;
|
|
2518
2552
|
contentClass?: any;
|
|
2519
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2520
2553
|
closeDelay?: string | number | undefined;
|
|
2521
2554
|
openDelay?: string | number | undefined;
|
|
2555
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2522
2556
|
openOnClick?: boolean | undefined;
|
|
2523
2557
|
openOnFocus?: boolean | undefined;
|
|
2524
2558
|
contentProps?: any;
|
|
@@ -2585,6 +2619,7 @@ declare const VMenu: {
|
|
|
2585
2619
|
style: vue.StyleValue;
|
|
2586
2620
|
eager: boolean;
|
|
2587
2621
|
disabled: boolean;
|
|
2622
|
+
persistent: boolean;
|
|
2588
2623
|
modelValue: boolean;
|
|
2589
2624
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2590
2625
|
updateLocation: (e?: Event) => void;
|
|
@@ -2598,7 +2633,6 @@ declare const VMenu: {
|
|
|
2598
2633
|
closeOnBack: boolean;
|
|
2599
2634
|
contained: boolean;
|
|
2600
2635
|
noClickAnimation: boolean;
|
|
2601
|
-
persistent: boolean;
|
|
2602
2636
|
scrim: string | boolean;
|
|
2603
2637
|
_disableGlobalStack: boolean;
|
|
2604
2638
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2641,6 +2675,7 @@ declare const VMenu: {
|
|
|
2641
2675
|
style: vue.StyleValue;
|
|
2642
2676
|
eager: boolean;
|
|
2643
2677
|
disabled: boolean;
|
|
2678
|
+
persistent: boolean;
|
|
2644
2679
|
modelValue: boolean;
|
|
2645
2680
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2646
2681
|
updateLocation: (e?: Event) => void;
|
|
@@ -2652,7 +2687,6 @@ declare const VMenu: {
|
|
|
2652
2687
|
closeOnBack: boolean;
|
|
2653
2688
|
contained: boolean;
|
|
2654
2689
|
noClickAnimation: boolean;
|
|
2655
|
-
persistent: boolean;
|
|
2656
2690
|
scrim: string | boolean;
|
|
2657
2691
|
_disableGlobalStack: boolean;
|
|
2658
2692
|
} & {
|
|
@@ -2668,9 +2702,9 @@ declare const VMenu: {
|
|
|
2668
2702
|
class?: any;
|
|
2669
2703
|
theme?: string | undefined;
|
|
2670
2704
|
contentClass?: any;
|
|
2671
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2672
2705
|
closeDelay?: string | number | undefined;
|
|
2673
2706
|
openDelay?: string | number | undefined;
|
|
2707
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2674
2708
|
openOnClick?: boolean | undefined;
|
|
2675
2709
|
openOnFocus?: boolean | undefined;
|
|
2676
2710
|
contentProps?: any;
|
|
@@ -2721,7 +2755,21 @@ declare const VMenu: {
|
|
|
2721
2755
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2722
2756
|
localTop: vue.ComputedRef<boolean>;
|
|
2723
2757
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2724
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
2758
|
+
}> & {} & 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}`> & {
|
|
2759
|
+
_allExposed: {
|
|
2760
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2761
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
2762
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
2763
|
+
animateClick: () => void;
|
|
2764
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
2765
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2766
|
+
localTop: vue.ComputedRef<boolean>;
|
|
2767
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2768
|
+
} | {
|
|
2769
|
+
id: vue.ComputedRef<string>;
|
|
2770
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
2771
|
+
};
|
|
2772
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2725
2773
|
'update:modelValue': (value: boolean) => true;
|
|
2726
2774
|
}, string, {
|
|
2727
2775
|
location: Anchor | undefined;
|
|
@@ -2735,6 +2783,7 @@ declare const VMenu: {
|
|
|
2735
2783
|
style: vue.StyleValue;
|
|
2736
2784
|
eager: boolean;
|
|
2737
2785
|
disabled: boolean;
|
|
2786
|
+
persistent: boolean;
|
|
2738
2787
|
modelValue: boolean;
|
|
2739
2788
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2740
2789
|
updateLocation: (e?: Event) => void;
|
|
@@ -2750,7 +2799,6 @@ declare const VMenu: {
|
|
|
2750
2799
|
closeOnBack: boolean;
|
|
2751
2800
|
contained: boolean;
|
|
2752
2801
|
noClickAnimation: boolean;
|
|
2753
|
-
persistent: boolean;
|
|
2754
2802
|
scrim: string | boolean;
|
|
2755
2803
|
submenu: boolean;
|
|
2756
2804
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2813,9 +2861,9 @@ declare const VMenu: {
|
|
|
2813
2861
|
disabled: BooleanConstructor;
|
|
2814
2862
|
class: vue.PropType<ClassValue>;
|
|
2815
2863
|
theme: StringConstructor;
|
|
2864
|
+
persistent: BooleanConstructor;
|
|
2816
2865
|
modelValue: BooleanConstructor;
|
|
2817
2866
|
contentClass: null;
|
|
2818
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2819
2867
|
locationStrategy: Omit<{
|
|
2820
2868
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2821
2869
|
default: string;
|
|
@@ -2844,6 +2892,7 @@ declare const VMenu: {
|
|
|
2844
2892
|
type: vue.PropType<string | number>;
|
|
2845
2893
|
default: NonNullable<string | number>;
|
|
2846
2894
|
};
|
|
2895
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2847
2896
|
activatorProps: {
|
|
2848
2897
|
type: vue.PropType<Record<string, any>>;
|
|
2849
2898
|
default: () => {};
|
|
@@ -2868,7 +2917,6 @@ declare const VMenu: {
|
|
|
2868
2917
|
contained: BooleanConstructor;
|
|
2869
2918
|
contentProps: null;
|
|
2870
2919
|
noClickAnimation: BooleanConstructor;
|
|
2871
|
-
persistent: BooleanConstructor;
|
|
2872
2920
|
scrim: Omit<{
|
|
2873
2921
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2874
2922
|
default: boolean;
|
|
@@ -2930,9 +2978,9 @@ declare const VMenu: {
|
|
|
2930
2978
|
disabled: BooleanConstructor;
|
|
2931
2979
|
class: vue.PropType<ClassValue>;
|
|
2932
2980
|
theme: StringConstructor;
|
|
2981
|
+
persistent: BooleanConstructor;
|
|
2933
2982
|
modelValue: BooleanConstructor;
|
|
2934
2983
|
contentClass: null;
|
|
2935
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2936
2984
|
locationStrategy: Omit<{
|
|
2937
2985
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2938
2986
|
default: string;
|
|
@@ -2961,6 +3009,7 @@ declare const VMenu: {
|
|
|
2961
3009
|
type: vue.PropType<string | number>;
|
|
2962
3010
|
default: NonNullable<string | number>;
|
|
2963
3011
|
};
|
|
3012
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2964
3013
|
activatorProps: {
|
|
2965
3014
|
type: vue.PropType<Record<string, any>>;
|
|
2966
3015
|
default: () => {};
|
|
@@ -2985,7 +3034,6 @@ declare const VMenu: {
|
|
|
2985
3034
|
contained: BooleanConstructor;
|
|
2986
3035
|
contentProps: null;
|
|
2987
3036
|
noClickAnimation: BooleanConstructor;
|
|
2988
|
-
persistent: BooleanConstructor;
|
|
2989
3037
|
scrim: Omit<{
|
|
2990
3038
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2991
3039
|
default: boolean;
|
|
@@ -3064,8 +3112,8 @@ declare const VAutocomplete: {
|
|
|
3064
3112
|
label?: string | undefined;
|
|
3065
3113
|
prefix?: string | undefined;
|
|
3066
3114
|
class?: any;
|
|
3067
|
-
placeholder?: string | undefined;
|
|
3068
3115
|
theme?: string | undefined;
|
|
3116
|
+
placeholder?: string | undefined;
|
|
3069
3117
|
counter?: string | number | boolean | undefined;
|
|
3070
3118
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3071
3119
|
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;
|
|
@@ -3094,6 +3142,7 @@ declare const VAutocomplete: {
|
|
|
3094
3142
|
style: vue.StyleValue;
|
|
3095
3143
|
disabled: boolean;
|
|
3096
3144
|
tag: string;
|
|
3145
|
+
lines: false | "one" | "two" | "three";
|
|
3097
3146
|
mandatory: boolean;
|
|
3098
3147
|
rounded: string | number | boolean;
|
|
3099
3148
|
tile: boolean;
|
|
@@ -3104,7 +3153,6 @@ declare const VAutocomplete: {
|
|
|
3104
3153
|
selectable: boolean;
|
|
3105
3154
|
selectStrategy: SelectStrategyProp;
|
|
3106
3155
|
openStrategy: OpenStrategyProp;
|
|
3107
|
-
lines: false | "one" | "two" | "three";
|
|
3108
3156
|
returnObject: boolean;
|
|
3109
3157
|
itemType: string;
|
|
3110
3158
|
}> & Omit<{
|
|
@@ -3113,6 +3161,7 @@ declare const VAutocomplete: {
|
|
|
3113
3161
|
style: vue.StyleValue;
|
|
3114
3162
|
disabled: boolean;
|
|
3115
3163
|
tag: string;
|
|
3164
|
+
lines: false | "one" | "two" | "three";
|
|
3116
3165
|
mandatory: boolean;
|
|
3117
3166
|
tile: boolean;
|
|
3118
3167
|
density: Density;
|
|
@@ -3122,7 +3171,6 @@ declare const VAutocomplete: {
|
|
|
3122
3171
|
selectable: boolean;
|
|
3123
3172
|
selectStrategy: SelectStrategyProp;
|
|
3124
3173
|
openStrategy: OpenStrategyProp;
|
|
3125
|
-
lines: false | "one" | "two" | "three";
|
|
3126
3174
|
returnObject: boolean;
|
|
3127
3175
|
itemType: string;
|
|
3128
3176
|
height?: string | number | undefined;
|
|
@@ -3135,8 +3183,8 @@ declare const VAutocomplete: {
|
|
|
3135
3183
|
minWidth?: string | number | undefined;
|
|
3136
3184
|
activated?: any;
|
|
3137
3185
|
class?: any;
|
|
3138
|
-
elevation?: string | number | undefined;
|
|
3139
3186
|
theme?: string | undefined;
|
|
3187
|
+
elevation?: string | number | undefined;
|
|
3140
3188
|
rounded?: string | number | boolean | undefined;
|
|
3141
3189
|
baseColor?: string | undefined;
|
|
3142
3190
|
bgColor?: string | undefined;
|
|
@@ -3157,6 +3205,7 @@ declare const VAutocomplete: {
|
|
|
3157
3205
|
style: vue.StyleValue;
|
|
3158
3206
|
disabled: boolean;
|
|
3159
3207
|
tag: string;
|
|
3208
|
+
lines: false | "one" | "two" | "three";
|
|
3160
3209
|
mandatory: boolean;
|
|
3161
3210
|
tile: boolean;
|
|
3162
3211
|
density: Density;
|
|
@@ -3166,7 +3215,6 @@ declare const VAutocomplete: {
|
|
|
3166
3215
|
selectable: boolean;
|
|
3167
3216
|
selectStrategy: SelectStrategyProp;
|
|
3168
3217
|
openStrategy: OpenStrategyProp;
|
|
3169
|
-
lines: false | "one" | "two" | "three";
|
|
3170
3218
|
returnObject: boolean;
|
|
3171
3219
|
itemType: string;
|
|
3172
3220
|
} & {
|
|
@@ -3180,8 +3228,8 @@ declare const VAutocomplete: {
|
|
|
3180
3228
|
minWidth?: string | number | undefined;
|
|
3181
3229
|
activated?: any;
|
|
3182
3230
|
class?: any;
|
|
3183
|
-
elevation?: string | number | undefined;
|
|
3184
3231
|
theme?: string | undefined;
|
|
3232
|
+
elevation?: string | number | undefined;
|
|
3185
3233
|
rounded?: string | number | boolean | undefined;
|
|
3186
3234
|
baseColor?: string | undefined;
|
|
3187
3235
|
bgColor?: string | undefined;
|
|
@@ -3197,7 +3245,7 @@ declare const VAutocomplete: {
|
|
|
3197
3245
|
value: boolean;
|
|
3198
3246
|
path: unknown[];
|
|
3199
3247
|
}) => any) | undefined;
|
|
3200
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
3248
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
3201
3249
|
items?: readonly any[] | undefined;
|
|
3202
3250
|
itemTitle?: SelectItemKey<any>;
|
|
3203
3251
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3311,6 +3359,7 @@ declare const VAutocomplete: {
|
|
|
3311
3359
|
style: vue.StyleValue;
|
|
3312
3360
|
eager: boolean;
|
|
3313
3361
|
disabled: boolean;
|
|
3362
|
+
persistent: boolean;
|
|
3314
3363
|
modelValue: boolean;
|
|
3315
3364
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3316
3365
|
updateLocation: (e?: Event) => void;
|
|
@@ -3326,7 +3375,6 @@ declare const VAutocomplete: {
|
|
|
3326
3375
|
closeOnBack: boolean;
|
|
3327
3376
|
contained: boolean;
|
|
3328
3377
|
noClickAnimation: boolean;
|
|
3329
|
-
persistent: boolean;
|
|
3330
3378
|
scrim: string | boolean;
|
|
3331
3379
|
submenu: boolean;
|
|
3332
3380
|
}> & Omit<{
|
|
@@ -3341,6 +3389,7 @@ declare const VAutocomplete: {
|
|
|
3341
3389
|
style: vue.StyleValue;
|
|
3342
3390
|
eager: boolean;
|
|
3343
3391
|
disabled: boolean;
|
|
3392
|
+
persistent: boolean;
|
|
3344
3393
|
modelValue: boolean;
|
|
3345
3394
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3346
3395
|
updateLocation: (e?: Event) => void;
|
|
@@ -3354,7 +3403,6 @@ declare const VAutocomplete: {
|
|
|
3354
3403
|
closeOnBack: boolean;
|
|
3355
3404
|
contained: boolean;
|
|
3356
3405
|
noClickAnimation: boolean;
|
|
3357
|
-
persistent: boolean;
|
|
3358
3406
|
scrim: string | boolean;
|
|
3359
3407
|
submenu: boolean;
|
|
3360
3408
|
offset?: string | number | number[] | undefined;
|
|
@@ -3418,6 +3466,7 @@ declare const VAutocomplete: {
|
|
|
3418
3466
|
style: vue.StyleValue;
|
|
3419
3467
|
eager: boolean;
|
|
3420
3468
|
disabled: boolean;
|
|
3469
|
+
persistent: boolean;
|
|
3421
3470
|
modelValue: boolean;
|
|
3422
3471
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3423
3472
|
updateLocation: (e?: Event) => void;
|
|
@@ -3431,7 +3480,6 @@ declare const VAutocomplete: {
|
|
|
3431
3480
|
closeOnBack: boolean;
|
|
3432
3481
|
contained: boolean;
|
|
3433
3482
|
noClickAnimation: boolean;
|
|
3434
|
-
persistent: boolean;
|
|
3435
3483
|
scrim: string | boolean;
|
|
3436
3484
|
submenu: boolean;
|
|
3437
3485
|
} & {
|
|
@@ -3487,7 +3535,7 @@ declare const VAutocomplete: {
|
|
|
3487
3535
|
}) => vue.VNodeChild) | undefined;
|
|
3488
3536
|
} & {
|
|
3489
3537
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3490
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
3538
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
3491
3539
|
itemColor?: string | undefined;
|
|
3492
3540
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
3493
3541
|
} & {
|
|
@@ -3499,7 +3547,7 @@ declare const VAutocomplete: {
|
|
|
3499
3547
|
'update:search': (value: any) => true;
|
|
3500
3548
|
'update:modelValue': (value: any) => true;
|
|
3501
3549
|
'update:menu': (value: boolean) => true;
|
|
3502
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "
|
|
3550
|
+
}, "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 & {
|
|
3503
3551
|
flat: boolean;
|
|
3504
3552
|
reverse: boolean;
|
|
3505
3553
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -3559,8 +3607,8 @@ declare const VAutocomplete: {
|
|
|
3559
3607
|
label?: string | undefined;
|
|
3560
3608
|
prefix?: string | undefined;
|
|
3561
3609
|
class?: any;
|
|
3562
|
-
placeholder?: string | undefined;
|
|
3563
3610
|
theme?: string | undefined;
|
|
3611
|
+
placeholder?: string | undefined;
|
|
3564
3612
|
counter?: string | number | boolean | undefined;
|
|
3565
3613
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3566
3614
|
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;
|
|
@@ -3589,6 +3637,7 @@ declare const VAutocomplete: {
|
|
|
3589
3637
|
style: vue.StyleValue;
|
|
3590
3638
|
disabled: boolean;
|
|
3591
3639
|
tag: string;
|
|
3640
|
+
lines: false | "one" | "two" | "three";
|
|
3592
3641
|
mandatory: boolean;
|
|
3593
3642
|
rounded: string | number | boolean;
|
|
3594
3643
|
tile: boolean;
|
|
@@ -3599,7 +3648,6 @@ declare const VAutocomplete: {
|
|
|
3599
3648
|
selectable: boolean;
|
|
3600
3649
|
selectStrategy: SelectStrategyProp;
|
|
3601
3650
|
openStrategy: OpenStrategyProp;
|
|
3602
|
-
lines: false | "one" | "two" | "three";
|
|
3603
3651
|
returnObject: boolean;
|
|
3604
3652
|
itemType: string;
|
|
3605
3653
|
}> & Omit<{
|
|
@@ -3608,6 +3656,7 @@ declare const VAutocomplete: {
|
|
|
3608
3656
|
style: vue.StyleValue;
|
|
3609
3657
|
disabled: boolean;
|
|
3610
3658
|
tag: string;
|
|
3659
|
+
lines: false | "one" | "two" | "three";
|
|
3611
3660
|
mandatory: boolean;
|
|
3612
3661
|
tile: boolean;
|
|
3613
3662
|
density: Density;
|
|
@@ -3617,7 +3666,6 @@ declare const VAutocomplete: {
|
|
|
3617
3666
|
selectable: boolean;
|
|
3618
3667
|
selectStrategy: SelectStrategyProp;
|
|
3619
3668
|
openStrategy: OpenStrategyProp;
|
|
3620
|
-
lines: false | "one" | "two" | "three";
|
|
3621
3669
|
returnObject: boolean;
|
|
3622
3670
|
itemType: string;
|
|
3623
3671
|
height?: string | number | undefined;
|
|
@@ -3630,8 +3678,8 @@ declare const VAutocomplete: {
|
|
|
3630
3678
|
minWidth?: string | number | undefined;
|
|
3631
3679
|
activated?: any;
|
|
3632
3680
|
class?: any;
|
|
3633
|
-
elevation?: string | number | undefined;
|
|
3634
3681
|
theme?: string | undefined;
|
|
3682
|
+
elevation?: string | number | undefined;
|
|
3635
3683
|
rounded?: string | number | boolean | undefined;
|
|
3636
3684
|
baseColor?: string | undefined;
|
|
3637
3685
|
bgColor?: string | undefined;
|
|
@@ -3652,6 +3700,7 @@ declare const VAutocomplete: {
|
|
|
3652
3700
|
style: vue.StyleValue;
|
|
3653
3701
|
disabled: boolean;
|
|
3654
3702
|
tag: string;
|
|
3703
|
+
lines: false | "one" | "two" | "three";
|
|
3655
3704
|
mandatory: boolean;
|
|
3656
3705
|
tile: boolean;
|
|
3657
3706
|
density: Density;
|
|
@@ -3661,7 +3710,6 @@ declare const VAutocomplete: {
|
|
|
3661
3710
|
selectable: boolean;
|
|
3662
3711
|
selectStrategy: SelectStrategyProp;
|
|
3663
3712
|
openStrategy: OpenStrategyProp;
|
|
3664
|
-
lines: false | "one" | "two" | "three";
|
|
3665
3713
|
returnObject: boolean;
|
|
3666
3714
|
itemType: string;
|
|
3667
3715
|
} & {
|
|
@@ -3675,8 +3723,8 @@ declare const VAutocomplete: {
|
|
|
3675
3723
|
minWidth?: string | number | undefined;
|
|
3676
3724
|
activated?: any;
|
|
3677
3725
|
class?: any;
|
|
3678
|
-
elevation?: string | number | undefined;
|
|
3679
3726
|
theme?: string | undefined;
|
|
3727
|
+
elevation?: string | number | undefined;
|
|
3680
3728
|
rounded?: string | number | boolean | undefined;
|
|
3681
3729
|
baseColor?: string | undefined;
|
|
3682
3730
|
bgColor?: string | undefined;
|
|
@@ -3692,7 +3740,7 @@ declare const VAutocomplete: {
|
|
|
3692
3740
|
value: boolean;
|
|
3693
3741
|
path: unknown[];
|
|
3694
3742
|
}) => any) | undefined;
|
|
3695
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
3743
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
3696
3744
|
items?: readonly any[] | undefined;
|
|
3697
3745
|
itemTitle?: SelectItemKey<any>;
|
|
3698
3746
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3806,6 +3854,7 @@ declare const VAutocomplete: {
|
|
|
3806
3854
|
style: vue.StyleValue;
|
|
3807
3855
|
eager: boolean;
|
|
3808
3856
|
disabled: boolean;
|
|
3857
|
+
persistent: boolean;
|
|
3809
3858
|
modelValue: boolean;
|
|
3810
3859
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3811
3860
|
updateLocation: (e?: Event) => void;
|
|
@@ -3821,7 +3870,6 @@ declare const VAutocomplete: {
|
|
|
3821
3870
|
closeOnBack: boolean;
|
|
3822
3871
|
contained: boolean;
|
|
3823
3872
|
noClickAnimation: boolean;
|
|
3824
|
-
persistent: boolean;
|
|
3825
3873
|
scrim: string | boolean;
|
|
3826
3874
|
submenu: boolean;
|
|
3827
3875
|
}> & Omit<{
|
|
@@ -3836,6 +3884,7 @@ declare const VAutocomplete: {
|
|
|
3836
3884
|
style: vue.StyleValue;
|
|
3837
3885
|
eager: boolean;
|
|
3838
3886
|
disabled: boolean;
|
|
3887
|
+
persistent: boolean;
|
|
3839
3888
|
modelValue: boolean;
|
|
3840
3889
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3841
3890
|
updateLocation: (e?: Event) => void;
|
|
@@ -3849,7 +3898,6 @@ declare const VAutocomplete: {
|
|
|
3849
3898
|
closeOnBack: boolean;
|
|
3850
3899
|
contained: boolean;
|
|
3851
3900
|
noClickAnimation: boolean;
|
|
3852
|
-
persistent: boolean;
|
|
3853
3901
|
scrim: string | boolean;
|
|
3854
3902
|
submenu: boolean;
|
|
3855
3903
|
offset?: string | number | number[] | undefined;
|
|
@@ -3913,6 +3961,7 @@ declare const VAutocomplete: {
|
|
|
3913
3961
|
style: vue.StyleValue;
|
|
3914
3962
|
eager: boolean;
|
|
3915
3963
|
disabled: boolean;
|
|
3964
|
+
persistent: boolean;
|
|
3916
3965
|
modelValue: boolean;
|
|
3917
3966
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
3918
3967
|
updateLocation: (e?: Event) => void;
|
|
@@ -3926,7 +3975,6 @@ declare const VAutocomplete: {
|
|
|
3926
3975
|
closeOnBack: boolean;
|
|
3927
3976
|
contained: boolean;
|
|
3928
3977
|
noClickAnimation: boolean;
|
|
3929
|
-
persistent: boolean;
|
|
3930
3978
|
scrim: string | boolean;
|
|
3931
3979
|
submenu: boolean;
|
|
3932
3980
|
} & {
|
|
@@ -3982,7 +4030,7 @@ declare const VAutocomplete: {
|
|
|
3982
4030
|
}) => vue.VNodeChild) | undefined;
|
|
3983
4031
|
} & {
|
|
3984
4032
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3985
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
4033
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
3986
4034
|
itemColor?: string | undefined;
|
|
3987
4035
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
3988
4036
|
} & {
|
|
@@ -4138,8 +4186,8 @@ declare const VAutocomplete: {
|
|
|
4138
4186
|
label?: string | undefined;
|
|
4139
4187
|
prefix?: string | undefined;
|
|
4140
4188
|
class?: any;
|
|
4141
|
-
placeholder?: string | undefined;
|
|
4142
4189
|
theme?: string | undefined;
|
|
4190
|
+
placeholder?: string | undefined;
|
|
4143
4191
|
counter?: string | number | boolean | undefined;
|
|
4144
4192
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
4145
4193
|
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;
|
|
@@ -4168,6 +4216,7 @@ declare const VAutocomplete: {
|
|
|
4168
4216
|
style: vue.StyleValue;
|
|
4169
4217
|
disabled: boolean;
|
|
4170
4218
|
tag: string;
|
|
4219
|
+
lines: false | "one" | "two" | "three";
|
|
4171
4220
|
mandatory: boolean;
|
|
4172
4221
|
rounded: string | number | boolean;
|
|
4173
4222
|
tile: boolean;
|
|
@@ -4178,7 +4227,6 @@ declare const VAutocomplete: {
|
|
|
4178
4227
|
selectable: boolean;
|
|
4179
4228
|
selectStrategy: SelectStrategyProp;
|
|
4180
4229
|
openStrategy: OpenStrategyProp;
|
|
4181
|
-
lines: false | "one" | "two" | "three";
|
|
4182
4230
|
returnObject: boolean;
|
|
4183
4231
|
itemType: string;
|
|
4184
4232
|
}> & Omit<{
|
|
@@ -4187,6 +4235,7 @@ declare const VAutocomplete: {
|
|
|
4187
4235
|
style: vue.StyleValue;
|
|
4188
4236
|
disabled: boolean;
|
|
4189
4237
|
tag: string;
|
|
4238
|
+
lines: false | "one" | "two" | "three";
|
|
4190
4239
|
mandatory: boolean;
|
|
4191
4240
|
tile: boolean;
|
|
4192
4241
|
density: Density;
|
|
@@ -4196,7 +4245,6 @@ declare const VAutocomplete: {
|
|
|
4196
4245
|
selectable: boolean;
|
|
4197
4246
|
selectStrategy: SelectStrategyProp;
|
|
4198
4247
|
openStrategy: OpenStrategyProp;
|
|
4199
|
-
lines: false | "one" | "two" | "three";
|
|
4200
4248
|
returnObject: boolean;
|
|
4201
4249
|
itemType: string;
|
|
4202
4250
|
height?: string | number | undefined;
|
|
@@ -4209,8 +4257,8 @@ declare const VAutocomplete: {
|
|
|
4209
4257
|
minWidth?: string | number | undefined;
|
|
4210
4258
|
activated?: any;
|
|
4211
4259
|
class?: any;
|
|
4212
|
-
elevation?: string | number | undefined;
|
|
4213
4260
|
theme?: string | undefined;
|
|
4261
|
+
elevation?: string | number | undefined;
|
|
4214
4262
|
rounded?: string | number | boolean | undefined;
|
|
4215
4263
|
baseColor?: string | undefined;
|
|
4216
4264
|
bgColor?: string | undefined;
|
|
@@ -4231,6 +4279,7 @@ declare const VAutocomplete: {
|
|
|
4231
4279
|
style: vue.StyleValue;
|
|
4232
4280
|
disabled: boolean;
|
|
4233
4281
|
tag: string;
|
|
4282
|
+
lines: false | "one" | "two" | "three";
|
|
4234
4283
|
mandatory: boolean;
|
|
4235
4284
|
tile: boolean;
|
|
4236
4285
|
density: Density;
|
|
@@ -4240,7 +4289,6 @@ declare const VAutocomplete: {
|
|
|
4240
4289
|
selectable: boolean;
|
|
4241
4290
|
selectStrategy: SelectStrategyProp;
|
|
4242
4291
|
openStrategy: OpenStrategyProp;
|
|
4243
|
-
lines: false | "one" | "two" | "three";
|
|
4244
4292
|
returnObject: boolean;
|
|
4245
4293
|
itemType: string;
|
|
4246
4294
|
} & {
|
|
@@ -4254,8 +4302,8 @@ declare const VAutocomplete: {
|
|
|
4254
4302
|
minWidth?: string | number | undefined;
|
|
4255
4303
|
activated?: any;
|
|
4256
4304
|
class?: any;
|
|
4257
|
-
elevation?: string | number | undefined;
|
|
4258
4305
|
theme?: string | undefined;
|
|
4306
|
+
elevation?: string | number | undefined;
|
|
4259
4307
|
rounded?: string | number | boolean | undefined;
|
|
4260
4308
|
baseColor?: string | undefined;
|
|
4261
4309
|
bgColor?: string | undefined;
|
|
@@ -4271,7 +4319,7 @@ declare const VAutocomplete: {
|
|
|
4271
4319
|
value: boolean;
|
|
4272
4320
|
path: unknown[];
|
|
4273
4321
|
}) => any) | undefined;
|
|
4274
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
4322
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
4275
4323
|
items?: readonly any[] | undefined;
|
|
4276
4324
|
itemTitle?: SelectItemKey<any>;
|
|
4277
4325
|
itemValue?: SelectItemKey<any>;
|
|
@@ -4385,6 +4433,7 @@ declare const VAutocomplete: {
|
|
|
4385
4433
|
style: vue.StyleValue;
|
|
4386
4434
|
eager: boolean;
|
|
4387
4435
|
disabled: boolean;
|
|
4436
|
+
persistent: boolean;
|
|
4388
4437
|
modelValue: boolean;
|
|
4389
4438
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4390
4439
|
updateLocation: (e?: Event) => void;
|
|
@@ -4400,7 +4449,6 @@ declare const VAutocomplete: {
|
|
|
4400
4449
|
closeOnBack: boolean;
|
|
4401
4450
|
contained: boolean;
|
|
4402
4451
|
noClickAnimation: boolean;
|
|
4403
|
-
persistent: boolean;
|
|
4404
4452
|
scrim: string | boolean;
|
|
4405
4453
|
submenu: boolean;
|
|
4406
4454
|
}> & Omit<{
|
|
@@ -4415,6 +4463,7 @@ declare const VAutocomplete: {
|
|
|
4415
4463
|
style: vue.StyleValue;
|
|
4416
4464
|
eager: boolean;
|
|
4417
4465
|
disabled: boolean;
|
|
4466
|
+
persistent: boolean;
|
|
4418
4467
|
modelValue: boolean;
|
|
4419
4468
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4420
4469
|
updateLocation: (e?: Event) => void;
|
|
@@ -4428,7 +4477,6 @@ declare const VAutocomplete: {
|
|
|
4428
4477
|
closeOnBack: boolean;
|
|
4429
4478
|
contained: boolean;
|
|
4430
4479
|
noClickAnimation: boolean;
|
|
4431
|
-
persistent: boolean;
|
|
4432
4480
|
scrim: string | boolean;
|
|
4433
4481
|
submenu: boolean;
|
|
4434
4482
|
offset?: string | number | number[] | undefined;
|
|
@@ -4492,6 +4540,7 @@ declare const VAutocomplete: {
|
|
|
4492
4540
|
style: vue.StyleValue;
|
|
4493
4541
|
eager: boolean;
|
|
4494
4542
|
disabled: boolean;
|
|
4543
|
+
persistent: boolean;
|
|
4495
4544
|
modelValue: boolean;
|
|
4496
4545
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4497
4546
|
updateLocation: (e?: Event) => void;
|
|
@@ -4505,7 +4554,6 @@ declare const VAutocomplete: {
|
|
|
4505
4554
|
closeOnBack: boolean;
|
|
4506
4555
|
contained: boolean;
|
|
4507
4556
|
noClickAnimation: boolean;
|
|
4508
|
-
persistent: boolean;
|
|
4509
4557
|
scrim: string | boolean;
|
|
4510
4558
|
submenu: boolean;
|
|
4511
4559
|
} & {
|
|
@@ -4561,7 +4609,7 @@ declare const VAutocomplete: {
|
|
|
4561
4609
|
}) => vue.VNodeChild) | undefined;
|
|
4562
4610
|
} & {
|
|
4563
4611
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4564
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
4612
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
4565
4613
|
itemColor?: string | undefined;
|
|
4566
4614
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
4567
4615
|
} & {
|
|
@@ -4682,8 +4730,8 @@ declare const VAutocomplete: {
|
|
|
4682
4730
|
label?: string | undefined;
|
|
4683
4731
|
prefix?: string | undefined;
|
|
4684
4732
|
class?: any;
|
|
4685
|
-
placeholder?: string | undefined;
|
|
4686
4733
|
theme?: string | undefined;
|
|
4734
|
+
placeholder?: string | undefined;
|
|
4687
4735
|
counter?: string | number | boolean | undefined;
|
|
4688
4736
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
4689
4737
|
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;
|
|
@@ -4712,6 +4760,7 @@ declare const VAutocomplete: {
|
|
|
4712
4760
|
style: vue.StyleValue;
|
|
4713
4761
|
disabled: boolean;
|
|
4714
4762
|
tag: string;
|
|
4763
|
+
lines: false | "one" | "two" | "three";
|
|
4715
4764
|
mandatory: boolean;
|
|
4716
4765
|
rounded: string | number | boolean;
|
|
4717
4766
|
tile: boolean;
|
|
@@ -4722,7 +4771,6 @@ declare const VAutocomplete: {
|
|
|
4722
4771
|
selectable: boolean;
|
|
4723
4772
|
selectStrategy: SelectStrategyProp;
|
|
4724
4773
|
openStrategy: OpenStrategyProp;
|
|
4725
|
-
lines: false | "one" | "two" | "three";
|
|
4726
4774
|
returnObject: boolean;
|
|
4727
4775
|
itemType: string;
|
|
4728
4776
|
}> & Omit<{
|
|
@@ -4731,6 +4779,7 @@ declare const VAutocomplete: {
|
|
|
4731
4779
|
style: vue.StyleValue;
|
|
4732
4780
|
disabled: boolean;
|
|
4733
4781
|
tag: string;
|
|
4782
|
+
lines: false | "one" | "two" | "three";
|
|
4734
4783
|
mandatory: boolean;
|
|
4735
4784
|
tile: boolean;
|
|
4736
4785
|
density: Density;
|
|
@@ -4740,7 +4789,6 @@ declare const VAutocomplete: {
|
|
|
4740
4789
|
selectable: boolean;
|
|
4741
4790
|
selectStrategy: SelectStrategyProp;
|
|
4742
4791
|
openStrategy: OpenStrategyProp;
|
|
4743
|
-
lines: false | "one" | "two" | "three";
|
|
4744
4792
|
returnObject: boolean;
|
|
4745
4793
|
itemType: string;
|
|
4746
4794
|
height?: string | number | undefined;
|
|
@@ -4753,8 +4801,8 @@ declare const VAutocomplete: {
|
|
|
4753
4801
|
minWidth?: string | number | undefined;
|
|
4754
4802
|
activated?: any;
|
|
4755
4803
|
class?: any;
|
|
4756
|
-
elevation?: string | number | undefined;
|
|
4757
4804
|
theme?: string | undefined;
|
|
4805
|
+
elevation?: string | number | undefined;
|
|
4758
4806
|
rounded?: string | number | boolean | undefined;
|
|
4759
4807
|
baseColor?: string | undefined;
|
|
4760
4808
|
bgColor?: string | undefined;
|
|
@@ -4775,6 +4823,7 @@ declare const VAutocomplete: {
|
|
|
4775
4823
|
style: vue.StyleValue;
|
|
4776
4824
|
disabled: boolean;
|
|
4777
4825
|
tag: string;
|
|
4826
|
+
lines: false | "one" | "two" | "three";
|
|
4778
4827
|
mandatory: boolean;
|
|
4779
4828
|
tile: boolean;
|
|
4780
4829
|
density: Density;
|
|
@@ -4784,7 +4833,6 @@ declare const VAutocomplete: {
|
|
|
4784
4833
|
selectable: boolean;
|
|
4785
4834
|
selectStrategy: SelectStrategyProp;
|
|
4786
4835
|
openStrategy: OpenStrategyProp;
|
|
4787
|
-
lines: false | "one" | "two" | "three";
|
|
4788
4836
|
returnObject: boolean;
|
|
4789
4837
|
itemType: string;
|
|
4790
4838
|
} & {
|
|
@@ -4798,8 +4846,8 @@ declare const VAutocomplete: {
|
|
|
4798
4846
|
minWidth?: string | number | undefined;
|
|
4799
4847
|
activated?: any;
|
|
4800
4848
|
class?: any;
|
|
4801
|
-
elevation?: string | number | undefined;
|
|
4802
4849
|
theme?: string | undefined;
|
|
4850
|
+
elevation?: string | number | undefined;
|
|
4803
4851
|
rounded?: string | number | boolean | undefined;
|
|
4804
4852
|
baseColor?: string | undefined;
|
|
4805
4853
|
bgColor?: string | undefined;
|
|
@@ -4815,7 +4863,7 @@ declare const VAutocomplete: {
|
|
|
4815
4863
|
value: boolean;
|
|
4816
4864
|
path: unknown[];
|
|
4817
4865
|
}) => any) | undefined;
|
|
4818
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
|
4866
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
4819
4867
|
items?: readonly any[] | undefined;
|
|
4820
4868
|
itemTitle?: SelectItemKey<any>;
|
|
4821
4869
|
itemValue?: SelectItemKey<any>;
|
|
@@ -4929,6 +4977,7 @@ declare const VAutocomplete: {
|
|
|
4929
4977
|
style: vue.StyleValue;
|
|
4930
4978
|
eager: boolean;
|
|
4931
4979
|
disabled: boolean;
|
|
4980
|
+
persistent: boolean;
|
|
4932
4981
|
modelValue: boolean;
|
|
4933
4982
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4934
4983
|
updateLocation: (e?: Event) => void;
|
|
@@ -4944,7 +4993,6 @@ declare const VAutocomplete: {
|
|
|
4944
4993
|
closeOnBack: boolean;
|
|
4945
4994
|
contained: boolean;
|
|
4946
4995
|
noClickAnimation: boolean;
|
|
4947
|
-
persistent: boolean;
|
|
4948
4996
|
scrim: string | boolean;
|
|
4949
4997
|
submenu: boolean;
|
|
4950
4998
|
}> & Omit<{
|
|
@@ -4959,6 +5007,7 @@ declare const VAutocomplete: {
|
|
|
4959
5007
|
style: vue.StyleValue;
|
|
4960
5008
|
eager: boolean;
|
|
4961
5009
|
disabled: boolean;
|
|
5010
|
+
persistent: boolean;
|
|
4962
5011
|
modelValue: boolean;
|
|
4963
5012
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
4964
5013
|
updateLocation: (e?: Event) => void;
|
|
@@ -4972,7 +5021,6 @@ declare const VAutocomplete: {
|
|
|
4972
5021
|
closeOnBack: boolean;
|
|
4973
5022
|
contained: boolean;
|
|
4974
5023
|
noClickAnimation: boolean;
|
|
4975
|
-
persistent: boolean;
|
|
4976
5024
|
scrim: string | boolean;
|
|
4977
5025
|
submenu: boolean;
|
|
4978
5026
|
offset?: string | number | number[] | undefined;
|
|
@@ -5036,6 +5084,7 @@ declare const VAutocomplete: {
|
|
|
5036
5084
|
style: vue.StyleValue;
|
|
5037
5085
|
eager: boolean;
|
|
5038
5086
|
disabled: boolean;
|
|
5087
|
+
persistent: boolean;
|
|
5039
5088
|
modelValue: boolean;
|
|
5040
5089
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
5041
5090
|
updateLocation: (e?: Event) => void;
|
|
@@ -5049,7 +5098,6 @@ declare const VAutocomplete: {
|
|
|
5049
5098
|
closeOnBack: boolean;
|
|
5050
5099
|
contained: boolean;
|
|
5051
5100
|
noClickAnimation: boolean;
|
|
5052
|
-
persistent: boolean;
|
|
5053
5101
|
scrim: string | boolean;
|
|
5054
5102
|
submenu: boolean;
|
|
5055
5103
|
} & {
|
|
@@ -5105,7 +5153,7 @@ declare const VAutocomplete: {
|
|
|
5105
5153
|
}) => vue.VNodeChild) | undefined;
|
|
5106
5154
|
} & {
|
|
5107
5155
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5108
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
5156
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
|
5109
5157
|
itemColor?: string | undefined;
|
|
5110
5158
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
5111
5159
|
} & {
|
|
@@ -5117,7 +5165,7 @@ declare const VAutocomplete: {
|
|
|
5117
5165
|
'update:search': (value: any) => true;
|
|
5118
5166
|
'update:modelValue': (value: any) => true;
|
|
5119
5167
|
'update:menu': (value: boolean) => true;
|
|
5120
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "
|
|
5168
|
+
}, "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, {
|
|
5121
5169
|
flat: boolean;
|
|
5122
5170
|
reverse: boolean;
|
|
5123
5171
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -5286,8 +5334,8 @@ declare const VAutocomplete: {
|
|
|
5286
5334
|
default: null;
|
|
5287
5335
|
};
|
|
5288
5336
|
class: PropType<ClassValue>;
|
|
5289
|
-
placeholder: StringConstructor;
|
|
5290
5337
|
theme: StringConstructor;
|
|
5338
|
+
placeholder: StringConstructor;
|
|
5291
5339
|
messages: {
|
|
5292
5340
|
type: PropType<string | readonly string[]>;
|
|
5293
5341
|
default: () => never[];
|
|
@@ -5487,8 +5535,8 @@ declare const VAutocomplete: {
|
|
|
5487
5535
|
default: null;
|
|
5488
5536
|
};
|
|
5489
5537
|
class: PropType<ClassValue>;
|
|
5490
|
-
placeholder: StringConstructor;
|
|
5491
5538
|
theme: StringConstructor;
|
|
5539
|
+
placeholder: StringConstructor;
|
|
5492
5540
|
messages: {
|
|
5493
5541
|
type: PropType<string | readonly string[]>;
|
|
5494
5542
|
default: () => never[];
|