@vuetify/nightly 3.7.4-master.2024-11-20 → 3.7.4-master.2024-11-28

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 (56) hide show
  1. package/dist/json/attributes.json +3082 -3082
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +180 -180
  4. package/dist/json/web-types.json +5654 -5654
  5. package/dist/vuetify-labs.css +3265 -3265
  6. package/dist/vuetify-labs.d.ts +199 -199
  7. package/dist/vuetify-labs.esm.js +45 -42
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +45 -42
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +919 -919
  12. package/dist/vuetify.d.ts +188 -188
  13. package/dist/vuetify.esm.js +42 -39
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +42 -39
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +26 -25
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +28 -28
  23. package/lib/components/VChip/VChip.mjs +1 -1
  24. package/lib/components/VChip/VChip.mjs.map +1 -1
  25. package/lib/components/VChip/index.d.mts +9 -9
  26. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  27. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  28. package/lib/components/VCombobox/index.d.mts +28 -28
  29. package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
  30. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  31. package/lib/components/VDatePicker/index.d.mts +6 -6
  32. package/lib/components/VList/VList.mjs +3 -2
  33. package/lib/components/VList/VList.mjs.map +1 -1
  34. package/lib/components/VList/index.d.mts +12 -12
  35. package/lib/components/VSelect/VSelect.mjs +3 -3
  36. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  37. package/lib/components/VSelect/index.d.mts +28 -28
  38. package/lib/components/VStepper/VStepper.mjs +5 -4
  39. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  40. package/lib/components/VStepper/VStepperItem.mjs +5 -4
  41. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  42. package/lib/components/VStepper/index.d.mts +58 -52
  43. package/lib/components/index.d.mts +126 -126
  44. package/lib/composables/form.mjs +7 -2
  45. package/lib/composables/form.mjs.map +1 -1
  46. package/lib/composables/validation.mjs +10 -12
  47. package/lib/composables/validation.mjs.map +1 -1
  48. package/lib/entry-bundler.mjs +1 -1
  49. package/lib/framework.mjs +1 -1
  50. package/lib/index.d.mts +62 -62
  51. package/lib/labs/VNumberInput/VNumberInput.mjs +3 -3
  52. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  53. package/lib/labs/VStepperVertical/index.d.mts +51 -51
  54. package/lib/labs/VTreeview/index.d.mts +22 -22
  55. package/lib/labs/components.d.mts +73 -73
  56. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -4837,8 +4837,8 @@ declare const VList: {
4837
4837
  activeColor?: string | undefined;
4838
4838
  activeClass?: string | undefined;
4839
4839
  activeStrategy?: ActiveStrategyProp | undefined;
4840
- collapseIcon?: string | undefined;
4841
- expandIcon?: string | undefined;
4840
+ collapseIcon?: IconValue | undefined;
4841
+ expandIcon?: IconValue | undefined;
4842
4842
  } & {
4843
4843
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
4844
4844
  "onClick:activate"?: ((value: {
@@ -4909,8 +4909,8 @@ declare const VList: {
4909
4909
  activeColor?: string | undefined;
4910
4910
  activeClass?: string | undefined;
4911
4911
  activeStrategy?: ActiveStrategyProp | undefined;
4912
- collapseIcon?: string | undefined;
4913
- expandIcon?: string | undefined;
4912
+ collapseIcon?: IconValue | undefined;
4913
+ expandIcon?: IconValue | undefined;
4914
4914
  } & {
4915
4915
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
4916
4916
  "onClick:activate"?: ((value: {
@@ -5007,8 +5007,8 @@ declare const VList: {
5007
5007
  activeColor?: string | undefined;
5008
5008
  activeClass?: string | undefined;
5009
5009
  activeStrategy?: ActiveStrategyProp | undefined;
5010
- collapseIcon?: string | undefined;
5011
- expandIcon?: string | undefined;
5010
+ collapseIcon?: IconValue | undefined;
5011
+ expandIcon?: IconValue | undefined;
5012
5012
  } & {
5013
5013
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
5014
5014
  "onClick:activate"?: ((value: {
@@ -5083,8 +5083,8 @@ declare const VList: {
5083
5083
  activeColor?: string | undefined;
5084
5084
  activeClass?: string | undefined;
5085
5085
  activeStrategy?: ActiveStrategyProp | undefined;
5086
- collapseIcon?: string | undefined;
5087
- expandIcon?: string | undefined;
5086
+ collapseIcon?: IconValue | undefined;
5087
+ expandIcon?: IconValue | undefined;
5088
5088
  } & {
5089
5089
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
5090
5090
  "onClick:activate"?: ((value: {
@@ -5273,8 +5273,8 @@ declare const VList: {
5273
5273
  activeClass: StringConstructor;
5274
5274
  bgColor: StringConstructor;
5275
5275
  disabled: BooleanConstructor;
5276
- expandIcon: StringConstructor;
5277
- collapseIcon: StringConstructor;
5276
+ expandIcon: PropType<IconValue>;
5277
+ collapseIcon: PropType<IconValue>;
5278
5278
  lines: {
5279
5279
  type: PropType<"one" | "two" | "three" | false>;
5280
5280
  default: string;
@@ -5382,8 +5382,8 @@ declare const VList: {
5382
5382
  activeClass: StringConstructor;
5383
5383
  bgColor: StringConstructor;
5384
5384
  disabled: BooleanConstructor;
5385
- expandIcon: StringConstructor;
5386
- collapseIcon: StringConstructor;
5385
+ expandIcon: PropType<IconValue>;
5386
+ collapseIcon: PropType<IconValue>;
5387
5387
  lines: {
5388
5388
  type: PropType<"one" | "two" | "three" | false>;
5389
5389
  default: string;
@@ -8610,8 +8610,8 @@ declare const VAutocomplete: {
8610
8610
  activeColor?: string | undefined;
8611
8611
  activeClass?: string | undefined;
8612
8612
  activeStrategy?: ActiveStrategyProp | undefined;
8613
- collapseIcon?: string | undefined;
8614
- expandIcon?: string | undefined;
8613
+ collapseIcon?: IconValue | undefined;
8614
+ expandIcon?: IconValue | undefined;
8615
8615
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
8616
8616
  "onClick:activate"?: ((value: {
8617
8617
  id: unknown;
@@ -8655,8 +8655,8 @@ declare const VAutocomplete: {
8655
8655
  activeColor?: string | undefined;
8656
8656
  activeClass?: string | undefined;
8657
8657
  activeStrategy?: ActiveStrategyProp | undefined;
8658
- collapseIcon?: string | undefined;
8659
- expandIcon?: string | undefined;
8658
+ collapseIcon?: IconValue | undefined;
8659
+ expandIcon?: IconValue | undefined;
8660
8660
  } & {
8661
8661
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
8662
8662
  "onClick:activate"?: ((value: {
@@ -9105,8 +9105,8 @@ declare const VAutocomplete: {
9105
9105
  activeColor?: string | undefined;
9106
9106
  activeClass?: string | undefined;
9107
9107
  activeStrategy?: ActiveStrategyProp | undefined;
9108
- collapseIcon?: string | undefined;
9109
- expandIcon?: string | undefined;
9108
+ collapseIcon?: IconValue | undefined;
9109
+ expandIcon?: IconValue | undefined;
9110
9110
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
9111
9111
  "onClick:activate"?: ((value: {
9112
9112
  id: unknown;
@@ -9150,8 +9150,8 @@ declare const VAutocomplete: {
9150
9150
  activeColor?: string | undefined;
9151
9151
  activeClass?: string | undefined;
9152
9152
  activeStrategy?: ActiveStrategyProp | undefined;
9153
- collapseIcon?: string | undefined;
9154
- expandIcon?: string | undefined;
9153
+ collapseIcon?: IconValue | undefined;
9154
+ expandIcon?: IconValue | undefined;
9155
9155
  } & {
9156
9156
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
9157
9157
  "onClick:activate"?: ((value: {
@@ -9684,8 +9684,8 @@ declare const VAutocomplete: {
9684
9684
  activeColor?: string | undefined;
9685
9685
  activeClass?: string | undefined;
9686
9686
  activeStrategy?: ActiveStrategyProp | undefined;
9687
- collapseIcon?: string | undefined;
9688
- expandIcon?: string | undefined;
9687
+ collapseIcon?: IconValue | undefined;
9688
+ expandIcon?: IconValue | undefined;
9689
9689
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
9690
9690
  "onClick:activate"?: ((value: {
9691
9691
  id: unknown;
@@ -9729,8 +9729,8 @@ declare const VAutocomplete: {
9729
9729
  activeColor?: string | undefined;
9730
9730
  activeClass?: string | undefined;
9731
9731
  activeStrategy?: ActiveStrategyProp | undefined;
9732
- collapseIcon?: string | undefined;
9733
- expandIcon?: string | undefined;
9732
+ collapseIcon?: IconValue | undefined;
9733
+ expandIcon?: IconValue | undefined;
9734
9734
  } & {
9735
9735
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
9736
9736
  "onClick:activate"?: ((value: {
@@ -10228,8 +10228,8 @@ declare const VAutocomplete: {
10228
10228
  activeColor?: string | undefined;
10229
10229
  activeClass?: string | undefined;
10230
10230
  activeStrategy?: ActiveStrategyProp | undefined;
10231
- collapseIcon?: string | undefined;
10232
- expandIcon?: string | undefined;
10231
+ collapseIcon?: IconValue | undefined;
10232
+ expandIcon?: IconValue | undefined;
10233
10233
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
10234
10234
  "onClick:activate"?: ((value: {
10235
10235
  id: unknown;
@@ -10273,8 +10273,8 @@ declare const VAutocomplete: {
10273
10273
  activeColor?: string | undefined;
10274
10274
  activeClass?: string | undefined;
10275
10275
  activeStrategy?: ActiveStrategyProp | undefined;
10276
- collapseIcon?: string | undefined;
10277
- expandIcon?: string | undefined;
10276
+ collapseIcon?: IconValue | undefined;
10277
+ expandIcon?: IconValue | undefined;
10278
10278
  } & {
10279
10279
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
10280
10280
  "onClick:activate"?: ((value: {
@@ -18841,7 +18841,7 @@ declare const VChip: {
18841
18841
  closable: boolean;
18842
18842
  closeIcon: IconValue;
18843
18843
  closeLabel: string;
18844
- filterIcon: string;
18844
+ filterIcon: IconValue;
18845
18845
  pill: boolean;
18846
18846
  } & {
18847
18847
  link?: boolean | undefined;
@@ -18949,7 +18949,7 @@ declare const VChip: {
18949
18949
  closable: boolean;
18950
18950
  closeIcon: IconValue;
18951
18951
  closeLabel: string;
18952
- filterIcon: string;
18952
+ filterIcon: IconValue;
18953
18953
  pill: boolean;
18954
18954
  } & {
18955
18955
  link?: boolean | undefined;
@@ -19052,7 +19052,7 @@ declare const VChip: {
19052
19052
  closable: boolean;
19053
19053
  closeIcon: IconValue;
19054
19054
  closeLabel: string;
19055
- filterIcon: string;
19055
+ filterIcon: IconValue;
19056
19056
  pill: boolean;
19057
19057
  }, true, {}, vue.SlotsType<Partial<{
19058
19058
  default: (arg: {
@@ -19095,7 +19095,7 @@ declare const VChip: {
19095
19095
  closable: boolean;
19096
19096
  closeIcon: IconValue;
19097
19097
  closeLabel: string;
19098
- filterIcon: string;
19098
+ filterIcon: IconValue;
19099
19099
  pill: boolean;
19100
19100
  } & {
19101
19101
  link?: boolean | undefined;
@@ -19198,7 +19198,7 @@ declare const VChip: {
19198
19198
  closable: boolean;
19199
19199
  closeIcon: IconValue;
19200
19200
  closeLabel: string;
19201
- filterIcon: string;
19201
+ filterIcon: IconValue;
19202
19202
  pill: boolean;
19203
19203
  }>;
19204
19204
  __isFragment?: never;
@@ -19224,7 +19224,7 @@ declare const VChip: {
19224
19224
  closable: boolean;
19225
19225
  closeIcon: IconValue;
19226
19226
  closeLabel: string;
19227
- filterIcon: string;
19227
+ filterIcon: IconValue;
19228
19228
  pill: boolean;
19229
19229
  } & {
19230
19230
  link?: boolean | undefined;
@@ -19334,7 +19334,7 @@ declare const VChip: {
19334
19334
  closable: boolean;
19335
19335
  closeIcon: IconValue;
19336
19336
  closeLabel: string;
19337
- filterIcon: string;
19337
+ filterIcon: IconValue;
19338
19338
  pill: boolean;
19339
19339
  }, {}, string, vue.SlotsType<Partial<{
19340
19340
  default: (arg: {
@@ -19414,7 +19414,7 @@ declare const VChip: {
19414
19414
  draggable: BooleanConstructor;
19415
19415
  filter: BooleanConstructor;
19416
19416
  filterIcon: {
19417
- type: StringConstructor;
19417
+ type: PropType<IconValue>;
19418
19418
  default: string;
19419
19419
  };
19420
19420
  label: BooleanConstructor;
@@ -19500,7 +19500,7 @@ declare const VChip: {
19500
19500
  draggable: BooleanConstructor;
19501
19501
  filter: BooleanConstructor;
19502
19502
  filterIcon: {
19503
- type: StringConstructor;
19503
+ type: PropType<IconValue>;
19504
19504
  default: string;
19505
19505
  };
19506
19506
  label: BooleanConstructor;
@@ -20597,8 +20597,8 @@ declare const VCombobox: {
20597
20597
  activeColor?: string | undefined;
20598
20598
  activeClass?: string | undefined;
20599
20599
  activeStrategy?: ActiveStrategyProp | undefined;
20600
- collapseIcon?: string | undefined;
20601
- expandIcon?: string | undefined;
20600
+ collapseIcon?: IconValue | undefined;
20601
+ expandIcon?: IconValue | undefined;
20602
20602
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
20603
20603
  "onClick:activate"?: ((value: {
20604
20604
  id: unknown;
@@ -20642,8 +20642,8 @@ declare const VCombobox: {
20642
20642
  activeColor?: string | undefined;
20643
20643
  activeClass?: string | undefined;
20644
20644
  activeStrategy?: ActiveStrategyProp | undefined;
20645
- collapseIcon?: string | undefined;
20646
- expandIcon?: string | undefined;
20645
+ collapseIcon?: IconValue | undefined;
20646
+ expandIcon?: IconValue | undefined;
20647
20647
  } & {
20648
20648
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
20649
20649
  "onClick:activate"?: ((value: {
@@ -21092,8 +21092,8 @@ declare const VCombobox: {
21092
21092
  activeColor?: string | undefined;
21093
21093
  activeClass?: string | undefined;
21094
21094
  activeStrategy?: ActiveStrategyProp | undefined;
21095
- collapseIcon?: string | undefined;
21096
- expandIcon?: string | undefined;
21095
+ collapseIcon?: IconValue | undefined;
21096
+ expandIcon?: IconValue | undefined;
21097
21097
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
21098
21098
  "onClick:activate"?: ((value: {
21099
21099
  id: unknown;
@@ -21137,8 +21137,8 @@ declare const VCombobox: {
21137
21137
  activeColor?: string | undefined;
21138
21138
  activeClass?: string | undefined;
21139
21139
  activeStrategy?: ActiveStrategyProp | undefined;
21140
- collapseIcon?: string | undefined;
21141
- expandIcon?: string | undefined;
21140
+ collapseIcon?: IconValue | undefined;
21141
+ expandIcon?: IconValue | undefined;
21142
21142
  } & {
21143
21143
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
21144
21144
  "onClick:activate"?: ((value: {
@@ -21671,8 +21671,8 @@ declare const VCombobox: {
21671
21671
  activeColor?: string | undefined;
21672
21672
  activeClass?: string | undefined;
21673
21673
  activeStrategy?: ActiveStrategyProp | undefined;
21674
- collapseIcon?: string | undefined;
21675
- expandIcon?: string | undefined;
21674
+ collapseIcon?: IconValue | undefined;
21675
+ expandIcon?: IconValue | undefined;
21676
21676
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
21677
21677
  "onClick:activate"?: ((value: {
21678
21678
  id: unknown;
@@ -21716,8 +21716,8 @@ declare const VCombobox: {
21716
21716
  activeColor?: string | undefined;
21717
21717
  activeClass?: string | undefined;
21718
21718
  activeStrategy?: ActiveStrategyProp | undefined;
21719
- collapseIcon?: string | undefined;
21720
- expandIcon?: string | undefined;
21719
+ collapseIcon?: IconValue | undefined;
21720
+ expandIcon?: IconValue | undefined;
21721
21721
  } & {
21722
21722
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
21723
21723
  "onClick:activate"?: ((value: {
@@ -22215,8 +22215,8 @@ declare const VCombobox: {
22215
22215
  activeColor?: string | undefined;
22216
22216
  activeClass?: string | undefined;
22217
22217
  activeStrategy?: ActiveStrategyProp | undefined;
22218
- collapseIcon?: string | undefined;
22219
- expandIcon?: string | undefined;
22218
+ collapseIcon?: IconValue | undefined;
22219
+ expandIcon?: IconValue | undefined;
22220
22220
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
22221
22221
  "onClick:activate"?: ((value: {
22222
22222
  id: unknown;
@@ -22260,8 +22260,8 @@ declare const VCombobox: {
22260
22260
  activeColor?: string | undefined;
22261
22261
  activeClass?: string | undefined;
22262
22262
  activeStrategy?: ActiveStrategyProp | undefined;
22263
- collapseIcon?: string | undefined;
22264
- expandIcon?: string | undefined;
22263
+ collapseIcon?: IconValue | undefined;
22264
+ expandIcon?: IconValue | undefined;
22265
22265
  } & {
22266
22266
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
22267
22267
  "onClick:activate"?: ((value: {
@@ -28507,7 +28507,7 @@ declare const VDatePickerHeader: {
28507
28507
  transition?: string | undefined;
28508
28508
  header?: string | undefined;
28509
28509
  onClick?: ((args_0: MouseEvent) => void) | undefined;
28510
- appendIcon?: string | undefined;
28510
+ appendIcon?: IconValue | undefined;
28511
28511
  } & {
28512
28512
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
28513
28513
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -28534,7 +28534,7 @@ declare const VDatePickerHeader: {
28534
28534
  transition?: string | undefined;
28535
28535
  header?: string | undefined;
28536
28536
  onClick?: ((args_0: MouseEvent) => void) | undefined;
28537
- appendIcon?: string | undefined;
28537
+ appendIcon?: IconValue | undefined;
28538
28538
  } & {
28539
28539
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
28540
28540
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -28569,7 +28569,7 @@ declare const VDatePickerHeader: {
28569
28569
  transition?: string | undefined;
28570
28570
  header?: string | undefined;
28571
28571
  onClick?: ((args_0: MouseEvent) => void) | undefined;
28572
- appendIcon?: string | undefined;
28572
+ appendIcon?: IconValue | undefined;
28573
28573
  } & {
28574
28574
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
28575
28575
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -28597,7 +28597,7 @@ declare const VDatePickerHeader: {
28597
28597
  transition?: string | undefined;
28598
28598
  header?: string | undefined;
28599
28599
  onClick?: ((args_0: MouseEvent) => void) | undefined;
28600
- appendIcon?: string | undefined;
28600
+ appendIcon?: IconValue | undefined;
28601
28601
  } & {
28602
28602
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
28603
28603
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -28624,13 +28624,13 @@ declare const VDatePickerHeader: {
28624
28624
  default: () => vue.VNode[];
28625
28625
  append: () => vue.VNode[];
28626
28626
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
28627
- appendIcon: StringConstructor;
28627
+ appendIcon: vue.PropType<IconValue>;
28628
28628
  color: StringConstructor;
28629
28629
  header: StringConstructor;
28630
28630
  transition: StringConstructor;
28631
28631
  onClick: vue.PropType<(args_0: MouseEvent) => void>;
28632
28632
  }, vue.ExtractPropTypes<{
28633
- appendIcon: StringConstructor;
28633
+ appendIcon: vue.PropType<IconValue>;
28634
28634
  color: StringConstructor;
28635
28635
  header: StringConstructor;
28636
28636
  transition: StringConstructor;
@@ -44988,8 +44988,8 @@ declare const VSelect: {
44988
44988
  activeColor?: string | undefined;
44989
44989
  activeClass?: string | undefined;
44990
44990
  activeStrategy?: ActiveStrategyProp | undefined;
44991
- collapseIcon?: string | undefined;
44992
- expandIcon?: string | undefined;
44991
+ collapseIcon?: IconValue | undefined;
44992
+ expandIcon?: IconValue | undefined;
44993
44993
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
44994
44994
  "onClick:activate"?: ((value: {
44995
44995
  id: unknown;
@@ -45033,8 +45033,8 @@ declare const VSelect: {
45033
45033
  activeColor?: string | undefined;
45034
45034
  activeClass?: string | undefined;
45035
45035
  activeStrategy?: ActiveStrategyProp | undefined;
45036
- collapseIcon?: string | undefined;
45037
- expandIcon?: string | undefined;
45036
+ collapseIcon?: IconValue | undefined;
45037
+ expandIcon?: IconValue | undefined;
45038
45038
  } & {
45039
45039
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
45040
45040
  "onClick:activate"?: ((value: {
@@ -45475,8 +45475,8 @@ declare const VSelect: {
45475
45475
  activeColor?: string | undefined;
45476
45476
  activeClass?: string | undefined;
45477
45477
  activeStrategy?: ActiveStrategyProp | undefined;
45478
- collapseIcon?: string | undefined;
45479
- expandIcon?: string | undefined;
45478
+ collapseIcon?: IconValue | undefined;
45479
+ expandIcon?: IconValue | undefined;
45480
45480
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
45481
45481
  "onClick:activate"?: ((value: {
45482
45482
  id: unknown;
@@ -45520,8 +45520,8 @@ declare const VSelect: {
45520
45520
  activeColor?: string | undefined;
45521
45521
  activeClass?: string | undefined;
45522
45522
  activeStrategy?: ActiveStrategyProp | undefined;
45523
- collapseIcon?: string | undefined;
45524
- expandIcon?: string | undefined;
45523
+ collapseIcon?: IconValue | undefined;
45524
+ expandIcon?: IconValue | undefined;
45525
45525
  } & {
45526
45526
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
45527
45527
  "onClick:activate"?: ((value: {
@@ -46045,8 +46045,8 @@ declare const VSelect: {
46045
46045
  activeColor?: string | undefined;
46046
46046
  activeClass?: string | undefined;
46047
46047
  activeStrategy?: ActiveStrategyProp | undefined;
46048
- collapseIcon?: string | undefined;
46049
- expandIcon?: string | undefined;
46048
+ collapseIcon?: IconValue | undefined;
46049
+ expandIcon?: IconValue | undefined;
46050
46050
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
46051
46051
  "onClick:activate"?: ((value: {
46052
46052
  id: unknown;
@@ -46090,8 +46090,8 @@ declare const VSelect: {
46090
46090
  activeColor?: string | undefined;
46091
46091
  activeClass?: string | undefined;
46092
46092
  activeStrategy?: ActiveStrategyProp | undefined;
46093
- collapseIcon?: string | undefined;
46094
- expandIcon?: string | undefined;
46093
+ collapseIcon?: IconValue | undefined;
46094
+ expandIcon?: IconValue | undefined;
46095
46095
  } & {
46096
46096
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
46097
46097
  "onClick:activate"?: ((value: {
@@ -46580,8 +46580,8 @@ declare const VSelect: {
46580
46580
  activeColor?: string | undefined;
46581
46581
  activeClass?: string | undefined;
46582
46582
  activeStrategy?: ActiveStrategyProp | undefined;
46583
- collapseIcon?: string | undefined;
46584
- expandIcon?: string | undefined;
46583
+ collapseIcon?: IconValue | undefined;
46584
+ expandIcon?: IconValue | undefined;
46585
46585
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
46586
46586
  "onClick:activate"?: ((value: {
46587
46587
  id: unknown;
@@ -46625,8 +46625,8 @@ declare const VSelect: {
46625
46625
  activeColor?: string | undefined;
46626
46626
  activeClass?: string | undefined;
46627
46627
  activeStrategy?: ActiveStrategyProp | undefined;
46628
- collapseIcon?: string | undefined;
46629
- expandIcon?: string | undefined;
46628
+ collapseIcon?: IconValue | undefined;
46629
+ expandIcon?: IconValue | undefined;
46630
46630
  } & {
46631
46631
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
46632
46632
  "onClick:activate"?: ((value: {
@@ -52327,15 +52327,15 @@ declare const VStepperItem: {
52327
52327
  ripple: boolean | {
52328
52328
  class: string;
52329
52329
  } | undefined;
52330
- completeIcon: string;
52330
+ completeIcon: IconValue;
52331
52331
  editable: boolean;
52332
- editIcon: string;
52333
- errorIcon: string;
52332
+ editIcon: IconValue;
52333
+ errorIcon: IconValue;
52334
52334
  } & {
52335
52335
  color?: string | undefined;
52336
52336
  value?: any;
52337
52337
  title?: string | undefined;
52338
- icon?: string | undefined;
52338
+ icon?: IconValue | undefined;
52339
52339
  selectedClass?: string | undefined;
52340
52340
  subtitle?: string | undefined;
52341
52341
  } & {
@@ -52372,15 +52372,15 @@ declare const VStepperItem: {
52372
52372
  ripple: boolean | {
52373
52373
  class: string;
52374
52374
  } | undefined;
52375
- completeIcon: string;
52375
+ completeIcon: IconValue;
52376
52376
  editable: boolean;
52377
- editIcon: string;
52378
- errorIcon: string;
52377
+ editIcon: IconValue;
52378
+ errorIcon: IconValue;
52379
52379
  } & {
52380
52380
  color?: string | undefined;
52381
52381
  value?: any;
52382
52382
  title?: string | undefined;
52383
- icon?: string | undefined;
52383
+ icon?: IconValue | undefined;
52384
52384
  selectedClass?: string | undefined;
52385
52385
  subtitle?: string | undefined;
52386
52386
  } & {
@@ -52413,10 +52413,10 @@ declare const VStepperItem: {
52413
52413
  ripple: boolean | {
52414
52414
  class: string;
52415
52415
  } | undefined;
52416
- completeIcon: string;
52416
+ completeIcon: IconValue;
52417
52417
  editable: boolean;
52418
- editIcon: string;
52419
- errorIcon: string;
52418
+ editIcon: IconValue;
52419
+ errorIcon: IconValue;
52420
52420
  }, true, {}, vue.SlotsType<Partial<{
52421
52421
  default: (arg: StepperItemSlot) => vue.VNode[];
52422
52422
  icon: (arg: StepperItemSlot) => vue.VNode[];
@@ -52437,15 +52437,15 @@ declare const VStepperItem: {
52437
52437
  ripple: boolean | {
52438
52438
  class: string;
52439
52439
  } | undefined;
52440
- completeIcon: string;
52440
+ completeIcon: IconValue;
52441
52441
  editable: boolean;
52442
- editIcon: string;
52443
- errorIcon: string;
52442
+ editIcon: IconValue;
52443
+ errorIcon: IconValue;
52444
52444
  } & {
52445
52445
  color?: string | undefined;
52446
52446
  value?: any;
52447
52447
  title?: string | undefined;
52448
- icon?: string | undefined;
52448
+ icon?: IconValue | undefined;
52449
52449
  selectedClass?: string | undefined;
52450
52450
  subtitle?: string | undefined;
52451
52451
  } & {
@@ -52478,10 +52478,10 @@ declare const VStepperItem: {
52478
52478
  ripple: boolean | {
52479
52479
  class: string;
52480
52480
  } | undefined;
52481
- completeIcon: string;
52481
+ completeIcon: IconValue;
52482
52482
  editable: boolean;
52483
- editIcon: string;
52484
- errorIcon: string;
52483
+ editIcon: IconValue;
52484
+ errorIcon: IconValue;
52485
52485
  }>;
52486
52486
  __isFragment?: never;
52487
52487
  __isTeleport?: never;
@@ -52494,15 +52494,15 @@ declare const VStepperItem: {
52494
52494
  ripple: boolean | {
52495
52495
  class: string;
52496
52496
  } | undefined;
52497
- completeIcon: string;
52497
+ completeIcon: IconValue;
52498
52498
  editable: boolean;
52499
- editIcon: string;
52500
- errorIcon: string;
52499
+ editIcon: IconValue;
52500
+ errorIcon: IconValue;
52501
52501
  } & {
52502
52502
  color?: string | undefined;
52503
52503
  value?: any;
52504
52504
  title?: string | undefined;
52505
- icon?: string | undefined;
52505
+ icon?: IconValue | undefined;
52506
52506
  selectedClass?: string | undefined;
52507
52507
  subtitle?: string | undefined;
52508
52508
  } & {
@@ -52539,10 +52539,10 @@ declare const VStepperItem: {
52539
52539
  ripple: boolean | {
52540
52540
  class: string;
52541
52541
  } | undefined;
52542
- completeIcon: string;
52542
+ completeIcon: IconValue;
52543
52543
  editable: boolean;
52544
- editIcon: string;
52545
- errorIcon: string;
52544
+ editIcon: IconValue;
52545
+ errorIcon: IconValue;
52546
52546
  }, {}, string, vue.SlotsType<Partial<{
52547
52547
  default: (arg: StepperItemSlot) => vue.VNode[];
52548
52548
  icon: (arg: StepperItemSlot) => vue.VNode[];
@@ -52557,20 +52557,20 @@ declare const VStepperItem: {
52557
52557
  subtitle: StringConstructor;
52558
52558
  complete: BooleanConstructor;
52559
52559
  completeIcon: {
52560
- type: StringConstructor;
52560
+ type: PropType<IconValue>;
52561
52561
  default: string;
52562
52562
  };
52563
52563
  editable: BooleanConstructor;
52564
52564
  editIcon: {
52565
- type: StringConstructor;
52565
+ type: PropType<IconValue>;
52566
52566
  default: string;
52567
52567
  };
52568
52568
  error: BooleanConstructor;
52569
52569
  errorIcon: {
52570
- type: StringConstructor;
52570
+ type: PropType<IconValue>;
52571
52571
  default: string;
52572
52572
  };
52573
- icon: StringConstructor;
52573
+ icon: PropType<IconValue>;
52574
52574
  ripple: {
52575
52575
  type: PropType<RippleDirectiveBinding["value"]>;
52576
52576
  default: boolean;
@@ -52588,20 +52588,20 @@ declare const VStepperItem: {
52588
52588
  subtitle: StringConstructor;
52589
52589
  complete: BooleanConstructor;
52590
52590
  completeIcon: {
52591
- type: StringConstructor;
52591
+ type: PropType<IconValue>;
52592
52592
  default: string;
52593
52593
  };
52594
52594
  editable: BooleanConstructor;
52595
52595
  editIcon: {
52596
- type: StringConstructor;
52596
+ type: PropType<IconValue>;
52597
52597
  default: string;
52598
52598
  };
52599
52599
  error: BooleanConstructor;
52600
52600
  errorIcon: {
52601
- type: StringConstructor;
52601
+ type: PropType<IconValue>;
52602
52602
  default: string;
52603
52603
  };
52604
- icon: StringConstructor;
52604
+ icon: PropType<IconValue>;
52605
52605
  ripple: {
52606
52606
  type: PropType<RippleDirectiveBinding["value"]>;
52607
52607
  default: boolean;
@@ -52656,9 +52656,9 @@ declare const VStepper: {
52656
52656
  modelValue?: any;
52657
52657
  rounded?: string | number | boolean | undefined;
52658
52658
  bgColor?: string | undefined;
52659
- completeIcon?: string | undefined;
52660
- editIcon?: string | undefined;
52661
- errorIcon?: string | undefined;
52659
+ completeIcon?: IconValue | undefined;
52660
+ editIcon?: IconValue | undefined;
52661
+ errorIcon?: IconValue | undefined;
52662
52662
  } & {
52663
52663
  $children?: vue.VNodeChild | {
52664
52664
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -52746,9 +52746,9 @@ declare const VStepper: {
52746
52746
  modelValue?: any;
52747
52747
  rounded?: string | number | boolean | undefined;
52748
52748
  bgColor?: string | undefined;
52749
- completeIcon?: string | undefined;
52750
- editIcon?: string | undefined;
52751
- errorIcon?: string | undefined;
52749
+ completeIcon?: IconValue | undefined;
52750
+ editIcon?: IconValue | undefined;
52751
+ errorIcon?: IconValue | undefined;
52752
52752
  } & {
52753
52753
  $children?: vue.VNodeChild | {
52754
52754
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -52872,9 +52872,9 @@ declare const VStepper: {
52872
52872
  modelValue?: any;
52873
52873
  rounded?: string | number | boolean | undefined;
52874
52874
  bgColor?: string | undefined;
52875
- completeIcon?: string | undefined;
52876
- editIcon?: string | undefined;
52877
- errorIcon?: string | undefined;
52875
+ completeIcon?: IconValue | undefined;
52876
+ editIcon?: IconValue | undefined;
52877
+ errorIcon?: IconValue | undefined;
52878
52878
  } & {
52879
52879
  $children?: vue.VNodeChild | {
52880
52880
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -52985,9 +52985,9 @@ declare const VStepper: {
52985
52985
  modelValue?: any;
52986
52986
  rounded?: string | number | boolean | undefined;
52987
52987
  bgColor?: string | undefined;
52988
- completeIcon?: string | undefined;
52989
- editIcon?: string | undefined;
52990
- errorIcon?: string | undefined;
52988
+ completeIcon?: IconValue | undefined;
52989
+ editIcon?: IconValue | undefined;
52990
+ errorIcon?: IconValue | undefined;
52991
52991
  } & {
52992
52992
  $children?: vue.VNodeChild | {
52993
52993
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -53134,10 +53134,10 @@ declare const VStepper: {
53134
53134
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53135
53135
  altLabels: BooleanConstructor;
53136
53136
  bgColor: StringConstructor;
53137
- completeIcon: StringConstructor;
53138
- editIcon: StringConstructor;
53137
+ completeIcon: PropType<IconValue>;
53138
+ editIcon: PropType<IconValue>;
53139
53139
  editable: BooleanConstructor;
53140
- errorIcon: StringConstructor;
53140
+ errorIcon: PropType<IconValue>;
53141
53141
  hideActions: BooleanConstructor;
53142
53142
  items: {
53143
53143
  type: PropType<readonly StepperItem[]>;
@@ -53216,10 +53216,10 @@ declare const VStepper: {
53216
53216
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53217
53217
  altLabels: BooleanConstructor;
53218
53218
  bgColor: StringConstructor;
53219
- completeIcon: StringConstructor;
53220
- editIcon: StringConstructor;
53219
+ completeIcon: PropType<IconValue>;
53220
+ editIcon: PropType<IconValue>;
53221
53221
  editable: BooleanConstructor;
53222
- errorIcon: StringConstructor;
53222
+ errorIcon: PropType<IconValue>;
53223
53223
  hideActions: BooleanConstructor;
53224
53224
  items: {
53225
53225
  type: PropType<readonly StepperItem[]>;
@@ -67099,38 +67099,48 @@ declare module 'vue' {
67099
67099
  $children?: VNodeChild
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
- VAppBar: typeof import('vuetify/components')['VAppBar']
67103
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67104
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67102
+ VApp: typeof import('vuetify/components')['VApp']
67105
67103
  VAlert: typeof import('vuetify/components')['VAlert']
67106
67104
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67107
- VApp: typeof import('vuetify/components')['VApp']
67108
67105
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67109
- VBanner: typeof import('vuetify/components')['VBanner']
67110
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67111
- VBannerText: typeof import('vuetify/components')['VBannerText']
67112
- VBadge: typeof import('vuetify/components')['VBadge']
67113
67106
  VAvatar: typeof import('vuetify/components')['VAvatar']
67107
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67108
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67109
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67110
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67111
+ VBadge: typeof import('vuetify/components')['VBadge']
67112
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67113
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67114
67114
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67115
67115
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67116
67116
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67117
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67117
+ VBanner: typeof import('vuetify/components')['VBanner']
67118
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67119
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67118
67120
  VBtn: typeof import('vuetify/components')['VBtn']
67119
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67121
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67122
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67123
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67124
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67125
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67126
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67120
67127
  VCard: typeof import('vuetify/components')['VCard']
67121
67128
  VCardActions: typeof import('vuetify/components')['VCardActions']
67122
67129
  VCardItem: typeof import('vuetify/components')['VCardItem']
67123
67130
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67124
67131
  VCardText: typeof import('vuetify/components')['VCardText']
67125
67132
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67126
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67127
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67128
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67133
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67129
67134
  VChip: typeof import('vuetify/components')['VChip']
67130
- VCarousel: typeof import('vuetify/components')['VCarousel']
67131
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67132
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67135
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67133
67136
  VCode: typeof import('vuetify/components')['VCode']
67137
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67138
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67139
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67140
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67141
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67142
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67143
+ VCounter: typeof import('vuetify/components')['VCounter']
67134
67144
  VDataTable: typeof import('vuetify/components')['VDataTable']
67135
67145
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67136
67146
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67138,39 +67148,30 @@ declare module 'vue' {
67138
67148
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67139
67149
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67140
67150
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67141
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
67142
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67143
- VCombobox: typeof import('vuetify/components')['VCombobox']
67144
- VCounter: typeof import('vuetify/components')['VCounter']
67145
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67146
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67147
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67148
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67149
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67150
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67151
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67152
67151
  VDialog: typeof import('vuetify/components')['VDialog']
67153
- VDivider: typeof import('vuetify/components')['VDivider']
67154
- VField: typeof import('vuetify/components')['VField']
67155
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67152
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67156
67153
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67157
67154
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67158
67155
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67159
67156
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67157
+ VDivider: typeof import('vuetify/components')['VDivider']
67158
+ VFooter: typeof import('vuetify/components')['VFooter']
67160
67159
  VFab: typeof import('vuetify/components')['VFab']
67160
+ VField: typeof import('vuetify/components')['VField']
67161
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67161
67162
  VFileInput: typeof import('vuetify/components')['VFileInput']
67162
- VFooter: typeof import('vuetify/components')['VFooter']
67163
- VImg: typeof import('vuetify/components')['VImg']
67164
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67165
- VKbd: typeof import('vuetify/components')['VKbd']
67166
- VInput: typeof import('vuetify/components')['VInput']
67167
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67168
- VItem: typeof import('vuetify/components')['VItem']
67169
67163
  VIcon: typeof import('vuetify/components')['VIcon']
67170
67164
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67171
67165
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67172
67166
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67173
67167
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67168
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67169
+ VKbd: typeof import('vuetify/components')['VKbd']
67170
+ VImg: typeof import('vuetify/components')['VImg']
67171
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67172
+ VItem: typeof import('vuetify/components')['VItem']
67173
+ VInput: typeof import('vuetify/components')['VInput']
67174
+ VLabel: typeof import('vuetify/components')['VLabel']
67174
67175
  VList: typeof import('vuetify/components')['VList']
67175
67176
  VListGroup: typeof import('vuetify/components')['VListGroup']
67176
67177
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67180,72 +67181,72 @@ declare module 'vue' {
67180
67181
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67181
67182
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67182
67183
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67183
- VLabel: typeof import('vuetify/components')['VLabel']
67184
+ VMessages: typeof import('vuetify/components')['VMessages']
67184
67185
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67185
67186
  VMain: typeof import('vuetify/components')['VMain']
67186
67187
  VMenu: typeof import('vuetify/components')['VMenu']
67187
- VMessages: typeof import('vuetify/components')['VMessages']
67188
67188
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67189
67189
  VOverlay: typeof import('vuetify/components')['VOverlay']
67190
- VPagination: typeof import('vuetify/components')['VPagination']
67190
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67191
67191
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67192
+ VPagination: typeof import('vuetify/components')['VPagination']
67193
+ VRating: typeof import('vuetify/components')['VRating']
67192
67194
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67193
- VSelect: typeof import('vuetify/components')['VSelect']
67194
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67195
67195
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67196
- VRating: typeof import('vuetify/components')['VRating']
67197
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67198
67196
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67199
- VSlider: typeof import('vuetify/components')['VSlider']
67200
67197
  VSheet: typeof import('vuetify/components')['VSheet']
67201
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67198
+ VSelect: typeof import('vuetify/components')['VSelect']
67199
+ VSlider: typeof import('vuetify/components')['VSlider']
67202
67200
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67203
67201
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67202
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67204
67203
  VStepper: typeof import('vuetify/components')['VStepper']
67205
67204
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67206
67205
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67207
67206
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67208
67207
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67209
67208
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67210
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67210
67211
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67211
67212
  VTable: typeof import('vuetify/components')['VTable']
67212
- VSwitch: typeof import('vuetify/components')['VSwitch']
67213
+ VTextField: typeof import('vuetify/components')['VTextField']
67213
67214
  VTab: typeof import('vuetify/components')['VTab']
67214
67215
  VTabs: typeof import('vuetify/components')['VTabs']
67215
67216
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67216
67217
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67217
- VTextarea: typeof import('vuetify/components')['VTextarea']
67218
67218
  VTimeline: typeof import('vuetify/components')['VTimeline']
67219
67219
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67220
- VTooltip: typeof import('vuetify/components')['VTooltip']
67221
- VWindow: typeof import('vuetify/components')['VWindow']
67222
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67220
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67223
67221
  VToolbar: typeof import('vuetify/components')['VToolbar']
67224
67222
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67225
67223
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67226
- VTextField: typeof import('vuetify/components')['VTextField']
67227
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67224
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67225
+ VWindow: typeof import('vuetify/components')['VWindow']
67226
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67228
67227
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67228
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67229
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67230
67230
  VContainer: typeof import('vuetify/components')['VContainer']
67231
67231
  VCol: typeof import('vuetify/components')['VCol']
67232
67232
  VRow: typeof import('vuetify/components')['VRow']
67233
67233
  VSpacer: typeof import('vuetify/components')['VSpacer']
67234
- VForm: typeof import('vuetify/components')['VForm']
67235
67234
  VHover: typeof import('vuetify/components')['VHover']
67236
- VLazy: typeof import('vuetify/components')['VLazy']
67235
+ VForm: typeof import('vuetify/components')['VForm']
67237
67236
  VLayout: typeof import('vuetify/components')['VLayout']
67238
67237
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67238
+ VLazy: typeof import('vuetify/components')['VLazy']
67239
67239
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67240
67240
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67241
- VRadio: typeof import('vuetify/components')['VRadio']
67242
67241
  VParallax: typeof import('vuetify/components')['VParallax']
67243
- VResponsive: typeof import('vuetify/components')['VResponsive']
67244
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67245
67242
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
+ VRadio: typeof import('vuetify/components')['VRadio']
67244
+ VResponsive: typeof import('vuetify/components')['VResponsive']
67246
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67246
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67247
67247
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67248
67248
  VValidation: typeof import('vuetify/components')['VValidation']
67249
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67249
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67250
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67251
67252
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67262,7 +67263,6 @@ declare module 'vue' {
67262
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67263
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67264
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67265
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67266
67266
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67267
67267
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67268
67268
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -67271,13 +67271,13 @@ declare module 'vue' {
67271
67271
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
67272
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67273
67273
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67274
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67275
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67276
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67277
67274
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67278
67275
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67279
67276
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67280
67277
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67278
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67279
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67280
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67281
67281
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67282
67282
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67283
67283
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']