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
@@ -351,6 +351,7 @@ declare const VList: {
351
351
  style: vue.StyleValue;
352
352
  disabled: boolean;
353
353
  tag: string;
354
+ lines: false | "one" | "two" | "three";
354
355
  mandatory: boolean;
355
356
  tile: boolean;
356
357
  density: Density;
@@ -360,7 +361,6 @@ declare const VList: {
360
361
  selectable: boolean;
361
362
  selectStrategy: SelectStrategyProp;
362
363
  openStrategy: OpenStrategyProp;
363
- lines: false | "one" | "two" | "three";
364
364
  returnObject: boolean;
365
365
  itemType: string;
366
366
  } & {
@@ -374,8 +374,8 @@ declare const VList: {
374
374
  minWidth?: string | number | undefined;
375
375
  activated?: any;
376
376
  class?: any;
377
- elevation?: string | number | undefined;
378
377
  theme?: string | undefined;
378
+ elevation?: string | number | undefined;
379
379
  rounded?: string | number | boolean | undefined;
380
380
  baseColor?: string | undefined;
381
381
  bgColor?: string | undefined;
@@ -397,6 +397,7 @@ declare const VList: {
397
397
  focus: (location?: "next" | "prev" | "first" | "last") => void;
398
398
  children: vue.Ref<Map<unknown, unknown[]>>;
399
399
  parents: vue.Ref<Map<unknown, unknown>>;
400
+ getPath: (id: unknown) => unknown[];
400
401
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
401
402
  'update:selected': (value: unknown) => true;
402
403
  'update:activated': (value: unknown) => true;
@@ -422,6 +423,7 @@ declare const VList: {
422
423
  style: vue.StyleValue;
423
424
  disabled: boolean;
424
425
  tag: string;
426
+ lines: false | "one" | "two" | "three";
425
427
  mandatory: boolean;
426
428
  tile: boolean;
427
429
  density: Density;
@@ -431,7 +433,6 @@ declare const VList: {
431
433
  selectable: boolean;
432
434
  selectStrategy: SelectStrategyProp;
433
435
  openStrategy: OpenStrategyProp;
434
- lines: false | "one" | "two" | "three";
435
436
  returnObject: boolean;
436
437
  itemType: string;
437
438
  } & {
@@ -445,8 +446,8 @@ declare const VList: {
445
446
  minWidth?: string | number | undefined;
446
447
  activated?: any;
447
448
  class?: any;
448
- elevation?: string | number | undefined;
449
449
  theme?: string | undefined;
450
+ elevation?: string | number | undefined;
450
451
  rounded?: string | number | boolean | undefined;
451
452
  baseColor?: string | undefined;
452
453
  bgColor?: string | undefined;
@@ -468,6 +469,7 @@ declare const VList: {
468
469
  style: vue.StyleValue;
469
470
  disabled: boolean;
470
471
  tag: string;
472
+ lines: false | "one" | "two" | "three";
471
473
  mandatory: boolean;
472
474
  rounded: string | number | boolean;
473
475
  tile: boolean;
@@ -478,7 +480,6 @@ declare const VList: {
478
480
  selectable: boolean;
479
481
  selectStrategy: SelectStrategyProp;
480
482
  openStrategy: OpenStrategyProp;
481
- lines: false | "one" | "two" | "three";
482
483
  returnObject: boolean;
483
484
  itemType: string;
484
485
  }, true, {}, vue.SlotsType<Partial<{
@@ -520,6 +521,7 @@ declare const VList: {
520
521
  style: vue.StyleValue;
521
522
  disabled: boolean;
522
523
  tag: string;
524
+ lines: false | "one" | "two" | "three";
523
525
  mandatory: boolean;
524
526
  tile: boolean;
525
527
  density: Density;
@@ -529,7 +531,6 @@ declare const VList: {
529
531
  selectable: boolean;
530
532
  selectStrategy: SelectStrategyProp;
531
533
  openStrategy: OpenStrategyProp;
532
- lines: false | "one" | "two" | "three";
533
534
  returnObject: boolean;
534
535
  itemType: string;
535
536
  } & {
@@ -543,8 +544,8 @@ declare const VList: {
543
544
  minWidth?: string | number | undefined;
544
545
  activated?: any;
545
546
  class?: any;
546
- elevation?: string | number | undefined;
547
547
  theme?: string | undefined;
548
+ elevation?: string | number | undefined;
548
549
  rounded?: string | number | boolean | undefined;
549
550
  baseColor?: string | undefined;
550
551
  bgColor?: string | undefined;
@@ -566,12 +567,14 @@ declare const VList: {
566
567
  focus: (location?: "next" | "prev" | "first" | "last") => void;
567
568
  children: vue.Ref<Map<unknown, unknown[]>>;
568
569
  parents: vue.Ref<Map<unknown, unknown>>;
570
+ getPath: (id: unknown) => unknown[];
569
571
  }, {}, {}, {}, {
570
572
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
571
573
  nav: boolean;
572
574
  style: vue.StyleValue;
573
575
  disabled: boolean;
574
576
  tag: string;
577
+ lines: false | "one" | "two" | "three";
575
578
  mandatory: boolean;
576
579
  rounded: string | number | boolean;
577
580
  tile: boolean;
@@ -582,7 +585,6 @@ declare const VList: {
582
585
  selectable: boolean;
583
586
  selectStrategy: SelectStrategyProp;
584
587
  openStrategy: OpenStrategyProp;
585
- lines: false | "one" | "two" | "three";
586
588
  returnObject: boolean;
587
589
  itemType: string;
588
590
  }>;
@@ -595,6 +597,7 @@ declare const VList: {
595
597
  style: vue.StyleValue;
596
598
  disabled: boolean;
597
599
  tag: string;
600
+ lines: false | "one" | "two" | "three";
598
601
  mandatory: boolean;
599
602
  tile: boolean;
600
603
  density: Density;
@@ -604,7 +607,6 @@ declare const VList: {
604
607
  selectable: boolean;
605
608
  selectStrategy: SelectStrategyProp;
606
609
  openStrategy: OpenStrategyProp;
607
- lines: false | "one" | "two" | "three";
608
610
  returnObject: boolean;
609
611
  itemType: string;
610
612
  } & {
@@ -618,8 +620,8 @@ declare const VList: {
618
620
  minWidth?: string | number | undefined;
619
621
  activated?: any;
620
622
  class?: any;
621
- elevation?: string | number | undefined;
622
623
  theme?: string | undefined;
624
+ elevation?: string | number | undefined;
623
625
  rounded?: string | number | boolean | undefined;
624
626
  baseColor?: string | undefined;
625
627
  bgColor?: string | undefined;
@@ -641,6 +643,7 @@ declare const VList: {
641
643
  focus: (location?: "next" | "prev" | "first" | "last") => void;
642
644
  children: vue.Ref<Map<unknown, unknown[]>>;
643
645
  parents: vue.Ref<Map<unknown, unknown>>;
646
+ getPath: (id: unknown) => unknown[];
644
647
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
645
648
  'update:selected': (value: unknown) => true;
646
649
  'update:activated': (value: unknown) => true;
@@ -666,6 +669,7 @@ declare const VList: {
666
669
  style: vue.StyleValue;
667
670
  disabled: boolean;
668
671
  tag: string;
672
+ lines: false | "one" | "two" | "three";
669
673
  mandatory: boolean;
670
674
  rounded: string | number | boolean;
671
675
  tile: boolean;
@@ -676,7 +680,6 @@ declare const VList: {
676
680
  selectable: boolean;
677
681
  selectStrategy: SelectStrategyProp;
678
682
  openStrategy: OpenStrategyProp;
679
- lines: false | "one" | "two" | "three";
680
683
  returnObject: boolean;
681
684
  itemType: string;
682
685
  }, {}, string, vue.SlotsType<Partial<{
@@ -959,6 +962,7 @@ declare const VMenu: {
959
962
  style: vue.StyleValue;
960
963
  eager: boolean;
961
964
  disabled: boolean;
965
+ persistent: boolean;
962
966
  modelValue: boolean;
963
967
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
964
968
  updateLocation: (e?: Event) => void;
@@ -972,7 +976,6 @@ declare const VMenu: {
972
976
  closeOnBack: boolean;
973
977
  contained: boolean;
974
978
  noClickAnimation: boolean;
975
- persistent: boolean;
976
979
  scrim: string | boolean;
977
980
  submenu: boolean;
978
981
  } & {
@@ -1045,6 +1048,7 @@ declare const VMenu: {
1045
1048
  style: vue.StyleValue;
1046
1049
  eager: boolean;
1047
1050
  disabled: boolean;
1051
+ persistent: boolean;
1048
1052
  modelValue: boolean;
1049
1053
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1050
1054
  updateLocation: (e?: Event) => void;
@@ -1058,7 +1062,6 @@ declare const VMenu: {
1058
1062
  closeOnBack: boolean;
1059
1063
  contained: boolean;
1060
1064
  noClickAnimation: boolean;
1061
- persistent: boolean;
1062
1065
  scrim: string | boolean;
1063
1066
  _disableGlobalStack: boolean;
1064
1067
  }> & Omit<{
@@ -1072,6 +1075,7 @@ declare const VMenu: {
1072
1075
  style: vue.StyleValue;
1073
1076
  eager: boolean;
1074
1077
  disabled: boolean;
1078
+ persistent: boolean;
1075
1079
  modelValue: boolean;
1076
1080
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1077
1081
  updateLocation: (e?: Event) => void;
@@ -1083,7 +1087,6 @@ declare const VMenu: {
1083
1087
  closeOnBack: boolean;
1084
1088
  contained: boolean;
1085
1089
  noClickAnimation: boolean;
1086
- persistent: boolean;
1087
1090
  scrim: string | boolean;
1088
1091
  _disableGlobalStack: boolean;
1089
1092
  offset?: string | number | number[] | undefined;
@@ -1098,9 +1101,9 @@ declare const VMenu: {
1098
1101
  class?: any;
1099
1102
  theme?: string | undefined;
1100
1103
  contentClass?: any;
1101
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1102
1104
  closeDelay?: string | number | undefined;
1103
1105
  openDelay?: string | number | undefined;
1106
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1104
1107
  openOnClick?: boolean | undefined;
1105
1108
  openOnFocus?: boolean | undefined;
1106
1109
  contentProps?: any;
@@ -1150,6 +1153,7 @@ declare const VMenu: {
1150
1153
  style: vue.StyleValue;
1151
1154
  eager: boolean;
1152
1155
  disabled: boolean;
1156
+ persistent: boolean;
1153
1157
  modelValue: boolean;
1154
1158
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1155
1159
  updateLocation: (e?: Event) => void;
@@ -1161,7 +1165,6 @@ declare const VMenu: {
1161
1165
  closeOnBack: boolean;
1162
1166
  contained: boolean;
1163
1167
  noClickAnimation: boolean;
1164
- persistent: boolean;
1165
1168
  scrim: string | boolean;
1166
1169
  _disableGlobalStack: boolean;
1167
1170
  } & {
@@ -1177,9 +1180,9 @@ declare const VMenu: {
1177
1180
  class?: any;
1178
1181
  theme?: string | undefined;
1179
1182
  contentClass?: any;
1180
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1181
1183
  closeDelay?: string | number | undefined;
1182
1184
  openDelay?: string | number | undefined;
1185
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1183
1186
  openOnClick?: boolean | undefined;
1184
1187
  openOnFocus?: boolean | undefined;
1185
1188
  contentProps?: any;
@@ -1221,7 +1224,7 @@ declare const VMenu: {
1221
1224
  onAfterLeave?: (() => any) | undefined;
1222
1225
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1223
1226
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1224
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1227
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1225
1228
  $attrs: {
1226
1229
  [x: string]: unknown;
1227
1230
  };
@@ -1240,7 +1243,7 @@ declare const VMenu: {
1240
1243
  }>;
1241
1244
  $root: vue.ComponentPublicInstance | null;
1242
1245
  $parent: vue.ComponentPublicInstance | null;
1243
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1246
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1244
1247
  $el: any;
1245
1248
  $options: vue.ComponentOptionsBase<{
1246
1249
  absolute: boolean;
@@ -1253,6 +1256,7 @@ declare const VMenu: {
1253
1256
  style: vue.StyleValue;
1254
1257
  eager: boolean;
1255
1258
  disabled: boolean;
1259
+ persistent: boolean;
1256
1260
  modelValue: boolean;
1257
1261
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1258
1262
  updateLocation: (e?: Event) => void;
@@ -1264,7 +1268,6 @@ declare const VMenu: {
1264
1268
  closeOnBack: boolean;
1265
1269
  contained: boolean;
1266
1270
  noClickAnimation: boolean;
1267
- persistent: boolean;
1268
1271
  scrim: string | boolean;
1269
1272
  _disableGlobalStack: boolean;
1270
1273
  } & {
@@ -1280,9 +1283,9 @@ declare const VMenu: {
1280
1283
  class?: any;
1281
1284
  theme?: string | undefined;
1282
1285
  contentClass?: any;
1283
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1284
1286
  closeDelay?: string | number | undefined;
1285
1287
  openDelay?: string | number | undefined;
1288
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1286
1289
  openOnClick?: boolean | undefined;
1287
1290
  openOnFocus?: boolean | undefined;
1288
1291
  contentProps?: any;
@@ -1349,6 +1352,7 @@ declare const VMenu: {
1349
1352
  style: vue.StyleValue;
1350
1353
  eager: boolean;
1351
1354
  disabled: boolean;
1355
+ persistent: boolean;
1352
1356
  modelValue: boolean;
1353
1357
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1354
1358
  updateLocation: (e?: Event) => void;
@@ -1362,7 +1366,6 @@ declare const VMenu: {
1362
1366
  closeOnBack: boolean;
1363
1367
  contained: boolean;
1364
1368
  noClickAnimation: boolean;
1365
- persistent: boolean;
1366
1369
  scrim: string | boolean;
1367
1370
  _disableGlobalStack: boolean;
1368
1371
  }, {}, string, vue.SlotsType<Partial<{
@@ -1405,6 +1408,7 @@ declare const VMenu: {
1405
1408
  style: vue.StyleValue;
1406
1409
  eager: boolean;
1407
1410
  disabled: boolean;
1411
+ persistent: boolean;
1408
1412
  modelValue: boolean;
1409
1413
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1410
1414
  updateLocation: (e?: Event) => void;
@@ -1416,7 +1420,6 @@ declare const VMenu: {
1416
1420
  closeOnBack: boolean;
1417
1421
  contained: boolean;
1418
1422
  noClickAnimation: boolean;
1419
- persistent: boolean;
1420
1423
  scrim: string | boolean;
1421
1424
  _disableGlobalStack: boolean;
1422
1425
  } & {
@@ -1432,9 +1435,9 @@ declare const VMenu: {
1432
1435
  class?: any;
1433
1436
  theme?: string | undefined;
1434
1437
  contentClass?: any;
1435
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1436
1438
  closeDelay?: string | number | undefined;
1437
1439
  openDelay?: string | number | undefined;
1440
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1438
1441
  openOnClick?: boolean | undefined;
1439
1442
  openOnFocus?: boolean | undefined;
1440
1443
  contentProps?: any;
@@ -1485,7 +1488,7 @@ declare const VMenu: {
1485
1488
  globalTop: Readonly<vue.Ref<boolean>>;
1486
1489
  localTop: vue.ComputedRef<boolean>;
1487
1490
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1488
- }> & {} & 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}`> & {
1491
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1489
1492
  _allExposed: {
1490
1493
  activatorEl: vue.Ref<HTMLElement | undefined>;
1491
1494
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1513,6 +1516,7 @@ declare const VMenu: {
1513
1516
  style: vue.StyleValue;
1514
1517
  eager: boolean;
1515
1518
  disabled: boolean;
1519
+ persistent: boolean;
1516
1520
  modelValue: boolean;
1517
1521
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1518
1522
  updateLocation: (e?: Event) => void;
@@ -1526,7 +1530,6 @@ declare const VMenu: {
1526
1530
  closeOnBack: boolean;
1527
1531
  contained: boolean;
1528
1532
  noClickAnimation: boolean;
1529
- persistent: boolean;
1530
1533
  scrim: string | boolean;
1531
1534
  submenu: boolean;
1532
1535
  } & {
@@ -1594,6 +1597,7 @@ declare const VMenu: {
1594
1597
  style: vue.StyleValue;
1595
1598
  eager: boolean;
1596
1599
  disabled: boolean;
1600
+ persistent: boolean;
1597
1601
  modelValue: boolean;
1598
1602
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1599
1603
  updateLocation: (e?: Event) => void;
@@ -1609,7 +1613,6 @@ declare const VMenu: {
1609
1613
  closeOnBack: boolean;
1610
1614
  contained: boolean;
1611
1615
  noClickAnimation: boolean;
1612
- persistent: boolean;
1613
1616
  scrim: string | boolean;
1614
1617
  submenu: boolean;
1615
1618
  }, true, {}, vue.SlotsType<Partial<{
@@ -1640,6 +1643,7 @@ declare const VMenu: {
1640
1643
  style: vue.StyleValue;
1641
1644
  eager: boolean;
1642
1645
  disabled: boolean;
1646
+ persistent: boolean;
1643
1647
  modelValue: boolean;
1644
1648
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1645
1649
  updateLocation: (e?: Event) => void;
@@ -1653,7 +1657,6 @@ declare const VMenu: {
1653
1657
  closeOnBack: boolean;
1654
1658
  contained: boolean;
1655
1659
  noClickAnimation: boolean;
1656
- persistent: boolean;
1657
1660
  scrim: string | boolean;
1658
1661
  submenu: boolean;
1659
1662
  } & {
@@ -1726,6 +1729,7 @@ declare const VMenu: {
1726
1729
  style: vue.StyleValue;
1727
1730
  eager: boolean;
1728
1731
  disabled: boolean;
1732
+ persistent: boolean;
1729
1733
  modelValue: boolean;
1730
1734
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1731
1735
  updateLocation: (e?: Event) => void;
@@ -1739,7 +1743,6 @@ declare const VMenu: {
1739
1743
  closeOnBack: boolean;
1740
1744
  contained: boolean;
1741
1745
  noClickAnimation: boolean;
1742
- persistent: boolean;
1743
1746
  scrim: string | boolean;
1744
1747
  _disableGlobalStack: boolean;
1745
1748
  }> & Omit<{
@@ -1753,6 +1756,7 @@ declare const VMenu: {
1753
1756
  style: vue.StyleValue;
1754
1757
  eager: boolean;
1755
1758
  disabled: boolean;
1759
+ persistent: boolean;
1756
1760
  modelValue: boolean;
1757
1761
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1758
1762
  updateLocation: (e?: Event) => void;
@@ -1764,7 +1768,6 @@ declare const VMenu: {
1764
1768
  closeOnBack: boolean;
1765
1769
  contained: boolean;
1766
1770
  noClickAnimation: boolean;
1767
- persistent: boolean;
1768
1771
  scrim: string | boolean;
1769
1772
  _disableGlobalStack: boolean;
1770
1773
  offset?: string | number | number[] | undefined;
@@ -1779,9 +1782,9 @@ declare const VMenu: {
1779
1782
  class?: any;
1780
1783
  theme?: string | undefined;
1781
1784
  contentClass?: any;
1782
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1783
1785
  closeDelay?: string | number | undefined;
1784
1786
  openDelay?: string | number | undefined;
1787
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1785
1788
  openOnClick?: boolean | undefined;
1786
1789
  openOnFocus?: boolean | undefined;
1787
1790
  contentProps?: any;
@@ -1831,6 +1834,7 @@ declare const VMenu: {
1831
1834
  style: vue.StyleValue;
1832
1835
  eager: boolean;
1833
1836
  disabled: boolean;
1837
+ persistent: boolean;
1834
1838
  modelValue: boolean;
1835
1839
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1836
1840
  updateLocation: (e?: Event) => void;
@@ -1842,7 +1846,6 @@ declare const VMenu: {
1842
1846
  closeOnBack: boolean;
1843
1847
  contained: boolean;
1844
1848
  noClickAnimation: boolean;
1845
- persistent: boolean;
1846
1849
  scrim: string | boolean;
1847
1850
  _disableGlobalStack: boolean;
1848
1851
  } & {
@@ -1858,9 +1861,9 @@ declare const VMenu: {
1858
1861
  class?: any;
1859
1862
  theme?: string | undefined;
1860
1863
  contentClass?: any;
1861
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1862
1864
  closeDelay?: string | number | undefined;
1863
1865
  openDelay?: string | number | undefined;
1866
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1864
1867
  openOnClick?: boolean | undefined;
1865
1868
  openOnFocus?: boolean | undefined;
1866
1869
  contentProps?: any;
@@ -1902,7 +1905,7 @@ declare const VMenu: {
1902
1905
  onAfterLeave?: (() => any) | undefined;
1903
1906
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1904
1907
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1905
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1908
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1906
1909
  $attrs: {
1907
1910
  [x: string]: unknown;
1908
1911
  };
@@ -1921,7 +1924,7 @@ declare const VMenu: {
1921
1924
  }>;
1922
1925
  $root: vue.ComponentPublicInstance | null;
1923
1926
  $parent: vue.ComponentPublicInstance | null;
1924
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1927
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1925
1928
  $el: any;
1926
1929
  $options: vue.ComponentOptionsBase<{
1927
1930
  absolute: boolean;
@@ -1934,6 +1937,7 @@ declare const VMenu: {
1934
1937
  style: vue.StyleValue;
1935
1938
  eager: boolean;
1936
1939
  disabled: boolean;
1940
+ persistent: boolean;
1937
1941
  modelValue: boolean;
1938
1942
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1939
1943
  updateLocation: (e?: Event) => void;
@@ -1945,7 +1949,6 @@ declare const VMenu: {
1945
1949
  closeOnBack: boolean;
1946
1950
  contained: boolean;
1947
1951
  noClickAnimation: boolean;
1948
- persistent: boolean;
1949
1952
  scrim: string | boolean;
1950
1953
  _disableGlobalStack: boolean;
1951
1954
  } & {
@@ -1961,9 +1964,9 @@ declare const VMenu: {
1961
1964
  class?: any;
1962
1965
  theme?: string | undefined;
1963
1966
  contentClass?: any;
1964
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1965
1967
  closeDelay?: string | number | undefined;
1966
1968
  openDelay?: string | number | undefined;
1969
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1967
1970
  openOnClick?: boolean | undefined;
1968
1971
  openOnFocus?: boolean | undefined;
1969
1972
  contentProps?: any;
@@ -2030,6 +2033,7 @@ declare const VMenu: {
2030
2033
  style: vue.StyleValue;
2031
2034
  eager: boolean;
2032
2035
  disabled: boolean;
2036
+ persistent: boolean;
2033
2037
  modelValue: boolean;
2034
2038
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2035
2039
  updateLocation: (e?: Event) => void;
@@ -2043,7 +2047,6 @@ declare const VMenu: {
2043
2047
  closeOnBack: boolean;
2044
2048
  contained: boolean;
2045
2049
  noClickAnimation: boolean;
2046
- persistent: boolean;
2047
2050
  scrim: string | boolean;
2048
2051
  _disableGlobalStack: boolean;
2049
2052
  }, {}, string, vue.SlotsType<Partial<{
@@ -2086,6 +2089,7 @@ declare const VMenu: {
2086
2089
  style: vue.StyleValue;
2087
2090
  eager: boolean;
2088
2091
  disabled: boolean;
2092
+ persistent: boolean;
2089
2093
  modelValue: boolean;
2090
2094
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2091
2095
  updateLocation: (e?: Event) => void;
@@ -2097,7 +2101,6 @@ declare const VMenu: {
2097
2101
  closeOnBack: boolean;
2098
2102
  contained: boolean;
2099
2103
  noClickAnimation: boolean;
2100
- persistent: boolean;
2101
2104
  scrim: string | boolean;
2102
2105
  _disableGlobalStack: boolean;
2103
2106
  } & {
@@ -2113,9 +2116,9 @@ declare const VMenu: {
2113
2116
  class?: any;
2114
2117
  theme?: string | undefined;
2115
2118
  contentClass?: any;
2116
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2117
2119
  closeDelay?: string | number | undefined;
2118
2120
  openDelay?: string | number | undefined;
2121
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2119
2122
  openOnClick?: boolean | undefined;
2120
2123
  openOnFocus?: boolean | undefined;
2121
2124
  contentProps?: any;
@@ -2166,7 +2169,7 @@ declare const VMenu: {
2166
2169
  globalTop: Readonly<vue.Ref<boolean>>;
2167
2170
  localTop: vue.ComputedRef<boolean>;
2168
2171
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2169
- }> & {} & 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}`> & {
2172
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2170
2173
  _allExposed: {
2171
2174
  activatorEl: vue.Ref<HTMLElement | undefined>;
2172
2175
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2192,6 +2195,7 @@ declare const VMenu: {
2192
2195
  style: vue.StyleValue;
2193
2196
  eager: boolean;
2194
2197
  disabled: boolean;
2198
+ persistent: boolean;
2195
2199
  modelValue: boolean;
2196
2200
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2197
2201
  updateLocation: (e?: Event) => void;
@@ -2207,7 +2211,6 @@ declare const VMenu: {
2207
2211
  closeOnBack: boolean;
2208
2212
  contained: boolean;
2209
2213
  noClickAnimation: boolean;
2210
- persistent: boolean;
2211
2214
  scrim: string | boolean;
2212
2215
  submenu: boolean;
2213
2216
  }>;
@@ -2226,6 +2229,7 @@ declare const VMenu: {
2226
2229
  style: vue.StyleValue;
2227
2230
  eager: boolean;
2228
2231
  disabled: boolean;
2232
+ persistent: boolean;
2229
2233
  modelValue: boolean;
2230
2234
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2231
2235
  updateLocation: (e?: Event) => void;
@@ -2239,7 +2243,6 @@ declare const VMenu: {
2239
2243
  closeOnBack: boolean;
2240
2244
  contained: boolean;
2241
2245
  noClickAnimation: boolean;
2242
- persistent: boolean;
2243
2246
  scrim: string | boolean;
2244
2247
  submenu: boolean;
2245
2248
  } & {
@@ -2312,6 +2315,7 @@ declare const VMenu: {
2312
2315
  style: vue.StyleValue;
2313
2316
  eager: boolean;
2314
2317
  disabled: boolean;
2318
+ persistent: boolean;
2315
2319
  modelValue: boolean;
2316
2320
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2317
2321
  updateLocation: (e?: Event) => void;
@@ -2325,7 +2329,6 @@ declare const VMenu: {
2325
2329
  closeOnBack: boolean;
2326
2330
  contained: boolean;
2327
2331
  noClickAnimation: boolean;
2328
- persistent: boolean;
2329
2332
  scrim: string | boolean;
2330
2333
  _disableGlobalStack: boolean;
2331
2334
  }> & Omit<{
@@ -2339,6 +2342,7 @@ declare const VMenu: {
2339
2342
  style: vue.StyleValue;
2340
2343
  eager: boolean;
2341
2344
  disabled: boolean;
2345
+ persistent: boolean;
2342
2346
  modelValue: boolean;
2343
2347
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2344
2348
  updateLocation: (e?: Event) => void;
@@ -2350,7 +2354,6 @@ declare const VMenu: {
2350
2354
  closeOnBack: boolean;
2351
2355
  contained: boolean;
2352
2356
  noClickAnimation: boolean;
2353
- persistent: boolean;
2354
2357
  scrim: string | boolean;
2355
2358
  _disableGlobalStack: boolean;
2356
2359
  offset?: string | number | number[] | undefined;
@@ -2365,9 +2368,9 @@ declare const VMenu: {
2365
2368
  class?: any;
2366
2369
  theme?: string | undefined;
2367
2370
  contentClass?: any;
2368
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2369
2371
  closeDelay?: string | number | undefined;
2370
2372
  openDelay?: string | number | undefined;
2373
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2371
2374
  openOnClick?: boolean | undefined;
2372
2375
  openOnFocus?: boolean | undefined;
2373
2376
  contentProps?: any;
@@ -2417,6 +2420,7 @@ declare const VMenu: {
2417
2420
  style: vue.StyleValue;
2418
2421
  eager: boolean;
2419
2422
  disabled: boolean;
2423
+ persistent: boolean;
2420
2424
  modelValue: boolean;
2421
2425
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2422
2426
  updateLocation: (e?: Event) => void;
@@ -2428,7 +2432,6 @@ declare const VMenu: {
2428
2432
  closeOnBack: boolean;
2429
2433
  contained: boolean;
2430
2434
  noClickAnimation: boolean;
2431
- persistent: boolean;
2432
2435
  scrim: string | boolean;
2433
2436
  _disableGlobalStack: boolean;
2434
2437
  } & {
@@ -2444,9 +2447,9 @@ declare const VMenu: {
2444
2447
  class?: any;
2445
2448
  theme?: string | undefined;
2446
2449
  contentClass?: any;
2447
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2448
2450
  closeDelay?: string | number | undefined;
2449
2451
  openDelay?: string | number | undefined;
2452
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2450
2453
  openOnClick?: boolean | undefined;
2451
2454
  openOnFocus?: boolean | undefined;
2452
2455
  contentProps?: any;
@@ -2488,7 +2491,7 @@ declare const VMenu: {
2488
2491
  onAfterLeave?: (() => any) | undefined;
2489
2492
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2490
2493
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
2491
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
2494
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
2492
2495
  $attrs: {
2493
2496
  [x: string]: unknown;
2494
2497
  };
@@ -2507,7 +2510,7 @@ declare const VMenu: {
2507
2510
  }>;
2508
2511
  $root: vue.ComponentPublicInstance | null;
2509
2512
  $parent: vue.ComponentPublicInstance | null;
2510
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2513
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2511
2514
  $el: any;
2512
2515
  $options: vue.ComponentOptionsBase<{
2513
2516
  absolute: boolean;
@@ -2520,6 +2523,7 @@ declare const VMenu: {
2520
2523
  style: vue.StyleValue;
2521
2524
  eager: boolean;
2522
2525
  disabled: boolean;
2526
+ persistent: boolean;
2523
2527
  modelValue: boolean;
2524
2528
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2525
2529
  updateLocation: (e?: Event) => void;
@@ -2531,7 +2535,6 @@ declare const VMenu: {
2531
2535
  closeOnBack: boolean;
2532
2536
  contained: boolean;
2533
2537
  noClickAnimation: boolean;
2534
- persistent: boolean;
2535
2538
  scrim: string | boolean;
2536
2539
  _disableGlobalStack: boolean;
2537
2540
  } & {
@@ -2547,9 +2550,9 @@ declare const VMenu: {
2547
2550
  class?: any;
2548
2551
  theme?: string | undefined;
2549
2552
  contentClass?: any;
2550
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2551
2553
  closeDelay?: string | number | undefined;
2552
2554
  openDelay?: string | number | undefined;
2555
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2553
2556
  openOnClick?: boolean | undefined;
2554
2557
  openOnFocus?: boolean | undefined;
2555
2558
  contentProps?: any;
@@ -2616,6 +2619,7 @@ declare const VMenu: {
2616
2619
  style: vue.StyleValue;
2617
2620
  eager: boolean;
2618
2621
  disabled: boolean;
2622
+ persistent: boolean;
2619
2623
  modelValue: boolean;
2620
2624
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2621
2625
  updateLocation: (e?: Event) => void;
@@ -2629,7 +2633,6 @@ declare const VMenu: {
2629
2633
  closeOnBack: boolean;
2630
2634
  contained: boolean;
2631
2635
  noClickAnimation: boolean;
2632
- persistent: boolean;
2633
2636
  scrim: string | boolean;
2634
2637
  _disableGlobalStack: boolean;
2635
2638
  }, {}, string, vue.SlotsType<Partial<{
@@ -2672,6 +2675,7 @@ declare const VMenu: {
2672
2675
  style: vue.StyleValue;
2673
2676
  eager: boolean;
2674
2677
  disabled: boolean;
2678
+ persistent: boolean;
2675
2679
  modelValue: boolean;
2676
2680
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2677
2681
  updateLocation: (e?: Event) => void;
@@ -2683,7 +2687,6 @@ declare const VMenu: {
2683
2687
  closeOnBack: boolean;
2684
2688
  contained: boolean;
2685
2689
  noClickAnimation: boolean;
2686
- persistent: boolean;
2687
2690
  scrim: string | boolean;
2688
2691
  _disableGlobalStack: boolean;
2689
2692
  } & {
@@ -2699,9 +2702,9 @@ declare const VMenu: {
2699
2702
  class?: any;
2700
2703
  theme?: string | undefined;
2701
2704
  contentClass?: any;
2702
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2703
2705
  closeDelay?: string | number | undefined;
2704
2706
  openDelay?: string | number | undefined;
2707
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2705
2708
  openOnClick?: boolean | undefined;
2706
2709
  openOnFocus?: boolean | undefined;
2707
2710
  contentProps?: any;
@@ -2752,7 +2755,7 @@ declare const VMenu: {
2752
2755
  globalTop: Readonly<vue.Ref<boolean>>;
2753
2756
  localTop: vue.ComputedRef<boolean>;
2754
2757
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2755
- }> & {} & 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}`> & {
2758
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2756
2759
  _allExposed: {
2757
2760
  activatorEl: vue.Ref<HTMLElement | undefined>;
2758
2761
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2780,6 +2783,7 @@ declare const VMenu: {
2780
2783
  style: vue.StyleValue;
2781
2784
  eager: boolean;
2782
2785
  disabled: boolean;
2786
+ persistent: boolean;
2783
2787
  modelValue: boolean;
2784
2788
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2785
2789
  updateLocation: (e?: Event) => void;
@@ -2795,7 +2799,6 @@ declare const VMenu: {
2795
2799
  closeOnBack: boolean;
2796
2800
  contained: boolean;
2797
2801
  noClickAnimation: boolean;
2798
- persistent: boolean;
2799
2802
  scrim: string | boolean;
2800
2803
  submenu: boolean;
2801
2804
  }, {}, string, vue.SlotsType<Partial<{
@@ -2858,9 +2861,9 @@ declare const VMenu: {
2858
2861
  disabled: BooleanConstructor;
2859
2862
  class: vue.PropType<ClassValue>;
2860
2863
  theme: StringConstructor;
2864
+ persistent: BooleanConstructor;
2861
2865
  modelValue: BooleanConstructor;
2862
2866
  contentClass: null;
2863
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2864
2867
  locationStrategy: Omit<{
2865
2868
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2866
2869
  default: string;
@@ -2889,6 +2892,7 @@ declare const VMenu: {
2889
2892
  type: vue.PropType<string | number>;
2890
2893
  default: NonNullable<string | number>;
2891
2894
  };
2895
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2892
2896
  activatorProps: {
2893
2897
  type: vue.PropType<Record<string, any>>;
2894
2898
  default: () => {};
@@ -2913,7 +2917,6 @@ declare const VMenu: {
2913
2917
  contained: BooleanConstructor;
2914
2918
  contentProps: null;
2915
2919
  noClickAnimation: BooleanConstructor;
2916
- persistent: BooleanConstructor;
2917
2920
  scrim: Omit<{
2918
2921
  type: (StringConstructor | BooleanConstructor)[];
2919
2922
  default: boolean;
@@ -2975,9 +2978,9 @@ declare const VMenu: {
2975
2978
  disabled: BooleanConstructor;
2976
2979
  class: vue.PropType<ClassValue>;
2977
2980
  theme: StringConstructor;
2981
+ persistent: BooleanConstructor;
2978
2982
  modelValue: BooleanConstructor;
2979
2983
  contentClass: null;
2980
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2981
2984
  locationStrategy: Omit<{
2982
2985
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2983
2986
  default: string;
@@ -3006,6 +3009,7 @@ declare const VMenu: {
3006
3009
  type: vue.PropType<string | number>;
3007
3010
  default: NonNullable<string | number>;
3008
3011
  };
3012
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
3009
3013
  activatorProps: {
3010
3014
  type: vue.PropType<Record<string, any>>;
3011
3015
  default: () => {};
@@ -3030,7 +3034,6 @@ declare const VMenu: {
3030
3034
  contained: BooleanConstructor;
3031
3035
  contentProps: null;
3032
3036
  noClickAnimation: BooleanConstructor;
3033
- persistent: BooleanConstructor;
3034
3037
  scrim: Omit<{
3035
3038
  type: (StringConstructor | BooleanConstructor)[];
3036
3039
  default: boolean;
@@ -3108,9 +3111,9 @@ declare const VCombobox: {
3108
3111
  label?: string | undefined;
3109
3112
  prefix?: string | undefined;
3110
3113
  class?: any;
3114
+ theme?: string | undefined;
3111
3115
  delimiters?: readonly string[] | undefined;
3112
3116
  placeholder?: string | undefined;
3113
- theme?: string | undefined;
3114
3117
  counter?: string | number | boolean | undefined;
3115
3118
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3116
3119
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -3139,6 +3142,7 @@ declare const VCombobox: {
3139
3142
  style: vue.StyleValue;
3140
3143
  disabled: boolean;
3141
3144
  tag: string;
3145
+ lines: false | "one" | "two" | "three";
3142
3146
  mandatory: boolean;
3143
3147
  rounded: string | number | boolean;
3144
3148
  tile: boolean;
@@ -3149,7 +3153,6 @@ declare const VCombobox: {
3149
3153
  selectable: boolean;
3150
3154
  selectStrategy: SelectStrategyProp;
3151
3155
  openStrategy: OpenStrategyProp;
3152
- lines: false | "one" | "two" | "three";
3153
3156
  returnObject: boolean;
3154
3157
  itemType: string;
3155
3158
  }> & Omit<{
@@ -3158,6 +3161,7 @@ declare const VCombobox: {
3158
3161
  style: vue.StyleValue;
3159
3162
  disabled: boolean;
3160
3163
  tag: string;
3164
+ lines: false | "one" | "two" | "three";
3161
3165
  mandatory: boolean;
3162
3166
  tile: boolean;
3163
3167
  density: Density;
@@ -3167,7 +3171,6 @@ declare const VCombobox: {
3167
3171
  selectable: boolean;
3168
3172
  selectStrategy: SelectStrategyProp;
3169
3173
  openStrategy: OpenStrategyProp;
3170
- lines: false | "one" | "two" | "three";
3171
3174
  returnObject: boolean;
3172
3175
  itemType: string;
3173
3176
  height?: string | number | undefined;
@@ -3180,8 +3183,8 @@ declare const VCombobox: {
3180
3183
  minWidth?: string | number | undefined;
3181
3184
  activated?: any;
3182
3185
  class?: any;
3183
- elevation?: string | number | undefined;
3184
3186
  theme?: string | undefined;
3187
+ elevation?: string | number | undefined;
3185
3188
  rounded?: string | number | boolean | undefined;
3186
3189
  baseColor?: string | undefined;
3187
3190
  bgColor?: string | undefined;
@@ -3202,6 +3205,7 @@ declare const VCombobox: {
3202
3205
  style: vue.StyleValue;
3203
3206
  disabled: boolean;
3204
3207
  tag: string;
3208
+ lines: false | "one" | "two" | "three";
3205
3209
  mandatory: boolean;
3206
3210
  tile: boolean;
3207
3211
  density: Density;
@@ -3211,7 +3215,6 @@ declare const VCombobox: {
3211
3215
  selectable: boolean;
3212
3216
  selectStrategy: SelectStrategyProp;
3213
3217
  openStrategy: OpenStrategyProp;
3214
- lines: false | "one" | "two" | "three";
3215
3218
  returnObject: boolean;
3216
3219
  itemType: string;
3217
3220
  } & {
@@ -3225,8 +3228,8 @@ declare const VCombobox: {
3225
3228
  minWidth?: string | number | undefined;
3226
3229
  activated?: any;
3227
3230
  class?: any;
3228
- elevation?: string | number | undefined;
3229
3231
  theme?: string | undefined;
3232
+ elevation?: string | number | undefined;
3230
3233
  rounded?: string | number | boolean | undefined;
3231
3234
  baseColor?: string | undefined;
3232
3235
  bgColor?: string | undefined;
@@ -3242,7 +3245,7 @@ declare const VCombobox: {
3242
3245
  value: boolean;
3243
3246
  path: unknown[];
3244
3247
  }) => any) | undefined;
3245
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3248
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3246
3249
  items?: readonly any[] | undefined;
3247
3250
  itemTitle?: SelectItemKey<any>;
3248
3251
  itemValue?: SelectItemKey<any>;
@@ -3356,6 +3359,7 @@ declare const VCombobox: {
3356
3359
  style: vue.StyleValue;
3357
3360
  eager: boolean;
3358
3361
  disabled: boolean;
3362
+ persistent: boolean;
3359
3363
  modelValue: boolean;
3360
3364
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3361
3365
  updateLocation: (e?: Event) => void;
@@ -3371,7 +3375,6 @@ declare const VCombobox: {
3371
3375
  closeOnBack: boolean;
3372
3376
  contained: boolean;
3373
3377
  noClickAnimation: boolean;
3374
- persistent: boolean;
3375
3378
  scrim: string | boolean;
3376
3379
  submenu: boolean;
3377
3380
  }> & Omit<{
@@ -3386,6 +3389,7 @@ declare const VCombobox: {
3386
3389
  style: vue.StyleValue;
3387
3390
  eager: boolean;
3388
3391
  disabled: boolean;
3392
+ persistent: boolean;
3389
3393
  modelValue: boolean;
3390
3394
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3391
3395
  updateLocation: (e?: Event) => void;
@@ -3399,7 +3403,6 @@ declare const VCombobox: {
3399
3403
  closeOnBack: boolean;
3400
3404
  contained: boolean;
3401
3405
  noClickAnimation: boolean;
3402
- persistent: boolean;
3403
3406
  scrim: string | boolean;
3404
3407
  submenu: boolean;
3405
3408
  offset?: string | number | number[] | undefined;
@@ -3463,6 +3466,7 @@ declare const VCombobox: {
3463
3466
  style: vue.StyleValue;
3464
3467
  eager: boolean;
3465
3468
  disabled: boolean;
3469
+ persistent: boolean;
3466
3470
  modelValue: boolean;
3467
3471
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3468
3472
  updateLocation: (e?: Event) => void;
@@ -3476,7 +3480,6 @@ declare const VCombobox: {
3476
3480
  closeOnBack: boolean;
3477
3481
  contained: boolean;
3478
3482
  noClickAnimation: boolean;
3479
- persistent: boolean;
3480
3483
  scrim: string | boolean;
3481
3484
  submenu: boolean;
3482
3485
  } & {
@@ -3532,7 +3535,7 @@ declare const VCombobox: {
3532
3535
  }) => vue.VNodeChild) | undefined;
3533
3536
  } & {
3534
3537
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3535
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
3538
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
3536
3539
  itemColor?: string | undefined;
3537
3540
  autoSelectFirst?: boolean | "exact" | undefined;
3538
3541
  } & {
@@ -3544,7 +3547,7 @@ declare const VCombobox: {
3544
3547
  'update:modelValue': (value: any) => true;
3545
3548
  'update:search': (value: string) => true;
3546
3549
  'update:menu': (value: boolean) => true;
3547
- }, "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 & {
3550
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3548
3551
  flat: boolean;
3549
3552
  reverse: boolean;
3550
3553
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3603,9 +3606,9 @@ declare const VCombobox: {
3603
3606
  label?: string | undefined;
3604
3607
  prefix?: string | undefined;
3605
3608
  class?: any;
3609
+ theme?: string | undefined;
3606
3610
  delimiters?: readonly string[] | undefined;
3607
3611
  placeholder?: string | undefined;
3608
- theme?: string | undefined;
3609
3612
  counter?: string | number | boolean | undefined;
3610
3613
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3611
3614
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -3634,6 +3637,7 @@ declare const VCombobox: {
3634
3637
  style: vue.StyleValue;
3635
3638
  disabled: boolean;
3636
3639
  tag: string;
3640
+ lines: false | "one" | "two" | "three";
3637
3641
  mandatory: boolean;
3638
3642
  rounded: string | number | boolean;
3639
3643
  tile: boolean;
@@ -3644,7 +3648,6 @@ declare const VCombobox: {
3644
3648
  selectable: boolean;
3645
3649
  selectStrategy: SelectStrategyProp;
3646
3650
  openStrategy: OpenStrategyProp;
3647
- lines: false | "one" | "two" | "three";
3648
3651
  returnObject: boolean;
3649
3652
  itemType: string;
3650
3653
  }> & Omit<{
@@ -3653,6 +3656,7 @@ declare const VCombobox: {
3653
3656
  style: vue.StyleValue;
3654
3657
  disabled: boolean;
3655
3658
  tag: string;
3659
+ lines: false | "one" | "two" | "three";
3656
3660
  mandatory: boolean;
3657
3661
  tile: boolean;
3658
3662
  density: Density;
@@ -3662,7 +3666,6 @@ declare const VCombobox: {
3662
3666
  selectable: boolean;
3663
3667
  selectStrategy: SelectStrategyProp;
3664
3668
  openStrategy: OpenStrategyProp;
3665
- lines: false | "one" | "two" | "three";
3666
3669
  returnObject: boolean;
3667
3670
  itemType: string;
3668
3671
  height?: string | number | undefined;
@@ -3675,8 +3678,8 @@ declare const VCombobox: {
3675
3678
  minWidth?: string | number | undefined;
3676
3679
  activated?: any;
3677
3680
  class?: any;
3678
- elevation?: string | number | undefined;
3679
3681
  theme?: string | undefined;
3682
+ elevation?: string | number | undefined;
3680
3683
  rounded?: string | number | boolean | undefined;
3681
3684
  baseColor?: string | undefined;
3682
3685
  bgColor?: string | undefined;
@@ -3697,6 +3700,7 @@ declare const VCombobox: {
3697
3700
  style: vue.StyleValue;
3698
3701
  disabled: boolean;
3699
3702
  tag: string;
3703
+ lines: false | "one" | "two" | "three";
3700
3704
  mandatory: boolean;
3701
3705
  tile: boolean;
3702
3706
  density: Density;
@@ -3706,7 +3710,6 @@ declare const VCombobox: {
3706
3710
  selectable: boolean;
3707
3711
  selectStrategy: SelectStrategyProp;
3708
3712
  openStrategy: OpenStrategyProp;
3709
- lines: false | "one" | "two" | "three";
3710
3713
  returnObject: boolean;
3711
3714
  itemType: string;
3712
3715
  } & {
@@ -3720,8 +3723,8 @@ declare const VCombobox: {
3720
3723
  minWidth?: string | number | undefined;
3721
3724
  activated?: any;
3722
3725
  class?: any;
3723
- elevation?: string | number | undefined;
3724
3726
  theme?: string | undefined;
3727
+ elevation?: string | number | undefined;
3725
3728
  rounded?: string | number | boolean | undefined;
3726
3729
  baseColor?: string | undefined;
3727
3730
  bgColor?: string | undefined;
@@ -3737,7 +3740,7 @@ declare const VCombobox: {
3737
3740
  value: boolean;
3738
3741
  path: unknown[];
3739
3742
  }) => any) | undefined;
3740
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3743
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3741
3744
  items?: readonly any[] | undefined;
3742
3745
  itemTitle?: SelectItemKey<any>;
3743
3746
  itemValue?: SelectItemKey<any>;
@@ -3851,6 +3854,7 @@ declare const VCombobox: {
3851
3854
  style: vue.StyleValue;
3852
3855
  eager: boolean;
3853
3856
  disabled: boolean;
3857
+ persistent: boolean;
3854
3858
  modelValue: boolean;
3855
3859
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3856
3860
  updateLocation: (e?: Event) => void;
@@ -3866,7 +3870,6 @@ declare const VCombobox: {
3866
3870
  closeOnBack: boolean;
3867
3871
  contained: boolean;
3868
3872
  noClickAnimation: boolean;
3869
- persistent: boolean;
3870
3873
  scrim: string | boolean;
3871
3874
  submenu: boolean;
3872
3875
  }> & Omit<{
@@ -3881,6 +3884,7 @@ declare const VCombobox: {
3881
3884
  style: vue.StyleValue;
3882
3885
  eager: boolean;
3883
3886
  disabled: boolean;
3887
+ persistent: boolean;
3884
3888
  modelValue: boolean;
3885
3889
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3886
3890
  updateLocation: (e?: Event) => void;
@@ -3894,7 +3898,6 @@ declare const VCombobox: {
3894
3898
  closeOnBack: boolean;
3895
3899
  contained: boolean;
3896
3900
  noClickAnimation: boolean;
3897
- persistent: boolean;
3898
3901
  scrim: string | boolean;
3899
3902
  submenu: boolean;
3900
3903
  offset?: string | number | number[] | undefined;
@@ -3958,6 +3961,7 @@ declare const VCombobox: {
3958
3961
  style: vue.StyleValue;
3959
3962
  eager: boolean;
3960
3963
  disabled: boolean;
3964
+ persistent: boolean;
3961
3965
  modelValue: boolean;
3962
3966
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
3963
3967
  updateLocation: (e?: Event) => void;
@@ -3971,7 +3975,6 @@ declare const VCombobox: {
3971
3975
  closeOnBack: boolean;
3972
3976
  contained: boolean;
3973
3977
  noClickAnimation: boolean;
3974
- persistent: boolean;
3975
3978
  scrim: string | boolean;
3976
3979
  submenu: boolean;
3977
3980
  } & {
@@ -4027,7 +4030,7 @@ declare const VCombobox: {
4027
4030
  }) => vue.VNodeChild) | undefined;
4028
4031
  } & {
4029
4032
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4030
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
4033
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
4031
4034
  itemColor?: string | undefined;
4032
4035
  autoSelectFirst?: boolean | "exact" | undefined;
4033
4036
  } & {
@@ -4182,9 +4185,9 @@ declare const VCombobox: {
4182
4185
  label?: string | undefined;
4183
4186
  prefix?: string | undefined;
4184
4187
  class?: any;
4188
+ theme?: string | undefined;
4185
4189
  delimiters?: readonly string[] | undefined;
4186
4190
  placeholder?: string | undefined;
4187
- theme?: string | undefined;
4188
4191
  counter?: string | number | boolean | undefined;
4189
4192
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4190
4193
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -4213,6 +4216,7 @@ declare const VCombobox: {
4213
4216
  style: vue.StyleValue;
4214
4217
  disabled: boolean;
4215
4218
  tag: string;
4219
+ lines: false | "one" | "two" | "three";
4216
4220
  mandatory: boolean;
4217
4221
  rounded: string | number | boolean;
4218
4222
  tile: boolean;
@@ -4223,7 +4227,6 @@ declare const VCombobox: {
4223
4227
  selectable: boolean;
4224
4228
  selectStrategy: SelectStrategyProp;
4225
4229
  openStrategy: OpenStrategyProp;
4226
- lines: false | "one" | "two" | "three";
4227
4230
  returnObject: boolean;
4228
4231
  itemType: string;
4229
4232
  }> & Omit<{
@@ -4232,6 +4235,7 @@ declare const VCombobox: {
4232
4235
  style: vue.StyleValue;
4233
4236
  disabled: boolean;
4234
4237
  tag: string;
4238
+ lines: false | "one" | "two" | "three";
4235
4239
  mandatory: boolean;
4236
4240
  tile: boolean;
4237
4241
  density: Density;
@@ -4241,7 +4245,6 @@ declare const VCombobox: {
4241
4245
  selectable: boolean;
4242
4246
  selectStrategy: SelectStrategyProp;
4243
4247
  openStrategy: OpenStrategyProp;
4244
- lines: false | "one" | "two" | "three";
4245
4248
  returnObject: boolean;
4246
4249
  itemType: string;
4247
4250
  height?: string | number | undefined;
@@ -4254,8 +4257,8 @@ declare const VCombobox: {
4254
4257
  minWidth?: string | number | undefined;
4255
4258
  activated?: any;
4256
4259
  class?: any;
4257
- elevation?: string | number | undefined;
4258
4260
  theme?: string | undefined;
4261
+ elevation?: string | number | undefined;
4259
4262
  rounded?: string | number | boolean | undefined;
4260
4263
  baseColor?: string | undefined;
4261
4264
  bgColor?: string | undefined;
@@ -4276,6 +4279,7 @@ declare const VCombobox: {
4276
4279
  style: vue.StyleValue;
4277
4280
  disabled: boolean;
4278
4281
  tag: string;
4282
+ lines: false | "one" | "two" | "three";
4279
4283
  mandatory: boolean;
4280
4284
  tile: boolean;
4281
4285
  density: Density;
@@ -4285,7 +4289,6 @@ declare const VCombobox: {
4285
4289
  selectable: boolean;
4286
4290
  selectStrategy: SelectStrategyProp;
4287
4291
  openStrategy: OpenStrategyProp;
4288
- lines: false | "one" | "two" | "three";
4289
4292
  returnObject: boolean;
4290
4293
  itemType: string;
4291
4294
  } & {
@@ -4299,8 +4302,8 @@ declare const VCombobox: {
4299
4302
  minWidth?: string | number | undefined;
4300
4303
  activated?: any;
4301
4304
  class?: any;
4302
- elevation?: string | number | undefined;
4303
4305
  theme?: string | undefined;
4306
+ elevation?: string | number | undefined;
4304
4307
  rounded?: string | number | boolean | undefined;
4305
4308
  baseColor?: string | undefined;
4306
4309
  bgColor?: string | undefined;
@@ -4316,7 +4319,7 @@ declare const VCombobox: {
4316
4319
  value: boolean;
4317
4320
  path: unknown[];
4318
4321
  }) => any) | undefined;
4319
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
4322
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4320
4323
  items?: readonly any[] | undefined;
4321
4324
  itemTitle?: SelectItemKey<any>;
4322
4325
  itemValue?: SelectItemKey<any>;
@@ -4430,6 +4433,7 @@ declare const VCombobox: {
4430
4433
  style: vue.StyleValue;
4431
4434
  eager: boolean;
4432
4435
  disabled: boolean;
4436
+ persistent: boolean;
4433
4437
  modelValue: boolean;
4434
4438
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4435
4439
  updateLocation: (e?: Event) => void;
@@ -4445,7 +4449,6 @@ declare const VCombobox: {
4445
4449
  closeOnBack: boolean;
4446
4450
  contained: boolean;
4447
4451
  noClickAnimation: boolean;
4448
- persistent: boolean;
4449
4452
  scrim: string | boolean;
4450
4453
  submenu: boolean;
4451
4454
  }> & Omit<{
@@ -4460,6 +4463,7 @@ declare const VCombobox: {
4460
4463
  style: vue.StyleValue;
4461
4464
  eager: boolean;
4462
4465
  disabled: boolean;
4466
+ persistent: boolean;
4463
4467
  modelValue: boolean;
4464
4468
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4465
4469
  updateLocation: (e?: Event) => void;
@@ -4473,7 +4477,6 @@ declare const VCombobox: {
4473
4477
  closeOnBack: boolean;
4474
4478
  contained: boolean;
4475
4479
  noClickAnimation: boolean;
4476
- persistent: boolean;
4477
4480
  scrim: string | boolean;
4478
4481
  submenu: boolean;
4479
4482
  offset?: string | number | number[] | undefined;
@@ -4537,6 +4540,7 @@ declare const VCombobox: {
4537
4540
  style: vue.StyleValue;
4538
4541
  eager: boolean;
4539
4542
  disabled: boolean;
4543
+ persistent: boolean;
4540
4544
  modelValue: boolean;
4541
4545
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4542
4546
  updateLocation: (e?: Event) => void;
@@ -4550,7 +4554,6 @@ declare const VCombobox: {
4550
4554
  closeOnBack: boolean;
4551
4555
  contained: boolean;
4552
4556
  noClickAnimation: boolean;
4553
- persistent: boolean;
4554
4557
  scrim: string | boolean;
4555
4558
  submenu: boolean;
4556
4559
  } & {
@@ -4606,7 +4609,7 @@ declare const VCombobox: {
4606
4609
  }) => vue.VNodeChild) | undefined;
4607
4610
  } & {
4608
4611
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4609
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
4612
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
4610
4613
  itemColor?: string | undefined;
4611
4614
  autoSelectFirst?: boolean | "exact" | undefined;
4612
4615
  } & {
@@ -4726,9 +4729,9 @@ declare const VCombobox: {
4726
4729
  label?: string | undefined;
4727
4730
  prefix?: string | undefined;
4728
4731
  class?: any;
4732
+ theme?: string | undefined;
4729
4733
  delimiters?: readonly string[] | undefined;
4730
4734
  placeholder?: string | undefined;
4731
- theme?: string | undefined;
4732
4735
  counter?: string | number | boolean | undefined;
4733
4736
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4734
4737
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -4757,6 +4760,7 @@ declare const VCombobox: {
4757
4760
  style: vue.StyleValue;
4758
4761
  disabled: boolean;
4759
4762
  tag: string;
4763
+ lines: false | "one" | "two" | "three";
4760
4764
  mandatory: boolean;
4761
4765
  rounded: string | number | boolean;
4762
4766
  tile: boolean;
@@ -4767,7 +4771,6 @@ declare const VCombobox: {
4767
4771
  selectable: boolean;
4768
4772
  selectStrategy: SelectStrategyProp;
4769
4773
  openStrategy: OpenStrategyProp;
4770
- lines: false | "one" | "two" | "three";
4771
4774
  returnObject: boolean;
4772
4775
  itemType: string;
4773
4776
  }> & Omit<{
@@ -4776,6 +4779,7 @@ declare const VCombobox: {
4776
4779
  style: vue.StyleValue;
4777
4780
  disabled: boolean;
4778
4781
  tag: string;
4782
+ lines: false | "one" | "two" | "three";
4779
4783
  mandatory: boolean;
4780
4784
  tile: boolean;
4781
4785
  density: Density;
@@ -4785,7 +4789,6 @@ declare const VCombobox: {
4785
4789
  selectable: boolean;
4786
4790
  selectStrategy: SelectStrategyProp;
4787
4791
  openStrategy: OpenStrategyProp;
4788
- lines: false | "one" | "two" | "three";
4789
4792
  returnObject: boolean;
4790
4793
  itemType: string;
4791
4794
  height?: string | number | undefined;
@@ -4798,8 +4801,8 @@ declare const VCombobox: {
4798
4801
  minWidth?: string | number | undefined;
4799
4802
  activated?: any;
4800
4803
  class?: any;
4801
- elevation?: string | number | undefined;
4802
4804
  theme?: string | undefined;
4805
+ elevation?: string | number | undefined;
4803
4806
  rounded?: string | number | boolean | undefined;
4804
4807
  baseColor?: string | undefined;
4805
4808
  bgColor?: string | undefined;
@@ -4820,6 +4823,7 @@ declare const VCombobox: {
4820
4823
  style: vue.StyleValue;
4821
4824
  disabled: boolean;
4822
4825
  tag: string;
4826
+ lines: false | "one" | "two" | "three";
4823
4827
  mandatory: boolean;
4824
4828
  tile: boolean;
4825
4829
  density: Density;
@@ -4829,7 +4833,6 @@ declare const VCombobox: {
4829
4833
  selectable: boolean;
4830
4834
  selectStrategy: SelectStrategyProp;
4831
4835
  openStrategy: OpenStrategyProp;
4832
- lines: false | "one" | "two" | "three";
4833
4836
  returnObject: boolean;
4834
4837
  itemType: string;
4835
4838
  } & {
@@ -4843,8 +4846,8 @@ declare const VCombobox: {
4843
4846
  minWidth?: string | number | undefined;
4844
4847
  activated?: any;
4845
4848
  class?: any;
4846
- elevation?: string | number | undefined;
4847
4849
  theme?: string | undefined;
4850
+ elevation?: string | number | undefined;
4848
4851
  rounded?: string | number | boolean | undefined;
4849
4852
  baseColor?: string | undefined;
4850
4853
  bgColor?: string | undefined;
@@ -4860,7 +4863,7 @@ declare const VCombobox: {
4860
4863
  value: boolean;
4861
4864
  path: unknown[];
4862
4865
  }) => any) | undefined;
4863
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
4866
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4864
4867
  items?: readonly any[] | undefined;
4865
4868
  itemTitle?: SelectItemKey<any>;
4866
4869
  itemValue?: SelectItemKey<any>;
@@ -4974,6 +4977,7 @@ declare const VCombobox: {
4974
4977
  style: vue.StyleValue;
4975
4978
  eager: boolean;
4976
4979
  disabled: boolean;
4980
+ persistent: boolean;
4977
4981
  modelValue: boolean;
4978
4982
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
4979
4983
  updateLocation: (e?: Event) => void;
@@ -4989,7 +4993,6 @@ declare const VCombobox: {
4989
4993
  closeOnBack: boolean;
4990
4994
  contained: boolean;
4991
4995
  noClickAnimation: boolean;
4992
- persistent: boolean;
4993
4996
  scrim: string | boolean;
4994
4997
  submenu: boolean;
4995
4998
  }> & Omit<{
@@ -5004,6 +5007,7 @@ declare const VCombobox: {
5004
5007
  style: vue.StyleValue;
5005
5008
  eager: boolean;
5006
5009
  disabled: boolean;
5010
+ persistent: boolean;
5007
5011
  modelValue: boolean;
5008
5012
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
5009
5013
  updateLocation: (e?: Event) => void;
@@ -5017,7 +5021,6 @@ declare const VCombobox: {
5017
5021
  closeOnBack: boolean;
5018
5022
  contained: boolean;
5019
5023
  noClickAnimation: boolean;
5020
- persistent: boolean;
5021
5024
  scrim: string | boolean;
5022
5025
  submenu: boolean;
5023
5026
  offset?: string | number | number[] | undefined;
@@ -5081,6 +5084,7 @@ declare const VCombobox: {
5081
5084
  style: vue.StyleValue;
5082
5085
  eager: boolean;
5083
5086
  disabled: boolean;
5087
+ persistent: boolean;
5084
5088
  modelValue: boolean;
5085
5089
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
5086
5090
  updateLocation: (e?: Event) => void;
@@ -5094,7 +5098,6 @@ declare const VCombobox: {
5094
5098
  closeOnBack: boolean;
5095
5099
  contained: boolean;
5096
5100
  noClickAnimation: boolean;
5097
- persistent: boolean;
5098
5101
  scrim: string | boolean;
5099
5102
  submenu: boolean;
5100
5103
  } & {
@@ -5150,7 +5153,7 @@ declare const VCombobox: {
5150
5153
  }) => vue.VNodeChild) | undefined;
5151
5154
  } & {
5152
5155
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5153
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5156
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
5154
5157
  itemColor?: string | undefined;
5155
5158
  autoSelectFirst?: boolean | "exact" | undefined;
5156
5159
  } & {
@@ -5162,7 +5165,7 @@ declare const VCombobox: {
5162
5165
  'update:modelValue': (value: any) => true;
5163
5166
  'update:search': (value: string) => true;
5164
5167
  'update:menu': (value: boolean) => true;
5165
- }, "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, {
5168
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
5166
5169
  flat: boolean;
5167
5170
  reverse: boolean;
5168
5171
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5331,8 +5334,8 @@ declare const VCombobox: {
5331
5334
  default: null;
5332
5335
  };
5333
5336
  class: PropType<ClassValue>;
5334
- placeholder: StringConstructor;
5335
5337
  theme: StringConstructor;
5338
+ placeholder: StringConstructor;
5336
5339
  messages: {
5337
5340
  type: PropType<string | readonly string[]>;
5338
5341
  default: () => never[];
@@ -5541,8 +5544,8 @@ declare const VCombobox: {
5541
5544
  default: null;
5542
5545
  };
5543
5546
  class: PropType<ClassValue>;
5544
- placeholder: StringConstructor;
5545
5547
  theme: StringConstructor;
5548
+ placeholder: StringConstructor;
5546
5549
  messages: {
5547
5550
  type: PropType<string | readonly string[]>;
5548
5551
  default: () => never[];