@vuetify/nightly 3.4.0-alpha.1-dev.2023-11-02 → 3.4.0-alpha.1-dev.2023-11-03

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 (107) hide show
  1. package/CHANGELOG.md +16 -3
  2. package/dist/_component-variables-labs.sass +0 -1
  3. package/dist/_component-variables.sass +1 -0
  4. package/dist/json/attributes.json +53 -5
  5. package/dist/json/importMap-labs.json +0 -8
  6. package/dist/json/importMap.json +16 -8
  7. package/dist/json/tags.json +12 -0
  8. package/dist/json/web-types.json +336 -273
  9. package/dist/vuetify-labs.css +74 -61
  10. package/dist/vuetify-labs.d.ts +2137 -1713
  11. package/dist/vuetify-labs.esm.js +6326 -6221
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +6326 -6221
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.css +62 -1
  16. package/dist/vuetify.d.ts +1428 -35
  17. package/dist/vuetify.esm.js +3121 -2102
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +3121 -2102
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +963 -884
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/index.d.mts +2 -1
  25. package/lib/blueprints/md1.d.mts +2 -1
  26. package/lib/blueprints/md2.d.mts +2 -1
  27. package/lib/blueprints/md3.d.mts +2 -1
  28. package/lib/components/VAutocomplete/index.d.mts +11 -1
  29. package/lib/components/VCalendar/mixins/mouse.mjs +1 -0
  30. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  31. package/lib/components/VCheckbox/index.d.mts +11 -1
  32. package/lib/components/VCombobox/index.d.mts +11 -1
  33. package/lib/{labs → components}/VDataIterator/VDataIterator.mjs +6 -6
  34. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -0
  35. package/lib/components/VDataIterator/composables/items.mjs.map +1 -0
  36. package/lib/{labs → components}/VDataIterator/index.d.mts +6 -4
  37. package/lib/components/VDataIterator/index.mjs.map +1 -0
  38. package/lib/components/VFileInput/index.d.mts +35 -7
  39. package/lib/components/VImg/VImg.mjs +13 -10
  40. package/lib/components/VImg/VImg.mjs.map +1 -1
  41. package/lib/components/VInput/VInput.css +8 -0
  42. package/lib/components/VInput/VInput.mjs +3 -1
  43. package/lib/components/VInput/VInput.mjs.map +1 -1
  44. package/lib/components/VInput/VInput.sass +8 -0
  45. package/lib/components/VInput/index.d.mts +11 -1
  46. package/lib/components/VOtpInput/VOtpInput.mjs +211 -254
  47. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  48. package/lib/components/VOtpInput/VOtpInput.sass +49 -30
  49. package/lib/components/VOtpInput/_variables.scss +10 -3
  50. package/lib/{labs → components}/VOtpInput/index.d.mts +2 -2
  51. package/lib/components/VOtpInput/index.mjs +1 -3
  52. package/lib/components/VOtpInput/index.mjs.map +1 -1
  53. package/lib/components/VRadioGroup/index.d.mts +11 -1
  54. package/lib/components/VRangeSlider/index.d.mts +11 -1
  55. package/lib/components/VSelect/index.d.mts +11 -1
  56. package/lib/components/VSlider/index.d.mts +11 -1
  57. package/lib/components/VSwitch/index.d.mts +11 -1
  58. package/lib/components/VTable/VTable.mjs +2 -1
  59. package/lib/components/VTable/VTable.mjs.map +1 -1
  60. package/lib/components/VTextField/index.d.mts +35 -7
  61. package/lib/components/VTextarea/index.d.mts +35 -7
  62. package/lib/components/index.d.mts +1419 -31
  63. package/lib/components/index.mjs +4 -4
  64. package/lib/components/index.mjs.map +1 -1
  65. package/lib/composables/date/adapters/vuetify.mjs +10 -4
  66. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  67. package/lib/composables/date/date.mjs +2 -1
  68. package/lib/composables/date/date.mjs.map +1 -1
  69. package/lib/entry-bundler.mjs +1 -1
  70. package/lib/framework.mjs +1 -1
  71. package/lib/index.d.mts +6 -5
  72. package/lib/labs/VDataTable/VDataTable.css +7 -2
  73. package/lib/labs/VDataTable/VDataTable.mjs +2 -2
  74. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  75. package/lib/labs/VDataTable/VDataTable.sass +7 -2
  76. package/lib/labs/VDataTable/VDataTableHeaders.mjs +6 -10
  77. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  78. package/lib/labs/VDataTable/VDataTableRows.mjs +14 -19
  79. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  80. package/lib/labs/VDataTable/composables/headers.mjs +208 -116
  81. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  82. package/lib/labs/VDataTable/composables/options.mjs +5 -5
  83. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  84. package/lib/labs/VDataTable/index.d.mts +494 -245
  85. package/lib/labs/VDataTable/types.mjs.map +1 -1
  86. package/lib/labs/components.d.mts +1215 -2046
  87. package/lib/labs/components.mjs +0 -2
  88. package/lib/labs/components.mjs.map +1 -1
  89. package/lib/locale/it.mjs +20 -20
  90. package/lib/locale/it.mjs.map +1 -1
  91. package/lib/util/events.mjs +9 -0
  92. package/lib/util/events.mjs.map +1 -0
  93. package/lib/util/index.mjs +1 -0
  94. package/lib/util/index.mjs.map +1 -1
  95. package/package.json +1 -1
  96. package/lib/labs/VDataIterator/VDataIterator.mjs.map +0 -1
  97. package/lib/labs/VDataIterator/composables/items.mjs.map +0 -1
  98. package/lib/labs/VDataIterator/index.mjs.map +0 -1
  99. package/lib/labs/VOtpInput/VOtpInput.mjs +0 -225
  100. package/lib/labs/VOtpInput/VOtpInput.mjs.map +0 -1
  101. package/lib/labs/VOtpInput/VOtpInput.sass +0 -56
  102. package/lib/labs/VOtpInput/_variables.scss +0 -11
  103. package/lib/labs/VOtpInput/index.mjs +0 -2
  104. package/lib/labs/VOtpInput/index.mjs.map +0 -1
  105. /package/lib/{labs → components}/VDataIterator/composables/items.mjs +0 -0
  106. /package/lib/{labs → components}/VDataIterator/index.mjs +0 -0
  107. /package/lib/{labs → components}/VOtpInput/VOtpInput.css +0 -0
