vuetify 3.6.5 → 3.6.7

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 (97) hide show
  1. package/dist/json/attributes.json +42 -2
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/tags.json +11 -1
  5. package/dist/json/web-types.json +125 -16
  6. package/dist/vuetify-labs.css +2509 -2712
  7. package/dist/vuetify-labs.d.ts +178 -52
  8. package/dist/vuetify-labs.esm.js +102 -51
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +102 -51
  11. package/dist/vuetify-labs.min.css +3 -3
  12. package/dist/vuetify.css +783 -986
  13. package/dist/vuetify.d.ts +221 -95
  14. package/dist/vuetify.esm.js +72 -33
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +72 -33
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -3
  19. package/dist/vuetify.min.js +118 -115
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VBanner/VBanner.mjs +3 -1
  24. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  25. package/lib/components/VBanner/index.d.mts +15 -9
  26. package/lib/components/VBtn/VBtn.css +6 -0
  27. package/lib/components/VBtn/VBtn.sass +6 -0
  28. package/lib/components/VChipGroup/index.d.mts +15 -9
  29. package/lib/components/VCombobox/VCombobox.mjs +4 -3
  30. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  31. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +8 -0
  32. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  33. package/lib/components/VConfirmEdit/index.d.mts +24 -3
  34. package/lib/components/VDataTable/VDataTable.css +4 -0
  35. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  36. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  37. package/lib/components/VDataTable/VDataTable.sass +4 -0
  38. package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
  39. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  40. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  41. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  42. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  43. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  44. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  45. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  46. package/lib/components/VDataTable/index.d.mts +63 -0
  47. package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
  48. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  49. package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
  50. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  51. package/lib/components/VDatePicker/index.d.mts +24 -6
  52. package/lib/components/VDivider/VDivider.css +2 -1
  53. package/lib/components/VDivider/VDivider.sass +2 -1
  54. package/lib/components/VField/VField.css +1 -0
  55. package/lib/components/VField/VField.sass +2 -0
  56. package/lib/components/VList/VListChildren.mjs +2 -1
  57. package/lib/components/VList/VListChildren.mjs.map +1 -1
  58. package/lib/components/VMenu/VMenu.mjs +2 -1
  59. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  60. package/lib/components/VSelect/VSelect.mjs +1 -1
  61. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  62. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  63. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  64. package/lib/components/VSlideGroup/index.d.mts +15 -9
  65. package/lib/components/VSwitch/VSwitch.css +44 -0
  66. package/lib/components/VSwitch/VSwitch.mjs +4 -3
  67. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  68. package/lib/components/VSwitch/VSwitch.sass +55 -0
  69. package/lib/components/VTabs/index.d.mts +15 -9
  70. package/lib/components/index.d.mts +171 -45
  71. package/lib/composables/defaults.mjs +1 -1
  72. package/lib/composables/defaults.mjs.map +1 -1
  73. package/lib/composables/dimensions.mjs +16 -8
  74. package/lib/composables/dimensions.mjs.map +1 -1
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +50 -50
  78. package/lib/labs/VCalendar/VCalendar.mjs +2 -2
  79. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  80. package/lib/labs/VDateInput/index.d.mts +6 -6
  81. package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
  82. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  83. package/lib/labs/VNumberInput/index.d.mts +1 -1
  84. package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
  85. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  86. package/lib/labs/components.d.mts +7 -7
  87. package/lib/locale/de.mjs +4 -4
  88. package/lib/locale/de.mjs.map +1 -1
  89. package/lib/locale/fa.mjs +10 -10
  90. package/lib/locale/fa.mjs.map +1 -1
  91. package/lib/locale/hu.mjs +18 -18
  92. package/lib/locale/hu.mjs.map +1 -1
  93. package/lib/styles/generic/_colors.scss +0 -1
  94. package/lib/styles/main.css +0 -260
  95. package/lib/util/helpers.mjs +2 -0
  96. package/lib/util/helpers.mjs.map +1 -1
  97. package/package.json +2 -2
