@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-dev.2024-06-20

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 (101) hide show
  1. package/CHANGELOG.md +14 -6
  2. package/dist/json/attributes.json +293 -121
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/tags.json +49 -6
  6. package/dist/json/web-types.json +610 -221
  7. package/dist/vuetify-labs.css +3356 -3340
  8. package/dist/vuetify-labs.d.ts +840 -564
  9. package/dist/vuetify-labs.esm.js +93 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +93 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +551 -535
  14. package/dist/vuetify.d.ts +763 -565
  15. package/dist/vuetify.esm.js +81 -38
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +81 -38
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +51 -48
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -0
  23. package/lib/components/VAutocomplete/index.d.mts +49 -49
  24. package/lib/components/VAvatar/VAvatar.css +7 -0
  25. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  26. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  27. package/lib/components/VAvatar/VAvatar.sass +1 -0
  28. package/lib/components/VAvatar/_variables.scss +13 -0
  29. package/lib/components/VAvatar/index.d.mts +6 -0
  30. package/lib/components/VBottomSheet/index.d.mts +7 -7
  31. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  32. package/lib/components/VBtn/VBtn.mjs +3 -1
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/index.d.mts +6 -0
  35. package/lib/components/VCarousel/index.d.mts +16 -7
  36. package/lib/components/VCheckbox/index.d.mts +6 -6
  37. package/lib/components/VCombobox/index.d.mts +49 -49
  38. package/lib/components/VDialog/index.d.mts +31 -31
  39. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  40. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VExpansionPanel/index.d.mts +122 -14
  44. package/lib/components/VFab/VFab.mjs +4 -7
  45. package/lib/components/VFab/VFab.mjs.map +1 -1
  46. package/lib/components/VFab/index.d.mts +52 -49
  47. package/lib/components/VFileInput/index.d.mts +18 -18
  48. package/lib/components/VForm/index.d.mts +9 -9
  49. package/lib/components/VGrid/VContainer.mjs +6 -1
  50. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  51. package/lib/components/VGrid/index.d.mts +36 -0
  52. package/lib/components/VImg/VImg.css +9 -0
  53. package/lib/components/VImg/VImg.mjs +2 -0
  54. package/lib/components/VImg/VImg.mjs.map +1 -1
  55. package/lib/components/VImg/VImg.sass +9 -0
  56. package/lib/components/VImg/index.d.mts +16 -7
  57. package/lib/components/VInput/index.d.mts +6 -6
  58. package/lib/components/VList/VList.mjs +1 -0
  59. package/lib/components/VList/VList.mjs.map +1 -1
  60. package/lib/components/VList/index.d.mts +14 -12
  61. package/lib/components/VMenu/VMenu.mjs +1 -1
  62. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  63. package/lib/components/VMenu/index.d.mts +33 -33
  64. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  65. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  66. package/lib/components/VOverlay/index.d.mts +7 -7
  67. package/lib/components/VRadioGroup/index.d.mts +6 -6
  68. package/lib/components/VRangeSlider/index.d.mts +6 -6
  69. package/lib/components/VSelect/index.d.mts +49 -49
  70. package/lib/components/VSlider/index.d.mts +6 -6
  71. package/lib/components/VSnackbar/index.d.mts +33 -33
  72. package/lib/components/VSpeedDial/index.d.mts +9 -9
  73. package/lib/components/VSwitch/index.d.mts +6 -6
  74. package/lib/components/VTabs/index.d.mts +21 -3
  75. package/lib/components/VTextField/index.d.mts +18 -18
  76. package/lib/components/VTextarea/index.d.mts +18 -18
  77. package/lib/components/VTooltip/index.d.mts +39 -39
  78. package/lib/components/VValidation/index.d.mts +9 -8
  79. package/lib/components/index.d.mts +707 -509
  80. package/lib/composables/scroll.mjs +6 -0
  81. package/lib/composables/scroll.mjs.map +1 -1
  82. package/lib/composables/validation.mjs +8 -6
  83. package/lib/composables/validation.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/entry-bundler.mjs.map +1 -1
  86. package/lib/framework.mjs +1 -1
  87. package/lib/framework.mjs.map +1 -1
  88. package/lib/index.d.mts +56 -56
  89. package/lib/labs/VDateInput/index.d.mts +6 -6
  90. package/lib/labs/VNumberInput/index.d.mts +6 -6
  91. package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
  92. package/lib/labs/VStepperVertical/index.d.mts +90 -18
  93. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  94. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  95. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  96. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  97. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  98. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  99. package/lib/labs/VTreeview/index.d.mts +22 -16
  100. package/lib/labs/components.d.mts +166 -88
  101. package/package.json +1 -1
