@vuetify/nightly 3.7.2-master.2024-09-22 → 3.7.2-master.2024-09-27

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 (62) hide show
  1. package/dist/json/importMap-labs.json +12 -12
  2. package/dist/json/importMap.json +156 -156
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +4764 -4764
  5. package/dist/vuetify-labs.d.ts +194 -194
  6. package/dist/vuetify-labs.esm.js +7 -5
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +7 -5
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +2916 -2916
  11. package/dist/vuetify.d.ts +211 -211
  12. package/dist/vuetify.esm.js +7 -5
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +7 -5
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +8 -8
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +22 -22
  20. package/lib/components/VBottomSheet/index.d.mts +4 -4
  21. package/lib/components/VCarousel/index.d.mts +2 -2
  22. package/lib/components/VCheckbox/index.d.mts +2 -2
  23. package/lib/components/VChip/VChip.mjs +2 -1
  24. package/lib/components/VChip/VChip.mjs.map +1 -1
  25. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  26. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  27. package/lib/components/VCombobox/index.d.mts +22 -22
  28. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
  29. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
  30. package/lib/components/VDataTable/index.d.mts +6 -6
  31. package/lib/components/VDatePicker/index.d.mts +2 -2
  32. package/lib/components/VDialog/index.d.mts +22 -22
  33. package/lib/components/VFileInput/__tests__/text.txt +1 -0
  34. package/lib/components/VFileInput/index.d.mts +3 -3
  35. package/lib/components/VInput/index.d.mts +2 -2
  36. package/lib/components/VList/VListItem.mjs +1 -0
  37. package/lib/components/VList/VListItem.mjs.map +1 -1
  38. package/lib/components/VMenu/index.d.mts +20 -20
  39. package/lib/components/VMessages/index.d.mts +8 -8
  40. package/lib/components/VNavigationDrawer/index.d.mts +7 -7
  41. package/lib/components/VOverlay/index.d.mts +4 -4
  42. package/lib/components/VRadioGroup/index.d.mts +2 -2
  43. package/lib/components/VSelect/index.d.mts +22 -22
  44. package/lib/components/VSnackbar/index.d.mts +31 -31
  45. package/lib/components/VSpeedDial/index.d.mts +2 -2
  46. package/lib/components/VSwitch/index.d.mts +2 -2
  47. package/lib/components/VTextField/index.d.mts +3 -3
  48. package/lib/components/VTextarea/index.d.mts +3 -3
  49. package/lib/components/VTooltip/index.d.mts +24 -24
  50. package/lib/components/VWindow/index.d.mts +2 -2
  51. package/lib/components/index.d.mts +157 -157
  52. package/lib/directives/ripple/index.mjs.map +1 -1
  53. package/lib/entry-bundler.mjs +1 -1
  54. package/lib/framework.mjs +1 -1
  55. package/lib/index.d.mts +54 -54
  56. package/lib/labs/VNumberInput/index.d.mts +9 -9
  57. package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
  58. package/lib/labs/VTreeview/index.d.mts +7 -7
  59. package/lib/labs/components.d.mts +68 -68
  60. package/package.json +22 -15
  61. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  62. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -1101,9 +1101,9 @@ declare const VMenu: {
1101
1101
  class?: any;
1102
1102
  theme?: string | undefined;
1103
1103
  contentClass?: any;
1104
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1104
1105
  closeDelay?: string | number | undefined;
1105
1106
  openDelay?: string | number | undefined;
1106
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1107
1107
  openOnClick?: boolean | undefined;
1108
1108
  openOnFocus?: boolean | undefined;
1109
1109
  contentProps?: any;
@@ -1180,9 +1180,9 @@ declare const VMenu: {
1180
1180
  class?: any;
1181
1181
  theme?: string | undefined;
1182
1182
  contentClass?: any;
1183
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1183
1184
  closeDelay?: string | number | undefined;
1184
1185
  openDelay?: string | number | undefined;
1185
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1186
1186
  openOnClick?: boolean | undefined;
1187
1187
  openOnFocus?: boolean | undefined;
1188
1188
  contentProps?: any;
@@ -1243,7 +1243,7 @@ declare const VMenu: {
1243
1243
  }>;
1244
1244
  $root: vue.ComponentPublicInstance | null;
1245
1245
  $parent: vue.ComponentPublicInstance | null;
1246
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1246
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1247
1247
  $el: any;
1248
1248
  $options: vue.ComponentOptionsBase<{
1249
1249
  absolute: boolean;
@@ -1283,9 +1283,9 @@ declare const VMenu: {
1283
1283
  class?: any;
1284
1284
  theme?: string | undefined;
1285
1285
  contentClass?: any;
1286
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1286
1287
  closeDelay?: string | number | undefined;
1287
1288
  openDelay?: string | number | undefined;
1288
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1289
1289
  openOnClick?: boolean | undefined;
1290
1290
  openOnFocus?: boolean | undefined;
1291
1291
  contentProps?: any;
@@ -1435,9 +1435,9 @@ declare const VMenu: {
1435
1435
  class?: any;
1436
1436
  theme?: string | undefined;
1437
1437
  contentClass?: any;
1438
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1438
1439
  closeDelay?: string | number | undefined;
1439
1440
  openDelay?: string | number | undefined;
1440
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1441
1441
  openOnClick?: boolean | undefined;
1442
1442
  openOnFocus?: boolean | undefined;
1443
1443
  contentProps?: any;
@@ -1488,7 +1488,7 @@ declare const VMenu: {
1488
1488
  globalTop: Readonly<vue.Ref<boolean>>;
1489
1489
  localTop: vue.ComputedRef<boolean>;
1490
1490
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
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}`> & {
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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
1492
1492
  _allExposed: {
1493
1493
  activatorEl: vue.Ref<HTMLElement | undefined>;
1494
1494
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1782,9 +1782,9 @@ declare const VMenu: {
1782
1782
  class?: any;
1783
1783
  theme?: string | undefined;
1784
1784
  contentClass?: any;
1785
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1785
1786
  closeDelay?: string | number | undefined;
1786
1787
  openDelay?: string | number | undefined;
1787
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1788
1788
  openOnClick?: boolean | undefined;
1789
1789
  openOnFocus?: boolean | undefined;
1790
1790
  contentProps?: any;
@@ -1861,9 +1861,9 @@ declare const VMenu: {
1861
1861
  class?: any;
1862
1862
  theme?: string | undefined;
1863
1863
  contentClass?: any;
1864
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1864
1865
  closeDelay?: string | number | undefined;
1865
1866
  openDelay?: string | number | undefined;
1866
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1867
1867
  openOnClick?: boolean | undefined;
1868
1868
  openOnFocus?: boolean | undefined;
1869
1869
  contentProps?: any;
@@ -1924,7 +1924,7 @@ declare const VMenu: {
1924
1924
  }>;
1925
1925
  $root: vue.ComponentPublicInstance | null;
1926
1926
  $parent: vue.ComponentPublicInstance | null;
1927
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1927
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1928
1928
  $el: any;
1929
1929
  $options: vue.ComponentOptionsBase<{
1930
1930
  absolute: boolean;
@@ -1964,9 +1964,9 @@ declare const VMenu: {
1964
1964
  class?: any;
1965
1965
  theme?: string | undefined;
1966
1966
  contentClass?: any;
1967
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1967
1968
  closeDelay?: string | number | undefined;
1968
1969
  openDelay?: string | number | undefined;
1969
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1970
1970
  openOnClick?: boolean | undefined;
1971
1971
  openOnFocus?: boolean | undefined;
1972
1972
  contentProps?: any;
@@ -2116,9 +2116,9 @@ declare const VMenu: {
2116
2116
  class?: any;
2117
2117
  theme?: string | undefined;
2118
2118
  contentClass?: any;
2119
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2119
2120
  closeDelay?: string | number | undefined;
2120
2121
  openDelay?: string | number | undefined;
2121
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2122
2122
  openOnClick?: boolean | undefined;
2123
2123
  openOnFocus?: boolean | undefined;
2124
2124
  contentProps?: any;
@@ -2169,7 +2169,7 @@ declare const VMenu: {
2169
2169
  globalTop: Readonly<vue.Ref<boolean>>;
2170
2170
  localTop: vue.ComputedRef<boolean>;
2171
2171
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
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}`> & {
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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
2173
2173
  _allExposed: {
2174
2174
  activatorEl: vue.Ref<HTMLElement | undefined>;
2175
2175
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2368,9 +2368,9 @@ declare const VMenu: {
2368
2368
  class?: any;
2369
2369
  theme?: string | undefined;
2370
2370
  contentClass?: any;
2371
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2371
2372
  closeDelay?: string | number | undefined;
2372
2373
  openDelay?: string | number | undefined;
2373
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2374
2374
  openOnClick?: boolean | undefined;
2375
2375
  openOnFocus?: boolean | undefined;
2376
2376
  contentProps?: any;
@@ -2447,9 +2447,9 @@ declare const VMenu: {
2447
2447
  class?: any;
2448
2448
  theme?: string | undefined;
2449
2449
  contentClass?: any;
2450
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2450
2451
  closeDelay?: string | number | undefined;
2451
2452
  openDelay?: string | number | undefined;
2452
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2453
2453
  openOnClick?: boolean | undefined;
2454
2454
  openOnFocus?: boolean | undefined;
2455
2455
  contentProps?: any;
@@ -2510,7 +2510,7 @@ declare const VMenu: {
2510
2510
  }>;
2511
2511
  $root: vue.ComponentPublicInstance | null;
2512
2512
  $parent: vue.ComponentPublicInstance | null;
2513
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2513
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2514
2514
  $el: any;
2515
2515
  $options: vue.ComponentOptionsBase<{
2516
2516
  absolute: boolean;
@@ -2550,9 +2550,9 @@ declare const VMenu: {
2550
2550
  class?: any;
2551
2551
  theme?: string | undefined;
2552
2552
  contentClass?: any;
2553
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2553
2554
  closeDelay?: string | number | undefined;
2554
2555
  openDelay?: string | number | undefined;
2555
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2556
2556
  openOnClick?: boolean | undefined;
2557
2557
  openOnFocus?: boolean | undefined;
2558
2558
  contentProps?: any;
@@ -2702,9 +2702,9 @@ declare const VMenu: {
2702
2702
  class?: any;
2703
2703
  theme?: string | undefined;
2704
2704
  contentClass?: any;
2705
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2705
2706
  closeDelay?: string | number | undefined;
2706
2707
  openDelay?: string | number | undefined;
2707
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2708
2708
  openOnClick?: boolean | undefined;
2709
2709
  openOnFocus?: boolean | undefined;
2710
2710
  contentProps?: any;
@@ -2755,7 +2755,7 @@ declare const VMenu: {
2755
2755
  globalTop: Readonly<vue.Ref<boolean>>;
2756
2756
  localTop: vue.ComputedRef<boolean>;
2757
2757
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
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}`> & {
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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
2759
2759
  _allExposed: {
2760
2760
  activatorEl: vue.Ref<HTMLElement | undefined>;
2761
2761
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2864,6 +2864,7 @@ declare const VMenu: {
2864
2864
  persistent: BooleanConstructor;
2865
2865
  modelValue: BooleanConstructor;
2866
2866
  contentClass: null;
2867
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2867
2868
  locationStrategy: Omit<{
2868
2869
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2869
2870
  default: string;
@@ -2892,7 +2893,6 @@ declare const VMenu: {
2892
2893
  type: vue.PropType<string | number>;
2893
2894
  default: NonNullable<string | number>;
2894
2895
  };
2895
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2896
2896
  activatorProps: {
2897
2897
  type: vue.PropType<Record<string, any>>;
2898
2898
  default: () => {};
@@ -2981,6 +2981,7 @@ declare const VMenu: {
2981
2981
  persistent: BooleanConstructor;
2982
2982
  modelValue: BooleanConstructor;
2983
2983
  contentClass: null;
2984
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2984
2985
  locationStrategy: Omit<{
2985
2986
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2986
2987
  default: string;
@@ -3009,7 +3010,6 @@ declare const VMenu: {
3009
3010
  type: vue.PropType<string | number>;
3010
3011
  default: NonNullable<string | number>;
3011
3012
  };
3012
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
3013
3013
  activatorProps: {
3014
3014
  type: vue.PropType<Record<string, any>>;
3015
3015
  default: () => {};
@@ -3547,7 +3547,7 @@ declare const VCombobox: {
3547
3547
  'update:modelValue': (value: any) => true;
3548
3548
  'update:search': (value: string) => true;
3549
3549
  'update:menu': (value: boolean) => true;
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 & {
3550
+ }, "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 & {
3551
3551
  flat: boolean;
3552
3552
  reverse: boolean;
3553
3553
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5165,7 +5165,7 @@ declare const VCombobox: {
5165
5165
  'update:modelValue': (value: any) => true;
5166
5166
  'update:search': (value: string) => true;
5167
5167
  'update:menu': (value: boolean) => true;
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, {
5168
+ }, "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, {
5169
5169
  flat: boolean;
5170
5170
  reverse: boolean;
5171
5171
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -0,0 +1,87 @@
1
+ import { createTextVNode as _createTextVNode, Fragment as _Fragment, createVNode as _createVNode } from "vue";
2
+ // Components
3
+ import { VConfirmEdit } from "../index.mjs"; // Utilities
4
+ import { render, screen, userEvent } from '@test';
5
+ import { nextTick, shallowRef } from 'vue';
6
+ describe('VConfirmEdit', () => {
7
+ it('mirrors external updates', async () => {
8
+ const externalModel = shallowRef('foo');
9
+ render(() => _createVNode(VConfirmEdit, {
10
+ "modelValue": externalModel.value
11
+ }, {
12
+ default: _ref => {
13
+ let {
14
+ model
15
+ } = _ref;
16
+ return _createVNode("p", null, [model.value]);
17
+ }
18
+ }));
19
+ expect(screen.getByText('foo')).toBeInTheDocument();
20
+ externalModel.value = 'bar';
21
+ await nextTick();
22
+ expect(screen.getByText('bar')).toBeInTheDocument();
23
+ });
24
+ it("doesn't mutate the original value", async () => {
25
+ const externalModel = shallowRef(['foo']);
26
+ render(() => _createVNode(VConfirmEdit, {
27
+ "modelValue": externalModel.value,
28
+ "onUpdate:modelValue": $event => externalModel.value = $event
29
+ }, {
30
+ default: _ref2 => {
31
+ let {
32
+ model
33
+ } = _ref2;
34
+ return _createVNode(_Fragment, null, [_createVNode("p", null, [model.value.join(',')]), _createVNode("button", {
35
+ "data-testid": "push",
36
+ "onClick": () => model.value.push('bar')
37
+ }, [_createTextVNode("Push")])]);
38
+ }
39
+ }));
40
+ expect(screen.getByText('foo')).toBeInTheDocument();
41
+ await userEvent.click(screen.getByTestId('push'));
42
+ expect(screen.getByText('foo,bar')).toBeInTheDocument();
43
+ expect(externalModel.value).toEqual(['foo']);
44
+ await userEvent.click(screen.getByText('OK'));
45
+ expect(externalModel.value).toEqual(['foo', 'bar']);
46
+ });
47
+ describe('hides actions if used from the slot', () => {
48
+ it('nothing', () => {
49
+ render(() => _createVNode(VConfirmEdit, null, null));
50
+ expect(screen.getAllByCSS('button')).toHaveLength(2);
51
+ });
52
+ it('consume model', () => {
53
+ render(() => _createVNode(VConfirmEdit, null, {
54
+ default: _ref3 => {
55
+ let {
56
+ model
57
+ } = _ref3;
58
+ void model;
59
+ }
60
+ }));
61
+ expect(screen.getAllByCSS('button')).toHaveLength(2);
62
+ });
63
+ it('consume actions', () => {
64
+ render(() => _createVNode(VConfirmEdit, null, {
65
+ default: _ref4 => {
66
+ let {
67
+ actions
68
+ } = _ref4;
69
+ void actions;
70
+ }
71
+ }));
72
+ expect(screen.queryAllByCSS('button')).toHaveLength(0);
73
+ });
74
+ it('render actions', () => {
75
+ render(() => _createVNode(VConfirmEdit, null, {
76
+ default: _ref5 => {
77
+ let {
78
+ actions
79
+ } = _ref5;
80
+ return actions;
81
+ }
82
+ }));
83
+ expect(screen.getAllByCSS('button')).toHaveLength(2);
84
+ });
85
+ });
86
+ });
87
+ //# sourceMappingURL=VConfirmEdit.spec.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VConfirmEdit.spec.browser.mjs","names":["VConfirmEdit","render","screen","userEvent","nextTick","shallowRef","describe","it","externalModel","_createVNode","value","default","_ref","model","expect","getByText","toBeInTheDocument","$event","_ref2","_Fragment","join","onClick","push","_createTextVNode","click","getByTestId","toEqual","getAllByCSS","toHaveLength","_ref3","_ref4","actions","queryAllByCSS","_ref5"],"sources":["../../../../src/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.tsx"],"sourcesContent":["// Components\nimport { VConfirmEdit } from '../'\n\n// Utilities\nimport { render, screen, userEvent } from '@test'\nimport { nextTick, shallowRef } from 'vue'\n\ndescribe('VConfirmEdit', () => {\n it('mirrors external updates', async () => {\n const externalModel = shallowRef('foo')\n\n render(() => (\n <VConfirmEdit modelValue={ externalModel.value }>\n { ({ model }) => (\n <p>{ model.value }</p>\n )}\n </VConfirmEdit>\n ))\n\n expect(screen.getByText('foo')).toBeInTheDocument()\n\n externalModel.value = 'bar'\n await nextTick()\n expect(screen.getByText('bar')).toBeInTheDocument()\n })\n\n it(\"doesn't mutate the original value\", async () => {\n const externalModel = shallowRef(['foo'])\n\n render(() => (\n <VConfirmEdit v-model={ externalModel.value } modelValue={ externalModel.value }>\n { ({ model }) => (\n <>\n <p>{ model.value.join(',') }</p>\n <button data-testid=\"push\" onClick={ () => model.value.push('bar') }>Push</button>\n </>\n )}\n </VConfirmEdit>\n ))\n\n expect(screen.getByText('foo')).toBeInTheDocument()\n\n await userEvent.click(screen.getByTestId('push'))\n expect(screen.getByText('foo,bar')).toBeInTheDocument()\n expect(externalModel.value).toEqual(['foo'])\n\n await userEvent.click(screen.getByText('OK'))\n expect(externalModel.value).toEqual(['foo', 'bar'])\n })\n\n describe('hides actions if used from the slot', () => {\n it('nothing', () => {\n render(() => <VConfirmEdit />)\n expect(screen.getAllByCSS('button')).toHaveLength(2)\n })\n\n it('consume model', () => {\n render(() => (\n <VConfirmEdit>\n { ({ model }) => {\n void model\n }}\n </VConfirmEdit>\n ))\n expect(screen.getAllByCSS('button')).toHaveLength(2)\n })\n\n it('consume actions', () => {\n render(() => (\n <VConfirmEdit>\n { ({ actions }) => {\n void actions\n }}\n </VConfirmEdit>\n ))\n expect(screen.queryAllByCSS('button')).toHaveLength(0)\n })\n\n it('render actions', () => {\n render(() => (\n <VConfirmEdit>\n { ({ actions }) => actions }\n </VConfirmEdit>\n ))\n expect(screen.getAllByCSS('button')).toHaveLength(2)\n })\n })\n})\n"],"mappings":";AAAA;AAAA,SACSA,YAAY,wBAErB;AACA,SAASC,MAAM,EAAEC,MAAM,EAAEC,SAAS,QAAQ,OAAO;AACjD,SAASC,QAAQ,EAAEC,UAAU,QAAQ,KAAK;AAE1CC,QAAQ,CAAC,cAAc,EAAE,MAAM;EAC7BC,EAAE,CAAC,0BAA0B,EAAE,YAAY;IACzC,MAAMC,aAAa,GAAGH,UAAU,CAAC,KAAK,CAAC;IAEvCJ,MAAM,CAAC,MAAAQ,YAAA,CAAAT,YAAA;MAAA,cACsBQ,aAAa,CAACE;IAAK;MAAAC,OAAA,EAC1CC,IAAA;QAAA,IAAC;UAAEC;QAAM,CAAC,GAAAD,IAAA;QAAA,OAAAH,YAAA,aACLI,KAAK,CAACH,KAAK;MAAA;IACjB,EAEJ,CAAC;IAEFI,MAAM,CAACZ,MAAM,CAACa,SAAS,CAAC,KAAK,CAAC,CAAC,CAACC,iBAAiB,CAAC,CAAC;IAEnDR,aAAa,CAACE,KAAK,GAAG,KAAK;IAC3B,MAAMN,QAAQ,CAAC,CAAC;IAChBU,MAAM,CAACZ,MAAM,CAACa,SAAS,CAAC,KAAK,CAAC,CAAC,CAACC,iBAAiB,CAAC,CAAC;EACrD,CAAC,CAAC;EAEFT,EAAE,CAAC,mCAAmC,EAAE,YAAY;IAClD,MAAMC,aAAa,GAAGH,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC;IAEzCJ,MAAM,CAAC,MAAAQ,YAAA,CAAAT,YAAA;MAAA,cACmBQ,aAAa,CAACE,KAAK;MAAA,uBAAAO,MAAA,IAAnBT,aAAa,CAACE,KAAK,GAAAO;IAAA;MAAAN,OAAA,EACvCO,KAAA;QAAA,IAAC;UAAEL;QAAM,CAAC,GAAAK,KAAA;QAAA,OAAAT,YAAA,CAAAU,SAAA,SAAAV,YAAA,aAEHI,KAAK,CAACH,KAAK,CAACU,IAAI,CAAC,GAAG,CAAC,IAAAX,YAAA;UAAA;UAAA,WACWY,CAAA,KAAMR,KAAK,CAACH,KAAK,CAACY,IAAI,CAAC,KAAK;QAAC,IAAAC,gBAAA;MAAA;IAErE,EAEJ,CAAC;IAEFT,MAAM,CAACZ,MAAM,CAACa,SAAS,CAAC,KAAK,CAAC,CAAC,CAACC,iBAAiB,CAAC,CAAC;IAEnD,MAAMb,SAAS,CAACqB,KAAK,CAACtB,MAAM,CAACuB,WAAW,CAAC,MAAM,CAAC,CAAC;IACjDX,MAAM,CAACZ,MAAM,CAACa,SAAS,CAAC,SAAS,CAAC,CAAC,CAACC,iBAAiB,CAAC,CAAC;IACvDF,MAAM,CAACN,aAAa,CAACE,KAAK,CAAC,CAACgB,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC;IAE5C,MAAMvB,SAAS,CAACqB,KAAK,CAACtB,MAAM,CAACa,SAAS,CAAC,IAAI,CAAC,CAAC;IAC7CD,MAAM,CAACN,aAAa,CAACE,KAAK,CAAC,CAACgB,OAAO,CAAC,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;EACrD,CAAC,CAAC;EAEFpB,QAAQ,CAAC,qCAAqC,EAAE,MAAM;IACpDC,EAAE,CAAC,SAAS,EAAE,MAAM;MAClBN,MAAM,CAAC,MAAAQ,YAAA,CAAAT,YAAA,aAAsB,CAAC;MAC9Bc,MAAM,CAACZ,MAAM,CAACyB,WAAW,CAAC,QAAQ,CAAC,CAAC,CAACC,YAAY,CAAC,CAAC,CAAC;IACtD,CAAC,CAAC;IAEFrB,EAAE,CAAC,eAAe,EAAE,MAAM;MACxBN,MAAM,CAAC,MAAAQ,YAAA,CAAAT,YAAA;QAAAW,OAAA,EAEDkB,KAAA,IAAe;UAAA,IAAd;YAAEhB;UAAM,CAAC,GAAAgB,KAAA;UACV,KAAKhB,KAAK;QACZ;MAAC,EAEJ,CAAC;MACFC,MAAM,CAACZ,MAAM,CAACyB,WAAW,CAAC,QAAQ,CAAC,CAAC,CAACC,YAAY,CAAC,CAAC,CAAC;IACtD,CAAC,CAAC;IAEFrB,EAAE,CAAC,iBAAiB,EAAE,MAAM;MAC1BN,MAAM,CAAC,MAAAQ,YAAA,CAAAT,YAAA;QAAAW,OAAA,EAEDmB,KAAA,IAAiB;UAAA,IAAhB;YAAEC;UAAQ,CAAC,GAAAD,KAAA;UACZ,KAAKC,OAAO;QACd;MAAC,EAEJ,CAAC;MACFjB,MAAM,CAACZ,MAAM,CAAC8B,aAAa,CAAC,QAAQ,CAAC,CAAC,CAACJ,YAAY,CAAC,CAAC,CAAC;IACxD,CAAC,CAAC;IAEFrB,EAAE,CAAC,gBAAgB,EAAE,MAAM;MACzBN,MAAM,CAAC,MAAAQ,YAAA,CAAAT,YAAA;QAAAW,OAAA,EAEDsB,KAAA;UAAA,IAAC;YAAEF;UAAQ,CAAC,GAAAE,KAAA;UAAA,OAAKF,OAAO;QAAA;MAAA,EAE7B,CAAC;MACFjB,MAAM,CAACZ,MAAM,CAACyB,WAAW,CAAC,QAAQ,CAAC,CAAC,CAACC,YAAY,CAAC,CAAC,CAAC;IACtD,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -920,7 +920,7 @@ declare const VDataTable: {
920
920
  'update:groupBy': (value: any) => true;
921
921
  'update:expanded': (value: any) => true;
922
922
  'update:currentItems': (value: any) => true;
923
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
923
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
924
924
  page: string | number;
925
925
  expanded: readonly string[];
926
926
  style: vue.StyleValue;
@@ -1291,7 +1291,7 @@ declare const VDataTable: {
1291
1291
  'update:groupBy': (value: any) => true;
1292
1292
  'update:expanded': (value: any) => true;
1293
1293
  'update:currentItems': (value: any) => true;
1294
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
1294
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
1295
1295
  page: string | number;
1296
1296
  expanded: readonly string[];
1297
1297
  style: vue.StyleValue;
@@ -2116,7 +2116,7 @@ declare const VDataTableVirtual: {
2116
2116
  'update:options': (value: any) => true;
2117
2117
  'update:groupBy': (value: any) => true;
2118
2118
  'update:expanded': (value: any) => true;
2119
- }, "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2119
+ }, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2120
2120
  expanded: readonly string[];
2121
2121
  style: vue.StyleValue;
2122
2122
  mobile: boolean | null;
@@ -2526,7 +2526,7 @@ declare const VDataTableVirtual: {
2526
2526
  'update:options': (value: any) => true;
2527
2527
  'update:groupBy': (value: any) => true;
2528
2528
  'update:expanded': (value: any) => true;
2529
- }, "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
2529
+ }, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
2530
2530
  expanded: readonly string[];
2531
2531
  style: vue.StyleValue;
2532
2532
  mobile: boolean | null;
@@ -2954,7 +2954,7 @@ declare const VDataTableServer: {
2954
2954
  'update:options': (options: any) => true;
2955
2955
  'update:expanded': (options: any) => true;
2956
2956
  'update:groupBy': (value: any) => true;
2957
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2957
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2958
2958
  page: string | number;
2959
2959
  expanded: readonly string[];
2960
2960
  style: vue.StyleValue;
@@ -3440,7 +3440,7 @@ declare const VDataTableServer: {
3440
3440
  'update:options': (options: any) => true;
3441
3441
  'update:expanded': (options: any) => true;
3442
3442
  'update:groupBy': (value: any) => true;
3443
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
3443
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
3444
3444
  page: string | number;
3445
3445
  expanded: readonly string[];
3446
3446
  style: vue.StyleValue;
@@ -112,7 +112,7 @@ declare const VDatePicker: {
112
112
  'update:month': (date: any) => true;
113
113
  'update:year': (date: any) => true;
114
114
  'update:viewMode': (date: any) => true;
115
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:header" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
115
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
116
116
  transition: string;
117
117
  header: string;
118
118
  style: vue.StyleValue;
@@ -327,7 +327,7 @@ declare const VDatePicker: {
327
327
  'update:month': (date: any) => true;
328
328
  'update:year': (date: any) => true;
329
329
  'update:viewMode': (date: any) => true;
330
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:header" | "v-slot:actions">, string, {
330
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
331
331
  active: string | string[];
332
332
  transition: string;
333
333
  header: string;