@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-06 → 3.4.0-alpha.1-dev.2023-10-19

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 (86) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/json/attributes.json +222 -6
  3. package/dist/json/importMap.json +8 -8
  4. package/dist/json/tags.json +60 -3
  5. package/dist/json/web-types.json +977 -80
  6. package/dist/vuetify-labs.css +5639 -5626
  7. package/dist/vuetify-labs.d.ts +273 -67
  8. package/dist/vuetify-labs.esm.js +97 -29
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +97 -29
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +5304 -5295
  13. package/dist/vuetify.d.ts +4 -2
  14. package/dist/vuetify.esm.js +31 -5
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +31 -5
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +797 -794
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +2 -0
  22. package/lib/blueprints/md1.d.mts +2 -0
  23. package/lib/blueprints/md2.d.mts +2 -0
  24. package/lib/blueprints/md3.d.mts +2 -0
  25. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
  27. package/lib/components/VAutocomplete/_variables.scss +1 -0
  28. package/lib/components/VCard/VCard.css +3 -1
  29. package/lib/components/VCard/VCard.sass +2 -1
  30. package/lib/components/VCard/_variables.scss +7 -5
  31. package/lib/components/VChip/VChip.css +67 -67
  32. package/lib/components/VChip/_variables.scss +1 -1
  33. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -0
  34. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  35. package/lib/components/VCombobox/VCombobox.mjs +3 -3
  36. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  37. package/lib/components/VField/VField.css +3 -0
  38. package/lib/components/VField/VField.sass +3 -0
  39. package/lib/components/VField/_variables.scss +1 -0
  40. package/lib/components/VList/VListItem.css +0 -4
  41. package/lib/components/VList/VListItem.sass +0 -5
  42. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +5 -0
  43. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  44. package/lib/components/VTable/VTable.css +3 -0
  45. package/lib/components/VTable/VTable.sass +3 -0
  46. package/lib/components/VToolbar/_variables.scss +6 -3
  47. package/lib/entry-bundler.mjs +1 -1
  48. package/lib/framework.mjs +1 -1
  49. package/lib/index.d.mts +4 -2
  50. package/lib/labs/VDataTable/VDataTable.css +0 -6
  51. package/lib/labs/VDataTable/VDataTable.sass +0 -1
  52. package/lib/labs/VDataTable/VDataTableFooter.mjs +12 -4
  53. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  54. package/lib/labs/VDataTable/index.d.mts +48 -48
  55. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +14 -2
  56. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  57. package/lib/labs/VDatePicker/index.d.mts +18 -0
  58. package/lib/labs/VDateRangePicker/index.d.mts +12 -0
  59. package/lib/labs/VOtpInput/VOtpInput.css +3 -2
  60. package/lib/labs/VOtpInput/VOtpInput.mjs +7 -4
  61. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
  62. package/lib/labs/VOtpInput/VOtpInput.sass +9 -8
  63. package/lib/labs/VOtpInput/_variables.scss +9 -0
  64. package/lib/labs/VStepper/VStepper.css +9 -0
  65. package/lib/labs/VStepper/VStepper.mjs +1 -2
  66. package/lib/labs/VStepper/VStepper.mjs.map +1 -1
  67. package/lib/labs/VStepper/VStepper.sass +17 -8
  68. package/lib/labs/VStepper/VStepperActions.mjs +34 -13
  69. package/lib/labs/VStepper/VStepperActions.mjs.map +1 -1
  70. package/lib/labs/VStepper/VStepperItem.mjs.map +1 -1
  71. package/lib/labs/VStepper/VStepperItem.sass +15 -15
  72. package/lib/labs/VStepper/_variables.scss +24 -1
  73. package/lib/labs/VStepper/index.d.mts +205 -19
  74. package/lib/labs/components.d.mts +271 -67
  75. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  76. package/lib/labs/date/adapters/vuetify.d.mts +4 -0
  77. package/lib/labs/date/adapters/vuetify.mjs +18 -1
  78. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  79. package/lib/labs/date/index.d.mts +4 -0
  80. package/lib/locale/de.mjs +20 -20
  81. package/lib/locale/de.mjs.map +1 -1
  82. package/lib/locale/nl.mjs +22 -22
  83. package/lib/locale/nl.mjs.map +1 -1
  84. package/lib/util/helpers.mjs +4 -0
  85. package/lib/util/helpers.mjs.map +1 -1
  86. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-10-06...v) (2023-10-06)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-10-19...v) (2023-10-19)