@@ -99,10 +99,10 @@ declare const VTooltip: {
99
99
  component?: vue.Component | undefined;
100
100
  })>;
101
101
  zIndex: string | number;
102
+ eager: boolean;
102
103
  modelValue: boolean;
103
104
  origin: NonNullable<Anchor | "auto" | "overlap">;
104
105
  minWidth: NonNullable<string | number>;
105
- eager: boolean;
106
106
  location: NonNullable<Anchor>;
107
107
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
108
108
  updateLocation: (e: Event) => void;
@@ -180,9 +180,9 @@ declare const VTooltip: {
180
180
  component?: vue.Component | undefined;
181
181
  });
182
182
  zIndex: string | number;
183
+ eager: boolean;
183
184
  modelValue: boolean;
184
185
  origin: Anchor | "auto" | "overlap";
185
- eager: boolean;
186
186
  location: Anchor;
187
187
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
188
188
  updateLocation: (e: Event) => void;
@@ -207,9 +207,9 @@ declare const VTooltip: {
207
207
  component?: vue.Component | undefined;
208
208
  });
209
209
  zIndex: string | number;
210
+ eager: boolean;
210
211
  modelValue: boolean;
211
212
  origin: Anchor | "auto" | "overlap";
212
- eager: boolean;
213
213
  location: Anchor;
214
214
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
215
215
  updateLocation: (e: Event) => void;
@@ -285,9 +285,9 @@ declare const VTooltip: {
285
285
  component?: vue.Component | undefined;
286
286
  });
287
287
  zIndex: string | number;
288
+ eager: boolean;
288
289
  modelValue: boolean;
289
290
  origin: Anchor | "auto" | "overlap";
290
- eager: boolean;
291
291
  location: Anchor;
292
292
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
293
293
  updateLocation: (e: Event) => void;
@@ -359,7 +359,7 @@ declare const VTooltip: {
359
359
  onAfterEnter?: (() => any) | undefined;
360
360
  onAfterLeave?: (() => any) | undefined;
361
361
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
362
- }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
362
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
363
363
  $attrs: {
364
364
  [x: string]: unknown;
365
365
  };
@@ -392,9 +392,9 @@ declare const VTooltip: {
392
392
  component?: vue.Component | undefined;
393
393
  });
394
394
  zIndex: string | number;
395
+ eager: boolean;
395
396
  modelValue: boolean;
396
397
  origin: Anchor | "auto" | "overlap";
397
- eager: boolean;
398
398
  location: Anchor;
399
399
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
400
400
  updateLocation: (e: Event) => void;
@@ -488,9 +488,9 @@ declare const VTooltip: {
488
488
  component?: vue.Component | undefined;
489
489
  });
490
490
  zIndex: string | number;
491
+ eager: boolean;
491
492
  modelValue: boolean;
492
493
  origin: Anchor | "auto" | "overlap";
493
- eager: boolean;
494
494
  location: Anchor;
495
495
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
496
496
  updateLocation: (e: Event) => void;
@@ -548,9 +548,9 @@ declare const VTooltip: {
548
548
  component?: vue.Component | undefined;
549
549
  });
550
550
  zIndex: string | number;
