@vuetify/nightly 3.6.3-master.2024-05-02 → 3.6.3-master.2024-05-03

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 (43) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/dist/json/attributes.json +17 -17
  3. package/dist/json/importMap-labs.json +28 -28
  4. package/dist/json/importMap.json +116 -116
  5. package/dist/json/web-types.json +28 -28
  6. package/dist/vuetify-labs.css +1377 -1363
  7. package/dist/vuetify-labs.d.ts +129 -123
  8. package/dist/vuetify-labs.esm.js +7 -5
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +7 -5
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +765 -751
  13. package/dist/vuetify.d.ts +171 -165
  14. package/dist/vuetify.esm.js +7 -5
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -5
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +3 -1
  22. package/lib/components/VAvatar/VAvatar.css +3 -1
  23. package/lib/components/VBanner/index.d.mts +11 -11
  24. package/lib/components/VBtn/VBtn.css +3 -1
  25. package/lib/components/VCard/VCard.css +3 -1
  26. package/lib/components/VChip/VChip.css +3 -1
  27. package/lib/components/VChipGroup/index.d.mts +11 -11
  28. package/lib/components/VDataTable/index.d.mts +66 -66
  29. package/lib/components/VList/VListItem.css +3 -1
  30. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  31. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  32. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  33. package/lib/components/VSlideGroup/index.d.mts +11 -11
  34. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  35. package/lib/components/VTabs/index.d.mts +11 -11
  36. package/lib/components/index.d.mts +129 -123
  37. package/lib/composables/display.mjs +1 -1
  38. package/lib/composables/display.mjs.map +1 -1
  39. package/lib/entry-bundler.mjs +1 -1
  40. package/lib/framework.mjs +1 -1
  41. package/lib/index.d.mts +42 -42
  42. package/lib/styles/tools/_variant.sass +3 -1
  43. package/package.json +1 -1