@@ -9095,7 +9095,7 @@ declare const VBanner: {
9095
9095
  new (...args: any[]): vue.CreateComponentPublicInstance<{
9096
9096
  style: vue.StyleValue;
9097
9097
  tag: string;
9098
- mobile: boolean | null;
9098
+ mobile: NonNullable<boolean | null> | null;
9099
9099
  sticky: boolean;
9100
9100
  tile: boolean;
9101
9101
  density: Density;
@@ -9142,7 +9142,7 @@ declare const VBanner: {
9142
9142
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9143
9143
  style: vue.StyleValue;
9144
9144
  tag: string;
9145
- mobile: boolean | null;
9145
+ mobile: NonNullable<boolean | null> | null;
9146
9146
  sticky: boolean;
9147
9147
  tile: boolean;
9148
9148
  density: Density;
@@ -9189,7 +9189,7 @@ declare const VBanner: {
9189
9189
  }, {
9190
9190
  style: vue.StyleValue;
9191
9191
  tag: string;
9192
- mobile: boolean | null;
9192
+ mobile: NonNullable<boolean | null> | null;
9193
9193
  sticky: boolean;
9194
9194
  rounded: string | number | boolean;
9195
9195
  tile: boolean;
@@ -9218,7 +9218,7 @@ declare const VBanner: {
9218
9218
  }, {
9219
9219
  style: vue.StyleValue;
9220
9220
  tag: string;
9221
- mobile: boolean | null;
9221
+ mobile: NonNullable<boolean | null> | null;
9222
9222
  sticky: boolean;
9223
9223
  tile: boolean;
9224
9224
  density: Density;
@@ -9265,7 +9265,7 @@ declare const VBanner: {
9265
9265
  }, {}, {}, {}, {}, {
9266
9266
  style: vue.StyleValue;
9267
9267
  tag: string;
9268
- mobile: boolean | null;
9268
+ mobile: NonNullable<boolean | null> | null;
9269
9269
  sticky: boolean;
9270
9270
  rounded: string | number | boolean;
9271
9271
  tile: boolean;
@@ -9278,7 +9278,7 @@ declare const VBanner: {
9278
9278
  } & vue.ComponentOptionsBase<{
9279
9279
  style: vue.StyleValue;
9280
9280
  tag: string;
9281
- mobile: boolean | null;
9281
+ mobile: NonNullable<boolean | null> | null;
9282
9282
  sticky: boolean;
9283
9283
  tile: boolean;
9284
9284
  density: Density;
@@ -9325,7 +9325,7 @@ declare const VBanner: {
9325
9325
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
9326
9326
  style: vue.StyleValue;
9327
9327
  tag: string;
9328
- mobile: boolean | null;
9328
+ mobile: NonNullable<boolean | null> | null;
9329
9329
  sticky: boolean;
9330
9330
  rounded: string | number | boolean;
9331
9331
  tile: boolean;
@@ -9364,9 +9364,12 @@ declare const VBanner: {
9364
9364
  type: (StringConstructor | NumberConstructor)[];
9365
9365
  validator(v: any): boolean;
9366
9366
  };
9367
- mobile: {
9367
+ mobile: Omit<{
9368
9368
  type: PropType<boolean | null>;
9369
9369
  default: boolean;
9370
+ }, "default" | "type"> & {
9371
+ type: PropType<NonNullable<boolean | null> | null>;
9372
+ default: NonNullable<boolean | null> | null;
9370
9373
  };
9371
9374
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9372
9375
  height: (StringConstructor | NumberConstructor)[];
@@ -9414,9 +9417,12 @@ declare const VBanner: {
9414
9417
  type: (StringConstructor | NumberConstructor)[];
9415
9418
  validator(v: any): boolean;
9416
9419
  };
9417
- mobile: {
9420
+ mobile: Omit<{
9418
9421
  type: PropType<boolean | null>;
9419
9422
  default: boolean;
9423
+ }, "default" | "type"> & {
9424
+ type: PropType<NonNullable<boolean | null> | null>;
9425
+ default: NonNullable<boolean | null> | null;
9420
9426
  };
9421
9427
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9422
9428
  height: (StringConstructor | NumberConstructor)[];
@@ -17340,7 +17346,7 @@ declare const VChipGroup: {
17340
17346
  style: vue.StyleValue;
17341
17347
  disabled: boolean;
17342
17348
  tag: string;
17343
- mobile: boolean | null;
17349
+ mobile: NonNullable<boolean | null> | null;
17344
17350
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17345
17351
  column: boolean;
17346
17352
  multiple: boolean;
@@ -17366,7 +17372,7 @@ declare const VChipGroup: {
17366
17372
  style: vue.StyleValue;
17367
17373
  disabled: boolean;
17368
17374
  tag: string;
17369
- mobile: boolean | null;
17375
+ mobile: NonNullable<boolean | null> | null;
17370
17376
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17371
17377
  column: boolean;
17372
17378
  multiple: boolean;
@@ -17390,7 +17396,7 @@ declare const VChipGroup: {
17390
17396
  style: vue.StyleValue;
17391
17397
  disabled: boolean;
17392
17398
  tag: string;
17393
- mobile: boolean | null;
17399
+ mobile: NonNullable<boolean | null> | null;
17394
17400
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17395
17401
  column: boolean;
17396
17402
  multiple: boolean;
@@ -17423,7 +17429,7 @@ declare const VChipGroup: {
17423
17429
  style: vue.StyleValue;
17424
17430
  disabled: boolean;
17425
17431
  tag: string;
17426
- mobile: boolean | null;
17432
+ mobile: NonNullable<boolean | null> | null;
17427
17433
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17428
17434
  column: boolean;
17429
17435
  multiple: boolean;
@@ -17447,7 +17453,7 @@ declare const VChipGroup: {
17447
17453
  style: vue.StyleValue;
17448
17454
  disabled: boolean;
17449
17455
  tag: string;
17450
- mobile: boolean | null;
17456
+ mobile: NonNullable<boolean | null> | null;
17451
17457
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17452
17458
  column: boolean;
17453
17459
  multiple: boolean;
@@ -17467,7 +17473,7 @@ declare const VChipGroup: {
17467
17473
  style: vue.StyleValue;
17468
17474
  disabled: boolean;
17469
17475
  tag: string;
17470
- mobile: boolean | null;
17476
+ mobile: NonNullable<boolean | null> | null;
17471
17477
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17472
17478
  column: boolean;
17473
17479
  multiple: boolean;
@@ -17493,7 +17499,7 @@ declare const VChipGroup: {
17493
17499
  style: vue.StyleValue;
17494
17500
  disabled: boolean;
17495
17501
  tag: string;
17496
- mobile: boolean | null;
17502
+ mobile: NonNullable<boolean | null> | null;
17497
17503
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17498
17504
  column: boolean;
17499
17505
  multiple: boolean;
@@ -17551,9 +17557,12 @@ declare const VChipGroup: {
17551
17557
  type: PropType<vue.StyleValue>;
17552
17558
  default: null;
17553
17559
  };
17554
- mobile: {
17560
+ mobile: Omit<{
17555
17561
  type: PropType<boolean | null>;
17556
17562
  default: boolean;
17563
+ }, "default" | "type"> & {
17564
+ type: PropType<NonNullable<boolean | null> | null>;
17565
+ default: NonNullable<boolean | null> | null;
17557
17566
  };
17558
17567
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17559
17568
  centerActive: BooleanConstructor;
@@ -17615,9 +17624,12 @@ declare const VChipGroup: {
17615
17624
  type: PropType<vue.StyleValue>;
17616
17625
  default: null;
17617
17626
  };
17618
- mobile: {
17627
+ mobile: Omit<{
17619
17628
  type: PropType<boolean | null>;
17620
17629
  default: boolean;
17630
+ }, "default" | "type"> & {
17631
+ type: PropType<NonNullable<boolean | null> | null>;
17632
+ default: NonNullable<boolean | null> | null;
17621
17633
  };
17622
17634
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17623
17635
  centerActive: BooleanConstructor;
@@ -22393,6 +22405,9 @@ type VCombobox = InstanceType<typeof VCombobox>;
22393
22405
  type VConfirmEditSlots<T> = {
22394
22406
  default: {
22395
22407
  model: Ref<T>;
22408
+ save: () => void;
22409
+ cancel: () => void;
22410
+ isPristine: boolean;
22396
22411
  get actions(): VNode;
22397
22412
  };
22398
22413
  };
@@ -22404,7 +22419,11 @@ declare const VConfirmEdit: {
22404
22419
  color?: string | undefined;
22405
22420
  } & {
22406
22421
  onCancel?: (() => any) | undefined;
22407
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22422
+ }, {
22423
+ save: () => void;
22424
+ cancel: () => void;
22425
+ isPristine: vue.ComputedRef<boolean>;
22426
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22408
22427
  cancel: () => true;
22409
22428
  save: (value: any) => true;
22410
22429
  'update:modelValue': (value: any) => true;
@@ -22421,6 +22440,9 @@ declare const VConfirmEdit: {
22421
22440
  }, true, {}, vue.SlotsType<Partial<{
22422
22441
  default: (arg: {
22423
22442
  model: Ref<unknown>;
22443
+ save: () => void;
22444
+ cancel: () => void;
22445
+ isPristine: boolean;
22424
22446
  readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22425
22447
  [key: string]: any;
22426
22448
  }>;
@@ -22441,7 +22463,11 @@ declare const VConfirmEdit: {
22441
22463
  color?: string | undefined;
22442
22464
  } & {
22443
22465
  onCancel?: (() => any) | undefined;
22444
- }, {}, {}, {}, {}, {
22466
+ }, {
22467
+ save: () => void;
22468
+ cancel: () => void;
22469
+ isPristine: vue.ComputedRef<boolean>;
22470
+ }, {}, {}, {}, {
22445
22471
  cancelText: string;
22446
22472
  okText: string;
22447
22473
  }>;
@@ -22455,7 +22481,11 @@ declare const VConfirmEdit: {
22455
22481
  color?: string | undefined;
22456
22482
  } & {
22457
22483
  onCancel?: (() => any) | undefined;
22458
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22484
+ }, {
22485
+ save: () => void;
22486
+ cancel: () => void;
22487
+ isPristine: vue.ComputedRef<boolean>;
22488
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22459
22489
  cancel: () => true;
22460
22490
  save: (value: any) => true;
22461
22491
  'update:modelValue': (value: any) => true;
@@ -22465,6 +22495,9 @@ declare const VConfirmEdit: {
22465
22495
  }, {}, string, vue.SlotsType<Partial<{
22466
22496
  default: (arg: {
22467
22497
  model: Ref<unknown>;
22498
+ save: () => void;
22499
+ cancel: () => void;
22500
+ isPristine: boolean;
22468
22501
  readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22469
22502
  [key: string]: any;
22470
22503
  }>;
@@ -23466,6 +23499,7 @@ declare const VDataTableHeaders: {
23466
23499
  mobile: boolean | null;
23467
23500
  sticky: boolean;
23468
23501
  multiSort: boolean;
23502
+ disableSort: boolean;
23469
23503
  sortAscIcon: IconValue;
23470
23504
  sortDescIcon: IconValue;
23471
23505
  } & {
@@ -23498,6 +23532,7 @@ declare const VDataTableHeaders: {
23498
23532
  mobile: boolean | null;
23499
23533
  sticky: boolean;
23500
23534
  multiSort: boolean;
23535
+ disableSort: boolean;
23501
23536
  sortAscIcon: IconValue;
23502
23537
  sortDescIcon: IconValue;
23503
23538
  } & {
@@ -23530,6 +23565,7 @@ declare const VDataTableHeaders: {
23530
23565
  mobile: boolean | null;
23531
23566
  sticky: boolean;
23532
23567
  multiSort: boolean;
23568
+ disableSort: boolean;
23533
23569
  sortAscIcon: IconValue;
23534
23570
  sortDescIcon: IconValue;
23535
23571
  }, true, {}, vue.SlotsType<Partial<{
@@ -23559,6 +23595,7 @@ declare const VDataTableHeaders: {
23559
23595
  mobile: boolean | null;
23560
23596
  sticky: boolean;
23561
23597
  multiSort: boolean;
23598
+ disableSort: boolean;
23562
23599
  sortAscIcon: IconValue;
23563
23600
  sortDescIcon: IconValue;
23564
23601
  } & {
@@ -23591,6 +23628,7 @@ declare const VDataTableHeaders: {
23591
23628
  mobile: boolean | null;
23592
23629
  sticky: boolean;
23593
23630
  multiSort: boolean;
23631
+ disableSort: boolean;
23594
23632
  sortAscIcon: IconValue;
23595
23633
  sortDescIcon: IconValue;
23596
23634
  }>;
@@ -23601,6 +23639,7 @@ declare const VDataTableHeaders: {
23601
23639
  mobile: boolean | null;
23602
23640
  sticky: boolean;
23603
23641
  multiSort: boolean;
23642
+ disableSort: boolean;
23604
23643
  sortAscIcon: IconValue;
23605
23644
  sortDescIcon: IconValue;
23606
23645
  } & {
@@ -23633,6 +23672,7 @@ declare const VDataTableHeaders: {
23633
23672
  mobile: boolean | null;
23634
23673
  sticky: boolean;
23635
23674
  multiSort: boolean;
23675
+ disableSort: boolean;
23636
23676
  sortAscIcon: IconValue;
23637
23677
  sortDescIcon: IconValue;
23638
23678
  }, {}, string, vue.SlotsType<Partial<{
@@ -23660,6 +23700,7 @@ declare const VDataTableHeaders: {
23660
23700
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23661
23701
  color: StringConstructor;
23662
23702
  sticky: BooleanConstructor;
23703
+ disableSort: BooleanConstructor;
23663
23704
  multiSort: BooleanConstructor;
23664
23705
  sortAscIcon: {
23665
23706
  type: PropType<IconValue>;
@@ -23681,6 +23722,7 @@ declare const VDataTableHeaders: {
23681
23722
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23682
23723
  color: StringConstructor;
23683
23724
  sticky: BooleanConstructor;
23725
+ disableSort: BooleanConstructor;
23684
23726
  multiSort: BooleanConstructor;
23685
23727
  sortAscIcon: {
23686
23728
  type: PropType<IconValue>;
@@ -24158,10 +24200,12 @@ declare const VDataTable: {
24158
24200
  value: number;
24159
24201
  })[];
24160
24202
  showCurrentPage: boolean;
24203
+ disableSort: boolean;
24161
24204
  sortAscIcon: IconValue;
24162
24205
  sortDescIcon: IconValue;
24163
24206
  fixedHeader: boolean;
24164
24207
  fixedFooter: boolean;
24208
+ hideDefaultBody: boolean;
24165
24209
  hideDefaultFooter: boolean;
24166
24210
  hideDefaultHeader: boolean;
24167
24211
  } & {
@@ -24235,10 +24279,12 @@ declare const VDataTable: {
24235
24279
  value: number;
24236
24280
  })[];
24237
24281
  showCurrentPage: boolean;
24282
+ disableSort: boolean;
24238
24283
  sortAscIcon: IconValue;
24239
24284
  sortDescIcon: IconValue;
24240
24285
  fixedHeader: boolean;
24241
24286
  fixedFooter: boolean;
24287
+ hideDefaultBody: boolean;
24242
24288
  hideDefaultFooter: boolean;
24243
24289
  hideDefaultHeader: boolean;
24244
24290
  } & {
@@ -24303,10 +24349,12 @@ declare const VDataTable: {
24303
24349
  value: number;
24304
24350
  })[];
24305
24351
  showCurrentPage: boolean;
24352
+ disableSort: boolean;
24306
24353
  sortAscIcon: IconValue;
24307
24354
  sortDescIcon: IconValue;
24308
24355
  fixedHeader: boolean;
24309
24356
  fixedFooter: boolean;
24357
+ hideDefaultBody: boolean;
24310
24358
  hideDefaultFooter: boolean;
24311
24359
  hideDefaultHeader: boolean;
24312
24360
  }, true, {}, vue.SlotsType<Partial<{
@@ -24453,10 +24501,12 @@ declare const VDataTable: {
24453
24501
  value: number;
24454
24502
  })[];
24455
24503
  showCurrentPage: boolean;
24504
+ disableSort: boolean;
24456
24505
  sortAscIcon: IconValue;
24457
24506
  sortDescIcon: IconValue;
24458
24507
  fixedHeader: boolean;
24459
24508
  fixedFooter: boolean;
24509
+ hideDefaultBody: boolean;
24460
24510
  hideDefaultFooter: boolean;
24461
24511
  hideDefaultHeader: boolean;
24462
24512
  } & {
@@ -24521,10 +24571,12 @@ declare const VDataTable: {
24521
24571
  value: number;
24522
24572
  })[];
24523
24573
  showCurrentPage: boolean;
24574
+ disableSort: boolean;
24524
24575
  sortAscIcon: IconValue;
24525
24576
  sortDescIcon: IconValue;
24526
24577
  fixedHeader: boolean;
24527
24578
  fixedFooter: boolean;
24579
+ hideDefaultBody: boolean;
24528
24580
  hideDefaultFooter: boolean;
24529
24581
  hideDefaultHeader: boolean;
24530
24582
  }>;
@@ -24571,10 +24623,12 @@ declare const VDataTable: {
24571
24623
  value: number;
24572
24624
  })[];
24573
24625
  showCurrentPage: boolean;
24626
+ disableSort: boolean;
24574
24627
  sortAscIcon: IconValue;
24575
24628
  sortDescIcon: IconValue;
24576
24629
  fixedHeader: boolean;
24577
24630
  fixedFooter: boolean;
24631
+ hideDefaultBody: boolean;
24578
24632
  hideDefaultFooter: boolean;
24579
24633
  hideDefaultHeader: boolean;
24580
24634
  } & {
@@ -24648,10 +24702,12 @@ declare const VDataTable: {
24648
24702
  value: number;
24649
24703
  })[];
24650
24704
  showCurrentPage: boolean;
24705
+ disableSort: boolean;
24651
24706
  sortAscIcon: IconValue;
24652
24707
  sortDescIcon: IconValue;
24653
24708
  fixedHeader: boolean;
24654
24709
  fixedFooter: boolean;
24710
+ hideDefaultBody: boolean;
24655
24711
  hideDefaultFooter: boolean;
24656
24712
  hideDefaultHeader: boolean;
24657
24713
  }, {}, string, vue.SlotsType<Partial<{
@@ -24900,6 +24956,7 @@ declare const VDataTable: {
24900
24956
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
24901
24957
  color: StringConstructor;
24902
24958
  sticky: BooleanConstructor;
24959
+ disableSort: BooleanConstructor;
24903
24960
  multiSort: BooleanConstructor;
24904
24961
  sortAscIcon: {
24905
24962
  type: vue.PropType<IconValue>;
@@ -25001,6 +25058,7 @@ declare const VDataTable: {
25001
25058
  type: vue.PropType<readonly string[]>;
25002
25059
  default: () => never[];
25003
25060
  };
25061
+ hideDefaultBody: BooleanConstructor;
25004
25062
  hideDefaultFooter: BooleanConstructor;
25005
25063
  hideDefaultHeader: BooleanConstructor;
25006
25064
  width: (StringConstructor | NumberConstructor)[];
@@ -25109,6 +25167,7 @@ declare const VDataTable: {
25109
25167
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
25110
25168
  color: StringConstructor;
25111
25169
  sticky: BooleanConstructor;
25170
+ disableSort: BooleanConstructor;
25112
25171
  multiSort: BooleanConstructor;
25113
25172
  sortAscIcon: {
25114
25173
  type: vue.PropType<IconValue>;
@@ -25210,6 +25269,7 @@ declare const VDataTable: {
25210
25269
  type: vue.PropType<readonly string[]>;
25211
25270
  default: () => never[];
25212
25271
  };
25272
+ hideDefaultBody: BooleanConstructor;
25213
25273
  hideDefaultFooter: BooleanConstructor;
25214
25274
  hideDefaultHeader: BooleanConstructor;
25215
25275
  width: (StringConstructor | NumberConstructor)[];
@@ -25546,10 +25606,12 @@ declare const VDataTableVirtual: {
25546
25606
  showSelect: boolean;
25547
25607
  expandOnClick: boolean;
25548
25608
  showExpand: boolean;
25609
+ disableSort: boolean;
25549
25610
  sortAscIcon: IconValue;
25550
25611
  sortDescIcon: IconValue;
25551
25612
  fixedHeader: boolean;
25552
25613
  fixedFooter: boolean;
25614
+ hideDefaultBody: boolean;
25553
25615
  hideDefaultFooter: boolean;
25554
25616
  hideDefaultHeader: boolean;
25555
25617
  } & {
@@ -25646,10 +25708,12 @@ declare const VDataTableVirtual: {
25646
25708
  showSelect: boolean;
25647
25709
  expandOnClick: boolean;
25648
25710
  showExpand: boolean;
25711
+ disableSort: boolean;
25649
25712
  sortAscIcon: IconValue;
25650
25713
  sortDescIcon: IconValue;
25651
25714
  fixedHeader: boolean;
25652
25715
  fixedFooter: boolean;
25716
+ hideDefaultBody: boolean;
25653
25717
  hideDefaultFooter: boolean;
25654
25718
  hideDefaultHeader: boolean;
25655
25719
  } & {
@@ -25740,10 +25804,12 @@ declare const VDataTableVirtual: {
25740
25804
  showSelect: boolean;
25741
25805
  expandOnClick: boolean;
25742
25806
  showExpand: boolean;
25807
+ disableSort: boolean;
25743
25808
  sortAscIcon: IconValue;
25744
25809
  sortDescIcon: IconValue;
25745
25810
  fixedHeader: boolean;
25746
25811
  fixedFooter: boolean;
25812
+ hideDefaultBody: boolean;
25747
25813
  hideDefaultFooter: boolean;
25748
25814
  hideDefaultHeader: boolean;
25749
25815
  }, true, {}, vue.SlotsType<Partial<{
@@ -25858,10 +25924,12 @@ declare const VDataTableVirtual: {
25858
25924
  showSelect: boolean;
25859
25925
  expandOnClick: boolean;
25860
25926
  showExpand: boolean;
25927
+ disableSort: boolean;
25861
25928
  sortAscIcon: IconValue;
25862
25929
  sortDescIcon: IconValue;
25863
25930
  fixedHeader: boolean;
25864
25931
  fixedFooter: boolean;
25932
+ hideDefaultBody: boolean;
25865
25933
  hideDefaultFooter: boolean;
25866
25934
  hideDefaultHeader: boolean;
25867
25935
  } & {
@@ -25952,10 +26020,12 @@ declare const VDataTableVirtual: {
25952
26020
  showSelect: boolean;
25953
26021
  expandOnClick: boolean;
25954
26022
  showExpand: boolean;
26023
+ disableSort: boolean;
25955
26024
  sortAscIcon: IconValue;
25956
26025
  sortDescIcon: IconValue;
25957
26026
  fixedHeader: boolean;
25958
26027
  fixedFooter: boolean;
26028
+ hideDefaultBody: boolean;
25959
26029
  hideDefaultFooter: boolean;
25960
26030
  hideDefaultHeader: boolean;
25961
26031
  }>;
@@ -25986,10 +26056,12 @@ declare const VDataTableVirtual: {
25986
26056
  showSelect: boolean;
25987
26057
  expandOnClick: boolean;
25988
26058
  showExpand: boolean;
26059
+ disableSort: boolean;
25989
26060
  sortAscIcon: IconValue;
25990
26061
  sortDescIcon: IconValue;
25991
26062
  fixedHeader: boolean;
25992
26063
  fixedFooter: boolean;
26064
+ hideDefaultBody: boolean;
25993
26065
  hideDefaultFooter: boolean;
25994
26066
  hideDefaultHeader: boolean;
25995
26067
  } & {
@@ -26086,10 +26158,12 @@ declare const VDataTableVirtual: {
26086
26158
  showSelect: boolean;
26087
26159
  expandOnClick: boolean;
26088
26160
  showExpand: boolean;
26161
+ disableSort: boolean;
26089
26162
  sortAscIcon: IconValue;
26090
26163
  sortDescIcon: IconValue;
26091
26164
  fixedHeader: boolean;
26092
26165
  fixedFooter: boolean;
26166
+ hideDefaultBody: boolean;
26093
26167
  hideDefaultFooter: boolean;
26094
26168
  hideDefaultHeader: boolean;
26095
26169
  }, {}, string, vue.SlotsType<Partial<{
@@ -26233,6 +26307,7 @@ declare const VDataTableVirtual: {
26233
26307
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26234
26308
  color: StringConstructor;
26235
26309
  sticky: BooleanConstructor;
26310
+ disableSort: BooleanConstructor;
26236
26311
  multiSort: BooleanConstructor;
26237
26312
  sortAscIcon: {
26238
26313
  type: vue.PropType<IconValue>;
@@ -26330,6 +26405,7 @@ declare const VDataTableVirtual: {
26330
26405
  type: vue.PropType<readonly string[]>;
26331
26406
  default: () => never[];
26332
26407
  };
26408
+ hideDefaultBody: BooleanConstructor;
26333
26409
  hideDefaultFooter: BooleanConstructor;
26334
26410
  hideDefaultHeader: BooleanConstructor;
26335
26411
  width: (StringConstructor | NumberConstructor)[];
@@ -26387,6 +26463,7 @@ declare const VDataTableVirtual: {
26387
26463
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26388
26464
  color: StringConstructor;
26389
26465
  sticky: BooleanConstructor;
26466
+ disableSort: BooleanConstructor;
26390
26467
  multiSort: BooleanConstructor;
26391
26468
  sortAscIcon: {
26392
26469
  type: vue.PropType<IconValue>;
@@ -26484,6 +26561,7 @@ declare const VDataTableVirtual: {
26484
26561
  type: vue.PropType<readonly string[]>;
26485
26562
  default: () => never[];
26486
26563
  };
26564
+ hideDefaultBody: BooleanConstructor;
26487
26565
  hideDefaultFooter: BooleanConstructor;
26488
26566
  hideDefaultHeader: BooleanConstructor;
26489
26567
  width: (StringConstructor | NumberConstructor)[];
@@ -26541,10 +26619,12 @@ declare const VDataTableServer: {
26541
26619
  value: number;
26542
26620
  })[];
26543
26621
  showCurrentPage: boolean;
26622
+ disableSort: boolean;
26544
26623
  sortAscIcon: IconValue;
26545
26624
  sortDescIcon: IconValue;
26546
26625
  fixedHeader: boolean;
26547
26626
  fixedFooter: boolean;
26627
+ hideDefaultBody: boolean;
26548
26628
  hideDefaultFooter: boolean;
26549
26629
  hideDefaultHeader: boolean;
26550
26630
  } & {
@@ -26657,10 +26737,12 @@ declare const VDataTableServer: {
26657
26737
  value: number;
26658
26738
  })[];
26659
26739
  showCurrentPage: boolean;
26740
+ disableSort: boolean;
26660
26741
  sortAscIcon: IconValue;
26661
26742
  sortDescIcon: IconValue;
26662
26743
  fixedHeader: boolean;
26663
26744
  fixedFooter: boolean;
26745
+ hideDefaultBody: boolean;
26664
26746
  hideDefaultFooter: boolean;
26665
26747
  hideDefaultHeader: boolean;
26666
26748
  } & {
@@ -26764,10 +26846,12 @@ declare const VDataTableServer: {
26764
26846
  value: number;
26765
26847
  })[];
26766
26848
  showCurrentPage: boolean;
26849
+ disableSort: boolean;
26767
26850
  sortAscIcon: IconValue;
26768
26851
  sortDescIcon: IconValue;
26769
26852
  fixedHeader: boolean;
26770
26853
  fixedFooter: boolean;
26854
+ hideDefaultBody: boolean;
26771
26855
  hideDefaultFooter: boolean;
26772
26856
  hideDefaultHeader: boolean;
26773
26857
  }, true, {}, vue.SlotsType<Partial<{
@@ -26913,10 +26997,12 @@ declare const VDataTableServer: {
26913
26997
  value: number;
26914
26998
  })[];
26915
26999
  showCurrentPage: boolean;
27000
+ disableSort: boolean;
26916
27001
  sortAscIcon: IconValue;
26917
27002
  sortDescIcon: IconValue;
26918
27003
  fixedHeader: boolean;
26919
27004
  fixedFooter: boolean;
27005
+ hideDefaultBody: boolean;
26920
27006
  hideDefaultFooter: boolean;
26921
27007
  hideDefaultHeader: boolean;
26922
27008
  } & {
@@ -27020,10 +27106,12 @@ declare const VDataTableServer: {
27020
27106
  value: number;
27021
27107
  })[];
27022
27108
  showCurrentPage: boolean;
27109
+ disableSort: boolean;
27023
27110
  sortAscIcon: IconValue;
27024
27111
  sortDescIcon: IconValue;
27025
27112
  fixedHeader: boolean;
27026
27113
  fixedFooter: boolean;
27114
+ hideDefaultBody: boolean;
27027
27115
  hideDefaultFooter: boolean;
27028
27116
  hideDefaultHeader: boolean;
27029
27117
  }>;
@@ -27069,10 +27157,12 @@ declare const VDataTableServer: {
27069
27157
  value: number;
27070
27158
  })[];
27071
27159
  showCurrentPage: boolean;
27160
+ disableSort: boolean;
27072
27161
  sortAscIcon: IconValue;
27073
27162
  sortDescIcon: IconValue;
27074
27163
  fixedHeader: boolean;
27075
27164
  fixedFooter: boolean;
27165
+ hideDefaultBody: boolean;
27076
27166
  hideDefaultFooter: boolean;
27077
27167
  hideDefaultHeader: boolean;
27078
27168
  } & {
@@ -27184,10 +27274,12 @@ declare const VDataTableServer: {
27184
27274
  value: number;
27185
27275
  })[];
27186
27276
  showCurrentPage: boolean;
27277
+ disableSort: boolean;
27187
27278
  sortAscIcon: IconValue;
27188
27279
  sortDescIcon: IconValue;
27189
27280
  fixedHeader: boolean;
27190
27281
  fixedFooter: boolean;
27282
+ hideDefaultBody: boolean;
27191
27283
  hideDefaultFooter: boolean;
27192
27284
  hideDefaultHeader: boolean;
27193
27285
  }, {}, string, vue.SlotsType<Partial<{
@@ -27382,6 +27474,7 @@ declare const VDataTableServer: {
27382
27474
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27383
27475
  color: StringConstructor;
27384
27476
  sticky: BooleanConstructor;
27477
+ disableSort: BooleanConstructor;
27385
27478
  multiSort: BooleanConstructor;
27386
27479
  sortAscIcon: {
27387
27480
  type: vue.PropType<IconValue>;
@@ -27483,6 +27576,7 @@ declare const VDataTableServer: {
27483
27576
  type: vue.PropType<readonly string[]>;
27484
27577
  default: () => never[];
27485
27578
  };
27579
+ hideDefaultBody: BooleanConstructor;
27486
27580
  hideDefaultFooter: BooleanConstructor;
27487
27581
  hideDefaultHeader: BooleanConstructor;
27488
27582
  width: (StringConstructor | NumberConstructor)[];
@@ -27587,6 +27681,7 @@ declare const VDataTableServer: {
27587
27681
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27588
27682
  color: StringConstructor;
27589
27683
  sticky: BooleanConstructor;
27684
+ disableSort: BooleanConstructor;
27590
27685
  multiSort: BooleanConstructor;
27591
27686
  sortAscIcon: {
27592
27687
  type: vue.PropType<IconValue>;
@@ -27688,6 +27783,7 @@ declare const VDataTableServer: {
27688
27783
  type: vue.PropType<readonly string[]>;
27689
27784
  default: () => never[];
27690
27785
  };
27786
+ hideDefaultBody: BooleanConstructor;
27691
27787
  hideDefaultFooter: BooleanConstructor;
27692
27788
  hideDefaultHeader: BooleanConstructor;
27693
27789
  width: (StringConstructor | NumberConstructor)[];
@@ -27759,7 +27855,7 @@ declare const VDatePicker: {
27759
27855
  theme?: string | undefined;
27760
27856
  color?: string | undefined;
27761
27857
  month?: string | number | undefined;
27762
- year?: string | number | undefined;
27858
+ year?: number | undefined;
27763
27859
  border?: string | number | boolean | undefined;
27764
27860
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
27765
27861
  rounded?: string | number | boolean | undefined;
@@ -27812,7 +27908,7 @@ declare const VDatePicker: {
27812
27908
  theme?: string | undefined;
27813
27909
  color?: string | undefined;
27814
27910
  month?: string | number | undefined;
27815
- year?: string | number | undefined;
27911
+ year?: number | undefined;
27816
27912
  border?: string | number | boolean | undefined;
27817
27913
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
27818
27914
  rounded?: string | number | boolean | undefined;
@@ -27905,7 +28001,7 @@ declare const VDatePicker: {
27905
28001
  theme?: string | undefined;
27906
28002
  color?: string | undefined;
27907
28003
  month?: string | number | undefined;
27908
- year?: string | number | undefined;
28004
+ year?: number | undefined;
27909
28005
  border?: string | number | boolean | undefined;
27910
28006
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
27911
28007
  rounded?: string | number | boolean | undefined;
@@ -27979,7 +28075,7 @@ declare const VDatePicker: {
27979
28075
  theme?: string | undefined;
27980
28076
  color?: string | undefined;
27981
28077
  month?: string | number | undefined;
27982
- year?: string | number | undefined;
28078
+ year?: number | undefined;
27983
28079
  border?: string | number | boolean | undefined;
27984
28080
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
27985
28081
  rounded?: string | number | boolean | undefined;
@@ -28092,12 +28188,12 @@ declare const VDatePicker: {
28092
28188
  hideHeader: BooleanConstructor;
28093
28189
  max: vue.PropType<unknown>;
28094
28190
  min: vue.PropType<unknown>;
28191
+ year: NumberConstructor;
28095
28192
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
28096
28193
  disabled: BooleanConstructor;
28097
28194
  displayValue: vue.PropType<unknown>;
28098
28195
  month: (StringConstructor | NumberConstructor)[];
28099
28196
  showAdjacentMonths: BooleanConstructor;
28100
- year: (StringConstructor | NumberConstructor)[];
28101
28197
  weekdays: {
28102
28198
  type: {
28103
28199
  (arrayLength: number): number[];
@@ -28201,12 +28297,12 @@ declare const VDatePicker: {
28201
28297
  hideHeader: BooleanConstructor;
28202
28298
  max: vue.PropType<unknown>;
28203
28299
  min: vue.PropType<unknown>;
28300
+ year: NumberConstructor;
28204
28301
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
28205
28302
  disabled: BooleanConstructor;
28206
28303
  displayValue: vue.PropType<unknown>;
28207
28304
  month: (StringConstructor | NumberConstructor)[];
28208
28305
  showAdjacentMonths: BooleanConstructor;
28209
- year: (StringConstructor | NumberConstructor)[];
28210
28306
  weekdays: {
28211
28307
  type: {
28212
28308
  (arrayLength: number): number[];
@@ -28983,7 +29079,10 @@ declare const VDatePickerMonths: {
28983
29079
  new (...args: any[]): vue.CreateComponentPublicInstance<{} & {
28984
29080
  height?: string | number | undefined;
28985
29081
  color?: string | undefined;
29082
+ year?: number | undefined;
28986
29083
  modelValue?: number | undefined;
29084
+ max?: unknown;
29085
+ min?: unknown;
28987
29086
  } & {
28988
29087
  $children?: {} | vue.VNodeChild | {
28989
29088
  month?: ((arg: {
@@ -29027,7 +29126,10 @@ declare const VDatePickerMonths: {
29027
29126
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {} & {
29028
29127
  height?: string | number | undefined;
29029
29128
  color?: string | undefined;
29129
+ year?: number | undefined;
29030
29130
  modelValue?: number | undefined;
29131
+ max?: unknown;
29132
+ min?: unknown;
29031
29133
  } & {
29032
29134
  $children?: {} | vue.VNodeChild | {
29033
29135
  month?: ((arg: {
@@ -29089,7 +29191,10 @@ declare const VDatePickerMonths: {
29089
29191
  }, {} & {
29090
29192
  height?: string | number | undefined;
29091
29193
  color?: string | undefined;
29194
+ year?: number | undefined;
29092
29195
  modelValue?: number | undefined;
29196
+ max?: unknown;
29197
+ min?: unknown;
29093
29198
  } & {
29094
29199
  $children?: {} | vue.VNodeChild | {
29095
29200
  month?: ((arg: {
@@ -29135,7 +29240,10 @@ declare const VDatePickerMonths: {
29135
29240
  } & vue.ComponentOptionsBase<{} & {
29136
29241
  height?: string | number | undefined;
29137
29242
  color?: string | undefined;
29243
+ year?: number | undefined;
29138
29244
  modelValue?: number | undefined;
29245
+ max?: unknown;
29246
+ min?: unknown;
29139
29247
  } & {
29140
29248
  $children?: {} | vue.VNodeChild | {
29141
29249
  month?: ((arg: {
@@ -29192,11 +29300,17 @@ declare const VDatePickerMonths: {
29192
29300
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
29193
29301
  color: StringConstructor;
29194
29302
  height: (StringConstructor | NumberConstructor)[];
29303
+ min: PropType<unknown>;
29304
+ max: PropType<unknown>;
29195
29305
  modelValue: NumberConstructor;
29306
+ year: NumberConstructor;
29196
29307
  }, vue.ExtractPropTypes<{
29197
29308
  color: StringConstructor;
29198
29309
  height: (StringConstructor | NumberConstructor)[];
29310
+ min: PropType<unknown>;
29311
+ max: PropType<unknown>;
29199
29312
  modelValue: NumberConstructor;
29313
+ year: NumberConstructor;
29200
29314
  }>>;
29201
29315
  type VDatePickerMonths = InstanceType<typeof VDatePickerMonths>;
29202
29316
 
@@ -53246,7 +53360,7 @@ declare const VSlideGroup: {
53246
53360
  style: vue.StyleValue;
53247
53361
  disabled: boolean;
53248
53362
  tag: string;
53249
- mobile: boolean | null;
53363
+ mobile: NonNullable<boolean | null> | null;
53250
53364
  multiple: boolean;
53251
53365
  direction: "horizontal" | "vertical";
53252
53366
  selectedClass: string;
@@ -53271,7 +53385,7 @@ declare const VSlideGroup: {
53271
53385
  style: vue.StyleValue;
53272
53386
  disabled: boolean;
53273
53387
  tag: string;
53274
- mobile: boolean | null;
53388
+ mobile: NonNullable<boolean | null> | null;
53275
53389
  multiple: boolean;
53276
53390
  direction: "horizontal" | "vertical";
53277
53391
  selectedClass: string;
@@ -53289,7 +53403,7 @@ declare const VSlideGroup: {
53289
53403
  style: vue.StyleValue;
53290
53404
  disabled: boolean;
53291
53405
  tag: string;
53292
- mobile: boolean | null;
53406
+ mobile: NonNullable<boolean | null> | null;
53293
53407
  multiple: boolean;
53294
53408
  direction: "horizontal" | "vertical";
53295
53409
  selectedClass: string;
@@ -53318,7 +53432,7 @@ declare const VSlideGroup: {
53318
53432
  style: vue.StyleValue;
53319
53433
  disabled: boolean;
53320
53434
  tag: string;
53321
- mobile: boolean | null;
53435
+ mobile: NonNullable<boolean | null> | null;
53322
53436
  multiple: boolean;
53323
53437
  direction: "horizontal" | "vertical";
53324
53438
  selectedClass: string;
@@ -53341,7 +53455,7 @@ declare const VSlideGroup: {
53341
53455
  style: vue.StyleValue;
53342
53456
  disabled: boolean;
53343
53457
  tag: string;
53344
- mobile: boolean | null;
53458
+ mobile: NonNullable<boolean | null> | null;
53345
53459
  multiple: boolean;
53346
53460
  direction: "horizontal" | "vertical";
53347
53461
  selectedClass: string;
@@ -53357,7 +53471,7 @@ declare const VSlideGroup: {
53357
53471
  style: vue.StyleValue;
53358
53472
  disabled: boolean;
53359
53473
  tag: string;
53360
- mobile: boolean | null;
53474
+ mobile: NonNullable<boolean | null> | null;
53361
53475
  multiple: boolean;
53362
53476
  direction: "horizontal" | "vertical";
53363
53477
  selectedClass: string;
@@ -53382,7 +53496,7 @@ declare const VSlideGroup: {
53382
53496
  style: vue.StyleValue;
53383
53497
  disabled: boolean;
53384
53498
  tag: string;
53385
- mobile: boolean | null;
53499
+ mobile: NonNullable<boolean | null> | null;
53386
53500
  multiple: boolean;
53387
53501
  direction: "horizontal" | "vertical";
53388
53502
  selectedClass: string;
@@ -53422,9 +53536,12 @@ declare const VSlideGroup: {
53422
53536
  type: StringConstructor;
53423
53537
  default: string;
53424
53538
  };
53425
- mobile: {
53539
+ mobile: Omit<{
53426
53540
  type: PropType<boolean | null>;
53427
53541
  default: boolean;
53542
+ }, "default" | "type"> & {
53543
+ type: PropType<NonNullable<boolean | null> | null>;
53544
+ default: NonNullable<boolean | null> | null;
53428
53545
  };
53429
53546
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53430
53547
  class: PropType<any>;
@@ -53470,9 +53587,12 @@ declare const VSlideGroup: {
53470
53587
  type: StringConstructor;
53471
53588
  default: string;
53472
53589
  };
53473
- mobile: {
53590
+ mobile: Omit<{
53474
53591
  type: PropType<boolean | null>;
53475
53592
  default: boolean;
53593
+ }, "default" | "type"> & {
53594
+ type: PropType<NonNullable<boolean | null> | null>;
53595
+ default: NonNullable<boolean | null> | null;
53476
53596
  };
53477
53597
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53478
53598
  class: PropType<any>;
@@ -61907,7 +62027,7 @@ declare const VTabs: {
61907
62027
  style: vue.StyleValue;
61908
62028
  disabled: boolean;
61909
62029
  tag: string;
61910
- mobile: boolean | null;
62030
+ mobile: NonNullable<boolean | null> | null;
61911
62031
  items: readonly TabItem[];
61912
62032
  mandatory: NonNullable<boolean | "force">;
61913
62033
  multiple: boolean;
@@ -61965,7 +62085,7 @@ declare const VTabs: {
61965
62085
  style: vue.StyleValue;
61966
62086
  disabled: boolean;
61967
62087
  tag: string;
61968
- mobile: boolean | null;
62088
+ mobile: NonNullable<boolean | null> | null;
61969
62089
  items: readonly TabItem[];
61970
62090
  mandatory: NonNullable<boolean | "force">;
61971
62091
  multiple: boolean;
@@ -62022,7 +62142,7 @@ declare const VTabs: {
62022
62142
  height: string | number;
62023
62143
  disabled: boolean;
62024
62144
  tag: string;
62025
- mobile: boolean | null;
62145
+ mobile: NonNullable<boolean | null> | null;
62026
62146
  modelValue: any;
62027
62147
  items: readonly TabItem[];
62028
62148
  mandatory: NonNullable<boolean | "force">;
@@ -62069,7 +62189,7 @@ declare const VTabs: {
62069
62189
  style: vue.StyleValue;
62070
62190
  disabled: boolean;
62071
62191
  tag: string;
62072
- mobile: boolean | null;
62192
+ mobile: NonNullable<boolean | null> | null;
62073
62193
  items: readonly TabItem[];
62074
62194
  mandatory: NonNullable<boolean | "force">;
62075
62195
  multiple: boolean;
@@ -62126,7 +62246,7 @@ declare const VTabs: {
62126
62246
  height: string | number;
62127
62247
  disabled: boolean;
62128
62248
  tag: string;
62129
- mobile: boolean | null;
62249
+ mobile: NonNullable<boolean | null> | null;
62130
62250
  modelValue: any;
62131
62251
  items: readonly TabItem[];
62132
62252
  mandatory: NonNullable<boolean | "force">;
@@ -62151,7 +62271,7 @@ declare const VTabs: {
62151
62271
  style: vue.StyleValue;
62152
62272
  disabled: boolean;
62153
62273
  tag: string;
62154
- mobile: boolean | null;
62274
+ mobile: NonNullable<boolean | null> | null;
62155
62275
  items: readonly TabItem[];
62156
62276
  mandatory: NonNullable<boolean | "force">;
62157
62277
  multiple: boolean;
@@ -62210,7 +62330,7 @@ declare const VTabs: {
62210
62330
  height: string | number;
62211
62331
  disabled: boolean;
62212
62332
  tag: string;
62213
- mobile: boolean | null;
62333
+ mobile: NonNullable<boolean | null> | null;
62214
62334
  modelValue: any;
62215
62335
  items: readonly TabItem[];
62216
62336
  mandatory: NonNullable<boolean | "force">;
@@ -62273,9 +62393,12 @@ declare const VTabs: {
62273
62393
  default: string;
62274
62394
  };
62275
62395
  disabled: BooleanConstructor;
62276
- mobile: {
62396
+ mobile: Omit<{
62277
62397
  type: PropType<boolean | null>;
62278
62398
  default: boolean;
62399
+ }, "default" | "type"> & {
62400
+ type: PropType<NonNullable<boolean | null> | null>;
62401
+ default: NonNullable<boolean | null> | null;
62279
62402
  };
62280
62403
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62281
62404
  class: PropType<any>;
@@ -62351,9 +62474,12 @@ declare const VTabs: {
62351
62474
  default: string;
62352
62475
  };
62353
62476
  disabled: BooleanConstructor;
62354
- mobile: {
62477
+ mobile: Omit<{
62355
62478
  type: PropType<boolean | null>;
62356
62479
  default: boolean;
62480
+ }, "default" | "type"> & {
62481
+ type: PropType<NonNullable<boolean | null> | null>;
62482
+ default: NonNullable<boolean | null> | null;
62357
62483
  };
62358
62484
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62359
62485
  class: PropType<any>;