2
2
 
3
3
 
4
4
 
5
- # [3.4.0-alpha.1-dev.2023-10-06](https://github.com/vuetifyjs/vuetify/compare/v3.3.20...v3.4.0-alpha.1-dev.2023-10-06) (2023-10-06)
5
+ # [3.4.0-alpha.1-dev.2023-10-19](https://github.com/vuetifyjs/vuetify/compare/v3.3.22...v3.4.0-alpha.1-dev.2023-10-19) (2023-10-19)
6
6
 
7
7
 
8
8
  ### Features
@@ -3080,7 +3080,7 @@
3080
3080
  "description": "Label for last page."
3081
3081
  },
3082
3082
  "v-data-table/items-per-page-options": {
3083
- "type": "{ title: string; value: number }[]\n",
3083
+ "type": "(number | { title: string; value: number })[]\n",
3084
3084
  "description": "Array of options to show in the items-per-page dropdown."
3085
3085
  },
3086
3086
  "v-data-table/show-current-page": {
@@ -3312,7 +3312,7 @@
3312
3312
  "description": "Label for last page."
3313
3313
  },
3314
3314
  "v-data-table-server/items-per-page-options": {
3315
- "type": "{ title: string; value: number }[]\n",
3315
+ "type": "(number | { title: string; value: number })[]\n",
3316
3316
  "description": "Array of options to show in the items-per-page dropdown."
3317
3317
  },
3318
3318
  "v-data-table-server/show-current-page": {
@@ -3551,6 +3551,10 @@
3551
3551
  "type": "'month' | 'year'\n",
3552
3552
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3553
3553
  },
3554
+ "v-date-card/allowed-dates": {
3555
+ "type": "Function | unknown[]\n",
3556
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3557
+ },
3554
3558
  "v-date-card/show-adjacent-months": {
3555
3559
  "type": "boolean\n",
3556
3560
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
@@ -3703,6 +3707,10 @@
3703
3707
  "type": "'month' | 'year'\n",
3704
3708
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3705
3709
  },
3710
+ "v-date-picker/allowed-dates": {
3711
+ "type": "Function | unknown[]\n",
3712
+ "description": "Restricts which dates can be selected."
3713
+ },
3706
3714
  "v-date-picker/show-adjacent-months": {
3707
3715
  "type": "boolean\n",
3708
3716
  "description": "Toggles visibility of days from previous and next months."
@@ -3815,6 +3823,10 @@
3815
3823
  "type": "any\n",
3816
3824
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/date.json))"
3817
3825
  },
3826
+ "v-date-picker-month/allowed-dates": {
3827
+ "type": "Function | unknown[]\n",
3828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3829
+ },
3818
3830
  "v-date-picker-month/show-adjacent-months": {
3819
3831
  "type": "boolean\n",
3820
3832
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
@@ -5817,11 +5829,11 @@
5817
5829
  },
5818
5830
  "v-otp-input/autofocus": {
5819
5831
  "type": "boolean\n",
5820
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOtpInput.json))"
5832
+ "description": "Automatically focuses the first input on page load"
5821
5833
  },
5822
5834
  "v-otp-input/placeholder": {
5823
5835
  "type": "string\n",
5824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOtpInput.json))"
5836
+ "description": "Sets the input’s placeholder text."
5825
5837
  },
5826
5838
  "v-otp-input/focused": {
5827
5839
  "type": "boolean\n",
@@ -5837,11 +5849,11 @@
5837
5849
  },
5838
5850
  "v-otp-input/divider": {
5839
5851
  "type": "string\n",
5840
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOtpInput.json))"
5852
+ "description": "Specifies the dividing character between items."
5841
5853
  },
5842
5854
  "v-otp-input/focus-all": {
5843
5855
  "type": "boolean\n",
5844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOtpInput.json))"
5856
+ "description": "Puts all inputs into a focus state when any are focused"
5845
5857
  },
