vuetify 3.3.21 → 3.3.22
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.
- package/dist/json/attributes.json +204 -0
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +60 -60
- package/dist/json/tags.json +57 -3
- package/dist/json/web-types.json +885 -15
- package/dist/vuetify-labs.css +5865 -5859
- package/dist/vuetify-labs.d.ts +205 -19
- package/dist/vuetify-labs.esm.js +41 -18
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +41 -18
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5382 -5379
- package/dist/vuetify.d.ts +17 -17
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +797 -797
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VCard/VCard.css +3 -1
- package/lib/components/VCard/VCard.sass +2 -1
- package/lib/components/VCard/_variables.scss +7 -5
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +0 -4
- package/lib/components/VList/VListItem.sass +0 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +5 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VToolbar/_variables.scss +6 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +17 -17
- package/lib/labs/VDataTable/VDataTable.css +0 -6
- package/lib/labs/VDataTable/VDataTable.sass +0 -1
- package/lib/labs/VStepper/VStepper.css +9 -0
- package/lib/labs/VStepper/VStepper.mjs +1 -2
- package/lib/labs/VStepper/VStepper.mjs.map +1 -1
- package/lib/labs/VStepper/VStepper.sass +17 -8
- package/lib/labs/VStepper/VStepperActions.mjs +34 -13
- package/lib/labs/VStepper/VStepperActions.mjs.map +1 -1
- package/lib/labs/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/labs/VStepper/VStepperItem.sass +15 -15
- package/lib/labs/VStepper/_variables.scss +24 -1
- package/lib/labs/VStepper/index.d.mts +205 -19
- package/lib/labs/components.d.mts +205 -19
- package/lib/locale/de.mjs +20 -20
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/nl.mjs +22 -22
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.22",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -30778,12 +30778,526 @@
|
|
|
30778
30778
|
},
|
|
30779
30779
|
"description": "",
|
|
30780
30780
|
"doc-url": "https://vuetifyjs.com/api/v-stepper",
|
|
30781
|
-
"attributes": [
|
|
30782
|
-
|
|
30781
|
+
"attributes": [
|
|
30782
|
+
{
|
|
30783
|
+
"name": "flat",
|
|
30784
|
+
"description": "Removes the stepper's elevation.",
|
|
30785
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30786
|
+
"default": "false",
|
|
30787
|
+
"value": {
|
|
30788
|
+
"kind": "expression",
|
|
30789
|
+
"type": "boolean\n"
|
|
30790
|
+
}
|
|
30791
|
+
},
|
|
30792
|
+
{
|
|
30793
|
+
"name": "border",
|
|
30794
|
+
"description": "Applies border styles to component.",
|
|
30795
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30796
|
+
"default": "false",
|
|
30797
|
+
"value": {
|
|
30798
|
+
"kind": "expression",
|
|
30799
|
+
"type": "string | number | boolean\n"
|
|
30800
|
+
}
|
|
30801
|
+
},
|
|
30802
|
+
{
|
|
30803
|
+
"name": "modelValue",
|
|
30804
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
30805
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30806
|
+
"value": {
|
|
30807
|
+
"kind": "expression",
|
|
30808
|
+
"type": "any\n"
|
|
30809
|
+
}
|
|
30810
|
+
},
|
|
30811
|
+
{
|
|
30812
|
+
"name": "height",
|
|
30813
|
+
"description": "Sets the height for the component.",
|
|
30814
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30815
|
+
"value": {
|
|
30816
|
+
"kind": "expression",
|
|
30817
|
+
"type": "string | number\n"
|
|
30818
|
+
}
|
|
30819
|
+
},
|
|
30820
|
+
{
|
|
30821
|
+
"name": "maxHeight",
|
|
30822
|
+
"description": "Sets the maximum height for the component.",
|
|
30823
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30824
|
+
"value": {
|
|
30825
|
+
"kind": "expression",
|
|
30826
|
+
"type": "string | number\n"
|
|
30827
|
+
}
|
|
30828
|
+
},
|
|
30829
|
+
{
|
|
30830
|
+
"name": "maxWidth",
|
|
30831
|
+
"description": "Sets the maximum width for the component.",
|
|
30832
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30833
|
+
"value": {
|
|
30834
|
+
"kind": "expression",
|
|
30835
|
+
"type": "string | number\n"
|
|
30836
|
+
}
|
|
30837
|
+
},
|
|
30838
|
+
{
|
|
30839
|
+
"name": "minHeight",
|
|
30840
|
+
"description": "Sets the minimum height for the component.",
|
|
30841
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30842
|
+
"value": {
|
|
30843
|
+
"kind": "expression",
|
|
30844
|
+
"type": "string | number\n"
|
|
30845
|
+
}
|
|
30846
|
+
},
|
|
30847
|
+
{
|
|
30848
|
+
"name": "minWidth",
|
|
30849
|
+
"description": "Sets the minimum width for the component.",
|
|
30850
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30851
|
+
"value": {
|
|
30852
|
+
"kind": "expression",
|
|
30853
|
+
"type": "string | number\n"
|
|
30854
|
+
}
|
|
30855
|
+
},
|
|
30856
|
+
{
|
|
30857
|
+
"name": "width",
|
|
30858
|
+
"description": "Sets the width for the component.",
|
|
30859
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30860
|
+
"value": {
|
|
30861
|
+
"kind": "expression",
|
|
30862
|
+
"type": "string | number\n"
|
|
30863
|
+
}
|
|
30864
|
+
},
|
|
30865
|
+
{
|
|
30866
|
+
"name": "elevation",
|
|
30867
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
30868
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30869
|
+
"value": {
|
|
30870
|
+
"kind": "expression",
|
|
30871
|
+
"type": "string | number\n"
|
|
30872
|
+
}
|
|
30873
|
+
},
|
|
30874
|
+
{
|
|
30875
|
+
"name": "location",
|
|
30876
|
+
"description": "Specifies the component's location. Can combine by using a space separated string.",
|
|
30877
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30878
|
+
"value": {
|
|
30879
|
+
"kind": "expression",
|
|
30880
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
30881
|
+
}
|
|
30882
|
+
},
|
|
30883
|
+
{
|
|
30884
|
+
"name": "position",
|
|
30885
|
+
"description": "Sets the position for the component.",
|
|
30886
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30887
|
+
"value": {
|
|
30888
|
+
"kind": "expression",
|
|
30889
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n"
|
|
30890
|
+
}
|
|
30891
|
+
},
|
|
30892
|
+
{
|
|
30893
|
+
"name": "rounded",
|
|
30894
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
|
|
30895
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30896
|
+
"default": "false",
|
|
30897
|
+
"value": {
|
|
30898
|
+
"kind": "expression",
|
|
30899
|
+
"type": "string | number | boolean\n"
|
|
30900
|
+
}
|
|
30901
|
+
},
|
|
30902
|
+
{
|
|
30903
|
+
"name": "tag",
|
|
30904
|
+
"description": "Specify a custom tag used on the root element.",
|
|
30905
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30906
|
+
"default": "'div'",
|
|
30907
|
+
"value": {
|
|
30908
|
+
"kind": "expression",
|
|
30909
|
+
"type": "string\n"
|
|
30910
|
+
}
|
|
30911
|
+
},
|
|
30912
|
+
{
|
|
30913
|
+
"name": "theme",
|
|
30914
|
+
"description": "Specify a theme for this component and all of its children.",
|
|
30915
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30916
|
+
"value": {
|
|
30917
|
+
"kind": "expression",
|
|
30918
|
+
"type": "string\n"
|
|
30919
|
+
}
|
|
30920
|
+
},
|
|
30921
|
+
{
|
|
30922
|
+
"name": "color",
|
|
30923
|
+
"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).",
|
|
30924
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30925
|
+
"value": {
|
|
30926
|
+
"kind": "expression",
|
|
30927
|
+
"type": "string\n"
|
|
30928
|
+
}
|
|
30929
|
+
},
|
|
30930
|
+
{
|
|
30931
|
+
"name": "items",
|
|
30932
|
+
"description": "An array of strings or objects used for automatically generating children components.",
|
|
30933
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30934
|
+
"default": "[]",
|
|
30935
|
+
"value": {
|
|
30936
|
+
"kind": "expression",
|
|
30937
|
+
"type": "(string | Record<string, any>)[]\n"
|
|
30938
|
+
}
|
|
30939
|
+
},
|
|
30940
|
+
{
|
|
30941
|
+
"name": "disabled",
|
|
30942
|
+
"description": "Puts all children components into a disabled state.",
|
|
30943
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30944
|
+
"default": "false",
|
|
30945
|
+
"value": {
|
|
30946
|
+
"kind": "expression",
|
|
30947
|
+
"type": "boolean\n"
|
|
30948
|
+
}
|
|
30949
|
+
},
|
|
30950
|
+
{
|
|
30951
|
+
"name": "selectedClass",
|
|
30952
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
|
30953
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30954
|
+
"default": "'v-stepper-item--selected'",
|
|
30955
|
+
"value": {
|
|
30956
|
+
"kind": "expression",
|
|
30957
|
+
"type": "string\n"
|
|
30958
|
+
}
|
|
30959
|
+
},
|
|
30960
|
+
{
|
|
30961
|
+
"name": "multiple",
|
|
30962
|
+
"description": "Allows one to select multiple items.",
|
|
30963
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30964
|
+
"default": "false",
|
|
30965
|
+
"value": {
|
|
30966
|
+
"kind": "expression",
|
|
30967
|
+
"type": "boolean\n"
|
|
30968
|
+
}
|
|
30969
|
+
},
|
|
30970
|
+
{
|
|
30971
|
+
"name": "itemTitle",
|
|
30972
|
+
"description": "Property on supplied `items` that contains its title.",
|
|
30973
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30974
|
+
"default": "'title'",
|
|
30975
|
+
"value": {
|
|
30976
|
+
"kind": "expression",
|
|
30977
|
+
"type": "string\n"
|
|
30978
|
+
}
|
|
30979
|
+
},
|
|
30980
|
+
{
|
|
30981
|
+
"name": "itemValue",
|
|
30982
|
+
"description": "Property on supplied `items` that contains its value.",
|
|
30983
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30984
|
+
"default": "'value'",
|
|
30985
|
+
"value": {
|
|
30986
|
+
"kind": "expression",
|
|
30987
|
+
"type": "string\n"
|
|
30988
|
+
}
|
|
30989
|
+
},
|
|
30990
|
+
{
|
|
30991
|
+
"name": "bgColor",
|
|
30992
|
+
"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).",
|
|
30993
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
30994
|
+
"value": {
|
|
30995
|
+
"kind": "expression",
|
|
30996
|
+
"type": "string\n"
|
|
30997
|
+
}
|
|
30998
|
+
},
|
|
30999
|
+
{
|
|
31000
|
+
"name": "max",
|
|
31001
|
+
"description": "Sets a maximum number of selections that can be made.",
|
|
31002
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31003
|
+
"value": {
|
|
31004
|
+
"kind": "expression",
|
|
31005
|
+
"type": "number\n"
|
|
31006
|
+
}
|
|
31007
|
+
},
|
|
31008
|
+
{
|
|
31009
|
+
"name": "mandatory",
|
|
31010
|
+
"description": "Forces at least one item to always be selected (if available).",
|
|
31011
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31012
|
+
"default": "'force'",
|
|
31013
|
+
"value": {
|
|
31014
|
+
"kind": "expression",
|
|
31015
|
+
"type": "boolean | 'force'\n"
|
|
31016
|
+
}
|
|
31017
|
+
},
|
|
31018
|
+
{
|
|
31019
|
+
"name": "hideActions",
|
|
31020
|
+
"description": "Hide actions bar (prev and next buttons).",
|
|
31021
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31022
|
+
"default": "false",
|
|
31023
|
+
"value": {
|
|
31024
|
+
"kind": "expression",
|
|
31025
|
+
"type": "boolean\n"
|
|
31026
|
+
}
|
|
31027
|
+
},
|
|
31028
|
+
{
|
|
31029
|
+
"name": "mobile",
|
|
31030
|
+
"description": "Forces the stepper into a mobile state, removing labels from stepper items.",
|
|
31031
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31032
|
+
"default": "false",
|
|
31033
|
+
"value": {
|
|
31034
|
+
"kind": "expression",
|
|
31035
|
+
"type": "boolean\n"
|
|
31036
|
+
}
|
|
31037
|
+
},
|
|
31038
|
+
{
|
|
31039
|
+
"name": "altLabels",
|
|
31040
|
+
"description": "Places the labels beneath the step.",
|
|
31041
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31042
|
+
"default": "false",
|
|
31043
|
+
"value": {
|
|
31044
|
+
"kind": "expression",
|
|
31045
|
+
"type": "boolean\n"
|
|
31046
|
+
}
|
|
31047
|
+
},
|
|
31048
|
+
{
|
|
31049
|
+
"name": "editable",
|
|
31050
|
+
"description": "Marks step as editable.",
|
|
31051
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31052
|
+
"default": "false",
|
|
31053
|
+
"value": {
|
|
31054
|
+
"kind": "expression",
|
|
31055
|
+
"type": "boolean\n"
|
|
31056
|
+
}
|
|
31057
|
+
},
|
|
31058
|
+
{
|
|
31059
|
+
"name": "nonLinear",
|
|
31060
|
+
"description": "Allow user to jump to any step.",
|
|
31061
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31062
|
+
"default": "false",
|
|
31063
|
+
"value": {
|
|
31064
|
+
"kind": "expression",
|
|
31065
|
+
"type": "boolean\n"
|
|
31066
|
+
}
|
|
31067
|
+
},
|
|
31068
|
+
{
|
|
31069
|
+
"name": "prevText",
|
|
31070
|
+
"description": "The text used for the Prev button.",
|
|
31071
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31072
|
+
"default": "'$vuetify.stepper.prev'",
|
|
31073
|
+
"value": {
|
|
31074
|
+
"kind": "expression",
|
|
31075
|
+
"type": "string\n"
|
|
31076
|
+
}
|
|
31077
|
+
},
|
|
31078
|
+
{
|
|
31079
|
+
"name": "nextText",
|
|
31080
|
+
"description": "The text used for the Next button.",
|
|
31081
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#props",
|
|
31082
|
+
"default": "'$vuetify.stepper.next'",
|
|
31083
|
+
"value": {
|
|
31084
|
+
"kind": "expression",
|
|
31085
|
+
"type": "string\n"
|
|
31086
|
+
}
|
|
31087
|
+
}
|
|
31088
|
+
],
|
|
31089
|
+
"events": [
|
|
31090
|
+
{
|
|
31091
|
+
"name": "update:modelValue",
|
|
31092
|
+
"description": "Event that is emitted when the component's model changes.",
|
|
31093
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#events",
|
|
31094
|
+
"arguments": [
|
|
31095
|
+
{
|
|
31096
|
+
"name": "argument",
|
|
31097
|
+
"type": "[unknown]\n"
|
|
31098
|
+
}
|
|
31099
|
+
]
|
|
31100
|
+
}
|
|
31101
|
+
],
|
|
30783
31102
|
"slots": [
|
|
30784
31103
|
{
|
|
30785
|
-
"name": "
|
|
30786
|
-
"description": "
|
|
31104
|
+
"name": "actions",
|
|
31105
|
+
"description": "Slot for customizing [v-stepper-actions](/api/v-stepper-actions/).",
|
|
31106
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots",
|
|
31107
|
+
"vue-properties": [
|
|
31108
|
+
{
|
|
31109
|
+
"name": "prev",
|
|
31110
|
+
"type": "() => void"
|
|
31111
|
+
},
|
|
31112
|
+
{
|
|
31113
|
+
"name": "next",
|
|
31114
|
+
"type": "() => void"
|
|
31115
|
+
}
|
|
31116
|
+
]
|
|
31117
|
+
},
|
|
31118
|
+
{
|
|
31119
|
+
"name": "default",
|
|
31120
|
+
"description": "The default Vue slot.",
|
|
31121
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
31122
|
+
},
|
|
31123
|
+
{
|
|
31124
|
+
"name": "header",
|
|
31125
|
+
"description": "Slot for customizing the header.",
|
|
31126
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
31127
|
+
},
|
|
31128
|
+
{
|
|
31129
|
+
"name": "header-item",
|
|
31130
|
+
"description": "Slot for customizing all header items.",
|
|
31131
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots",
|
|
31132
|
+
"vue-properties": [
|
|
31133
|
+
{
|
|
31134
|
+
"name": "canEdit",
|
|
31135
|
+
"type": "boolean"
|
|
31136
|
+
},
|
|
31137
|
+
{
|
|
31138
|
+
"name": "hasError",
|
|
31139
|
+
"type": "boolean"
|
|
31140
|
+
},
|
|
31141
|
+
{
|
|
31142
|
+
"name": "hasCompleted",
|
|
31143
|
+
"type": "boolean"
|
|
31144
|
+
},
|
|
31145
|
+
{
|
|
31146
|
+
"name": "title",
|
|
31147
|
+
"type": "string"
|
|
31148
|
+
},
|
|
31149
|
+
{
|
|
31150
|
+
"name": "subtitle",
|
|
31151
|
+
"type": "string"
|
|
31152
|
+
},
|
|
31153
|
+
{
|
|
31154
|
+
"name": "step",
|
|
31155
|
+
"type": "any"
|
|
31156
|
+
}
|
|
31157
|
+
]
|
|
31158
|
+
},
|
|
31159
|
+
{
|
|
31160
|
+
"name": "icon",
|
|
31161
|
+
"description": "Slot for customizing all stepper item icons.",
|
|
31162
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots",
|
|
31163
|
+
"vue-properties": [
|
|
31164
|
+
{
|
|
31165
|
+
"name": "canEdit",
|
|
31166
|
+
"type": "boolean"
|
|
31167
|
+
},
|
|
31168
|
+
{
|
|
31169
|
+
"name": "hasError",
|
|
31170
|
+
"type": "boolean"
|
|
31171
|
+
},
|
|
31172
|
+
{
|
|
31173
|
+
"name": "hasCompleted",
|
|
31174
|
+
"type": "boolean"
|
|
31175
|
+
},
|
|
31176
|
+
{
|
|
31177
|
+
"name": "title",
|
|
31178
|
+
"type": "string"
|
|
31179
|
+
},
|
|
31180
|
+
{
|
|
31181
|
+
"name": "subtitle",
|
|
31182
|
+
"type": "string"
|
|
31183
|
+
},
|
|
31184
|
+
{
|
|
31185
|
+
"name": "step",
|
|
31186
|
+
"type": "any"
|
|
31187
|
+
}
|
|
31188
|
+
]
|
|
31189
|
+
},
|
|
31190
|
+
{
|
|
31191
|
+
"name": "title",
|
|
31192
|
+
"description": "Slot for the component's title content.",
|
|
31193
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots",
|
|
31194
|
+
"vue-properties": [
|
|
31195
|
+
{
|
|
31196
|
+
"name": "canEdit",
|
|
31197
|
+
"type": "boolean"
|
|
31198
|
+
},
|
|
31199
|
+
{
|
|
31200
|
+
"name": "hasError",
|
|
31201
|
+
"type": "boolean"
|
|
31202
|
+
},
|
|
31203
|
+
{
|
|
31204
|
+
"name": "hasCompleted",
|
|
31205
|
+
"type": "boolean"
|
|
31206
|
+
},
|
|
31207
|
+
{
|
|
31208
|
+
"name": "title",
|
|
31209
|
+
"type": "string"
|
|
31210
|
+
},
|
|
31211
|
+
{
|
|
31212
|
+
"name": "subtitle",
|
|
31213
|
+
"type": "string"
|
|
31214
|
+
},
|
|
31215
|
+
{
|
|
31216
|
+
"name": "step",
|
|
31217
|
+
"type": "any"
|
|
31218
|
+
}
|
|
31219
|
+
]
|
|
31220
|
+
},
|
|
31221
|
+
{
|
|
31222
|
+
"name": "subtitle",
|
|
31223
|
+
"description": "Slot for the component's subtitle content.",
|
|
31224
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots",
|
|
31225
|
+
"vue-properties": [
|
|
31226
|
+
{
|
|
31227
|
+
"name": "canEdit",
|
|
31228
|
+
"type": "boolean"
|
|
31229
|
+
},
|
|
31230
|
+
{
|
|
31231
|
+
"name": "hasError",
|
|
31232
|
+
"type": "boolean"
|
|
31233
|
+
},
|
|
31234
|
+
{
|
|
31235
|
+
"name": "hasCompleted",
|
|
31236
|
+
"type": "boolean"
|
|
31237
|
+
},
|
|
31238
|
+
{
|
|
31239
|
+
"name": "title",
|
|
31240
|
+
"type": "string"
|
|
31241
|
+
},
|
|
31242
|
+
{
|
|
31243
|
+
"name": "subtitle",
|
|
31244
|
+
"type": "string"
|
|
31245
|
+
},
|
|
31246
|
+
{
|
|
31247
|
+
"name": "step",
|
|
31248
|
+
"type": "any"
|
|
31249
|
+
}
|
|
31250
|
+
]
|
|
31251
|
+
},
|
|
31252
|
+
{
|
|
31253
|
+
"name": "item",
|
|
31254
|
+
"description": "Define a custom item appearance.",
|
|
31255
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
31256
|
+
},
|
|
31257
|
+
{
|
|
31258
|
+
"name": "prev",
|
|
31259
|
+
"description": "Slot for customizing the prev step functionality",
|
|
31260
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
31261
|
+
},
|
|
31262
|
+
{
|
|
31263
|
+
"name": "next",
|
|
31264
|
+
"description": "Slot for customizing the next step functionailty",
|
|
31265
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
31266
|
+
},
|
|
31267
|
+
{
|
|
31268
|
+
"name": "[`header-item.${string}`]",
|
|
31269
|
+
"description": "Slot for customizing header items when using the [items](/api/v-stepper/#props-items) prop.",
|
|
31270
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots",
|
|
31271
|
+
"vue-properties": [
|
|
31272
|
+
{
|
|
31273
|
+
"name": "canEdit",
|
|
31274
|
+
"type": "boolean"
|
|
31275
|
+
},
|
|
31276
|
+
{
|
|
31277
|
+
"name": "hasError",
|
|
31278
|
+
"type": "boolean"
|
|
31279
|
+
},
|
|
31280
|
+
{
|
|
31281
|
+
"name": "hasCompleted",
|
|
31282
|
+
"type": "boolean"
|
|
31283
|
+
},
|
|
31284
|
+
{
|
|
31285
|
+
"name": "title",
|
|
31286
|
+
"type": "string"
|
|
31287
|
+
},
|
|
31288
|
+
{
|
|
31289
|
+
"name": "subtitle",
|
|
31290
|
+
"type": "string"
|
|
31291
|
+
},
|
|
31292
|
+
{
|
|
31293
|
+
"name": "step",
|
|
31294
|
+
"type": "any"
|
|
31295
|
+
}
|
|
31296
|
+
]
|
|
31297
|
+
},
|
|
31298
|
+
{
|
|
31299
|
+
"name": "[`item.${string}`]",
|
|
31300
|
+
"description": "Slot for customizing the content for each step.",
|
|
30787
31301
|
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
30788
31302
|
}
|
|
30789
31303
|
],
|
|
@@ -30800,13 +31314,93 @@
|
|
|
30800
31314
|
},
|
|
30801
31315
|
"description": "",
|
|
30802
31316
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
|
|
30803
|
-
"attributes": [
|
|
30804
|
-
|
|
31317
|
+
"attributes": [
|
|
31318
|
+
{
|
|
31319
|
+
"name": "color",
|
|
31320
|
+
"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).",
|
|
31321
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#props",
|
|
31322
|
+
"value": {
|
|
31323
|
+
"kind": "expression",
|
|
31324
|
+
"type": "string\n"
|
|
31325
|
+
}
|
|
31326
|
+
},
|
|
31327
|
+
{
|
|
31328
|
+
"name": "disabled",
|
|
31329
|
+
"description": "Removes the ability to click or target the component.",
|
|
31330
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#props",
|
|
31331
|
+
"default": "false",
|
|
31332
|
+
"value": {
|
|
31333
|
+
"kind": "expression",
|
|
31334
|
+
"type": "boolean | 'next' | 'prev'\n"
|
|
31335
|
+
}
|
|
31336
|
+
},
|
|
31337
|
+
{
|
|
31338
|
+
"name": "prevText",
|
|
31339
|
+
"description": "The text used for the Prev button.",
|
|
31340
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#props",
|
|
31341
|
+
"default": "'$vuetify.stepper.prev'",
|
|
31342
|
+
"value": {
|
|
31343
|
+
"kind": "expression",
|
|
31344
|
+
"type": "string\n"
|
|
31345
|
+
}
|
|
31346
|
+
},
|
|
31347
|
+
{
|
|
31348
|
+
"name": "nextText",
|
|
31349
|
+
"description": "The text used for the Next button.",
|
|
31350
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#props",
|
|
31351
|
+
"default": "'$vuetify.stepper.next'",
|
|
31352
|
+
"value": {
|
|
31353
|
+
"kind": "expression",
|
|
31354
|
+
"type": "string\n"
|
|
31355
|
+
}
|
|
31356
|
+
}
|
|
31357
|
+
],
|
|
31358
|
+
"events": [
|
|
31359
|
+
{
|
|
31360
|
+
"name": "click:prev",
|
|
31361
|
+
"description": "Event emitted when clicking the prev button.",
|
|
31362
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
|
|
31363
|
+
"arguments": [
|
|
31364
|
+
{
|
|
31365
|
+
"name": "argument",
|
|
31366
|
+
"type": "[]\n"
|
|
31367
|
+
}
|
|
31368
|
+
]
|
|
31369
|
+
},
|
|
31370
|
+
{
|
|
31371
|
+
"name": "click:next",
|
|
31372
|
+
"description": "Event emitted when clicking the next button.",
|
|
31373
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
|
|
31374
|
+
"arguments": [
|
|
31375
|
+
{
|
|
31376
|
+
"name": "argument",
|
|
31377
|
+
"type": "[]\n"
|
|
31378
|
+
}
|
|
31379
|
+
]
|
|
31380
|
+
}
|
|
31381
|
+
],
|
|
30805
31382
|
"slots": [
|
|
30806
31383
|
{
|
|
30807
|
-
"name": "
|
|
30808
|
-
"description": "
|
|
30809
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots"
|
|
31384
|
+
"name": "prev",
|
|
31385
|
+
"description": "Slot for customizing the prev step functionality",
|
|
31386
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots",
|
|
31387
|
+
"vue-properties": [
|
|
31388
|
+
{
|
|
31389
|
+
"name": "props",
|
|
31390
|
+
"type": "{ onClick: () => void }"
|
|
31391
|
+
}
|
|
31392
|
+
]
|
|
31393
|
+
},
|
|
31394
|
+
{
|
|
31395
|
+
"name": "next",
|
|
31396
|
+
"description": "Slot for customizing the next step functionailty",
|
|
31397
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots",
|
|
31398
|
+
"vue-properties": [
|
|
31399
|
+
{
|
|
31400
|
+
"name": "props",
|
|
31401
|
+
"type": "{ onClick: () => void }"
|
|
31402
|
+
}
|
|
31403
|
+
]
|
|
30810
31404
|
}
|
|
30811
31405
|
],
|
|
30812
31406
|
"vue-model": {
|
|
@@ -30855,13 +31449,289 @@
|
|
|
30855
31449
|
},
|
|
30856
31450
|
"description": "",
|
|
30857
31451
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-item",
|
|
30858
|
-
"attributes": [
|
|
30859
|
-
|
|
31452
|
+
"attributes": [
|
|
31453
|
+
{
|
|
31454
|
+
"name": "title",
|
|
31455
|
+
"description": "Specify a title text for the component.",
|
|
31456
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31457
|
+
"value": {
|
|
31458
|
+
"kind": "expression",
|
|
31459
|
+
"type": "string\n"
|
|
31460
|
+
}
|
|
31461
|
+
},
|
|
31462
|
+
{
|
|
31463
|
+
"name": "icon",
|
|
31464
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
|
31465
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31466
|
+
"value": {
|
|
31467
|
+
"kind": "expression",
|
|
31468
|
+
"type": "string\n"
|
|
31469
|
+
}
|
|
31470
|
+
},
|
|
31471
|
+
{
|
|
31472
|
+
"name": "error",
|
|
31473
|
+
"description": "Puts the stepper item in a manual error state.",
|
|
31474
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31475
|
+
"default": "false",
|
|
31476
|
+
"value": {
|
|
31477
|
+
"kind": "expression",
|
|
31478
|
+
"type": "boolean\n"
|
|
31479
|
+
}
|
|
31480
|
+
},
|
|
31481
|
+
{
|
|
31482
|
+
"name": "color",
|
|
31483
|
+
"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).",
|
|
31484
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31485
|
+
"value": {
|
|
31486
|
+
"kind": "expression",
|
|
31487
|
+
"type": "string\n"
|
|
31488
|
+
}
|
|
31489
|
+
},
|
|
31490
|
+
{
|
|
31491
|
+
"name": "value",
|
|
31492
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
31493
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31494
|
+
"value": {
|
|
31495
|
+
"kind": "expression",
|
|
31496
|
+
"type": "any\n"
|
|
31497
|
+
}
|
|
31498
|
+
},
|
|
31499
|
+
{
|
|
31500
|
+
"name": "ripple",
|
|
31501
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
31502
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31503
|
+
"default": "true",
|
|
31504
|
+
"value": {
|
|
31505
|
+
"kind": "expression",
|
|
31506
|
+
"type": "boolean | { class: string }\n"
|
|
31507
|
+
}
|
|
31508
|
+
},
|
|
31509
|
+
{
|
|
31510
|
+
"name": "disabled",
|
|
31511
|
+
"description": "Removes the ability to click or target the component.",
|
|
31512
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31513
|
+
"default": "false",
|
|
31514
|
+
"value": {
|
|
31515
|
+
"kind": "expression",
|
|
31516
|
+
"type": "boolean\n"
|
|
31517
|
+
}
|
|
31518
|
+
},
|
|
31519
|
+
{
|
|
31520
|
+
"name": "selectedClass",
|
|
31521
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
|
31522
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31523
|
+
"value": {
|
|
31524
|
+
"kind": "expression",
|
|
31525
|
+
"type": "string\n"
|
|
31526
|
+
}
|
|
31527
|
+
},
|
|
31528
|
+
{
|
|
31529
|
+
"name": "rules",
|
|
31530
|
+
"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`.",
|
|
31531
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31532
|
+
"default": "[]",
|
|
31533
|
+
"value": {
|
|
31534
|
+
"kind": "expression",
|
|
31535
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VStepper/VStepperItem.tsx#L39-L39\" target=\"_blank\">ValidationRule</a>[]\n"
|
|
31536
|
+
}
|
|
31537
|
+
},
|
|
31538
|
+
{
|
|
31539
|
+
"name": "subtitle",
|
|
31540
|
+
"description": "Specify a subtitle text for the component.",
|
|
31541
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31542
|
+
"value": {
|
|
31543
|
+
"kind": "expression",
|
|
31544
|
+
"type": "string\n"
|
|
31545
|
+
}
|
|
31546
|
+
},
|
|
31547
|
+
{
|
|
31548
|
+
"name": "editable",
|
|
31549
|
+
"description": "Marks step as editable.",
|
|
31550
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31551
|
+
"default": "false",
|
|
31552
|
+
"value": {
|
|
31553
|
+
"kind": "expression",
|
|
31554
|
+
"type": "boolean\n"
|
|
31555
|
+
}
|
|
31556
|
+
},
|
|
31557
|
+
{
|
|
31558
|
+
"name": "complete",
|
|
31559
|
+
"description": "Marks step as complete.",
|
|
31560
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31561
|
+
"default": "false",
|
|
31562
|
+
"value": {
|
|
31563
|
+
"kind": "expression",
|
|
31564
|
+
"type": "boolean\n"
|
|
31565
|
+
}
|
|
31566
|
+
},
|
|
31567
|
+
{
|
|
31568
|
+
"name": "completeIcon",
|
|
31569
|
+
"description": "Icon to display when step is marked as completed.",
|
|
31570
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31571
|
+
"default": "'$complete'",
|
|
31572
|
+
"value": {
|
|
31573
|
+
"kind": "expression",
|
|
31574
|
+
"type": "string\n"
|
|
31575
|
+
}
|
|
31576
|
+
},
|
|
31577
|
+
{
|
|
31578
|
+
"name": "editIcon",
|
|
31579
|
+
"description": "Icon to display when step is editable.",
|
|
31580
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31581
|
+
"default": "'$edit'",
|
|
31582
|
+
"value": {
|
|
31583
|
+
"kind": "expression",
|
|
31584
|
+
"type": "string\n"
|
|
31585
|
+
}
|
|
31586
|
+
},
|
|
31587
|
+
{
|
|
31588
|
+
"name": "errorIcon",
|
|
31589
|
+
"description": "Icon to display when step has an error.",
|
|
31590
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#props",
|
|
31591
|
+
"default": "'$error'",
|
|
31592
|
+
"value": {
|
|
31593
|
+
"kind": "expression",
|
|
31594
|
+
"type": "string\n"
|
|
31595
|
+
}
|
|
31596
|
+
}
|
|
31597
|
+
],
|
|
31598
|
+
"events": [
|
|
31599
|
+
{
|
|
31600
|
+
"name": "group:selected",
|
|
31601
|
+
"description": "Event that is emitted when an item is selected within a group.",
|
|
31602
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#events",
|
|
31603
|
+
"arguments": [
|
|
31604
|
+
{
|
|
31605
|
+
"name": "argument",
|
|
31606
|
+
"type": "[{ value: boolean }]\n"
|
|
31607
|
+
}
|
|
31608
|
+
]
|
|
31609
|
+
}
|
|
31610
|
+
],
|
|
30860
31611
|
"slots": [
|
|
30861
31612
|
{
|
|
30862
|
-
"name": "
|
|
30863
|
-
"description": "
|
|
30864
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots"
|
|
31613
|
+
"name": "default",
|
|
31614
|
+
"description": "The default Vue slot.",
|
|
31615
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
31616
|
+
"vue-properties": [
|
|
31617
|
+
{
|
|
31618
|
+
"name": "canEdit",
|
|
31619
|
+
"type": "boolean"
|
|
31620
|
+
},
|
|
31621
|
+
{
|
|
31622
|
+
"name": "hasError",
|
|
31623
|
+
"type": "boolean"
|
|
31624
|
+
},
|
|
31625
|
+
{
|
|
31626
|
+
"name": "hasCompleted",
|
|
31627
|
+
"type": "boolean"
|
|
31628
|
+
},
|
|
31629
|
+
{
|
|
31630
|
+
"name": "title",
|
|
31631
|
+
"type": "string"
|
|
31632
|
+
},
|
|
31633
|
+
{
|
|
31634
|
+
"name": "subtitle",
|
|
31635
|
+
"type": "string"
|
|
31636
|
+
},
|
|
31637
|
+
{
|
|
31638
|
+
"name": "step",
|
|
31639
|
+
"type": "any"
|
|
31640
|
+
}
|
|
31641
|
+
]
|
|
31642
|
+
},
|
|
31643
|
+
{
|
|
31644
|
+
"name": "icon",
|
|
31645
|
+
"description": "Slot for customizing all stepper item icons.",
|
|
31646
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
31647
|
+
"vue-properties": [
|
|
31648
|
+
{
|
|
31649
|
+
"name": "canEdit",
|
|
31650
|
+
"type": "boolean"
|
|
31651
|
+
},
|
|
31652
|
+
{
|
|
31653
|
+
"name": "hasError",
|
|
31654
|
+
"type": "boolean"
|
|
31655
|
+
},
|
|
31656
|
+
{
|
|
31657
|
+
"name": "hasCompleted",
|
|
31658
|
+
"type": "boolean"
|
|
31659
|
+
},
|
|
31660
|
+
{
|
|
31661
|
+
"name": "title",
|
|
31662
|
+
"type": "string"
|
|
31663
|
+
},
|
|
31664
|
+
{
|
|
31665
|
+
"name": "subtitle",
|
|
31666
|
+
"type": "string"
|
|
31667
|
+
},
|
|
31668
|
+
{
|
|
31669
|
+
"name": "step",
|
|
31670
|
+
"type": "any"
|
|
31671
|
+
}
|
|
31672
|
+
]
|
|
31673
|
+
},
|
|
31674
|
+
{
|
|
31675
|
+
"name": "title",
|
|
31676
|
+
"description": "Slot for the component's title content.",
|
|
31677
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
31678
|
+
"vue-properties": [
|
|
31679
|
+
{
|
|
31680
|
+
"name": "canEdit",
|
|
31681
|
+
"type": "boolean"
|
|
31682
|
+
},
|
|
31683
|
+
{
|
|
31684
|
+
"name": "hasError",
|
|
31685
|
+
"type": "boolean"
|
|
31686
|
+
},
|
|
31687
|
+
{
|
|
31688
|
+
"name": "hasCompleted",
|
|
31689
|
+
"type": "boolean"
|
|
31690
|
+
},
|
|
31691
|
+
{
|
|
31692
|
+
"name": "title",
|
|
31693
|
+
"type": "string"
|
|
31694
|
+
},
|
|
31695
|
+
{
|
|
31696
|
+
"name": "subtitle",
|
|
31697
|
+
"type": "string"
|
|
31698
|
+
},
|
|
31699
|
+
{
|
|
31700
|
+
"name": "step",
|
|
31701
|
+
"type": "any"
|
|
31702
|
+
}
|
|
31703
|
+
]
|
|
31704
|
+
},
|
|
31705
|
+
{
|
|
31706
|
+
"name": "subtitle",
|
|
31707
|
+
"description": "Slot for the component's subtitle content.",
|
|
31708
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
31709
|
+
"vue-properties": [
|
|
31710
|
+
{
|
|
31711
|
+
"name": "canEdit",
|
|
31712
|
+
"type": "boolean"
|
|
31713
|
+
},
|
|
31714
|
+
{
|
|
31715
|
+
"name": "hasError",
|
|
31716
|
+
"type": "boolean"
|
|
31717
|
+
},
|
|
31718
|
+
{
|
|
31719
|
+
"name": "hasCompleted",
|
|
31720
|
+
"type": "boolean"
|
|
31721
|
+
},
|
|
31722
|
+
{
|
|
31723
|
+
"name": "title",
|
|
31724
|
+
"type": "string"
|
|
31725
|
+
},
|
|
31726
|
+
{
|
|
31727
|
+
"name": "subtitle",
|
|
31728
|
+
"type": "string"
|
|
31729
|
+
},
|
|
31730
|
+
{
|
|
31731
|
+
"name": "step",
|
|
31732
|
+
"type": "any"
|
|
31733
|
+
}
|
|
31734
|
+
]
|
|
30865
31735
|
}
|
|
30866
31736
|
],
|
|
30867
31737
|
"vue-model": {
|