comand-component-library 3.1.79 → 3.1.82

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,37 @@
1
+ {
2
+ "showLabel": {
3
+ "comments": [
4
+ "toggle visibility of label"
5
+ ]
6
+ },
7
+ "useStyledLayout": {
8
+ "comments": [
9
+ "activate if styled layout should be used"
10
+ ],
11
+ "annotations": {
12
+ "affectsStyling": [
13
+ "true"
14
+ ]
15
+ }
16
+ },
17
+ "labelTextDarkMode": {
18
+ "comments": [
19
+ "label-text to enable dark-mode"
20
+ ],
21
+ "annotations": {
22
+ "requiredForAccessibility": [
23
+ "true"
24
+ ]
25
+ }
26
+ },
27
+ "labelTextLightMode": {
28
+ "comments": [
29
+ "label-text to enable light-mode"
30
+ ],
31
+ "annotations": {
32
+ "requiredForAccessibility": [
33
+ "true"
34
+ ]
35
+ }
36
+ }
37
+ }
@@ -1,4 +1,9 @@
1
1
  {
2
+ "labelText": {
3
+ "comments": [
4
+ "text for label (used in headline)"
5
+ ]
6
+ },
2
7
  "relatedId": {
3
8
  "comments": [
4
9
  "related-id for CmdTooltip-component"
@@ -2,7 +2,7 @@ export default {
2
2
  data() {
3
3
  return {
4
4
  defaultMessageProperties: {
5
- "cmdfakeselect.headline.requirement_for_input": "Requirement for input",
5
+ "cmdfakeselect.headline.requirements_for_input": "Requirements for input",
6
6
  "cmdfakeselect.linktext.deselect_all_options": "Deselect all options",
7
7
  "cmdfakeselect.linktext.select_all_options": "Select all options",
8
8
  "cmdfakeselect.headline.": "An option is selected",
@@ -0,0 +1,10 @@
1
+ export default {
2
+ data() {
3
+ return {
4
+ defaultMessageProperties: {
5
+ "cmdlistofrequirements.headline.requirement_for_input": "Requirement for input",
6
+ "cmdlistofrequirements.headline.requirements_for_input": "Requirements for input",
7
+ }
8
+ }
9
+ }
10
+ }