comand-component-library 4.1.29 → 4.1.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/comand-component-library.js +36800 -24196
  2. package/dist/style.css +1 -1
  3. package/package.json +1 -1
  4. package/src/ComponentLibrary.vue +24 -2
  5. package/src/index.js +1 -0
  6. package/src/documentation/generated/CmdAddressDataPropertyDescriptions.json +0 -50
  7. package/src/documentation/generated/CmdBackToTopButtonPropertyDescriptions.json +0 -17
  8. package/src/documentation/generated/CmdBankAccountDataPropertyDescriptions.json +0 -49
  9. package/src/documentation/generated/CmdBasicFormPropertyDescriptions.json +0 -52
  10. package/src/documentation/generated/CmdBoxPropertyDescriptions.json +0 -199
  11. package/src/documentation/generated/CmdBoxSiteSearchPropertyDescriptions.json +0 -79
  12. package/src/documentation/generated/CmdBoxWrapperPropertyDescriptions.json +0 -77
  13. package/src/documentation/generated/CmdBreadcrumbsPropertyDescriptions.json +0 -17
  14. package/src/documentation/generated/CmdCompanyLogoPropertyDescriptions.json +0 -27
  15. package/src/documentation/generated/CmdContainerPropertyDescriptions.json +0 -43
  16. package/src/documentation/generated/CmdCookieDisclaimerPropertyDescriptions.json +0 -42
  17. package/src/documentation/generated/CmdFakeSelectPropertyDescriptions.json +0 -113
  18. package/src/documentation/generated/CmdFancyBoxPropertyDescriptions.json +0 -97
  19. package/src/documentation/generated/CmdFormElementPropertyDescriptions.json +0 -269
  20. package/src/documentation/generated/CmdFormFiltersPropertyDescriptions.json +0 -32
  21. package/src/documentation/generated/CmdFormPropertyDescriptions.json +0 -57
  22. package/src/documentation/generated/CmdGoogleMapsPropertyDescriptions.json +0 -7
  23. package/src/documentation/generated/CmdHeadlinePropertyDescriptions.json +0 -32
  24. package/src/documentation/generated/CmdIconPropertyDescriptions.json +0 -32
  25. package/src/documentation/generated/CmdImageGalleryPropertyDescriptions.json +0 -32
  26. package/src/documentation/generated/CmdImagePropertyDescriptions.json +0 -27
  27. package/src/documentation/generated/CmdImageZoomPropertyDescriptions.json +0 -12
  28. package/src/documentation/generated/CmdInputGroupPropertyDescriptions.json +0 -132
  29. package/src/documentation/generated/CmdLinkPropertyDescriptions.json +0 -49
  30. package/src/documentation/generated/CmdListOfLinksPropertyDescriptions.json +0 -70
  31. package/src/documentation/generated/CmdListOfRequirementsPropertyDescriptions.json +0 -47
  32. package/src/documentation/generated/CmdLoginFormPropertyDescriptions.json +0 -105
  33. package/src/documentation/generated/CmdMainNavigationPropertyDescriptions.json +0 -72
  34. package/src/documentation/generated/CmdMultistepFormProgressBarPropertyDescriptions.json +0 -22
  35. package/src/documentation/generated/CmdNewsletterSubscriptionPropertyDescriptions.json +0 -37
  36. package/src/documentation/generated/CmdOpeningHoursPropertyDescriptions.json +0 -87
  37. package/src/documentation/generated/CmdPageFooterPropertyDescriptions.json +0 -22
  38. package/src/documentation/generated/CmdPageHeaderPropertyDescriptions.json +0 -12
  39. package/src/documentation/generated/CmdPaginationPropertyDescriptions.json +0 -47
  40. package/src/documentation/generated/CmdProgressBarPropertyDescriptions.json +0 -32
  41. package/src/documentation/generated/CmdSidebarPropertyDescriptions.json +0 -29
  42. package/src/documentation/generated/CmdSiteFooterPropertyDescriptions.json +0 -12
  43. package/src/documentation/generated/CmdSiteHeaderPropertyDescriptions.json +0 -52
  44. package/src/documentation/generated/CmdSiteSearchPropertyDescriptions.json +0 -77
  45. package/src/documentation/generated/CmdSlideButtonPropertyDescriptions.json +0 -25
  46. package/src/documentation/generated/CmdSlideshowPropertyDescriptions.json +0 -47
  47. package/src/documentation/generated/CmdSocialNetworksPropertyDescriptions.json +0 -78
  48. package/src/documentation/generated/CmdSwitchLanguagePropertyDescriptions.json +0 -7
  49. package/src/documentation/generated/CmdSystemMessagePropertyDescriptions.json +0 -50
  50. package/src/documentation/generated/CmdTablePropertyDescriptions.json +0 -82
  51. package/src/documentation/generated/CmdTabsPropertyDescriptions.json +0 -32
  52. package/src/documentation/generated/CmdTextImageBlockPropertyDescriptions.json +0 -52
  53. package/src/documentation/generated/CmdThumbnailScrollerPropertyDescriptions.json +0 -82
  54. package/src/documentation/generated/CmdToggleDarkModePropertyDescriptions.json +0 -61
  55. package/src/documentation/generated/CmdTooltipForInputElementsPropertyDescriptions.json +0 -17
  56. package/src/documentation/generated/CmdTooltipPropertyDescriptions.json +0 -47
  57. package/src/documentation/generated/CmdUploadFormPropertyDescriptions.json +0 -175
  58. package/src/documentation/generated/CmdWidthLimitationWrapperPropertyDescriptions.json +0 -75