551
+ eager: boolean;
551
552
  modelValue: boolean;
552
553
  origin: Anchor | "auto" | "overlap";
553
- eager: boolean;
554
554
  location: Anchor;
555
555
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
556
556
  updateLocation: (e: Event) => void;
@@ -631,7 +631,7 @@ declare const VTooltip: {
631
631
  globalTop: Readonly<vue.Ref<boolean>>;
632
632
  localTop: vue.ComputedRef<boolean>;
633
633
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
634
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
634
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
635
635
  'update:modelValue': (value: boolean) => boolean;
636
636
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
637
637
  style: vue.StyleValue;
@@ -641,10 +641,10 @@ declare const VTooltip: {
641
641
  component?: vue.Component | undefined;
642
642
  })>;
643
643
  zIndex: string | number;
644
+ eager: boolean;
644
645
  modelValue: boolean;
645
646
  origin: NonNullable<Anchor | "auto" | "overlap">;
646
647
  minWidth: NonNullable<string | number>;
647
- eager: boolean;
648
648
  location: NonNullable<Anchor>;
649
649
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
650
650
  updateLocation: (e: Event) => void;
@@ -719,10 +719,10 @@ declare const VTooltip: {
719
719
  component?: vue.Component | undefined;
720
720
  })>;
721
721
  zIndex: string | number;
722
+ eager: boolean;
722
723
  modelValue: boolean;
723
724
  origin: NonNullable<Anchor | "auto" | "overlap">;
724
725
  minWidth: NonNullable<string | number>;
725
- eager: boolean;
726
726
  location: NonNullable<Anchor>;
727
727
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
728
728
  updateLocation: (e: Event) => void;
@@ -765,10 +765,10 @@ declare const VTooltip: {
765
765
  component?: vue.Component | undefined;
766
766
  })>;
767
767
  zIndex: string | number;
768
+ eager: boolean;
768
769
  modelValue: boolean;
769
770
  origin: NonNullable<Anchor | "auto" | "overlap">;
770
771
  minWidth: NonNullable<string | number>;
771
- eager: boolean;
772
772
  location: NonNullable<Anchor>;
773
773
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
774
774
  updateLocation: (e: Event) => void;
@@ -846,9 +846,9 @@ declare const VTooltip: {
846
846
  component?: vue.Component | undefined;
847
847
  });
848
848
  zIndex: string | number;
849
+ eager: boolean;
849
850
  modelValue: boolean;
850
851
  origin: Anchor | "auto" | "overlap";
851
- eager: boolean;
852
852
  location: Anchor;
853
853
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
854
854
  updateLocation: (e: Event) => void;
@@ -873,9 +873,9 @@ declare const VTooltip: {
873
873
  component?: vue.Component | undefined;
874
874
  });
875
875
  zIndex: string | number;
876
+ eager: boolean;
876
877
  modelValue: boolean;
877
878
  origin: Anchor | "auto" | "overlap";
878
- eager: boolean;
879
879
  location: Anchor;
880
880
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
881
881
  updateLocation: (e: Event) => void;
@@ -951,9 +951,9 @@ declare const VTooltip: {
951
951
  component?: vue.Component | undefined;
952
952
  });
953
953
  zIndex: string | number;
954
+ eager: boolean;
954
955
  modelValue: boolean;
955
956
  origin: Anchor | "auto" | "overlap";
956
- eager: boolean;
957
957
  location: Anchor;
958
958
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
959
959
  updateLocation: (e: Event) => void;
@@ -1025,7 +1025,7 @@ declare const VTooltip: {
1025
1025
  onAfterEnter?: (() => any) | undefined;
1026
1026
  onAfterLeave?: (() => any) | undefined;
1027
1027
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1028
- }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1028
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1029
1029
  $attrs: {
1030
1030
  [x: string]: unknown;
1031
1031
  };
@@ -1058,9 +1058,9 @@ declare const VTooltip: {
1058
1058
  component?: vue.Component | undefined;
1059
1059
  });
