vuetify 3.5.9 → 3.5.10

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 (147) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +106 -6
  3. package/dist/json/importMap-labs.json +8 -4
  4. package/dist/json/importMap.json +122 -122
  5. package/dist/json/tags.json +30 -0
  6. package/dist/json/web-types.json +582 -15
  7. package/dist/vuetify-labs.css +2456 -2414
  8. package/dist/vuetify-labs.d.ts +2711 -1996
  9. package/dist/vuetify-labs.esm.js +518 -40
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +518 -39
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +681 -676
  14. package/dist/vuetify.d.ts +2356 -2303
  15. package/dist/vuetify.esm.js +605 -330
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +604 -328
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1106 -1098
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +94 -94
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VCombobox/VCombobox.mjs +5 -4
  40. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  41. package/lib/components/VCombobox/index.d.mts +94 -94
  42. package/lib/components/VDataTable/index.d.mts +6 -6
  43. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  44. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  45. package/lib/components/VDatePicker/index.d.mts +10 -10
  46. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  47. package/lib/components/VDialog/index.d.mts +12 -6
  48. package/lib/components/VDivider/index.d.mts +8 -8
  49. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  50. package/lib/components/VField/VField.css +2 -0
  51. package/lib/components/VField/VField.mjs +1 -1
  52. package/lib/components/VField/VField.mjs.map +1 -1
  53. package/lib/components/VField/VField.sass +2 -0
  54. package/lib/components/VField/index.d.mts +28 -28
  55. package/lib/components/VFileInput/index.d.mts +133 -133
  56. package/lib/components/VFooter/index.d.mts +8 -8
  57. package/lib/components/VGrid/index.d.mts +32 -32
  58. package/lib/components/VIcon/VIcon.css +4 -0
  59. package/lib/components/VIcon/VIcon.mjs +7 -3
  60. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  61. package/lib/components/VIcon/VIcon.sass +4 -0
  62. package/lib/components/VIcon/_variables.scss +1 -0
  63. package/lib/components/VIcon/index.d.mts +25 -16
  64. package/lib/components/VImg/index.d.mts +4 -4
  65. package/lib/components/VInput/index.d.mts +21 -21
  66. package/lib/components/VKbd/index.d.mts +8 -8
  67. package/lib/components/VLabel/index.d.mts +8 -8
  68. package/lib/components/VLayout/index.d.mts +16 -16
  69. package/lib/components/VLazy/index.d.mts +8 -8
  70. package/lib/components/VList/VListItem.mjs +2 -2
  71. package/lib/components/VList/VListItem.mjs.map +1 -1
  72. package/lib/components/VList/index.d.mts +48 -48
  73. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  74. package/lib/components/VMain/index.d.mts +8 -8
  75. package/lib/components/VMenu/VMenu.mjs +3 -0
  76. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  77. package/lib/components/VMenu/index.d.mts +14 -8
  78. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  79. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  80. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  81. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  82. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  83. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  84. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  85. package/lib/components/VOtpInput/index.d.mts +31 -31
  86. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  87. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  88. package/lib/components/VOverlay/index.d.mts +3 -0
  89. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  90. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  91. package/lib/components/VPagination/index.d.mts +7 -7
  92. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  93. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  94. package/lib/components/VProgressLinear/index.d.mts +7 -7
  95. package/lib/components/VRadioGroup/index.d.mts +44 -44
  96. package/lib/components/VRangeSlider/index.d.mts +47 -47
  97. package/lib/components/VRating/index.d.mts +7 -7
  98. package/lib/components/VResponsive/index.d.mts +8 -8
  99. package/lib/components/VSelect/index.d.mts +94 -94
  100. package/lib/components/VSheet/index.d.mts +8 -8
  101. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  102. package/lib/components/VSlider/index.d.mts +47 -47
  103. package/lib/components/VSnackbar/index.d.mts +25 -19
  104. package/lib/components/VStepper/index.d.mts +41 -41
  105. package/lib/components/VSwitch/index.d.mts +39 -39
  106. package/lib/components/VSystemBar/index.d.mts +8 -8
  107. package/lib/components/VTabs/index.d.mts +15 -15
  108. package/lib/components/VTextField/index.d.mts +173 -173
  109. package/lib/components/VTextarea/index.d.mts +119 -119
  110. package/lib/components/VThemeProvider/index.d.mts +8 -8
  111. package/lib/components/VTimeline/index.d.mts +8 -8
  112. package/lib/components/VToolbar/index.d.mts +8 -8
  113. package/lib/components/VTooltip/index.d.mts +14 -8
  114. package/lib/components/VWindow/index.d.mts +10 -10
  115. package/lib/components/index.d.mts +1869 -1832
  116. package/lib/components/transitions/index.d.mts +128 -128
  117. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  118. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  119. package/lib/composables/theme.mjs +1 -1
  120. package/lib/composables/theme.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +3 -2
  122. package/lib/entry-bundler.mjs.map +1 -1
  123. package/lib/framework.mjs +1 -1
  124. package/lib/framework.mjs.map +1 -1
  125. package/lib/index.d.mts +37 -36
  126. package/lib/labs/VCalendar/index.d.mts +32 -32
  127. package/lib/labs/VFab/index.d.mts +15 -15
  128. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  129. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  130. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  131. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  132. package/lib/labs/VNumberInput/_variables.scss +1 -0
  133. package/lib/labs/VNumberInput/index.d.mts +607 -0
  134. package/lib/labs/VNumberInput/index.mjs +2 -0
  135. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  136. package/lib/labs/VPicker/index.d.mts +8 -8
  137. package/lib/labs/VSparkline/index.d.mts +7 -7
  138. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  139. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  140. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  141. package/lib/labs/VTreeview/index.d.mts +8 -8
  142. package/lib/labs/components.d.mts +788 -95
  143. package/lib/labs/components.mjs +1 -0
  144. package/lib/labs/components.mjs.map +1 -1
  145. package/lib/locale/no.mjs +1 -1
  146. package/lib/locale/no.mjs.map +1 -1
  147. package/package.json +2 -2