5846
5858
  "v-overlay/model-value": {
5847
5859
  "type": "boolean\n",
@@ -8003,10 +8015,214 @@
8003
8015
  "type": "string\n",
8004
8016
  "description": "Specify a custom tag used on the root element."
8005
8017
  },
8018
+ "v-stepper/flat": {
8019
+ "type": "boolean\n",
8020
+ "description": "Removes the stepper's elevation."
8021
+ },
8022
+ "v-stepper/border": {
8023
+ "type": "string | number | boolean\n",
8024
+ "description": "Applies border styles to component."
8025
+ },
8026
+ "v-stepper/model-value": {
8027
+ "type": "any\n",
8028
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8029
+ },
8030
+ "v-stepper/height": {
8031
+ "type": "string | number\n",
8032
+ "description": "Sets the height for the component."
8033
+ },
8034
+ "v-stepper/max-height": {
8035
+ "type": "string | number\n",
8036
+ "description": "Sets the maximum height for the component."
8037
+ },
8038
+ "v-stepper/max-width": {
8039
+ "type": "string | number\n",
8040
+ "description": "Sets the maximum width for the component."
8041
+ },
8042
+ "v-stepper/min-height": {
8043
+ "type": "string | number\n",
8044
+ "description": "Sets the minimum height for the component."
8045
+ },
8046
+ "v-stepper/min-width": {
8047
+ "type": "string | number\n",
8048
+ "description": "Sets the minimum width for the component."
8049
+ },
8050
+ "v-stepper/width": {
8051
+ "type": "string | number\n",
8052
+ "description": "Sets the width for the component."
8053
+ },
8054
+ "v-stepper/elevation": {
8055
+ "type": "string | number\n",
8056
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
8057
+ },
8058
+ "v-stepper/location": {
8059
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
8060
+ "description": "Specifies the component's location. Can combine by using a space separated string."
8061
+ },
8062
+ "v-stepper/position": {
8063
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
8064
+ "description": "Sets the position for the component."
8065
+ },
8066
+ "v-stepper/rounded": {
8067
+ "type": "string | number | boolean\n",
8068
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8069
+ },
8070
+ "v-stepper/tag": {
8071
+ "type": "string\n",
8072
+ "description": "Specify a custom tag used on the root element."
8073
+ },
8074
+ "v-stepper/theme": {
8075
+ "type": "string\n",
8076
+ "description": "Specify a theme for this component and all of its children."
8077
+ },
8078
+ "v-stepper/color": {
8079
+ "type": "string\n",
8080
+ "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)."
8081
+ },
8082
+ "v-stepper/items": {
8083
+ "type": "(string | Record<string, any>)[]\n",
8084
+ "description": "An array of strings or objects used for automatically generating children components."
8085
+ },
8086
+ "v-stepper/disabled": {
8087
+ "type": "boolean\n",
8088
+ "description": "Puts all children components into a disabled state."
8089
+ },
8090
+ "v-stepper/selected-class": {
8091
+ "type": "string\n",
8092
+ "description": "Configure the active CSS class applied when an item is selected."
8093
+ },
8094
+ "v-stepper/multiple": {
8095
+ "type": "boolean\n",
8096
+ "description": "Allows one to select multiple items."
8097
+ },
8098
+ "v-stepper/item-title": {
8099
+ "type": "string\n",
8100
+ "description": "Property on supplied `items` that contains its title."
8101
+ },
8102
+ "v-stepper/item-value": {
8103
+ "type": "string\n",
8104
+ "description": "Property on supplied `items` that contains its value."
8105
+ },
8106
+ "v-stepper/bg-color": {
8107
+ "type": "string\n",
8108
+ "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)."
8109
+ },
8110
+ "v-stepper/max": {
8111
+ "type": "number\n",
8112
+ "description": "Sets a maximum number of selections that can be made."
8113
+ },
8114
+ "v-stepper/mandatory": {
8115
+ "type": "boolean | 'force'\n",
8116
+ "description": "Forces at least one item to always be selected (if available)."
8117
+ },
8118
+ "v-stepper/hide-actions": {
8119
+ "type": "boolean\n",
8120
+ "description": "Hide actions bar (prev and next buttons)."
8121
+ },
8122
+ "v-stepper/mobile": {
8123
+ "type": "boolean\n",
8124
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
8125
+ },
8126
+ "v-stepper/alt-labels": {
8127
+ "type": "boolean\n",
8128
+ "description": "Places the labels beneath the step."
8129
+ },
8130
+ "v-stepper/editable": {
8131
+ "type": "boolean\n",
8132
+ "description": "Marks step as editable."
8133
+ },
8134
+ "v-stepper/non-linear": {
8135
+ "type": "boolean\n",
8136
+ "description": "Allow user to jump to any step."
8137
+ },
8138
+ "v-stepper/prev-text": {
8139
+ "type": "string\n",
8140
+ "description": "The text used for the Prev button."
8141
+ },
8142
+ "v-stepper/next-text": {
8143
+ "type": "string\n",
8144
+ "description": "The text used for the Next button."
8145
+ },
8146
+ "v-stepper-actions/color": {
8147
+ "type": "string\n",
8148
+ "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)."
8149
+ },
8150
+ "v-stepper-actions/disabled": {
8151
+ "type": "boolean | 'next' | 'prev'\n",
8152
+ "description": "Removes the ability to click or target the component."
8153
+ },
8154
+ "v-stepper-actions/prev-text": {
8155
+ "type": "string\n",
8156
+ "description": "The text used for the Prev button."
8157
+ },
8158
+ "v-stepper-actions/next-text": {
8159
+ "type": "string\n",
8160
+ "description": "The text used for the Next button."
8161
+ },
8006
8162
  "v-stepper-header/tag": {
8007
8163
  "type": "string\n",
8008
8164
  "description": "Specify a custom tag used on the root element."
8009
8165
  },