1060
1060
  zIndex: string | number;
1061
+ eager: boolean;
1061
1062
  modelValue: boolean;
1062
1063
  origin: Anchor | "auto" | "overlap";
1063
- eager: boolean;
1064
1064
  location: Anchor;
1065
1065
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1066
1066
  updateLocation: (e: Event) => void;
@@ -1154,9 +1154,9 @@ declare const VTooltip: {
1154
1154
  component?: vue.Component | undefined;
1155
1155
  });
1156
1156
  zIndex: string | number;
1157
+ eager: boolean;
1157
1158
  modelValue: boolean;
1158
1159
  origin: Anchor | "auto" | "overlap";
1159
- eager: boolean;
1160
1160
  location: Anchor;
1161
1161
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1162
1162
  updateLocation: (e: Event) => void;
@@ -1214,9 +1214,9 @@ declare const VTooltip: {
1214
1214
  component?: vue.Component | undefined;
1215
1215
  });
1216
1216
  zIndex: string | number;
1217
+ eager: boolean;
1217
1218
  modelValue: boolean;
1218
1219
  origin: Anchor | "auto" | "overlap";
1219
- eager: boolean;
1220
1220
  location: Anchor;
1221
1221
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1222
1222
  updateLocation: (e: Event) => void;
@@ -1297,7 +1297,7 @@ declare const VTooltip: {
1297
1297
  globalTop: Readonly<vue.Ref<boolean>>;
1298
1298
  localTop: vue.ComputedRef<boolean>;
1299
1299
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1300
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
1300
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
1301
1301
  style: vue.StyleValue;
1302
1302
  disabled: boolean;
1303
1303
  offset: NonNullable<string | number | number[] | undefined>;
@@ -1305,10 +1305,10 @@ declare const VTooltip: {
1305
1305
  component?: vue.Component | undefined;
1306
1306
  })>;
1307
1307
  zIndex: string | number;
1308
+ eager: boolean;
1308
1309
  modelValue: boolean;
1309
1310
  origin: NonNullable<Anchor | "auto" | "overlap">;
1310
1311
  minWidth: NonNullable<string | number>;
1311
- eager: boolean;
1312
1312
  location: NonNullable<Anchor>;
1313
1313
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1314
1314
  updateLocation: (e: Event) => void;
@@ -1335,10 +1335,10 @@ declare const VTooltip: {
1335
1335
  component?: vue.Component | undefined;
1336
1336
  })>;
1337
1337
  zIndex: string | number;
1338
+ eager: boolean;
1338
1339
  modelValue: boolean;
1339
1340
  origin: NonNullable<Anchor | "auto" | "overlap">;
1340
1341
  minWidth: NonNullable<string | number>;
1341
- eager: boolean;
1342
1342
  location: NonNullable<Anchor>;
1343
1343
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1344
1344
  updateLocation: (e: Event) => void;
@@ -1416,9 +1416,9 @@ declare const VTooltip: {
1416
1416
  component?: vue.Component | undefined;
1417
1417
  });
1418
1418
  zIndex: string | number;
1419
+ eager: boolean;
1419
1420
  modelValue: boolean;
1420
1421
  origin: Anchor | "auto" | "overlap";
1421
- eager: boolean;
1422
1422
  location: Anchor;
1423
1423
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1424
1424
  updateLocation: (e: Event) => void;
@@ -1443,9 +1443,9 @@ declare const VTooltip: {
1443
1443
  component?: vue.Component | undefined;
1444
1444
  });
1445
1445
  zIndex: string | number;
1446
+ eager: boolean;
1446
1447
  modelValue: boolean;
1447
1448
  origin: Anchor | "auto" | "overlap";
1448
- eager: boolean;
1449
1449
  location: Anchor;
1450
1450
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1451
1451
  updateLocation: (e: Event) => void;
@@ -1521,9 +1521,9 @@ declare const VTooltip: {
1521
1521
  component?: vue.Component | undefined;
1522
1522
  });
