vuetify 3.6.0 → 3.6.2

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 (131) hide show
  1. package/dist/_component-variables-labs.sass +0 -2
  2. package/dist/_component-variables.sass +2 -0
  3. package/dist/json/attributes.json +1 -1
  4. package/dist/json/importMap-labs.json +16 -36
  5. package/dist/json/importMap.json +142 -122
  6. package/dist/json/web-types.json +16 -15
  7. package/dist/vuetify-labs.css +2508 -2508
  8. package/dist/vuetify-labs.d.ts +5127 -5085
  9. package/dist/vuetify-labs.esm.js +10054 -10050
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +10054 -10050
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1021 -844
  14. package/dist/vuetify.d.ts +3125 -785
  15. package/dist/vuetify.esm.js +1722 -892
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +1722 -892
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +614 -560
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +18 -18
  23. package/lib/components/VBottomSheet/index.d.mts +15 -9
  24. package/lib/components/VCombobox/index.d.mts +18 -18
  25. package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
  26. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
  27. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
  28. package/lib/components/VConfirmEdit/index.mjs.map +1 -0
  29. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  30. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  31. package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
  32. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  33. package/lib/components/VDialog/index.d.mts +33 -27
  34. package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
  35. package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
  36. package/lib/components/VEmptyState/index.mjs.map +1 -0
  37. package/lib/{labs → components}/VFab/VFab.mjs +1 -1
  38. package/lib/components/VFab/VFab.mjs.map +1 -0
  39. package/lib/components/VFab/index.mjs.map +1 -0
  40. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  41. package/lib/components/VFileInput/index.d.mts +6 -6
  42. package/lib/components/VHover/VHover.mjs +1 -1
  43. package/lib/components/VHover/VHover.mjs.map +1 -1
  44. package/lib/components/VHover/index.d.mts +24 -24
  45. package/lib/components/VMenu/index.d.mts +33 -27
  46. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  47. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  48. package/lib/components/VOverlay/index.d.mts +15 -9
  49. package/lib/components/VSelect/index.d.mts +18 -18
  50. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  51. package/lib/components/VSnackbar/index.d.mts +47 -41
  52. package/lib/components/VSparkline/VBarline.mjs.map +1 -0
  53. package/lib/components/VSparkline/VSparkline.mjs +44 -320
  54. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  55. package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
  56. package/lib/components/VSparkline/index.mjs +1 -3
  57. package/lib/components/VSparkline/index.mjs.map +1 -1
  58. package/lib/components/VSparkline/util/line.mjs.map +1 -0
  59. package/lib/components/VSparkline/util/path.mjs.map +1 -0
  60. package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
  61. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  62. package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
  63. package/lib/{labs → components}/VSpeedDial/index.d.mts +15 -9
  64. package/lib/components/VSpeedDial/index.mjs +1 -3
  65. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  66. package/lib/components/VTooltip/index.d.mts +33 -27
  67. package/lib/components/index.d.mts +3088 -753
  68. package/lib/components/index.mjs +6 -2
  69. package/lib/components/index.mjs.map +1 -1
  70. package/lib/composables/date/adapters/vuetify.mjs +1 -0
  71. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  72. package/lib/composables/directiveComponent.mjs +1 -3
  73. package/lib/composables/directiveComponent.mjs.map +1 -1
  74. package/lib/entry-bundler.mjs +1 -1
  75. package/lib/framework.mjs +1 -1
  76. package/lib/index.d.mts +49 -49
  77. package/lib/labs/VDateInput/VDateInput.mjs +2 -2
  78. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  79. package/lib/labs/VDateInput/index.d.mts +14 -14
  80. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  81. package/lib/labs/components.d.mts +1672 -3983
  82. package/lib/labs/components.mjs +0 -5
  83. package/lib/labs/components.mjs.map +1 -1
  84. package/package.json +2 -2
  85. package/lib/components/VSparkline/helpers/core.mjs +0 -49
  86. package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
  87. package/lib/components/VSparkline/helpers/math.mjs +0 -34
  88. package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
  89. package/lib/components/VSparkline/helpers/path.mjs +0 -27
  90. package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
  91. package/lib/components/VSpeedDial/_variables.scss +0 -5
  92. package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
  93. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
  94. package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
  95. package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
  96. package/lib/labs/VEmptyState/index.mjs.map +0 -1
  97. package/lib/labs/VFab/VFab.mjs.map +0 -1
  98. package/lib/labs/VFab/index.mjs.map +0 -1
  99. package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
  100. package/lib/labs/VSparkline/VSparkline.mjs +0 -49
  101. package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
  102. package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
  103. package/lib/labs/VSparkline/index.mjs +0 -2
  104. package/lib/labs/VSparkline/index.mjs.map +0 -1
  105. package/lib/labs/VSparkline/util/line.mjs.map +0 -1
  106. package/lib/labs/VSparkline/util/path.mjs.map +0 -1
  107. package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -76
  108. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
  109. package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
  110. package/lib/labs/VSpeedDial/index.mjs +0 -2
  111. package/lib/labs/VSpeedDial/index.mjs.map +0 -1
  112. /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
  113. /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
  114. /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
  115. /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
  116. /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
  117. /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
  118. /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
  119. /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
  120. /package/lib/{labs → components}/VFab/VFab.css +0 -0
  121. /package/lib/{labs → components}/VFab/VFab.sass +0 -0
  122. /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
  123. /package/lib/{labs → components}/VFab/_variables.scss +0 -0
  124. /package/lib/{labs → components}/VFab/index.d.mts +0 -0
  125. /package/lib/{labs → components}/VFab/index.mjs +0 -0
  126. /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
  127. /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
  128. /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
  129. /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
  130. /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
  131. /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