@@ -1,97 +0,0 @@
1
- {
2
- "ariaLabelText": {
3
- "comments": [
4
- "sets aria-label-text on component"
5
- ],
6
- "annotations": {
7
- "requiredForAccessibility": [
8
- "true"
9
- ]
10
- }
11
- },
12
- "url": {
13
- "comments": [
14
- "set if content should be loaded by url"
15
- ]
16
- },
17
- "defaultAriaLabelText": {
18
- "comments": [
19
- "(hidden) text for aria-label"
20
- ],
21
- "annotations": {
22
- "requiredForAccessibility": [
23
- "true"
24
- ]
25
- }
26
- },
27
- "showPrintButtons": {
28
- "comments": [
29
- "toggle visibility of print-buttons"
30
- ]
31
- },
32
- "showSubmitButtons": {
33
- "comments": [
34
- "toggle visibility of print-buttons"
35
- ]
36
- },
37
- "fancyboxOptions": {
38
- "comments": [
39
- "options to show at top (closeIcon, printButtons)"
40
- ]
41
- },
42
- "allowEscapeKey": {
43
- "comments": [
44
- "allow closing fancybox by escape-key"
45
- ]
46
- },
47
- "content": {
48
- "comments": [
49
- "the content shown in the main area"
50
- ]
51
- },
52
- "elements": {
53
- "comments": [
54
- "list of show elements (not images)"
55
- ]
56
- },
57
- "fancyBoxGallery": {
58
- "comments": [
59
- "use if a gallery of images should be opened (and navigated) inside fancybox"
60
- ]
61
- },
62
- "defaultGalleryIndex": {
63
- "comments": [
64
- "if gallery is used, you can set default index"
65
- ]
66
- },
67
- "show": {
68
- "comments": [
69
- "show/hide entire fancybox"
70
- ]
71
- },
72
- "showOverlay": {
73
- "comments": [
74
- "show/hide overlay (around fancybox, above website)"
75
- ],
76
- "annotations": {
77
- "affectsStyling": [
78
- "true"
79
- ]
80
- }
81
- },
82
- "cmdImage": {
83
- "comments": [
84
- "properties for CmdImage-component"
85
- ]
86
- },
87
- "cmdHeadline": {
88
- "comments": [
89
- "properties for CmdHeadline-component"
90
- ],
91
- "annotations": {
92
- "requiredForAccessibility": [
93
- "true"
94
- ]
95
- }
96
- }
97
- }
@@ -1,269 +0,0 @@
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
- "element": {
8
- "comments": [
9
- "set type of native form-element"
10
- ],
11
- "annotations": {
12
- "allowedValues": [
13
- "input, select, textarea, button"
14
- ]
15
- }
16
- },
17
- "showStatusIcon": {
18
- "comments": [
19
- "set icon for the status (styled by validation)"
20
- ],
21
- "affectStyling": [
22
- "partial"
23
- ]
24
- },
25
- "showLabel": {
26
- "comments": [
27
- "hide label (and asterisk if mandatory)",
28
- "",
29
- "label may not be removed, because it is required for accessibility"
30
- ]
31
- },
32
- "labelText": {
33
- "comments": [
34
- "text for label"
35
- ],
36
- "annotations": {
37
- "requiredForAccessibility": [
38
- "true"
39
- ]
40
- }
41
- },
42
- "toggleSwitch": {
43
- "comments": [
44
- "set to activate to use toggle-switch-styling",
45
- "element-prop must be set to \"input\" and type-attribute must be set to \"checkbox\" or \"radio\""
46
- ],
47
- "annotations": {
48
- "affectsStyling": [
49
- "true"
50
- ]
51
- }
52
- },
53
- "onLabel": {
54
- "comments": [
55
- "text for on-label",
56
- "",
57
- "set to activate switch-label (=label is placed on toggle-switch (not behind))",
58
- "toggleSwitch-prop must be set to \"true\"",
59
- "element-prop must be set to \"input\" and type-attribute must be set to \"checkbox\" or \"radio\""
60
- ]
61
- },
62
- "offLabel": {
63
- "comments": [
64
- "text for off-label",
65
- "",
66
- "set to activate switch-label (=label is placed on toggle-switch (not behind))",
67
- "toggleSwitch-prop must be set to \"true\"",
68
- "element-prop must be set to \"input\" and type-attribute must be set to \"checkbox\" or \"radio\""
69
- ]
70
- },
71
- "colored": {
72
- "comments": [
73
- "on/off-, yes/no-color-styling",
74
- "set to true, if checkbox/radio-buttons should have green/checked and red/unchecked color-coding",
75
- "toggleSwitch-prop must be set to \"true\"",
76
- "element-prop must be set to \"input\" and type-attribute must be set to \"checkbox\" or \"radio\""
77
- ],
78
- "annotations": {
79
- "affectsStyling": [
80
- "true"
81
- ]
82
- }
83
- },
84
- "inputValue": {
85
- "comments": [
86
- "allow checkbox/radio-buttons to get value from outside"
87
- ]
88
- },
89
- "replaceInputType": {
90
- "comments": [
91
- "for replacing native checkboxes/radio-buttons by custom ones (based on frontend-framework)"
92
- ],
93
- "annotations": {
94
- "affectsStyling": [
95
- "true"
96
- ]
97
- }
98
- },
99
- "inputClass": {
100
- "comments": [
101
- "set an optional class on native form-element (use native class=\"\" on component ot set class on outer-component-element)",
102
- "",
103
- "may not be named as 'class' because it is a reserved keyword in JavaScript"
104
- ]
105
- },
106
- "datalist": {
107
- "comments": [
108
- "set if a native datalist should be used"
109
- ]
110
- },
111
- "selectOptions": {
112
- "comments": [
113
- "list of options for selectbox",
114
- "",
115
- "element-property must be 'select'"
116
- ]
117
- },
118
- "nativeButton": {
119
- "comments": [
120
- "native button"
121
- ]
122
- },
123
- "tooltipText": {
124
- "comments": [
125
- "set text for tooltip"
126
- ]
127
- },
128
- "fieldIconClass": {
129
- "comments": [
130
- "set class for inner icon (icon placed 'inside' input/ left of input-text)",
131
- "",
132
- "element-property must be 'input' and type-property may not be checkbox or radio"
133
- ]
134
- },
135
- "displayLabelInline": {
136
- "comments": [
137
- "activate if label-text should be place inline/left of form-element (and not above)",
138
- "",
139
- "type-property may not be checkbox or radio"
140
- ]
141
- },
142
- "status": {
143
- "comments": [
144
- "set status for label and form-element"
145
- ],
146
- "annotations": {
147
- "allowedValues": [
148
- "error, warning, success, info",
149
- ""
150
- ],
151
- "affectsStyling": [
152
- "true"
153
- ]
154
- }
155
- },
156
- "showCharactersTextarea": {
157
- "comments": [
158
- "toggle display of number of used and allowed characters for textarea",
159
- "",
160
- "type-property must be set to textarea"
161
- ]
162
- },
163
- "textCharacters": {
164
- "comments": [
165
- "text shown in front of character-count below textarea",
166
- "",
167
- "type-property must be set to textarea",
168
- "showCharactersTextarea-property must be activated"
169
- ]
170
- },
171
- "showSearchButton": {
172
- "comments": [
173
- "toggle visibility of search-button (next to search-field)"
174
- ]
175
- },
176
- "iconDelete": {
177
- "comments": [
178
- "icon to delete search term",
179
- "",
180
- "element-property must me set to 'input'",
181
- "type-property must be set to 'search'",
182
- ""
183
- ]
184
- },
185
- "iconSearch": {
186
- "comments": [
187
- "icon to search term",
188
- "",
189
- "element-property must me set to 'input'",
190
- "type-property must be set to 'search'",
191
- ""
192
- ]
193
- },
194
- "iconHasStateError": {
195
- "comments": [
196
- "icon for error-validated items in list-of-requirements",
197
- "",
198
- "element-property must me set to 'input'",
199
- "showRequirements-subproperty (of CmdListOfRequirements) must be set to 'true'",
200
- ""
201
- ]
202
- },
203
- "iconHasStateWarning": {
204
- "comments": [
205
- "icon for warning-validated items in list-of-requirements",
206
- "",
207
- "element-property must me set to 'input'",
208
- "showRequirements-subproperty (of CmdListOfRequirements) must be set to 'true'",
209
- ""
210
- ]
211
- },
212
- "iconHasStateSuccess": {
213
- "comments": [
214
- "icon for success-validated items in list-of-requirements",
215
- "",
216
- "element-property must me set to 'input'",
217
- "showRequirements-subproperty (of CmdListOfRequirements) must be set to 'true'",
218
- ""
219
- ]
220
- },
221
- "iconHasStateInfo": {
222
- "comments": [
223
- "icon for info-validated items in list-of-requirements",
224
- "",
225
- "element-property must me set to 'input'",
226
- "showRequirements-subproperty (of CmdListOfRequirements) must be set to 'true'",
227
- ""
228
- ]
229
- },
230
- "useIconsForToggleSwitch": {
231
- "comments": [
232
- "toggle if toggle-switch shows icons for checked/unchecked-status"
233
- ]
234
- },
235
- "toggleSwitchCheckedIconClass": {
236
- "comments": [
237
- "icon for toggle-switch checked",
238
- "",
239
- "toggle-switch-property must be activated",
240
- "use-icons-for-toggle-switch-property must be activated"
241
- ]
242
- },
243
- "toggleSwitchUncheckedIconClass": {
244
- "comments": [
245
- "icon for toggle-switch unchecked",
246
- "",
247
- "toggle-switch-property must be activated",
248
- "use-icons-for-toggle-switch-property must be activated"
249
- ]
250
- },
251
- "iconPasswordVisible": {
252
- "comments": [
253
- "icon to toggle password-visibility",
254
- "",
255
- "element-property must me set to 'input'",
256
- "type-property must be set to 'password'",
257
- ""
258
- ]
259
- },
260
- "iconPasswordInvisible": {
261
- "comments": [
262
- "icon to toggle password-visibility",
263
- "",
264
- "element-property must me set to 'input'",
265
- "type-property must be set to 'password'",
266
- ""
267
- ]
268
- }
269
- }
@@ -1,32 +0,0 @@
1
- {
2
- "modelValue": {
3
- "comments": [
4
- "model-value to support v-model"
5
- ]
6
- },
7
- "linkDeleteAllFilters": {
8
- "comments": [
9
- "delete-all-filters-link"
10
- ],
11
- "annotations": {
12
- "requiredForAccessibility": [
13
- "partial"
14
- ]
15
- }
16
- },
17
- "deleteFilterIcon": {
18
- "comments": [
19
- "icon for deleting (a single) filter"
20
- ],
21
- "annotations": {
22
- "requiredForAccessibility": [
23
- "partial"
24
- ]
25
- }
26
- },
27
- "selectedOptionsName": {
28
- "comments": [
29
- "name for selected options"
30
- ]
31
- }
32
- }
@@ -1,57 +0,0 @@
1
- {
2
- "formAction": {
3
- "comments": [
4
- "provide a url the form should be send to"
5
- ]
6
- },
7
- "submitButton": {
8
- "comments": [
9
- "define the submit-button"
10
- ]
11
- },
12
- "formElements": {
13
- "comments": [
14
- "list of provides form elements"
15
- ]
16
- },
17
- "useSlot": {
18
- "comments": [
19
- "enable if you want to use the slot for the provided content"
20
- ]
21
- },
22
- "legend": {
23
- "comments": [
24
- "legend for inner fieldset of the form"
25
- ],
26
- "annotations": {
27
- "requiredForAccessibility": [
28
- "true"
29
- ]
30
- }
31
- },
32
- "novalidate": {
33
- "comments": [
34
- "deactivate if browser-validation should be used"
35
- ]
36
- },
37
- "useValidation": {
38
- "comments": [
39
- "if activated the entire form will be validated by pre-coded validation"
40
- ],
41
- "annotations": {
42
- "affectsStyling": [
43
- "true"
44
- ]
45
- }
46
- },
47
- "useFieldset": {
48
- "comments": [
49
- "activate if you want to use a fieldset"
50
- ],
51
- "annotations": {
52
- "requiredForAccessibility": [
53
- "true"
54
- ]
55
- }
56
- }
57
- }
@@ -1,7 +0,0 @@
1
- {
2
- "address": {
3
- "comments": [
4
- "address to show on Google Maps™"
5
- ]
6
- }
7
- }
@@ -1,32 +0,0 @@
1
- {
2
- "headlineText": {
3
- "comments": [
4
- "text for headline"
5
- ]
6
- },
7
- "headlineLevel": {
8
- "comments": [
9
- "level for headline"
10
- ]
11
- },
12
- "preHeadlineText": {
13
- "comments": [
14
- "small pre-headline-text above main-headline"
15
- ]
16
- },
17
- "cmdIcon": {
18
- "comments": [
19
- "properties for CmdIcon-component"
20
- ],
21
- "annotations": {
22
- "affectsStyling": [
23
- "partial"
24
- ]
25
- }
26
- },
27
- "textAlign": {
28
- "comments": [
29
- "Align of headline-text (incl. pre-headline-text if defined)"
30
- ]
31
- }
32
- }
@@ -1,32 +0,0 @@
1
- {
2
- "type": {
3
- "comments": [
4
- "type that defines where the icon is loaded from",
5
- "'auto' is for letting the component check (by classname) if the icon should be loaded from the local iconfont (class=\"icon-'iconname'\")",
6
- " or if the icon should be loaded form iconify-api (class='fontprefix':'iconname') (https://iconify.design/)",
7
- "'iconify' forces the component to load an iconify icon (without api) from a local source (which must be defined)"
8
- ],
9
- "annotations": {
10
- "allowedValues": [
11
- "'auto', 'iconify'"
12
- ]
13
- }
14
- },
15
- "iconClass": {
16
- "comments": [
17
- "icon-class for icon from local iconfont",
18
- "",
19
- "type-property must be set to auto and classname must include icon-'iconname'"
20
- ]
21
- },
22
- "tooltip": {
23
- "comments": [
24
- "tooltip text for icon"
25
- ],
26
- "annotations": {
27
- "requiredForAccessibility": [
28
- "true"
29
- ]
30
- }
31
- }
32
- }
@@ -1,32 +0,0 @@
1
- {
2
- "cmdHeadline": {
3
- "comments": [
4
- "properties for CmdHeadline-component"
5
- ]
6
- },
7
- "useFancyboxForLargeImages": {
8
- "comments": [
9
- "enable if images should be clickable and large version of the image (must be defined) should e displayed in a fancybox)"
10
- ]
11
- },
12
- "images": {
13
- "comments": [
14
- "list of images (incl. captions)"
15
- ],
16
- "annotations": {
17
- "requiredForAccessibility": [
18
- "partial"
19
- ]
20
- }
21
- },
22
- "figcaptionPosition": {
23
- "comments": [
24
- "position of figcaption"
25
- ],
26
- "annotations": {
27
- "allowedValues": [
28
- "top, bottom"
29
- ]
30
- }
31
- }
32
- }
@@ -1,27 +0,0 @@
1
- {
2
- "image": {
3
- "comments": [
4
- "image-object including source, alternative text, tooltip (not required)"
5
- ]
6
- },
7
- "figcaption": {
8
- "comments": [
9
- "figcaption-object including visibility, position (top/bottom), text"
10
- ]
11
- },
12
- "maxFileUploadSize": {
13
- "comments": [
14
- "define a maximum size (in bytes) for images to upload (edit-mode only)"
15
- ]
16
- },
17
- "minImageWidth": {
18
- "comments": [
19
- "define a minim width (in pixels) for images to upload (edit-mode only)"
20
- ]
21
- },
22
- "useFigureTag": {
23
- "comments": [
24
- "toggle if image should be wrapped by a figure-tag (recommend if figcaption is used)"
25
- ]
26
- }
27
- }
@@ -1,12 +0,0 @@
1
- {
2
- "imageSmall": {
3
- "comments": [
4
- "object for small image"
5
- ]
6
- },
7
- "imageLarge": {
8
- "comments": [
9
- "object for large image"
10
- ]
11
- }
12
- }