@vuetify/nightly 3.7.1-master.2024-09-02 → 3.7.1-master.2024-09-04

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 (134) hide show
  1. package/dist/json/importMap-labs.json +14 -14
  2. package/dist/json/importMap.json +118 -118
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +4238 -4235
  5. package/dist/vuetify-labs.d.ts +999 -999
  6. package/dist/vuetify-labs.esm.js +42 -55
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +42 -55
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +731 -728
  11. package/dist/vuetify.d.ts +851 -851
  12. package/dist/vuetify.esm.js +34 -31
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +34 -31
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +267 -267
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/index.d.mts +10 -10
  20. package/lib/components/VAppBar/index.d.mts +18 -18
  21. package/lib/components/VAutocomplete/index.d.mts +109 -109
  22. package/lib/components/VAvatar/index.d.mts +4 -4
  23. package/lib/components/VBadge/index.d.mts +4 -4
  24. package/lib/components/VBanner/index.d.mts +14 -14
  25. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  26. package/lib/components/VBottomSheet/index.d.mts +11 -11
  27. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  28. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  29. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  30. package/lib/components/VBtn/VBtn.mjs +3 -4
  31. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  32. package/lib/components/VBtn/index.d.mts +14 -14
  33. package/lib/components/VBtnGroup/index.d.mts +4 -4
  34. package/lib/components/VBtnToggle/index.d.mts +4 -4
  35. package/lib/components/VCard/VCard.mjs +3 -4
  36. package/lib/components/VCard/VCard.mjs.map +1 -1
  37. package/lib/components/VCard/index.d.mts +14 -14
  38. package/lib/components/VCarousel/index.d.mts +13 -13
  39. package/lib/components/VCheckbox/index.d.mts +4 -4
  40. package/lib/components/VChip/VChip.mjs +2 -3
  41. package/lib/components/VChip/VChip.mjs.map +1 -1
  42. package/lib/components/VChip/index.d.mts +8 -8
  43. package/lib/components/VChipGroup/index.d.mts +4 -4
  44. package/lib/components/VColorPicker/index.d.mts +22 -22
  45. package/lib/components/VCombobox/index.d.mts +109 -109
  46. package/lib/components/VDataTable/index.d.mts +14 -14
  47. package/lib/components/VDatePicker/index.d.mts +12 -12
  48. package/lib/components/VDialog/VDialog.css +4 -1
  49. package/lib/components/VDialog/VDialog.mjs +1 -2
  50. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  51. package/lib/components/VDialog/VDialog.sass +2 -1
  52. package/lib/components/VDialog/index.d.mts +50 -50
  53. package/lib/components/VEmptyState/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  55. package/lib/components/VFab/index.d.mts +18 -18
  56. package/lib/components/VFileInput/index.d.mts +6 -6
  57. package/lib/components/VFooter/index.d.mts +4 -4
  58. package/lib/components/VIcon/index.d.mts +4 -4
  59. package/lib/components/VInput/index.d.mts +2 -2
  60. package/lib/components/VItemGroup/index.d.mts +4 -4
  61. package/lib/components/VLabel/index.d.mts +4 -4
  62. package/lib/components/VList/VListItem.mjs +3 -4
  63. package/lib/components/VList/VListItem.mjs.map +1 -1
  64. package/lib/components/VList/index.d.mts +23 -23
  65. package/lib/components/VMenu/index.d.mts +50 -50
  66. package/lib/components/VMessages/index.d.mts +8 -8
  67. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  68. package/lib/components/VOtpInput/index.d.mts +4 -4
  69. package/lib/components/VOverlay/index.d.mts +11 -11
  70. package/lib/components/VPagination/index.d.mts +4 -4
  71. package/lib/components/VProgressCircular/index.d.mts +4 -4
  72. package/lib/components/VRadioGroup/index.d.mts +2 -2
  73. package/lib/components/VRangeSlider/index.d.mts +8 -8
  74. package/lib/components/VSelect/index.d.mts +109 -109
  75. package/lib/components/VSheet/index.d.mts +10 -10
  76. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  77. package/lib/components/VSlider/index.d.mts +8 -8
  78. package/lib/components/VSnackbar/index.d.mts +62 -62
  79. package/lib/components/VSpeedDial/index.d.mts +11 -11
  80. package/lib/components/VStepper/index.d.mts +12 -12
  81. package/lib/components/VSwitch/index.d.mts +2 -2
  82. package/lib/components/VSystemBar/index.d.mts +4 -4
  83. package/lib/components/VTabs/index.d.mts +53 -53
  84. package/lib/components/VTextField/index.d.mts +13 -13
  85. package/lib/components/VTextarea/index.d.mts +10 -10
  86. package/lib/components/VTimeline/index.d.mts +4 -4
  87. package/lib/components/VToolbar/index.d.mts +4 -4
  88. package/lib/components/VTooltip/index.d.mts +45 -45
  89. package/lib/components/VWindow/index.d.mts +6 -6
  90. package/lib/components/index.d.mts +810 -810
  91. package/lib/composables/directiveComponent.mjs +1 -1
  92. package/lib/composables/directiveComponent.mjs.map +1 -1
  93. package/lib/composables/router.mjs +19 -9
  94. package/lib/composables/router.mjs.map +1 -1
  95. package/lib/directives/tooltip/index.mjs +1 -1
  96. package/lib/directives/tooltip/index.mjs.map +1 -1
  97. package/lib/entry-bundler.mjs +1 -1
  98. package/lib/framework.mjs +1 -1
  99. package/lib/index.d.mts +41 -41
  100. package/lib/labs/VDateInput/index.d.mts +12 -12
  101. package/lib/labs/VNumberInput/index.d.mts +67 -67
  102. package/lib/labs/VPicker/index.d.mts +10 -10
  103. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  104. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  105. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  106. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  107. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  108. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  109. package/lib/labs/VTimePicker/index.d.mts +26 -26
  110. package/lib/labs/VTimePicker/util.mjs +5 -0
  111. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  112. package/lib/labs/VTreeview/index.d.mts +40 -40
  113. package/lib/labs/components.d.mts +256 -256
  114. package/package.json +6 -8
  115. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  116. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  117. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  118. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  119. package/lib/components/VDatePicker/util/index.mjs +0 -9
  120. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  121. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  122. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  123. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  124. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  125. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  126. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  127. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  128. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  129. package/lib/services/goto/easing-patterns.mjs +0 -27
  130. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  131. package/lib/services/goto/index.mjs +0 -73
  132. package/lib/services/goto/index.mjs.map +0 -1
  133. package/lib/services/goto/util.mjs +0 -39
  134. 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;
