comand-component-library 4.0.76 → 4.0.78
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +53 -15
- package/dist/comand-component-library.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/CmdBasicForm.vue +8 -0
- package/src/components/CmdBox.vue +1 -1
- package/src/components/CmdOpeningHours.vue +0 -1
- package/src/components/CmdPageFooter.vue +1 -0
- package/src/components/CmdSystemMessage.vue +8 -1
- package/src/components/CmdTable.vue +9 -2
- package/src/components/CmdTextImageBlock.vue +4 -0
- package/src/components/CmdUploadForm.vue +8 -1
- package/src/documentation/generated/CmdBasicFormPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdContainerPropertyDescriptions.json +27 -0
- package/src/documentation/generated/CmdLinkPropertyDescriptions.json +45 -0
- package/src/documentation/generated/CmdPageFooterPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdPageHeaderPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdSidebarPropertyDescriptions.json +42 -0
- package/src/documentation/generated/CmdTextImageBlockPropertyDescriptions.json +17 -0
- /package/src/documentation/generated/{CmdPagerPropertyDescriptions.json → CmdPaginationPropertyDescriptions.json} +0 -0
@@ -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,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,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,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
|
+
}
|
File without changes
|