Skip to content

Commit 8228dfa

Browse files
authored
fix(QSlider/QRange): small fixes for json (quasarframework#11815)
1 parent 17c9e26 commit 8228dfa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ui/src/components/range/QRange.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"left-label-text-color": {
4747
"extends": "color",
4848
"desc": "Color name for left label text from the Quasar Color Palette",
49-
"category": "labels"
49+
"category": "labels",
50+
"addedIn": "v1.1.0"
5051
},
5152

5253
"right-label-color": {
@@ -58,7 +59,8 @@
5859
"right-label-text-color": {
5960
"extends": "color",
6061
"desc": "Color name for right label text from the Quasar Color Palette",
61-
"category": "labels"
62+
"category": "labels",
63+
"addedIn": "v1.1.0"
6264
},
6365

6466
"left-label-value": {

ui/src/components/slider/slider-utils.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291

292292
"scopedSlots": {
293293
"marker-label": {
294-
"desc": "What should the menu display after filtering options and none are left to be displayed; Suggestion: <div>",
294+
"desc": "What to be used to display the marker label",
295295
"addedIn": "v1.17",
296296
"scope": {
297297
"marker": {
@@ -424,7 +424,7 @@
424424
},
425425

426426
"marker-label-group": {
427-
"desc": "What should the menu display after filtering options and none are left to be displayed; Suggestion: <div>",
427+
"desc": "What to be used to display the marker label group",
428428
"addedIn": "v1.17",
429429
"scope": {
430430
"markerList": {

0 commit comments

Comments
 (0)