@@ -412,6 +412,7 @@ declare const VList: {
412
412
  style: vue.StyleValue;
413
413
  disabled: boolean;
414
414
  tag: string;
415
+ lines: false | "one" | "two" | "three";
415
416
  mandatory: boolean;
416
417
  tile: boolean;
417
418
  density: Density;
@@ -421,7 +422,6 @@ declare const VList: {
421
422
  selectable: boolean;
422
423
  selectStrategy: SelectStrategyProp;
423
424
  openStrategy: OpenStrategyProp;
424
- lines: false | "one" | "two" | "three";
425
425
  returnObject: boolean;
426
426
  itemType: string;
427
427
  } & {
@@ -435,8 +435,8 @@ declare const VList: {
435
435
  minWidth?: string | number | undefined;
436
436
  activated?: any;
437
437
  class?: any;
438
- elevation?: string | number | undefined;
439
438
  theme?: string | undefined;
439
+ elevation?: string | number | undefined;
440
440
  rounded?: string | number | boolean | undefined;
441
441
  baseColor?: string | undefined;
442
442
  bgColor?: string | undefined;
@@ -458,6 +458,7 @@ declare const VList: {
458
458
  style: vue.StyleValue;
459
459
  disabled: boolean;
460
460
  tag: string;
461
+ lines: false | "one" | "two" | "three";
461
462
  mandatory: boolean;
462
463
  rounded: string | number | boolean;
463
464
  tile: boolean;
@@ -468,7 +469,6 @@ declare const VList: {
468
469
  selectable: boolean;
469
470
  selectStrategy: SelectStrategyProp;
470
471
  openStrategy: OpenStrategyProp;
471
- lines: false | "one" | "two" | "three";
472
472
  returnObject: boolean;
473
473
  itemType: string;
474
474
  }, true, {}, vue.SlotsType<Partial<{
@@ -510,6 +510,7 @@ declare const VList: {
510
510
  style: vue.StyleValue;
511
511
  disabled: boolean;
512
512
  tag: string;
513
+ lines: false | "one" | "two" | "three";
513
514
  mandatory: boolean;
514
515
  tile: boolean;
515
516
  density: Density;
@@ -519,7 +520,6 @@ declare const VList: {
519
520
  selectable: boolean;
520
521
  selectStrategy: SelectStrategyProp;
521
522
  openStrategy: OpenStrategyProp;
522
- lines: false | "one" | "two" | "three";
523
523
  returnObject: boolean;
524
524
  itemType: string;
525
525
  } & {
@@ -533,8 +533,8 @@ declare const VList: {
533
533
  minWidth?: string | number | undefined;
534
534
  activated?: any;
535
535
  class?: any;
536
- elevation?: string | number | undefined;
537
536
  theme?: string | undefined;
537
+ elevation?: string | number | undefined;
538
538
  rounded?: string | number | boolean | undefined;
539
539
  baseColor?: string | undefined;
540
540
  bgColor?: string | undefined;
@@ -563,6 +563,7 @@ declare const VList: {
563
563
  style: vue.StyleValue;
564
564
  disabled: boolean;
565
565
  tag: string;
566
+ lines: false | "one" | "two" | "three";
566
567
  mandatory: boolean;
567
568
  rounded: string | number | boolean;
568
569
  tile: boolean;
@@ -573,7 +574,6 @@ declare const VList: {
573
574
  selectable: boolean;
574
575
  selectStrategy: SelectStrategyProp;
575
576
  openStrategy: OpenStrategyProp;
576
- lines: false | "one" | "two" | "three";
577
577
  returnObject: boolean;
578
578
  itemType: string;
579
579
  }>;
@@ -586,6 +586,7 @@ declare const VList: {
586
586
  style: vue.StyleValue;
587
587
  disabled: boolean;
588
588
  tag: string;
589
+ lines: false | "one" | "two" | "three";
589
590
  mandatory: boolean;
590
591
  tile: boolean;
591
592
  density: Density;
@@ -595,7 +596,6 @@ declare const VList: {
595
596
  selectable: boolean;
596
597
  selectStrategy: SelectStrategyProp;
597
598
  openStrategy: OpenStrategyProp;
598
- lines: false | "one" | "two" | "three";
599
599
  returnObject: boolean;
600
600
  itemType: string;
601
601
  } & {
@@ -609,8 +609,8 @@ declare const VList: {
609
609
  minWidth?: string | number | undefined;
610
610
  activated?: any;
611
611
  class?: any;
612
- elevation?: string | number | undefined;
613
612
  theme?: string | undefined;
613
+ elevation?: string | number | undefined;
614
614
  rounded?: string | number | boolean | undefined;
615
615
  baseColor?: string | undefined;
616
616
  bgColor?: string | undefined;
@@ -658,6 +658,7 @@ declare const VList: {
658
658
  style: vue.StyleValue;
659
659
  disabled: boolean;
660
660
  tag: string;
661
+ lines: false | "one" | "two" | "three";
661
662
  mandatory: boolean;
662
663
  rounded: string | number | boolean;
663
664
  tile: boolean;
@@ -668,7 +669,6 @@ declare const VList: {
668
669
  selectable: boolean;
669
670
  selectStrategy: SelectStrategyProp;
670
671
  openStrategy: OpenStrategyProp;
671
- lines: false | "one" | "two" | "three";
672
672
  returnObject: boolean;
673
673
  itemType: string;
674
674
  }, {}, string, vue.SlotsType<Partial<{
@@ -951,6 +951,7 @@ declare const VMenu: {
951
951
  style: vue.StyleValue;
952
952
  eager: boolean;
953
953
  disabled: boolean;
954
+ persistent: boolean;
954
955
  modelValue: boolean;
955
956
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
956
957
  updateLocation: (e?: Event) => void;
@@ -964,7 +965,6 @@ declare const VMenu: {
964
965
  closeOnBack: boolean;
965
966
  contained: boolean;
966
967
  noClickAnimation: boolean;
967
- persistent: boolean;
968
968
  scrim: string | boolean;
969
969
  submenu: boolean;
970
970
  } & {
@@ -1037,6 +1037,7 @@ declare const VMenu: {
1037
1037
  style: vue.StyleValue;
1038
1038
  eager: boolean;
1039
1039
  disabled: boolean;
1040
+ persistent: boolean;
1040
1041
  modelValue: boolean;
1041
1042
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1042
1043
  updateLocation: (e?: Event) => void;
@@ -1050,7 +1051,6 @@ declare const VMenu: {
1050
1051
  closeOnBack: boolean;
1051
1052
  contained: boolean;
1052
1053
  noClickAnimation: boolean;
1053
- persistent: boolean;
1054
1054
  scrim: string | boolean;
1055
1055
  _disableGlobalStack: boolean;
1056
1056
  }> & Omit<{
@@ -1064,6 +1064,7 @@ declare const VMenu: {
1064
1064
  style: vue.StyleValue;
1065
1065
  eager: boolean;
1066
1066
  disabled: boolean;
1067
+ persistent: boolean;
1067
1068
  modelValue: boolean;
1068
1069
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1069
1070
  updateLocation: (e?: Event) => void;
@@ -1075,7 +1076,6 @@ declare const VMenu: {
1075
1076
  closeOnBack: boolean;
1076
1077
  contained: boolean;
1077
1078
  noClickAnimation: boolean;
1078
- persistent: boolean;
1079
1079
  scrim: string | boolean;
1080
1080
  _disableGlobalStack: boolean;
1081
1081
  offset?: string | number | number[] | undefined;
@@ -1090,9 +1090,9 @@ declare const VMenu: {
1090
1090
  class?: any;
1091
1091
  theme?: string | undefined;
1092
1092
  contentClass?: any;
1093
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1094
1093
  closeDelay?: string | number | undefined;
1095
1094
  openDelay?: string | number | undefined;
1095
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1096
1096
  openOnClick?: boolean | undefined;
1097
1097
  openOnFocus?: boolean | undefined;
1098
1098
  contentProps?: any;
@@ -1142,6 +1142,7 @@ declare const VMenu: {
1142
1142
  style: vue.StyleValue;
1143
1143
  eager: boolean;
1144
1144
  disabled: boolean;
1145
+ persistent: boolean;
1145
1146
  modelValue: boolean;
1146
1147
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1147
1148
  updateLocation: (e?: Event) => void;
@@ -1153,7 +1154,6 @@ declare const VMenu: {
1153
1154
  closeOnBack: boolean;
1154
1155
  contained: boolean;
1155
1156
  noClickAnimation: boolean;
1156
- persistent: boolean;
1157
1157
  scrim: string | boolean;
1158
1158
  _disableGlobalStack: boolean;
1159
1159
  } & {
@@ -1169,9 +1169,9 @@ declare const VMenu: {
1169
1169
  class?: any;
1170
1170
  theme?: string | undefined;
1171
1171
  contentClass?: any;
1172
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1173
1172
  closeDelay?: string | number | undefined;
1174
1173
  openDelay?: string | number | undefined;
1174
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1175
1175
  openOnClick?: boolean | undefined;
1176
1176
  openOnFocus?: boolean | undefined;
1177
1177
  contentProps?: any;
@@ -1213,7 +1213,7 @@ declare const VMenu: {
1213
1213
  onAfterLeave?: (() => any) | undefined;
1214
1214
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1215
1215
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1216
- }, "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">;
1217
1217
  $attrs: {
1218
1218
  [x: string]: unknown;
1219
1219
  };
@@ -1232,7 +1232,7 @@ declare const VMenu: {
1232
1232
  }>;
1233
1233
  $root: vue.ComponentPublicInstance | null;
1234
1234
  $parent: vue.ComponentPublicInstance | null;
1235
- $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);
1236
1236
  $el: any;
1237
1237
  $options: vue.ComponentOptionsBase<{
1238
1238
  absolute: boolean;
@@ -1245,6 +1245,7 @@ declare const VMenu: {
1245
1245
  style: vue.StyleValue;
1246
1246
  eager: boolean;
1247
1247
  disabled: boolean;
1248
+ persistent: boolean;
1248
1249
  modelValue: boolean;
1249
1250
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1250
1251
  updateLocation: (e?: Event) => void;
@@ -1256,7 +1257,6 @@ declare const VMenu: {
1256
1257
  closeOnBack: boolean;
1257
1258
  contained: boolean;
1258
1259
  noClickAnimation: boolean;
1259
- persistent: boolean;
1260
1260
  scrim: string | boolean;
1261
1261
  _disableGlobalStack: boolean;
1262
1262
  } & {
@@ -1272,9 +1272,9 @@ declare const VMenu: {
1272
1272
  class?: any;
1273
1273
  theme?: string | undefined;
1274
1274
  contentClass?: any;
1275
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1276
1275
  closeDelay?: string | number | undefined;
1277
1276
  openDelay?: string | number | undefined;
1277
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1278
1278
  openOnClick?: boolean | undefined;
1279
1279
  openOnFocus?: boolean | undefined;
1280
1280
  contentProps?: any;
@@ -1341,6 +1341,7 @@ declare const VMenu: {
1341
1341
  style: vue.StyleValue;
1342
1342
  eager: boolean;
1343
1343
  disabled: boolean;
1344
+ persistent: boolean;
1344
1345
  modelValue: boolean;
1345
1346
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1346
1347
  updateLocation: (e?: Event) => void;
@@ -1354,7 +1355,6 @@ declare const VMenu: {
1354
1355
  closeOnBack: boolean;
1355
1356
  contained: boolean;
1356
1357
  noClickAnimation: boolean;
1357
- persistent: boolean;
1358
1358
  scrim: string | boolean;
1359
1359
  _disableGlobalStack: boolean;
1360
1360
  }, {}, string, vue.SlotsType<Partial<{
@@ -1397,6 +1397,7 @@ declare const VMenu: {
1397
1397
  style: vue.StyleValue;
1398
1398
  eager: boolean;
1399
1399
  disabled: boolean;
1400
+ persistent: boolean;
1400
1401
  modelValue: boolean;
1401
1402
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1402
1403
  updateLocation: (e?: Event) => void;
@@ -1408,7 +1409,6 @@ declare const VMenu: {
1408
1409
  closeOnBack: boolean;
1409
1410
  contained: boolean;
1410
1411
  noClickAnimation: boolean;
1411
- persistent: boolean;
1412
1412
  scrim: string | boolean;
1413
1413
  _disableGlobalStack: boolean;
1414
1414
  } & {
@@ -1424,9 +1424,9 @@ declare const VMenu: {
1424
1424
  class?: any;
1425
1425
  theme?: string | undefined;
1426
1426
  contentClass?: any;
1427
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1428
1427
  closeDelay?: string | number | undefined;
1429
1428
  openDelay?: string | number | undefined;
1429
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1430
1430
  openOnClick?: boolean | undefined;
1431
1431
  openOnFocus?: boolean | undefined;
1432
1432
  contentProps?: any;
@@ -1477,7 +1477,7 @@ declare const VMenu: {
1477
1477
  globalTop: Readonly<vue.Ref<boolean>>;
1478
1478
  localTop: vue.ComputedRef<boolean>;
1479
1479
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1480
- }> & {} & 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}`> & {
1481
1481
  _allExposed: {
1482
1482
  activatorEl: vue.Ref<HTMLElement | undefined>;
1483
1483
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1505,6 +1505,7 @@ declare const VMenu: {
1505
1505
  style: vue.StyleValue;
1506
1506
  eager: boolean;
1507
1507
  disabled: boolean;
1508
+ persistent: boolean;
1508
1509
  modelValue: boolean;
1509
1510
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1510
1511
  updateLocation: (e?: Event) => void;
@@ -1518,7 +1519,6 @@ declare const VMenu: {
1518
1519
  closeOnBack: boolean;
1519
1520
  contained: boolean;
1520
1521
  noClickAnimation: boolean;
1521
- persistent: boolean;
1522
1522
  scrim: string | boolean;
1523
1523
  submenu: boolean;
1524
1524
  } & {
@@ -1586,6 +1586,7 @@ declare const VMenu: {
1586
1586
  style: vue.StyleValue;
1587
1587
  eager: boolean;
1588
1588
  disabled: boolean;
1589
+ persistent: boolean;
1589
1590
  modelValue: boolean;
1590
1591
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1591
1592
  updateLocation: (e?: Event) => void;
@@ -1601,7 +1602,6 @@ declare const VMenu: {
1601
1602
  closeOnBack: boolean;
1602
1603
  contained: boolean;
1603
1604
  noClickAnimation: boolean;
1604
- persistent: boolean;
1605
1605
  scrim: string | boolean;
1606
1606
  submenu: boolean;
1607
1607
  }, true, {}, vue.SlotsType<Partial<{
@@ -1632,6 +1632,7 @@ declare const VMenu: {
1632
1632
  style: vue.StyleValue;
1633
1633
  eager: boolean;
1634
1634
  disabled: boolean;
1635
+ persistent: boolean;
1635
1636
  modelValue: boolean;
1636
1637
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1637
1638
  updateLocation: (e?: Event) => void;
@@ -1645,7 +1646,6 @@ declare const VMenu: {
1645
1646
  closeOnBack: boolean;
1646
1647
  contained: boolean;
1647
1648
  noClickAnimation: boolean;
1648
- persistent: boolean;
1649
1649
  scrim: string | boolean;
1650
1650
  submenu: boolean;
1651
1651
  } & {
@@ -1718,6 +1718,7 @@ declare const VMenu: {
1718
1718
  style: vue.StyleValue;
1719
1719
  eager: boolean;
1720
1720
  disabled: boolean;
1721
+ persistent: boolean;
1721
1722
  modelValue: boolean;
1722
1723
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1723
1724
  updateLocation: (e?: Event) => void;
@@ -1731,7 +1732,6 @@ declare const VMenu: {
1731
1732
  closeOnBack: boolean;
1732
1733
  contained: boolean;
1733
1734
  noClickAnimation: boolean;
1734
- persistent: boolean;
1735
1735
  scrim: string | boolean;
1736
1736
  _disableGlobalStack: boolean;
1737
1737
  }> & Omit<{
@@ -1745,6 +1745,7 @@ declare const VMenu: {
1745
1745
  style: vue.StyleValue;
1746
1746
  eager: boolean;
1747
1747
  disabled: boolean;
1748
+ persistent: boolean;
1748
1749
  modelValue: boolean;
1749
1750
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1750
1751
  updateLocation: (e?: Event) => void;
@@ -1756,7 +1757,6 @@ declare const VMenu: {
1756
1757
  closeOnBack: boolean;
1757
1758
  contained: boolean;
1758
1759
  noClickAnimation: boolean;
1759
- persistent: boolean;
1760
1760
  scrim: string | boolean;
1761
1761
  _disableGlobalStack: boolean;
1762
1762
  offset?: string | number | number[] | undefined;
@@ -1771,9 +1771,9 @@ declare const VMenu: {
1771
1771
  class?: any;
1772
1772
  theme?: string | undefined;
1773
1773
  contentClass?: any;
1774
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1775
1774
  closeDelay?: string | number | undefined;
1776
1775
  openDelay?: string | number | undefined;
1776
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1777
1777
  openOnClick?: boolean | undefined;
1778
1778
  openOnFocus?: boolean | undefined;
1779
1779
  contentProps?: any;
@@ -1823,6 +1823,7 @@ declare const VMenu: {
1823
1823
  style: vue.StyleValue;
1824
1824
  eager: boolean;
1825
1825
  disabled: boolean;
1826
+ persistent: boolean;
1826
1827
  modelValue: boolean;
1827
1828
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1828
1829
  updateLocation: (e?: Event) => void;
@@ -1834,7 +1835,6 @@ declare const VMenu: {
1834
1835
  closeOnBack: boolean;
1835
1836
  contained: boolean;
1836
1837
  noClickAnimation: boolean;
1837
- persistent: boolean;
1838
1838
  scrim: string | boolean;
1839
1839
  _disableGlobalStack: boolean;
1840
1840
  } & {
@@ -1850,9 +1850,9 @@ declare const VMenu: {
1850
1850
  class?: any;
1851
1851
  theme?: string | undefined;
1852
1852
  contentClass?: any;
1853
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1854
1853
  closeDelay?: string | number | undefined;
1855
1854
  openDelay?: string | number | undefined;
1855
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1856
1856
  openOnClick?: boolean | undefined;
1857
1857
  openOnFocus?: boolean | undefined;
1858
1858
  contentProps?: any;
@@ -1894,7 +1894,7 @@ declare const VMenu: {
1894
1894
  onAfterLeave?: (() => any) | undefined;
1895
1895
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1896
1896
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1897
- }, "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">;
1898
1898
  $attrs: {
1899
1899
  [x: string]: unknown;
1900
1900
  };
@@ -1913,7 +1913,7 @@ declare const VMenu: {
1913
1913
  }>;
1914
1914
  $root: vue.ComponentPublicInstance | null;
1915
1915
  $parent: vue.ComponentPublicInstance | null;
1916
- $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);
1917
1917
  $el: any;
1918
1918
  $options: vue.ComponentOptionsBase<{
1919
1919
  absolute: boolean;
@@ -1926,6 +1926,7 @@ declare const VMenu: {
1926
1926
  style: vue.StyleValue;
1927
1927
  eager: boolean;
1928
1928
  disabled: boolean;
1929
+ persistent: boolean;
1929
1930
  modelValue: boolean;
1930
1931
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1931
1932
  updateLocation: (e?: Event) => void;
@@ -1937,7 +1938,6 @@ declare const VMenu: {
1937
1938
  closeOnBack: boolean;
1938
1939
  contained: boolean;
1939
1940
  noClickAnimation: boolean;
1940
- persistent: boolean;
1941
1941
  scrim: string | boolean;
1942
1942
  _disableGlobalStack: boolean;
1943
1943
  } & {
@@ -1953,9 +1953,9 @@ declare const VMenu: {
1953
1953
  class?: any;
1954
1954
  theme?: string | undefined;
1955
1955
  contentClass?: any;
1956
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1957
1956
  closeDelay?: string | number | undefined;
1958
1957
  openDelay?: string | number | undefined;
1958
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1959
1959
  openOnClick?: boolean | undefined;
1960
1960
  openOnFocus?: boolean | undefined;
1961
1961
  contentProps?: any;
@@ -2022,6 +2022,7 @@ declare const VMenu: {
2022
2022
  style: vue.StyleValue;
2023
2023
  eager: boolean;
2024
2024
  disabled: boolean;
2025
+ persistent: boolean;
2025
2026
  modelValue: boolean;
2026
2027
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2027
2028
  updateLocation: (e?: Event) => void;
@@ -2035,7 +2036,6 @@ declare const VMenu: {
2035
2036
  closeOnBack: boolean;
2036
2037
  contained: boolean;
2037
2038
  noClickAnimation: boolean;
2038
- persistent: boolean;
2039
2039
  scrim: string | boolean;
2040
2040
  _disableGlobalStack: boolean;
2041
2041
  }, {}, string, vue.SlotsType<Partial<{
@@ -2078,6 +2078,7 @@ declare const VMenu: {
2078
2078
  style: vue.StyleValue;
2079
2079
  eager: boolean;
2080
2080
  disabled: boolean;
2081
+ persistent: boolean;
2081
2082
  modelValue: boolean;
2082
2083
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2083
2084
  updateLocation: (e?: Event) => void;
@@ -2089,7 +2090,6 @@ declare const VMenu: {
2089
2090
  closeOnBack: boolean;
2090
2091
  contained: boolean;
2091
2092
  noClickAnimation: boolean;
2092
- persistent: boolean;
2093
2093
  scrim: string | boolean;
2094
2094
  _disableGlobalStack: boolean;
2095
2095
  } & {
@@ -2105,9 +2105,9 @@ declare const VMenu: {
2105
2105
  class?: any;
2106
2106
  theme?: string | undefined;
2107
2107
  contentClass?: any;
2108
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2109
2108
  closeDelay?: string | number | undefined;
2110
2109
  openDelay?: string | number | undefined;
2110
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2111
2111
  openOnClick?: boolean | undefined;
2112
2112
  openOnFocus?: boolean | undefined;
2113
2113
  contentProps?: any;
@@ -2158,7 +2158,7 @@ declare const VMenu: {
2158
2158
  globalTop: Readonly<vue.Ref<boolean>>;
2159
2159
  localTop: vue.ComputedRef<boolean>;
2160
2160
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2161
- }> & {} & 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}`> & {
2162
2162
  _allExposed: {
2163
2163
  activatorEl: vue.Ref<HTMLElement | undefined>;
2164
2164
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2184,6 +2184,7 @@ declare const VMenu: {
2184
2184
  style: vue.StyleValue;
2185
2185
  eager: boolean;
2186
2186
  disabled: boolean;
2187
+ persistent: boolean;
2187
2188
  modelValue: boolean;
2188
2189
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2189
2190
  updateLocation: (e?: Event) => void;
@@ -2199,7 +2200,6 @@ declare const VMenu: {
2199
2200
  closeOnBack: boolean;
2200
2201
  contained: boolean;
2201
2202
  noClickAnimation: boolean;
2202
- persistent: boolean;
2203
2203
  scrim: string | boolean;
2204
2204
  submenu: boolean;
2205
2205
  }>;
@@ -2218,6 +2218,7 @@ declare const VMenu: {
2218
2218
  style: vue.StyleValue;
2219
2219
  eager: boolean;
2220
2220
  disabled: boolean;
2221
+ persistent: boolean;
2221
2222
  modelValue: boolean;
2222
2223
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2223
2224
  updateLocation: (e?: Event) => void;
@@ -2231,7 +2232,6 @@ declare const VMenu: {
2231
2232
  closeOnBack: boolean;
2232
2233
  contained: boolean;
2233
2234
  noClickAnimation: boolean;
2234
- persistent: boolean;
2235
2235
  scrim: string | boolean;
2236
2236
  submenu: boolean;
2237
2237
  } & {
@@ -2304,6 +2304,7 @@ declare const VMenu: {
2304
2304
  style: vue.StyleValue;
2305
2305
  eager: boolean;
2306
2306
  disabled: boolean;
2307
+ persistent: boolean;
2307
2308
  modelValue: boolean;
2308
2309
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2309
2310
  updateLocation: (e?: Event) => void;
@@ -2317,7 +2318,6 @@ declare const VMenu: {
2317
2318
  closeOnBack: boolean;
2318
2319
  contained: boolean;
2319
2320
  noClickAnimation: boolean;
2320
- persistent: boolean;
2321
2321
  scrim: string | boolean;
2322
2322
  _disableGlobalStack: boolean;
2323
2323
  }> & Omit<{
@@ -2331,6 +2331,7 @@ declare const VMenu: {
2331
2331
  style: vue.StyleValue;
2332
2332
  eager: boolean;
2333
2333
  disabled: boolean;
2334
+ persistent: boolean;
2334
2335
  modelValue: boolean;
2335
2336
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2336
2337
  updateLocation: (e?: Event) => void;
@@ -2342,7 +2343,6 @@ declare const VMenu: {
2342
2343
  closeOnBack: boolean;
2343
2344
  contained: boolean;
2344
2345
  noClickAnimation: boolean;
2345
- persistent: boolean;
2346
2346
  scrim: string | boolean;
2347
2347
  _disableGlobalStack: boolean;
2348
2348
  offset?: string | number | number[] | undefined;
@@ -2357,9 +2357,9 @@ declare const VMenu: {
2357
2357
  class?: any;
2358
2358
  theme?: string | undefined;
2359
2359
  contentClass?: any;
2360
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2361
2360
  closeDelay?: string | number | undefined;
2362
2361
  openDelay?: string | number | undefined;
2362
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2363
2363
  openOnClick?: boolean | undefined;
2364
2364
  openOnFocus?: boolean | undefined;
2365
2365
  contentProps?: any;
@@ -2409,6 +2409,7 @@ declare const VMenu: {
2409
2409
  style: vue.StyleValue;
2410
2410
  eager: boolean;
2411
2411
  disabled: boolean;
2412
+ persistent: boolean;
2412
2413
  modelValue: boolean;
2413
2414
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2414
2415
  updateLocation: (e?: Event) => void;
@@ -2420,7 +2421,6 @@ declare const VMenu: {
2420
2421
  closeOnBack: boolean;
2421
2422
  contained: boolean;
2422
2423
  noClickAnimation: boolean;
2423
- persistent: boolean;
2424
2424
  scrim: string | boolean;
2425
2425
  _disableGlobalStack: boolean;
2426
2426
  } & {
@@ -2436,9 +2436,9 @@ declare const VMenu: {
2436
2436
  class?: any;
2437
2437
  theme?: string | undefined;
2438
2438
  contentClass?: any;
2439
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2440
2439
  closeDelay?: string | number | undefined;
2441
2440
  openDelay?: string | number | undefined;
2441
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2442
2442
  openOnClick?: boolean | undefined;
2443
2443
  openOnFocus?: boolean | undefined;
2444
2444
  contentProps?: any;
@@ -2480,7 +2480,7 @@ declare const VMenu: {
2480
2480
  onAfterLeave?: (() => any) | undefined;
2481
2481
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2482
2482
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
2483
- }, "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">;
2484
2484
  $attrs: {
2485
2485
  [x: string]: unknown;
2486
2486
  };
@@ -2499,7 +2499,7 @@ declare const VMenu: {
2499
2499
  }>;
2500
2500
  $root: vue.ComponentPublicInstance | null;
2501
2501
  $parent: vue.ComponentPublicInstance | null;
2502
- $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);
2503
2503
  $el: any;
2504
2504
  $options: vue.ComponentOptionsBase<{
2505
2505
  absolute: boolean;
@@ -2512,6 +2512,7 @@ declare const VMenu: {
2512
2512
  style: vue.StyleValue;
2513
2513
  eager: boolean;
2514
2514
  disabled: boolean;
2515
+ persistent: boolean;
2515
2516
  modelValue: boolean;
2516
2517
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2517
2518
  updateLocation: (e?: Event) => void;
@@ -2523,7 +2524,6 @@ declare const VMenu: {
2523
2524
  closeOnBack: boolean;
2524
2525
  contained: boolean;
2525
2526
  noClickAnimation: boolean;
2526
- persistent: boolean;
2527
2527
  scrim: string | boolean;
2528
2528
  _disableGlobalStack: boolean;
2529
2529
  } & {
@@ -2539,9 +2539,9 @@ declare const VMenu: {
2539
2539
  class?: any;
2540
2540
  theme?: string | undefined;
2541
2541
  contentClass?: any;
2542
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2543
2542
  closeDelay?: string | number | undefined;
2544
2543
  openDelay?: string | number | undefined;
2544
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2545
2545
  openOnClick?: boolean | undefined;
2546
2546
  openOnFocus?: boolean | undefined;
2547
2547
  contentProps?: any;
@@ -2608,6 +2608,7 @@ declare const VMenu: {
2608
2608
  style: vue.StyleValue;
2609
2609
  eager: boolean;
2610
2610
  disabled: boolean;
2611
+ persistent: boolean;
2611
2612
  modelValue: boolean;
2612
2613
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2613
2614
  updateLocation: (e?: Event) => void;
@@ -2621,7 +2622,6 @@ declare const VMenu: {
2621
2622
  closeOnBack: boolean;
2622
2623
  contained: boolean;
2623
2624
  noClickAnimation: boolean;
2624
- persistent: boolean;
2625
2625
  scrim: string | boolean;
2626
2626
  _disableGlobalStack: boolean;
2627
2627
  }, {}, string, vue.SlotsType<Partial<{
@@ -2664,6 +2664,7 @@ declare const VMenu: {
2664
2664
  style: vue.StyleValue;
2665
2665
  eager: boolean;
2666
2666
  disabled: boolean;
2667
+ persistent: boolean;
2667
2668
  modelValue: boolean;
2668
2669
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2669
2670
  updateLocation: (e?: Event) => void;
@@ -2675,7 +2676,6 @@ declare const VMenu: {
2675
2676
  closeOnBack: boolean;
2676
2677
  contained: boolean;
2677
2678
  noClickAnimation: boolean;
2678
- persistent: boolean;
2679
2679
  scrim: string | boolean;
2680
2680
  _disableGlobalStack: boolean;
2681
2681
  } & {
@@ -2691,9 +2691,9 @@ declare const VMenu: {
2691
2691
  class?: any;
2692
2692
  theme?: string | undefined;
2693
2693
  contentClass?: any;
2694
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2695
2694
  closeDelay?: string | number | undefined;
2696
2695
  openDelay?: string | number | undefined;
2696
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2697
2697
  openOnClick?: boolean | undefined;
2698
2698
  openOnFocus?: boolean | undefined;
2699
2699
  contentProps?: any;
@@ -2744,7 +2744,7 @@ declare const VMenu: {
2744
2744
  globalTop: Readonly<vue.Ref<boolean>>;
2745
2745
  localTop: vue.ComputedRef<boolean>;
2746
2746
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2747
- }> & {} & 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}`> & {
2748
2748
  _allExposed: {
2749
2749
  activatorEl: vue.Ref<HTMLElement | undefined>;
2750
2750
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2772,6 +2772,7 @@ declare const VMenu: {
2772
2772
  style: vue.StyleValue;
2773
2773
  eager: boolean;
2774
2774
  disabled: boolean;
2775
+ persistent: boolean;
2775
2776
  modelValue: boolean;
2776
2777
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2777
2778
  updateLocation: (e?: Event) => void;
@@ -2787,7 +2788,6 @@ declare const VMenu: {
2787
2788
  closeOnBack: boolean;
2788
2789
  contained: boolean;
2789
2790
  noClickAnimation: boolean;
2790
- persistent: boolean;
2791
2791
  scrim: string | boolean;
2792
2792
  submenu: boolean;
2793
2793
  }, {}, string, vue.SlotsType<Partial<{
@@ -2850,9 +2850,9 @@ declare const VMenu: {
2850
2850
  disabled: BooleanConstructor;
2851
2851
  class: vue.PropType<ClassValue>;
2852
2852
  theme: StringConstructor;
2853
+ persistent: BooleanConstructor;
2853
2854
  modelValue: BooleanConstructor;
2854
2855
  contentClass: null;
2855
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2856
2856
  locationStrategy: Omit<{
2857
2857
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2858
2858
  default: string;
@@ -2881,6 +2881,7 @@ declare const VMenu: {
2881
2881
  type: vue.PropType<string | number>;
2882
2882
  default: NonNullable<string | number>;
2883
2883
  };
2884
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2884
2885
  activatorProps: {
2885
2886
  type: vue.PropType<Record<string, any>>;
2886
2887
  default: () => {};
@@ -2905,7 +2906,6 @@ declare const VMenu: {
2905
2906
  contained: BooleanConstructor;
2906
2907
  contentProps: null;
2907
2908
  noClickAnimation: BooleanConstructor;
2908
- persistent: BooleanConstructor;
2909
2909
  scrim: Omit<{
2910
2910
  type: (StringConstructor | BooleanConstructor)[];
2911
2911
  default: boolean;
@@ -2967,9 +2967,9 @@ declare const VMenu: {
2967
2967
  disabled: BooleanConstructor;
2968
2968
  class: vue.PropType<ClassValue>;
2969
2969
  theme: StringConstructor;
2970
+ persistent: BooleanConstructor;
2970
2971
  modelValue: BooleanConstructor;
2971
2972
  contentClass: null;
2972
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2973
2973
  locationStrategy: Omit<{
2974
2974
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2975
2975
  default: string;
@@ -2998,6 +2998,7 @@ declare const VMenu: {
2998
2998
  type: vue.PropType<string | number>;
2999
2999
  default: NonNullable<string | number>;
3000
3000
  };
3001
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
3001
3002
  activatorProps: {
3002
3003
  type: vue.PropType<Record<string, any>>;
3003
3004
  default: () => {};
@@ -3022,7 +3023,6 @@ declare const VMenu: {
3022
3023
  contained: BooleanConstructor;
3023
3024
  contentProps: null;
3024
3025
  noClickAnimation: BooleanConstructor;
3025
- persistent: BooleanConstructor;
3026
3026
  scrim: Omit<{
3027
3027
  type: (StringConstructor | BooleanConstructor)[];
3028
3028
  default: boolean;
@@ -3098,8 +3098,8 @@ declare const VSelect: {
3098
3098
  label?: string | undefined;
3099
3099
  prefix?: string | undefined;
3100
3100
  class?: any;
3101
- placeholder?: string | undefined;
3102
3101
  theme?: string | undefined;
3102
+ placeholder?: string | undefined;
3103
3103
  counter?: string | number | boolean | undefined;
3104
3104
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3105
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;
@@ -3126,6 +3126,7 @@ declare const VSelect: {
3126
3126
  style: vue.StyleValue;
3127
3127
  disabled: boolean;
3128
3128
  tag: string;
3129
+ lines: false | "one" | "two" | "three";
3129
3130
  mandatory: boolean;
3130
3131
  rounded: string | number | boolean;
3131
3132
  tile: boolean;
@@ -3136,7 +3137,6 @@ declare const VSelect: {
3136
3137
  selectable: boolean;
3137
3138
  selectStrategy: SelectStrategyProp;
3138
3139
  openStrategy: OpenStrategyProp;
3139
- lines: false | "one" | "two" | "three";
3140
3140
  returnObject: boolean;
3141
3141
  itemType: string;
3142
3142
  }> & Omit<{
@@ -3145,6 +3145,7 @@ declare const VSelect: {
3145
3145
  style: vue.StyleValue;
3146
3146
  disabled: boolean;
3147
3147
  tag: string;
3148
+ lines: false | "one" | "two" | "three";
3148
3149
  mandatory: boolean;
3149
3150
  tile: boolean;
3150
3151
  density: Density;
@@ -3154,7 +3155,6 @@ declare const VSelect: {
3154
3155
  selectable: boolean;
3155
3156
  selectStrategy: SelectStrategyProp;
3156
3157
  openStrategy: OpenStrategyProp;
3157
- lines: false | "one" | "two" | "three";
3158
3158
  returnObject: boolean;
3159
3159
  itemType: string;
3160
3160
  height?: string | number | undefined;
@@ -3167,8 +3167,8 @@ declare const VSelect: {
3167
3167
  minWidth?: string | number | undefined;
3168
3168
  activated?: any;
3169
3169
  class?: any;
3170
- elevation?: string | number | undefined;
3171
3170
  theme?: string | undefined;
3171
+ elevation?: string | number | undefined;
3172
3172
  rounded?: string | number | boolean | undefined;
3173
3173
  baseColor?: string | undefined;
3174
3174
  bgColor?: string | undefined;
@@ -3189,6 +3189,7 @@ declare const VSelect: {
3189
3189
  style: vue.StyleValue;
3190
3190
  disabled: boolean;
3191
3191
  tag: string;
3192
+ lines: false | "one" | "two" | "three";
3192
3193
  mandatory: boolean;
3193
3194
  tile: boolean;
3194
3195
  density: Density;
@@ -3198,7 +3199,6 @@ declare const VSelect: {
3198
3199
  selectable: boolean;
3199
3200
  selectStrategy: SelectStrategyProp;
3200
3201
  openStrategy: OpenStrategyProp;
3201
- lines: false | "one" | "two" | "three";
3202
3202
  returnObject: boolean;
3203
3203
  itemType: string;
3204
3204
  } & {
@@ -3212,8 +3212,8 @@ declare const VSelect: {
3212
3212
  minWidth?: string | number | undefined;
3213
3213
  activated?: any;
3214
3214
  class?: any;
3215
- elevation?: string | number | undefined;
3216
3215
  theme?: string | undefined;
3216
+ elevation?: string | number | undefined;
3217
3217
  rounded?: string | number | boolean | undefined;
3218
3218
  baseColor?: string | undefined;
3219
3219
  bgColor?: string | undefined;
@@ -3229,7 +3229,7 @@ declare const VSelect: {
3229
3229
  value: boolean;
3230
3230
  path: unknown[];
3231
3231
  }) => any) | undefined;
3232
- }, "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"> & {
3233
3233
  items?: readonly any[] | undefined;
3234
3234
  itemTitle?: SelectItemKey<any>;
3235
3235
  itemValue?: SelectItemKey<any>;
@@ -3343,6 +3343,7 @@ declare const VSelect: {
3343
3343
  style: vue.StyleValue;
3344
3344
  eager: boolean;
3345
3345
  disabled: boolean;
3346
+ persistent: boolean;
3346
3347
  modelValue: boolean;
3347
3348
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3348
3349
  updateLocation: (e?: Event) => void;
@@ -3358,7 +3359,6 @@ declare const VSelect: {
3358
3359
  closeOnBack: boolean;
3359
3360
  contained: boolean;
3360
3361
  noClickAnimation: boolean;
3361
- persistent: boolean;
3362
3362
  scrim: string | boolean;
3363
3363
  submenu: boolean;
3364
3364
  }> & Omit<{
@@ -3373,6 +3373,7 @@ declare const VSelect: {
3373
3373
  style: vue.StyleValue;
3374
3374
  eager: boolean;
3375
3375
  disabled: boolean;
3376
+ persistent: boolean;
3376
3377
  modelValue: boolean;
3377
3378
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3378
3379
  updateLocation: (e?: Event) => void;
@@ -3386,7 +3387,6 @@ declare const VSelect: {
3386
3387
  closeOnBack: boolean;
3387
3388
  contained: boolean;
3388
3389
  noClickAnimation: boolean;
3389
- persistent: boolean;
3390
3390
  scrim: string | boolean;
3391
3391
  submenu: boolean;
3392
3392
  offset?: string | number | number[] | undefined;
@@ -3450,6 +3450,7 @@ declare const VSelect: {
3450
3450
  style: vue.StyleValue;
3451
3451
  eager: boolean;
3452
3452
  disabled: boolean;
3453
+ persistent: boolean;
3453
3454
  modelValue: boolean;
3454
3455
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3455
3456
  updateLocation: (e?: Event) => void;
@@ -3463,7 +3464,6 @@ declare const VSelect: {
3463
3464
  closeOnBack: boolean;
3464
3465
  contained: boolean;
3465
3466
  noClickAnimation: boolean;
3466
- persistent: boolean;
3467
3467
  scrim: string | boolean;
3468
3468
  submenu: boolean;
3469
3469
  } & {
@@ -3519,7 +3519,7 @@ declare const VSelect: {
3519
3519
  }) => vue.VNodeChild) | undefined;
3520
3520
  } & {
3521
3521
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3522
- }, "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;
3523
3523
  itemColor?: string | undefined;
3524
3524
  } & {
3525
3525
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3528,7 +3528,7 @@ declare const VSelect: {
3528
3528
  'update:focused': (focused: boolean) => true;
3529
3529
  'update:modelValue': (value: any) => true;
3530
3530
  'update:menu': (ue: boolean) => true;
3531
- }, "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 & {
3532
3532
  flat: boolean;
3533
3533
  reverse: boolean;
3534
3534
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3585,8 +3585,8 @@ declare const VSelect: {
3585
3585
  label?: string | undefined;
3586
3586
  prefix?: string | undefined;
3587
3587
  class?: any;
3588
- placeholder?: string | undefined;
3589
3588
  theme?: string | undefined;
3589
+ placeholder?: string | undefined;
3590
3590
  counter?: string | number | boolean | undefined;
3591
3591
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3592
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;
@@ -3613,6 +3613,7 @@ declare const VSelect: {
3613
3613
  style: vue.StyleValue;
3614
3614
  disabled: boolean;
3615
3615
  tag: string;
3616
+ lines: false | "one" | "two" | "three";
3616
3617
  mandatory: boolean;
3617
3618
  rounded: string | number | boolean;
3618
3619
  tile: boolean;
@@ -3623,7 +3624,6 @@ declare const VSelect: {
3623
3624
  selectable: boolean;
3624
3625
  selectStrategy: SelectStrategyProp;
3625
3626
  openStrategy: OpenStrategyProp;
3626
- lines: false | "one" | "two" | "three";
3627
3627
  returnObject: boolean;
3628
3628
  itemType: string;
3629
3629
  }> & Omit<{
@@ -3632,6 +3632,7 @@ declare const VSelect: {
3632
3632
  style: vue.StyleValue;
3633
3633
  disabled: boolean;
3634
3634
  tag: string;
3635
+ lines: false | "one" | "two" | "three";
3635
3636
  mandatory: boolean;
3636
3637
  tile: boolean;
3637
3638
  density: Density;
@@ -3641,7 +3642,6 @@ declare const VSelect: {
3641
3642
  selectable: boolean;
3642
3643
  selectStrategy: SelectStrategyProp;
3643
3644
  openStrategy: OpenStrategyProp;
3644
- lines: false | "one" | "two" | "three";
3645
3645
  returnObject: boolean;
3646
3646
  itemType: string;
3647
3647
  height?: string | number | undefined;
@@ -3654,8 +3654,8 @@ declare const VSelect: {
3654
3654
  minWidth?: string | number | undefined;
3655
3655
  activated?: any;
3656
3656
  class?: any;
3657
- elevation?: string | number | undefined;
3658
3657
  theme?: string | undefined;
3658
+ elevation?: string | number | undefined;
3659
3659
  rounded?: string | number | boolean | undefined;
3660
3660
  baseColor?: string | undefined;
3661
3661
  bgColor?: string | undefined;
@@ -3676,6 +3676,7 @@ declare const VSelect: {
3676
3676
  style: vue.StyleValue;
3677
3677
  disabled: boolean;
3678
3678
  tag: string;
3679
+ lines: false | "one" | "two" | "three";
3679
3680
  mandatory: boolean;
3680
3681
  tile: boolean;
3681
3682
  density: Density;
@@ -3685,7 +3686,6 @@ declare const VSelect: {
3685
3686
  selectable: boolean;
3686
3687
  selectStrategy: SelectStrategyProp;
3687
3688
  openStrategy: OpenStrategyProp;
3688
- lines: false | "one" | "two" | "three";
3689
3689
  returnObject: boolean;
3690
3690
  itemType: string;
3691
3691
  } & {
@@ -3699,8 +3699,8 @@ declare const VSelect: {
3699
3699
  minWidth?: string | number | undefined;
3700
3700
  activated?: any;
3701
3701
  class?: any;
3702
- elevation?: string | number | undefined;
3703
3702
  theme?: string | undefined;
3703
+ elevation?: string | number | undefined;
3704
3704
  rounded?: string | number | boolean | undefined;
3705
3705
  baseColor?: string | undefined;
3706
3706
  bgColor?: string | undefined;
@@ -3716,7 +3716,7 @@ declare const VSelect: {
3716
3716
  value: boolean;
3717
3717
  path: unknown[];
3718
3718
  }) => any) | undefined;
3719
- }, "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"> & {
3720
3720
  items?: readonly any[] | undefined;
3721
3721
  itemTitle?: SelectItemKey<any>;
3722
3722
  itemValue?: SelectItemKey<any>;
@@ -3830,6 +3830,7 @@ declare const VSelect: {
3830
3830
  style: vue.StyleValue;
3831
3831
  eager: boolean;
3832
3832
  disabled: boolean;
3833
+ persistent: boolean;
3833
3834
  modelValue: boolean;
3834
3835
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3835
3836
  updateLocation: (e?: Event) => void;
@@ -3845,7 +3846,6 @@ declare const VSelect: {
3845
3846
  closeOnBack: boolean;
3846
3847
  contained: boolean;
3847
3848
  noClickAnimation: boolean;
3848
- persistent: boolean;
3849
3849
  scrim: string | boolean;
3850
3850
  submenu: boolean;
3851
3851
  }> & Omit<{
@@ -3860,6 +3860,7 @@ declare const VSelect: {
3860
3860
  style: vue.StyleValue;
3861
3861
  eager: boolean;
3862
3862
  disabled: boolean;
3863
+ persistent: boolean;
3863
3864
  modelValue: boolean;
3864
3865
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3865
3866
  updateLocation: (e?: Event) => void;
@@ -3873,7 +3874,6 @@ declare const VSelect: {
3873
3874
  closeOnBack: boolean;
3874
3875
  contained: boolean;
3875
3876
  noClickAnimation: boolean;
3876
- persistent: boolean;
3877
3877
  scrim: string | boolean;
3878
3878
  submenu: boolean;
3879
3879
  offset?: string | number | number[] | undefined;
@@ -3937,6 +3937,7 @@ declare const VSelect: {
3937
3937
  style: vue.StyleValue;
3938
3938
  eager: boolean;
3939
3939
  disabled: boolean;
3940
+ persistent: boolean;
3940
3941
  modelValue: boolean;
3941
3942
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3942
3943
  updateLocation: (e?: Event) => void;
@@ -3950,7 +3951,6 @@ declare const VSelect: {
3950
3951
  closeOnBack: boolean;
3951
3952
  contained: boolean;
3952
3953
  noClickAnimation: boolean;
3953
- persistent: boolean;
3954
3954
  scrim: string | boolean;
3955
3955
  submenu: boolean;
3956
3956
  } & {
@@ -4006,7 +4006,7 @@ declare const VSelect: {
4006
4006
  }) => vue.VNodeChild) | undefined;
4007
4007
  } & {
4008
4008
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4009
- }, "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;
4010
4010
  itemColor?: string | undefined;
4011
4011
  } & {
4012
4012
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -4155,8 +4155,8 @@ declare const VSelect: {
4155
4155
  label?: string | undefined;
4156
4156
  prefix?: string | undefined;
4157
4157
  class?: any;
4158
- placeholder?: string | undefined;
4159
4158
  theme?: string | undefined;
4159
+ placeholder?: string | undefined;
4160
4160
  counter?: string | number | boolean | undefined;
4161
4161
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4162
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;
@@ -4183,6 +4183,7 @@ declare const VSelect: {
4183
4183
  style: vue.StyleValue;
4184
4184
  disabled: boolean;
4185
4185
  tag: string;
4186
+ lines: false | "one" | "two" | "three";
4186
4187
  mandatory: boolean;
4187
4188
  rounded: string | number | boolean;
4188
4189
  tile: boolean;
@@ -4193,7 +4194,6 @@ declare const VSelect: {
4193
4194
  selectable: boolean;
4194
4195
  selectStrategy: SelectStrategyProp;
4195
4196
  openStrategy: OpenStrategyProp;
4196
- lines: false | "one" | "two" | "three";
4197
4197
  returnObject: boolean;
4198
4198
  itemType: string;
4199
4199
  }> & Omit<{
@@ -4202,6 +4202,7 @@ declare const VSelect: {
4202
4202
  style: vue.StyleValue;
4203
4203
  disabled: boolean;
4204
4204
  tag: string;
4205
+ lines: false | "one" | "two" | "three";
4205
4206
  mandatory: boolean;
4206
4207
  tile: boolean;
4207
4208
  density: Density;
@@ -4211,7 +4212,6 @@ declare const VSelect: {
4211
4212
  selectable: boolean;
4212
4213
  selectStrategy: SelectStrategyProp;
4213
4214
  openStrategy: OpenStrategyProp;
4214
- lines: false | "one" | "two" | "three";
4215
4215
  returnObject: boolean;
4216
4216
  itemType: string;
4217
4217
  height?: string | number | undefined;
@@ -4224,8 +4224,8 @@ declare const VSelect: {
4224
4224
  minWidth?: string | number | undefined;
4225
4225
  activated?: any;
4226
4226
  class?: any;
4227
- elevation?: string | number | undefined;
4228
4227
  theme?: string | undefined;
4228
+ elevation?: string | number | undefined;
4229
4229
  rounded?: string | number | boolean | undefined;
4230
4230
  baseColor?: string | undefined;
4231
4231
  bgColor?: string | undefined;
@@ -4246,6 +4246,7 @@ declare const VSelect: {
4246
4246
  style: vue.StyleValue;
4247
4247
  disabled: boolean;
4248
4248
  tag: string;
4249
+ lines: false | "one" | "two" | "three";
4249
4250
  mandatory: boolean;
4250
4251
  tile: boolean;
4251
4252
  density: Density;
@@ -4255,7 +4256,6 @@ declare const VSelect: {
4255
4256
  selectable: boolean;
4256
4257
  selectStrategy: SelectStrategyProp;
4257
4258
  openStrategy: OpenStrategyProp;
4258
- lines: false | "one" | "two" | "three";
4259
4259
  returnObject: boolean;
4260
4260
  itemType: string;
4261
4261
  } & {
@@ -4269,8 +4269,8 @@ declare const VSelect: {
4269
4269
  minWidth?: string | number | undefined;
4270
4270
  activated?: any;
4271
4271
  class?: any;
4272
- elevation?: string | number | undefined;
4273
4272
  theme?: string | undefined;
4273
+ elevation?: string | number | undefined;
4274
4274
  rounded?: string | number | boolean | undefined;
4275
4275
  baseColor?: string | undefined;
4276
4276
  bgColor?: string | undefined;
@@ -4286,7 +4286,7 @@ declare const VSelect: {
4286
4286
  value: boolean;
4287
4287
  path: unknown[];
4288
4288
  }) => any) | undefined;
4289
- }, "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"> & {
4290
4290
  items?: readonly any[] | undefined;
4291
4291
  itemTitle?: SelectItemKey<any>;
4292
4292
  itemValue?: SelectItemKey<any>;
@@ -4400,6 +4400,7 @@ declare const VSelect: {
4400
4400
  style: vue.StyleValue;
4401
4401
  eager: boolean;
4402
4402
  disabled: boolean;
4403
+ persistent: boolean;
4403
4404
  modelValue: boolean;
4404
4405
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4405
4406
  updateLocation: (e?: Event) => void;
@@ -4415,7 +4416,6 @@ declare const VSelect: {
4415
4416
  closeOnBack: boolean;
4416
4417
  contained: boolean;
4417
4418
  noClickAnimation: boolean;
4418
- persistent: boolean;
4419
4419
  scrim: string | boolean;
4420
4420
  submenu: boolean;
4421
4421
  }> & Omit<{
@@ -4430,6 +4430,7 @@ declare const VSelect: {
4430
4430
  style: vue.StyleValue;
4431
4431
  eager: boolean;
4432
4432
  disabled: boolean;
4433
+ persistent: boolean;
4433
4434
  modelValue: boolean;
4434
4435
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4435
4436
  updateLocation: (e?: Event) => void;
@@ -4443,7 +4444,6 @@ declare const VSelect: {
4443
4444
  closeOnBack: boolean;
4444
4445
  contained: boolean;
4445
4446
  noClickAnimation: boolean;
4446
- persistent: boolean;
4447
4447
  scrim: string | boolean;
4448
4448
  submenu: boolean;
4449
4449
  offset?: string | number | number[] | undefined;
@@ -4507,6 +4507,7 @@ declare const VSelect: {
4507
4507
  style: vue.StyleValue;
4508
4508
  eager: boolean;
4509
4509
  disabled: boolean;
4510
+ persistent: boolean;
4510
4511
  modelValue: boolean;
4511
4512
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4512
4513
  updateLocation: (e?: Event) => void;
@@ -4520,7 +4521,6 @@ declare const VSelect: {
4520
4521
  closeOnBack: boolean;
4521
4522
  contained: boolean;
4522
4523
  noClickAnimation: boolean;
4523
- persistent: boolean;
4524
4524
  scrim: string | boolean;
4525
4525
  submenu: boolean;
4526
4526
  } & {
@@ -4576,7 +4576,7 @@ declare const VSelect: {
4576
4576
  }) => vue.VNodeChild) | undefined;
4577
4577
  } & {
4578
4578
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4579
- }, "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;
4580
4580
  itemColor?: string | undefined;
4581
4581
  } & {
4582
4582
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -4690,8 +4690,8 @@ declare const VSelect: {
4690
4690
  label?: string | undefined;
4691
4691
  prefix?: string | undefined;
4692
4692
  class?: any;
4693
- placeholder?: string | undefined;
4694
4693
  theme?: string | undefined;
4694
+ placeholder?: string | undefined;
4695
4695
  counter?: string | number | boolean | undefined;
4696
4696
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4697
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;
@@ -4718,6 +4718,7 @@ declare const VSelect: {
4718
4718
  style: vue.StyleValue;
4719
4719
  disabled: boolean;
4720
4720
  tag: string;
4721
+ lines: false | "one" | "two" | "three";
4721
4722
  mandatory: boolean;
4722
4723
  rounded: string | number | boolean;
4723
4724
  tile: boolean;
@@ -4728,7 +4729,6 @@ declare const VSelect: {
4728
4729
  selectable: boolean;
4729
4730
  selectStrategy: SelectStrategyProp;
4730
4731
  openStrategy: OpenStrategyProp;
4731
- lines: false | "one" | "two" | "three";
4732
4732
  returnObject: boolean;
4733
4733
  itemType: string;
4734
4734
  }> & Omit<{
@@ -4737,6 +4737,7 @@ declare const VSelect: {
4737
4737
  style: vue.StyleValue;
4738
4738
  disabled: boolean;
4739
4739
  tag: string;
4740
+ lines: false | "one" | "two" | "three";
4740
4741
  mandatory: boolean;
4741
4742
  tile: boolean;
4742
4743
  density: Density;
@@ -4746,7 +4747,6 @@ declare const VSelect: {
4746
4747
  selectable: boolean;
4747
4748
  selectStrategy: SelectStrategyProp;
4748
4749
  openStrategy: OpenStrategyProp;
4749
- lines: false | "one" | "two" | "three";
4750
4750
  returnObject: boolean;
4751
4751
  itemType: string;
4752
4752
  height?: string | number | undefined;
@@ -4759,8 +4759,8 @@ declare const VSelect: {
4759
4759
  minWidth?: string | number | undefined;
4760
4760
  activated?: any;
4761
4761
  class?: any;
4762
- elevation?: string | number | undefined;
4763
4762
  theme?: string | undefined;
4763
+ elevation?: string | number | undefined;
4764
4764
  rounded?: string | number | boolean | undefined;
4765
4765
  baseColor?: string | undefined;
4766
4766
  bgColor?: string | undefined;
@@ -4781,6 +4781,7 @@ declare const VSelect: {
4781
4781
  style: vue.StyleValue;
4782
4782
  disabled: boolean;
4783
4783
  tag: string;
4784
+ lines: false | "one" | "two" | "three";
4784
4785
  mandatory: boolean;
4785
4786
  tile: boolean;
4786
4787
  density: Density;
@@ -4790,7 +4791,6 @@ declare const VSelect: {
4790
4791
  selectable: boolean;
4791
4792
  selectStrategy: SelectStrategyProp;
4792
4793
  openStrategy: OpenStrategyProp;
4793
- lines: false | "one" | "two" | "three";
4794
4794
  returnObject: boolean;
4795
4795
  itemType: string;
4796
4796
  } & {
@@ -4804,8 +4804,8 @@ declare const VSelect: {
4804
4804
  minWidth?: string | number | undefined;
4805
4805
  activated?: any;
4806
4806
  class?: any;
4807
- elevation?: string | number | undefined;
4808
4807
  theme?: string | undefined;
4808
+ elevation?: string | number | undefined;
4809
4809
  rounded?: string | number | boolean | undefined;
4810
4810
  baseColor?: string | undefined;
4811
4811
  bgColor?: string | undefined;
@@ -4821,7 +4821,7 @@ declare const VSelect: {
4821
4821
  value: boolean;
4822
4822
  path: unknown[];
4823
4823
  }) => any) | undefined;
4824
- }, "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"> & {
4825
4825
  items?: readonly any[] | undefined;
4826
4826
  itemTitle?: SelectItemKey<any>;
4827
4827
  itemValue?: SelectItemKey<any>;
@@ -4935,6 +4935,7 @@ declare const VSelect: {
4935
4935
  style: vue.StyleValue;
4936
4936
  eager: boolean;
4937
4937
  disabled: boolean;
4938
+ persistent: boolean;
4938
4939
  modelValue: boolean;
4939
4940
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4940
4941
  updateLocation: (e?: Event) => void;
@@ -4950,7 +4951,6 @@ declare const VSelect: {
4950
4951
  closeOnBack: boolean;
4951
4952
  contained: boolean;
4952
4953
  noClickAnimation: boolean;
4953
- persistent: boolean;
4954
4954
  scrim: string | boolean;
4955
4955
  submenu: boolean;
4956
4956
  }> & Omit<{
@@ -4965,6 +4965,7 @@ declare const VSelect: {
4965
4965
  style: vue.StyleValue;
4966
4966
  eager: boolean;
4967
4967
  disabled: boolean;
4968
+ persistent: boolean;
4968
4969
  modelValue: boolean;
4969
4970
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4970
4971
  updateLocation: (e?: Event) => void;
@@ -4978,7 +4979,6 @@ declare const VSelect: {
4978
4979
  closeOnBack: boolean;
4979
4980
  contained: boolean;
4980
4981
  noClickAnimation: boolean;
4981
- persistent: boolean;
4982
4982
  scrim: string | boolean;
4983
4983
  submenu: boolean;
4984
4984
  offset?: string | number | number[] | undefined;
@@ -5042,6 +5042,7 @@ declare const VSelect: {
5042
5042
  style: vue.StyleValue;
5043
5043
  eager: boolean;
5044
5044
  disabled: boolean;
5045
+ persistent: boolean;
5045
5046
  modelValue: boolean;
5046
5047
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
5047
5048
  updateLocation: (e?: Event) => void;
@@ -5055,7 +5056,6 @@ declare const VSelect: {
5055
5056
  closeOnBack: boolean;
5056
5057
  contained: boolean;
5057
5058
  noClickAnimation: boolean;
5058
- persistent: boolean;
5059
5059
  scrim: string | boolean;
5060
5060
  submenu: boolean;
5061
5061
  } & {
@@ -5111,7 +5111,7 @@ declare const VSelect: {
5111
5111
  }) => vue.VNodeChild) | undefined;
5112
5112
  } & {
5113
5113
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5114
- }, "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;
5115
5115
  itemColor?: string | undefined;
5116
5116
  } & {
5117
5117
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -5120,7 +5120,7 @@ declare const VSelect: {
5120
5120
  'update:focused': (focused: boolean) => true;
5121
5121
  'update:modelValue': (value: any) => true;
5122
5122
  'update:menu': (ue: boolean) => true;
5123
- }, "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, {
5124
5124
  flat: boolean;
5125
5125
  reverse: boolean;
5126
5126
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5291,8 +5291,8 @@ declare const VSelect: {
5291
5291
  default: null;
5292
5292
  };
5293
5293
  class: PropType<ClassValue>;
5294
- placeholder: StringConstructor;
5295
5294
  theme: StringConstructor;
5295
+ placeholder: StringConstructor;
5296
5296
  messages: {
5297
5297
  type: PropType<string | readonly string[]>;
5298
5298
  default: () => never[];
@@ -5480,8 +5480,8 @@ declare const VSelect: {
5480
5480
  default: null;
5481
5481
  };
5482
5482
  class: PropType<ClassValue>;
5483
- placeholder: StringConstructor;
5484
5483
  theme: StringConstructor;
5484
+ placeholder: StringConstructor;
5485
5485
  messages: {
5486
5486
  type: PropType<string | readonly string[]>;
5487
5487
  default: () => never[];