8166
+ "v-stepper-item/title": {
8167
+ "type": "string\n",
8168
+ "description": "Specify a title text for the component."
8169
+ },
8170
+ "v-stepper-item/icon": {
8171
+ "type": "string\n",
8172
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
8173
+ },
8174
+ "v-stepper-item/error": {
8175
+ "type": "boolean\n",
8176
+ "description": "Puts the stepper item in a manual error state."
8177
+ },
8178
+ "v-stepper-item/color": {
8179
+ "type": "string\n",
8180
+ "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)."
8181
+ },
8182
+ "v-stepper-item/value": {
8183
+ "type": "any\n",
8184
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8185
+ },
8186
+ "v-stepper-item/ripple": {
8187
+ "type": "boolean | { class: string }\n",
8188
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8189
+ },
8190
+ "v-stepper-item/disabled": {
8191
+ "type": "boolean\n",
8192
+ "description": "Removes the ability to click or target the component."
8193
+ },
8194
+ "v-stepper-item/selected-class": {
8195
+ "type": "string\n",
8196
+ "description": "Configure the active CSS class applied when an item is selected."
8197
+ },
8198
+ "v-stepper-item/rules": {
8199
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VStepper/VStepperItem.tsx#L39-L39\" target=\"_blank\">ValidationRule</a>[]\n",
8200
+ "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`."
8201
+ },
8202
+ "v-stepper-item/subtitle": {
8203
+ "type": "string\n",
8204
+ "description": "Specify a subtitle text for the component."
8205
+ },
8206
+ "v-stepper-item/editable": {
8207
+ "type": "boolean\n",
8208
+ "description": "Marks step as editable."
8209
+ },
8210
+ "v-stepper-item/complete": {
8211
+ "type": "boolean\n",
8212
+ "description": "Marks step as complete."
8213
+ },
8214
+ "v-stepper-item/complete-icon": {
8215
+ "type": "string\n",
8216
+ "description": "Icon to display when step is marked as completed."
8217
+ },
8218
+ "v-stepper-item/edit-icon": {
8219
+ "type": "string\n",
8220
+ "description": "Icon to display when step is editable."
8221
+ },
8222
+ "v-stepper-item/error-icon": {
8223
+ "type": "string\n",
8224
+ "description": "Icon to display when step has an error."
8225
+ },
8010
8226
  "v-stepper-window/model-value": {
8011
8227
  "type": "any\n",
8012
8228
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -340,14 +340,6 @@
340
340
  "from": "components/VSystemBar/index.mjs",
341
341
  "styles": []
342
342
  },