package/CHANGELOG.md CHANGED
@@ -1,35 +1,48 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-11-02...v) (2023-11-02)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-11-03...v) (2023-11-03)
2
2
 
3
3
 
4
4
 
5
- # [3.4.0-alpha.1-dev.2023-11-02](https://github.com/vuetifyjs/vuetify/compare/v3.3.23...v3.4.0-alpha.1-dev.2023-11-02) (2023-11-02)
5
+ # [3.4.0-alpha.1-dev.2023-11-03](https://github.com/vuetifyjs/vuetify/compare/v3.3.23...v3.4.0-alpha.1-dev.2023-11-03) (2023-11-03)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **locale:** update Italian translations ([#18551](https://github.com/vuetifyjs/vuetify/issues/18551)) ([1d3b0cd](https://github.com/vuetifyjs/vuetify/commit/1d3b0cde87a14dba9e6d4668ac65ce20db55d39c))
11
+ * **VDataTable:** only emit options once on search change ([ac46a9a](https://github.com/vuetifyjs/vuetify/commit/ac46a9a1d1896f127a3465fafb60684937f391d5))
12
+ * **VDataTable:** use theme surface color for group header rows ([#18544](https://github.com/vuetifyjs/vuetify/issues/18544)) ([aeabb45](https://github.com/vuetifyjs/vuetify/commit/aeabb45cb34a372c64165ca33eb2f5c5cf5129ac)), closes [#18543](https://github.com/vuetifyjs/vuetify/issues/18543)
10
13
  * **VDatePicker:** use adapter to setYear on date ([99d42b0](https://github.com/vuetifyjs/vuetify/commit/99d42b04cb41dfb78a20585288ffbe4947ffd5b4))
11
14
  * **VDatePicker:** viewMode button active state rotation ([cb1f6ab](https://github.com/vuetifyjs/vuetify/commit/cb1f6ab0eeac18318ba30e70aa4fd113f2bdb985))
12
15
  * **VField:** correct height for compact/comfortable densities ([#18025](https://github.com/vuetifyjs/vuetify/issues/18025)) ([7a24848](https://github.com/vuetifyjs/vuetify/commit/7a248489c6eb46e754c22b982ae047a4ca1bbd98)), closes [#17898](https://github.com/vuetifyjs/vuetify/issues/17898) [#17837](https://github.com/vuetifyjs/vuetify/issues/17837)
16
+ * **VImg:** update size before emitting load event ([f885881](https://github.com/vuetifyjs/vuetify/commit/f88588187736c1e538d65b03b8823d77f6f0e6fe))
13
17
  * **VOtpInput:** Display numeric keyboard when type is number ([#18560](https://github.com/vuetifyjs/vuetify/issues/18560)) ([3ffe9c5](https://github.com/vuetifyjs/vuetify/commit/3ffe9c59cd59ecb1e803c4a7a3324cee57961834)), closes [#18000](https://github.com/vuetifyjs/vuetify/issues/18000)
18
+ * **VOtpInput:** infinite loop when pressing multiple keys at once ([a13b554](https://github.com/vuetifyjs/vuetify/commit/a13b554b99ba1e7fa6257ad940bffc2b9e78ef89)), closes [#18548](https://github.com/vuetifyjs/vuetify/issues/18548)
19
+ * **VOtpInput:** maintain focus after input completion ([ecaea86](https://github.com/vuetifyjs/vuetify/commit/ecaea869cfebdd01fa9b8a5a57b7027d54222fef)), closes [#18016](https://github.com/vuetifyjs/vuetify/issues/18016)
20
+ * **VOtpInput:** modify onInput value after focusIndex check ([e8abb2f](https://github.com/vuetifyjs/vuetify/commit/e8abb2f04a859dc0fb1e01fe20816021c4d4359d))
14
21
  * **VPicker:** import sass variables ([f8237ce](https://github.com/vuetifyjs/vuetify/commit/f8237cee1747a6d32a4f878c266ed1c156bfe7ac))
15
22
  * **VVirtualScroll:** use a dynamic window size, cache offsets ([#18392](https://github.com/vuetifyjs/vuetify/issues/18392)) ([8a71a7d](https://github.com/vuetifyjs/vuetify/commit/8a71a7dda3d28d647e45b082bb9ea58fb6e25c58)), closes [#18198](https://github.com/vuetifyjs/vuetify/issues/18198) [#17801](https://github.com/vuetifyjs/vuetify/issues/17801)
16
23
 
17
24
 
18
25
  ### Features
19
26
 
27
+ * **date:** add ability to pass custom formats ([#18375](https://github.com/vuetifyjs/vuetify/issues/18375)) ([3c75ca0](https://github.com/vuetifyjs/vuetify/commit/3c75ca0c11ed76060d48ce4d999e9a4603ceb812))
20
28
  * **date:** promote from labs ([a5c857e](https://github.com/vuetifyjs/vuetify/commit/a5c857e35d6d085116faa832ef9426b41b383778))
21
29
  * **VBanner:** add `bg-color` prop ([#18094](https://github.com/vuetifyjs/vuetify/issues/18094)) ([511c9aa](https://github.com/vuetifyjs/vuetify/commit/511c9aa4a80ad3ba48cebf729c1de6d257a096e5)), closes [#17124](https://github.com/vuetifyjs/vuetify/issues/17124)
22
30
  * **VBottomSheet:** promote from labs ([707c058](https://github.com/vuetifyjs/vuetify/commit/707c058a4ffe9b661d436e890ad1611a33b07598))
23
31
  * **VBtn|VListItem:** add new prop named slim ([#17562](https://github.com/vuetifyjs/vuetify/issues/17562)) ([788a583](https://github.com/vuetifyjs/vuetify/commit/788a5839beed07b901feac2ea8417d0c6b7d011c))
32
+ * **VDataIterator:** promote from labs ([1f9ea81](https://github.com/vuetifyjs/vuetify/commit/1f9ea81cd0bc9d8449cb93b6553778d08e7216f8))
33
+ * **VDataTable:** add generic '*:row' events ([6bb8b38](https://github.com/vuetifyjs/vuetify/commit/6bb8b38174b461683ff6fb748ad11e71f8b908b3)), closes [#18197](https://github.com/vuetifyjs/vuetify/issues/18197)
34
+ * **VDataTable:** nested headers object structure ([#18512](https://github.com/vuetifyjs/vuetify/issues/18512)) ([fc84e78](https://github.com/vuetifyjs/vuetify/commit/fc84e78648800902cbb41bb20910409273411c2e)), closes [#18484](https://github.com/vuetifyjs/vuetify/issues/18484)
24
35
  * **VDatePicker:** extract ok/cancel into separate component ([#18575](https://github.com/vuetifyjs/vuetify/issues/18575)) ([ec69622](https://github.com/vuetifyjs/vuetify/commit/ec696220397b658a5213e8250407bad5942209ed)), closes [#2945](https://github.com/vuetifyjs/vuetify/issues/2945)
25
36
  * **VDatePicker:** refactor structure ([#18558](https://github.com/vuetifyjs/vuetify/issues/18558)) ([5c1b302](https://github.com/vuetifyjs/vuetify/commit/5c1b30208729d08041c97efeafcea805a2a7502e))
26
37
  * **VExpansionPanels:** add new prop named static ([#18014](https://github.com/vuetifyjs/vuetify/issues/18014)) ([51f3c14](https://github.com/vuetifyjs/vuetify/commit/51f3c143647737ed07388993ebec7985c1d79a10))
27
38
  * **VInfiniteScroll:** promote from labs ([08e1fb9](https://github.com/vuetifyjs/vuetify/commit/08e1fb98c68b432bbe07919f65e2b85225b89476))
39
+ * **VInput:** add hide-spin-buttons prop ([#17936](https://github.com/vuetifyjs/vuetify/issues/17936)) ([ea92424](https://github.com/vuetifyjs/vuetify/commit/ea9242492a3b329b059a45d63f8cacf0b0f79e52))
28
40
  * **VInput:** expose isValid and errorMessages ([32968db](https://github.com/vuetifyjs/vuetify/commit/32968dba9523338bf01eed0cfbb9e1b705f72639)), closes [#17502](https://github.com/vuetifyjs/vuetify/issues/17502)
41
+ * **VOtpInput:** promote from labs ([6ac63d3](https://github.com/vuetifyjs/vuetify/commit/6ac63d3218a443bc26b94c14db8fb5cebffb56d2)), closes [#16458](https://github.com/vuetifyjs/vuetify/issues/16458)
29
42
  * **VSkeletonLoader:** promote from labs ([a1867e8](https://github.com/vuetifyjs/vuetify/commit/a1867e8facb4026eeb6b63c54d38bb9a659c1d6a))
43
+ * **VSnackbar:** add text prop ([44ee8ed](https://github.com/vuetifyjs/vuetify/commit/44ee8ed726d11431eeef24849e6936e2a7cc01ab))
30
44
  * **VStepper:** promote from labs ([fd76fd3](https://github.com/vuetifyjs/vuetify/commit/fd76fd30f34252aca92a772fe3bac61cc56a3df9))
31
45
  * update browser support ([7f3c472](https://github.com/vuetifyjs/vuetify/commit/7f3c472fb02360e029574acbec885c3eb7819f30))
32
- * **VSnackbar:** add text prop ([44ee8ed](https://github.com/vuetifyjs/vuetify/commit/44ee8ed726d11431eeef24849e6936e2a7cc01ab))
33
46
 
34
47
 
35
48
  ### BREAKING CHANGES
@@ -1,4 +1,3 @@
1
1
  @forward '../lib/labs/VDataTable/_variables.scss'
2
2
  @forward '../lib/labs/VDatePicker/_variables.scss'
3
- @forward '../lib/labs/VOtpInput/_variables.scss'
4
3
  @forward '../lib/labs/VPicker/_variables.scss'
@@ -38,6 +38,7 @@
38
38
  @forward '../lib/components/VMenu/_variables.scss'
39
39
  @forward '../lib/components/VMessages/_variables.scss'
40
40
  @forward '../lib/components/VNavigationDrawer/_variables.scss'
41
+ @forward '../lib/components/VOtpInput/_variables.scss'
41
42
  @forward '../lib/components/VOverlay/_variables.scss'
42
43
  @forward '../lib/components/VPagination/_variables.scss'
43
44
  @forward '../lib/components/VProgressCircular/_variables.scss'
@@ -587,6 +587,10 @@
587
587
  "type": "boolean\n",
588
588
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
589
589
  },
590
+ "v-autocomplete/hide-spin-buttons": {
591
+ "type": "boolean\n",
592
+ "description": "Hides spin buttons on the input when type is set to `number`."
593
+ },
590
594
  "v-autocomplete/hint": {
591
595
  "type": "string\n",
592
596
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -1899,6 +1903,10 @@
1899
1903
  "type": "boolean\n",
1900
1904
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
1901
1905
  },
1906
+ "v-checkbox/hide-spin-buttons": {
1907
+ "type": "boolean\n",
1908
+ "description": "Hides spin buttons on the input when type is set to `number`."
1909
+ },
1902
1910
  "v-checkbox/hint": {
1903
1911
  "type": "string\n",
1904
1912
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -2651,6 +2659,10 @@
2651
2659
  "type": "boolean\n",
2652
2660
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
2653
2661
  },
2662
+ "v-combobox/hide-spin-buttons": {
2663
+ "type": "boolean\n",
2664
+ "description": "Hides spin buttons on the input when type is set to `number`."
2665
+ },
2654
2666
  "v-combobox/hint": {
2655
2667
  "type": "string\n",
2656
2668
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -3036,7 +3048,7 @@
3036
3048
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3037
3049
  },
3038
3050
  "v-data-table/headers": {
3039
- "type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
3051
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?:\n | string\n | boolean\n | ((item: Record<string, any>, fallback?: any) => any)\n | readonly (string | number)[]\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly children?: readonly any[]\n}[]\n",
3040
3052
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3041
3053
  },
3042
3054
  "v-data-table/loading-text": {
@@ -3104,7 +3116,7 @@
3104
3116
  "description": "Show current page number between prev/next icons."
3105
3117
  },
3106
3118
  "v-data-table-row/item": {
3107
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L37-L43\" target=\"_blank\">DataTableItem</a>\n",
3119
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L39-L45\" target=\"_blank\">DataTableItem</a>\n",
3108
3120
  "description": "Data (key, index and column values) of the displayed item."
3109
3121
  },
3110
3122
  "v-data-table-row/index": {
@@ -3112,7 +3124,7 @@
3112
3124
  "description": "Row index."
3113
3125
  },
3114
3126
  "v-data-table-rows/items": {
3115
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L37-L43\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3127
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L39-L45\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3116
3128
  "description": "An array of strings or objects used for automatically generating children components."
3117
3129
  },
3118
3130
  "v-data-table-rows/loading": {
@@ -3268,7 +3280,7 @@
3268
3280
  "description": "Number of all items."
3269
3281
  },
3270
3282
  "v-data-table-server/headers": {
3271
- "type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
3283
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?:\n | string\n | boolean\n | ((item: Record<string, any>, fallback?: any) => any)\n | readonly (string | number)[]\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly children?: readonly any[]\n}[]\n",
3272
3284
  "description": "An array of objects that each describe a header column."
3273
3285
  },
3274
3286
  "v-data-table-server/loading-text": {
@@ -3468,7 +3480,7 @@
3468
3480
  "description": "Defines the grouping of the table items."
3469
3481
  },
3470
3482
  "v-data-table-virtual/headers": {
3471
- "type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
3483
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?:\n | string\n | boolean\n | ((item: Record<string, any>, fallback?: any) => any)\n | readonly (string | number)[]\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly children?: readonly any[]\n}[]\n",
3472
3484
  "description": "An array of objects that each describe a header column."
3473
3485
  },
3474
3486
  "v-data-table-virtual/loading-text": {
@@ -4423,6 +4435,10 @@
4423
4435
  "type": "boolean\n",
4424
4436
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4425
4437
  },
4438
+ "v-file-input/hide-spin-buttons": {
4439
+ "type": "boolean\n",
4440
+ "description": "Hides spin buttons on the input when type is set to `number`."
4441
+ },
4426
4442
  "v-file-input/hint": {
4427
4443
  "type": "string\n",
4428
4444
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -4811,6 +4827,10 @@
4811
4827
  "type": "boolean\n",
4812
4828
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4813
4829
  },
4830
+ "v-input/hide-spin-buttons": {
4831
+ "type": "boolean\n",
4832
+ "description": "Hides spin buttons on the input when type is set to `number`."
4833
+ },
4814
4834
  "v-input/hint": {
4815
4835
  "type": "string\n",
4816
4836
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -6351,6 +6371,10 @@
6351
6371
  "type": "boolean\n",
6352
6372
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6353
6373
  },
6374
+ "v-radio-group/hide-spin-buttons": {
6375
+ "type": "boolean\n",
6376
+ "description": "Hides spin buttons on the input when type is set to `number`."
6377
+ },
6354
6378
  "v-radio-group/hint": {
6355
6379
  "type": "string\n",
6356
6380
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -6475,6 +6499,10 @@
6475
6499
  "type": "boolean\n",
6476
6500
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6477
6501
  },
6502
+ "v-range-slider/hide-spin-buttons": {
6503
+ "type": "boolean\n",
6504
+ "description": "Hides spin buttons on the input when type is set to `number`."
6505
+ },
6478
6506
  "v-range-slider/hint": {
6479
6507
  "type": "string\n",
6480
6508
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -7091,6 +7119,10 @@
7091
7119
  "type": "boolean\n",
7092
7120
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7093
7121
  },
7122
+ "v-select/hide-spin-buttons": {
7123
+ "type": "boolean\n",
7124
+ "description": "Hides spin buttons on the input when type is set to `number`."
7125
+ },
7094
7126
  "v-select/hint": {
7095
7127
  "type": "string\n",
7096
7128
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -7659,6 +7691,10 @@
7659
7691
  "type": "boolean\n",
7660
7692
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7661
7693
  },
7694
+ "v-slider/hide-spin-buttons": {
7695
+ "type": "boolean\n",
7696
+ "description": "Hides spin buttons on the input when type is set to `number`."
7697
+ },
7662
7698
  "v-slider/hint": {
7663
7699
  "type": "string\n",
7664
7700
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -8287,6 +8323,10 @@
8287
8323
  "type": "boolean\n",
8288
8324
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8289
8325
  },
8326
+ "v-switch/hide-spin-buttons": {
8327
+ "type": "boolean\n",
8328
+ "description": "Hides spin buttons on the input when type is set to `number`."
8329
+ },
8290
8330
  "v-switch/hint": {
8291
8331
  "type": "string\n",
8292
8332
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -8783,6 +8823,10 @@
8783
8823
  "type": "boolean\n",
8784
8824
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8785
8825
  },
8826
+ "v-text-field/hide-spin-buttons": {
8827
+ "type": "boolean\n",
8828
+ "description": "Hides spin buttons on the input when type is set to `number`."
8829
+ },
8786
8830
  "v-text-field/hint": {
8787
8831
  "type": "string\n",
8788
8832
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -8975,6 +9019,10 @@
8975
9019
  "type": "boolean\n",
8976
9020
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8977
9021
  },
9022
+ "v-textarea/hide-spin-buttons": {
9023
+ "type": "boolean\n",
9024
+ "description": "Hides spin buttons on the input when type is set to `number`."
9025
+ },
8978
9026
  "v-textarea/hint": {
8979
9027
  "type": "string\n",
8980
9028
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -48,10 +48,6 @@
48
48
  "from": "labs/VDatePicker/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VOtpInput": {
52
- "from": "labs/VOtpInput/index.mjs",
53
- "styles": []
54
- },
55
51
  "VPicker": {
56
52
  "from": "labs/VPicker/index.mjs",
57
53
  "styles": []
@@ -63,10 +59,6 @@
63
59
  "VConfirmEdit": {
64
60
  "from": "labs/VConfirmEdit/index.mjs",
65
61
  "styles": []
66
- },
67
- "VDataIterator": {
68
- "from": "labs/VDataIterator/index.mjs",
69
- "styles": []
70
62
  }
71
63
  }
72
64
  }
@@ -28,14 +28,14 @@
28
28
  "from": "components/VAutocomplete/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VBadge": {
32
- "from": "components/VBadge/index.mjs",
33
- "styles": []
34
- },
35
31
  "VAvatar": {
36
32
  "from": "components/VAvatar/index.mjs",
37
33
  "styles": []
38
34
  },
35
+ "VBadge": {
36
+ "from": "components/VBadge/index.mjs",
37
+ "styles": []
38
+ },
39
39
  "VBanner": {
40
40
  "from": "components/VBanner/index.mjs",
41
41
  "styles": []
@@ -132,14 +132,14 @@
132
132
  "from": "components/VCode/index.mjs",
133
133
  "styles": []
134
134
  },
135
- "VCombobox": {
136
- "from": "components/VCombobox/index.mjs",
137
- "styles": []
138
- },
139
135
  "VColorPicker": {
140
136
  "from": "components/VColorPicker/index.mjs",
141
137
  "styles": []
142
138
  },
139
+ "VCombobox": {
140
+ "from": "components/VCombobox/index.mjs",
141
+ "styles": []
142
+ },
143
143
  "VCounter": {
144
144
  "from": "components/VCounter/index.mjs",
145
145
  "styles": []
@@ -284,6 +284,10 @@
284
284
  "from": "components/VNavigationDrawer/index.mjs",
285
285
  "styles": []
286
286
  },
287
+ "VOtpInput": {
288
+ "from": "components/VOtpInput/index.mjs",
289
+ "styles": []
290
+ },
287
291
  "VOverlay": {
288
292
  "from": "components/VOverlay/index.mjs",
289
293
  "styles": []
@@ -428,6 +432,10 @@
428
432
  "from": "components/VWindow/index.mjs",
429
433
  "styles": []
430
434
  },
435
+ "VDataIterator": {
436
+ "from": "components/VDataIterator/index.mjs",
437
+ "styles": []
438
+ },
431
439
  "VDefaultsProvider": {
432
440
  "from": "components/VDefaultsProvider/index.mjs",
433
441
  "styles": []
@@ -152,6 +152,7 @@
152
152
  "hide-details",
153
153
  "hide-no-data",
154
154
  "hide-selected",
155
+ "hide-spin-buttons",
155
156
  "hint",
156
157
  "id",
157
158
  "item-children",
@@ -612,6 +613,7 @@
612
613
  "false-value",
613
614
  "focused",
614
615
  "hide-details",
616
+ "hide-spin-buttons",
615
617
  "hint",
616
618
  "id",
617
619
  "indeterminate",
@@ -819,6 +821,7 @@
819
821
  "hide-details",
820
822
  "hide-no-data",
821
823
  "hide-selected",
824
+ "hide-spin-buttons",
822
825
  "hint",
823
826
  "id",
824
827
  "item-children",
@@ -1456,6 +1459,7 @@
1456
1459
  "flat",
1457
1460
  "focused",
1458
1461
  "hide-details",
1462
+ "hide-spin-buttons",
1459
1463
  "hint",
1460
1464
  "id",
1461
1465
  "label",
@@ -1586,6 +1590,7 @@
1586
1590
  "error-messages",
1587
1591
  "focused",
1588
1592
  "hide-details",
1593
+ "hide-spin-buttons",
1589
1594
  "hint",
1590
1595
  "id",
1591
1596
  "label",
@@ -2133,6 +2138,7 @@
2133
2138
  "focused",
2134
2139
  "height",
2135
2140
  "hide-details",
2141
+ "hide-spin-buttons",
2136
2142
  "hint",
2137
2143
  "id",
2138
2144
  "inline",
@@ -2168,6 +2174,7 @@
2168
2174
  "error-messages",
2169
2175
  "focused",
2170
2176
  "hide-details",
2177
+ "hide-spin-buttons",
2171
2178
  "hint",
2172
2179
  "id",
2173
2180
  "label",
@@ -2347,6 +2354,7 @@
2347
2354
  "hide-details",
2348
2355
  "hide-no-data",
2349
2356
  "hide-selected",
2357
+ "hide-spin-buttons",
2350
2358
  "hint",
2351
2359
  "id",
2352
2360
  "item-children",
@@ -2564,6 +2572,7 @@
2564
2572
  "error-messages",
2565
2573
  "focused",
2566
2574
  "hide-details",
2575
+ "hide-spin-buttons",
2567
2576
  "hint",
2568
2577
  "id",
2569
2578
  "label",
@@ -2771,6 +2780,7 @@
2771
2780
  "flat",
2772
2781
  "focused",
2773
2782
  "hide-details",
2783
+ "hide-spin-buttons",
2774
2784
  "hint",
2775
2785
  "id",
2776
2786
  "indeterminate",
@@ -2918,6 +2928,7 @@
2918
2928
  "flat",
2919
2929
  "focused",
2920
2930
  "hide-details",
2931
+ "hide-spin-buttons",
2921
2932
  "hint",
2922
2933
  "id",
2923
2934
  "label",
@@ -2974,6 +2985,7 @@
2974
2985
  "flat",
2975
2986
  "focused",
2976
2987
  "hide-details",
2988
+ "hide-spin-buttons",
2977
2989
  "hint",
2978
2990
  "id",
2979
2991
  "label",