comand-component-library 4.0.97 → 4.0.99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.97",
3
+ "version": "4.0.99",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -39,9 +39,19 @@
39
39
  "list of opening-hours"
40
40
  ]
41
41
  },
42
- "textHolidaysClosed": {
42
+ "separator": {
43
43
  "comments": [
44
- "text to show if holidays closed (shown below opening-hours)"
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"