You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/components/stepper/QStepper.json
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
55
55
"done-icon": {
56
56
"extends": "icon",
57
+
"desc": "Icon name following Quasar convention; If 'none' (String) is used as value, then it will defer to prefix or the regular icon for this state; Make sure you have the icon library installed unless you are using 'img:' prefix",
57
58
"category": "header"
58
59
},
59
60
@@ -64,31 +65,21 @@
64
65
65
66
"active-icon": {
66
67
"extends": "icon",
68
+
"desc": "Icon name following Quasar convention; If 'none' (String) is used as value, then it will defer to prefix or the regular icon for this state; Make sure you have the icon library installed unless you are using 'img:' prefix",
67
69
"category": "header"
68
70
},
69
71
70
-
"hide-active-icon": {
71
-
"type": "Boolean",
72
-
"desc": "Don't show the active icon when a step is active. Instead the step 'icon' will be shown or the step 'prefix' if it is defined.",
73
-
"category": "header|behavior"
74
-
},
75
-
76
72
"active-color": {
77
73
"extends": "color",
78
74
"category": "header"
79
75
},
80
76
81
77
"error-icon": {
82
78
"extends": "icon",
79
+
"desc": "Icon name following Quasar convention; If 'none' (String) is used as value, then it will defer to prefix or the regular icon for this state; Make sure you have the icon library installed unless you are using 'img:' prefix",
83
80
"category": "header"
84
81
},
85
82
86
-
"hide-error-icon": {
87
-
"type": "Boolean",
88
-
"desc": "Don't show the error icon when a step has an error. Instead the step 'icon' will be shown or the step 'prefix' if it is defined.",
0 commit comments