comand-component-library 4.0.77 → 4.0.78

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.77",
3
+ "version": "4.0.78",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -0,0 +1,17 @@
1
+ {
2
+ "cmdHeadline": {
3
+ "comments": [
4
+ "enable toggling tooltip-visibility by click"
5
+ ]
6
+ },
7
+ "methods": {
8
+ "comments": [
9
+ "enable toggling tooltip-visibility by click"
10
+ ]
11
+ },
12
+ "watch": {
13
+ "comments": [
14
+ "enable toggling tooltip-visibility by click"
15
+ ]
16
+ }
17
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "link": {
3
+ "comments": [
4
+ "link for company logo (i.e. to homepage)"
5
+ ]
6
+ },
7
+ "pathDefaultLogo": {
8
+ "comments": [
9
+ "path to (default) logo-file"
10
+ ]
11
+ },
12
+ "pathDarkmodeLogo": {
13
+ "comments": [
14
+ "path to dark-mode logo-file"
15
+ ]
16
+ },
17
+ "altText": {
18
+ "comments": [
19
+ "alternative text for image"
20
+ ],
21
+ "annotations": {
22
+ "requiredForAccessibility": [
23
+ "true"
24
+ ]
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "novalidate": {
3
+ "comments": [
4
+ "deactivate if browser-validation should be used"
5
+ ]
6
+ },
7
+ "useValidation": {
8
+ "comments": [
9
+ "if activated the entire form will be validated by pre-coded validation"
10
+ ],
11
+ "annotations": {
12
+ "affectsStyling": [
13
+ "true"
14
+ ]
15
+ }
16
+ },
17
+ "useFieldset": {
18
+ "comments": [
19
+ "activate if you want to use a fieldset"
20
+ ],
21
+ "annotations": {
22
+ "requiredForAccessibility": [
23
+ "true"
24
+ ]
25
+ }
26
+ },
27
+ "showLegend": {
28
+ "comments": [
29
+ "toggle visibility for legend-text",
30
+ "",
31
+ "useFieldset must be activated"
32
+ ]
33
+ },
34
+ "textLegend": {
35
+ "comments": [
36
+ "text for legend",
37
+ "useFieldset must be activated"
38
+ ],
39
+ "annotations": {
40
+ "requiredForAccessibility": [
41
+ "true"
42
+ ]
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "closeOffcanvas": {
3
+ "comments": [
4
+ "use only if default-button of inner navigation-component should not be used"
5
+ ]
6
+ },
7
+ "sticky": {
8
+ "comments": [
9
+ "activated sticky-header (stays on top if page is scrolled)"
10
+ ]
11
+ },
12
+ "navigationInline": {
13
+ "comments": [
14
+ "activate if navigation should be displayed inline to logo (otherwise it will be displayed below)"
15
+ ],
16
+ "annotations": {
17
+ "affectsStyling": [
18
+ "true"
19
+ ]
20
+ }
21
+ },
22
+ "useGrid": {
23
+ "comments": [
24
+ "use a grid for positioning of inner-elements (else a flex-container will be used)"
25
+ ],
26
+ "annotations": {
27
+ "affectsStyling": [
28
+ "true"
29
+ ]
30
+ }
31
+ },
32
+ "cmdCompanyLogo": {
33
+ "comments": [
34
+ "properties for CmdCompanyLogo-component"
35
+ ]
36
+ },
37
+ "cmdMainNavigation": {
38
+ "comments": [
39
+ "properties for CmdMainNavigation-component"
40
+ ]
41
+ }
42
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "cmdHeadline": {
3
+ "comments": [
4
+ "enable toggling tooltip-visibility by click"
5
+ ]
6
+ },
7
+ "methods": {
8
+ "comments": [
9
+ "enable toggling tooltip-visibility by click"
10
+ ]
11
+ },
12
+ "watch": {
13
+ "comments": [
14
+ "enable toggling tooltip-visibility by click"
15
+ ]
16
+ }
17
+ }