vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -7271,6 +7271,10 @@
7271
7271
  "type": "boolean\n",
7272
7272
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
7273
7273
  },
7274
+ "VNumberInput/model-value": {
7275
+ "type": "Number\n",
7276
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7277
+ },
7274
7278
  "VNumberInput/min": {
7275
7279
  "type": "number\n",
7276
7280
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
@@ -7403,10 +7407,6 @@
7403
7407
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
7404
7408
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
7405
7409
  },
7406
- "VNumberInput/model-value": {
7407
- "type": "any\n",
7408
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7409
- },
7410
7410
  "VNumberInput/validate-on": {
7411
7411
  "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
7412
7412
  "description": "Change what type of event triggers validation to run."
@@ -9321,7 +9321,7 @@
9321
9321
  },
9322
9322
  "VSkeletonLoader/loading-text": {
9323
9323
  "type": "string\n",
9324
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSkeletonLoader.json))"
9324
+ "description": "aria-label for the element in a loading state."
9325
9325
  },
9326
9326
  "VSkeletonLoader/type": {
9327
9327
  "type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
@@ -24,18 +24,6 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VStepperVertical": {
28
- "from": "labs/VStepperVertical/index.mjs",
29
- "styles": []
30
- },
31
- "VStepperVerticalItem": {
32
- "from": "labs/VStepperVertical/index.mjs",
33
- "styles": []
34
- },
35
- "VStepperVerticalActions": {
36
- "from": "labs/VStepperVertical/index.mjs",
37
- "styles": []
38
- },
39
27
  "VNumberInput": {
40
28
  "from": "labs/VNumberInput/index.mjs",
41
29
  "styles": []
@@ -48,6 +36,18 @@
48
36
  "from": "labs/VPicker/index.mjs",
49
37
  "styles": []
50
38
  },
39
+ "VStepperVertical": {
40
+ "from": "labs/VStepperVertical/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VStepperVerticalItem": {
44
+ "from": "labs/VStepperVertical/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VStepperVerticalActions": {
48
+ "from": "labs/VStepperVertical/index.mjs",
49
+ "styles": []
50
+ },
51
51
  "VTimePicker": {
52
52
  "from": "labs/VTimePicker/index.mjs",
53
53
  "styles": []
@@ -76,13 +76,13 @@
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VSnackbarQueue": {
80
- "from": "labs/VSnackbarQueue/index.mjs",
81
- "styles": []
82
- },
83
79
  "VPullToRefresh": {
84
80
  "from": "labs/VPullToRefresh/index.mjs",
85
81
  "styles": []
82
+ },
83
+ "VSnackbarQueue": {
84
+ "from": "labs/VSnackbarQueue/index.mjs",
85
+ "styles": []
86
86
  }
87
87
  }
88
88
  }
@@ -1,17 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
- "VAlert": {
8
- "from": "components/VAlert/index.mjs",
9
- "styles": []
10
- },
11
- "VAlertTitle": {
12
- "from": "components/VAlert/index.mjs",
13
- "styles": []
14
- },
15
3
  "VAppBar": {
16
4
  "from": "components/VAppBar/index.mjs",
17
5
  "styles": []
@@ -24,22 +12,38 @@
24
12
  "from": "components/VAppBar/index.mjs",
25
13
  "styles": []
26
14
  },