@@ -1,4 +1,5 @@
1
1
  @forward '../lib/labs/VCalendar/_variables.scss'
2
2
  @forward '../lib/labs/VEmptyState/_variables.scss'
3
3
  @forward '../lib/labs/VFab/_variables.scss'
4
+ @forward '../lib/labs/VNumberInput/_variables.scss'
4
5
  @forward '../lib/labs/VPicker/_variables.scss'
@@ -5371,6 +5371,10 @@
5371
5371
  "type": "string\n",
5372
5372
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5373
5373
  },
5374
+ "VIcon/disabled": {
5375
+ "type": "boolean\n",
5376
+ "description": "Removes the ability to click or target the component."
5377
+ },
5374
5378
  "VIcon/start": {
5375
5379
  "type": "boolean\n",
5376
5380
  "description": "Applies margin at the end of the component."
@@ -6487,6 +6491,102 @@
6487
6491
  "type": "string\n",
6488
6492
  "description": "Specify a theme for this component and all of its children."
6489
6493
  },
6494
+ "VNumberInput/label": {
6495
+ "type": "string\n",
6496
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6497
+ },
6498
+ "VNumberInput/control-variant": {
6499
+ "type": "'default' | 'stacked' | 'split'\n",
6500
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
6501
+ },
6502
+ "VNumberInput/inset": {
6503
+ "type": "boolean\n",
6504
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
6505
+ },
6506
+ "VNumberInput/hide-input": {
6507
+ "type": "boolean\n",
6508
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
6509
+ },
6510
+ "VNumberInput/min": {
6511
+ "type": "number\n",
6512
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
6513
+ },
6514
+ "VNumberInput/max": {
6515
+ "type": "number\n",
6516
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
6517
+ },
6518
+ "VNumberInput/step": {
6519
+ "type": "number\n",
6520
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
6521
+ },
6522
+ "VNumberInput/hint": {
6523
+ "type": "string\n",
6524
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
6525
+ },
6526
+ "VNumberInput/persistent-hint": {
6527
+ "type": "boolean\n",
6528
+ "description": "Forces [hint](#props-hint) to always be visible."
6529
+ },
6530
+ "VNumberInput/reverse": {
6531
+ "type": "boolean\n",
6532
+ "description": "Reverses the orientation."
6533
+ },
6534
+ "VNumberInput/density": {
6535
+ "type": "'default' | 'comfortable' | 'compact'\n",
6536
+ "description": "Adjusts the vertical height used by the component."
6537
+ },
6538
+ "VNumberInput/disabled": {
6539
+ "type": "boolean\n",
6540
+ "description": "Removes the ability to click or target the input."
6541
+ },
6542
+ "VNumberInput/error": {
6543
+ "type": "boolean\n",
6544
+ "description": "Puts the input in a manual error state."
6545
+ },
6546
+ "VNumberInput/readonly": {
6547
+ "type": "boolean\n",
6548
+ "description": "Puts input in readonly state."
6549
+ },
6550
+ "VNumberInput/model-value": {
6551
+ "type": "string | number\n",
6552
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6553
+ },
6554
+ "VNumberInput/focused": {
6555
+ "type": "boolean\n",
6556
+ "description": "Forces a focused state styling on the component."
6557
+ },
6558
+ "VNumberInput/hide-details": {
6559
+ "type": "boolean | 'auto'\n",
6560
+ "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
6561
+ },
6562
+ "VNumberInput/bg-color": {
6563
+ "type": "string\n",
6564
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6565
+ },
6566
+ "VNumberInput/color": {
6567
+ "type": "string\n",
6568
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6569
+ },
6570
+ "VNumberInput/base-color": {
6571
+ "type": "string\n",
6572
+ "description": "Sets the color of the input when it is not focused."
6573
+ },
6574
+ "VNumberInput/variant": {
6575
+ "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
6576
+ "description": "Applies a distinct style to the component."
6577
+ },
6578
+ "VNumberInput/loading": {
6579
+ "type": "string | boolean\n",
6580
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
6581
+ },
6582
+ "VNumberInput/rounded": {
6583
+ "type": "string | number | boolean\n",
6584
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6585
+ },
6586
+ "VNumberInput/theme": {
6587
+ "type": "string\n",
6588
+ "description": "Specify a theme for this component and all of its children."
6589
+ },
6490
6590
  "VOtpInput/length": {
6491
6591
  "type": "string | number\n",
6492
6592
  "description": "The OTP field's length."
@@ -8895,6 +8995,10 @@
8895
8995
  "type": "boolean\n",
8896
8996
  "description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
8897
8997
  },
