@vuetify/nightly 3.6.4-master.2024-05-09 → 3.6.5-master.2024-05-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 (65) hide show
  1. package/CHANGELOG.md +2 -11
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +292 -4
  4. package/dist/json/importMap-labs.json +28 -16
  5. package/dist/json/importMap.json +120 -120
  6. package/dist/json/tags.json +87 -0
  7. package/dist/json/web-types.json +1313 -6
  8. package/dist/vuetify-labs.css +1683 -1615
  9. package/dist/vuetify-labs.d.ts +1669 -28
  10. package/dist/vuetify-labs.esm.js +310 -16
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +310 -16
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.css +963 -963
  15. package/dist/vuetify.d.ts +147 -69
  16. package/dist/vuetify.esm.js +50 -16
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +50 -16
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +51 -52
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VBtn/index.d.mts +2 -0
  24. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  25. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  26. package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
  27. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  28. package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
  29. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  30. package/lib/components/VDataTable/index.d.mts +54 -0
  31. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
  32. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  33. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
  34. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  35. package/lib/components/VExpansionPanel/index.d.mts +82 -27
  36. package/lib/components/VSlideGroup/index.d.mts +2 -0
  37. package/lib/components/VStepper/VStepper.mjs +5 -2
  38. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  39. package/lib/components/VStepper/VStepperItem.mjs +5 -2
  40. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  41. package/lib/components/VStepper/index.d.mts +1 -1
  42. package/lib/components/VTabs/index.d.mts +2 -0
  43. package/lib/components/VWindow/index.d.mts +2 -0
  44. package/lib/components/index.d.mts +102 -27
  45. package/lib/composables/group.mjs +8 -0
  46. package/lib/composables/group.mjs.map +1 -1
  47. package/lib/entry-bundler.mjs +1 -1
  48. package/lib/framework.mjs +1 -1
  49. package/lib/index.d.mts +45 -42
  50. package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
  51. package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
  52. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
  53. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
  54. package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
  55. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
  56. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
  57. package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
  58. package/lib/labs/VStepperVertical/_variables.scss +3 -0
  59. package/lib/labs/VStepperVertical/index.d.mts +1590 -0
  60. package/lib/labs/VStepperVertical/index.mjs +4 -0
  61. package/lib/labs/VStepperVertical/index.mjs.map +1 -0
  62. package/lib/labs/components.d.mts +1599 -20
  63. package/lib/labs/components.mjs +1 -0
  64. package/lib/labs/components.mjs.map +1 -1
  65. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.4-master.2024-05-09",
5
+ "version": "3.6.5-master.2024-05-11",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -11630,6 +11630,26 @@
11630
11630
  "type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
11631
11631
  }
11632
11632
  },
11633
+ {
11634
+ "name": "hideDefaultFooter",
11635
+ "description": "Hides the default footer. This has no effect on `v-data-table-virtual`.",
11636
+ "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11637
+ "default": "false",
11638
+ "value": {
11639
+ "kind": "expression",
11640
+ "type": "boolean"
11641
+ }
11642
+ },
11643
+ {
11644
+ "name": "hideDefaultHeader",
11645
+ "description": "Hides the default header.",
11646
+ "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11647
+ "default": "false",
11648
+ "value": {
11649
+ "kind": "expression",
11650
+ "type": "boolean"
11651
+ }
11652
+ },
11633
11653
  {
11634
11654
  "name": "search",
11635
11655
  "description": "Text input used to filter items.",
@@ -14371,6 +14391,26 @@
14371
14391
  "type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
14372
14392
  }
14373
14393
  },
14394
+ {
14395
+ "name": "hideDefaultFooter",
14396
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
14397
+ "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14398
+ "default": "false",
14399
+ "value": {
14400
+ "kind": "expression",
14401
+ "type": "boolean"
14402
+ }
14403
+ },
14404
+ {
14405
+ "name": "hideDefaultHeader",
14406
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
14407
+ "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14408
+ "default": "false",
14409
+ "value": {
14410
+ "kind": "expression",
14411
+ "type": "boolean"
14412
+ }
14413
+ },
14374
14414
  {
14375
14415
  "name": "search",
14376
14416
  "description": "Text input used to filter items.",
@@ -16163,6 +16203,26 @@
16163
16203
  "type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
16164
16204
  }
16165
16205
  },
16206
+ {
16207
+ "name": "hideDefaultFooter",
16208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
16209
+ "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16210
+ "default": "false",
16211
+ "value": {
16212
+ "kind": "expression",
16213
+ "type": "boolean"
16214
+ }
16215
+ },
16216
+ {
16217
+ "name": "hideDefaultHeader",
16218
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
16219
+ "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16220
+ "default": "false",
16221
+ "value": {
16222
+ "kind": "expression",
16223
+ "type": "boolean"
16224
+ }
16225
+ },
16166
16226
  {
16167
16227
  "name": "search",
16168
16228
  "description": "Text input used to filter items.",
@@ -20598,7 +20658,7 @@
20598
20658
  },
