vuetify 3.1.3 → 3.1.4

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 (120) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/json/attributes.json +682 -642
  3. package/dist/json/importMap-labs.json +4 -0
  4. package/dist/json/importMap.json +34 -34
  5. package/dist/json/tags.json +18 -3
  6. package/dist/json/web-types.json +943 -830
  7. package/dist/vuetify-labs.css +2987 -2985
  8. package/dist/vuetify-labs.d.ts +211 -50
  9. package/dist/vuetify-labs.esm.js +97 -79
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +96 -78
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +43 -40
  14. package/dist/vuetify.d.ts +144 -13
  15. package/dist/vuetify.esm.js +40 -31
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +40 -31
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +487 -484
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/VAppBarTitle.mjs +3 -4
  23. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.ts +14 -2
  25. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  26. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  27. package/lib/components/VBtn/VBtn.css +7 -7
  28. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  29. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  30. package/lib/components/VBtnGroup/index.d.ts +2 -1
  31. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  32. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  33. package/lib/components/VBtnToggle/index.d.ts +122 -1
  34. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  35. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  36. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  37. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  38. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  39. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  40. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  41. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  42. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  43. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  44. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  45. package/lib/components/VCard/VCard.css +7 -7
  46. package/lib/components/VChip/VChip.css +7 -7
  47. package/lib/components/VChip/VChip.mjs +6 -1
  48. package/lib/components/VChip/VChip.mjs.map +1 -1
  49. package/lib/components/VData/VData.mjs +2 -4
  50. package/lib/components/VData/VData.mjs.map +1 -1
  51. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  52. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  53. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  54. package/lib/components/VField/VField.css +2 -2
  55. package/lib/components/VField/VField.sass +2 -2
  56. package/lib/components/VList/VListItem.css +7 -7
  57. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  58. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  59. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  60. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  61. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  62. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  63. package/lib/components/VStepper/VStepper.sass +6 -6
  64. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  65. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  66. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  67. package/lib/components/VTimeline/_mixins.sass +1 -1
  68. package/lib/components/VToolbar/VToolbarTitle.mjs +6 -5
  69. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  70. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  71. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  72. package/lib/components/index.d.ts +135 -4
  73. package/lib/composables/nested/nested.mjs +2 -1
  74. package/lib/composables/nested/nested.mjs.map +1 -1
  75. package/lib/directives/ripple/VRipple.css +3 -0
  76. package/lib/directives/ripple/VRipple.sass +3 -0
  77. package/lib/directives/ripple/_variables.scss +1 -1
  78. package/lib/directives/ripple/index.mjs +2 -7
  79. package/lib/directives/ripple/index.mjs.map +1 -1
  80. package/lib/entry-bundler.mjs +1 -1
  81. package/lib/framework.mjs +1 -1
  82. package/lib/index.d.ts +9 -9
  83. package/lib/labs/VDataTable/VDataTable.mjs +1 -5
  84. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  85. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  86. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  87. package/lib/labs/VDataTable/VDataTableServer.mjs +1 -7
  88. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  89. package/lib/labs/VDataTable/VDataTableVirtual.mjs +0 -3
  90. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  91. package/lib/labs/VDataTable/composables/options.mjs +0 -6
  92. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  93. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  94. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  95. package/lib/labs/VDataTable/index.d.ts +60 -1
  96. package/lib/labs/VDataTable/index.mjs +1 -0
  97. package/lib/labs/VDataTable/index.mjs.map +1 -1
  98. package/lib/labs/VVirtualScroll/VVirtualScroll.css +0 -1
  99. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +40 -22
  100. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  101. package/lib/labs/VVirtualScroll/VVirtualScroll.sass +0 -1
  102. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +20 -8
  103. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  104. package/lib/labs/VVirtualScroll/index.d.ts +15 -46
  105. package/lib/labs/components.d.ts +75 -47
  106. package/lib/locale/ar.mjs +20 -20
  107. package/lib/locale/ar.mjs.map +1 -1
  108. package/lib/locale/es.mjs +3 -3
  109. package/lib/locale/es.mjs.map +1 -1
  110. package/lib/locale/fi.mjs +5 -5
  111. package/lib/locale/fi.mjs.map +1 -1
  112. package/lib/locale/it.mjs +6 -6
  113. package/lib/locale/it.mjs.map +1 -1
  114. package/lib/locale/sv.mjs +7 -7
  115. package/lib/locale/sv.mjs.map +1 -1
  116. package/lib/styles/settings/_variables.scss +6 -6
  117. package/lib/styles/tools/_states.sass +3 -3
  118. package/lib/util/helpers.mjs +0 -18
  119. package/lib/util/helpers.mjs.map +1 -1
  120. package/package.json +2 -2