8998
+ "VSpeedDial/activator": {
8999
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
9000
+ "description": "Explicitly sets the overlay's activator."
9001
+ },
8898
9002
  "VSpeedDial/id": {
8899
9003
  "type": "string\n",
8900
9004
  "description": "The unique identifier of the component."
@@ -8947,17 +9051,13 @@
8947
9051
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
8948
9052
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
8949
9053
  },
8950
- "VSpeedDial/activator": {
8951
- "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
8952
- "description": "Explicitly sets the overlay's activator."
8953
- },
8954
9054
  "VSpeedDial/activator-props": {
8955
9055
  "type": "unknown\n",
8956
9056
  "description": "Apply custom properties to the activator."
8957
9057
  },
8958
9058
  "VSpeedDial/open-on-click": {
8959
9059
  "type": "boolean\n",
8960
- "description": "Designates whether menu should open on activator click."
9060
+ "description": "Activate the component when the activator is clicked."
8961
9061
  },
8962
9062
  "VSpeedDial/open-on-hover": {
8963
9063
  "type": "boolean\n",
@@ -8969,7 +9069,7 @@
8969
9069
  },
8970
9070
  "VSpeedDial/close-on-content-click": {
8971
9071
  "type": "boolean\n",
8972
- "description": "Designates if menu should close when its content is clicked."
9072
+ "description": "Closes component when you click on its content."
8973
9073
  },
8974
9074
  "VSpeedDial/close-delay": {
8975
9075
  "type": "string | number\n",
@@ -28,6 +28,10 @@
28
28
  "from": "labs/VEmptyState/index.mjs",
29
29
  "styles": []
30
30
  },
31
+ "VNumberInput": {
32
+ "from": "labs/VNumberInput/index.mjs",
33
+ "styles": []
34
+ },
31
35
  "VFab": {
32
36
  "from": "labs/VFab/index.mjs",
33
37
  "styles": []
@@ -48,10 +52,6 @@
48
52
  "from": "labs/VSparkline/index.mjs",
49
53
  "styles": []
50
54
  },
