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,82 +0,0 @@
1
- {
2
- "cmdHeadline": {
3
- "comments": [
4
- "properties for CmdHeadline-component"
5
- ]
6
- },
7
- "activeItemIndex": {
8
- "comments": [
9
- "set active (highlighted) item"
10
- ]
11
- },
12
- "contentType": {
13
- "comments": [
14
- "define content Type"
15
- ]
16
- },
17
- "executeOnClick": {
18
- "comments": [
19
- "activate if scrolling of items should be executed on user-click"
20
- ]
21
- },
22
- "largeIcons": {
23
- "comments": [
24
- "activate if large icons should be displayed"
25
- ]
26
- },
27
- "useGalleryScroller": {
28
- "comments": [
29
- "activate if thumbnail-scroller should be used as gallery-scroller at bottom of page"
30
- ]
31
- },
32
- "orientation": {
33
- "comments": [
34
- "toggle orientation of content"
35
- ],
36
- "annotations": {
37
- "allowedValues": [
38
- "horizontal, vertical"
39
- ]
40
- }
41
- },
42
- "fullWidth": {
43
- "comments": [
44
- "activate to stretch component to full width (of parent element)"
45
- ],
46
- "annotations": {
47
- "affectsStyling": [
48
- "true"
49
- ]
50
- }
51
- },
52
- "thumbnailScrollerItems": {
53
- "comments": [
54
- "list of thumbnail-scroller-items"
55
- ]
56
- },
57
- "allowOpenFancyBox": {
58
- "comments": [
59
- "allow large version of images to be opened in CmdFancyBox-component"
60
- ]
61
- },
62
- "imgIndex": {
63
- "comments": [
64
- "set a default index to activate/highlight a specific image/item"
65
- ]
66
- },
67
- "figcaption": {
68
- "comments": [
69
- "set figcaption"
70
- ]
71
- },
72
- "cmdSlideButtons": {
73
- "comments": [
74
- "properties for CmdSlideButtons-component"
75
- ],
76
- "annotations": {
77
- "requiredForAccessibility": [
78
- "partial"
79
- ]
80
- }
81
- }
82
- }
@@ -1,61 +0,0 @@
1
- {
2
- "iconDarkMode": {
3
- "comments": [
4
- "define icon to activate dark-mode",
5
- "",
6
- "(useStyledLayout-property must be activated)"
7
- ]
8
- },
9
- "iconLightMode": {
10
- "comments": [
11
- "define icon to activate light-mode",
12
- "",
13
- "(useStyledLayout-property must be activated)"
14
- ]
15
- },
16
- "showLabel": {
17
- "comments": [
18
- "toggle visibility of label"
19
- ]
20
- },
21
- "styledAsButton": {
22
- "comments": [
23
- "activate if checkbox should be displayed as button"
24
- ],
25
- "annotations": {
26
- "affectsStyling": [
27
- "true"
28
- ]
29
- }
30
- },
31
- "useStyledLayout": {
32
- "comments": [
33
- "activate if styled layout should be used"
34
- ],
35
- "annotations": {
36
- "affectsStyling": [
37
- "true"
38
- ]
39
- }
40
- },
41
- "labelTextDarkMode": {
42
- "comments": [
43
- "label-text to enable dark-mode"
44
- ],
45
- "annotations": {
46
- "requiredForAccessibility": [
47
- "true"
48
- ]
49
- }
50
- },
51
- "labelTextLightMode": {
52
- "comments": [
53
- "label-text to enable light-mode"
54
- ],
55
- "annotations": {
56
- "requiredForAccessibility": [
57
- "true"
58
- ]
59
- }
60
- }
61
- }
@@ -1,17 +0,0 @@
1
- {
2
- "relatedId": {
3
- "comments": [
4
- "related-id for CmdTooltip-component"
5
- ]
6
- },
7
- "validationStatus": {
8
- "comments": [
9
- "validation-status for CmdTooltip-component"
10
- ]
11
- },
12
- "cmdListOfRequirements": {
13
- "comments": [
14
- "properties for CmdListOfRequirements-component"
15
- ]
16
- }
17
- }
@@ -1,47 +0,0 @@
1
- {
2
- "cmdHeadline": {
3
- "comments": [
4
- "properties for CmdHeadline-component"
5
- ]
6
- },
7
- "delayToShowTooltip": {
8
- "comments": [
9
- "enable toggling tooltip-visibility by click"
10
- ]
11
- },
12
- "iconClose": {
13
- "comments": [
14
- "define icon to close tooltip"
15
- ]
16
- },
17
- "relatedId": {
18
- "comments": [
19
- "define a related-id to assign tooltip to a container"
20
- ]
21
- },
22
- "scrollContainer": {
23
- "comments": [
24
- "define a scroll-container (by selector) inside of tooltip (to avoid to high tooltips)"
25
- ]
26
- },
27
- "toggleVisibilityByClick": {
28
- "comments": [
29
- "enable if visibility fo tooltip can be toggled by user-click"
30
- ]
31
- },
32
- "tooltipText": {
33
- "comments": [
34
- "define the text shown as tooltip"
35
- ]
36
- },
37
- "validationStatus": {
38
- "comments": [
39
- "define a validation-status (i.e. 'error', 'warning') for the tooltip "
40
- ],
41
- "annotations": {
42
- "affectsStyling": [
43
- "true"
44
- ]
45
- }
46
- }
47
- }
@@ -1,175 +0,0 @@
1
- {
2
- "showTotalUpload": {
3
- "comments": [
4
- "toggle visibility of total upload (number of files, total size, total progress"
5
- ]
6
- },
7
- "componentHandlesUpload": {
8
- "comments": [
9
- "toggle if upload is handled by component itself or by outer component"
10
- ]
11
- },
12
- "allowedFileExtensions": {
13
- "comments": [
14
- "list of allowed file extensions to upload (all can be selected)"
15
- ]
16
- },
17
- "commentRequired": {
18
- "comments": [
19
- "activate if the comment given by the user should be mandatory",
20
- "",
21
- "enableComment-property must be set to true"
22
- ]
23
- },
24
- "commentStatusMessage": {
25
- "comments": [
26
- "show a message if mandatory comment-textarea is not filled",
27
- "",
28
- "enableComment-property and commentRequired-property must be set to true"
29
- ]
30
- },
31
- "enableDragAndDrop": {
32
- "comments": [
33
- "enable if files can also be dragged (and dropped) into upload-area"
34
- ]
35
- },
36
- "enableComment": {
37
- "comments": [
38
- "enable if a comment should be possible to left by the user"
39
- ]
40
- },
41
- "presetComment": {
42
- "comments": [
43
- "preset the comment-textarea",
44
- "",
45
- "enableComment-property must be set to true"
46
- ]
47
- },
48
- "maxTotalUploadSize": {
49
- "comments": [
50
- "set to 0 if no maximum for total upload size should be set"
51
- ]
52
- },
53
- "maxFileUploadSize": {
54
- "comments": [
55
- "max file size (in bytes) for each single file"
56
- ]
57
- },
58
- "allowMultipleFileUploads": {
59
- "comments": [
60
- "enable if more than file should be enabled to be selected for upload"
61
- ]
62
- },
63
- "uploadOptions": {
64
- "comments": [
65
- "defines upload options if component handles upload itself",
66
- "",
67
- "componentHandlesUpload-property must be true"
68
- ]
69
- },
70
- "advancedMode": {
71
- "comments": [
72
- "activate to use full upload-form-style and -functionality"
73
- ],
74
- "annotations": {
75
- "affectsStyling": [
76
- "true"
77
- ]
78
- }
79
- },
80
- "deleteIcon": {
81
- "comments": [
82
- "set icon for delete-icons"
83
- ]
84
- },
85
- "iconFileUpload": {
86
- "comments": [
87
- "set icon for file-upload-icon"
88
- ]
89
- },
90
- "iconFile": {
91
- "comments": [
92
- "set icon for file-icon"
93
- ]
94
- },
95
- "iconInvisible": {
96
- "comments": [
97
- "set icon for invisible-icon"
98
- ]
99
- },
100
- "iconVisible": {
101
- "comments": [
102
- "set icon class for visible-icon"
103
- ]
104
- },
105
- "iconImage": {
106
- "comments": [
107
- "set icon for image-icon"
108
- ]
109
- },
110
- "iconUpload": {
111
- "comments": [
112
- "set icon for upload-icon"
113
- ]
114
- },
115
- "iconDragAndDrop": {
116
- "comments": [
117
- "set icon for drag-and-drop-icon"
118
- ]
119
- },
120
- "iconCancel": {
121
- "comments": [
122
- "set icon class for cancel-icon"
123
- ]
124
- },
125
- "cmdHeadlineFieldset": {
126
- "comments": [
127
- "properties for CmdHeadline-component at of the fieldset"
128
- ]
129
- },
130
- "cmdHeadlineNoFilesToUpload": {
131
- "comments": [
132
- "properties for CmdHeadline-component shown if no files for upload exist"
133
- ]
134
- },
135
- "cmdHeadlineNoFileToUpload": {
136
- "comments": [
137
- "properties for CmdHeadline-component shown if no file for upload exist"
138
- ]
139
- },
140
- "cmdHeadlineSummaryOfAllFiles": {
141
- "comments": [
142
- "properties for CmdHeadline-component for 'summary of all files'"
143
- ]
144
- },
145
- "cmdHeadlineListOfSelectedFiles": {
146
- "comments": [
147
- "properties for CmdHeadline-component for 'list of selected files'"
148
- ]
149
- },
150
- "cmdHeadlineSelectAdditionalFiles": {
151
- "comments": [
152
- "properties for CmdHeadline-component for 'select additional files'"
153
- ]
154
- },
155
- "cmdHeadlineSelectNewFile": {
156
- "comments": [
157
- "properties for CmdHeadline-component for 'select new file'"
158
- ]
159
- },
160
- "iconDelete": {
161
- "comments": [
162
- "define icon to delete for upload-selected files"
163
- ]
164
- },
165
- "legend": {
166
- "comments": [
167
- "define legend for fieldset"
168
- ]
169
- },
170
- "useTransition": {
171
- "comments": [
172
- "activate if transition should be used"
173
- ]
174
- }
175
- }
@@ -1,75 +0,0 @@
1
- {
2
- "innerComponent": {
3
- "comments": [
4
- "set a html-tag as inner tag"
5
- ],
6
- "annotations": {
7
- "allowedValues": [
8
- "section, div"
9
- ]
10
- }
11
- },
12
- "innerWrapper": {
13
- "comments": [
14
- "activate if the inner content should be wrapped in inner component tag (recommended)",
15
- "",
16
- "(if deactivated, content will be directly placed inside cmd-width-limitation-wrapper)"
17
- ]
18
- },
19
- "sticky": {
20
- "comments": [
21
- "activate if wrapper (and its content) should be sticky (=position remains the same if content below is scrolled)",
22
- "",
23
- "i.e. use for site-header",
24
- "",
25
- "keep attention that more than one sticky-element on same html-level can cause problems, if content below is scrolled"
26
- ]
27
- },
28
- "containerType": {
29
- "comments": [
30
- "define container type"
31
- ],
32
- "annotations": {
33
- "allowedValues": [
34
- "flex, grid, none"
35
- ]
36
- }
37
- },
38
- "contentOrientation": {
39
- "comments": [
40
- "define orientation for content"
41
- ],
42
- "annotations": {
43
- "allowedValues": [
44
- "horizontal, vertical"
45
- ]
46
- }
47
- },
48
- "innerClass": {
49
- "comments": [
50
- "set class to inner component",
51
- "",
52
- "innerWrapper-property must be true"
53
- ]
54
- },
55
- "anchorId": {
56
- "comments": [
57
- "set id for (invisible) anchor to enable shortcuts"
58
- ]
59
- },
60
- "useFullDeviceWidth": {
61
- "comments": [
62
- "toggle if wrapper should be stretched to full devices width"
63
- ]
64
- },
65
- "useInnerSection": {
66
- "comments": [
67
- "toggle if a section-tag should be used as inner wrapper (else a div-tag is used)"
68
- ]
69
- },
70
- "cmdHeadline": {
71
- "comments": [
72
- "properties for CmdHeadline-component"
73
- ]
74
- }
75
- }