@@ -1000,8 +1000,20 @@ declare const VAppBarNavIcon: vue.DefineComponent<{
1000
1000
  }>;
1001
1001
  declare type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
1002
1002
 
1003
- declare const VAppBarTitle: vue.DefineComponent<any, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
1004
- [x: string]: any;
1003
+ declare const VAppBarTitle: vue.DefineComponent<{
1004
+ tag: {
1005
+ type: StringConstructor;
1006
+ default: string;
1007
+ };
1008
+ text: StringConstructor;
1009
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1010
+ tag: {
1011
+ type: StringConstructor;
1012
+ default: string;
1013
+ };
1014
+ text: StringConstructor;
1015
+ }>>, {
1016
+ tag: string;
1005
1017
  }>;
1006
1018
  declare type VAppBarTitle = InstanceType<typeof VAppBarTitle>;
1007
1019
 
@@ -4435,7 +4447,7 @@ declare const VBtnGroup: vue.DefineComponent<{
4435
4447
  };
4436
4448
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4437
4449
  divided: BooleanConstructor;
4438
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4450
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<{
4439
4451
  color: StringConstructor;
4440
4452
  variant: {
4441
4453
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
@@ -4481,7 +4493,12 @@ declare const VBtnToggle: {
4481
4493
  $props: Partial<{
4482
4494
  disabled: boolean;
4483
4495
  multiple: boolean;
4496
+ tag: string;
4497
+ rounded: string | number | boolean;
4498
+ density: Density;
4499
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4484
4500
  modelValue: any;
4501
+ divided: boolean;
4485
4502
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
4486
4503
  modelValue: {
4487
4504
  type: null;
@@ -4492,9 +4509,35 @@ declare const VBtnToggle: {
4492
4509
  max: NumberConstructor;
4493
4510
  selectedClass: StringConstructor;
4494
4511
  disabled: BooleanConstructor;
4512
+ color: StringConstructor;
4513
+ variant: {
4514
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4515
+ default: string;
4516
+ validator: (v: any) => boolean;
4517
+ };
4518
+ theme: StringConstructor;
4519
+ tag: {
4520
+ type: StringConstructor;
4521
+ default: string;
4522
+ };
4523
+ rounded: {
4524
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4525
+ default: undefined;
4526
+ };
4527
+ elevation: {
4528
+ type: (StringConstructor | NumberConstructor)[];
4529
+ validator(v: any): boolean;
4530
+ };
4531
+ density: {
4532
+ type: vue.PropType<Density>;
4533
+ default: string;
4534
+ validator: (v: any) => boolean;
4535
+ };
4536
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4537
+ divided: BooleanConstructor;
4495
4538
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4496
4539
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4497
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "modelValue">;
4540
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "tag" | "rounded" | "density" | "variant" | "modelValue" | "divided">;
4498
4541
  $attrs: {
4499
4542
  [x: string]: unknown;
4500
4543
  };
@@ -4518,6 +4561,32 @@ declare const VBtnToggle: {
4518
4561
  max: NumberConstructor;
4519
4562
  selectedClass: StringConstructor;
4520
4563
  disabled: BooleanConstructor;
4564
+ color: StringConstructor;
4565
+ variant: {
4566
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4567
+ default: string;
4568
+ validator: (v: any) => boolean;
4569
+ };
4570
+ theme: StringConstructor;
4571
+ tag: {
4572
+ type: StringConstructor;
4573
+ default: string;
4574
+ };
4575
+ rounded: {
4576
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4577
+ default: undefined;
4578
+ };
4579
+ elevation: {
4580
+ type: (StringConstructor | NumberConstructor)[];
4581
+ validator(v: any): boolean;
4582
+ };
4583
+ density: {
4584
+ type: vue.PropType<Density>;
4585
+ default: string;
4586
+ validator: (v: any) => boolean;
4587
+ };
4588
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4589
+ divided: BooleanConstructor;
4521
4590
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4522
4591
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4523
4592
  }, {
@@ -4529,7 +4598,12 @@ declare const VBtnToggle: {
4529
4598
  }, "$children" | "v-slots" | "v-slot:default">, string, {
4530
4599
  disabled: boolean;
4531
4600
  multiple: boolean;
4601
+ tag: string;
4602
+ rounded: string | number | boolean;
4603
+ density: Density;
4604
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4532
4605
  modelValue: any;
4606
+ divided: boolean;
4533
4607
  }> & {
4534
4608
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4535
4609
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -4560,6 +4634,32 @@ declare const VBtnToggle: {
4560
4634
  max: NumberConstructor;
4561
4635
  selectedClass: StringConstructor;
4562
4636
  disabled: BooleanConstructor;
4637
+ color: StringConstructor;
4638
+ variant: {
4639
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4640
+ default: string;
4641
+ validator: (v: any) => boolean;
4642
+ };
4643
+ theme: StringConstructor;
4644
+ tag: {
4645
+ type: StringConstructor;
4646
+ default: string;
4647
+ };
4648
+ rounded: {
4649
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4650
+ default: undefined;
4651
+ };
4652
+ elevation: {
4653
+ type: (StringConstructor | NumberConstructor)[];
4654
+ validator(v: any): boolean;
4655
+ };
4656
+ density: {
4657
+ type: vue.PropType<Density>;
4658
+ default: string;
4659
+ validator: (v: any) => boolean;
4660
+ };
4661
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4662
+ divided: BooleanConstructor;
4563
4663
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4564
4664
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4565
4665
  } & vue.ShallowUnwrapRef<{
@@ -4580,6 +4680,32 @@ declare const VBtnToggle: {
4580
4680
  max: NumberConstructor;
4581
4681
  selectedClass: StringConstructor;
4582
4682
  disabled: BooleanConstructor;
4683
+ color: StringConstructor;
4684
+ variant: {
4685
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4686
+ default: string;
4687
+ validator: (v: any) => boolean;
4688
+ };
4689
+ theme: StringConstructor;
4690
+ tag: {
4691
+ type: StringConstructor;
4692
+ default: string;
4693
+ };
4694
+ rounded: {
4695
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4696
+ default: undefined;
4697
+ };
4698
+ elevation: {
4699
+ type: (StringConstructor | NumberConstructor)[];
4700
+ validator(v: any): boolean;
4701
+ };
4702
+ density: {
4703
+ type: vue.PropType<Density>;
4704
+ default: string;
4705
+ validator: (v: any) => boolean;
4706
+ };
4707
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4708
+ divided: BooleanConstructor;
4583
4709
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4584
4710
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4585
4711
  }, {
@@ -4591,7 +4717,12 @@ declare const VBtnToggle: {
4591
4717
  }, "$children" | "v-slots" | "v-slot:default">, string, {
4592
4718
  disabled: boolean;
4593
4719
  multiple: boolean;
4720
+ tag: string;
4721
+ rounded: string | number | boolean;
4722
+ density: Density;
4723
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4594
4724
  modelValue: any;
4725
+ divided: boolean;
4595
4726
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
4596
4727
  $props: SlotsToProps<{
4597
4728
  default: [DefaultBtnToggleSlot];
@@ -26259,6 +26390,65 @@ declare const VDataTableServer: vue.DefineComponent<{
26259
26390
  }>;
26260
26391
  declare type VDataTableServer = InstanceType<typeof VDataTableServer>;
26261
26392
 
26393
+ declare const VDataTableFooter: vue.DefineComponent<{
26394
+ prevIcon: {
26395
+ type: StringConstructor;
26396
+ default: string;
26397
+ };
26398
+ nextIcon: {
26399
+ type: StringConstructor;
26400
+ default: string;
26401
+ };
26402
+ firstIcon: {
26403
+ type: StringConstructor;
26404
+ default: string;
26405
+ };
26406
+ lastIcon: {
26407
+ type: StringConstructor;
26408
+ default: string;
26409
+ };
26410
+ itemsPerPageOptions: {
26411
+ type: PropType<InternalItem<any>[]>;
26412
+ default: () => {
26413
+ value: number;
26414
+ title: string;
26415
+ }[];
26416
+ };
26417
+ showCurrentPage: BooleanConstructor;
26418
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
26419
+ prevIcon: {
26420
+ type: StringConstructor;
26421
+ default: string;
26422
+ };
26423
+ nextIcon: {
26424
+ type: StringConstructor;
26425
+ default: string;
26426
+ };
26427
+ firstIcon: {
26428
+ type: StringConstructor;
26429
+ default: string;
26430
+ };
26431
+ lastIcon: {
26432
+ type: StringConstructor;
26433
+ default: string;
26434
+ };
26435
+ itemsPerPageOptions: {
26436
+ type: PropType<InternalItem<any>[]>;
26437
+ default: () => {
26438
+ value: number;
26439
+ title: string;
26440
+ }[];
26441
+ };
26442
+ showCurrentPage: BooleanConstructor;
26443
+ }>>, {
26444
+ nextIcon: string;
26445
+ prevIcon: string;
26446
+ firstIcon: string;
26447
+ lastIcon: string;
26448
+ itemsPerPageOptions: InternalItem<any>[];
26449
+ showCurrentPage: boolean;
26450
+ }>;
26451
+
26262
26452
  interface VVirtualScrollSlot<T> {
26263
26453
  item: T;
26264
26454
  index: number;
@@ -26267,10 +26457,7 @@ declare const VVirtualScroll: {
26267
26457
  new (...args: any[]): {
26268
26458
  $: vue.ComponentInternalInstance;
26269
26459
  $data: {};
26270
- $props: Partial<{
26271
- visibleItems: string | number;
26272
- itemKey: string;
26273
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
26460
+ $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
26274
26461
  height: (StringConstructor | NumberConstructor)[];
26275
26462
  maxHeight: (StringConstructor | NumberConstructor)[];
26276
26463
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -26281,16 +26468,9 @@ declare const VVirtualScroll: {
26281
26468
  type: ArrayConstructor;
26282
26469
  default: () => never[];
26283
26470
  };
26284
- itemKey: {
26285
- type: StringConstructor;
26286
- default: string;
26287
- };
26288
26471
  itemHeight: (StringConstructor | NumberConstructor)[];
26289
- visibleItems: {
26290
- type: (StringConstructor | NumberConstructor)[];
26291
- default: number;
26292
- };
26293
- }, "$children" | "items" | "v-slots" | "v-slot:default">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "visibleItems" | "itemKey">;
26472
+ visibleItems: (StringConstructor | NumberConstructor)[];
26473
+ }, "$children" | "items" | "v-slots" | "v-slot:default">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
26294
26474
  $attrs: {
26295
26475
  [x: string]: unknown;
26296
26476
  };
@@ -26315,19 +26495,11 @@ declare const VVirtualScroll: {
26315
26495
  type: ArrayConstructor;
26316
26496
  default: () => never[];
26317
26497
  };
26318
- itemKey: {
26319
- type: StringConstructor;
26320
- default: string;
26321
- };
26322
26498
  itemHeight: (StringConstructor | NumberConstructor)[];
26323
- visibleItems: {
26324
- type: (StringConstructor | NumberConstructor)[];
26325
- default: number;
26326
- };
26327
- }, "$children" | "items" | "v-slots" | "v-slot:default">>>, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slots" | "v-slot:default">, string, {
26328
- visibleItems: string | number;
26329
- itemKey: string;
26330
- }> & {
26499
+ visibleItems: (StringConstructor | NumberConstructor)[];
26500
+ }, "$children" | "items" | "v-slots" | "v-slot:default">>>, {
26501
+ scrollToIndex: (index: number) => void;
26502
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slots" | "v-slot:default">, string, {}> & {
26331
26503
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
26332
26504
  created?: ((() => void) | (() => void)[]) | undefined;
26333
26505
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -26358,16 +26530,11 @@ declare const VVirtualScroll: {
26358
26530
  type: ArrayConstructor;
26359
26531
  default: () => never[];
26360
26532
  };
26361
- itemKey: {
26362
- type: StringConstructor;
26363
- default: string;
26364
- };
26365
26533
  itemHeight: (StringConstructor | NumberConstructor)[];
26366
- visibleItems: {
26367
- type: (StringConstructor | NumberConstructor)[];
26368
- default: number;
26369
- };
26370
- }, "$children" | "items" | "v-slots" | "v-slot:default">>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
26534
+ visibleItems: (StringConstructor | NumberConstructor)[];
26535
+ }, "$children" | "items" | "v-slots" | "v-slot:default">>> & vue.ShallowUnwrapRef<{
26536
+ scrollToIndex: (index: number) => void;
26537
+ }> & {} & vue.ComponentCustomProperties;
26371
26538
  __isFragment?: undefined;
26372
26539
  __isTeleport?: undefined;
26373
26540
  __isSuspense?: undefined;
@@ -26382,19 +26549,11 @@ declare const VVirtualScroll: {
26382
26549
  type: ArrayConstructor;
26383
26550
  default: () => never[];
26384
26551
  };
26385
- itemKey: {
26386
- type: StringConstructor;
26387
- default: string;
26388
- };
26389
26552
  itemHeight: (StringConstructor | NumberConstructor)[];
26390
- visibleItems: {
26391
- type: (StringConstructor | NumberConstructor)[];
26392
- default: number;
26393
- };
26394
- }, "$children" | "items" | "v-slots" | "v-slot:default">>>, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slots" | "v-slot:default">, string, {
26395
- visibleItems: string | number;
26396
- itemKey: string;
26397
- }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
26553
+ visibleItems: (StringConstructor | NumberConstructor)[];
26554
+ }, "$children" | "items" | "v-slots" | "v-slot:default">>>, {
26555
+ scrollToIndex: (index: number) => void;
26556
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slots" | "v-slot:default">, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
26398
26557
  $props: {
26399
26558
  items: readonly T[];
26400
26559
  } & {
@@ -26549,6 +26708,7 @@ declare const allComponents_d_VDataTableRows: typeof VDataTableRows;
26549
26708
  declare const allComponents_d_VDataTableRow: typeof VDataTableRow;
26550
26709
  declare const allComponents_d_VDataTableVirtual: typeof VDataTableVirtual;
26551
26710
  declare const allComponents_d_VDataTableServer: typeof VDataTableServer;
26711
+ declare const allComponents_d_VDataTableFooter: typeof VDataTableFooter;
26552
26712
  declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
26553
26713
  declare namespace allComponents_d {
26554
26714
  export {
@@ -26689,6 +26849,7 @@ declare namespace allComponents_d {
26689
26849
  allComponents_d_VDataTableRow as VDataTableRow,
26690
26850
  allComponents_d_VDataTableVirtual as VDataTableVirtual,
26691
26851
  allComponents_d_VDataTableServer as VDataTableServer,
26852
+ allComponents_d_VDataTableFooter as VDataTableFooter,
26692
26853
  allComponents_d_VVirtualScroll as VVirtualScroll,
26693
26854
  };
26694
26855
  }