51
- "VSpeedDial": {
52
- "from": "labs/VSpeedDial/index.mjs",
53
- "styles": []
54
- },
55
55
  "VTreeview": {
56
56
  "from": "labs/VTreeview/index.mjs",
57
57
  "styles": []
@@ -63,6 +63,10 @@
63
63
  "VTreeviewGroup": {
64
64
  "from": "labs/VTreeview/index.mjs",
65
65
  "styles": []
66
+ },
67
+ "VSpeedDial": {
68
+ "from": "labs/VSpeedDial/index.mjs",
69
+ "styles": []
66
70
  }
67
71
  }
68
72
  }
@@ -16,32 +16,28 @@
16
16
  "from": "components/VAppBar/index.mjs",
17
17
  "styles": []
18
18
  },
19
- "VAlert": {
20
- "from": "components/VAlert/index.mjs",
21
- "styles": []
22
- },
23
- "VAlertTitle": {
24
- "from": "components/VAlert/index.mjs",
19
+ "VBadge": {
20
+ "from": "components/VBadge/index.mjs",
25
21
  "styles": []
26
22
  },
27
23
  "VAutocomplete": {
28
24
  "from": "components/VAutocomplete/index.mjs",
29
25
  "styles": []
30
26
  },
31
- "VAvatar": {
32
- "from": "components/VAvatar/index.mjs",
27
+ "VBottomSheet": {
28
+ "from": "components/VBottomSheet/index.mjs",
33
29
  "styles": []
34
30
  },
35
- "VBottomNavigation": {
36
- "from": "components/VBottomNavigation/index.mjs",
31
+ "VAvatar": {
32
+ "from": "components/VAvatar/index.mjs",
37
33
  "styles": []
38
34
  },
39
- "VBadge": {
40
- "from": "components/VBadge/index.mjs",
35
+ "VAlert": {
36
+ "from": "components/VAlert/index.mjs",
41
37
  "styles": []
42
38
  },
43
- "VBtn": {
44
- "from": "components/VBtn/index.mjs",
39
+ "VAlertTitle": {
40
+ "from": "components/VAlert/index.mjs",
45
41
  "styles": []
46
42
  },
47
43
  "VBanner": {
@@ -56,8 +52,24 @@
56
52
  "from": "components/VBanner/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VBottomSheet": {
60
- "from": "components/VBottomSheet/index.mjs",
55
+ "VBottomNavigation": {
56
+ "from": "components/VBottomNavigation/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBtn": {
60
+ "from": "components/VBtn/index.mjs",
61
+ "styles": []
62
+ },
63
+ "VBreadcrumbs": {
64
+ "from": "components/VBreadcrumbs/index.mjs",
65
+ "styles": []
66
+ },
67
+ "VBreadcrumbsItem": {
68
+ "from": "components/VBreadcrumbs/index.mjs",
69
+ "styles": []
70
+ },
71
+ "VBreadcrumbsDivider": {
72
+ "from": "components/VBreadcrumbs/index.mjs",
61
73
  "styles": []
62
74
  },
63
75
  "VBtnToggle": {
@@ -92,18 +104,6 @@
92
104
  "from": "components/VCard/index.mjs",
93
105
  "styles": []
94
106
  },
95
- "VBreadcrumbs": {
96
- "from": "components/VBreadcrumbs/index.mjs",
97
- "styles": []
98
- },
99
- "VBreadcrumbsItem": {
100
- "from": "components/VBreadcrumbs/index.mjs",
101
- "styles": []
102
- },
103
- "VBreadcrumbsDivider": {
104
- "from": "components/VBreadcrumbs/index.mjs",
105
- "styles": []
106
- },
107
107
  "VCarousel": {
108
108
  "from": "components/VCarousel/index.mjs",
109
109
  "styles": []
@@ -112,10 +112,6 @@
112
112
  "from": "components/VCarousel/index.mjs",
113
113
  "styles": []
114
114
  },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
117
- "styles": []
118
- },
119
115
  "VCheckbox": {
120
116
  "from": "components/VCheckbox/index.mjs",
121
117
  "styles": []
@@ -124,16 +120,24 @@
124
120
  "from": "components/VCheckbox/index.mjs",
125
121
  "styles": []
126
122
  },
127
- "VChipGroup": {
128
- "from": "components/VChipGroup/index.mjs",
123
+ "VCode": {
124
+ "from": "components/VCode/index.mjs",
125
+ "styles": []
126
+ },
127
+ "VChip": {
128
+ "from": "components/VChip/index.mjs",
129
129
  "styles": []
130
130
  },
131
131
  "VColorPicker": {
132
132
  "from": "components/VColorPicker/index.mjs",
133
133
  "styles": []
134
134
  },
135
- "VCode": {
136
- "from": "components/VCode/index.mjs",
135
+ "VCounter": {
136
+ "from": "components/VCounter/index.mjs",
137
+ "styles": []
138
+ },
139
+ "VChipGroup": {
140
+ "from": "components/VChipGroup/index.mjs",
137
141
  "styles": []
138
142
  },
139
143
  "VDataTable": {
@@ -164,10 +168,6 @@
164
168
  "from": "components/VDataTable/index.mjs",
165
169
  "styles": []
166
170
  },
167
- "VCounter": {
168
- "from": "components/VCounter/index.mjs",
169
- "styles": []
170
- },
171
171
  "VCombobox": {
172
172
  "from": "components/VCombobox/index.mjs",
173
173
  "styles": []
@@ -200,42 +200,6 @@
200
200
  "from": "components/VDialog/index.mjs",
201
201
  "styles": []
202
202
  },
203
- "VDivider": {
204
- "from": "components/VDivider/index.mjs",
205
- "styles": []
206
- },
207
- "VField": {
208
- "from": "components/VField/index.mjs",
209
- "styles": []
210
- },
211
- "VFieldLabel": {
212
- "from": "components/VField/index.mjs",
213
- "styles": []
214
- },
215
- "VFooter": {
216
- "from": "components/VFooter/index.mjs",
217
- "styles": []
218
- },
219
- "VIcon": {
220
- "from": "components/VIcon/index.mjs",
221
- "styles": []
222
- },
223
- "VComponentIcon": {
224
- "from": "components/VIcon/index.mjs",
225
- "styles": []
226
- },
227
- "VSvgIcon": {
228
- "from": "components/VIcon/index.mjs",
229
- "styles": []
230
- },
231
- "VLigatureIcon": {
232
- "from": "components/VIcon/index.mjs",
233
- "styles": []
234
- },
235
- "VClassIcon": {
236
- "from": "components/VIcon/index.mjs",
237
- "styles": []
238
- },
239
203
  "VExpansionPanels": {
240
204
  "from": "components/VExpansionPanel/index.mjs",
241
205
  "styles": []
@@ -252,10 +216,26 @@
252
216
  "from": "components/VExpansionPanel/index.mjs",
253
217
  "styles": []
254
218
  },
219
+ "VDivider": {
220
+ "from": "components/VDivider/index.mjs",
221
+ "styles": []
222
+ },
223
+ "VField": {
224
+ "from": "components/VField/index.mjs",
225
+ "styles": []
226
+ },
227
+ "VFieldLabel": {
228
+ "from": "components/VField/index.mjs",
229
+ "styles": []
230
+ },
255
231
  "VFileInput": {
256
232
  "from": "components/VFileInput/index.mjs",
257
233
  "styles": []
258
234
  },
235
+ "VFooter": {
236
+ "from": "components/VFooter/index.mjs",
237
+ "styles": []
238
+ },
259
239
  "VImg": {
260
240
  "from": "components/VImg/index.mjs",
261
241
  "styles": []
@@ -264,10 +244,6 @@
264
244
  "from": "components/VInfiniteScroll/index.mjs",
265
245
  "styles": []
266
246
  },
267
- "VInput": {
268
- "from": "components/VInput/index.mjs",
269
- "styles": []
270
- },
271
247
  "VItemGroup": {
272
248
  "from": "components/VItemGroup/index.mjs",
273
249
  "styles": []
@@ -276,20 +252,36 @@
276
252
  "from": "components/VItemGroup/index.mjs",
277
253
  "styles": []
278
254
  },
279
- "VLabel": {
280
- "from": "components/VLabel/index.mjs",
255
+ "VIcon": {
256
+ "from": "components/VIcon/index.mjs",
281
257
  "styles": []
282
258
  },
283
- "VMain": {
284
- "from": "components/VMain/index.mjs",
259
+ "VComponentIcon": {
260
+ "from": "components/VIcon/index.mjs",
261
+ "styles": []
262
+ },
263
+ "VSvgIcon": {
264
+ "from": "components/VIcon/index.mjs",
265
+ "styles": []
266
+ },
267
+ "VLigatureIcon": {
268
+ "from": "components/VIcon/index.mjs",
269
+ "styles": []
270
+ },
271
+ "VClassIcon": {
272
+ "from": "components/VIcon/index.mjs",
273
+ "styles": []
274
+ },
275
+ "VInput": {
276
+ "from": "components/VInput/index.mjs",
285
277
  "styles": []
286
278
  },
287
279
  "VKbd": {
288
280
  "from": "components/VKbd/index.mjs",
289
281
  "styles": []
290
282
  },
291
- "VMessages": {
292
- "from": "components/VMessages/index.mjs",
283
+ "VLabel": {
284
+ "from": "components/VLabel/index.mjs",
293
285
  "styles": []
294
286
  },
295
287
  "VList": {
@@ -332,6 +324,14 @@
332
324
  "from": "components/VMenu/index.mjs",
333
325
  "styles": []
334
326
  },
327
+ "VMain": {
328
+ "from": "components/VMain/index.mjs",
329
+ "styles": []
330
+ },
331
+ "VMessages": {
332
+ "from": "components/VMessages/index.mjs",
333
+ "styles": []
334
+ },
335
335
  "VNavigationDrawer": {
336
336
  "from": "components/VNavigationDrawer/index.mjs",
337
337
  "styles": []
@@ -344,10 +344,6 @@
344
344
  "from": "components/VOverlay/index.mjs",
345
345
  "styles": []
346
346
  },
347
- "VProgressCircular": {
348
- "from": "components/VProgressCircular/index.mjs",
349
- "styles": []
350
- },
351
347
  "VPagination": {
352
348
  "from": "components/VPagination/index.mjs",
353
349
  "styles": []
@@ -356,14 +352,18 @@
356
352
  "from": "components/VProgressLinear/index.mjs",
357
353
  "styles": []
358
354
  },
359
- "VRating": {
360
- "from": "components/VRating/index.mjs",
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular/index.mjs",
361
357
  "styles": []
362
358
  },
363
359
  "VRadioGroup": {
364
360
  "from": "components/VRadioGroup/index.mjs",
365
361
  "styles": []
366
362
  },
363
+ "VRating": {
364
+ "from": "components/VRating/index.mjs",
365
+ "styles": []
366
+ },
367
367
  "VSelect": {
368
368
  "from": "components/VSelect/index.mjs",
369
369
  "styles": []
@@ -372,14 +372,18 @@
372
372
  "from": "components/VSelectionControl/index.mjs",
373
373
  "styles": []
374
374
  },
375
- "VSelectionControlGroup": {
376
- "from": "components/VSelectionControlGroup/index.mjs",
375
+ "VSheet": {
376
+ "from": "components/VSheet/index.mjs",
377
377
  "styles": []
378
378
  },
379
379
  "VSkeletonLoader": {
380
380
  "from": "components/VSkeletonLoader/index.mjs",
381
381
  "styles": []
382
382
  },
383
+ "VSelectionControlGroup": {
384
+ "from": "components/VSelectionControlGroup/index.mjs",
385
+ "styles": []
386
+ },
383
387
  "VSlideGroup": {
384
388
  "from": "components/VSlideGroup/index.mjs",
385
389
  "styles": []
@@ -388,10 +392,6 @@
388
392
  "from": "components/VSlideGroup/index.mjs",
389
393
  "styles": []
390
394
  },
391
- "VSheet": {
392
- "from": "components/VSheet/index.mjs",
393
- "styles": []
394
- },
395
395
  "VSlider": {
396
396
  "from": "components/VSlider/index.mjs",
397
397
  "styles": []
@@ -400,10 +400,6 @@
400
400
  "from": "components/VSystemBar/index.mjs",
401
401
  "styles": []
402
402
  },
403
- "VTable": {
404
- "from": "components/VTable/index.mjs",
405
- "styles": []
406
- },
407
403
  "VSnackbar": {
408
404
  "from": "components/VSnackbar/index.mjs",
409
405
  "styles": []
@@ -432,6 +428,10 @@
432
428
  "from": "components/VStepper/index.mjs",
433
429
  "styles": []
434
430
  },
431
+ "VTable": {
432
+ "from": "components/VTable/index.mjs",
433
+ "styles": []
434
+ },
435
435
  "VSwitch": {
436
436
  "from": "components/VSwitch/index.mjs",
437
437
  "styles": []
@@ -448,18 +448,6 @@
448
448
  "from": "components/VTextarea/index.mjs",
449
449
  "styles": []
450
450
  },
451
- "VTextField": {
452
- "from": "components/VTextField/index.mjs",
453
- "styles": []
454
- },
455
- "VTimeline": {
456
- "from": "components/VTimeline/index.mjs",
457
- "styles": []
458
- },
459
- "VTimelineItem": {
460
- "from": "components/VTimeline/index.mjs",
461
- "styles": []
462
- },
463
451
  "VToolbar": {
464
452
  "from": "components/VToolbar/index.mjs",
465
453
  "styles": []
@@ -472,6 +460,18 @@
472
460
  "from": "components/VToolbar/index.mjs",
473
461
  "styles": []
474
462
  },
463
+ "VTextField": {
464
+ "from": "components/VTextField/index.mjs",
465
+ "styles": []
466
+ },
467
+ "VTimeline": {
468
+ "from": "components/VTimeline/index.mjs",
469
+ "styles": []
470
+ },
471
+ "VTimelineItem": {
472
+ "from": "components/VTimeline/index.mjs",
473
+ "styles": []
474
+ },
475
475
  "VWindow": {
476
476
  "from": "components/VWindow/index.mjs",
477
477
  "styles": []
@@ -492,6 +492,10 @@
492
492
  "from": "components/VDefaultsProvider/index.mjs",
493
493
  "styles": []
494
494
  },
495
+ "VForm": {
496
+ "from": "components/VForm/index.mjs",
497
+ "styles": []
498
+ },
495
499
  "VContainer": {
496
500
  "from": "components/VGrid/index.mjs",
497
501
  "styles": []
@@ -532,10 +536,6 @@
532
536
  "from": "components/VNoSsr/index.mjs",
533
537
  "styles": []
534
538
  },
535
- "VForm": {
536
- "from": "components/VForm/index.mjs",
537
- "styles": []
538
- },
539
539
  "VParallax": {
540
540
  "from": "components/VParallax/index.mjs",
541
541
  "styles": []
@@ -552,14 +552,14 @@
552
552
  "from": "components/VResponsive/index.mjs",
553
553
  "styles": []
554
554
  },
555
- "VThemeProvider": {
556
- "from": "components/VThemeProvider/index.mjs",
557
- "styles": []
558
- },
559
555
  "VValidation": {
560
556
  "from": "components/VValidation/index.mjs",
561
557
  "styles": []
562
558
  },
559
+ "VThemeProvider": {
560
+ "from": "components/VThemeProvider/index.mjs",
561
+ "styles": []
562
+ },
563
563
  "VVirtualScroll": {
564
564
  "from": "components/VVirtualScroll/index.mjs",
565
565
  "styles": []
@@ -1757,6 +1757,7 @@
1757
1757
  "VIcon": {
1758
1758
  "attributes": [
1759
1759
  "color",
1760
+ "disabled",
1760
1761
  "end",
1761
1762
  "icon",
1762
1763
  "size",
@@ -2168,6 +2169,35 @@
2168
2169
  "attributes": [],
2169
2170
  "description": ""
2170
2171
  },
2172
+ "VNumberInput": {
2173
+ "attributes": [
2174
+ "base-color",
2175
+ "bg-color",
2176
+ "color",
2177
+ "control-variant",
2178
+ "density",
2179
+ "disabled",
2180
+ "error",
2181
+ "focused",
2182
+ "hide-details",
2183
+ "hide-input",
2184
+ "hint",
2185
+ "inset",
2186
+ "label",
2187
+ "loading",
2188
+ "max",
2189
+ "min",
2190
+ "model-value",
2191
+ "persistent-hint",
2192
+ "readonly",
2193
+ "reverse",
2194
+ "rounded",
2195
+ "step",
2196
+ "theme",
2197
+ "variant"
2198
+ ],
2199
+ "description": ""
2200
+ },
2171
2201
  "VOtpInput": {
2172
2202
  "attributes": [
2173
2203
  "autofocus",