1523
1523
  zIndex: string | number;
1524
+ eager: boolean;
1524
1525
  modelValue: boolean;
1525
1526
  origin: Anchor | "auto" | "overlap";
1526
- eager: boolean;
1527
1527
  location: Anchor;
1528
1528
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1529
1529
  updateLocation: (e: Event) => void;
@@ -1595,7 +1595,7 @@ declare const VTooltip: {
1595
1595
  onAfterEnter?: (() => any) | undefined;
1596
1596
  onAfterLeave?: (() => any) | undefined;
1597
1597
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1598
- }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1598
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1599
1599
  $attrs: {
1600
1600
  [x: string]: unknown;
1601
1601
  };
@@ -1628,9 +1628,9 @@ declare const VTooltip: {
1628
1628
  component?: vue.Component | undefined;
1629
1629
  });
1630
1630
  zIndex: string | number;
1631
+ eager: boolean;
1631
1632
  modelValue: boolean;
1632
1633
  origin: Anchor | "auto" | "overlap";
1633
- eager: boolean;
1634
1634
  location: Anchor;
1635
1635
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1636
1636
  updateLocation: (e: Event) => void;
@@ -1724,9 +1724,9 @@ declare const VTooltip: {
1724
1724
  component?: vue.Component | undefined;
1725
1725
  });
1726
1726
  zIndex: string | number;
1727
+ eager: boolean;
1727
1728
  modelValue: boolean;
1728
1729
  origin: Anchor | "auto" | "overlap";
1729
- eager: boolean;
1730
1730
  location: Anchor;
1731
1731
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1732
1732
  updateLocation: (e: Event) => void;
@@ -1784,9 +1784,9 @@ declare const VTooltip: {
1784
1784
  component?: vue.Component | undefined;
1785
1785
  });
1786
1786
  zIndex: string | number;
1787
+ eager: boolean;
1787
1788
  modelValue: boolean;
1788
1789
  origin: Anchor | "auto" | "overlap";
1789
- eager: boolean;
1790
1790
  location: Anchor;
1791
1791
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1792
1792
  updateLocation: (e: Event) => void;
@@ -1867,7 +1867,7 @@ declare const VTooltip: {
1867
1867
  globalTop: Readonly<vue.Ref<boolean>>;
1868
1868
  localTop: vue.ComputedRef<boolean>;
1869
1869
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1870
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1870
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1871
1871
  'update:modelValue': (value: boolean) => boolean;
1872
1872
  }, string, {
1873
1873
  style: vue.StyleValue;
@@ -1877,10 +1877,10 @@ declare const VTooltip: {
1877
1877
  component?: vue.Component | undefined;
1878
1878
  })>;
1879
1879
  zIndex: string | number;
1880
+ eager: boolean;
1880
1881
  modelValue: boolean;
1881
1882
  origin: NonNullable<Anchor | "auto" | "overlap">;
1882
1883
  minWidth: NonNullable<string | number>;
1883
- eager: boolean;
1884
1884
  location: NonNullable<Anchor>;
1885
1885
  locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1886
1886
  updateLocation: (e: Event) => void;
@@ -1941,6 +1941,10 @@ declare const VTooltip: {
1941
1941
  type: (StringConstructor | NumberConstructor)[];
1942
1942
  default: number;
1943
1943
  };
1944
+ eager: {
1945
+ type: vue.PropType<boolean>;
1946
+ default: boolean;
1947
+ };
1944
1948
  modelValue: BooleanConstructor;
1945
1949
  contentClass: null;
