vuetify 3.7.1 → 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.
Files changed (147) hide show
  1. package/dist/json/attributes.json +3 -3
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +124 -124
  4. package/dist/json/web-types.json +4 -4
  5. package/dist/vuetify-labs.css +2653 -2650
  6. package/dist/vuetify-labs.d.ts +1056 -999
  7. package/dist/vuetify-labs.esm.js +83 -99
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +83 -99
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2736 -2733
  12. package/dist/vuetify.d.ts +1016 -959
  13. package/dist/vuetify.esm.js +62 -43
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +62 -43
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +284 -284
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +10 -10
  21. package/lib/components/VAppBar/index.d.mts +18 -18
  22. package/lib/components/VAutocomplete/index.d.mts +112 -109
  23. package/lib/components/VAvatar/index.d.mts +4 -4
  24. package/lib/components/VBadge/index.d.mts +4 -4
  25. package/lib/components/VBanner/index.d.mts +14 -14
  26. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  27. package/lib/components/VBottomSheet/index.d.mts +11 -11
  28. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  29. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  30. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  31. package/lib/components/VBtn/VBtn.mjs +3 -4
  32. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  33. package/lib/components/VBtn/index.d.mts +14 -14
  34. package/lib/components/VBtnGroup/index.d.mts +4 -4
  35. package/lib/components/VBtnToggle/index.d.mts +4 -4
  36. package/lib/components/VCard/VCard.mjs +3 -4
  37. package/lib/components/VCard/VCard.mjs.map +1 -1
  38. package/lib/components/VCard/index.d.mts +14 -14
  39. package/lib/components/VCarousel/index.d.mts +13 -13
  40. package/lib/components/VCheckbox/index.d.mts +4 -4
  41. package/lib/components/VChip/VChip.mjs +2 -3
  42. package/lib/components/VChip/VChip.mjs.map +1 -1
  43. package/lib/components/VChip/index.d.mts +8 -8
  44. package/lib/components/VChipGroup/index.d.mts +4 -4
  45. package/lib/components/VColorPicker/index.d.mts +22 -22
  46. package/lib/components/VCombobox/index.d.mts +112 -109
  47. package/lib/components/VDataTable/index.d.mts +14 -14
  48. package/lib/components/VDatePicker/index.d.mts +12 -12
  49. package/lib/components/VDialog/VDialog.css +4 -1
  50. package/lib/components/VDialog/VDialog.mjs +1 -2
  51. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  52. package/lib/components/VDialog/VDialog.sass +2 -1
  53. package/lib/components/VDialog/index.d.mts +50 -50
  54. package/lib/components/VEmptyState/index.d.mts +8 -8
  55. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  56. package/lib/components/VFab/index.d.mts +18 -18
  57. package/lib/components/VFileInput/index.d.mts +6 -6
  58. package/lib/components/VFooter/index.d.mts +4 -4
  59. package/lib/components/VIcon/index.d.mts +4 -4
  60. package/lib/components/VInput/index.d.mts +2 -2
  61. package/lib/components/VItemGroup/index.d.mts +4 -4
  62. package/lib/components/VLabel/index.d.mts +4 -4
  63. package/lib/components/VList/VList.mjs +4 -2
  64. package/lib/components/VList/VList.mjs.map +1 -1
  65. package/lib/components/VList/VListItem.mjs +8 -6
  66. package/lib/components/VList/VListItem.mjs.map +1 -1
  67. package/lib/components/VList/index.d.mts +80 -23
  68. package/lib/components/VMenu/index.d.mts +50 -50
  69. package/lib/components/VMessages/index.d.mts +8 -8
  70. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  71. package/lib/components/VOtpInput/index.d.mts +4 -4
  72. package/lib/components/VOverlay/index.d.mts +11 -11
  73. package/lib/components/VPagination/index.d.mts +4 -4
  74. package/lib/components/VProgressCircular/index.d.mts +4 -4
  75. package/lib/components/VRadioGroup/index.d.mts +2 -2
  76. package/lib/components/VRangeSlider/index.d.mts +8 -8
  77. package/lib/components/VSelect/index.d.mts +112 -109
  78. package/lib/components/VSheet/index.d.mts +10 -10
  79. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  80. package/lib/components/VSlider/index.d.mts +8 -8
  81. package/lib/components/VSnackbar/index.d.mts +62 -62
  82. package/lib/components/VSpeedDial/index.d.mts +11 -11
  83. package/lib/components/VStepper/index.d.mts +12 -12
  84. package/lib/components/VSwitch/index.d.mts +2 -2
  85. package/lib/components/VSystemBar/index.d.mts +4 -4
  86. package/lib/components/VTabs/index.d.mts +53 -53
  87. package/lib/components/VTextField/index.d.mts +13 -13
  88. package/lib/components/VTextarea/index.d.mts +10 -10
  89. package/lib/components/VTimeline/index.d.mts +4 -4
  90. package/lib/components/VToolbar/index.d.mts +4 -4
  91. package/lib/components/VTooltip/index.d.mts +45 -45
  92. package/lib/components/VWindow/index.d.mts +6 -6
  93. package/lib/components/index.d.mts +867 -810
  94. package/lib/composables/directiveComponent.mjs +1 -1
  95. package/lib/composables/directiveComponent.mjs.map +1 -1
  96. package/lib/composables/nested/nested.mjs +18 -6
  97. package/lib/composables/nested/nested.mjs.map +1 -1
  98. package/lib/composables/nested/openStrategies.mjs +2 -4
  99. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  100. package/lib/composables/router.mjs +19 -9
  101. package/lib/composables/router.mjs.map +1 -1
  102. package/lib/directives/tooltip/index.mjs +1 -1
  103. package/lib/directives/tooltip/index.mjs.map +1 -1
  104. package/lib/entry-bundler.mjs +1 -1
  105. package/lib/framework.mjs +1 -1
  106. package/lib/index.d.mts +45 -45
  107. package/lib/labs/VDateInput/index.d.mts +12 -12
  108. package/lib/labs/VNumberInput/index.d.mts +67 -67
  109. package/lib/labs/VPicker/index.d.mts +10 -10
  110. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  111. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  112. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  113. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  114. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  115. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  116. package/lib/labs/VTimePicker/index.d.mts +26 -26
  117. package/lib/labs/VTimePicker/util.mjs +5 -0
  118. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  119. package/lib/labs/VTreeview/VTreeview.mjs +3 -12
  120. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  121. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  122. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  123. package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
  124. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  125. package/lib/labs/VTreeview/index.d.mts +40 -40
  126. package/lib/labs/components.d.mts +256 -256
  127. package/package.json +7 -9
  128. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  129. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  130. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  131. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  132. package/lib/components/VDatePicker/util/index.mjs +0 -9
  133. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  134. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  135. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  136. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  137. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  138. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  139. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  140. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  141. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  142. package/lib/services/goto/easing-patterns.mjs +0 -27
  143. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  144. package/lib/services/goto/index.mjs +0 -73
  145. package/lib/services/goto/index.mjs.map +0 -1
  146. package/lib/services/goto/util.mjs +0 -39
  147. package/lib/services/goto/util.mjs.map +0 -1
