comand-component-library 4.0.91 → 4.0.93
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +11552 -8379
- package/dist/comand-component-library.umd.cjs +27 -19
- package/package.json +2 -3
- package/src/documentation/generated/CmdAddressDataPropertyDescriptions.json +8 -0
- package/src/documentation/generated/CmdBasicFormPropertyDescriptions.json +40 -5
- package/src/documentation/generated/CmdBoxPropertyDescriptions.json +56 -1
- package/src/documentation/generated/CmdBoxWrapperPropertyDescriptions.json +15 -0
- package/src/documentation/generated/CmdContainerPropertyDescriptions.json +29 -13
- package/src/documentation/generated/CmdCookieDisclaimerPropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdFakeSelectPropertyDescriptions.json +17 -1
- package/src/documentation/generated/CmdFancyBoxPropertyDescriptions.json +10 -0
- package/src/documentation/generated/CmdFormElementPropertyDescriptions.json +8 -0
- package/src/documentation/generated/CmdFormPropertyDescriptions.json +30 -18
- package/src/documentation/generated/CmdHeadlinePropertyDescriptions.json +12 -2
- package/src/documentation/generated/CmdImageGalleryPropertyDescriptions.json +10 -0
- package/src/documentation/generated/CmdImagePropertyDescriptions.json +15 -0
- package/src/documentation/generated/CmdInputGroupPropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdLinkPropertyDescriptions.json +31 -27
- package/src/documentation/generated/CmdListOfLinksPropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdLoginFormPropertyDescriptions.json +24 -9
- package/src/documentation/generated/CmdMainNavigationPropertyDescriptions.json +10 -0
- package/src/documentation/generated/CmdMultistepFormProgressBarPropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdNewsletterSubscriptionPropertyDescriptions.json +2 -7
- package/src/documentation/generated/CmdOpeningHoursPropertyDescriptions.json +11 -1
- package/src/documentation/generated/CmdPageFooterPropertyDescriptions.json +11 -6
- package/src/documentation/generated/CmdPageHeaderPropertyDescriptions.json +3 -8
- package/src/documentation/generated/CmdPaginationPropertyDescriptions.json +6 -1
- package/src/documentation/generated/CmdSidebarPropertyDescriptions.json +13 -26
- package/src/documentation/generated/CmdSiteHeaderPropertyDescriptions.json +10 -0
- package/src/documentation/generated/CmdSiteSearchPropertyDescriptions.json +2 -9
- package/src/documentation/generated/CmdSlideshowPropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdSocialNetworksPropertyDescriptions.json +20 -0
- package/src/documentation/generated/CmdSystemMessagePropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdTablePropertyDescriptions.json +10 -0
- package/src/documentation/generated/CmdTabsPropertyDescriptions.json +5 -0
- package/src/documentation/generated/CmdTextImageBlockPropertyDescriptions.json +35 -5
- package/src/documentation/generated/CmdThumbnailScrollerPropertyDescriptions.json +35 -0
- package/src/documentation/generated/CmdToggleDarkModePropertyDescriptions.json +14 -0
- package/src/documentation/generated/CmdTooltipPropertyDescriptions.json +34 -4
- package/src/documentation/generated/CmdUploadFormPropertyDescriptions.json +11 -11
- package/src/documentation/generated/CmdWidthLimitationWrapperPropertyDescriptions.json +20 -0
@@ -9,9 +9,9 @@
|
|
9
9
|
"set value for v-model (must be named modelValue in vue3 if default v-model should be used)"
|
10
10
|
]
|
11
11
|
},
|
12
|
-
"
|
12
|
+
"legend": {
|
13
13
|
"comments": [
|
14
|
-
"
|
14
|
+
"define the legend for the form"
|
15
15
|
],
|
16
16
|
"annotations": {
|
17
17
|
"requiredForAccessibility": [
|
@@ -19,11 +19,6 @@
|
|
19
19
|
]
|
20
20
|
}
|
21
21
|
},
|
22
|
-
"showLegend": {
|
23
|
-
"comments": [
|
24
|
-
"toggle legend visibility"
|
25
|
-
]
|
26
|
-
},
|
27
22
|
"cmdInputGroup": {
|
28
23
|
"comments": [
|
29
24
|
"properties for CmdInputGroup-component"
|
@@ -4,9 +4,19 @@
|
|
4
4
|
"set a link to a detail page"
|
5
5
|
]
|
6
6
|
},
|
7
|
+
"abbreviationTextAm": {
|
8
|
+
"comments": [
|
9
|
+
"abbreviation text displayed for AM"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"abbreviationTextPm": {
|
13
|
+
"comments": [
|
14
|
+
"abbreviation text displayed for PM"
|
15
|
+
]
|
16
|
+
},
|
7
17
|
"closed": {
|
8
18
|
"comments": [
|
9
|
-
"toggles if
|
19
|
+
"toggles if 'closed'-text will be shown"
|
10
20
|
],
|
11
21
|
"annotations": {
|
12
22
|
"affectsStyling": [
|
@@ -1,17 +1,22 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"buttonPrintView": {
|
3
3
|
"comments": [
|
4
|
-
"
|
4
|
+
"define the print-preview-button"
|
5
5
|
]
|
6
6
|
},
|
7
|
-
"
|
7
|
+
"useSmallButtons": {
|
8
8
|
"comments": [
|
9
|
-
"
|
9
|
+
"show all buttons in small-size"
|
10
10
|
]
|
11
11
|
},
|
12
|
-
"
|
12
|
+
"cmdFancyBox": {
|
13
13
|
"comments": [
|
14
|
-
"
|
14
|
+
"properties for CmdFancyBox-component"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"cmdSocialNetworks": {
|
18
|
+
"comments": [
|
19
|
+
"properties for CmdSocialNetworks-component"
|
15
20
|
]
|
16
21
|
}
|
17
22
|
}
|
@@ -1,17 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"cmdHeadline": {
|
3
3
|
"comments": [
|
4
|
-
"
|
4
|
+
"properties for CmdHeadline-component"
|
5
5
|
]
|
6
6
|
},
|
7
|
-
"
|
7
|
+
"cmdBreadcrumbs": {
|
8
8
|
"comments": [
|
9
|
-
"
|
10
|
-
]
|
11
|
-
},
|
12
|
-
"watch": {
|
13
|
-
"comments": [
|
14
|
-
"enable toggling tooltip-visibility by click"
|
9
|
+
"properties for CmdBreadcrumbs-component"
|
15
10
|
]
|
16
11
|
}
|
17
12
|
}
|
@@ -9,13 +9,18 @@
|
|
9
9
|
"number of items shown per page"
|
10
10
|
]
|
11
11
|
},
|
12
|
+
"showPageNumbers": {
|
13
|
+
"comments": [
|
14
|
+
"Toggle visibility of page numbers"
|
15
|
+
]
|
16
|
+
},
|
12
17
|
"linkType": {
|
13
18
|
"comments": [
|
14
19
|
"set type of links"
|
15
20
|
],
|
16
21
|
"annotations": {
|
17
22
|
"allowedValues": [
|
18
|
-
"
|
23
|
+
"href, button"
|
19
24
|
]
|
20
25
|
}
|
21
26
|
},
|
@@ -1,42 +1,29 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"styledAsBox": {
|
3
3
|
"comments": [
|
4
|
-
"
|
4
|
+
"activate if sidebar should be styled as a box"
|
5
5
|
]
|
6
6
|
},
|
7
|
-
"
|
7
|
+
"openSidebar": {
|
8
8
|
"comments": [
|
9
|
-
"
|
9
|
+
"activate if sidebar should be open by default"
|
10
10
|
]
|
11
11
|
},
|
12
|
-
"
|
12
|
+
"collapsible": {
|
13
13
|
"comments": [
|
14
|
-
"activate if
|
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
|
-
}
|
14
|
+
"activate if sidebar should e collapsible by user"
|
15
|
+
]
|
31
16
|
},
|
32
|
-
"
|
17
|
+
"collapseToLeft": {
|
33
18
|
"comments": [
|
34
|
-
"
|
19
|
+
"activate if collapsible sidebar should collapse to left (if false it will be collapsed to the right)",
|
20
|
+
"",
|
21
|
+
"'collapsible-property must be activated'"
|
35
22
|
]
|
36
23
|
},
|
37
|
-
"
|
24
|
+
"cmdHeadline": {
|
38
25
|
"comments": [
|
39
|
-
"properties for
|
26
|
+
"properties for CmdHeadline-component"
|
40
27
|
]
|
41
28
|
}
|
42
29
|
}
|
@@ -9,6 +9,16 @@
|
|
9
9
|
"activated sticky-header (stays on top if page is scrolled)"
|
10
10
|
]
|
11
11
|
},
|
12
|
+
"resizeHeaderOnScroll": {
|
13
|
+
"comments": [
|
14
|
+
"activate if header (and logo) should resize on page-scroll"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"scrollContainerToResizeHeader": {
|
18
|
+
"comments": [
|
19
|
+
"define scroll-container (by selector) to resize header (and logo)"
|
20
|
+
]
|
21
|
+
},
|
12
22
|
"navigationInline": {
|
13
23
|
"comments": [
|
14
24
|
"activate if navigation should be displayed inline to logo (otherwise it will be displayed below)"
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"toggle use of filters (must be configured)"
|
25
25
|
]
|
26
26
|
},
|
27
|
-
"
|
27
|
+
"legend": {
|
28
28
|
"comments": [
|
29
|
-
"
|
29
|
+
"define legend for fieldset"
|
30
30
|
],
|
31
31
|
"annotations": {
|
32
32
|
"requiredForAccessibility": [
|
@@ -34,13 +34,6 @@
|
|
34
34
|
]
|
35
35
|
}
|
36
36
|
},
|
37
|
-
"showLegend": {
|
38
|
-
"comments": [
|
39
|
-
"toggle legend visibility",
|
40
|
-
"",
|
41
|
-
"textLegend must be set"
|
42
|
-
]
|
43
|
-
},
|
44
37
|
"results": {
|
45
38
|
"comments": [
|
46
39
|
"send search result from outside to display inside this component"
|
@@ -24,6 +24,11 @@
|
|
24
24
|
"activate if current number of each image should be displayed"
|
25
25
|
]
|
26
26
|
},
|
27
|
+
"showSlideButtons": {
|
28
|
+
"comments": [
|
29
|
+
"toggle visibility of slide-buttons"
|
30
|
+
]
|
31
|
+
},
|
27
32
|
"slideshowItems": {
|
28
33
|
"comments": [
|
29
34
|
"list of images to display (use slot must be set to false)"
|
@@ -14,6 +14,26 @@
|
|
14
14
|
]
|
15
15
|
}
|
16
16
|
},
|
17
|
+
"buttonTextAlign": {
|
18
|
+
"comments": [
|
19
|
+
"text-align for buttons"
|
20
|
+
],
|
21
|
+
"annotations": {
|
22
|
+
"allowedValues": [
|
23
|
+
"left, right"
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
"networks": {
|
28
|
+
"comments": [
|
29
|
+
"list of networks"
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"useGap": {
|
33
|
+
"comments": [
|
34
|
+
"activate if a gap should be sued between buttons"
|
35
|
+
]
|
36
|
+
},
|
17
37
|
"stretchButtons": {
|
18
38
|
"comments": [
|
19
39
|
"stretch-buttons to share horizontal space vertically"
|
@@ -12,6 +12,11 @@
|
|
12
12
|
]
|
13
13
|
}
|
14
14
|
},
|
15
|
+
"useTransition": {
|
16
|
+
"comments": [
|
17
|
+
"activate if a transition should be used if system-message-box is closed by the user"
|
18
|
+
]
|
19
|
+
},
|
15
20
|
"fullWidth": {
|
16
21
|
"comments": [
|
17
22
|
"activate to stretch message-box as wide as parent container (else message-box is as wide as message (+padding))"
|
@@ -14,6 +14,16 @@
|
|
14
14
|
]
|
15
15
|
}
|
16
16
|
},
|
17
|
+
"showSlideButtons": {
|
18
|
+
"comments": [
|
19
|
+
"toggle visibility of slide-buttons"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"useTransition": {
|
23
|
+
"comments": [
|
24
|
+
"activate if a transition should be used if system-message-box is closed by the user"
|
25
|
+
]
|
26
|
+
},
|
17
27
|
"collapsible": {
|
18
28
|
"comments": [
|
19
29
|
"activate if table should be collapsible"
|
@@ -1,17 +1,47 @@
|
|
1
1
|
{
|
2
2
|
"cmdHeadline": {
|
3
3
|
"comments": [
|
4
|
-
"
|
4
|
+
"properties for CmdHeadline-component"
|
5
5
|
]
|
6
6
|
},
|
7
|
-
"
|
7
|
+
"cmdImage": {
|
8
8
|
"comments": [
|
9
|
-
"
|
9
|
+
"properties for CmdImage-component"
|
10
10
|
]
|
11
11
|
},
|
12
|
-
"
|
12
|
+
"headlinePosition": {
|
13
13
|
"comments": [
|
14
|
-
"
|
14
|
+
"toggle position of headline"
|
15
|
+
],
|
16
|
+
"annotations": {
|
17
|
+
"allowedValues": [
|
18
|
+
"header, body"
|
19
|
+
]
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"htmlContent": {
|
23
|
+
"comments": [
|
24
|
+
"define html-content for box-body"
|
15
25
|
]
|
26
|
+
},
|
27
|
+
"toggle orientation for content": {
|
28
|
+
"comments": [
|
29
|
+
"define html-content for box-body"
|
30
|
+
],
|
31
|
+
"annotations": {
|
32
|
+
"allowedValues": [
|
33
|
+
"horizontal, vertical"
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"paragraphTextAlign": {
|
38
|
+
"comments": [
|
39
|
+
"text-align for paragraph in box-body"
|
40
|
+
],
|
41
|
+
"annotations": {
|
42
|
+
"allowedValues": [
|
43
|
+
"right, left"
|
44
|
+
]
|
45
|
+
}
|
16
46
|
}
|
17
47
|
}
|
@@ -1,4 +1,39 @@
|
|
1
1
|
{
|
2
|
+
"cmdHeadline": {
|
3
|
+
"comments": [
|
4
|
+
"properties for CmdHeadline-component"
|
5
|
+
]
|
6
|
+
},
|
7
|
+
"contentType": {
|
8
|
+
"comments": [
|
9
|
+
"define content Type"
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"executeOnClick": {
|
13
|
+
"comments": [
|
14
|
+
"activate if scrolling of items should be executed on user-click"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"largeIcons": {
|
18
|
+
"comments": [
|
19
|
+
"activate if large icons should be displayed"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"useGalleryScroller": {
|
23
|
+
"comments": [
|
24
|
+
"activate if thumbnail-scroller should be used as gallery-scroller at bottom of page"
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"orientation": {
|
28
|
+
"comments": [
|
29
|
+
"toggle orientation of content"
|
30
|
+
],
|
31
|
+
"annotations": {
|
32
|
+
"allowedValues": [
|
33
|
+
"horizontal, vertical"
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
2
37
|
"fullWidth": {
|
3
38
|
"comments": [
|
4
39
|
"activate to stretch component to full width (of parent element)"
|
@@ -1,4 +1,18 @@
|
|
1
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
|
+
},
|
2
16
|
"showLabel": {
|
3
17
|
"comments": [
|
4
18
|
"toggle visibility of label"
|
@@ -1,17 +1,47 @@
|
|
1
1
|
{
|
2
2
|
"cmdHeadline": {
|
3
3
|
"comments": [
|
4
|
-
"
|
4
|
+
"properties for CmdHeadline-component"
|
5
5
|
]
|
6
6
|
},
|
7
|
-
"
|
7
|
+
"delayToShowTooltip": {
|
8
8
|
"comments": [
|
9
9
|
"enable toggling tooltip-visibility by click"
|
10
10
|
]
|
11
11
|
},
|
12
|
-
"
|
12
|
+
"iconClose": {
|
13
13
|
"comments": [
|
14
|
-
"
|
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)"
|
15
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
|
+
}
|
16
46
|
}
|
17
47
|
}
|
@@ -132,7 +132,7 @@
|
|
132
132
|
"properties for CmdHeadline-component shown if no files for upload exist"
|
133
133
|
]
|
134
134
|
},
|
135
|
-
"
|
135
|
+
"cmdHeadlineNoFileToUpload": {
|
136
136
|
"comments": [
|
137
137
|
"properties for CmdHeadline-component shown if no file for upload exist"
|
138
138
|
]
|
@@ -157,19 +157,19 @@
|
|
157
157
|
"properties for CmdHeadline-component for 'select new file'"
|
158
158
|
]
|
159
159
|
},
|
160
|
-
"
|
160
|
+
"iconDelete": {
|
161
161
|
"comments": [
|
162
|
-
"
|
162
|
+
"define icon to delete for upload-selected files"
|
163
163
|
]
|
164
164
|
},
|
165
|
-
"
|
165
|
+
"legend": {
|
166
166
|
"comments": [
|
167
|
-
"
|
168
|
-
]
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
167
|
+
"define legend for fieldset"
|
168
|
+
]
|
169
|
+
},
|
170
|
+
"useTransition": {
|
171
|
+
"comments": [
|
172
|
+
"activate if transition should be used"
|
173
|
+
]
|
174
174
|
}
|
175
175
|
}
|
@@ -26,6 +26,26 @@
|
|
26
26
|
"keep attention that more than one sticky-element on same html-level can cause problems, if content below is scrolled"
|
27
27
|
]
|
28
28
|
},
|
29
|
+
"containerType": {
|
30
|
+
"comments": [
|
31
|
+
"define container type"
|
32
|
+
],
|
33
|
+
"annotations": {
|
34
|
+
"allowedValues": [
|
35
|
+
"flex, grid, none"
|
36
|
+
]
|
37
|
+
}
|
38
|
+
},
|
39
|
+
"contentOrientation": {
|
40
|
+
"comments": [
|
41
|
+
"define orientation for content"
|
42
|
+
],
|
43
|
+
"annotations": {
|
44
|
+
"allowedValues": [
|
45
|
+
"horizontal, vertical"
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
29
49
|
"innerClass": {
|
30
50
|
"comments": [
|
31
51
|
"set class to inner component",
|