comand-component-library 4.0.97 → 4.0.98
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -39,9 +39,9 @@
|
|
39
39
|
"list of opening-hours"
|
40
40
|
]
|
41
41
|
},
|
42
|
-
"
|
42
|
+
"textHolidays": {
|
43
43
|
"comments": [
|
44
|
-
"text to show
|
44
|
+
"text to show for holidays"
|
45
45
|
]
|
46
46
|
},
|
47
47
|
"textMiscInfo": {
|
@@ -49,6 +49,11 @@
|
|
49
49
|
"additional/miscellaneous text (shown below holiday-closed-text/opening hours)"
|
50
50
|
]
|
51
51
|
},
|
52
|
+
"use24HoursFormat": {
|
53
|
+
"comments": [
|
54
|
+
"Toggle if 24- or 12-hour format should be used"
|
55
|
+
]
|
56
|
+
},
|
52
57
|
"cmdHeadline": {
|
53
58
|
"comments": [
|
54
59
|
"properties for CmdHeadline-component"
|
@@ -18,6 +18,16 @@
|
|
18
18
|
"toggle visibility of label"
|
19
19
|
]
|
20
20
|
},
|
21
|
+
"styledAsButton": {
|
22
|
+
"comments": [
|
23
|
+
"activate if checkbox should be displayed as button"
|
24
|
+
],
|
25
|
+
"annotations": {
|
26
|
+
"affectsStyling": [
|
27
|
+
"true"
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
21
31
|
"useStyledLayout": {
|
22
32
|
"comments": [
|
23
33
|
"activate if styled layout should be used"
|