comand-component-library 4.0.92 → 4.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/documentation/generated/CmdBoxWrapperPropertyDescriptions.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
package/package.json
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"allowMultipleExpandedBoxes": {
|
|
3
|
+
"comments": [
|
|
4
|
+
"activate if more than one collapsible box may be open at the same time"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
2
7
|
"useRowViewAsDefault": {
|
|
3
8
|
"comments": [
|
|
4
9
|
"activate if boxes should be arranged vertically (each box is a row) by default"
|
|
@@ -36,6 +41,11 @@
|
|
|
36
41
|
"activate if you want to use a flex-container instead of a css-grid-container"
|
|
37
42
|
]
|
|
38
43
|
},
|
|
44
|
+
"useGap": {
|
|
45
|
+
"comments": [
|
|
46
|
+
"activate if you want to use a flex-container instead of a css-grid-container"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
39
49
|
"boxesPerRow": {
|
|
40
50
|
"comments": [
|
|
41
51
|
"define the number of boxes per row (if view is grid-view)",
|
|
@@ -54,6 +64,11 @@
|
|
|
54
64
|
"define icon for row-view"
|
|
55
65
|
]
|
|
56
66
|
},
|
|
67
|
+
"openBoxesByDefault": {
|
|
68
|
+
"comments": [
|
|
69
|
+
"activate if collapsible boxes are opened by default"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
57
72
|
"cmdHeadline": {
|
|
58
73
|
"comments": [
|
|
59
74
|
"properties for CmdHeadline-component"
|
|
@@ -1,45 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"fancybox": {
|
|
3
3
|
"comments": [
|
|
4
|
-
"deactivate if
|
|
4
|
+
"deactivate if link should open content in fancybox"
|
|
5
5
|
]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"icon": {
|
|
8
8
|
"comments": [
|
|
9
|
-
"
|
|
10
|
-
]
|
|
11
|
-
"annotations": {
|
|
12
|
-
"affectsStyling": [
|
|
13
|
-
"true"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
9
|
+
"define (additional) icon as link"
|
|
10
|
+
]
|
|
16
11
|
},
|
|
17
|
-
"
|
|
12
|
+
"linkType": {
|
|
18
13
|
"comments": [
|
|
19
|
-
"
|
|
14
|
+
"define type of link"
|
|
20
15
|
],
|
|
21
16
|
"annotations": {
|
|
22
|
-
"
|
|
23
|
-
"
|
|
17
|
+
"allowedValues": [
|
|
18
|
+
"href, router, button"
|
|
24
19
|
]
|
|
25
20
|
}
|
|
26
21
|
},
|
|
27
|
-
"
|
|
22
|
+
"path": {
|
|
28
23
|
"comments": [
|
|
29
|
-
"
|
|
30
|
-
"",
|
|
31
|
-
"useFieldset must be activated"
|
|
24
|
+
"the url the link will open or an object for the router"
|
|
32
25
|
]
|
|
33
26
|
},
|
|
34
|
-
"
|
|
27
|
+
"target": {
|
|
35
28
|
"comments": [
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
29
|
+
"define a target (i.e. _blank) to open path in new tab"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"text": {
|
|
33
|
+
"comments": [
|
|
34
|
+
"the displayed text for the link"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"styleAsButton": {
|
|
38
|
+
"comments": [
|
|
39
|
+
"activate if the link should be styled as default button"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"primaryButton": {
|
|
43
|
+
"comments": [
|
|
44
|
+
"activate if the link should be styled as primary button",
|
|
45
|
+
"",
|
|
46
|
+
"(styledAsButton-property must be activated)"
|
|
47
|
+
]
|
|
44
48
|
}
|
|
45
49
|
}
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"activate if component should contain a list of anchors for the section within th page"
|
|
5
5
|
]
|
|
6
6
|
},
|
|
7
|
+
"showListStyleItems": {
|
|
8
|
+
"comments": [
|
|
9
|
+
"Toggle visibility of list-style-items for list-entries"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
7
12
|
"activeSection": {
|
|
8
13
|
"comments": [
|
|
9
14
|
"given active section from outside to set class for styling",
|
|
@@ -4,9 +4,19 @@
|
|
|
4
4
|
"value for v-model (modelValue is default name in vue 3)"
|
|
5
5
|
]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"buttonLogin": {
|
|
8
8
|
"comments": [
|
|
9
|
-
"
|
|
9
|
+
"define login-/submit-button to login"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"buttonSendLogin": {
|
|
13
|
+
"comments": [
|
|
14
|
+
"define 'send login-'/submit-button to send login-data"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"legendLoginForm": {
|
|
18
|
+
"comments": [
|
|
19
|
+
"define legend for 'login'-form"
|
|
10
20
|
],
|
|
11
21
|
"annotations": {
|
|
12
22
|
"requiredForAccessibility": [
|
|
@@ -14,14 +24,9 @@
|
|
|
14
24
|
]
|
|
15
25
|
}
|
|
16
26
|
},
|
|
17
|
-
"
|
|
27
|
+
"legendForgotLoginForm": {
|
|
18
28
|
"comments": [
|
|
19
|
-
"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
"textLegendForgotLoginForm": {
|
|
23
|
-
"comments": [
|
|
24
|
-
"legend for forgot-login-fieldset"
|
|
29
|
+
"define legend for 'forgot-login'-form"
|
|
25
30
|
],
|
|
26
31
|
"annotations": {
|
|
27
32
|
"requiredForAccessibility": [
|
|
@@ -29,6 +34,16 @@
|
|
|
29
34
|
]
|
|
30
35
|
}
|
|
31
36
|
},
|
|
37
|
+
"orientation": {
|
|
38
|
+
"comments": [
|
|
39
|
+
"orientation for form-elements"
|
|
40
|
+
],
|
|
41
|
+
"annotations": {
|
|
42
|
+
"allowedValues": [
|
|
43
|
+
"horizontal, vertical"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
32
47
|
"cmdHeadlineLoginForm": {
|
|
33
48
|
"comments": [
|
|
34
49
|
"properties for CmdHeadline-component for login-form"
|
|
@@ -19,6 +19,16 @@
|
|
|
19
19
|
"list of all navigation-entries (incl. sub-entries)"
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
|
+
"offcanvasPosition": {
|
|
23
|
+
"comments": [
|
|
24
|
+
"position of OffCanvas-navigation"
|
|
25
|
+
],
|
|
26
|
+
"annotations": {
|
|
27
|
+
"allowedValues": [
|
|
28
|
+
"right, left"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
},
|
|
22
32
|
"closeOffcanvas": {
|
|
23
33
|
"comments": [
|
|
24
34
|
"link shown inside off-canvas-navigation to close itself"
|
|
@@ -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",
|