@@ -340,6 +340,7 @@ declare const VList: {
340
340
  style: vue.StyleValue;
341
341
  disabled: boolean;
342
342
  tag: string;
343
+ lines: false | "one" | "two" | "three";
343
344
  mandatory: boolean;
344
345
  tile: boolean;
345
346
  density: Density;
@@ -349,7 +350,6 @@ declare const VList: {
349
350
  selectable: boolean;
350
351
  selectStrategy: SelectStrategyProp;
351
352
  openStrategy: OpenStrategyProp;
352
- lines: false | "one" | "two" | "three";
353
353
  returnObject: boolean;
354
354
  itemType: string;
355
355
  } & {
@@ -363,8 +363,8 @@ declare const VList: {
363
363
  minWidth?: string | number | undefined;
364
364
  activated?: any;
365
365
  class?: any;
366
- elevation?: string | number | undefined;
367
366
  theme?: string | undefined;
367
+ elevation?: string | number | undefined;
368
368
  rounded?: string | number | boolean | undefined;
369
369
  baseColor?: string | undefined;
370
370
  bgColor?: string | undefined;
@@ -386,6 +386,7 @@ declare const VList: {
386
386
  focus: (location?: "next" | "prev" | "first" | "last") => void;
387
387
  children: vue.Ref<Map<unknown, unknown[]>>;
388
388
  parents: vue.Ref<Map<unknown, unknown>>;
389
+ getPath: (id: unknown) => unknown[];
389
390
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
390
391
  'update:selected': (value: unknown) => true;
391
392
  'update:activated': (value: unknown) => true;
@@ -411,6 +412,7 @@ declare const VList: {
411
412
  style: vue.StyleValue;
412
413
  disabled: boolean;
413
414
  tag: string;
415
+ lines: false | "one" | "two" | "three";
414
416
  mandatory: boolean;
415
417
  tile: boolean;
416
418
  density: Density;
@@ -420,7 +422,6 @@ declare const VList: {
420
422
  selectable: boolean;
421
423
  selectStrategy: SelectStrategyProp;
422
424
  openStrategy: OpenStrategyProp;
423
- lines: false | "one" | "two" | "three";
424
425
  returnObject: boolean;
425
426
  itemType: string;
426
427
  } & {
@@ -434,8 +435,8 @@ declare const VList: {
434
435
  minWidth?: string | number | undefined;
435
436
  activated?: any;
436
437
  class?: any;
437
- elevation?: string | number | undefined;
438
438
  theme?: string | undefined;
439
+ elevation?: string | number | undefined;
439
440
  rounded?: string | number | boolean | undefined;
440
441
  baseColor?: string | undefined;
441
442
  bgColor?: string | undefined;
@@ -457,6 +458,7 @@ declare const VList: {
457
458
  style: vue.StyleValue;
458
459
  disabled: boolean;
459
460
  tag: string;
461
+ lines: false | "one" | "two" | "three";
460
462
  mandatory: boolean;
461
463
  rounded: string | number | boolean;
462
464
  tile: boolean;
@@ -467,7 +469,6 @@ declare const VList: {
467
469
  selectable: boolean;
468
470
  selectStrategy: SelectStrategyProp;
469
471
  openStrategy: OpenStrategyProp;
470
- lines: false | "one" | "two" | "three";
471
472
  returnObject: boolean;
472
473
  itemType: string;
473
474
  }, true, {}, vue.SlotsType<Partial<{
@@ -509,6 +510,7 @@ declare const VList: {
509
510
  style: vue.StyleValue;
510
511
  disabled: boolean;
511
512
  tag: string;
513
+ lines: false | "one" | "two" | "three";
512
514
  mandatory: boolean;
513
515
  tile: boolean;
514
516
  density: Density;
@@ -518,7 +520,6 @@ declare const VList: {
518
520
  selectable: boolean;
519
521
  selectStrategy: SelectStrategyProp;
520
522
  openStrategy: OpenStrategyProp;
521
- lines: false | "one" | "two" | "three";
522
523
  returnObject: boolean;
523
524
  itemType: string;
524
525
  } & {
@@ -532,8 +533,8 @@ declare const VList: {
532
533
  minWidth?: string | number | undefined;
533
534
  activated?: any;
534
535
  class?: any;
535
- elevation?: string | number | undefined;
536
536
  theme?: string | undefined;
537
+ elevation?: string | number | undefined;
537
538
  rounded?: string | number | boolean | undefined;
538
539
  baseColor?: string | undefined;
539
540
  bgColor?: string | undefined;
@@ -555,12 +556,14 @@ declare const VList: {
555
556
  focus: (location?: "next" | "prev" | "first" | "last") => void;
556
557
  children: vue.Ref<Map<unknown, unknown[]>>;
557
558
  parents: vue.Ref<Map<unknown, unknown>>;
559
+ getPath: (id: unknown) => unknown[];
558
560
  }, {}, {}, {}, {
559
561
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
560
562
  nav: boolean;
561
563
  style: vue.StyleValue;
562
564
  disabled: boolean;
563
565
  tag: string;
566
+ lines: false | "one" | "two" | "three";
564
567
  mandatory: boolean;
565
568
  rounded: string | number | boolean;
566
569
  tile: boolean;
@@ -571,7 +574,6 @@ declare const VList: {
571
574
  selectable: boolean;
572
575
  selectStrategy: SelectStrategyProp;
573
576
  openStrategy: OpenStrategyProp;
574
- lines: false | "one" | "two" | "three";
575
577
  returnObject: boolean;
576
578
  itemType: string;
577
579
  }>;
@@ -584,6 +586,7 @@ declare const VList: {
584
586
  style: vue.StyleValue;
585
587
  disabled: boolean;
586
588
  tag: string;
589
+ lines: false | "one" | "two" | "three";
587
590
  mandatory: boolean;
588
591
  tile: boolean;
589
592
  density: Density;
@@ -593,7 +596,6 @@ declare const VList: {
593
596
  selectable: boolean;
594
597
  selectStrategy: SelectStrategyProp;
595
598
  openStrategy: OpenStrategyProp;
596
- lines: false | "one" | "two" | "three";
597
599
  returnObject: boolean;
598
600
  itemType: string;
599
601
  } & {
@@ -607,8 +609,8 @@ declare const VList: {
607
609
  minWidth?: string | number | undefined;
608
610
  activated?: any;
609
611
  class?: any;
610
- elevation?: string | number | undefined;
611
612
  theme?: string | undefined;
613
+ elevation?: string | number | undefined;
612
614
  rounded?: string | number | boolean | undefined;
613
615
  baseColor?: string | undefined;
614
616
  bgColor?: string | undefined;
@@ -630,6 +632,7 @@ declare const VList: {
630
632
  focus: (location?: "next" | "prev" | "first" | "last") => void;
631
633
  children: vue.Ref<Map<unknown, unknown[]>>;
632
634
  parents: vue.Ref<Map<unknown, unknown>>;
635
+ getPath: (id: unknown) => unknown[];
633
636
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
634
637
  'update:selected': (value: unknown) => true;
635
638
  'update:activated': (value: unknown) => true;
@@ -655,6 +658,7 @@ declare const VList: {
655
658
  style: vue.StyleValue;
656
659
  disabled: boolean;
657
660
  tag: string;
661
+ lines: false | "one" | "two" | "three";
658
662
  mandatory: boolean;
659
663
  rounded: string | number | boolean;
660
664
  tile: boolean;
@@ -665,7 +669,6 @@ declare const VList: {
665
669
  selectable: boolean;
666
670
  selectStrategy: SelectStrategyProp;
667
671
  openStrategy: OpenStrategyProp;
668
- lines: false | "one" | "two" | "three";
669
672
  returnObject: boolean;
670
673
  itemType: string;
671
674
  }, {}, string, vue.SlotsType<Partial<{
@@ -948,6 +951,7 @@ declare const VMenu: {
948
951
  style: vue.StyleValue;
949
952
  eager: boolean;
950
953
  disabled: boolean;
954
+ persistent: boolean;
951
955
  modelValue: boolean;
952
956
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
953
957
  updateLocation: (e?: Event) => void;
@@ -961,7 +965,6 @@ declare const VMenu: {
961
965
  closeOnBack: boolean;
962
966
  contained: boolean;
963
967
  noClickAnimation: boolean;
964
- persistent: boolean;
965
968
  scrim: string | boolean;
966
969
  submenu: boolean;
967
970
  } & {
@@ -1034,6 +1037,7 @@ declare const VMenu: {
1034
1037
  style: vue.StyleValue;
1035
1038
  eager: boolean;
1036
1039
  disabled: boolean;
1040
+ persistent: boolean;
1037
1041
  modelValue: boolean;
1038
1042
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1039
1043
  updateLocation: (e?: Event) => void;
@@ -1047,7 +1051,6 @@ declare const VMenu: {
1047
1051
  closeOnBack: boolean;
1048
1052
  contained: boolean;
1049
1053
  noClickAnimation: boolean;
1050
- persistent: boolean;
1051
1054
  scrim: string | boolean;
1052
1055
  _disableGlobalStack: boolean;
1053
1056
  }> & Omit<{
@@ -1061,6 +1064,7 @@ declare const VMenu: {
1061
1064
  style: vue.StyleValue;
1062
1065
  eager: boolean;
1063
1066
  disabled: boolean;
1067
+ persistent: boolean;
1064
1068
  modelValue: boolean;
1065
1069
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1066
1070
  updateLocation: (e?: Event) => void;
@@ -1072,7 +1076,6 @@ declare const VMenu: {
1072
1076
  closeOnBack: boolean;
1073
1077
  contained: boolean;
1074
1078
  noClickAnimation: boolean;
1075
- persistent: boolean;
1076
1079
  scrim: string | boolean;
1077
1080
  _disableGlobalStack: boolean;
1078
1081
  offset?: string | number | number[] | undefined;
@@ -1087,9 +1090,9 @@ declare const VMenu: {
1087
1090
  class?: any;
1088
1091
  theme?: string | undefined;
1089
1092
  contentClass?: any;
1090
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1091
1093
  closeDelay?: string | number | undefined;
1092
1094
  openDelay?: string | number | undefined;
1095
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1093
1096
  openOnClick?: boolean | undefined;
1094
1097
  openOnFocus?: boolean | undefined;
1095
1098
  contentProps?: any;
@@ -1139,6 +1142,7 @@ declare const VMenu: {
1139
1142
  style: vue.StyleValue;
1140
1143
  eager: boolean;
1141
1144
  disabled: boolean;
1145
+ persistent: boolean;
1142
1146
  modelValue: boolean;
1143
1147
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1144
1148
  updateLocation: (e?: Event) => void;
@@ -1150,7 +1154,6 @@ declare const VMenu: {
1150
1154
  closeOnBack: boolean;
1151
1155
  contained: boolean;
1152
1156
  noClickAnimation: boolean;
1153
- persistent: boolean;
1154
1157
  scrim: string | boolean;
1155
1158
  _disableGlobalStack: boolean;
1156
1159
  } & {
@@ -1166,9 +1169,9 @@ declare const VMenu: {
1166
1169
  class?: any;
1167
1170
  theme?: string | undefined;
1168
1171
  contentClass?: any;
1169
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1170
1172
  closeDelay?: string | number | undefined;
1171
1173
  openDelay?: string | number | undefined;
1174
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1172
1175
  openOnClick?: boolean | undefined;
1173
1176
  openOnFocus?: boolean | undefined;
1174
1177
  contentProps?: any;
@@ -1210,7 +1213,7 @@ declare const VMenu: {
1210
1213
  onAfterLeave?: (() => any) | undefined;
1211
1214
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1212
1215
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1213
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1216
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1214
1217
  $attrs: {
1215
1218
  [x: string]: unknown;
1216
1219
  };
@@ -1229,7 +1232,7 @@ declare const VMenu: {
1229
1232
  }>;
1230
1233
  $root: vue.ComponentPublicInstance | null;
1231
1234
  $parent: vue.ComponentPublicInstance | null;
1232
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1235
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1233
1236
  $el: any;
1234
1237
  $options: vue.ComponentOptionsBase<{
1235
1238
  absolute: boolean;
@@ -1242,6 +1245,7 @@ declare const VMenu: {
1242
1245
  style: vue.StyleValue;
1243
1246
  eager: boolean;
1244
1247
  disabled: boolean;
1248
+ persistent: boolean;
1245
1249
  modelValue: boolean;
1246
1250
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1247
1251
  updateLocation: (e?: Event) => void;
@@ -1253,7 +1257,6 @@ declare const VMenu: {
1253
1257
  closeOnBack: boolean;
1254
1258
  contained: boolean;
1255
1259
  noClickAnimation: boolean;
1256
- persistent: boolean;
1257
1260
  scrim: string | boolean;
1258
1261
  _disableGlobalStack: boolean;
1259
1262
  } & {
@@ -1269,9 +1272,9 @@ declare const VMenu: {
1269
1272
  class?: any;
1270
1273
  theme?: string | undefined;
1271
1274
  contentClass?: any;
1272
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1273
1275
  closeDelay?: string | number | undefined;
1274
1276
  openDelay?: string | number | undefined;
1277
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1275
1278
  openOnClick?: boolean | undefined;
1276
1279
  openOnFocus?: boolean | undefined;
1277
1280
  contentProps?: any;
@@ -1338,6 +1341,7 @@ declare const VMenu: {
1338
1341
  style: vue.StyleValue;
1339
1342
  eager: boolean;
1340
1343
  disabled: boolean;
1344
+ persistent: boolean;
1341
1345
  modelValue: boolean;
1342
1346
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1343
1347
  updateLocation: (e?: Event) => void;
@@ -1351,7 +1355,6 @@ declare const VMenu: {
1351
1355
  closeOnBack: boolean;
1352
1356
  contained: boolean;
1353
1357
  noClickAnimation: boolean;
1354
- persistent: boolean;
1355
1358
  scrim: string | boolean;
1356
1359
  _disableGlobalStack: boolean;
1357
1360
  }, {}, string, vue.SlotsType<Partial<{
@@ -1394,6 +1397,7 @@ declare const VMenu: {
1394
1397
  style: vue.StyleValue;
1395
1398
  eager: boolean;
1396
1399
  disabled: boolean;
1400
+ persistent: boolean;
1397
1401
  modelValue: boolean;
1398
1402
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1399
1403
  updateLocation: (e?: Event) => void;
@@ -1405,7 +1409,6 @@ declare const VMenu: {
1405
1409
  closeOnBack: boolean;
1406
1410
  contained: boolean;
1407
1411
  noClickAnimation: boolean;
1408
- persistent: boolean;
1409
1412
  scrim: string | boolean;
1410
1413
  _disableGlobalStack: boolean;
1411
1414
  } & {
@@ -1421,9 +1424,9 @@ declare const VMenu: {
1421
1424
  class?: any;
1422
1425
  theme?: string | undefined;
1423
1426
  contentClass?: any;
1424
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1425
1427
  closeDelay?: string | number | undefined;
1426
1428
  openDelay?: string | number | undefined;
1429
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1427
1430
  openOnClick?: boolean | undefined;
1428
1431
  openOnFocus?: boolean | undefined;
1429
1432
  contentProps?: any;
@@ -1474,7 +1477,7 @@ declare const VMenu: {
1474
1477
  globalTop: Readonly<vue.Ref<boolean>>;
1475
1478
  localTop: vue.ComputedRef<boolean>;
1476
1479
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1477
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1480
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1478
1481
  _allExposed: {
1479
1482
  activatorEl: vue.Ref<HTMLElement | undefined>;
1480
1483
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1502,6 +1505,7 @@ declare const VMenu: {
1502
1505
  style: vue.StyleValue;
1503
1506
  eager: boolean;
1504
1507
  disabled: boolean;
1508
+ persistent: boolean;
1505
1509
  modelValue: boolean;
1506
1510
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1507
1511
  updateLocation: (e?: Event) => void;
@@ -1515,7 +1519,6 @@ declare const VMenu: {
1515
1519
  closeOnBack: boolean;
1516
1520
  contained: boolean;
1517
1521
  noClickAnimation: boolean;
1518
- persistent: boolean;
1519
1522
  scrim: string | boolean;
1520
1523
  submenu: boolean;
1521
1524
  } & {
@@ -1583,6 +1586,7 @@ declare const VMenu: {
1583
1586
  style: vue.StyleValue;
1584
1587
  eager: boolean;
1585
1588
  disabled: boolean;
1589
+ persistent: boolean;
1586
1590
  modelValue: boolean;
1587
1591
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1588
1592
  updateLocation: (e?: Event) => void;
@@ -1598,7 +1602,6 @@ declare const VMenu: {
1598
1602
  closeOnBack: boolean;
1599
1603
  contained: boolean;
1600
1604
  noClickAnimation: boolean;
1601
- persistent: boolean;
1602
1605
  scrim: string | boolean;
1603
1606
  submenu: boolean;
1604
1607
  }, true, {}, vue.SlotsType<Partial<{
@@ -1629,6 +1632,7 @@ declare const VMenu: {
1629
1632
  style: vue.StyleValue;
1630
1633
  eager: boolean;
1631
1634
  disabled: boolean;
1635
+ persistent: boolean;
1632
1636
  modelValue: boolean;
1633
1637
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1634
1638
  updateLocation: (e?: Event) => void;
@@ -1642,7 +1646,6 @@ declare const VMenu: {
1642
1646
  closeOnBack: boolean;
1643
1647
  contained: boolean;
1644
1648
  noClickAnimation: boolean;
1645
- persistent: boolean;
1646
1649
  scrim: string | boolean;
1647
1650
  submenu: boolean;
1648
1651
  } & {
@@ -1715,6 +1718,7 @@ declare const VMenu: {
1715
1718
  style: vue.StyleValue;
1716
1719
  eager: boolean;
1717
1720
  disabled: boolean;
1721
+ persistent: boolean;
1718
1722
  modelValue: boolean;
1719
1723
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1720
1724
  updateLocation: (e?: Event) => void;
@@ -1728,7 +1732,6 @@ declare const VMenu: {
1728
1732
  closeOnBack: boolean;
1729
1733
  contained: boolean;
1730
1734
  noClickAnimation: boolean;
1731
- persistent: boolean;
1732
1735
  scrim: string | boolean;
1733
1736
  _disableGlobalStack: boolean;
1734
1737
  }> & Omit<{
@@ -1742,6 +1745,7 @@ declare const VMenu: {
1742
1745
  style: vue.StyleValue;
1743
1746
  eager: boolean;
1744
1747
  disabled: boolean;
1748
+ persistent: boolean;
1745
1749
  modelValue: boolean;
1746
1750
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1747
1751
  updateLocation: (e?: Event) => void;
@@ -1753,7 +1757,6 @@ declare const VMenu: {
1753
1757
  closeOnBack: boolean;
1754
1758
  contained: boolean;
1755
1759
  noClickAnimation: boolean;
1756
- persistent: boolean;
1757
1760
  scrim: string | boolean;
1758
1761
  _disableGlobalStack: boolean;
1759
1762
  offset?: string | number | number[] | undefined;
@@ -1768,9 +1771,9 @@ declare const VMenu: {
1768
1771
  class?: any;
1769
1772
  theme?: string | undefined;
1770
1773
  contentClass?: any;
1771
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1772
1774
  closeDelay?: string | number | undefined;
1773
1775
  openDelay?: string | number | undefined;
1776
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1774
1777
  openOnClick?: boolean | undefined;
1775
1778
  openOnFocus?: boolean | undefined;
1776
1779
  contentProps?: any;
@@ -1820,6 +1823,7 @@ declare const VMenu: {
1820
1823
  style: vue.StyleValue;
1821
1824
  eager: boolean;
1822
1825
  disabled: boolean;
1826
+ persistent: boolean;
1823
1827
  modelValue: boolean;
1824
1828
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1825
1829
  updateLocation: (e?: Event) => void;
@@ -1831,7 +1835,6 @@ declare const VMenu: {
1831
1835
  closeOnBack: boolean;
1832
1836
  contained: boolean;
1833
1837
  noClickAnimation: boolean;
1834
- persistent: boolean;
1835
1838
  scrim: string | boolean;
1836
1839
  _disableGlobalStack: boolean;
1837
1840
  } & {
@@ -1847,9 +1850,9 @@ declare const VMenu: {
1847
1850
  class?: any;
1848
1851
  theme?: string | undefined;
1849
1852
  contentClass?: any;
1850
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1851
1853
  closeDelay?: string | number | undefined;
1852
1854
  openDelay?: string | number | undefined;
1855
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1853
1856
  openOnClick?: boolean | undefined;
1854
1857
  openOnFocus?: boolean | undefined;
1855
1858
  contentProps?: any;
@@ -1891,7 +1894,7 @@ declare const VMenu: {
1891
1894
  onAfterLeave?: (() => any) | undefined;
1892
1895
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1893
1896
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1894
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1897
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1895
1898
  $attrs: {
1896
1899
  [x: string]: unknown;
1897
1900
  };
@@ -1910,7 +1913,7 @@ declare const VMenu: {
1910
1913
  }>;
1911
1914
  $root: vue.ComponentPublicInstance | null;
1912
1915
  $parent: vue.ComponentPublicInstance | null;
1913
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1916
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1914
1917
  $el: any;
1915
1918
  $options: vue.ComponentOptionsBase<{
1916
1919
  absolute: boolean;
@@ -1923,6 +1926,7 @@ declare const VMenu: {
1923
1926
  style: vue.StyleValue;
1924
1927
  eager: boolean;
1925
1928
  disabled: boolean;
1929
+ persistent: boolean;
1926
1930
  modelValue: boolean;
1927
1931
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1928
1932
  updateLocation: (e?: Event) => void;
@@ -1934,7 +1938,6 @@ declare const VMenu: {
1934
1938
  closeOnBack: boolean;
1935
1939
  contained: boolean;
1936
1940
  noClickAnimation: boolean;
1937
- persistent: boolean;
1938
1941
  scrim: string | boolean;
1939
1942
  _disableGlobalStack: boolean;
1940
1943
  } & {
@@ -1950,9 +1953,9 @@ declare const VMenu: {
1950
1953
  class?: any;
1951
1954
  theme?: string | undefined;
1952
1955
  contentClass?: any;
1953
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1954
1956
  closeDelay?: string | number | undefined;
1955
1957
  openDelay?: string | number | undefined;
1958
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1956
1959
  openOnClick?: boolean | undefined;
1957
1960
  openOnFocus?: boolean | undefined;
1958
1961
  contentProps?: any;
@@ -2019,6 +2022,7 @@ declare const VMenu: {
2019
2022
  style: vue.StyleValue;
2020
2023
  eager: boolean;
2021
2024
  disabled: boolean;
2025
+ persistent: boolean;
2022
2026
  modelValue: boolean;
2023
2027
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2024
2028
  updateLocation: (e?: Event) => void;
@@ -2032,7 +2036,6 @@ declare const VMenu: {
2032
2036
  closeOnBack: boolean;
2033
2037
  contained: boolean;
2034
2038
  noClickAnimation: boolean;
2035
- persistent: boolean;
2036
2039
  scrim: string | boolean;
2037
2040
  _disableGlobalStack: boolean;
2038
2041
  }, {}, string, vue.SlotsType<Partial<{
@@ -2075,6 +2078,7 @@ declare const VMenu: {
2075
2078
  style: vue.StyleValue;
2076
2079
  eager: boolean;
2077
2080
  disabled: boolean;
2081
+ persistent: boolean;
2078
2082
  modelValue: boolean;
2079
2083
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2080
2084
  updateLocation: (e?: Event) => void;
@@ -2086,7 +2090,6 @@ declare const VMenu: {
2086
2090
  closeOnBack: boolean;
2087
2091
  contained: boolean;
2088
2092
  noClickAnimation: boolean;
2089
- persistent: boolean;
2090
2093
  scrim: string | boolean;
2091
2094
  _disableGlobalStack: boolean;
2092
2095
  } & {
@@ -2102,9 +2105,9 @@ declare const VMenu: {
2102
2105
  class?: any;
2103
2106
  theme?: string | undefined;
2104
2107
  contentClass?: any;
2105
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2106
2108
  closeDelay?: string | number | undefined;
2107
2109
  openDelay?: string | number | undefined;
2110
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2108
2111
  openOnClick?: boolean | undefined;
2109
2112
  openOnFocus?: boolean | undefined;
2110
2113
  contentProps?: any;
@@ -2155,7 +2158,7 @@ declare const VMenu: {
2155
2158
  globalTop: Readonly<vue.Ref<boolean>>;
2156
2159
  localTop: vue.ComputedRef<boolean>;
2157
2160
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2158
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
2161
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2159
2162
  _allExposed: {
2160
2163
  activatorEl: vue.Ref<HTMLElement | undefined>;
2161
2164
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2181,6 +2184,7 @@ declare const VMenu: {
2181
2184
  style: vue.StyleValue;
2182
2185
  eager: boolean;
2183
2186
  disabled: boolean;
2187
+ persistent: boolean;
2184
2188
  modelValue: boolean;
2185
2189
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2186
2190
  updateLocation: (e?: Event) => void;
@@ -2196,7 +2200,6 @@ declare const VMenu: {
2196
2200
  closeOnBack: boolean;
2197
2201
  contained: boolean;
2198
2202
  noClickAnimation: boolean;
2199
- persistent: boolean;
2200
2203
  scrim: string | boolean;
2201
2204
  submenu: boolean;
2202
2205
  }>;
@@ -2215,6 +2218,7 @@ declare const VMenu: {
2215
2218
  style: vue.StyleValue;
2216
2219
  eager: boolean;
2217
2220
  disabled: boolean;
2221
+ persistent: boolean;
2218
2222
  modelValue: boolean;
2219
2223
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2220
2224
  updateLocation: (e?: Event) => void;
@@ -2228,7 +2232,6 @@ declare const VMenu: {
2228
2232
  closeOnBack: boolean;
2229
2233
  contained: boolean;
2230
2234
  noClickAnimation: boolean;
2231
- persistent: boolean;
2232
2235
  scrim: string | boolean;
2233
2236
  submenu: boolean;
2234
2237
  } & {
@@ -2301,6 +2304,7 @@ declare const VMenu: {
2301
2304
  style: vue.StyleValue;
2302
2305
  eager: boolean;
2303
2306
  disabled: boolean;
2307
+ persistent: boolean;
2304
2308
  modelValue: boolean;
2305
2309
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2306
2310
  updateLocation: (e?: Event) => void;
@@ -2314,7 +2318,6 @@ declare const VMenu: {
2314
2318
  closeOnBack: boolean;
2315
2319
  contained: boolean;
2316
2320
  noClickAnimation: boolean;
2317
- persistent: boolean;
2318
2321
  scrim: string | boolean;
2319
2322
  _disableGlobalStack: boolean;
2320
2323
  }> & Omit<{
@@ -2328,6 +2331,7 @@ declare const VMenu: {
2328
2331
  style: vue.StyleValue;
2329
2332
  eager: boolean;
2330
2333
  disabled: boolean;
2334
+ persistent: boolean;
2331
2335
  modelValue: boolean;
2332
2336
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2333
2337
  updateLocation: (e?: Event) => void;
@@ -2339,7 +2343,6 @@ declare const VMenu: {
2339
2343
  closeOnBack: boolean;
2340
2344
  contained: boolean;
2341
2345
  noClickAnimation: boolean;
2342
- persistent: boolean;
2343
2346
  scrim: string | boolean;
2344
2347
  _disableGlobalStack: boolean;
2345
2348
  offset?: string | number | number[] | undefined;
@@ -2354,9 +2357,9 @@ declare const VMenu: {
2354
2357
  class?: any;
2355
2358
  theme?: string | undefined;
2356
2359
  contentClass?: any;
2357
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2358
2360
  closeDelay?: string | number | undefined;
2359
2361
  openDelay?: string | number | undefined;
2362
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2360
2363
  openOnClick?: boolean | undefined;
2361
2364
  openOnFocus?: boolean | undefined;
2362
2365
  contentProps?: any;
@@ -2406,6 +2409,7 @@ declare const VMenu: {
2406
2409
  style: vue.StyleValue;
2407
2410
  eager: boolean;
2408
2411
  disabled: boolean;
2412
+ persistent: boolean;
2409
2413
  modelValue: boolean;
2410
2414
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2411
2415
  updateLocation: (e?: Event) => void;
@@ -2417,7 +2421,6 @@ declare const VMenu: {
2417
2421
  closeOnBack: boolean;
2418
2422
  contained: boolean;
2419
2423
  noClickAnimation: boolean;
2420
- persistent: boolean;
2421
2424
  scrim: string | boolean;
2422
2425
  _disableGlobalStack: boolean;
2423
2426
  } & {
@@ -2433,9 +2436,9 @@ declare const VMenu: {
2433
2436
  class?: any;
2434
2437
  theme?: string | undefined;
2435
2438
  contentClass?: any;
2436
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2437
2439
  closeDelay?: string | number | undefined;
2438
2440
  openDelay?: string | number | undefined;
2441
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2439
2442
  openOnClick?: boolean | undefined;
2440
2443
  openOnFocus?: boolean | undefined;
2441
2444
  contentProps?: any;
@@ -2477,7 +2480,7 @@ declare const VMenu: {
2477
2480
  onAfterLeave?: (() => any) | undefined;
2478
2481
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2479
2482
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
2480
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
2483
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
2481
2484
  $attrs: {
2482
2485
  [x: string]: unknown;
2483
2486
  };
@@ -2496,7 +2499,7 @@ declare const VMenu: {
2496
2499
  }>;
2497
2500
  $root: vue.ComponentPublicInstance | null;
2498
2501
  $parent: vue.ComponentPublicInstance | null;
2499
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2502
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2500
2503
  $el: any;
2501
2504
  $options: vue.ComponentOptionsBase<{
2502
2505
  absolute: boolean;
@@ -2509,6 +2512,7 @@ declare const VMenu: {
2509
2512
  style: vue.StyleValue;
2510
2513
  eager: boolean;
2511
2514
  disabled: boolean;
2515
+ persistent: boolean;
2512
2516
  modelValue: boolean;
2513
2517
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2514
2518
  updateLocation: (e?: Event) => void;
@@ -2520,7 +2524,6 @@ declare const VMenu: {
2520
2524
  closeOnBack: boolean;
2521
2525
  contained: boolean;
2522
2526
  noClickAnimation: boolean;
2523
- persistent: boolean;
2524
2527
  scrim: string | boolean;
2525
2528
  _disableGlobalStack: boolean;
2526
2529
  } & {
@@ -2536,9 +2539,9 @@ declare const VMenu: {
2536
2539
  class?: any;
2537
2540
  theme?: string | undefined;
2538
2541
  contentClass?: any;
2539
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2540
2542
  closeDelay?: string | number | undefined;
2541
2543
  openDelay?: string | number | undefined;
2544
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2542
2545
  openOnClick?: boolean | undefined;
2543
2546
  openOnFocus?: boolean | undefined;
2544
2547
  contentProps?: any;
@@ -2605,6 +2608,7 @@ declare const VMenu: {
2605
2608
  style: vue.StyleValue;
2606
2609
  eager: boolean;
2607
2610
  disabled: boolean;
2611
+ persistent: boolean;
2608
2612
  modelValue: boolean;
2609
2613
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2610
2614
  updateLocation: (e?: Event) => void;
@@ -2618,7 +2622,6 @@ declare const VMenu: {
2618
2622
  closeOnBack: boolean;
2619
2623
  contained: boolean;
2620
2624
  noClickAnimation: boolean;
2621
- persistent: boolean;
2622
2625
  scrim: string | boolean;
2623
2626
  _disableGlobalStack: boolean;
2624
2627
  }, {}, string, vue.SlotsType<Partial<{
@@ -2661,6 +2664,7 @@ declare const VMenu: {
2661
2664
  style: vue.StyleValue;
2662
2665
  eager: boolean;
2663
2666
  disabled: boolean;
2667
+ persistent: boolean;
2664
2668
  modelValue: boolean;
2665
2669
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2666
2670
  updateLocation: (e?: Event) => void;
@@ -2672,7 +2676,6 @@ declare const VMenu: {
2672
2676
  closeOnBack: boolean;
2673
2677
  contained: boolean;
2674
2678
  noClickAnimation: boolean;
2675
- persistent: boolean;
2676
2679
  scrim: string | boolean;
2677
2680
  _disableGlobalStack: boolean;
2678
2681
  } & {
@@ -2688,9 +2691,9 @@ declare const VMenu: {
2688
2691
  class?: any;
2689
2692
  theme?: string | undefined;
2690
2693
  contentClass?: any;
2691
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2692
2694
  closeDelay?: string | number | undefined;
2693
2695
  openDelay?: string | number | undefined;
2696
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2694
2697
  openOnClick?: boolean | undefined;
2695
2698
  openOnFocus?: boolean | undefined;
2696
2699
  contentProps?: any;
@@ -2741,7 +2744,7 @@ declare const VMenu: {
2741
2744
  globalTop: Readonly<vue.Ref<boolean>>;
2742
2745
  localTop: vue.ComputedRef<boolean>;
2743
2746
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2744
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
2747
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2745
2748
  _allExposed: {
2746
2749
  activatorEl: vue.Ref<HTMLElement | undefined>;
2747
2750
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2769,6 +2772,7 @@ declare const VMenu: {
2769
2772
  style: vue.StyleValue;
2770
2773
  eager: boolean;
2771
2774
  disabled: boolean;
2775
+ persistent: boolean;
2772
2776
  modelValue: boolean;
2773
2777
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2774
2778
  updateLocation: (e?: Event) => void;
@@ -2784,7 +2788,6 @@ declare const VMenu: {
2784
2788
  closeOnBack: boolean;
2785
2789
  contained: boolean;
2786
2790
  noClickAnimation: boolean;
2787
- persistent: boolean;
2788
2791
  scrim: string | boolean;
2789
2792
  submenu: boolean;
2790
2793
  }, {}, string, vue.SlotsType<Partial<{
@@ -2847,9 +2850,9 @@ declare const VMenu: {
2847
2850
  disabled: BooleanConstructor;
2848
2851
  class: vue.PropType<ClassValue>;
2849
2852
  theme: StringConstructor;
2853
+ persistent: BooleanConstructor;
2850
2854
  modelValue: BooleanConstructor;
2851
2855
  contentClass: null;
2852
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2853
2856
  locationStrategy: Omit<{
2854
2857
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2855
2858
  default: string;
@@ -2878,6 +2881,7 @@ declare const VMenu: {
2878
2881
  type: vue.PropType<string | number>;
2879
2882
  default: NonNullable<string | number>;
2880
2883
  };
2884
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2881
2885
  activatorProps: {
2882
2886
  type: vue.PropType<Record<string, any>>;
2883
2887
  default: () => {};
@@ -2902,7 +2906,6 @@ declare const VMenu: {
2902
2906
  contained: BooleanConstructor;
2903
2907
  contentProps: null;
2904
2908
  noClickAnimation: BooleanConstructor;
2905
- persistent: BooleanConstructor;
2906
2909
  scrim: Omit<{
2907
2910
  type: (StringConstructor | BooleanConstructor)[];
2908
2911
  default: boolean;
@@ -2964,9 +2967,9 @@ declare const VMenu: {
2964
2967
  disabled: BooleanConstructor;
2965
2968
  class: vue.PropType<ClassValue>;
2966
2969
  theme: StringConstructor;
2970
+ persistent: BooleanConstructor;
2967
2971
  modelValue: BooleanConstructor;
2968
2972
  contentClass: null;
2969
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2970
2973
  locationStrategy: Omit<{
2971
2974
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2972
2975
  default: string;
@@ -2995,6 +2998,7 @@ declare const VMenu: {
2995
2998
  type: vue.PropType<string | number>;
2996
2999
  default: NonNullable<string | number>;
2997
3000
  };
3001
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2998
3002
  activatorProps: {
2999
3003
  type: vue.PropType<Record<string, any>>;
3000
3004
  default: () => {};
@@ -3019,7 +3023,6 @@ declare const VMenu: {
3019
3023
  contained: BooleanConstructor;
3020
3024
  contentProps: null;
3021
3025
  noClickAnimation: BooleanConstructor;
3022
- persistent: BooleanConstructor;
3023
3026
  scrim: Omit<{
3024
3027
  type: (StringConstructor | BooleanConstructor)[];
3025
3028
  default: boolean;
@@ -3095,8 +3098,8 @@ declare const VSelect: {
3095
3098
  label?: string | undefined;
3096
3099
  prefix?: string | undefined;
3097
3100
  class?: any;
3098
- placeholder?: string | undefined;
3099
3101
  theme?: string | undefined;
3102
+ placeholder?: string | undefined;
3100
3103
  counter?: string | number | boolean | undefined;
3101
3104
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3102
3105
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -3123,6 +3126,7 @@ declare const VSelect: {
3123
3126
  style: vue.StyleValue;
3124
3127
  disabled: boolean;
3125
3128
  tag: string;
3129
+ lines: false | "one" | "two" | "three";
3126
3130
  mandatory: boolean;
3127
3131
  rounded: string | number | boolean;
3128
3132
  tile: boolean;
@@ -3133,7 +3137,6 @@ declare const VSelect: {
3133
3137
  selectable: boolean;
3134
3138
  selectStrategy: SelectStrategyProp;
3135
3139
  openStrategy: OpenStrategyProp;
3136
- lines: false | "one" | "two" | "three";
3137
3140
  returnObject: boolean;
3138
3141
  itemType: string;
3139
3142
  }> & Omit<{
@@ -3142,6 +3145,7 @@ declare const VSelect: {
3142
3145
  style: vue.StyleValue;
3143
3146
  disabled: boolean;
3144
3147
  tag: string;
3148
+ lines: false | "one" | "two" | "three";
3145
3149
  mandatory: boolean;
3146
3150
  tile: boolean;
3147
3151
  density: Density;
@@ -3151,7 +3155,6 @@ declare const VSelect: {
3151
3155
  selectable: boolean;
3152
3156
  selectStrategy: SelectStrategyProp;
3153
3157
  openStrategy: OpenStrategyProp;
3154
- lines: false | "one" | "two" | "three";
3155
3158
  returnObject: boolean;
3156
3159
  itemType: string;
3157
3160
  height?: string | number | undefined;
@@ -3164,8 +3167,8 @@ declare const VSelect: {
3164
3167
  minWidth?: string | number | undefined;
3165
3168
  activated?: any;
3166
3169
  class?: any;
3167
- elevation?: string | number | undefined;
3168
3170
  theme?: string | undefined;
3171
+ elevation?: string | number | undefined;
3169
3172
  rounded?: string | number | boolean | undefined;
3170
3173
  baseColor?: string | undefined;
3171
3174
  bgColor?: string | undefined;
@@ -3186,6 +3189,7 @@ declare const VSelect: {
3186
3189
  style: vue.StyleValue;
3187
3190
  disabled: boolean;
3188
3191
  tag: string;
3192
+ lines: false | "one" | "two" | "three";
3189
3193
  mandatory: boolean;
3190
3194
  tile: boolean;
3191
3195
  density: Density;
@@ -3195,7 +3199,6 @@ declare const VSelect: {
3195
3199
  selectable: boolean;
3196
3200
  selectStrategy: SelectStrategyProp;
3197
3201
  openStrategy: OpenStrategyProp;
3198
- lines: false | "one" | "two" | "three";
3199
3202
  returnObject: boolean;
3200
3203
  itemType: string;
3201
3204
  } & {
@@ -3209,8 +3212,8 @@ declare const VSelect: {
3209
3212
  minWidth?: string | number | undefined;
3210
3213
  activated?: any;
3211
3214
  class?: any;
3212
- elevation?: string | number | undefined;
3213
3215
  theme?: string | undefined;
3216
+ elevation?: string | number | undefined;
3214
3217
  rounded?: string | number | boolean | undefined;
3215
3218
  baseColor?: string | undefined;
3216
3219
  bgColor?: string | undefined;
@@ -3226,7 +3229,7 @@ declare const VSelect: {
3226
3229
  value: boolean;
3227
3230
  path: unknown[];
3228
3231
  }) => any) | undefined;
3229
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3232
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3230
3233
  items?: readonly any[] | undefined;
3231
3234
  itemTitle?: SelectItemKey<any>;
3232
3235
  itemValue?: SelectItemKey<any>;
@@ -3340,6 +3343,7 @@ declare const VSelect: {
3340
3343
  style: vue.StyleValue;
3341
3344
  eager: boolean;
3342
3345
  disabled: boolean;
3346
+ persistent: boolean;
3343
3347
  modelValue: boolean;
3344
3348
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3345
3349
  updateLocation: (e?: Event) => void;
@@ -3355,7 +3359,6 @@ declare const VSelect: {
3355
3359
  closeOnBack: boolean;
3356
3360
  contained: boolean;
3357
3361
  noClickAnimation: boolean;
3358
- persistent: boolean;
3359
3362
  scrim: string | boolean;
3360
3363
  submenu: boolean;
3361
3364
  }> & Omit<{
@@ -3370,6 +3373,7 @@ declare const VSelect: {
3370
3373
  style: vue.StyleValue;
3371
3374
  eager: boolean;
3372
3375
  disabled: boolean;
3376
+ persistent: boolean;
3373
3377
  modelValue: boolean;
3374
3378
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3375
3379
  updateLocation: (e?: Event) => void;
@@ -3383,7 +3387,6 @@ declare const VSelect: {
3383
3387
  closeOnBack: boolean;
3384
3388
  contained: boolean;
3385
3389
  noClickAnimation: boolean;
3386
- persistent: boolean;
3387
3390
  scrim: string | boolean;
3388
3391
  submenu: boolean;
3389
3392
  offset?: string | number | number[] | undefined;
@@ -3447,6 +3450,7 @@ declare const VSelect: {
3447
3450
  style: vue.StyleValue;
3448
3451
  eager: boolean;
3449
3452
  disabled: boolean;
3453
+ persistent: boolean;
3450
3454
  modelValue: boolean;
3451
3455
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3452
3456
  updateLocation: (e?: Event) => void;
@@ -3460,7 +3464,6 @@ declare const VSelect: {
3460
3464
  closeOnBack: boolean;
3461
3465
  contained: boolean;
3462
3466
  noClickAnimation: boolean;
3463
- persistent: boolean;
3464
3467
  scrim: string | boolean;
3465
3468
  submenu: boolean;
3466
3469
  } & {
@@ -3516,7 +3519,7 @@ declare const VSelect: {
3516
3519
  }) => vue.VNodeChild) | undefined;
3517
3520
  } & {
3518
3521
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3519
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
3522
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
3520
3523
  itemColor?: string | undefined;
3521
3524
  } & {
3522
3525
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3525,7 +3528,7 @@ declare const VSelect: {
3525
3528
  'update:focused': (focused: boolean) => true;
3526
3529
  'update:modelValue': (value: any) => true;
3527
3530
  'update:menu': (ue: boolean) => true;
3528
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "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 & {
3531
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3529
3532
  flat: boolean;
3530
3533
  reverse: boolean;
3531
3534
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3582,8 +3585,8 @@ declare const VSelect: {
3582
3585
  label?: string | undefined;
3583
3586
  prefix?: string | undefined;
3584
3587
  class?: any;
3585
- placeholder?: string | undefined;
3586
3588
  theme?: string | undefined;
3589
+ placeholder?: string | undefined;
3587
3590
  counter?: string | number | boolean | undefined;
3588
3591
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3589
3592
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -3610,6 +3613,7 @@ declare const VSelect: {
3610
3613
  style: vue.StyleValue;
3611
3614
  disabled: boolean;
3612
3615
  tag: string;
3616
+ lines: false | "one" | "two" | "three";
3613
3617
  mandatory: boolean;
3614
3618
  rounded: string | number | boolean;
3615
3619
  tile: boolean;
@@ -3620,7 +3624,6 @@ declare const VSelect: {
3620
3624
  selectable: boolean;
3621
3625
  selectStrategy: SelectStrategyProp;
3622
3626
  openStrategy: OpenStrategyProp;
3623
- lines: false | "one" | "two" | "three";
3624
3627
  returnObject: boolean;
3625
3628
  itemType: string;
3626
3629
  }> & Omit<{
@@ -3629,6 +3632,7 @@ declare const VSelect: {
3629
3632
  style: vue.StyleValue;
3630
3633
  disabled: boolean;
3631
3634
  tag: string;
3635
+ lines: false | "one" | "two" | "three";
3632
3636
  mandatory: boolean;
3633
3637
  tile: boolean;
3634
3638
  density: Density;
@@ -3638,7 +3642,6 @@ declare const VSelect: {
3638
3642
  selectable: boolean;
3639
3643
  selectStrategy: SelectStrategyProp;
3640
3644
  openStrategy: OpenStrategyProp;
3641
- lines: false | "one" | "two" | "three";
3642
3645
  returnObject: boolean;
3643
3646
  itemType: string;
3644
3647
  height?: string | number | undefined;
@@ -3651,8 +3654,8 @@ declare const VSelect: {
3651
3654
  minWidth?: string | number | undefined;
3652
3655
  activated?: any;
3653
3656
  class?: any;
3654
- elevation?: string | number | undefined;
3655
3657
  theme?: string | undefined;
3658
+ elevation?: string | number | undefined;
3656
3659
  rounded?: string | number | boolean | undefined;
3657
3660
  baseColor?: string | undefined;
3658
3661
  bgColor?: string | undefined;
@@ -3673,6 +3676,7 @@ declare const VSelect: {
3673
3676
  style: vue.StyleValue;
3674
3677
  disabled: boolean;
3675
3678
  tag: string;
3679
+ lines: false | "one" | "two" | "three";
3676
3680
  mandatory: boolean;
3677
3681
  tile: boolean;
3678
3682
  density: Density;
@@ -3682,7 +3686,6 @@ declare const VSelect: {
3682
3686
  selectable: boolean;
3683
3687
  selectStrategy: SelectStrategyProp;
3684
3688
  openStrategy: OpenStrategyProp;
3685
- lines: false | "one" | "two" | "three";
3686
3689
  returnObject: boolean;
3687
3690
  itemType: string;
3688
3691
  } & {
@@ -3696,8 +3699,8 @@ declare const VSelect: {
3696
3699
  minWidth?: string | number | undefined;
3697
3700
  activated?: any;
3698
3701
  class?: any;
3699
- elevation?: string | number | undefined;
3700
3702
  theme?: string | undefined;
3703
+ elevation?: string | number | undefined;
3701
3704
  rounded?: string | number | boolean | undefined;
3702
3705
  baseColor?: string | undefined;
3703
3706
  bgColor?: string | undefined;
@@ -3713,7 +3716,7 @@ declare const VSelect: {
3713
3716
  value: boolean;
3714
3717
  path: unknown[];
3715
3718
  }) => any) | undefined;
3716
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3719
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3717
3720
  items?: readonly any[] | undefined;
3718
3721
  itemTitle?: SelectItemKey<any>;
3719
3722
  itemValue?: SelectItemKey<any>;
@@ -3827,6 +3830,7 @@ declare const VSelect: {
3827
3830
  style: vue.StyleValue;
3828
3831
  eager: boolean;
3829
3832
  disabled: boolean;
3833
+ persistent: boolean;
3830
3834
  modelValue: boolean;
3831
3835
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3832
3836
  updateLocation: (e?: Event) => void;
@@ -3842,7 +3846,6 @@ declare const VSelect: {
3842
3846
  closeOnBack: boolean;
3843
3847
  contained: boolean;
3844
3848
  noClickAnimation: boolean;
3845
- persistent: boolean;
3846
3849
  scrim: string | boolean;
3847
3850
  submenu: boolean;
3848
3851
  }> & Omit<{
@@ -3857,6 +3860,7 @@ declare const VSelect: {
3857
3860
  style: vue.StyleValue;
3858
3861
  eager: boolean;
3859
3862
  disabled: boolean;
3863
+ persistent: boolean;
3860
3864
  modelValue: boolean;
3861
3865
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3862
3866
  updateLocation: (e?: Event) => void;
@@ -3870,7 +3874,6 @@ declare const VSelect: {
3870
3874
  closeOnBack: boolean;
3871
3875
  contained: boolean;
3872
3876
  noClickAnimation: boolean;
3873
- persistent: boolean;
3874
3877
  scrim: string | boolean;
3875
3878
  submenu: boolean;
3876
3879
  offset?: string | number | number[] | undefined;
@@ -3934,6 +3937,7 @@ declare const VSelect: {
3934
3937
  style: vue.StyleValue;
3935
3938
  eager: boolean;
3936
3939
  disabled: boolean;
3940
+ persistent: boolean;
3937
3941
  modelValue: boolean;
3938
3942
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3939
3943
  updateLocation: (e?: Event) => void;
@@ -3947,7 +3951,6 @@ declare const VSelect: {
3947
3951
  closeOnBack: boolean;
3948
3952
  contained: boolean;
3949
3953
  noClickAnimation: boolean;
3950
- persistent: boolean;
3951
3954
  scrim: string | boolean;
3952
3955
  submenu: boolean;
3953
3956
  } & {
@@ -4003,7 +4006,7 @@ declare const VSelect: {
4003
4006
  }) => vue.VNodeChild) | undefined;
4004
4007
  } & {
4005
4008
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4006
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
4009
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
4007
4010
  itemColor?: string | undefined;
4008
4011
  } & {
4009
4012
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -4152,8 +4155,8 @@ declare const VSelect: {
4152
4155
  label?: string | undefined;
4153
4156
  prefix?: string | undefined;
4154
4157
  class?: any;
4155
- placeholder?: string | undefined;
4156
4158
  theme?: string | undefined;
4159
+ placeholder?: string | undefined;
4157
4160
  counter?: string | number | boolean | undefined;
4158
4161
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4159
4162
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -4180,6 +4183,7 @@ declare const VSelect: {
4180
4183
  style: vue.StyleValue;
4181
4184
  disabled: boolean;
4182
4185
  tag: string;
4186
+ lines: false | "one" | "two" | "three";
4183
4187
  mandatory: boolean;
4184
4188
  rounded: string | number | boolean;
4185
4189
  tile: boolean;
@@ -4190,7 +4194,6 @@ declare const VSelect: {
4190
4194
  selectable: boolean;
4191
4195
  selectStrategy: SelectStrategyProp;
4192
4196
  openStrategy: OpenStrategyProp;
4193
- lines: false | "one" | "two" | "three";
4194
4197
  returnObject: boolean;
4195
4198
  itemType: string;
4196
4199
  }> & Omit<{
@@ -4199,6 +4202,7 @@ declare const VSelect: {
4199
4202
  style: vue.StyleValue;
4200
4203
  disabled: boolean;
4201
4204
  tag: string;
4205
+ lines: false | "one" | "two" | "three";
4202
4206
  mandatory: boolean;
4203
4207
  tile: boolean;
4204
4208
  density: Density;
@@ -4208,7 +4212,6 @@ declare const VSelect: {
4208
4212
  selectable: boolean;
4209
4213
  selectStrategy: SelectStrategyProp;
4210
4214
  openStrategy: OpenStrategyProp;
4211
- lines: false | "one" | "two" | "three";
4212
4215
  returnObject: boolean;
4213
4216
  itemType: string;
4214
4217
  height?: string | number | undefined;
@@ -4221,8 +4224,8 @@ declare const VSelect: {
4221
4224
  minWidth?: string | number | undefined;
4222
4225
  activated?: any;
4223
4226
  class?: any;
4224
- elevation?: string | number | undefined;
4225
4227
  theme?: string | undefined;
4228
+ elevation?: string | number | undefined;
4226
4229
  rounded?: string | number | boolean | undefined;
4227
4230
  baseColor?: string | undefined;
4228
4231
  bgColor?: string | undefined;
@@ -4243,6 +4246,7 @@ declare const VSelect: {
4243
4246
  style: vue.StyleValue;
4244
4247
  disabled: boolean;
4245
4248
  tag: string;
4249
+ lines: false | "one" | "two" | "three";
4246
4250
  mandatory: boolean;
4247
4251
  tile: boolean;
4248
4252
  density: Density;
@@ -4252,7 +4256,6 @@ declare const VSelect: {
4252
4256
  selectable: boolean;
4253
4257
  selectStrategy: SelectStrategyProp;
4254
4258
  openStrategy: OpenStrategyProp;
4255
- lines: false | "one" | "two" | "three";
4256
4259
  returnObject: boolean;
4257
4260
  itemType: string;
4258
4261
  } & {
@@ -4266,8 +4269,8 @@ declare const VSelect: {
4266
4269
  minWidth?: string | number | undefined;
4267
4270
  activated?: any;
4268
4271
  class?: any;
4269
- elevation?: string | number | undefined;
4270
4272
  theme?: string | undefined;
4273
+ elevation?: string | number | undefined;
4271
4274
  rounded?: string | number | boolean | undefined;
4272
4275
  baseColor?: string | undefined;
4273
4276
  bgColor?: string | undefined;
@@ -4283,7 +4286,7 @@ declare const VSelect: {
4283
4286
  value: boolean;
4284
4287
  path: unknown[];
4285
4288
  }) => any) | undefined;
4286
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
4289
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4287
4290
  items?: readonly any[] | undefined;
4288
4291
  itemTitle?: SelectItemKey<any>;
4289
4292
  itemValue?: SelectItemKey<any>;
@@ -4397,6 +4400,7 @@ declare const VSelect: {
4397
4400
  style: vue.StyleValue;
4398
4401
  eager: boolean;
4399
4402
  disabled: boolean;
4403
+ persistent: boolean;
4400
4404
  modelValue: boolean;
4401
4405
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4402
4406
  updateLocation: (e?: Event) => void;
@@ -4412,7 +4416,6 @@ declare const VSelect: {
4412
4416
  closeOnBack: boolean;
4413
4417
  contained: boolean;
4414
4418
  noClickAnimation: boolean;
4415
- persistent: boolean;
4416
4419
  scrim: string | boolean;
4417
4420
  submenu: boolean;
4418
4421
  }> & Omit<{
@@ -4427,6 +4430,7 @@ declare const VSelect: {
4427
4430
  style: vue.StyleValue;
4428
4431
  eager: boolean;
4429
4432
  disabled: boolean;
4433
+ persistent: boolean;
4430
4434
  modelValue: boolean;
4431
4435
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4432
4436
  updateLocation: (e?: Event) => void;
@@ -4440,7 +4444,6 @@ declare const VSelect: {
4440
4444
  closeOnBack: boolean;
4441
4445
  contained: boolean;
4442
4446
  noClickAnimation: boolean;
4443
- persistent: boolean;
4444
4447
  scrim: string | boolean;
4445
4448
  submenu: boolean;
4446
4449
  offset?: string | number | number[] | undefined;
@@ -4504,6 +4507,7 @@ declare const VSelect: {
4504
4507
  style: vue.StyleValue;
4505
4508
  eager: boolean;
4506
4509
  disabled: boolean;
4510
+ persistent: boolean;
4507
4511
  modelValue: boolean;
4508
4512
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4509
4513
  updateLocation: (e?: Event) => void;
@@ -4517,7 +4521,6 @@ declare const VSelect: {
4517
4521
  closeOnBack: boolean;
4518
4522
  contained: boolean;
4519
4523
  noClickAnimation: boolean;
4520
- persistent: boolean;
4521
4524
  scrim: string | boolean;
4522
4525
  submenu: boolean;
4523
4526
  } & {
@@ -4573,7 +4576,7 @@ declare const VSelect: {
4573
4576
  }) => vue.VNodeChild) | undefined;
4574
4577
  } & {
4575
4578
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4576
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
4579
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
4577
4580
  itemColor?: string | undefined;
4578
4581
  } & {
4579
4582
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -4687,8 +4690,8 @@ declare const VSelect: {
4687
4690
  label?: string | undefined;
4688
4691
  prefix?: string | undefined;
4689
4692
  class?: any;
4690
- placeholder?: string | undefined;
4691
4693
  theme?: string | undefined;
4694
+ placeholder?: string | undefined;
4692
4695
  counter?: string | number | boolean | undefined;
4693
4696
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4694
4697
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -4715,6 +4718,7 @@ declare const VSelect: {
4715
4718
  style: vue.StyleValue;
4716
4719
  disabled: boolean;
4717
4720
  tag: string;
4721
+ lines: false | "one" | "two" | "three";
4718
4722
  mandatory: boolean;
4719
4723
  rounded: string | number | boolean;
4720
4724
  tile: boolean;
@@ -4725,7 +4729,6 @@ declare const VSelect: {
4725
4729
  selectable: boolean;
4726
4730
  selectStrategy: SelectStrategyProp;
4727
4731
  openStrategy: OpenStrategyProp;
4728
- lines: false | "one" | "two" | "three";
4729
4732
  returnObject: boolean;
4730
4733
  itemType: string;
4731
4734
  }> & Omit<{
@@ -4734,6 +4737,7 @@ declare const VSelect: {
4734
4737
  style: vue.StyleValue;
4735
4738
  disabled: boolean;
4736
4739
  tag: string;
4740
+ lines: false | "one" | "two" | "three";
4737
4741
  mandatory: boolean;
4738
4742
  tile: boolean;
4739
4743
  density: Density;
@@ -4743,7 +4747,6 @@ declare const VSelect: {
4743
4747
  selectable: boolean;
4744
4748
  selectStrategy: SelectStrategyProp;
4745
4749
  openStrategy: OpenStrategyProp;
4746
- lines: false | "one" | "two" | "three";
4747
4750
  returnObject: boolean;
4748
4751
  itemType: string;
4749
4752
  height?: string | number | undefined;
@@ -4756,8 +4759,8 @@ declare const VSelect: {
4756
4759
  minWidth?: string | number | undefined;
4757
4760
  activated?: any;
4758
4761
  class?: any;
4759
- elevation?: string | number | undefined;
4760
4762
  theme?: string | undefined;
4763
+ elevation?: string | number | undefined;
4761
4764
  rounded?: string | number | boolean | undefined;
4762
4765
  baseColor?: string | undefined;
4763
4766
  bgColor?: string | undefined;
@@ -4778,6 +4781,7 @@ declare const VSelect: {
4778
4781
  style: vue.StyleValue;
4779
4782
  disabled: boolean;
4780
4783
  tag: string;
4784
+ lines: false | "one" | "two" | "three";
4781
4785
  mandatory: boolean;
4782
4786
  tile: boolean;
4783
4787
  density: Density;
@@ -4787,7 +4791,6 @@ declare const VSelect: {
4787
4791
  selectable: boolean;
4788
4792
  selectStrategy: SelectStrategyProp;
4789
4793
  openStrategy: OpenStrategyProp;
4790
- lines: false | "one" | "two" | "three";
4791
4794
  returnObject: boolean;
4792
4795
  itemType: string;
4793
4796
  } & {
@@ -4801,8 +4804,8 @@ declare const VSelect: {
4801
4804
  minWidth?: string | number | undefined;
4802
4805
  activated?: any;
4803
4806
  class?: any;
4804
- elevation?: string | number | undefined;
4805
4807
  theme?: string | undefined;
4808
+ elevation?: string | number | undefined;
4806
4809
  rounded?: string | number | boolean | undefined;
4807
4810
  baseColor?: string | undefined;
4808
4811
  bgColor?: string | undefined;
@@ -4818,7 +4821,7 @@ declare const VSelect: {
4818
4821
  value: boolean;
4819
4822
  path: unknown[];
4820
4823
  }) => any) | undefined;
4821
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
4824
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4822
4825
  items?: readonly any[] | undefined;
4823
4826
  itemTitle?: SelectItemKey<any>;
4824
4827
  itemValue?: SelectItemKey<any>;
@@ -4932,6 +4935,7 @@ declare const VSelect: {
4932
4935
  style: vue.StyleValue;
4933
4936
  eager: boolean;
4934
4937
  disabled: boolean;
4938
+ persistent: boolean;
4935
4939
  modelValue: boolean;
4936
4940
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4937
4941
  updateLocation: (e?: Event) => void;
@@ -4947,7 +4951,6 @@ declare const VSelect: {
4947
4951
  closeOnBack: boolean;
4948
4952
  contained: boolean;
4949
4953
  noClickAnimation: boolean;
4950
- persistent: boolean;
4951
4954
  scrim: string | boolean;
4952
4955
  submenu: boolean;
4953
4956
  }> & Omit<{
@@ -4962,6 +4965,7 @@ declare const VSelect: {
4962
4965
  style: vue.StyleValue;
4963
4966
  eager: boolean;
4964
4967
  disabled: boolean;
4968
+ persistent: boolean;
4965
4969
  modelValue: boolean;
4966
4970
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4967
4971
  updateLocation: (e?: Event) => void;
@@ -4975,7 +4979,6 @@ declare const VSelect: {
4975
4979
  closeOnBack: boolean;
4976
4980
  contained: boolean;
4977
4981
  noClickAnimation: boolean;
4978
- persistent: boolean;
4979
4982
  scrim: string | boolean;
4980
4983
  submenu: boolean;
4981
4984
  offset?: string | number | number[] | undefined;
@@ -5039,6 +5042,7 @@ declare const VSelect: {
5039
5042
  style: vue.StyleValue;
5040
5043
  eager: boolean;
5041
5044
  disabled: boolean;
5045
+ persistent: boolean;
5042
5046
  modelValue: boolean;
5043
5047
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
5044
5048
  updateLocation: (e?: Event) => void;
@@ -5052,7 +5056,6 @@ declare const VSelect: {
5052
5056
  closeOnBack: boolean;
5053
5057
  contained: boolean;
5054
5058
  noClickAnimation: boolean;
5055
- persistent: boolean;
5056
5059
  scrim: string | boolean;
5057
5060
  submenu: boolean;
5058
5061
  } & {
@@ -5108,7 +5111,7 @@ declare const VSelect: {
5108
5111
  }) => vue.VNodeChild) | undefined;
5109
5112
  } & {
5110
5113
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5111
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5114
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
5112
5115
  itemColor?: string | undefined;
5113
5116
  } & {
5114
5117
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -5117,7 +5120,7 @@ declare const VSelect: {
5117
5120
  'update:focused': (focused: boolean) => true;
5118
5121
  'update:modelValue': (value: any) => true;
5119
5122
  'update:menu': (ue: boolean) => true;
5120
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "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, {
5123
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
5121
5124
  flat: boolean;
5122
5125
  reverse: boolean;
5123
5126
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5288,8 +5291,8 @@ declare const VSelect: {
5288
5291
  default: null;
5289
5292
  };
5290
5293
  class: PropType<ClassValue>;
5291
- placeholder: StringConstructor;
5292
5294
  theme: StringConstructor;
5295
+ placeholder: StringConstructor;
5293
5296
  messages: {
5294
5297
  type: PropType<string | readonly string[]>;
5295
5298
  default: () => never[];
@@ -5477,8 +5480,8 @@ declare const VSelect: {
5477
5480
  default: null;
5478
5481
  };
5479
5482
  class: PropType<ClassValue>;
5480
- placeholder: StringConstructor;
5481
5483
  theme: StringConstructor;
5484
+ placeholder: StringConstructor;
5482
5485
  messages: {
5483
5486
  type: PropType<string | readonly string[]>;
5484
5487
  default: () => never[];