comand-component-library 4.0.97 → 4.0.99
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -39,9 +39,19 @@
|
|
39
39
|
"list of opening-hours"
|
40
40
|
]
|
41
41
|
},
|
42
|
-
"
|
42
|
+
"separator": {
|
43
43
|
"comments": [
|
44
|
-
"
|
44
|
+
"define the separator for the time-spans"
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"showOpenStatus": {
|
48
|
+
"comments": [
|
49
|
+
"toggle visibility of open-/closed-status shown above opening hours"
|
50
|
+
]
|
51
|
+
},
|
52
|
+
"textHolidays": {
|
53
|
+
"comments": [
|
54
|
+
"text to show for holidays"
|
45
55
|
]
|
46
56
|
},
|
47
57
|
"textMiscInfo": {
|
@@ -49,6 +59,11 @@
|
|
49
59
|
"additional/miscellaneous text (shown below holiday-closed-text/opening hours)"
|
50
60
|
]
|
51
61
|
},
|
62
|
+
"use24HoursFormat": {
|
63
|
+
"comments": [
|
64
|
+
"Toggle if 24- or 12-hour format should be used"
|
65
|
+
]
|
66
|
+
},
|
52
67
|
"cmdHeadline": {
|
53
68
|
"comments": [
|
54
69
|
"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"
|