vuetify 3.5.9 → 3.5.11

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 +10 -6
  4. package/dist/json/importMap.json +128 -128
  5. package/dist/json/tags.json +30 -0
  6. package/dist/json/web-types.json +582 -15
  7. package/dist/vuetify-labs.css +3076 -3034
  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 +1609 -1604
  14. package/dist/vuetify.d.ts +1885 -1832
  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 +40 -39
  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 +3 -3
@@ -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,8 +28,8 @@
28
28
  "from": "labs/VEmptyState/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VFab": {
32
- "from": "labs/VFab/index.mjs",
31
+ "VNumberInput": {
32
+ "from": "labs/VNumberInput/index.mjs",
33
33
  "styles": []
34
34
  },
35
35
  "VPicker": {
@@ -40,18 +40,22 @@
40
40
  "from": "labs/VPicker/index.mjs",
41
41
  "styles": []
42
42
  },
43
- "VConfirmEdit": {
44
- "from": "labs/VConfirmEdit/index.mjs",
43
+ "VFab": {
44
+ "from": "labs/VFab/index.mjs",
45
45
  "styles": []
46
46
  },
47
- "VSparkline": {
48
- "from": "labs/VSparkline/index.mjs",
47
+ "VConfirmEdit": {
48
+ "from": "labs/VConfirmEdit/index.mjs",
49
49
  "styles": []
50
50
  },
51
51
  "VSpeedDial": {
52
52
  "from": "labs/VSpeedDial/index.mjs",
53
53
  "styles": []
54
54
  },
55
+ "VSparkline": {
56
+ "from": "labs/VSparkline/index.mjs",
57
+ "styles": []
58
+ },
55
59
  "VTreeview": {
56
60
  "from": "labs/VTreeview/index.mjs",
57
61
  "styles": []
@@ -16,6 +16,10 @@
16
16
  "from": "components/VAppBar/index.mjs",
17
17
  "styles": []
18
18
  },
19
+ "VAvatar": {
20
+ "from": "components/VAvatar/index.mjs",
21
+ "styles": []
22
+ },
19
23
  "VAlert": {
20
24
  "from": "components/VAlert/index.mjs",
21
25
  "styles": []
@@ -28,22 +32,10 @@
28
32
  "from": "components/VAutocomplete/index.mjs",
29
33
  "styles": []
30
34
  },
31
- "VAvatar": {
32
- "from": "components/VAvatar/index.mjs",
33
- "styles": []
34
- },
35
- "VBottomNavigation": {
36
- "from": "components/VBottomNavigation/index.mjs",
37
- "styles": []
38
- },
39
35
  "VBadge": {
40
36
  "from": "components/VBadge/index.mjs",
41
37
  "styles": []
42
38
  },
43
- "VBtn": {
44
- "from": "components/VBtn/index.mjs",
45
- "styles": []
46
- },
47
39
  "VBanner": {
48
40
  "from": "components/VBanner/index.mjs",
49
41
  "styles": []
@@ -56,18 +48,46 @@
56
48
  "from": "components/VBanner/index.mjs",
57
49
  "styles": []
58
50
  },
59
- "VBottomSheet": {
60
- "from": "components/VBottomSheet/index.mjs",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VBtn": {
56
+ "from": "components/VBtn/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBreadcrumbs": {
60
+ "from": "components/VBreadcrumbs/index.mjs",
61
+ "styles": []
62
+ },
63
+ "VBreadcrumbsItem": {
64
+ "from": "components/VBreadcrumbs/index.mjs",
65
+ "styles": []
66
+ },
67
+ "VBreadcrumbsDivider": {
68
+ "from": "components/VBreadcrumbs/index.mjs",
61
69
  "styles": []
62
70
  },
63
71
  "VBtnToggle": {
64
72
  "from": "components/VBtnToggle/index.mjs",
65
73
  "styles": []
66
74
  },
75
+ "VBottomSheet": {
76
+ "from": "components/VBottomSheet/index.mjs",
77
+ "styles": []
78
+ },
67
79
  "VBtnGroup": {
68
80
  "from": "components/VBtnGroup/index.mjs",
69
81
  "styles": []
70
82
  },
83
+ "VCarousel": {
84
+ "from": "components/VCarousel/index.mjs",
85
+ "styles": []
86
+ },
87
+ "VCarouselItem": {
88
+ "from": "components/VCarousel/index.mjs",
89
+ "styles": []
90
+ },
71
91
  "VCard": {
72
92
  "from": "components/VCard/index.mjs",
73
93
  "styles": []
@@ -92,50 +112,38 @@
92
112
  "from": "components/VCard/index.mjs",
93
113
  "styles": []
94
114
  },
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",
115
+ "VCheckbox": {
116
+ "from": "components/VCheckbox/index.mjs",
105
117
  "styles": []
106
118
  },
107
- "VCarousel": {
108
- "from": "components/VCarousel/index.mjs",
119
+ "VCheckboxBtn": {
120
+ "from": "components/VCheckbox/index.mjs",
109
121
  "styles": []
110
122
  },
111
- "VCarouselItem": {
112
- "from": "components/VCarousel/index.mjs",
123
+ "VColorPicker": {
124
+ "from": "components/VColorPicker/index.mjs",
113
125
  "styles": []
114
126
  },
115
127
  "VChip": {
116
128
  "from": "components/VChip/index.mjs",
117
129
  "styles": []
118
130
  },
119
- "VCheckbox": {
120
- "from": "components/VCheckbox/index.mjs",
121
- "styles": []
122
- },
123
- "VCheckboxBtn": {
124
- "from": "components/VCheckbox/index.mjs",
125
- "styles": []
126
- },
127
131
  "VChipGroup": {
128
132
  "from": "components/VChipGroup/index.mjs",
129
133
  "styles": []
130
134
  },
131
- "VColorPicker": {
132
- "from": "components/VColorPicker/index.mjs",
135
+ "VCounter": {
136
+ "from": "components/VCounter/index.mjs",
133
137
  "styles": []
134
138
  },
135
139
  "VCode": {
136
140
  "from": "components/VCode/index.mjs",
137
141
  "styles": []
138
142
  },
143
+ "VCombobox": {
144
+ "from": "components/VCombobox/index.mjs",
145
+ "styles": []
146
+ },
139
147
  "VDataTable": {
140
148
  "from": "components/VDataTable/index.mjs",
141
149
  "styles": []
@@ -164,14 +172,6 @@
164
172
  "from": "components/VDataTable/index.mjs",
165
173
  "styles": []
166
174
  },
167
- "VCounter": {
168
- "from": "components/VCounter/index.mjs",
169
- "styles": []
170
- },
171
- "VCombobox": {
172
- "from": "components/VCombobox/index.mjs",
173
- "styles": []
174
- },
175
175
  "VDatePicker": {
176
176
  "from": "components/VDatePicker/index.mjs",
177
177
  "styles": []
@@ -216,26 +216,6 @@
216
216
  "from": "components/VFooter/index.mjs",
217
217
  "styles": []
218
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
219
  "VExpansionPanels": {
240
220
  "from": "components/VExpansionPanel/index.mjs",
241
221
  "styles": []
@@ -260,6 +240,26 @@
260
240
  "from": "components/VImg/index.mjs",
261
241
  "styles": []
262
242
  },
243
+ "VIcon": {
244
+ "from": "components/VIcon/index.mjs",
245
+ "styles": []
246
+ },
247
+ "VComponentIcon": {
248
+ "from": "components/VIcon/index.mjs",
249
+ "styles": []
250
+ },
251
+ "VSvgIcon": {
252
+ "from": "components/VIcon/index.mjs",
253
+ "styles": []
254
+ },
255
+ "VLigatureIcon": {
256
+ "from": "components/VIcon/index.mjs",
257
+ "styles": []
258
+ },
259
+ "VClassIcon": {
260
+ "from": "components/VIcon/index.mjs",
261
+ "styles": []
262
+ },
263
263
  "VInfiniteScroll": {
264
264
  "from": "components/VInfiniteScroll/index.mjs",
265
265
  "styles": []
@@ -280,18 +280,10 @@
280
280
  "from": "components/VLabel/index.mjs",
281
281
  "styles": []
282
282
  },
283
- "VMain": {
284
- "from": "components/VMain/index.mjs",
285
- "styles": []
286
- },
287
283
  "VKbd": {
288
284
  "from": "components/VKbd/index.mjs",
289
285
  "styles": []
290
286
  },
291
- "VMessages": {
292
- "from": "components/VMessages/index.mjs",
293
- "styles": []
294
- },
295
287
  "VList": {
296
288
  "from": "components/VList/index.mjs",
297
289
  "styles": []
@@ -328,14 +320,22 @@
328
320
  "from": "components/VList/index.mjs",
329
321
  "styles": []
330
322
  },
331
- "VMenu": {
332
- "from": "components/VMenu/index.mjs",
323
+ "VMain": {
324
+ "from": "components/VMain/index.mjs",
325
+ "styles": []
326
+ },
327
+ "VMessages": {
328
+ "from": "components/VMessages/index.mjs",
333
329
  "styles": []
334
330
  },
335
331
  "VNavigationDrawer": {
336
332
  "from": "components/VNavigationDrawer/index.mjs",
337
333
  "styles": []
338
334
  },
335
+ "VMenu": {
336
+ "from": "components/VMenu/index.mjs",
337
+ "styles": []
338
+ },
339
339
  "VOtpInput": {
340
340
  "from": "components/VOtpInput/index.mjs",
341
341
  "styles": []
@@ -344,40 +344,40 @@
344
344
  "from": "components/VOverlay/index.mjs",
345
345
  "styles": []
346
346
  },
347
- "VProgressCircular": {
348
- "from": "components/VProgressCircular/index.mjs",
347
+ "VProgressLinear": {
348
+ "from": "components/VProgressLinear/index.mjs",
349
349
  "styles": []
350
350
  },
351
351
  "VPagination": {
352
352
  "from": "components/VPagination/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VProgressLinear": {
356
- "from": "components/VProgressLinear/index.mjs",
357
- "styles": []
358
- },
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
  },
367
- "VSelect": {
368
- "from": "components/VSelect/index.mjs",
363
+ "VRating": {
364
+ "from": "components/VRating/index.mjs",
369
365
  "styles": []
370
366
  },
371
367
  "VSelectionControl": {
372
368
  "from": "components/VSelectionControl/index.mjs",
373
369
  "styles": []
374
370
  },
371
+ "VSelect": {
372
+ "from": "components/VSelect/index.mjs",
373
+ "styles": []
374
+ },
375
375
  "VSelectionControlGroup": {
376
376
  "from": "components/VSelectionControlGroup/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSkeletonLoader": {
380
- "from": "components/VSkeletonLoader/index.mjs",
379
+ "VSheet": {
380
+ "from": "components/VSheet/index.mjs",
381
381
  "styles": []
382
382
  },
383
383
  "VSlideGroup": {
@@ -388,24 +388,8 @@
388
388
  "from": "components/VSlideGroup/index.mjs",
389
389
  "styles": []
390
390
  },
391
- "VSheet": {
392
- "from": "components/VSheet/index.mjs",
393
- "styles": []
394
- },
395
- "VSlider": {
396
- "from": "components/VSlider/index.mjs",
397
- "styles": []
398
- },
399
- "VSystemBar": {
400
- "from": "components/VSystemBar/index.mjs",
401
- "styles": []
402
- },
403
- "VTable": {
404
- "from": "components/VTable/index.mjs",
405
- "styles": []
406
- },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar/index.mjs",
391
+ "VSkeletonLoader": {
392
+ "from": "components/VSkeletonLoader/index.mjs",
409
393
  "styles": []
410
394
  },
411
395
  "VStepper": {
@@ -432,16 +416,24 @@
432
416
  "from": "components/VStepper/index.mjs",
433
417
  "styles": []
434
418
  },
435
- "VSwitch": {
436
- "from": "components/VSwitch/index.mjs",
419
+ "VSlider": {
420
+ "from": "components/VSlider/index.mjs",
437
421
  "styles": []
438
422
  },
439
- "VTabs": {
440
- "from": "components/VTabs/index.mjs",
423
+ "VSnackbar": {
424
+ "from": "components/VSnackbar/index.mjs",
441
425
  "styles": []
442
426
  },
443
- "VTab": {
444
- "from": "components/VTabs/index.mjs",
427
+ "VSystemBar": {
428
+ "from": "components/VSystemBar/index.mjs",
429
+ "styles": []
430
+ },
431
+ "VTable": {
432
+ "from": "components/VTable/index.mjs",
433
+ "styles": []
434
+ },
435
+ "VSwitch": {
436
+ "from": "components/VSwitch/index.mjs",
445
437
  "styles": []
446
438
  },
447
439
  "VTextarea": {
@@ -452,6 +444,18 @@
452
444
  "from": "components/VTextField/index.mjs",
453
445
  "styles": []
454
446
  },
447
+ "VTooltip": {
448
+ "from": "components/VTooltip/index.mjs",
449
+ "styles": []
450
+ },
451
+ "VTabs": {
452
+ "from": "components/VTabs/index.mjs",
453
+ "styles": []
454
+ },
455
+ "VTab": {
456
+ "from": "components/VTabs/index.mjs",
457
+ "styles": []
458
+ },
455
459
  "VTimeline": {
456
460
  "from": "components/VTimeline/index.mjs",
457
461
  "styles": []
@@ -480,10 +484,6 @@
480
484
  "from": "components/VWindow/index.mjs",
481
485
  "styles": []
482
486
  },
483
- "VTooltip": {
484
- "from": "components/VTooltip/index.mjs",
485
- "styles": []
486
- },
487
487
  "VDataIterator": {
488
488
  "from": "components/VDataIterator/index.mjs",
489
489
  "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": []
@@ -512,14 +516,6 @@
512
516
  "from": "components/VHover/index.mjs",
513
517
  "styles": []
514
518
  },
515
- "VLayout": {
516
- "from": "components/VLayout/index.mjs",
517
- "styles": []
518
- },
519
- "VLayoutItem": {
520
- "from": "components/VLayout/index.mjs",
521
- "styles": []
522
- },
523
519
  "VLazy": {
524
520
  "from": "components/VLazy/index.mjs",
525
521
  "styles": []
@@ -528,12 +524,16 @@
528
524
  "from": "components/VLocaleProvider/index.mjs",
529
525
  "styles": []
530
526
  },
531
- "VNoSsr": {
532
- "from": "components/VNoSsr/index.mjs",
527
+ "VLayout": {
528
+ "from": "components/VLayout/index.mjs",
533
529
  "styles": []
534
530
  },
535
- "VForm": {
536
- "from": "components/VForm/index.mjs",
531
+ "VLayoutItem": {
532
+ "from": "components/VLayout/index.mjs",
533
+ "styles": []
534
+ },
535
+ "VNoSsr": {
536
+ "from": "components/VNoSsr/index.mjs",
537
537
  "styles": []
538
538
  },
539
539
  "VParallax": {
@@ -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",