20599
20659
  {
20600
20660
  "name": "static",
20601
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20661
+ "description": "Remove title size expansion when selected.",
20602
20662
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20603
20663
  "default": "false",
20604
20664
  "value": {
@@ -20765,7 +20825,7 @@
20765
20825
  },
20766
20826
  {
20767
20827
  "name": "static",
20768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20828
+ "description": "Remove title size expansion when selected.",
20769
20829
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20770
20830
  "default": "false",
20771
20831
  "value": {
@@ -21057,7 +21117,7 @@
21057
21117
  },
21058
21118
  {
21059
21119
  "name": "static",
21060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21120
+ "description": "Remove title size expansion when selected.",
21061
21121
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21062
21122
  "default": "false",
21063
21123
  "value": {
@@ -21132,7 +21192,17 @@
21132
21192
  {
21133
21193
  "name": "default",
21134
21194
  "description": "The default Vue slot.",
21135
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panels#slots"
21195
+ "doc-url": "https://vuetifyjs.com/api/v-expansion-panels#slots",
21196
+ "vue-properties": [
21197
+ {
21198
+ "name": "prev",
21199
+ "type": "() => void"
21200
+ },
21201
+ {
21202
+ "name": "next",
21203
+ "type": "() => void"
21204
+ }
21205
+ ]
21136
21206
  }
21137
21207
  ],
21138
21208
  "vue-model": {
@@ -39289,7 +39359,7 @@
39289
39359
  "default": "[]",
39290
39360
  "value": {
39291
39361
  "kind": "expression",
39292
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L40-L40\" target=\"_blank\">ValidationRule</a>[]"
39362
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L42-L42\" target=\"_blank\">ValidationRule</a>[]"
39293
39363
  }
39294
39364
  },
39295
39365
  {
@@ -39456,6 +39526,1243 @@
39456
39526
  "event": "update:modelValue"
39457
39527
  }
39458
39528
  },
39529
+ {
39530
+ "name": "VStepperVertical",
39531
+ "source": {
39532
+ "module": "./src/components/index.ts",
39533
+ "symbol": "VStepperVertical"
39534
+ },
39535
+ "description": "",
39536
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical",
39537
+ "attributes": [
39538
+ {
39539
+ "name": "title",
39540
+ "description": "Specify a title text for the component.",
39541
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39542
+ "value": {
39543
+ "kind": "expression",
39544
+ "type": "string"
39545
+ }
39546
+ },
39547
+ {
39548
+ "name": "flat",
39549
+ "description": "Removes the expansion-panel's elevation and borders.",
39550
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39551
+ "default": "false",
39552
+ "value": {
39553
+ "kind": "expression",
39554
+ "type": "boolean"
39555
+ }
39556
+ },
39557
+ {
39558
+ "name": "prevText",
39559
+ "description": "The text used for the Prev button.",
39560
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39561
+ "default": "'$vuetify.stepper.prev'",
39562
+ "value": {
39563
+ "kind": "expression",
39564
+ "type": "string"
39565
+ }
39566
+ },
39567
+ {
39568
+ "name": "nextText",
39569
+ "description": "The text used for the Next button.",
39570
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39571
+ "default": "'$vuetify.stepper.next'",
39572
+ "value": {
39573
+ "kind": "expression",
39574
+ "type": "string"
39575
+ }
39576
+ },
39577
+ {
39578
+ "name": "altLabels",
39579
+ "description": "Places the labels beneath the step.",
39580
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39581
+ "default": "false",
39582
+ "value": {
39583
+ "kind": "expression",
39584
+ "type": "boolean"
39585
+ }
39586
+ },
39587
+ {
39588
+ "name": "bgColor",
39589
+ "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).",
39590
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39591
+ "value": {
39592
+ "kind": "expression",
39593
+ "type": "string"
39594
+ }
39595
+ },
39596
+ {
39597
+ "name": "editable",
39598
+ "description": "Marks step as editable.",
39599
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39600
+ "default": "false",
39601
+ "value": {
39602
+ "kind": "expression",
39603
+ "type": "boolean"
39604
+ }
39605
+ },
39606
+ {
39607
+ "name": "hideActions",
39608
+ "description": "Hide actions bar (prev and next buttons).",
39609
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39610
+ "default": "false",
39611
+ "value": {
39612
+ "kind": "expression",
39613
+ "type": "boolean"
39614
+ }
39615
+ },
39616
+ {
39617
+ "name": "items",
39618
+ "description": "An array of strings or objects used for automatically generating children components.",
39619
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39620
+ "default": "[]",
39621
+ "value": {
39622
+ "kind": "expression",
39623
+ "type": "(string | Record<string, any>)[]"
39624
+ }
39625
+ },
39626
+ {
39627
+ "name": "itemTitle",
39628
+ "description": "Property on supplied `items` that contains its title.",
39629
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39630
+ "default": "'title'",
39631
+ "value": {
39632
+ "kind": "expression",
39633
+ "type": "string"
39634
+ }
39635
+ },
39636
+ {
39637
+ "name": "itemValue",
39638
+ "description": "Property on supplied `items` that contains its value.",
39639
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39640
+ "default": "'value'",
39641
+ "value": {
39642
+ "kind": "expression",
39643
+ "type": "string"
39644
+ }
39645
+ },
39646
+ {
39647
+ "name": "value",
39648
+ "description": "Controls the opened/closed state of content.",
39649
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39650
+ "value": {
39651
+ "kind": "expression",
39652
+ "type": "any"
39653
+ }
39654
+ },
39655
+ {
39656
+ "name": "mobile",
39657
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
39658
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39659
+ "default": "false",
39660
+ "value": {
39661
+ "kind": "expression",
39662
+ "type": "boolean"
39663
+ }
39664
+ },
39665
+ {
39666
+ "name": "nonLinear",
39667
+ "description": "Allow user to jump to any step.",
39668
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39669
+ "default": "false",
39670
+ "value": {
39671
+ "kind": "expression",
39672
+ "type": "boolean"
39673
+ }
39674
+ },
39675
+ {
39676
+ "name": "modelValue",
39677
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
39678
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39679
+ "value": {
39680
+ "kind": "expression",
39681
+ "type": "any"
39682
+ }
39683
+ },
39684
+ {
39685
+ "name": "multiple",
39686
+ "description": "Allows one to select multiple items.",
39687
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39688
+ "default": "false",
39689
+ "value": {
39690
+ "kind": "expression",
39691
+ "type": "boolean"
39692
+ }
39693
+ },
39694
+ {
39695
+ "name": "max",
39696
+ "description": "Sets a maximum number of selections that can be made.",
39697
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39698
+ "value": {
39699
+ "kind": "expression",
39700
+ "type": "number"
39701
+ }
39702
+ },
39703
+ {
39704
+ "name": "selectedClass",
39705
+ "description": "Configure the active CSS class applied when an item is selected.",
39706
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39707
+ "value": {
39708
+ "kind": "expression",
39709
+ "type": "string"
39710
+ }
39711
+ },
39712
+ {
39713
+ "name": "disabled",
39714
+ "description": "Disables the expansion-panel content.",
39715
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39716
+ "default": "false",
39717
+ "value": {
39718
+ "kind": "expression",
39719
+ "type": "boolean"
39720
+ }
39721
+ },
39722
+ {
39723
+ "name": "mandatory",
39724
+ "description": "Forces at least one item to always be selected (if available).",
39725
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39726
+ "default": "'force'",
39727
+ "value": {
39728
+ "kind": "expression",
39729
+ "type": "boolean | 'force'"
39730
+ }
39731
+ },
39732
+ {
39733
+ "name": "text",
39734
+ "description": "Specify content text for the component.",
39735
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39736
+ "value": {
39737
+ "kind": "expression",
39738
+ "type": "string"
39739
+ }
39740
+ },
39741
+ {
39742
+ "name": "elevation",
39743
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
39744
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39745
+ "value": {
39746
+ "kind": "expression",
39747
+ "type": "string | number"
39748
+ }
39749
+ },
39750
+ {
39751
+ "name": "rounded",
39752
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
39753
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39754
+ "value": {
39755
+ "kind": "expression",
39756
+ "type": "string | number | boolean"
39757
+ }
39758
+ },
39759
+ {
39760
+ "name": "tile",
39761
+ "description": "Removes the border-radius.",
39762
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39763
+ "default": "false",
39764
+ "value": {
39765
+ "kind": "expression",
39766
+ "type": "boolean"
39767
+ }
39768
+ },
39769
+ {
39770
+ "name": "tag",
39771
+ "description": "Specify a custom tag used on the root element.",
39772
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39773
+ "default": "'div'",
39774
+ "value": {
39775
+ "kind": "expression",
39776
+ "type": "string"
39777
+ }
39778
+ },
39779
+ {
39780
+ "name": "color",
39781
+ "description": "Applies specified color to the control - 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).",
39782
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39783
+ "value": {
39784
+ "kind": "expression",
39785
+ "type": "string"
39786
+ }
39787
+ },
39788
+ {
39789
+ "name": "expandIcon",
39790
+ "description": "Icon used when the expansion panel is in a expandable state.",
39791
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39792
+ "default": "'$expand'",
39793
+ "value": {
39794
+ "kind": "expression",
39795
+ "type": "any"
39796
+ }
39797
+ },
39798
+ {
39799
+ "name": "collapseIcon",
39800
+ "description": "Icon used when the expansion panel is in a collapsable state.",
39801
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39802
+ "default": "'$collapse'",
39803
+ "value": {
39804
+ "kind": "expression",
39805
+ "type": "any"
39806
+ }
39807
+ },
39808
+ {
39809
+ "name": "focusable",
39810
+ "description": "Makes the expansion-panel headers focusable.",
39811
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39812
+ "default": "false",
39813
+ "value": {
39814
+ "kind": "expression",
39815
+ "type": "boolean"
39816
+ }
39817
+ },
39818
+ {
39819
+ "name": "ripple",
39820
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
39821
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39822
+ "default": "false",
39823
+ "value": {
39824
+ "kind": "expression",
39825
+ "type": "boolean | { class: string }"
39826
+ }
39827
+ },
39828
+ {
39829
+ "name": "readonly",
39830
+ "description": "Makes the expansion-panel content read only.",
39831
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39832
+ "default": "false",
39833
+ "value": {
39834
+ "kind": "expression",
39835
+ "type": "boolean"
39836
+ }
39837
+ },
39838
+ {
39839
+ "name": "eager",
39840
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
39841
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39842
+ "default": "false",
39843
+ "value": {
39844
+ "kind": "expression",
39845
+ "type": "boolean"
39846
+ }
39847
+ },
39848
+ {
39849
+ "name": "theme",
39850
+ "description": "Specify a theme for this component and all of its children.",
39851
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39852
+ "value": {
39853
+ "kind": "expression",
39854
+ "type": "string"
39855
+ }
39856
+ },
39857
+ {
39858
+ "name": "variant",
39859
+ "description": "Applies a distinct style to the component.",
39860
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39861
+ "default": "'accordion'",
39862
+ "value": {
39863
+ "kind": "expression",
39864
+ "type": "'default' | 'accordion' | 'inset' | 'popout'"
39865
+ }
39866
+ }
39867
+ ],
39868
+ "events": [
39869
+ {
39870
+ "name": "update:modelValue",
39871
+ "description": "Event that is emitted when the component's model changes.",
39872
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#events",
39873
+ "arguments": [
39874
+ {
39875
+ "name": "argument",
39876
+ "type": "[any]\n"
39877
+ }
39878
+ ]
39879
+ }
39880
+ ],
39881
+ "slots": [
39882
+ {
39883
+ "name": "actions",
39884
+ "description": "Slot for customizing [v-stepper-actions](/api/v-stepper-actions/).",
39885
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
39886
+ "vue-properties": [
39887
+ {
39888
+ "name": "canEdit",
39889
+ "type": "boolean"
39890
+ },
39891
+ {
39892
+ "name": "hasError",
39893
+ "type": "boolean"
39894
+ },
39895
+ {
39896
+ "name": "hasCompleted",
39897
+ "type": "boolean"
39898
+ },
39899
+ {
39900
+ "name": "title",
39901
+ "type": "string | number"
39902
+ },
39903
+ {
39904
+ "name": "subtitle",
39905
+ "type": "string | number"
39906
+ },
39907
+ {
39908
+ "name": "step",
39909
+ "type": "any"
39910
+ }
39911
+ ]
39912
+ },
39913
+ {
39914
+ "name": "default",
39915
+ "description": "The default Vue slot.",
39916
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots"
39917
+ },
39918
+ {
39919
+ "name": "icon",
39920
+ "description": "Slot for customizing all stepper item icons.",
39921
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
39922
+ "vue-properties": [
39923
+ {
39924
+ "name": "canEdit",
39925
+ "type": "boolean"
39926
+ },
39927
+ {
39928
+ "name": "hasError",
39929
+ "type": "boolean"
39930
+ },
39931
+ {
39932
+ "name": "hasCompleted",
39933
+ "type": "boolean"
39934
+ },
39935
+ {
39936
+ "name": "title",
39937
+ "type": "string | number"
39938
+ },
39939
+ {
39940
+ "name": "subtitle",
39941
+ "type": "string | number"
39942
+ },
39943
+ {
39944
+ "name": "step",
39945
+ "type": "any"
39946
+ }
39947
+ ]
39948
+ },
39949
+ {
39950
+ "name": "title",
39951
+ "description": "Slot for the component's title content.",
39952
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
39953
+ "vue-properties": [
39954
+ {
39955
+ "name": "canEdit",
39956
+ "type": "boolean"
39957
+ },
39958
+ {
39959
+ "name": "hasError",
39960
+ "type": "boolean"
39961
+ },
39962
+ {
39963
+ "name": "hasCompleted",
39964
+ "type": "boolean"
39965
+ },
39966
+ {
39967
+ "name": "title",
39968
+ "type": "string | number"
39969
+ },
39970
+ {
39971
+ "name": "subtitle",
39972
+ "type": "string | number"
39973
+ },
39974
+ {
39975
+ "name": "step",
39976
+ "type": "any"
39977
+ }
39978
+ ]
39979
+ },
39980
+ {
39981
+ "name": "subtitle",
39982
+ "description": "Slot for the component's subtitle content.",
39983
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
39984
+ "vue-properties": [
39985
+ {
39986
+ "name": "canEdit",
39987
+ "type": "boolean"
39988
+ },
39989
+ {
39990
+ "name": "hasError",
39991
+ "type": "boolean"
39992
+ },
39993
+ {
39994
+ "name": "hasCompleted",
39995
+ "type": "boolean"
39996
+ },
39997
+ {
39998
+ "name": "title",
39999
+ "type": "string | number"
40000
+ },
40001
+ {
40002
+ "name": "subtitle",
40003
+ "type": "string | number"
40004
+ },
40005
+ {
40006
+ "name": "step",
40007
+ "type": "any"
40008
+ }
40009
+ ]
40010
+ },
40011
+ {
40012
+ "name": "item",
40013
+ "description": "Define a custom item appearance.",
40014
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots"
40015
+ },
40016
+ {
40017
+ "name": "prev",
40018
+ "description": "Slot for customizing the prev step functionality",
40019
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
40020
+ "vue-properties": [
40021
+ {
40022
+ "name": "canEdit",
40023
+ "type": "boolean"
40024
+ },
40025
+ {
40026
+ "name": "hasError",
40027
+ "type": "boolean"
40028
+ },
40029
+ {
40030
+ "name": "hasCompleted",
40031
+ "type": "boolean"
40032
+ },
40033
+ {
40034
+ "name": "title",
40035
+ "type": "string | number"
40036
+ },
40037
+ {
40038
+ "name": "subtitle",
40039
+ "type": "string | number"
40040
+ },
40041
+ {
40042
+ "name": "step",
40043
+ "type": "any"
40044
+ }
40045
+ ]
40046
+ },
40047
+ {
40048
+ "name": "next",
40049
+ "description": "Slot for customizing the next step functionailty",
40050
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
40051
+ "vue-properties": [
40052
+ {
40053
+ "name": "canEdit",
40054
+ "type": "boolean"
40055
+ },
40056
+ {
40057
+ "name": "hasError",
40058
+ "type": "boolean"
40059
+ },
40060
+ {
40061
+ "name": "hasCompleted",
40062
+ "type": "boolean"
40063
+ },
40064
+ {
40065
+ "name": "title",
40066
+ "type": "string | number"
40067
+ },
40068
+ {
40069
+ "name": "subtitle",
40070
+ "type": "string | number"
40071
+ },
40072
+ {
40073
+ "name": "step",
40074
+ "type": "any"
40075
+ }
40076
+ ]
40077
+ },
40078
+ {
40079
+ "name": "[`header-item.${string}`]",
40080
+ "description": "Slot for customizing header items when using the [items](/api/v-stepper/#props-items) prop.",
40081
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
40082
+ "vue-properties": [
40083
+ {
40084
+ "name": "canEdit",
40085
+ "type": "boolean"
40086
+ },
40087
+ {
40088
+ "name": "hasError",
40089
+ "type": "boolean"
40090
+ },
40091
+ {
40092
+ "name": "hasCompleted",
40093
+ "type": "boolean"
40094
+ },
40095
+ {
40096
+ "name": "title",
40097
+ "type": "string | number"
40098
+ },
40099
+ {
40100
+ "name": "subtitle",
40101
+ "type": "string | number"
40102
+ },
40103
+ {
40104
+ "name": "step",
40105
+ "type": "any"
40106
+ }
40107
+ ]
40108
+ },
40109
+ {
40110
+ "name": "[`item.${string}`]",
40111
+ "description": "Slot for customizing the content for each step.",
40112
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots"
40113
+ }
40114
+ ],
40115
+ "vue-model": {
40116
+ "prop": "modelValue",
40117
+ "event": "update:modelValue"
40118
+ }
40119
+ },
40120
+ {
40121
+ "name": "VStepperVerticalActions",
40122
+ "source": {
40123
+ "module": "./src/components/index.ts",
40124
+ "symbol": "VStepperVerticalActions"
40125
+ },
40126
+ "description": "",
40127
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions",
40128
+ "attributes": [
40129
+ {
40130
+ "name": "color",
40131
+ "description": "Applies specified color to the control - 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).",
40132
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
40133
+ "value": {
40134
+ "kind": "expression",
40135
+ "type": "string"
40136
+ }
40137
+ },
40138
+ {
40139
+ "name": "disabled",
40140
+ "description": "Removes the ability to click or target the component.",
40141
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
40142
+ "default": "false",
40143
+ "value": {
40144
+ "kind": "expression",
40145
+ "type": "boolean | 'prev' | 'next'"
40146
+ }
40147
+ },
40148
+ {
40149
+ "name": "prevText",
40150
+ "description": "The text used for the Prev button.",
40151
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
40152
+ "default": "'$vuetify.stepper.prev'",
40153
+ "value": {
40154
+ "kind": "expression",
40155
+ "type": "string"
40156
+ }
40157
+ },
40158
+ {
40159
+ "name": "nextText",
40160
+ "description": "The text used for the Next button.",
40161
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
40162
+ "default": "'$vuetify.stepper.next'",
40163
+ "value": {
40164
+ "kind": "expression",
40165
+ "type": "string"
40166
+ }
40167
+ }
40168
+ ],
40169
+ "events": [
40170
+ {
40171
+ "name": "click:prev",
40172
+ "description": "Event emitted when clicking the prev button.",
40173
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#events",
40174
+ "arguments": [
40175
+ {
40176
+ "name": "argument",
40177
+ "type": "[]\n"
40178
+ }
40179
+ ]
40180
+ },
40181
+ {
40182
+ "name": "click:next",
40183
+ "description": "Event emitted when clicking the next button.",
40184
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#events",
40185
+ "arguments": [
40186
+ {
40187
+ "name": "argument",
40188
+ "type": "[]\n"
40189
+ }
40190
+ ]
40191
+ }
40192
+ ],
40193
+ "slots": [
40194
+ {
40195
+ "name": "prev",
40196
+ "description": "Slot for customizing the prev step functionality",
40197
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#slots",
40198
+ "vue-properties": [
40199
+ {
40200
+ "name": "props",
40201
+ "type": "{ onClick: () => void }"
40202
+ }
40203
+ ]
40204
+ },
40205
+ {
40206
+ "name": "next",
40207
+ "description": "Slot for customizing the next step functionailty",
40208
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#slots",
40209
+ "vue-properties": [
40210
+ {
40211
+ "name": "props",
40212
+ "type": "{ onClick: () => void }"
40213
+ }
40214
+ ]
40215
+ }
40216
+ ],
40217
+ "vue-model": {
40218
+ "prop": "modelValue",
40219
+ "event": "update:modelValue"
40220
+ }
40221
+ },
40222
+ {
40223
+ "name": "VStepperVerticalItem",
40224
+ "source": {
40225
+ "module": "./src/components/index.ts",
40226
+ "symbol": "VStepperVerticalItem"
40227
+ },
40228
+ "description": "",
40229
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item",
40230
+ "attributes": [
40231
+ {
40232
+ "name": "icon",
40233
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
40234
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40235
+ "value": {
40236
+ "kind": "expression",
40237
+ "type": "string"
40238
+ }
40239
+ },
40240
+ {
40241
+ "name": "subtitle",
40242
+ "description": "Specify a subtitle text for the component.",
40243
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40244
+ "value": {
40245
+ "kind": "expression",
40246
+ "type": "string"
40247
+ }
40248
+ },
40249
+ {
40250
+ "name": "title",
40251
+ "description": "Specify a title text for the component.",
40252
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40253
+ "value": {
40254
+ "kind": "expression",
40255
+ "type": "string"
40256
+ }
40257
+ },
40258
+ {
40259
+ "name": "text",
40260
+ "description": "Specify content text for the component.",
40261
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40262
+ "value": {
40263
+ "kind": "expression",
40264
+ "type": "string"
40265
+ }
40266
+ },
40267
+ {
40268
+ "name": "hideActions",
40269
+ "description": "Hide the expand icon in the content title.",
40270
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40271
+ "default": "false",
40272
+ "value": {
40273
+ "kind": "expression",
40274
+ "type": "boolean"
40275
+ }
40276
+ },
40277
+ {
40278
+ "name": "color",
40279
+ "description": "Applies specified color to the control - 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).",
40280
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40281
+ "value": {
40282
+ "kind": "expression",
40283
+ "type": "string"
40284
+ }
40285
+ },
40286
+ {
40287
+ "name": "complete",
40288
+ "description": "Marks step as complete.",
40289
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40290
+ "default": "false",
40291
+ "value": {
40292
+ "kind": "expression",
40293
+ "type": "boolean"
40294
+ }
40295
+ },
40296
+ {
40297
+ "name": "completeIcon",
40298
+ "description": "Icon to display when step is marked as completed.",
40299
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40300
+ "default": "'$complete'",
40301
+ "value": {
40302
+ "kind": "expression",
40303
+ "type": "string"
40304
+ }
40305
+ },
40306
+ {
40307
+ "name": "editable",
40308
+ "description": "Marks step as editable.",
40309
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40310
+ "default": "false",
40311
+ "value": {
40312
+ "kind": "expression",
40313
+ "type": "boolean"
40314
+ }
40315
+ },
40316
+ {
40317
+ "name": "editIcon",
40318
+ "description": "Icon to display when step is editable.",
40319
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40320
+ "default": "'$edit'",
40321
+ "value": {
40322
+ "kind": "expression",
40323
+ "type": "string"
40324
+ }
40325
+ },
40326
+ {
40327
+ "name": "error",
40328
+ "description": "Puts the stepper item in a manual error state.",
40329
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40330
+ "default": "false",
40331
+ "value": {
40332
+ "kind": "expression",
40333
+ "type": "boolean"
40334
+ }
40335
+ },
40336
+ {
40337
+ "name": "errorIcon",
40338
+ "description": "Icon to display when step has an error.",
40339
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40340
+ "default": "'$error'",
40341
+ "value": {
40342
+ "kind": "expression",
40343
+ "type": "string"
40344
+ }
40345
+ },
40346
+ {
40347
+ "name": "ripple",
40348
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
40349
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40350
+ "default": "false",
40351
+ "value": {
40352
+ "kind": "expression",
40353
+ "type": "boolean | { class: string }"
40354
+ }
40355
+ },
40356
+ {
40357
+ "name": "value",
40358
+ "description": "Controls the opened/closed state of content.",
40359
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40360
+ "value": {
40361
+ "kind": "expression",
40362
+ "type": "any"
40363
+ }
40364
+ },
40365
+ {
40366
+ "name": "rules",
40367
+ "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`.",
40368
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40369
+ "default": "[]",
40370
+ "value": {
40371
+ "kind": "expression",
40372
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L42-L42\" target=\"_blank\">ValidationRule</a>[]"
40373
+ }
40374
+ },
40375
+ {
40376
+ "name": "bgColor",
40377
+ "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).",
40378
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40379
+ "value": {
40380
+ "kind": "expression",
40381
+ "type": "string"
40382
+ }
40383
+ },
40384
+ {
40385
+ "name": "elevation",
40386
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
40387
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40388
+ "value": {
40389
+ "kind": "expression",
40390
+ "type": "string | number"
40391
+ }
40392
+ },
40393
+ {
40394
+ "name": "disabled",
40395
+ "description": "Disables the expansion-panel content.",
40396
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40397
+ "default": "false",
40398
+ "value": {
40399
+ "kind": "expression",
40400
+ "type": "boolean"
40401
+ }
40402
+ },
40403
+ {
40404
+ "name": "selectedClass",
40405
+ "description": "Configure the active CSS class applied when an item is selected.",
40406
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40407
+ "value": {
40408
+ "kind": "expression",
40409
+ "type": "string"
40410
+ }
40411
+ },
40412
+ {
40413
+ "name": "rounded",
40414
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
40415
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40416
+ "value": {
40417
+ "kind": "expression",
40418
+ "type": "string | number | boolean"
40419
+ }
40420
+ },
40421
+ {
40422
+ "name": "tile",
40423
+ "description": "Removes any applied **border-radius** from the component.",
40424
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40425
+ "default": "false",
40426
+ "value": {
40427
+ "kind": "expression",
40428
+ "type": "boolean"
40429
+ }
40430
+ },
40431
+ {
40432
+ "name": "tag",
40433
+ "description": "Specify a custom tag used on the root element.",
40434
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40435
+ "default": "'div'",
40436
+ "value": {
40437
+ "kind": "expression",
40438
+ "type": "string"
40439
+ }
40440
+ },
40441
+ {
40442
+ "name": "expandIcon",
40443
+ "description": "Icon used when the expansion panel is in a expandable state.",
40444
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40445
+ "default": "",
40446
+ "value": {
40447
+ "kind": "expression",
40448
+ "type": "any"
40449
+ }
40450
+ },
40451
+ {
40452
+ "name": "collapseIcon",
40453
+ "description": "Icon used when the expansion panel is in a collapsable state.",
40454
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40455
+ "default": "",
40456
+ "value": {
40457
+ "kind": "expression",
40458
+ "type": "any"
40459
+ }
40460
+ },
40461
+ {
40462
+ "name": "focusable",
40463
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
40464
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40465
+ "default": "false",
40466
+ "value": {
40467
+ "kind": "expression",
40468
+ "type": "boolean"
40469
+ }
40470
+ },
40471
+ {
40472
+ "name": "static",
40473
+ "description": "Remove title size expansion when selected.",
40474
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40475
+ "default": "false",
40476
+ "value": {
40477
+ "kind": "expression",
40478
+ "type": "boolean"
40479
+ }
40480
+ },
40481
+ {
40482
+ "name": "readonly",
40483
+ "description": "Makes the expansion-panel content read only.",
40484
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40485
+ "default": "false",
40486
+ "value": {
40487
+ "kind": "expression",
40488
+ "type": "boolean"
40489
+ }
40490
+ },
40491
+ {
40492
+ "name": "eager",
40493
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
40494
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40495
+ "default": "false",
40496
+ "value": {
40497
+ "kind": "expression",
40498
+ "type": "boolean"
40499
+ }
40500
+ }
40501
+ ],
40502
+ "events": [
40503
+ {
40504
+ "name": "click:next",
40505
+ "description": "Event emitted when clicking the next button",
40506
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
40507
+ "arguments": [
40508
+ {
40509
+ "name": "argument",
40510
+ "type": "[]\n"
40511
+ }
40512
+ ]
40513
+ },
40514
+ {
40515
+ "name": "click:prev",
40516
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
40517
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
40518
+ "arguments": [
40519
+ {
40520
+ "name": "argument",
40521
+ "type": "[]\n"
40522
+ }
40523
+ ]
40524
+ },
40525
+ {
40526
+ "name": "click:finish",
40527
+ "description": "Event emitted when clicking the finish button",
40528
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
40529
+ "arguments": [
40530
+ {
40531
+ "name": "argument",
40532
+ "type": "[]\n"
40533
+ }
40534
+ ]
40535
+ }
40536
+ ],
40537
+ "slots": [
40538
+ {
40539
+ "name": "default",
40540
+ "description": "The default Vue slot.",
40541
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40542
+ "vue-properties": [
40543
+ {
40544
+ "name": "canEdit",
40545
+ "type": "boolean"
40546
+ },
40547
+ {
40548
+ "name": "hasError",
40549
+ "type": "boolean"
40550
+ },
40551
+ {
40552
+ "name": "hasCompleted",
40553
+ "type": "boolean"
40554
+ },
40555
+ {
40556
+ "name": "title",
40557
+ "type": "string | number"
40558
+ },
40559
+ {
40560
+ "name": "subtitle",
40561
+ "type": "string | number"
40562
+ },
40563
+ {
40564
+ "name": "step",
40565
+ "type": "any"
40566
+ }
40567
+ ]
40568
+ },
40569
+ {
40570
+ "name": "icon",
40571
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
40572
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40573
+ "vue-properties": [
40574
+ {
40575
+ "name": "canEdit",
40576
+ "type": "boolean"
40577
+ },
40578
+ {
40579
+ "name": "hasError",
40580
+ "type": "boolean"
40581
+ },
40582
+ {
40583
+ "name": "hasCompleted",
40584
+ "type": "boolean"
40585
+ },
40586
+ {
40587
+ "name": "title",
40588
+ "type": "string | number"
40589
+ },
40590
+ {
40591
+ "name": "subtitle",
40592
+ "type": "string | number"
40593
+ },
40594
+ {
40595
+ "name": "step",
40596
+ "type": "any"
40597
+ }
40598
+ ]
40599
+ },
40600
+ {
40601
+ "name": "subtitle",
40602
+ "description": "Slot for the component's subtitle content.",
40603
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40604
+ "vue-properties": [
40605
+ {
40606
+ "name": "canEdit",
40607
+ "type": "boolean"
40608
+ },
40609
+ {
40610
+ "name": "hasError",
40611
+ "type": "boolean"
40612
+ },
40613
+ {
40614
+ "name": "hasCompleted",
40615
+ "type": "boolean"
40616
+ },
40617
+ {
40618
+ "name": "title",
40619
+ "type": "string | number"
40620
+ },
40621
+ {
40622
+ "name": "subtitle",
40623
+ "type": "string | number"
40624
+ },
40625
+ {
40626
+ "name": "step",
40627
+ "type": "any"
40628
+ }
40629
+ ]
40630
+ },
40631
+ {
40632
+ "name": "title",
40633
+ "description": "Slot for the component's title content.",
40634
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40635
+ "vue-properties": [
40636
+ {
40637
+ "name": "canEdit",
40638
+ "type": "boolean"
40639
+ },
40640
+ {
40641
+ "name": "hasError",
40642
+ "type": "boolean"
40643
+ },
40644
+ {
40645
+ "name": "hasCompleted",
40646
+ "type": "boolean"
40647
+ },
40648
+ {
40649
+ "name": "title",
40650
+ "type": "string | number"
40651
+ },
40652
+ {
40653
+ "name": "subtitle",
40654
+ "type": "string | number"
40655
+ },
40656
+ {
40657
+ "name": "step",
40658
+ "type": "any"
40659
+ }
40660
+ ]
40661
+ },
40662
+ {
40663
+ "name": "text",
40664
+ "description": "Slot for the component's text content.",
40665
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40666
+ "vue-properties": [
40667
+ {
40668
+ "name": "canEdit",
40669
+ "type": "boolean"
40670
+ },
40671
+ {
40672
+ "name": "hasError",
40673
+ "type": "boolean"
40674
+ },
40675
+ {
40676
+ "name": "hasCompleted",
40677
+ "type": "boolean"
40678
+ },
40679
+ {
40680
+ "name": "title",
40681
+ "type": "string | number"
40682
+ },
40683
+ {
40684
+ "name": "subtitle",
40685
+ "type": "string | number"
40686
+ },
40687
+ {
40688
+ "name": "step",
40689
+ "type": "any"
40690
+ }
40691
+ ]
40692
+ },
40693
+ {
40694
+ "name": "prev",
40695
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
40696
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40697
+ "vue-properties": [
40698
+ {
40699
+ "name": "canEdit",
40700
+ "type": "boolean"
40701
+ },
40702
+ {
40703
+ "name": "hasError",
40704
+ "type": "boolean"
40705
+ },
40706
+ {
40707
+ "name": "hasCompleted",
40708
+ "type": "boolean"
40709
+ },
40710
+ {
40711
+ "name": "title",
40712
+ "type": "string | number"
40713
+ },
40714
+ {
40715
+ "name": "subtitle",
40716
+ "type": "string | number"
40717
+ },
40718
+ {
40719
+ "name": "step",
40720
+ "type": "any"
40721
+ }
40722
+ ]
40723
+ },
40724
+ {
40725
+ "name": "next",
40726
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
40727
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40728
+ "vue-properties": [
40729
+ {
40730
+ "name": "canEdit",
40731
+ "type": "boolean"
40732
+ },
40733
+ {
40734
+ "name": "hasError",
40735
+ "type": "boolean"
40736
+ },
40737
+ {
40738
+ "name": "hasCompleted",
40739
+ "type": "boolean"
40740
+ },
40741
+ {
40742
+ "name": "title",
40743
+ "type": "string | number"
40744
+ },
40745
+ {
40746
+ "name": "subtitle",
40747
+ "type": "string | number"
40748
+ },
40749
+ {
40750
+ "name": "step",
40751
+ "type": "any"
40752
+ }
40753
+ ]
40754
+ },
40755
+ {
40756
+ "name": "actions",
40757
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
40758
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots"
40759
+ }
40760
+ ],
40761
+ "vue-model": {
40762
+ "prop": "modelValue",
40763
+ "event": "update:modelValue"
40764
+ }
40765
+ },
39459
40766
  {
39460
40767
  "name": "VStepperWindow",
39461
40768
  "source": {