@@ -1,6 +1,4 @@
1
1
  @forward '../lib/labs/VCalendar/_variables.scss'
2
- @forward '../lib/labs/VEmptyState/_variables.scss'
3
- @forward '../lib/labs/VFab/_variables.scss'
4
2
  @forward '../lib/labs/VNumberInput/_variables.scss'
5
3
  @forward '../lib/labs/VPicker/_variables.scss'
6
4
  @forward '../lib/labs/VTimePicker/_variables.scss'
@@ -24,7 +24,9 @@
24
24
  @forward '../lib/components/VDatePicker/_variables.scss'
25
25
  @forward '../lib/components/VDialog/_variables.scss'
26
26
  @forward '../lib/components/VDivider/_variables.scss'
27
+ @forward '../lib/components/VEmptyState/_variables.scss'
27
28
  @forward '../lib/components/VExpansionPanel/_variables.scss'
29
+ @forward '../lib/components/VFab/_variables.scss'
28
30
  @forward '../lib/components/VField/_variables.scss'
29
31
  @forward '../lib/components/VFileInput/_variables.scss'
30
32
  @forward '../lib/components/VFooter/_variables.scss'
@@ -9748,7 +9748,7 @@
9748
9748
  "description": "Sets the overlay opacity."
9749
9749
  },
9750
9750
  "VSnackbarQueue/model-value": {
9751
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9751
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9752
9752
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9753
9753
  },