@@ -9064,7 +9064,7 @@ declare const VBanner: {
9064
9064
  new (...args: any[]): vue.CreateComponentPublicInstance<{
9065
9065
  style: vue.StyleValue;
9066
9066
  tag: string;
9067
- mobile: boolean;
9067
+ mobile: boolean | null;
9068
9068
  sticky: boolean;
9069
9069
  tile: boolean;
9070
9070
  density: Density;
@@ -9111,7 +9111,7 @@ declare const VBanner: {
9111
9111
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9112
9112
  style: vue.StyleValue;
9113
9113
  tag: string;
9114
- mobile: boolean;
9114
+ mobile: boolean | null;
9115
9115
  sticky: boolean;
9116
9116
  tile: boolean;
9117
9117
  density: Density;
@@ -9158,7 +9158,7 @@ declare const VBanner: {
9158
9158
  }, {
9159
9159
  style: vue.StyleValue;
9160
9160
  tag: string;
9161
- mobile: boolean;
9161
+ mobile: boolean | null;
9162
9162
  sticky: boolean;
9163
9163
  rounded: string | number | boolean;
9164
9164
  tile: boolean;
@@ -9187,7 +9187,7 @@ declare const VBanner: {
9187
9187
  }, {
9188
9188
  style: vue.StyleValue;
9189
9189
  tag: string;
9190
- mobile: boolean;
9190
+ mobile: boolean | null;
9191
9191
  sticky: boolean;
9192
9192
  tile: boolean;
9193
9193
  density: Density;
@@ -9234,7 +9234,7 @@ declare const VBanner: {
9234
9234
  }, {}, {}, {}, {}, {
9235
9235
  style: vue.StyleValue;
9236
9236
  tag: string;
9237
- mobile: boolean;
9237
+ mobile: boolean | null;
9238
9238
  sticky: boolean;
9239
9239
  rounded: string | number | boolean;
9240
9240
  tile: boolean;
@@ -9247,7 +9247,7 @@ declare const VBanner: {
9247
9247
  } & vue.ComponentOptionsBase<{
9248
9248
  style: vue.StyleValue;
9249
9249
  tag: string;
9250
- mobile: boolean;
9250
+ mobile: boolean | null;
9251
9251
  sticky: boolean;
9252
9252
  tile: boolean;
9253
9253
  density: Density;
@@ -9294,7 +9294,7 @@ declare const VBanner: {
9294
9294
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
9295
9295
  style: vue.StyleValue;
9296
9296
  tag: string;
9297
- mobile: boolean;
9297
+ mobile: boolean | null;
9298
9298
  sticky: boolean;
9299
9299
  rounded: string | number | boolean;
9300
9300
  tile: boolean;
@@ -9334,8 +9334,8 @@ declare const VBanner: {
9334
9334
  validator(v: any): boolean;
9335
9335
  };
9336
9336
  mobile: {
9337
- type: BooleanConstructor;
9338
- default: null;
9337
+ type: PropType<boolean | null>;
9338
+ default: boolean;
9339
9339
  };
9340
9340
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9341
9341
  height: (StringConstructor | NumberConstructor)[];
@@ -9384,8 +9384,8 @@ declare const VBanner: {
9384
9384
  validator(v: any): boolean;
9385
9385
  };
9386
9386
  mobile: {
9387
- type: BooleanConstructor;
9388
- default: null;
9387
+ type: PropType<boolean | null>;
9388
+ default: boolean;
9389
9389
  };
9390
9390
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9391
9391
  height: (StringConstructor | NumberConstructor)[];
@@ -17315,7 +17315,7 @@ declare const VChipGroup: {
17315
17315
  style: vue.StyleValue;
17316
17316
  disabled: boolean;
17317
17317
  tag: string;
17318
- mobile: boolean;
17318
+ mobile: boolean | null;
17319
17319
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17320
17320
  column: boolean;
17321
17321
  multiple: boolean;
@@ -17341,7 +17341,7 @@ declare const VChipGroup: {
17341
17341
  style: vue.StyleValue;
17342
17342
  disabled: boolean;
17343
17343
  tag: string;
17344
- mobile: boolean;
17344
+ mobile: boolean | null;
17345
17345
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17346
17346
  column: boolean;
17347
17347
  multiple: boolean;
@@ -17365,7 +17365,7 @@ declare const VChipGroup: {
17365
17365
  style: vue.StyleValue;
17366
17366
  disabled: boolean;
17367
17367
  tag: string;
17368
- mobile: boolean;
17368
+ mobile: boolean | null;
17369
17369
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17370
17370
  column: boolean;
17371
17371
  multiple: boolean;
@@ -17398,7 +17398,7 @@ declare const VChipGroup: {
17398
17398
  style: vue.StyleValue;
17399
17399
  disabled: boolean;
17400
17400
  tag: string;
17401
- mobile: boolean;
17401
+ mobile: boolean | null;
17402
17402
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17403
17403
  column: boolean;
17404
17404
  multiple: boolean;
@@ -17422,7 +17422,7 @@ declare const VChipGroup: {
17422
17422
  style: vue.StyleValue;
17423
17423
  disabled: boolean;
17424
17424
  tag: string;
17425
- mobile: boolean;
17425
+ mobile: boolean | null;
17426
17426
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17427
17427
  column: boolean;
17428
17428
  multiple: boolean;
@@ -17442,7 +17442,7 @@ declare const VChipGroup: {
17442
17442
  style: vue.StyleValue;
17443
17443
  disabled: boolean;
17444
17444
  tag: string;
17445
- mobile: boolean;
17445
+ mobile: boolean | null;
17446
17446
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17447
17447
  column: boolean;
17448
17448
  multiple: boolean;
@@ -17468,7 +17468,7 @@ declare const VChipGroup: {
17468
17468
  style: vue.StyleValue;
17469
17469
  disabled: boolean;
17470
17470
  tag: string;
17471
- mobile: boolean;
17471
+ mobile: boolean | null;
17472
17472
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17473
17473
  column: boolean;
17474
17474
  multiple: boolean;
@@ -17527,8 +17527,8 @@ declare const VChipGroup: {
17527
17527
  default: null;
17528
17528
  };
17529
17529
  mobile: {
17530
- type: BooleanConstructor;
17531
- default: null;
17530
+ type: PropType<boolean | null>;
17531
+ default: boolean;
17532
17532
  };
17533
17533
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17534
17534
  centerActive: BooleanConstructor;
@@ -17591,8 +17591,8 @@ declare const VChipGroup: {
17591
17591
  default: null;
17592
17592
  };
17593
17593
  mobile: {
17594
- type: BooleanConstructor;
17595
- default: null;
17594
+ type: PropType<boolean | null>;
17595
+ default: boolean;
17596
17596
  };
17597
17597
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17598
17598
  centerActive: BooleanConstructor;
@@ -23438,7 +23438,7 @@ type VDataTableHeadersSlots = {
23438
23438
  };
23439
23439
  declare const VDataTableHeaders: {
23440
23440
  new (...args: any[]): vue.CreateComponentPublicInstance<{
23441
- mobile: boolean;
23441
+ mobile: boolean | null;
23442
23442
  sticky: boolean;
23443
23443
  multiSort: boolean;
23444
23444
  sortAscIcon: IconValue;
@@ -23470,7 +23470,7 @@ declare const VDataTableHeaders: {
23470
23470
  "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23471
23471
  "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23472
23472
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
23473
- mobile: boolean;
23473
+ mobile: boolean | null;
23474
23474
  sticky: boolean;
23475
23475
  multiSort: boolean;
23476
23476
  sortAscIcon: IconValue;
@@ -23502,7 +23502,7 @@ declare const VDataTableHeaders: {
23502
23502
  "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23503
23503
  "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23504
23504
  }, {
23505
- mobile: boolean;
23505
+ mobile: boolean | null;
23506
23506
  sticky: boolean;
23507
23507
  multiSort: boolean;
23508
23508
  sortAscIcon: IconValue;
@@ -23531,7 +23531,7 @@ declare const VDataTableHeaders: {
23531
23531
  M: {};
23532
23532
  Defaults: {};
23533
23533
  }, {
23534
- mobile: boolean;
23534
+ mobile: boolean | null;
23535
23535
  sticky: boolean;
23536
23536
  multiSort: boolean;
23537
23537
  sortAscIcon: IconValue;
@@ -23563,7 +23563,7 @@ declare const VDataTableHeaders: {
23563
23563
  "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23564
23564
  "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23565
23565
  }, {}, {}, {}, {}, {
23566
- mobile: boolean;
23566
+ mobile: boolean | null;
23567
23567
  sticky: boolean;
23568
23568
  multiSort: boolean;
23569
23569
  sortAscIcon: IconValue;
@@ -23573,7 +23573,7 @@ declare const VDataTableHeaders: {
23573
23573
  __isTeleport?: undefined;
23574
23574
  __isSuspense?: undefined;
23575
23575
  } & vue.ComponentOptionsBase<{
23576
- mobile: boolean;
23576
+ mobile: boolean | null;
23577
23577
  sticky: boolean;
23578
23578
  multiSort: boolean;
23579
23579
  sortAscIcon: IconValue;
@@ -23605,7 +23605,7 @@ declare const VDataTableHeaders: {
23605
23605
  "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23606
23606
  "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
23607
23607
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
23608
- mobile: boolean;
23608
+ mobile: boolean | null;
23609
23609
  sticky: boolean;
23610
23610
  multiSort: boolean;
23611
23611
  sortAscIcon: IconValue;
@@ -23629,8 +23629,8 @@ declare const VDataTableHeaders: {
23629
23629
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
23630
23630
  loading: (StringConstructor | BooleanConstructor)[];
23631
23631
  mobile: {
23632
- type: BooleanConstructor;
23633
- default: null;
23632
+ type: PropType<boolean | null>;
23633
+ default: boolean;
23634
23634
  };
23635
23635
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23636
23636
  color: StringConstructor;
@@ -23650,8 +23650,8 @@ declare const VDataTableHeaders: {
23650
23650
  }, vue.ExtractPropTypes<{
23651
23651
  loading: (StringConstructor | BooleanConstructor)[];
23652
23652
  mobile: {
23653
- type: BooleanConstructor;
23654
- default: null;
23653
+ type: PropType<boolean | null>;
23654
+ default: boolean;
23655
23655
  };
23656
23656
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23657
23657
  color: StringConstructor;
@@ -23693,7 +23693,7 @@ type VDataTableRowSlots<T> = {
23693
23693
  };
23694
23694
  declare const VDataTableRow: {
23695
23695
  new (...args: any[]): vue.CreateComponentPublicInstance<{
23696
- mobile: boolean;
23696
+ mobile: boolean | null;
23697
23697
  } & {
23698
23698
  onClick?: ((args_0: MouseEvent) => void) | undefined;
23699
23699
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
@@ -23701,7 +23701,7 @@ declare const VDataTableRow: {
23701
23701
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
23702
23702
  index?: number | undefined;
23703
23703
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
23704
- mobile: boolean;
23704
+ mobile: boolean | null;
23705
23705
  } & {
23706
23706
  onClick?: ((args_0: MouseEvent) => void) | undefined;
23707
23707
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
@@ -23709,7 +23709,7 @@ declare const VDataTableRow: {
23709
23709
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
23710
23710
  index?: number | undefined;
23711
23711
  }, {
23712
- mobile: boolean;
23712
+ mobile: boolean | null;
23713
23713
  }, true, {}, vue.SlotsType<Partial<{
23714
23714
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
23715
23715
  [key: string]: any;
@@ -23737,7 +23737,7 @@ declare const VDataTableRow: {
23737
23737
  M: {};
23738
23738
  Defaults: {};
23739
23739
  }, {
23740
- mobile: boolean;
23740
+ mobile: boolean | null;
23741
23741
  } & {
23742
23742
  onClick?: ((args_0: MouseEvent) => void) | undefined;
23743
23743
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
@@ -23745,13 +23745,13 @@ declare const VDataTableRow: {
23745
23745
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
23746
23746
  index?: number | undefined;
23747
23747
  }, {}, {}, {}, {}, {
23748
- mobile: boolean;
23748
+ mobile: boolean | null;
23749
23749
  }>;
23750
23750
  __isFragment?: undefined;
23751
23751
  __isTeleport?: undefined;
23752
23752
  __isSuspense?: undefined;
23753
23753
  } & vue.ComponentOptionsBase<{
23754
- mobile: boolean;
23754
+ mobile: boolean | null;
23755
23755
  } & {
23756
23756
  onClick?: ((args_0: MouseEvent) => void) | undefined;
23757
23757
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
@@ -23759,7 +23759,7 @@ declare const VDataTableRow: {
23759
23759
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
23760
23760
  index?: number | undefined;
23761
23761
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, string, {
23762
- mobile: boolean;
23762
+ mobile: boolean | null;
23763
23763
  }, {}, string, vue.SlotsType<Partial<{
23764
23764
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
23765
23765
  [key: string]: any;
@@ -23787,8 +23787,8 @@ declare const VDataTableRow: {
23787
23787
  cellProps?: CellProps<T> | undefined;
23788
23788
  }, VDataTableRowSlots<T>>) & FilterPropsOptions<{
23789
23789
  mobile: {
23790
- type: BooleanConstructor;
23791
- default: null;
23790
+ type: PropType<boolean | null>;
23791
+ default: boolean;
23792
23792
  };
23793
23793
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23794
23794
  index: NumberConstructor;
@@ -23799,8 +23799,8 @@ declare const VDataTableRow: {
23799
23799
  onDblclick: PropType<(args_0: MouseEvent) => void>;
23800
23800
  }, vue.ExtractPropTypes<{
23801
23801
  mobile: {
23802
- type: BooleanConstructor;
23803
- default: null;
23802
+ type: PropType<boolean | null>;
23803
+ default: boolean;
23804
23804
  };
23805
23805
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23806
23806
  index: NumberConstructor;
@@ -23825,7 +23825,7 @@ declare const VDataTableRows: {
23825
23825
  new (...args: any[]): vue.CreateComponentPublicInstance<{
23826
23826
  noDataText: string;
23827
23827
  loadingText: string;
23828
- mobile: boolean;
23828
+ mobile: boolean | null;
23829
23829
  hideNoData: boolean;
23830
23830
  } & {
23831
23831
  loading?: string | boolean | undefined;
@@ -23835,7 +23835,7 @@ declare const VDataTableRows: {
23835
23835
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `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">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
23836
23836
  noDataText: string;
23837
23837
  loadingText: string;
23838
- mobile: boolean;
23838
+ mobile: boolean | null;
23839
23839
  hideNoData: boolean;
23840
23840
  } & {
23841
23841
  loading?: string | boolean | undefined;
@@ -23845,7 +23845,7 @@ declare const VDataTableRows: {
23845
23845
  }, {
23846
23846
  noDataText: string;
23847
23847
  loadingText: string;
23848
- mobile: boolean;
23848
+ mobile: boolean | null;
23849
23849
  hideNoData: boolean;
23850
23850
  }, true, {}, vue.SlotsType<Partial<{
23851
23851
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -23915,7 +23915,7 @@ declare const VDataTableRows: {
23915
23915
  }, {
23916
23916
  noDataText: string;
23917
23917
  loadingText: string;
23918
- mobile: boolean;
23918
+ mobile: boolean | null;
23919
23919
  hideNoData: boolean;
23920
23920
  } & {
23921
23921
  loading?: string | boolean | undefined;
@@ -23925,7 +23925,7 @@ declare const VDataTableRows: {
23925
23925
  }, {}, {}, {}, {}, {
23926
23926
  noDataText: string;
23927
23927
  loadingText: string;
23928
- mobile: boolean;
23928
+ mobile: boolean | null;
23929
23929
  hideNoData: boolean;
23930
23930
  }>;
23931
23931
  __isFragment?: undefined;
@@ -23934,7 +23934,7 @@ declare const VDataTableRows: {
23934
23934
  } & vue.ComponentOptionsBase<{
23935
23935
  noDataText: string;
23936
23936
  loadingText: string;
23937
- mobile: boolean;
23937
+ mobile: boolean | null;
23938
23938
  hideNoData: boolean;
23939
23939
  } & {
23940
23940
  loading?: string | boolean | undefined;
@@ -23944,7 +23944,7 @@ declare const VDataTableRows: {
23944
23944
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `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">, string, {
23945
23945
  noDataText: string;
23946
23946
  loadingText: string;
23947
- mobile: boolean;
23947
+ mobile: boolean | null;
23948
23948
  hideNoData: boolean;
23949
23949
  }, {}, string, vue.SlotsType<Partial<{
23950
23950
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -24010,8 +24010,8 @@ declare const VDataTableRows: {
24010
24010
  items?: readonly (DataTableItem<T> | Group<T>)[] | undefined;
24011
24011
  }, VDataTableRowsSlots<T>>) & FilterPropsOptions<{
24012
24012
  mobile: {
24013
- type: BooleanConstructor;
24014
- default: null;
24013
+ type: PropType<boolean | null>;
24014
+ default: boolean;
24015
24015
  };
24016
24016
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
24017
24017
  loading: (StringConstructor | BooleanConstructor)[];
@@ -24032,8 +24032,8 @@ declare const VDataTableRows: {
24032
24032
  cellProps: PropType<CellProps<any>>;
24033
24033
  }, vue.ExtractPropTypes<{
24034
24034
  mobile: {
24035
- type: BooleanConstructor;
24036
- default: null;
24035
+ type: PropType<boolean | null>;
24036
+ default: boolean;
24037
24037
  };
24038
24038
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
24039
24039
  loading: (StringConstructor | BooleanConstructor)[];
@@ -24102,7 +24102,7 @@ declare const VDataTable: {
24102
24102
  sortBy: readonly SortItem[];
24103
24103
  pageText: string;
24104
24104
  page: string | number;
24105
- mobile: boolean;
24105
+ mobile: boolean | null;
24106
24106
  sticky: boolean;
24107
24107
  expanded: readonly string[];
24108
24108
  density: Density;
@@ -24177,7 +24177,7 @@ declare const VDataTable: {
24177
24177
  sortBy: readonly SortItem[];
24178
24178
  pageText: string;
24179
24179
  page: string | number;
24180
- mobile: boolean;
24180
+ mobile: boolean | null;
24181
24181
  sticky: boolean;
24182
24182
  expanded: readonly string[];
24183
24183
  density: Density;
@@ -24243,7 +24243,7 @@ declare const VDataTable: {
24243
24243
  sortBy: readonly SortItem[];
24244
24244
  pageText: string;
24245
24245
  page: string | number;
24246
- mobile: boolean;
24246
+ mobile: boolean | null;
24247
24247
  sticky: boolean;
24248
24248
  expanded: readonly string[];
24249
24249
  density: Density;
@@ -24391,7 +24391,7 @@ declare const VDataTable: {
24391
24391
  sortBy: readonly SortItem[];
24392
24392
  pageText: string;
24393
24393
  page: string | number;
24394
- mobile: boolean;
24394
+ mobile: boolean | null;
24395
24395
  sticky: boolean;
24396
24396
  expanded: readonly string[];
24397
24397
  density: Density;
@@ -24457,7 +24457,7 @@ declare const VDataTable: {
24457
24457
  sortBy: readonly SortItem[];
24458
24458
  pageText: string;
24459
24459
  page: string | number;
24460
- mobile: boolean;
24460
+ mobile: boolean | null;
24461
24461
  sticky: boolean;
24462
24462
  expanded: readonly string[];
24463
24463
  density: Density;
@@ -24505,7 +24505,7 @@ declare const VDataTable: {
24505
24505
  sortBy: readonly SortItem[];
24506
24506
  pageText: string;
24507
24507
  page: string | number;
24508
- mobile: boolean;
24508
+ mobile: boolean | null;
24509
24509
  sticky: boolean;
24510
24510
  expanded: readonly string[];
24511
24511
  density: Density;
@@ -24580,7 +24580,7 @@ declare const VDataTable: {
24580
24580
  sortBy: readonly SortItem[];
24581
24581
  pageText: string;
24582
24582
  page: string | number;
24583
- mobile: boolean;
24583
+ mobile: boolean | null;
24584
24584
  sticky: boolean;
24585
24585
  expanded: readonly string[];
24586
24586
  density: Density;
@@ -24855,8 +24855,8 @@ declare const VDataTable: {
24855
24855
  hover: BooleanConstructor;
24856
24856
  loading: (StringConstructor | BooleanConstructor)[];
24857
24857
  mobile: {
24858
- type: BooleanConstructor;
24859
- default: null;
24858
+ type: vue.PropType<boolean | null>;
24859
+ default: boolean;
24860
24860
  };
24861
24861
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
24862
24862
  color: StringConstructor;
@@ -25062,8 +25062,8 @@ declare const VDataTable: {
25062
25062
  hover: BooleanConstructor;
25063
25063
  loading: (StringConstructor | BooleanConstructor)[];
25064
25064
  mobile: {
25065
- type: BooleanConstructor;
25066
- default: null;
25065
+ type: vue.PropType<boolean | null>;
25066
+ default: boolean;
25067
25067
  };
25068
25068
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
25069
25069
  color: StringConstructor;
@@ -25485,7 +25485,7 @@ declare const VDataTableVirtual: {
25485
25485
  noDataText: string;
25486
25486
  loadingText: string;
25487
25487
  sortBy: readonly SortItem[];
25488
- mobile: boolean;
25488
+ mobile: boolean | null;
25489
25489
  sticky: boolean;
25490
25490
  expanded: readonly string[];
25491
25491
  density: Density;
@@ -25583,7 +25583,7 @@ declare const VDataTableVirtual: {
25583
25583
  noDataText: string;
25584
25584
  loadingText: string;
25585
25585
  sortBy: readonly SortItem[];
25586
- mobile: boolean;
25586
+ mobile: boolean | null;
25587
25587
  sticky: boolean;
25588
25588
  expanded: readonly string[];
25589
25589
  density: Density;
@@ -25675,7 +25675,7 @@ declare const VDataTableVirtual: {
25675
25675
  noDataText: string;
25676
25676
  loadingText: string;
25677
25677
  sortBy: readonly SortItem[];
25678
- mobile: boolean;
25678
+ mobile: boolean | null;
25679
25679
  sticky: boolean;
25680
25680
  expanded: readonly string[];
25681
25681
  density: Density;
@@ -25791,7 +25791,7 @@ declare const VDataTableVirtual: {
25791
25791
  noDataText: string;
25792
25792
  loadingText: string;
25793
25793
  sortBy: readonly SortItem[];
25794
- mobile: boolean;
25794
+ mobile: boolean | null;
25795
25795
  sticky: boolean;
25796
25796
  expanded: readonly string[];
25797
25797
  density: Density;
@@ -25883,7 +25883,7 @@ declare const VDataTableVirtual: {
25883
25883
  noDataText: string;
25884
25884
  loadingText: string;
25885
25885
  sortBy: readonly SortItem[];
25886
- mobile: boolean;
25886
+ mobile: boolean | null;
25887
25887
  sticky: boolean;
25888
25888
  expanded: readonly string[];
25889
25889
  density: Density;
@@ -25915,7 +25915,7 @@ declare const VDataTableVirtual: {
25915
25915
  noDataText: string;
25916
25916
  loadingText: string;
25917
25917
  sortBy: readonly SortItem[];
25918
- mobile: boolean;
25918
+ mobile: boolean | null;
25919
25919
  sticky: boolean;
25920
25920
  expanded: readonly string[];
25921
25921
  density: Density;
@@ -26013,7 +26013,7 @@ declare const VDataTableVirtual: {
26013
26013
  noDataText: string;
26014
26014
  loadingText: string;
26015
26015
  sortBy: readonly SortItem[];
26016
- mobile: boolean;
26016
+ mobile: boolean | null;
26017
26017
  sticky: boolean;
26018
26018
  expanded: readonly string[];
26019
26019
  density: Density;
@@ -26170,8 +26170,8 @@ declare const VDataTableVirtual: {
26170
26170
  hover: BooleanConstructor;
26171
26171
  loading: (StringConstructor | BooleanConstructor)[];
26172
26172
  mobile: {
26173
- type: BooleanConstructor;
26174
- default: null;
26173
+ type: vue.PropType<boolean | null>;
26174
+ default: boolean;
26175
26175
  };
26176
26176
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26177
26177
  color: StringConstructor;
@@ -26322,8 +26322,8 @@ declare const VDataTableVirtual: {
26322
26322
  hover: BooleanConstructor;
26323
26323
  loading: (StringConstructor | BooleanConstructor)[];
26324
26324
  mobile: {
26325
- type: BooleanConstructor;
26326
- default: null;
26325
+ type: vue.PropType<boolean | null>;
26326
+ default: boolean;
26327
26327
  };
26328
26328
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26329
26329
  color: StringConstructor;
@@ -26450,7 +26450,7 @@ declare const VDataTableServer: {
26450
26450
  sortBy: readonly SortItem[];
26451
26451
  pageText: string;
26452
26452
  page: string | number;
26453
- mobile: boolean;
26453
+ mobile: boolean | null;
26454
26454
  sticky: boolean;
26455
26455
  expanded: readonly string[];
26456
26456
  density: Density;
@@ -26564,7 +26564,7 @@ declare const VDataTableServer: {
26564
26564
  sortBy: readonly SortItem[];
26565
26565
  pageText: string;
26566
26566
  page: string | number;
26567
- mobile: boolean;
26567
+ mobile: boolean | null;
26568
26568
  sticky: boolean;
26569
26569
  expanded: readonly string[];
26570
26570
  density: Density;
@@ -26670,7 +26670,7 @@ declare const VDataTableServer: {
26670
26670
  sortBy: readonly SortItem[];
26671
26671
  pageText: string;
26672
26672
  page: string | number;
26673
- mobile: boolean;
26673
+ mobile: boolean | null;
26674
26674
  sticky: boolean;
26675
26675
  expanded: readonly string[];
26676
26676
  density: Density;
@@ -26816,7 +26816,7 @@ declare const VDataTableServer: {
26816
26816
  sortBy: readonly SortItem[];
26817
26817
  pageText: string;
26818
26818
  page: string | number;
26819
- mobile: boolean;
26819
+ mobile: boolean | null;
26820
26820
  sticky: boolean;
26821
26821
  expanded: readonly string[];
26822
26822
  density: Density;
@@ -26922,7 +26922,7 @@ declare const VDataTableServer: {
26922
26922
  sortBy: readonly SortItem[];
26923
26923
  pageText: string;
26924
26924
  page: string | number;
26925
- mobile: boolean;
26925
+ mobile: boolean | null;
26926
26926
  sticky: boolean;
26927
26927
  expanded: readonly string[];
26928
26928
  density: Density;
@@ -26968,7 +26968,7 @@ declare const VDataTableServer: {
26968
26968
  sortBy: readonly SortItem[];
26969
26969
  pageText: string;
26970
26970
  page: string | number;
26971
- mobile: boolean;
26971
+ mobile: boolean | null;
26972
26972
  sticky: boolean;
26973
26973
  expanded: readonly string[];
26974
26974
  density: Density;
@@ -27082,7 +27082,7 @@ declare const VDataTableServer: {
27082
27082
  sortBy: readonly SortItem[];
27083
27083
  pageText: string;
27084
27084
  page: string | number;
27085
- mobile: boolean;
27085
+ mobile: boolean | null;
27086
27086
  sticky: boolean;
27087
27087
  expanded: readonly string[];
27088
27088
  density: Density;
@@ -27301,8 +27301,8 @@ declare const VDataTableServer: {
27301
27301
  hover: BooleanConstructor;
27302
27302
  loading: (StringConstructor | BooleanConstructor)[];
27303
27303
  mobile: {
27304
- type: BooleanConstructor;
27305
- default: null;
27304
+ type: vue.PropType<boolean | null>;
27305
+ default: boolean;
27306
27306
  };
27307
27307
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27308
27308
  color: StringConstructor;
@@ -27504,8 +27504,8 @@ declare const VDataTableServer: {
27504
27504
  hover: BooleanConstructor;
27505
27505
  loading: (StringConstructor | BooleanConstructor)[];
27506
27506
  mobile: {
27507
- type: BooleanConstructor;
27508
- default: null;
27507
+ type: vue.PropType<boolean | null>;
27508
+ default: boolean;
27509
27509
  };
27510
27510
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27511
27511
  color: StringConstructor;
@@ -43509,7 +43509,7 @@ declare const VNavigationDrawer: {
43509
43509
  style: vue.StyleValue;
43510
43510
  width: string | number;
43511
43511
  tag: string;
43512
- mobile: boolean;
43512
+ mobile: NonNullable<boolean | null> | null;
43513
43513
  order: string | number;
43514
43514
  absolute: boolean;
43515
43515
  sticky: boolean;
@@ -43569,7 +43569,7 @@ declare const VNavigationDrawer: {
43569
43569
  style: vue.StyleValue;
43570
43570
  width: string | number;
43571
43571
  tag: string;
43572
- mobile: boolean;
43572
+ mobile: NonNullable<boolean | null> | null;
43573
43573
  order: string | number;
43574
43574
  absolute: boolean;
43575
43575
  sticky: boolean;
@@ -43624,7 +43624,7 @@ declare const VNavigationDrawer: {
43624
43624
  style: vue.StyleValue;
43625
43625
  width: string | number;
43626
43626
  tag: string;
43627
- mobile: boolean;
43627
+ mobile: NonNullable<boolean | null> | null;
43628
43628
  order: string | number;
43629
43629
  absolute: boolean;
43630
43630
  sticky: boolean;
@@ -43667,7 +43667,7 @@ declare const VNavigationDrawer: {
43667
43667
  style: vue.StyleValue;
43668
43668
  width: string | number;
43669
43669
  tag: string;
43670
- mobile: boolean;
43670
+ mobile: NonNullable<boolean | null> | null;
43671
43671
  order: string | number;
43672
43672
  absolute: boolean;
43673
43673
  sticky: boolean;
@@ -43724,7 +43724,7 @@ declare const VNavigationDrawer: {
43724
43724
  style: vue.StyleValue;
43725
43725
  width: string | number;
43726
43726
  tag: string;
43727
- mobile: boolean;
43727
+ mobile: NonNullable<boolean | null> | null;
43728
43728
  order: string | number;
43729
43729
  absolute: boolean;
43730
43730
  sticky: boolean;
@@ -43751,7 +43751,7 @@ declare const VNavigationDrawer: {
43751
43751
  style: vue.StyleValue;
43752
43752
  width: string | number;
43753
43753
  tag: string;
43754
- mobile: boolean;
43754
+ mobile: NonNullable<boolean | null> | null;
43755
43755
  order: string | number;
43756
43756
  absolute: boolean;
43757
43757
  sticky: boolean;
@@ -43811,7 +43811,7 @@ declare const VNavigationDrawer: {
43811
43811
  style: vue.StyleValue;
43812
43812
  width: string | number;
43813
43813
  tag: string;
43814
- mobile: boolean;
43814
+ mobile: NonNullable<boolean | null> | null;
43815
43815
  order: string | number;
43816
43816
  absolute: boolean;
43817
43817
  sticky: boolean;
@@ -43869,9 +43869,12 @@ declare const VNavigationDrawer: {
43869
43869
  type: (StringConstructor | NumberConstructor)[];
43870
43870
  validator(v: any): boolean;
43871
43871
  };
43872
- mobile: {
43873
- type: BooleanConstructor;
43874
- default: null;
43872
+ mobile: Omit<{
43873
+ type: PropType<boolean | null>;
43874
+ default: boolean;
43875
+ }, "default" | "type"> & {
43876
+ type: PropType<NonNullable<boolean | null> | null>;
43877
+ default: NonNullable<boolean | null> | null;
43875
43878
  };
43876
43879
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
43877
43880
  closeDelay: (StringConstructor | NumberConstructor)[];
@@ -43944,9 +43947,12 @@ declare const VNavigationDrawer: {
43944
43947
  type: (StringConstructor | NumberConstructor)[];
43945
43948
  validator(v: any): boolean;
43946
43949
  };
43947
- mobile: {
43948
- type: BooleanConstructor;
43949
- default: null;
43950
+ mobile: Omit<{
43951
+ type: PropType<boolean | null>;
43952
+ default: boolean;
43953
+ }, "default" | "type"> & {
43954
+ type: PropType<NonNullable<boolean | null> | null>;
43955
+ default: NonNullable<boolean | null> | null;
43950
43956
  };
43951
43957
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
43952
43958
  closeDelay: (StringConstructor | NumberConstructor)[];
@@ -53160,7 +53166,7 @@ declare const VSlideGroup: {
53160
53166
  style: vue.StyleValue;
53161
53167
  disabled: boolean;
53162
53168
  tag: string;
53163
- mobile: boolean;
53169
+ mobile: boolean | null;
53164
53170
  multiple: boolean;
53165
53171
  direction: "horizontal" | "vertical";
53166
53172
  selectedClass: string;
@@ -53185,7 +53191,7 @@ declare const VSlideGroup: {
53185
53191
  style: vue.StyleValue;
53186
53192
  disabled: boolean;
53187
53193
  tag: string;
53188
- mobile: boolean;
53194
+ mobile: boolean | null;
53189
53195
  multiple: boolean;
53190
53196
  direction: "horizontal" | "vertical";
53191
53197
  selectedClass: string;
@@ -53203,7 +53209,7 @@ declare const VSlideGroup: {
53203
53209
  style: vue.StyleValue;
53204
53210
  disabled: boolean;
53205
53211
  tag: string;
53206
- mobile: boolean;
53212
+ mobile: boolean | null;
53207
53213
  multiple: boolean;
53208
53214
  direction: "horizontal" | "vertical";
53209
53215
  selectedClass: string;
@@ -53232,7 +53238,7 @@ declare const VSlideGroup: {
53232
53238
  style: vue.StyleValue;
53233
53239
  disabled: boolean;
53234
53240
  tag: string;
53235
- mobile: boolean;
53241
+ mobile: boolean | null;
53236
53242
  multiple: boolean;
53237
53243
  direction: "horizontal" | "vertical";
53238
53244
  selectedClass: string;
@@ -53255,7 +53261,7 @@ declare const VSlideGroup: {
53255
53261
  style: vue.StyleValue;
53256
53262
  disabled: boolean;
53257
53263
  tag: string;
53258
- mobile: boolean;
53264
+ mobile: boolean | null;
53259
53265
  multiple: boolean;
53260
53266
  direction: "horizontal" | "vertical";
53261
53267
  selectedClass: string;
@@ -53271,7 +53277,7 @@ declare const VSlideGroup: {
53271
53277
  style: vue.StyleValue;
53272
53278
  disabled: boolean;
53273
53279
  tag: string;
53274
- mobile: boolean;
53280
+ mobile: boolean | null;
53275
53281
  multiple: boolean;
53276
53282
  direction: "horizontal" | "vertical";
53277
53283
  selectedClass: string;
@@ -53296,7 +53302,7 @@ declare const VSlideGroup: {
53296
53302
  style: vue.StyleValue;
53297
53303
  disabled: boolean;
53298
53304
  tag: string;
53299
- mobile: boolean;
53305
+ mobile: boolean | null;
53300
53306
  multiple: boolean;
53301
53307
  direction: "horizontal" | "vertical";
53302
53308
  selectedClass: string;
@@ -53337,8 +53343,8 @@ declare const VSlideGroup: {
53337
53343
  default: string;
53338
53344
  };
53339
53345
  mobile: {
53340
- type: BooleanConstructor;
53341
- default: null;
53346
+ type: PropType<boolean | null>;
53347
+ default: boolean;
53342
53348
  };
53343
53349
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53344
53350
  class: PropType<any>;
@@ -53385,8 +53391,8 @@ declare const VSlideGroup: {
53385
53391
  default: string;
53386
53392
  };
53387
53393
  mobile: {
53388
- type: BooleanConstructor;
53389
- default: null;
53394
+ type: PropType<boolean | null>;
53395
+ default: boolean;
53390
53396
  };
53391
53397
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53392
53398
  class: PropType<any>;
@@ -61833,7 +61839,7 @@ declare const VTabs: {
61833
61839
  style: vue.StyleValue;
61834
61840
  disabled: boolean;
61835
61841
  tag: string;
61836
- mobile: boolean;
61842
+ mobile: boolean | null;
61837
61843
  items: readonly TabItem[];
61838
61844
  mandatory: NonNullable<boolean | "force">;
61839
61845
  multiple: boolean;
@@ -61891,7 +61897,7 @@ declare const VTabs: {
61891
61897
  style: vue.StyleValue;
61892
61898
  disabled: boolean;
61893
61899
  tag: string;
61894
- mobile: boolean;
61900
+ mobile: boolean | null;
61895
61901
  items: readonly TabItem[];
61896
61902
  mandatory: NonNullable<boolean | "force">;
61897
61903
  multiple: boolean;
@@ -61948,7 +61954,7 @@ declare const VTabs: {
61948
61954
  height: string | number;
61949
61955
  disabled: boolean;
61950
61956
  tag: string;
61951
- mobile: boolean;
61957
+ mobile: boolean | null;
61952
61958
  modelValue: any;
61953
61959
  items: readonly TabItem[];
61954
61960
  mandatory: NonNullable<boolean | "force">;
@@ -61995,7 +62001,7 @@ declare const VTabs: {
61995
62001
  style: vue.StyleValue;
61996
62002
  disabled: boolean;
61997
62003
  tag: string;
61998
- mobile: boolean;
62004
+ mobile: boolean | null;
61999
62005
  items: readonly TabItem[];
62000
62006
  mandatory: NonNullable<boolean | "force">;
62001
62007
  multiple: boolean;
@@ -62052,7 +62058,7 @@ declare const VTabs: {
62052
62058
  height: string | number;
62053
62059
  disabled: boolean;
62054
62060
  tag: string;
62055
- mobile: boolean;
62061
+ mobile: boolean | null;
62056
62062
  modelValue: any;
62057
62063
  items: readonly TabItem[];
62058
62064
  mandatory: NonNullable<boolean | "force">;
@@ -62077,7 +62083,7 @@ declare const VTabs: {
62077
62083
  style: vue.StyleValue;
62078
62084
  disabled: boolean;
62079
62085
  tag: string;
62080
- mobile: boolean;
62086
+ mobile: boolean | null;
62081
62087
  items: readonly TabItem[];
62082
62088
  mandatory: NonNullable<boolean | "force">;
62083
62089
  multiple: boolean;
@@ -62136,7 +62142,7 @@ declare const VTabs: {
62136
62142
  height: string | number;
62137
62143
  disabled: boolean;
62138
62144
  tag: string;
62139
- mobile: boolean;
62145
+ mobile: boolean | null;
62140
62146
  modelValue: any;
62141
62147
  items: readonly TabItem[];
62142
62148
  mandatory: NonNullable<boolean | "force">;
@@ -62200,8 +62206,8 @@ declare const VTabs: {
62200
62206
  };
62201
62207
  disabled: BooleanConstructor;
62202
62208
  mobile: {
62203
- type: BooleanConstructor;
62204
- default: null;
62209
+ type: PropType<boolean | null>;
62210
+ default: boolean;
62205
62211
  };
62206
62212
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62207
62213
  class: PropType<any>;
@@ -62278,8 +62284,8 @@ declare const VTabs: {
62278
62284
  };
62279
62285
  disabled: BooleanConstructor;
62280
62286
  mobile: {
62281
- type: BooleanConstructor;
62282
- default: null;
62287
+ type: PropType<boolean | null>;
62288
+ default: boolean;
62283
62289
  };
62284
62290
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62285
62291
  class: PropType<any>;