comand-component-library 3.1.72 → 3.1.75
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.css +1 -1
- package/dist/comand-component-library.umd.min.js +1 -1
- package/package.json +3 -3
- package/src/App.vue +112 -79
- package/src/assets/data/cookie-disclaimer.json +7 -6
- package/src/assets/data/input-group-radiobuttons.json +23 -0
- package/src/assets/data/input-group-replaced-radiobuttons.json +23 -0
- package/src/assets/data/input-group-toggle-switch-radiobuttons.json +23 -0
- package/src/assets/styles/global-styles.scss +20 -59
- package/src/components/CmdAddressData.vue +7 -7
- package/src/components/CmdBankAccountData.vue +7 -7
- package/src/components/CmdBox.vue +25 -31
- package/src/components/CmdBoxSiteSearch.vue +9 -9
- package/src/components/CmdCookieDisclaimer.vue +93 -25
- package/src/components/CmdFakeSelect.vue +36 -52
- package/src/components/CmdFormElement.vue +36 -57
- package/src/components/{CmdCustomHeadline.vue → CmdHeadline.vue} +1 -1
- package/src/components/CmdInputGroup.vue +156 -24
- package/src/components/CmdListOfLinks.vue +8 -8
- package/src/components/CmdListOfRequirements.vue +150 -0
- package/src/components/CmdLoginForm.vue +17 -17
- package/src/components/CmdMainNavigation.vue +2 -2
- package/src/components/CmdOpeningHours.vue +5 -5
- package/src/components/CmdSiteFooter.vue +76 -0
- package/src/components/CmdSiteHeader.vue +2 -1
- package/src/components/CmdSystemMessage.vue +28 -11
- package/src/components/CmdTabs.vue +8 -8
- package/src/components/CmdToggleDarkMode.vue +42 -5
- package/src/components/CmdTooltip.vue +13 -13
- package/src/components/CmdTooltipForInputElements.vue +122 -0
- package/src/components/CmdUploadForm.vue +32 -32
- package/src/components/CmdWidthLimitationWrapper.vue +0 -17
- package/src/documentation/generated/CmdAddressDataPropertyDescriptions.json +32 -0
- package/src/documentation/generated/CmdBackToTopButtonPropertyDescriptions.json +12 -0
- package/src/documentation/generated/CmdBankAccountDataPropertyDescriptions.json +34 -0
- package/src/documentation/generated/CmdBoxPropertyDescriptions.json +96 -0
- package/src/documentation/generated/CmdBoxSiteSearchPropertyDescriptions.json +79 -0
- package/src/documentation/generated/CmdBoxWrapperPropertyDescriptions.json +47 -0
- package/src/documentation/generated/CmdBreadcrumbsPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdCompanyLogoPropertyDescriptions.json +27 -0
- package/src/documentation/generated/CmdCookieDisclaimerPropertyDescriptions.json +37 -0
- package/src/documentation/generated/CmdCustomHeadlinePropertyDescriptions.json +22 -0
- package/src/documentation/generated/CmdFakeSelectPropertyDescriptions.json +84 -0
- package/src/documentation/generated/CmdFancyBoxPropertyDescriptions.json +62 -0
- package/src/documentation/generated/CmdFormElementPropertyDescriptions.json +258 -0
- package/src/documentation/generated/CmdFormFiltersPropertyDescriptions.json +32 -0
- package/src/documentation/generated/CmdFormPropertyDescriptions.json +40 -0
- package/src/documentation/generated/CmdGoogleMapsPropertyDescriptions.json +7 -0
- package/src/documentation/generated/CmdHeadlinePropertyDescriptions.json +22 -0
- package/src/documentation/generated/CmdImageGalleryPropertyDescriptions.json +22 -0
- package/src/documentation/generated/CmdImageZoomPropertyDescriptions.json +12 -0
- package/src/documentation/generated/CmdInputGroupPropertyDescriptions.json +117 -0
- package/src/documentation/generated/CmdListOfLinksPropertyDescriptions.json +60 -0
- package/src/documentation/generated/CmdListOfRequirementsPropertyDescriptions.json +32 -0
- package/src/documentation/generated/CmdLoginFormPropertyDescriptions.json +90 -0
- package/src/documentation/generated/CmdMainNavigationPropertyDescriptions.json +62 -0
- package/src/documentation/generated/CmdMultistepFormProgressBarPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdOpeningHoursPropertyDescriptions.json +42 -0
- package/src/documentation/generated/CmdPagerPropertyDescriptions.json +37 -0
- package/src/documentation/generated/CmdProgressBarPropertyDescriptions.json +32 -0
- package/src/documentation/generated/CmdShareButtonsPropertyDescriptions.json +34 -0
- package/src/documentation/generated/CmdSiteFooterPropertyDescriptions.json +12 -0
- package/src/documentation/generated/CmdSiteHeaderPropertyDescriptions.json +27 -0
- package/src/documentation/generated/CmdSlideButtonPropertyDescriptions.json +25 -0
- package/src/documentation/generated/CmdSlideshowPropertyDescriptions.json +42 -0
- package/src/documentation/generated/CmdSwitchLanguagePropertyDescriptions.json +7 -0
- package/src/documentation/generated/CmdSystemMessagePropertyDescriptions.json +45 -0
- package/src/documentation/generated/CmdTablePropertyDescriptions.json +72 -0
- package/src/documentation/generated/CmdTabsPropertyDescriptions.json +27 -0
- package/src/documentation/generated/CmdThumbnailScrollerPropertyDescriptions.json +32 -0
- package/src/documentation/generated/CmdTooltipForInputElementsPropertyDescriptions.json +42 -0
- package/src/documentation/generated/CmdTooltipPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdUploadFormPropertyDescriptions.json +175 -0
- package/src/documentation/generated/CmdWidthLimitationWrapperPropertyDescriptions.json +41 -0
- package/src/index.js +2 -1
- package/src/mixins/CmdCookieDisclaimer/DefaultMessageProperties.js +10 -0
- package/src/mixins/FieldValidation.js +16 -6
- package/src/mixins/Tooltip.js +1 -1
@@ -0,0 +1,117 @@
|
|
1
|
+
{
|
2
|
+
"modelValue": {
|
3
|
+
"comments": [
|
4
|
+
"set value for v-model (must be named modelValue in vue3 if default v-model should be used)"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"required": {
|
8
|
+
"comments": [
|
9
|
+
"set if input-group should be required"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"inputElements": {
|
13
|
+
"comments": [
|
14
|
+
"list of input-elements inside group",
|
15
|
+
"",
|
16
|
+
"useSlot-property must be set to 'false'"
|
17
|
+
]
|
18
|
+
},
|
19
|
+
"inputTypes": {
|
20
|
+
"comments": [
|
21
|
+
"set type for inputs in group"
|
22
|
+
],
|
23
|
+
"annotations": {
|
24
|
+
"allowedValues": [
|
25
|
+
"checkbox, radio"
|
26
|
+
]
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"status": {
|
30
|
+
"comments": [
|
31
|
+
"set status for label and inner form-elements"
|
32
|
+
],
|
33
|
+
"annotations": {
|
34
|
+
"allowedValues": [
|
35
|
+
"error, warning, success, info",
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"affectsStyling": [
|
39
|
+
"true"
|
40
|
+
]
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"replaceInputType": {
|
44
|
+
"comments": [
|
45
|
+
"for replacing native checkboxes/radio-buttons by custom ones (based on frontend-framework)",
|
46
|
+
"toggleSwitch-property must be set to 'false'"
|
47
|
+
],
|
48
|
+
"annotations": {
|
49
|
+
"affectsStyling": [
|
50
|
+
"true"
|
51
|
+
]
|
52
|
+
}
|
53
|
+
},
|
54
|
+
"toggleSwitch": {
|
55
|
+
"comments": [
|
56
|
+
"for replacing native checkboxes/radio-buttons by toggle-switches (based on frontend-framework)",
|
57
|
+
"replaceInputType-property must be set to 'false'"
|
58
|
+
],
|
59
|
+
"annotations": {
|
60
|
+
"affectsStyling": [
|
61
|
+
"true"
|
62
|
+
]
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"useSlot": {
|
66
|
+
"comments": [
|
67
|
+
"activate if input-elements should be given by slot"
|
68
|
+
]
|
69
|
+
},
|
70
|
+
"multipleSwitch": {
|
71
|
+
"comments": [
|
72
|
+
"toggle multipleSwitch-styling"
|
73
|
+
],
|
74
|
+
"annotations": {
|
75
|
+
"affectsStyling": [
|
76
|
+
"true"
|
77
|
+
]
|
78
|
+
}
|
79
|
+
},
|
80
|
+
"showLabel": {
|
81
|
+
"comments": [
|
82
|
+
"toggle label-text visibility"
|
83
|
+
]
|
84
|
+
},
|
85
|
+
"labelText": {
|
86
|
+
"comments": [
|
87
|
+
"label-text for input-group"
|
88
|
+
],
|
89
|
+
"annotations": {
|
90
|
+
"requiredForAccessibility": [
|
91
|
+
"true"
|
92
|
+
]
|
93
|
+
}
|
94
|
+
},
|
95
|
+
"labelInline": {
|
96
|
+
"comments": [
|
97
|
+
"toggle label-position (inline/left of input-elements or above input-elements)"
|
98
|
+
]
|
99
|
+
},
|
100
|
+
"stretchHorizontally": {
|
101
|
+
"comments": [
|
102
|
+
"toggle if input-elements will be stretched horizontally"
|
103
|
+
],
|
104
|
+
"annotations": {
|
105
|
+
"affectsStyling": [
|
106
|
+
"true"
|
107
|
+
]
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"disabled": {
|
111
|
+
"comments": [
|
112
|
+
"define disabled-property to set disabled-style",
|
113
|
+
"",
|
114
|
+
"component cannot handle native disabled-attribute, because it is no native form-element"
|
115
|
+
]
|
116
|
+
}
|
117
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
{
|
2
|
+
"sectionAnchors": {
|
3
|
+
"comments": [
|
4
|
+
"activate if component should contain a list of anchors for the section within th page"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"activeSection": {
|
8
|
+
"comments": [
|
9
|
+
"given active section from outside to set class for styling",
|
10
|
+
"",
|
11
|
+
"sectionAnchors-property must be activated"
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"align": {
|
15
|
+
"comments": [
|
16
|
+
"set horizontal alignment",
|
17
|
+
"orientation-property must be set to 'horizontal'"
|
18
|
+
],
|
19
|
+
"annotations": {
|
20
|
+
"allowedValues": [
|
21
|
+
"left, center, right"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"CmdHeadline": {
|
26
|
+
"comments": [
|
27
|
+
"properties for CmdHeadline-component"
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"links": {
|
31
|
+
"comments": [
|
32
|
+
"list of displayed links"
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"orientation": {
|
36
|
+
"comments": [
|
37
|
+
"toggle orientation of list"
|
38
|
+
],
|
39
|
+
"annotations": {
|
40
|
+
"allowedValues": [
|
41
|
+
"horizontal, vertical"
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
"useGap": {
|
46
|
+
"comments": [
|
47
|
+
"toggle gab between links"
|
48
|
+
]
|
49
|
+
},
|
50
|
+
"styleAsBox": {
|
51
|
+
"comments": [
|
52
|
+
"style component like a box"
|
53
|
+
],
|
54
|
+
"annotations": {
|
55
|
+
"affectsStyling": [
|
56
|
+
"true"
|
57
|
+
]
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
{
|
2
|
+
"inputModelValue": {
|
3
|
+
"comments": [
|
4
|
+
"property to check validity of given modelValue"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"inputAttributes": {
|
8
|
+
"comments": [
|
9
|
+
"property to check validity of given attributes"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"labelText": {
|
13
|
+
"comments": [
|
14
|
+
"text for label"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"inputRequirements": {
|
18
|
+
"comments": [
|
19
|
+
"list of all requirements"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"helplink": {
|
23
|
+
"comments": [
|
24
|
+
"set a helplink to a different page for further support"
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"CmdHeadline": {
|
28
|
+
"comments": [
|
29
|
+
"properties of CmdHeadline-component"
|
30
|
+
]
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
{
|
2
|
+
"modelValue": {
|
3
|
+
"comments": [
|
4
|
+
"value for v-model (modelValue is default name in vue 3)"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"textLegend": {
|
8
|
+
"comments": [
|
9
|
+
"text used as legend for login-fieldset"
|
10
|
+
],
|
11
|
+
"annotations": {
|
12
|
+
"requiredForAccessibility": [
|
13
|
+
"true"
|
14
|
+
]
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"showLegend": {
|
18
|
+
"comments": [
|
19
|
+
"toggle legend visibility"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"legendSendLoginForm": {
|
23
|
+
"comments": [
|
24
|
+
"legend for send-login-fieldset"
|
25
|
+
],
|
26
|
+
"annotations": {
|
27
|
+
"requiredForAccessibility": [
|
28
|
+
"true"
|
29
|
+
]
|
30
|
+
}
|
31
|
+
},
|
32
|
+
"CmdHeadlineLoginForm": {
|
33
|
+
"comments": [
|
34
|
+
"properties for CmdHeadline-component for login-form"
|
35
|
+
]
|
36
|
+
},
|
37
|
+
"CmdHeadlineSendLoginForm": {
|
38
|
+
"comments": [
|
39
|
+
"properties for CmdHeadline-component for send-login-form"
|
40
|
+
]
|
41
|
+
},
|
42
|
+
"cmdFormElementUsername": {
|
43
|
+
"comments": [
|
44
|
+
"properties for CmdFormElement-component for username-field"
|
45
|
+
],
|
46
|
+
"annotations": {
|
47
|
+
"requiredForAccessibility": [
|
48
|
+
"partial"
|
49
|
+
]
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"cmdFormElementPassword": {
|
53
|
+
"comments": [
|
54
|
+
"properties for CmdFormElement-component for password-field"
|
55
|
+
],
|
56
|
+
"annotations": {
|
57
|
+
"requiredForAccessibility": [
|
58
|
+
"partial"
|
59
|
+
]
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"cmdFormElementSendLogin": {
|
63
|
+
"comments": [
|
64
|
+
"properties for CmdFormElement-component for email-address-field (to send login-data)"
|
65
|
+
],
|
66
|
+
"annotations": {
|
67
|
+
"requiredForAccessibility": [
|
68
|
+
"partial"
|
69
|
+
]
|
70
|
+
}
|
71
|
+
},
|
72
|
+
"options": {
|
73
|
+
"comments": [
|
74
|
+
"options to display",
|
75
|
+
"",
|
76
|
+
"forgotPassword: toggles form to send password by email",
|
77
|
+
"createAccount: creates a link (href/router) which could lead to a register-form"
|
78
|
+
]
|
79
|
+
},
|
80
|
+
"buttons": {
|
81
|
+
"comments": [
|
82
|
+
"button to login"
|
83
|
+
],
|
84
|
+
"annotations": {
|
85
|
+
"requiredForAccessibility": [
|
86
|
+
"partial"
|
87
|
+
]
|
88
|
+
}
|
89
|
+
}
|
90
|
+
}
|
@@ -0,0 +1,62 @@
|
|
1
|
+
{
|
2
|
+
"stretchMainItems": {
|
3
|
+
"comments": [
|
4
|
+
"toggle if main-entries (on first-level) should be (horizontally) stretched equally"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"persistOnMobile": {
|
8
|
+
"comments": [
|
9
|
+
"set if navigation should persist on mobile and not be collapsed to off-canvas"
|
10
|
+
],
|
11
|
+
"annotations": {
|
12
|
+
"affectsStyling": [
|
13
|
+
"true"
|
14
|
+
]
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"navigationEntries": {
|
18
|
+
"comments": [
|
19
|
+
"list of all navigation-entries (incl. sub-entries)"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"closeOffcanvas": {
|
23
|
+
"comments": [
|
24
|
+
"link shown inside off-canvas-navigation to close itself"
|
25
|
+
],
|
26
|
+
"annotations": {
|
27
|
+
"requiredForAccessibility": [
|
28
|
+
"partial"
|
29
|
+
]
|
30
|
+
}
|
31
|
+
},
|
32
|
+
"buttonOffcanvas": {
|
33
|
+
"comments": [
|
34
|
+
"button to open off-canvas-navigation"
|
35
|
+
],
|
36
|
+
"annotations": {
|
37
|
+
"requiredForAccessibility": [
|
38
|
+
"partial"
|
39
|
+
]
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"subentriesIconClass": {
|
43
|
+
"comments": [
|
44
|
+
"icon to show if an navigation-entry has sub-entries"
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"subSubentriesIconClass": {
|
48
|
+
"comments": [
|
49
|
+
"icon to show if a sub-entry has further sub-entries"
|
50
|
+
]
|
51
|
+
},
|
52
|
+
"showContentOverlay": {
|
53
|
+
"comments": [
|
54
|
+
"toggle if overlay over content should be shown if off-canvas is open"
|
55
|
+
],
|
56
|
+
"annotations": {
|
57
|
+
"affectsStyling": [
|
58
|
+
"true"
|
59
|
+
]
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"showStepNumber": {
|
3
|
+
"comments": [
|
4
|
+
"toggle visibility of step-number in front/left of link-icon and -name"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"multisteps": {
|
8
|
+
"comments": [
|
9
|
+
"list of multisteps"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"separatorIconClass": {
|
13
|
+
"comments": [
|
14
|
+
"icon-class for separator shown between multisteps"
|
15
|
+
]
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"CmdHeadline": {
|
3
|
+
"comments": [
|
4
|
+
"properties for CmdHeadline-component"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"link": {
|
8
|
+
"comments": [
|
9
|
+
"set a link to a detail page"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"closed": {
|
13
|
+
"comments": [
|
14
|
+
"toggles if \"closed\"-text will be shown"
|
15
|
+
],
|
16
|
+
"annotations": {
|
17
|
+
"affectsStyling": [
|
18
|
+
"true"
|
19
|
+
]
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"textOpenClosed": {
|
23
|
+
"comments": [
|
24
|
+
"text for open/closed-information"
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"openingHours": {
|
28
|
+
"comments": [
|
29
|
+
"list of opening-hours"
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"textHolidaysClosed": {
|
33
|
+
"comments": [
|
34
|
+
"text to show if holidays closed (shown below opening-hours)"
|
35
|
+
]
|
36
|
+
},
|
37
|
+
"textMiscInfo": {
|
38
|
+
"comments": [
|
39
|
+
"additional/miscellaneous text (shown below holiday-closed-text/opening hours)"
|
40
|
+
]
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
{
|
2
|
+
"items": {
|
3
|
+
"comments": [
|
4
|
+
"number of items displayed"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"itemsPerPage": {
|
8
|
+
"comments": [
|
9
|
+
"number of items shown per page"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"showLinksAsButtons": {
|
13
|
+
"comments": [
|
14
|
+
"show links as buttons"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"prevButton": {
|
18
|
+
"comments": [
|
19
|
+
"button to switch to previous page"
|
20
|
+
],
|
21
|
+
"annotations": {
|
22
|
+
"requiredForAccessibility": [
|
23
|
+
"partial"
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
"nextButton": {
|
28
|
+
"comments": [
|
29
|
+
"button to switch to next page"
|
30
|
+
],
|
31
|
+
"annotations": {
|
32
|
+
"requiredForAccessibility": [
|
33
|
+
"partial"
|
34
|
+
]
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
{
|
2
|
+
"labelText": {
|
3
|
+
"comments": [
|
4
|
+
"label-text for progress-bar"
|
5
|
+
],
|
6
|
+
"annotations": {
|
7
|
+
"requiredForAccessibility": [
|
8
|
+
"true"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
},
|
12
|
+
"showLabel": {
|
13
|
+
"comments": [
|
14
|
+
"toggle visibility for label-text"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"showLoadingStatus": {
|
18
|
+
"comments": [
|
19
|
+
"toggle visibility for loading-status"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"id": {
|
23
|
+
"comments": [
|
24
|
+
"id for progress-bar"
|
25
|
+
],
|
26
|
+
"annotations": {
|
27
|
+
"requiredForAccessibility": [
|
28
|
+
"true"
|
29
|
+
]
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"align": {
|
3
|
+
"comments": [
|
4
|
+
"set horizontal alignment"
|
5
|
+
],
|
6
|
+
"annotations": {
|
7
|
+
"allowedValues": [
|
8
|
+
"left, right"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
},
|
12
|
+
"stretchButtons": {
|
13
|
+
"comments": [
|
14
|
+
"stretch-buttons to share horizontal space vertically"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"shareButtons": {
|
18
|
+
"comments": [
|
19
|
+
"list of share-buttons (i.e. facebook, twitter etc.)"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"page": {
|
23
|
+
"comments": [
|
24
|
+
"page to share (appended to social-bookmark-url)",
|
25
|
+
"",
|
26
|
+
"appendPage-property must be activated"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"appendPage": {
|
30
|
+
"comments": [
|
31
|
+
"activate if page to share is not given by json-data)"
|
32
|
+
]
|
33
|
+
}
|
34
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
{
|
2
|
+
"cmdMainNavigation": {
|
3
|
+
"comments": [
|
4
|
+
"properties for CmdMainNavigation-component"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"closeOffcanvas": {
|
8
|
+
"comments": [
|
9
|
+
"use only if default-button of inner navigation-component should not be used"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"sticky": {
|
13
|
+
"comments": [
|
14
|
+
"activated sticky-header (stays on top if page is scrolled)"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"useGrid": {
|
18
|
+
"comments": [
|
19
|
+
"use a grid for positioning of inner-elements (else a flex-container will be used)"
|
20
|
+
],
|
21
|
+
"annotations": {
|
22
|
+
"affectsStyling": [
|
23
|
+
"true"
|
24
|
+
]
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"slideButtonType": {
|
3
|
+
"comments": [
|
4
|
+
"set slide-button-type"
|
5
|
+
],
|
6
|
+
"annotations": {
|
7
|
+
"allowedValues": [
|
8
|
+
"next, prev, up, down"
|
9
|
+
],
|
10
|
+
"affectsStyling": [
|
11
|
+
"true"
|
12
|
+
]
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"slideButtons": {
|
16
|
+
"comments": [
|
17
|
+
"default slide-buttons"
|
18
|
+
],
|
19
|
+
"annotations": {
|
20
|
+
"requiredForAccessibility": [
|
21
|
+
"partial"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"useSlot": {
|
3
|
+
"comments": [
|
4
|
+
"use slot for images"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"autoplay": {
|
8
|
+
"comments": [
|
9
|
+
"activate if images should switch automatically"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"autoplayInterval": {
|
13
|
+
"comments": [
|
14
|
+
"set milliseconds to switch images (if autoplay is activated only)"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"showQuickLinkIcons": {
|
18
|
+
"comments": [
|
19
|
+
"shows buttons/icons to let user quick jump to each image"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"showCounter": {
|
23
|
+
"comments": [
|
24
|
+
"activate if current number of each image should be displayed"
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"slideshowItems": {
|
28
|
+
"comments": [
|
29
|
+
"list of images to display (use slot must be set to false)"
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"cmdSlideButtons": {
|
33
|
+
"comments": [
|
34
|
+
"properties for CmdSlideButtons-component"
|
35
|
+
],
|
36
|
+
"annotations": {
|
37
|
+
"requiredForAccessibility": [
|
38
|
+
"partial"
|
39
|
+
]
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
{
|
2
|
+
"validationStatus": {
|
3
|
+
"comments": [
|
4
|
+
"validation-status for the message-box"
|
5
|
+
],
|
6
|
+
"annotations": {
|
7
|
+
"allowedValues": [
|
8
|
+
"error, warning, success, info"
|
9
|
+
],
|
10
|
+
"affectsStyling": [
|
11
|
+
"true"
|
12
|
+
]
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"fullWidth": {
|
16
|
+
"comments": [
|
17
|
+
"activate to stretch message-box as wide as parent container (else message-box is as wide as message (+padding))"
|
18
|
+
]
|
19
|
+
},
|
20
|
+
"iconMessage": {
|
21
|
+
"comments": [
|
22
|
+
"set icon-class for message (will be displayed left from message)"
|
23
|
+
]
|
24
|
+
},
|
25
|
+
"systemMessage": {
|
26
|
+
"comments": [
|
27
|
+
"the system-message-text"
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"messageHeadlineLevel": {
|
31
|
+
"comments": [
|
32
|
+
"set headline-level for system-message (given to CmdHeadline-component)"
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"iconClose": {
|
36
|
+
"comments": [
|
37
|
+
"icon to close system-message"
|
38
|
+
],
|
39
|
+
"annotations": {
|
40
|
+
"requiredForAccessibility": [
|
41
|
+
"partial"
|
42
|
+
]
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|