9754
9754
  "VSnackbarQueue/z-index": {
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VNumberInput": {
4
+ "from": "labs/VNumberInput/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VCalendar": {
4
8
  "from": "labs/VCalendar/index.mjs",
5
9
  "styles": []
@@ -24,10 +28,6 @@
24
28
  "from": "labs/VCalendar/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VEmptyState": {
28
- "from": "labs/VEmptyState/index.mjs",
29
- "styles": []
30
- },
31
31
  "VPicker": {
32
32
  "from": "labs/VPicker/index.mjs",
33
33
  "styles": []
@@ -36,26 +36,6 @@
36
36
  "from": "labs/VPicker/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VFab": {
40
- "from": "labs/VFab/index.mjs",
41
- "styles": []
42
- },
43
- "VTimePicker": {
44
- "from": "labs/VTimePicker/index.mjs",
45
- "styles": []
46
- },
47
- "VTimePickerClock": {
48
- "from": "labs/VTimePicker/index.mjs",
49
- "styles": []
50
- },
51
- "VTimePickerControls": {
52
- "from": "labs/VTimePicker/index.mjs",
53
- "styles": []
54
- },
55
- "VNumberInput": {
56
- "from": "labs/VNumberInput/index.mjs",
57
- "styles": []
58
- },
59
39
  "VTreeview": {
60
40
  "from": "labs/VTreeview/index.mjs",
61
41
  "styles": []
@@ -68,28 +48,28 @@
68
48
  "from": "labs/VTreeview/index.mjs",
69
49
  "styles": []
70
50
  },
71
- "VConfirmEdit": {
72
- "from": "labs/VConfirmEdit/index.mjs",
51
+ "VTimePicker": {
52
+ "from": "labs/VTimePicker/index.mjs",
73
53
  "styles": []
74
54
  },
75
- "VDateInput": {
76
- "from": "labs/VDateInput/index.mjs",
55
+ "VTimePickerClock": {
56
+ "from": "labs/VTimePicker/index.mjs",
77
57
  "styles": []
78
58
  },
79
- "VPullToRefresh": {
80
- "from": "labs/VPullToRefresh/index.mjs",
59
+ "VTimePickerControls": {
60
+ "from": "labs/VTimePicker/index.mjs",
81
61
  "styles": []
82
62
  },
83
- "VSnackbarQueue": {
84
- "from": "labs/VSnackbarQueue/index.mjs",
63
+ "VDateInput": {
64
+ "from": "labs/VDateInput/index.mjs",
85
65
  "styles": []
86
66
  },
87
- "VSpeedDial": {
88
- "from": "labs/VSpeedDial/index.mjs",
67
+ "VSnackbarQueue": {
68
+ "from": "labs/VSnackbarQueue/index.mjs",
89
69
  "styles": []
90
70
  },
91
- "VSparkline": {
92
- "from": "labs/VSparkline/index.mjs",
71
+ "VPullToRefresh": {
72
+ "from": "labs/VPullToRefresh/index.mjs",
93
73
  "styles": []
94
74
  }
95
75
  }
@@ -4,6 +4,22 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete/index.mjs",
9
+ "styles": []
10
+ },
11
+ "VBadge": {
12
+ "from": "components/VBadge/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VAlert": {
16
+ "from": "components/VAlert/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VAlertTitle": {
20
+ "from": "components/VAlert/index.mjs",
21
+ "styles": []
22
+ },
7
23
  "VAppBar": {
8
24
  "from": "components/VAppBar/index.mjs",
9
25
  "styles": []
@@ -16,20 +32,16 @@
16
32
  "from": "components/VAppBar/index.mjs",
17
33
  "styles": []
18
34
  },
19
- "VAlert": {
20
- "from": "components/VAlert/index.mjs",
21
- "styles": []
22
- },
23
- "VAlertTitle": {
24
- "from": "components/VAlert/index.mjs",
35
+ "VBottomSheet": {
36
+ "from": "components/VBottomSheet/index.mjs",
25
37
  "styles": []
26
38
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete/index.mjs",
39
+ "VAvatar": {
40
+ "from": "components/VAvatar/index.mjs",
29
41
  "styles": []
30
42
  },
31
- "VBadge": {
32
- "from": "components/VBadge/index.mjs",
43
+ "VBottomNavigation": {
44
+ "from": "components/VBottomNavigation/index.mjs",
33
45
  "styles": []
34
46
  },
35
47
  "VBanner": {
@@ -44,10 +56,6 @@
44
56
  "from": "components/VBanner/index.mjs",
45
57
  "styles": []
46
58
  },
47
- "VAvatar": {
48
- "from": "components/VAvatar/index.mjs",
49
- "styles": []
50
- },
51
59
  "VBreadcrumbs": {
52
60
  "from": "components/VBreadcrumbs/index.mjs",
53
61
  "styles": []
@@ -60,16 +68,16 @@
60
68
  "from": "components/VBreadcrumbs/index.mjs",
61
69
  "styles": []
62
70
  },
63
- "VBottomNavigation": {
64
- "from": "components/VBottomNavigation/index.mjs",
65
- "styles": []
66
- },
67
71
  "VBtn": {
68
72
  "from": "components/VBtn/index.mjs",
69
73
  "styles": []
70
74
  },
71
- "VBottomSheet": {
72
- "from": "components/VBottomSheet/index.mjs",
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup/index.mjs",
73
81
  "styles": []
74
82
  },
75
83
  "VCard": {
@@ -96,10 +104,6 @@
96
104
  "from": "components/VCard/index.mjs",
97
105
  "styles": []
98
106
  },
99
- "VBtnToggle": {
100
- "from": "components/VBtnToggle/index.mjs",
101
- "styles": []
102
- },
103
107
  "VCarousel": {
104
108
  "from": "components/VCarousel/index.mjs",
105
109
  "styles": []
@@ -108,10 +112,6 @@
108
112
  "from": "components/VCarousel/index.mjs",
109
113
  "styles": []
110
114
  },
111
- "VBtnGroup": {
112
- "from": "components/VBtnGroup/index.mjs",
113
- "styles": []
114
- },
115
115
  "VCheckbox": {
116
116
  "from": "components/VCheckbox/index.mjs",
117
117
  "styles": []
@@ -132,36 +132,16 @@
132
132
  "from": "components/VColorPicker/index.mjs",
133
133
  "styles": []
134
134
  },
135
- "VCombobox": {
136
- "from": "components/VCombobox/index.mjs",
137
- "styles": []
138
- },
139
135
  "VChipGroup": {
140
136
  "from": "components/VChipGroup/index.mjs",
141
137
  "styles": []
142
138
  },
143
- "VDatePicker": {
144
- "from": "components/VDatePicker/index.mjs",
145
- "styles": []
146
- },
147
- "VDatePickerControls": {
148
- "from": "components/VDatePicker/index.mjs",
149
- "styles": []
150
- },
151
- "VDatePickerHeader": {
152
- "from": "components/VDatePicker/index.mjs",
153
- "styles": []
154
- },
155
- "VDatePickerMonth": {
156
- "from": "components/VDatePicker/index.mjs",
157
- "styles": []
158
- },
159
- "VDatePickerMonths": {
160
- "from": "components/VDatePicker/index.mjs",
139
+ "VCombobox": {
140
+ "from": "components/VCombobox/index.mjs",
161
141
  "styles": []
162
142
  },
163
- "VDatePickerYears": {
164
- "from": "components/VDatePicker/index.mjs",
143
+ "VCounter": {
144
+ "from": "components/VCounter/index.mjs",
165
145
  "styles": []
166
146
  },
167
147
  "VDataTable": {
@@ -192,34 +172,46 @@
192
172
  "from": "components/VDataTable/index.mjs",
193
173
  "styles": []
194
174
  },
195
- "VCounter": {
196
- "from": "components/VCounter/index.mjs",
175
+ "VDatePicker": {
176
+ "from": "components/VDatePicker/index.mjs",
197
177
  "styles": []
198
178
  },
199
- "VDialog": {
200
- "from": "components/VDialog/index.mjs",
179
+ "VDatePickerControls": {
180
+ "from": "components/VDatePicker/index.mjs",
201
181
  "styles": []
202
182
  },
203
- "VExpansionPanels": {
204
- "from": "components/VExpansionPanel/index.mjs",
183
+ "VDatePickerHeader": {
184
+ "from": "components/VDatePicker/index.mjs",
205
185
  "styles": []
206
186
  },
207
- "VExpansionPanel": {
208
- "from": "components/VExpansionPanel/index.mjs",
187
+ "VDatePickerMonth": {
188
+ "from": "components/VDatePicker/index.mjs",
209
189
  "styles": []
210
190
  },
211
- "VExpansionPanelText": {
212
- "from": "components/VExpansionPanel/index.mjs",
191
+ "VDatePickerMonths": {
192
+ "from": "components/VDatePicker/index.mjs",
213
193
  "styles": []
214
194
  },
215
- "VExpansionPanelTitle": {
216
- "from": "components/VExpansionPanel/index.mjs",
195
+ "VDatePickerYears": {
196
+ "from": "components/VDatePicker/index.mjs",
197
+ "styles": []
198
+ },
199
+ "VFab": {
200
+ "from": "components/VFab/index.mjs",
201
+ "styles": []
202
+ },
203
+ "VDialog": {
204
+ "from": "components/VDialog/index.mjs",
217
205
  "styles": []
218
206
  },
219
207
  "VDivider": {
220
208
  "from": "components/VDivider/index.mjs",
221
209
  "styles": []
222
210
  },
211
+ "VEmptyState": {
212
+ "from": "components/VEmptyState/index.mjs",
213
+ "styles": []
214
+ },
223
215
  "VField": {
224
216
  "from": "components/VField/index.mjs",
225
217
  "styles": []
@@ -228,14 +220,30 @@
228
220
  "from": "components/VField/index.mjs",
229
221
  "styles": []
230
222
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
233
- "styles": []
234
- },
235
223
  "VFooter": {
236
224
  "from": "components/VFooter/index.mjs",
237
225
  "styles": []
238
226
  },
227
+ "VExpansionPanels": {
228
+ "from": "components/VExpansionPanel/index.mjs",
229
+ "styles": []
230
+ },
231
+ "VExpansionPanel": {
232
+ "from": "components/VExpansionPanel/index.mjs",
233
+ "styles": []
234
+ },
235
+ "VExpansionPanelText": {
236
+ "from": "components/VExpansionPanel/index.mjs",
237
+ "styles": []
238
+ },
239
+ "VExpansionPanelTitle": {
240
+ "from": "components/VExpansionPanel/index.mjs",
241
+ "styles": []
242
+ },
243
+ "VFileInput": {
244
+ "from": "components/VFileInput/index.mjs",
245
+ "styles": []
246
+ },
239
247
  "VImg": {
240
248
  "from": "components/VImg/index.mjs",
241
249
  "styles": []
@@ -260,14 +268,14 @@
260
268
  "from": "components/VIcon/index.mjs",
261
269
  "styles": []
262
270
  },
263
- "VInfiniteScroll": {
264
- "from": "components/VInfiniteScroll/index.mjs",
265
- "styles": []
266
- },
267
271
  "VInput": {
268
272
  "from": "components/VInput/index.mjs",
269
273
  "styles": []
270
274
  },
275
+ "VInfiniteScroll": {
276
+ "from": "components/VInfiniteScroll/index.mjs",
277
+ "styles": []
278
+ },
271
279
  "VItemGroup": {
272
280
  "from": "components/VItemGroup/index.mjs",
273
281
  "styles": []
@@ -276,16 +284,12 @@
276
284
  "from": "components/VItemGroup/index.mjs",
277
285
  "styles": []
278
286
  },
279
- "VKbd": {
280
- "from": "components/VKbd/index.mjs",
281
- "styles": []
282
- },
283
287
  "VLabel": {
284
288
  "from": "components/VLabel/index.mjs",
285
289
  "styles": []
286
290
  },
287
- "VMessages": {
288
- "from": "components/VMessages/index.mjs",
291
+ "VKbd": {
292
+ "from": "components/VKbd/index.mjs",
289
293
  "styles": []
290
294
  },
291
295
  "VList": {
@@ -324,26 +328,34 @@
324
328
  "from": "components/VList/index.mjs",
325
329
  "styles": []
326
330
  },
327
- "VMain": {
328
- "from": "components/VMain/index.mjs",
329
- "styles": []
330
- },
331
331
  "VMenu": {
332
332
  "from": "components/VMenu/index.mjs",
333
333
  "styles": []
334
334
  },
335
- "VNavigationDrawer": {
336
- "from": "components/VNavigationDrawer/index.mjs",
335
+ "VMain": {
336
+ "from": "components/VMain/index.mjs",
337
+ "styles": []
338
+ },
339
+ "VMessages": {
340
+ "from": "components/VMessages/index.mjs",
337
341
  "styles": []
338
342
  },
339
343
  "VOtpInput": {
340
344
  "from": "components/VOtpInput/index.mjs",
341
345
  "styles": []
342
346
  },
347
+ "VNavigationDrawer": {
348
+ "from": "components/VNavigationDrawer/index.mjs",
349
+ "styles": []
350
+ },
343
351
  "VOverlay": {
344
352
  "from": "components/VOverlay/index.mjs",
345
353
  "styles": []
346
354
  },
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear/index.mjs",
357
+ "styles": []
358
+ },
347
359
  "VPagination": {
348
360
  "from": "components/VPagination/index.mjs",
349
361
  "styles": []
@@ -352,14 +364,6 @@
352
364
  "from": "components/VProgressCircular/index.mjs",
353
365
  "styles": []
354
366
  },
355
- "VProgressLinear": {
356
- "from": "components/VProgressLinear/index.mjs",
357
- "styles": []
358
- },
359
- "VRating": {
360
- "from": "components/VRating/index.mjs",
361
- "styles": []
362
- },
363
367
  "VRadioGroup": {
364
368
  "from": "components/VRadioGroup/index.mjs",
365
369
  "styles": []
@@ -368,28 +372,24 @@
368
372
  "from": "components/VSelect/index.mjs",
369
373
  "styles": []
370
374
  },
371
- "VSheet": {
372
- "from": "components/VSheet/index.mjs",
373
- "styles": []
374
- },
375
375
  "VSelectionControl": {
376
376
  "from": "components/VSelectionControl/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSlideGroup": {
380
- "from": "components/VSlideGroup/index.mjs",
379
+ "VRating": {
380
+ "from": "components/VRating/index.mjs",
381
381
  "styles": []
382
382
  },
383
- "VSlideGroupItem": {
384
- "from": "components/VSlideGroup/index.mjs",
383
+ "VSkeletonLoader": {
384
+ "from": "components/VSkeletonLoader/index.mjs",
385
385
  "styles": []
386
386
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup/index.mjs",
387
+ "VSheet": {
388
+ "from": "components/VSheet/index.mjs",
389
389
  "styles": []
390
390
  },
391
- "VSkeletonLoader": {
392
- "from": "components/VSkeletonLoader/index.mjs",
391
+ "VSelectionControlGroup": {
392
+ "from": "components/VSelectionControlGroup/index.mjs",
393
393
  "styles": []
394
394
  },
395
395
  "VSnackbar": {
@@ -424,12 +424,12 @@
424
424
  "from": "components/VStepper/index.mjs",
425
425
  "styles": []
426
426
  },
427
- "VSystemBar": {
428
- "from": "components/VSystemBar/index.mjs",
427
+ "VSlideGroup": {
428
+ "from": "components/VSlideGroup/index.mjs",
429
429
  "styles": []
430
430
  },
431
- "VSwitch": {
432
- "from": "components/VSwitch/index.mjs",
431
+ "VSlideGroupItem": {
432
+ "from": "components/VSlideGroup/index.mjs",
433
433
  "styles": []
434
434
  },
435
435
  "VTab": {
@@ -448,26 +448,22 @@
448
448
  "from": "components/VTabs/index.mjs",
449
449
  "styles": []
450
450
  },
451
- "VTextarea": {
452
- "from": "components/VTextarea/index.mjs",
453
- "styles": []
454
- },
455
451
  "VTable": {
456
452
  "from": "components/VTable/index.mjs",
457
453
  "styles": []
458
454
  },
459
- "VTimeline": {
460
- "from": "components/VTimeline/index.mjs",
461
- "styles": []
462
- },
463
- "VTimelineItem": {
464
- "from": "components/VTimeline/index.mjs",
455
+ "VSystemBar": {
456
+ "from": "components/VSystemBar/index.mjs",
465
457
  "styles": []
466
458
  },
467
459
  "VTextField": {
468
460
  "from": "components/VTextField/index.mjs",
469
461
  "styles": []
470
462
  },
463
+ "VSwitch": {
464
+ "from": "components/VSwitch/index.mjs",
465
+ "styles": []
466
+ },
471
467
  "VToolbar": {
472
468
  "from": "components/VToolbar/index.mjs",
473
469
  "styles": []
@@ -480,10 +476,22 @@
480
476
  "from": "components/VToolbar/index.mjs",
481
477
  "styles": []
482
478
  },
479
+ "VTimeline": {
480
+ "from": "components/VTimeline/index.mjs",
481
+ "styles": []
482
+ },
483
+ "VTimelineItem": {
484
+ "from": "components/VTimeline/index.mjs",
485
+ "styles": []
486
+ },
483
487
  "VTooltip": {
484
488
  "from": "components/VTooltip/index.mjs",
485
489
  "styles": []
486
490
  },
491
+ "VTextarea": {
492
+ "from": "components/VTextarea/index.mjs",
493
+ "styles": []
494
+ },
487
495
  "VWindow": {
488
496
  "from": "components/VWindow/index.mjs",
489
497
  "styles": []
@@ -492,16 +500,16 @@
492
500
  "from": "components/VWindow/index.mjs",
493
501
  "styles": []
494
502
  },
495
- "VDefaultsProvider": {
496
- "from": "components/VDefaultsProvider/index.mjs",
503
+ "VConfirmEdit": {
504
+ "from": "components/VConfirmEdit/index.mjs",
497
505
  "styles": []
498
506
  },
499
507
  "VDataIterator": {
500
508
  "from": "components/VDataIterator/index.mjs",
501
509
  "styles": []
502
510
  },
503
- "VHover": {
504
- "from": "components/VHover/index.mjs",
511
+ "VDefaultsProvider": {
512
+ "from": "components/VDefaultsProvider/index.mjs",
505
513
  "styles": []
506
514
  },
507
515
  "VForm": {
@@ -524,6 +532,10 @@
524
532
  "from": "components/VGrid/index.mjs",
525
533
  "styles": []
526
534
  },
535
+ "VHover": {
536
+ "from": "components/VHover/index.mjs",
537
+ "styles": []
538
+ },
527
539
  "VLayout": {
528
540
  "from": "components/VLayout/index.mjs",
529
541
  "styles": []
@@ -560,6 +572,14 @@
560
572
  "from": "components/VResponsive/index.mjs",
561
573
  "styles": []
562
574
  },
575
+ "VSparkline": {
576
+ "from": "components/VSparkline/index.mjs",
577
+ "styles": []
578
+ },
579
+ "VSpeedDial": {
580
+ "from": "components/VSpeedDial/index.mjs",
581
+ "styles": []
582
+ },
563
583
  "VThemeProvider": {
564
584
  "from": "components/VThemeProvider/index.mjs",
565
585
  "styles": []