1946
1950
  origin: Omit<{
@@ -1958,10 +1962,6 @@ declare const VTooltip: {
1958
1962
  type: vue.PropType<NonNullable<string | number>>;
1959
1963
  default: NonNullable<string | number>;
1960
1964
  };
1961
- eager: {
1962
- type: vue.PropType<boolean>;
1963
- default: boolean;
1964
- };
1965
1965
  location: Omit<{
1966
1966
  type: vue.PropType<Anchor>;
1967
1967
  default: string;
@@ -2067,6 +2067,10 @@ declare const VTooltip: {
2067
2067
  type: (StringConstructor | NumberConstructor)[];
2068
2068
  default: number;
2069
2069
  };
2070
+ eager: {
2071
+ type: vue.PropType<boolean>;
2072
+ default: boolean;
2073
+ };
2070
2074
  modelValue: BooleanConstructor;
2071
2075
  contentClass: null;
2072
2076
  origin: Omit<{
@@ -2084,10 +2088,6 @@ declare const VTooltip: {
2084
2088
  type: vue.PropType<NonNullable<string | number>>;
2085
2089
  default: NonNullable<string | number>;
2086
2090
  };
2087
- eager: {
2088
- type: vue.PropType<boolean>;
2089
- default: boolean;
2090
- };
2091
2091
  location: Omit<{
2092
2092
  type: vue.PropType<Anchor>;
2093
2093
  default: string;
@@ -36,7 +36,8 @@ declare const EventProp: <T extends any[] = any[]>() => PropType<(...args: T) =>
36
36
 
37
37
  type ValidationResult = string | boolean;
38
38
  type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
39
- type ValidateOnValue = 'blur' | 'input' | 'submit';
39
+ type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
40
+ type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
40
41
  interface ValidationProps {
41
42
  disabled: boolean | null;
42
43
  error: boolean;
@@ -49,7 +50,7 @@ interface ValidationProps {
49
50
  rules: readonly ValidationRule[];
50
51
  modelValue: any;
51
52
  'onUpdate:modelValue': EventProp | undefined;
52
- validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
53
+ validateOn?: ValidateOn;
53
54
  validationValue: any;
54
55
  }
55
56
  declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
@@ -84,7 +85,7 @@ declare const VValidation: {
84
85
  label?: string | undefined;
85
86
  name?: string | undefined;
86
87
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
87
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
88
+ validateOn?: (("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" | "lazy" | "eager") | undefined;
88
89
  validationValue?: any;
89
90
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
90
91
  [key: string]: any;
@@ -102,7 +103,7 @@ declare const VValidation: {
102
103
  label?: string | undefined;
103
104
  name?: string | undefined;
104
105
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
105
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
106
+ validateOn?: (("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" | "lazy" | "eager") | undefined;
106
107
  validationValue?: any;
107
108
  } & {}, {
108
109
  error: boolean;
@@ -149,7 +150,7 @@ declare const VValidation: {
149
150
  label?: string | undefined;
150
151
  name?: string | undefined;
151
152
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
152
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
153
+ validateOn?: (("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" | "lazy" | "eager") | undefined;
153
154
  validationValue?: any;
154
155
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
155
156
  [key: string]: any;
@@ -177,7 +178,7 @@ declare const VValidation: {
177
178
  label?: string | undefined;
178
179
  name?: string | undefined;
179
180
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
180
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
181
+ validateOn?: (("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" | "lazy" | "eager") | undefined;
181
182
  validationValue?: any;
182
183
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
183
184
  [key: string]: any;
@@ -242,7 +243,7 @@ declare const VValidation: {
242
243
  default: () => never[];
243
244
  };
244
245
  modelValue: null;
245
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
246
+ validateOn: vue.PropType<(("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" | "lazy" | "eager") | undefined>;
246
247
  validationValue: null;
247
248
  }, vue.ExtractPropTypes<{
248
249
  focused: BooleanConstructor;
@@ -271,7 +272,7 @@ declare const VValidation: {
271
272
  default: () => never[];
272
273
  };
273
274
  modelValue: null;
274
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
275
+ validateOn: vue.PropType<(("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" | "lazy" | "eager") | undefined>;
275
276
  validationValue: null;
276
277
  }>>;
277
278
  type VValidation = InstanceType<typeof VValidation>;