343
- "VTabs": {
344
- "from": "components/VTabs/index.mjs",
345
- "styles": []
346
- },
347
- "VTab": {
348
- "from": "components/VTabs/index.mjs",
349
- "styles": []
350
- },
351
343
  "VTable": {
352
344
  "from": "components/VTable/index.mjs",
353
345
  "styles": []
@@ -392,6 +384,14 @@
392
384
  "from": "components/VWindow/index.mjs",
393
385
  "styles": []
394
386
  },
387
+ "VTabs": {
388
+ "from": "components/VTabs/index.mjs",
389
+ "styles": []
390
+ },
391
+ "VTab": {
392
+ "from": "components/VTabs/index.mjs",
393
+ "styles": []
394
+ },
395
395
  "VDefaultsProvider": {
396
396
  "from": "components/VDefaultsProvider/index.mjs",
397
397
  "styles": []
@@ -1105,6 +1105,7 @@
1105
1105
  },
1106
1106
  "v-date-card": {
1107
1107
  "attributes": [
1108
+ "allowed-dates",
1108
1109
  "cancel-text",
1109
1110
  "color",
1110
1111
  "disabled",
@@ -1134,6 +1135,7 @@
1134
1135
  },
1135
1136
  "v-date-picker": {
1136
1137
  "attributes": [
1138
+ "allowed-dates",
1137
1139
  "bg-color",
1138
1140
  "border",
1139
1141
  "calendar-icon",
@@ -1203,6 +1205,7 @@
1203
1205
  },
1204
1206
  "v-date-picker-month": {
1205
1207
  "attributes": [
1208
+ "allowed-dates",
1206
1209
  "color",
1207
1210
  "display-date",
1208
1211
  "format",
@@ -2663,11 +2666,49 @@
2663
2666
  "description": ""
2664
2667
  },
2665
2668
  "v-stepper": {
2666
- "attributes": [],
2669
+ "attributes": [
2670
+ "alt-labels",
2671
+ "bg-color",
2672
+ "border",
2673
+ "color",
2674
+ "disabled",
2675
+ "editable",
2676
+ "elevation",
2677
+ "flat",
2678
+ "height",
2679
+ "hide-actions",
2680
+ "item-title",
2681
+ "item-value",
2682
+ "items",
2683
+ "location",
2684
+ "mandatory",
2685
+ "max",
2686
+ "max-height",
2687
+ "max-width",
2688
+ "min-height",
2689
+ "min-width",
2690
+ "mobile",
2691
+ "model-value",
2692
+ "multiple",
2693
+ "next-text",
2694
+ "non-linear",
2695
+ "position",
2696
+ "prev-text",
2697
+ "rounded",
2698
+ "selected-class",
2699
+ "tag",
2700
+ "theme",
2701
+ "width"
2702
+ ],
2667
2703
  "description": ""
2668
2704
  },
2669
2705
  "v-stepper-actions": {
2670
- "attributes": [],
2706
+ "attributes": [
2707
+ "color",
2708
+ "disabled",
2709
+ "next-text",
2710
+ "prev-text"
2711
+ ],
2671
2712
  "description": ""
2672
2713
  },
2673
2714
  "v-stepper-header": {
@@ -2677,7 +2718,23 @@
2677
2718
  "description": ""
2678
2719
  },
2679
2720
  "v-stepper-item": {
2680
- "attributes": [],
2721
+ "attributes": [
2722
+ "color",
2723
+ "complete",
2724
+ "complete-icon",
2725
+ "disabled",
2726
+ "edit-icon",
2727
+ "editable",
2728
+ "error",
2729
+ "error-icon",
2730
+ "icon",
2731
+ "ripple",
2732
+ "rules",
2733
+ "selected-class",
2734
+ "subtitle",
2735
+ "title",
2736
+ "value"
2737
+ ],
2681
2738
  "description": ""
2682
2739
  },
2683
2740
  "v-stepper-window": {