27
- "VBadge": {
28
- "from": "components/VBadge/index.mjs",
15
+ "VApp": {
16
+ "from": "components/VApp/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VAlert": {
20
+ "from": "components/VAlert/index.mjs",
21
+ "styles": []
22
+ },
23
+ "VAlertTitle": {
24
+ "from": "components/VAlert/index.mjs",
29
25
  "styles": []
30
26
  },
31
27
  "VAvatar": {
32
28
  "from": "components/VAvatar/index.mjs",
33
29
  "styles": []
34
30
  },
35
- "VBottomNavigation": {
36
- "from": "components/VBottomNavigation/index.mjs",
31
+ "VBadge": {
32
+ "from": "components/VBadge/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VBottomSheet": {
36
+ "from": "components/VBottomSheet/index.mjs",
37
37
  "styles": []
38
38
  },
39
39
  "VAutocomplete": {
40
40
  "from": "components/VAutocomplete/index.mjs",
41
41
  "styles": []
42
42
  },
43
+ "VBtn": {
44
+ "from": "components/VBtn/index.mjs",
45
+ "styles": []
46
+ },
43
47
  "VBanner": {
44
48
  "from": "components/VBanner/index.mjs",
45
49
  "styles": []
@@ -64,22 +68,38 @@
64
68
  "from": "components/VBreadcrumbs/index.mjs",
65
69
  "styles": []
66
70
  },
67
- "VBottomSheet": {
68
- "from": "components/VBottomSheet/index.mjs",
69
- "styles": []
70
- },
71
- "VBtn": {
72
- "from": "components/VBtn/index.mjs",
71
+ "VBottomNavigation": {
72
+ "from": "components/VBottomNavigation/index.mjs",
73
73
  "styles": []
74
74
  },
75
75
  "VBtnGroup": {
76
76
  "from": "components/VBtnGroup/index.mjs",
77
77
  "styles": []
78
78
  },
79
+ "VChip": {
80
+ "from": "components/VChip/index.mjs",
81
+ "styles": []
82
+ },
79
83
  "VBtnToggle": {
80
84
  "from": "components/VBtnToggle/index.mjs",
81
85
  "styles": []
82
86
  },
87
+ "VCheckbox": {
88
+ "from": "components/VCheckbox/index.mjs",
89
+ "styles": []
90
+ },
91
+ "VCheckboxBtn": {
92
+ "from": "components/VCheckbox/index.mjs",
93
+ "styles": []
94
+ },
95
+ "VCarousel": {
96
+ "from": "components/VCarousel/index.mjs",
97
+ "styles": []
98
+ },
99
+ "VCarouselItem": {
100
+ "from": "components/VCarousel/index.mjs",
101
+ "styles": []
102
+ },
83
103
  "VCard": {
84
104
  "from": "components/VCard/index.mjs",
85
105
  "styles": []
@@ -104,40 +124,52 @@
104
124
  "from": "components/VCard/index.mjs",
105
125
  "styles": []
106
126
  },
107
- "VCarousel": {
108
- "from": "components/VCarousel/index.mjs",
127
+ "VCode": {
128
+ "from": "components/VCode/index.mjs",
109
129
  "styles": []
110
130
  },
111
- "VCarouselItem": {
112
- "from": "components/VCarousel/index.mjs",
131
+ "VColorPicker": {
132
+ "from": "components/VColorPicker/index.mjs",
113
133
  "styles": []
114
134
  },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
135
+ "VChipGroup": {
136
+ "from": "components/VChipGroup/index.mjs",
117
137
  "styles": []
118
138
  },
119
- "VCheckbox": {
120
- "from": "components/VCheckbox/index.mjs",
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
121
141
  "styles": []
122
142
  },
123
- "VCheckboxBtn": {
124
- "from": "components/VCheckbox/index.mjs",
143
+ "VCombobox": {
144
+ "from": "components/VCombobox/index.mjs",
125
145
  "styles": []
126
146
  },
127
- "VCode": {
128
- "from": "components/VCode/index.mjs",
147
+ "VDataTable": {
148
+ "from": "components/VDataTable/index.mjs",
129
149
  "styles": []
130
150
  },
131
- "VChipGroup": {
132
- "from": "components/VChipGroup/index.mjs",
151
+ "VDataTableHeaders": {
152
+ "from": "components/VDataTable/index.mjs",
133
153
  "styles": []
134
154
  },
135
- "VColorPicker": {
136
- "from": "components/VColorPicker/index.mjs",
155
+ "VDataTableFooter": {
156
+ "from": "components/VDataTable/index.mjs",
137
157
  "styles": []
138
158
  },
139
- "VCombobox": {
140
- "from": "components/VCombobox/index.mjs",
159
+ "VDataTableRows": {
160
+ "from": "components/VDataTable/index.mjs",
161
+ "styles": []
162
+ },
163
+ "VDataTableRow": {
164
+ "from": "components/VDataTable/index.mjs",
165
+ "styles": []
166
+ },
167
+ "VDataTableVirtual": {
168
+ "from": "components/VDataTable/index.mjs",
169
+ "styles": []
170
+ },
171
+ "VDataTableServer": {
172
+ "from": "components/VDataTable/index.mjs",
141
173
  "styles": []
142
174
  },
143
175
  "VDatePicker": {
@@ -164,44 +196,28 @@
164
196
  "from": "components/VDatePicker/index.mjs",
165
197
  "styles": []
166
198
  },
167
- "VCounter": {
168
- "from": "components/VCounter/index.mjs",
169
- "styles": []
170
- },
171
- "VDataTable": {
172
- "from": "components/VDataTable/index.mjs",
173
- "styles": []
174
- },
175
- "VDataTableHeaders": {
176
- "from": "components/VDataTable/index.mjs",
177
- "styles": []
178
- },
179
- "VDataTableFooter": {
180
- "from": "components/VDataTable/index.mjs",
181
- "styles": []
182
- },
183
- "VDataTableRows": {
184
- "from": "components/VDataTable/index.mjs",
199
+ "VDialog": {
200
+ "from": "components/VDialog/index.mjs",
185
201
  "styles": []
186
202
  },
187
- "VDataTableRow": {
188
- "from": "components/VDataTable/index.mjs",
203
+ "VDivider": {
204
+ "from": "components/VDivider/index.mjs",
189
205
  "styles": []
190
206
  },
191
- "VDataTableVirtual": {
192
- "from": "components/VDataTable/index.mjs",
207
+ "VEmptyState": {
208
+ "from": "components/VEmptyState/index.mjs",
193
209
  "styles": []
194
210
  },
195
- "VDataTableServer": {
196
- "from": "components/VDataTable/index.mjs",
211
+ "VFab": {
212
+ "from": "components/VFab/index.mjs",
197
213
  "styles": []
198
214
  },
199
- "VDialog": {
200
- "from": "components/VDialog/index.mjs",
215
+ "VField": {
216
+ "from": "components/VField/index.mjs",
201
217
  "styles": []
202
218
  },
203
- "VDivider": {
204
- "from": "components/VDivider/index.mjs",
219
+ "VFieldLabel": {
220
+ "from": "components/VField/index.mjs",
205
221
  "styles": []
206
222
  },
207
223
  "VExpansionPanels": {
@@ -220,28 +236,16 @@
220
236
  "from": "components/VExpansionPanel/index.mjs",
221
237
  "styles": []
222
238
  },
223
- "VEmptyState": {
224
- "from": "components/VEmptyState/index.mjs",
225
- "styles": []
226
- },
227
- "VFab": {
228
- "from": "components/VFab/index.mjs",
239
+ "VFooter": {
240
+ "from": "components/VFooter/index.mjs",
229
241
  "styles": []
230
242
  },
231
243
  "VFileInput": {
232
244
  "from": "components/VFileInput/index.mjs",
233
245
  "styles": []
234
246
  },
235
- "VField": {
236
- "from": "components/VField/index.mjs",
237
- "styles": []
238
- },
239
- "VFieldLabel": {
240
- "from": "components/VField/index.mjs",
241
- "styles": []
242
- },
243
- "VFooter": {
244
- "from": "components/VFooter/index.mjs",
247
+ "VImg": {
248
+ "from": "components/VImg/index.mjs",
245
249
  "styles": []
246
250
  },
247
251
  "VIcon": {
@@ -276,10 +280,6 @@
276
280
  "from": "components/VItemGroup/index.mjs",
277
281
  "styles": []
278
282
  },
279
- "VImg": {
280
- "from": "components/VImg/index.mjs",
281
- "styles": []
282
- },
283
283
  "VInput": {
284
284
  "from": "components/VInput/index.mjs",
285
285
  "styles": []
@@ -288,8 +288,8 @@
288
288
  "from": "components/VLabel/index.mjs",
289
289
  "styles": []
290
290
  },
291
- "VKbd": {
292
- "from": "components/VKbd/index.mjs",
291
+ "VMenu": {
292
+ "from": "components/VMenu/index.mjs",
293
293
  "styles": []
294
294
  },
295
295
  "VList": {
@@ -328,46 +328,46 @@
328
328
  "from": "components/VList/index.mjs",
329
329
  "styles": []
330
330
  },
331
- "VMain": {
332
- "from": "components/VMain/index.mjs",
331
+ "VKbd": {
332
+ "from": "components/VKbd/index.mjs",
333
333
  "styles": []
334
334
  },
335
335
  "VNavigationDrawer": {
336
336
  "from": "components/VNavigationDrawer/index.mjs",
337
337
  "styles": []
338
338
  },
339
- "VOverlay": {
340
- "from": "components/VOverlay/index.mjs",
339
+ "VMain": {
340
+ "from": "components/VMain/index.mjs",
341
341
  "styles": []
342
342
  },
343
343
  "VMessages": {
344
344
  "from": "components/VMessages/index.mjs",
345
345
  "styles": []
346
346
  },
347
- "VMenu": {
348
- "from": "components/VMenu/index.mjs",
349
- "styles": []
350
- },
351
- "VPagination": {
352
- "from": "components/VPagination/index.mjs",
347
+ "VOverlay": {
348
+ "from": "components/VOverlay/index.mjs",
353
349
  "styles": []
354
350
  },
355
351
  "VOtpInput": {
356
352
  "from": "components/VOtpInput/index.mjs",
357
353
  "styles": []
358
354
  },
359
- "VProgressCircular": {
360
- "from": "components/VProgressCircular/index.mjs",
355
+ "VPagination": {
356
+ "from": "components/VPagination/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup/index.mjs",
359
+ "VProgressCircular": {
360
+ "from": "components/VProgressCircular/index.mjs",
365
361
  "styles": []
366
362
  },
367
363
  "VProgressLinear": {
368
364
  "from": "components/VProgressLinear/index.mjs",
369
365
  "styles": []
370
366
  },
367
+ "VRadioGroup": {
368
+ "from": "components/VRadioGroup/index.mjs",
369
+ "styles": []
370
+ },
371
371
  "VRating": {
372
372
  "from": "components/VRating/index.mjs",
373
373
  "styles": []
@@ -376,14 +376,14 @@
376
376
  "from": "components/VSelect/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSelectionControlGroup": {
380
- "from": "components/VSelectionControlGroup/index.mjs",
381
- "styles": []
382
- },
383
379
  "VSelectionControl": {
384
380
  "from": "components/VSelectionControl/index.mjs",
385
381
  "styles": []
386
382
  },
383
+ "VSheet": {
384
+ "from": "components/VSheet/index.mjs",
385
+ "styles": []
386
+ },
387
387
  "VSlideGroup": {
388
388
  "from": "components/VSlideGroup/index.mjs",
389
389
  "styles": []
@@ -392,34 +392,26 @@
392
392
  "from": "components/VSlideGroup/index.mjs",
393
393
  "styles": []
394
394
  },
395
- "VSkeletonLoader": {
396
- "from": "components/VSkeletonLoader/index.mjs",
397
- "styles": []
398
- },
399
- "VSheet": {
400
- "from": "components/VSheet/index.mjs",
395
+ "VSelectionControlGroup": {
396
+ "from": "components/VSelectionControlGroup/index.mjs",
401
397
  "styles": []
402
398
  },
403
399
  "VSlider": {
404
400
  "from": "components/VSlider/index.mjs",
405
401
  "styles": []
406
402
  },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar/index.mjs",
403
+ "VSkeletonLoader": {
404
+ "from": "components/VSkeletonLoader/index.mjs",
409
405
  "styles": []
410
406
  },
411
- "VSwitch": {
412
- "from": "components/VSwitch/index.mjs",
407
+ "VSnackbar": {
408
+ "from": "components/VSnackbar/index.mjs",
413
409
  "styles": []
414
410
  },
415
411
  "VSystemBar": {
416
412
  "from": "components/VSystemBar/index.mjs",
417
413
  "styles": []
418
414
  },
419
- "VTextarea": {
420
- "from": "components/VTextarea/index.mjs",
421
- "styles": []
422
- },
423
415
  "VStepper": {
424
416
  "from": "components/VStepper/index.mjs",
425
417
  "styles": []
@@ -460,12 +452,16 @@
460
452
  "from": "components/VTabs/index.mjs",
461
453
  "styles": []
462
454
  },
455
+ "VSwitch": {
456
+ "from": "components/VSwitch/index.mjs",
457
+ "styles": []
458
+ },
463
459
  "VTable": {
464
460
  "from": "components/VTable/index.mjs",
465
461
  "styles": []
466
462
  },
467
- "VTextField": {
468
- "from": "components/VTextField/index.mjs",
463
+ "VTextarea": {
464
+ "from": "components/VTextarea/index.mjs",
469
465
  "styles": []
470
466
  },
471
467
  "VTimeline": {
@@ -476,8 +472,8 @@
476
472
  "from": "components/VTimeline/index.mjs",
477
473
  "styles": []
478
474
  },
479
- "VTooltip": {
480
- "from": "components/VTooltip/index.mjs",
475
+ "VTextField": {
476
+ "from": "components/VTextField/index.mjs",
481
477
  "styles": []
482
478
  },
483
479
  "VToolbar": {
@@ -492,6 +488,10 @@
492
488
  "from": "components/VToolbar/index.mjs",
493
489
  "styles": []
494
490
  },
491
+ "VTooltip": {
492
+ "from": "components/VTooltip/index.mjs",
493
+ "styles": []
494
+ },
495
495
  "VWindow": {
496
496
  "from": "components/VWindow/index.mjs",
497
497
  "styles": []
@@ -512,10 +512,6 @@
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
514
514
  },
515
- "VForm": {
516
- "from": "components/VForm/index.mjs",
517
- "styles": []
518
- },
519
515
  "VContainer": {
520
516
  "from": "components/VGrid/index.mjs",
521
517
  "styles": []
@@ -532,6 +528,10 @@
532
528
  "from": "components/VGrid/index.mjs",
533
529
  "styles": []
534
530
  },
531
+ "VForm": {
532
+ "from": "components/VForm/index.mjs",
533
+ "styles": []
534
+ },
535
535
  "VHover": {
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
@@ -544,14 +544,14 @@
544
544
  "from": "components/VLayout/index.mjs",
545
545
  "styles": []
546
546
  },
547
- "VLazy": {
548
- "from": "components/VLazy/index.mjs",
549
- "styles": []
550
- },
551
547
  "VLocaleProvider": {
552
548
  "from": "components/VLocaleProvider/index.mjs",
553
549
  "styles": []
554
550
  },
551
+ "VLazy": {
552
+ "from": "components/VLazy/index.mjs",
553
+ "styles": []
554
+ },
555
555
  "VNoSsr": {
556
556
  "from": "components/VNoSsr/index.mjs",
557
557
  "styles": []
@@ -584,14 +584,14 @@
584
584
  "from": "components/VThemeProvider/index.mjs",
585
585
  "styles": []
586
586
  },
587
- "VVirtualScroll": {
588
- "from": "components/VVirtualScroll/index.mjs",
589
- "styles": []
590
- },
591
587
  "VValidation": {
592
588
  "from": "components/VValidation/index.mjs",
593
589
  "styles": []
594
590
  },
591
+ "VVirtualScroll": {
592
+ "from": "components/VVirtualScroll/index.mjs",
593
+ "styles": []
594
+ },
595
595
  "VFabTransition": {
596
596
  "from": "components/transitions/index.mjs",
597
597
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.13",
5
+ "version": "3.6.14",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -28041,11 +28041,21 @@
28041
28041
  "type": "boolean"
28042
28042
  }
28043
28043
  },
28044
+ {
28045
+ "name": "modelValue",
28046
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28047
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28048
+ "default": "null",
28049
+ "value": {
28050
+ "kind": "expression",
28051
+ "type": "Number"
28052
+ }
28053
+ },
28044
28054
  {
28045
28055
  "name": "min",
28046
28056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
28047
28057
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28048
- "default": "null",
28058
+ "default": "-9007199254740991",
28049
28059
  "value": {
28050
28060
  "kind": "expression",
28051
28061
  "type": "number"
@@ -28065,7 +28075,7 @@
28065
28075
  "name": "max",
28066
28076
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
28067
28077
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28068
- "default": "null",
28078
+ "default": "9007199254740991",
28069
28079
  "value": {
28070
28080
  "kind": "expression",
28071
28081
  "type": "number"
@@ -28357,15 +28367,6 @@
28357
28367
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
28358
28368
  }
28359
28369
  },
28360
- {
28361
- "name": "modelValue",
28362
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28363
- "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28364
- "value": {
28365
- "kind": "expression",
28366
- "type": "any"
28367
- }
28368
- },
28369
28370
  {
28370
28371
  "name": "validateOn",
28371
28372
  "description": "Change what type of event triggers validation to run.",
@@ -35450,7 +35451,7 @@
35450
35451
  },
35451
35452
  {
35452
35453
  "name": "loadingText",
35453
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSkeletonLoader.json))",
35454
+ "description": "aria-label for the element in a loading state.",
35454
35455
  "doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
35455
35456
  "default": "'$vuetify.loading'",
35456
35457
  "value": {