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.
Files changed (27) hide show
  1. package/package.json +1 -1
  2. package/src/documentation/generated/CmdBoxWrapperPropertyDescriptions.json +15 -0
  3. package/src/documentation/generated/CmdInputGroupPropertyDescriptions.json +5 -0
  4. package/src/documentation/generated/CmdLinkPropertyDescriptions.json +31 -27
  5. package/src/documentation/generated/CmdListOfLinksPropertyDescriptions.json +5 -0
  6. package/src/documentation/generated/CmdLoginFormPropertyDescriptions.json +24 -9
  7. package/src/documentation/generated/CmdMainNavigationPropertyDescriptions.json +10 -0
  8. package/src/documentation/generated/CmdMultistepFormProgressBarPropertyDescriptions.json +5 -0
  9. package/src/documentation/generated/CmdNewsletterSubscriptionPropertyDescriptions.json +2 -7
  10. package/src/documentation/generated/CmdOpeningHoursPropertyDescriptions.json +11 -1
  11. package/src/documentation/generated/CmdPageFooterPropertyDescriptions.json +11 -6
  12. package/src/documentation/generated/CmdPageHeaderPropertyDescriptions.json +3 -8
  13. package/src/documentation/generated/CmdPaginationPropertyDescriptions.json +6 -1
  14. package/src/documentation/generated/CmdSidebarPropertyDescriptions.json +13 -26
  15. package/src/documentation/generated/CmdSiteHeaderPropertyDescriptions.json +10 -0
  16. package/src/documentation/generated/CmdSiteSearchPropertyDescriptions.json +2 -9
  17. package/src/documentation/generated/CmdSlideshowPropertyDescriptions.json +5 -0
  18. package/src/documentation/generated/CmdSocialNetworksPropertyDescriptions.json +20 -0
  19. package/src/documentation/generated/CmdSystemMessagePropertyDescriptions.json +5 -0
  20. package/src/documentation/generated/CmdTablePropertyDescriptions.json +10 -0
  21. package/src/documentation/generated/CmdTabsPropertyDescriptions.json +5 -0
  22. package/src/documentation/generated/CmdTextImageBlockPropertyDescriptions.json +35 -5
  23. package/src/documentation/generated/CmdThumbnailScrollerPropertyDescriptions.json +35 -0
  24. package/src/documentation/generated/CmdToggleDarkModePropertyDescriptions.json +14 -0
  25. package/src/documentation/generated/CmdTooltipPropertyDescriptions.json +34 -4
  26. package/src/documentation/generated/CmdUploadFormPropertyDescriptions.json +11 -11
  27. package/src/documentation/generated/CmdWidthLimitationWrapperPropertyDescriptions.json +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.92",
3
+ "version": "4.0.93",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -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"
@@ -82,6 +82,11 @@
82
82
  "toggle label-text visibility"
83
83
  ]
84
84
  },
85
+ "showStatusIcon": {
86
+ "comments": [
87
+ "Toggle visibility of icon for status (i.e. error, warning)"
88
+ ]
89
+ },
85
90
  "labelText": {
86
91
  "comments": [
87
92
  "label-text for input-group"
@@ -1,45 +1,49 @@
1
1
  {
2
- "novalidate": {
2
+ "fancybox": {
3
3
  "comments": [
4
- "deactivate if browser-validation should be used"
4
+ "deactivate if link should open content in fancybox"
5
5
  ]
6
6
  },
7
- "useValidation": {
7
+ "icon": {
8
8
  "comments": [
9
- "if activated the entire form will be validated by pre-coded validation"
10
- ],
11
- "annotations": {
12
- "affectsStyling": [
13
- "true"
14
- ]
15
- }
9
+ "define (additional) icon as link"
10
+ ]
16
11
  },
17
- "useFieldset": {
12
+ "linkType": {
18
13
  "comments": [
19
- "activate if you want to use a fieldset"
14
+ "define type of link"
20
15
  ],
21
16
  "annotations": {
22
- "requiredForAccessibility": [
23
- "true"
17
+ "allowedValues": [
18
+ "href, router, button"
24
19
  ]
25
20
  }
26
21
  },
27
- "showLegend": {
22
+ "path": {
28
23
  "comments": [
29
- "toggle visibility for legend-text",
30
- "",
31
- "useFieldset must be activated"
24
+ "the url the link will open or an object for the router"
32
25
  ]
33
26
  },
34
- "textLegend": {
27
+ "target": {
35
28
  "comments": [
36
- "text for legend",
37
- "useFieldset must be activated"
38
- ],
39
- "annotations": {
40
- "requiredForAccessibility": [
41
- "true"
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
- "textLegendLoginForm": {
7
+ "buttonLogin": {
8
8
  "comments": [
9
- "text used as legend for login-fieldset"
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
- "showLegend": {
27
+ "legendForgotLoginForm": {
18
28
  "comments": [
19
- "toggle legend visibility"
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"
@@ -13,5 +13,10 @@
13
13
  "comments": [
14
14
  "icon-class for separator shown between multisteps"
15
15
  ]
16
+ },
17
+ "useGap": {
18
+ "comments": [
19
+ "activate if a gap should be shown between the steps"
20
+ ]
16
21
  }
17
22
  }
@@ -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
- "textLegend": {
12
+ "legend": {
13
13
  "comments": [
14
- "text used as legend for login-fieldset"
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 \"closed\"-text will be shown"
19
+ "toggles if 'closed'-text will be shown"
10
20
  ],
11
21
  "annotations": {
12
22
  "affectsStyling": [
@@ -1,17 +1,22 @@
1
1
  {
2
- "cmdHeadline": {
2
+ "buttonPrintView": {
3
3
  "comments": [
4
- "enable toggling tooltip-visibility by click"
4
+ "define the print-preview-button"
5
5
  ]
6
6
  },
7
- "methods": {
7
+ "useSmallButtons": {
8
8
  "comments": [
9
- "enable toggling tooltip-visibility by click"
9
+ "show all buttons in small-size"
10
10
  ]
11
11
  },
12
- "watch": {
12
+ "cmdFancyBox": {
13
13
  "comments": [
14
- "enable toggling tooltip-visibility by click"
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
- "enable toggling tooltip-visibility by click"
4
+ "properties for CmdHeadline-component"
5
5
  ]
6
6
  },
7
- "methods": {
7
+ "cmdBreadcrumbs": {
8
8
  "comments": [
9
- "enable toggling tooltip-visibility by click"
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
- "\"href\", \"button\""
23
+ "href, button"
19
24
  ]
20
25
  }
21
26
  },
@@ -1,42 +1,29 @@
1
1
  {
2
- "closeOffcanvas": {
2
+ "styledAsBox": {
3
3
  "comments": [
4
- "use only if default-button of inner navigation-component should not be used"
4
+ "activate if sidebar should be styled as a box"
5
5
  ]
6
6
  },
7
- "sticky": {
7
+ "openSidebar": {
8
8
  "comments": [
9
- "activated sticky-header (stays on top if page is scrolled)"
9
+ "activate if sidebar should be open by default"
10
10
  ]
11
11
  },
12
- "navigationInline": {
12
+ "collapsible": {
13
13
  "comments": [
14
- "activate if navigation should be displayed inline to logo (otherwise it will be displayed below)"
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
- "cmdCompanyLogo": {
17
+ "collapseToLeft": {
33
18
  "comments": [
34
- "properties for CmdCompanyLogo-component"
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
- "cmdMainNavigation": {
24
+ "cmdHeadline": {
38
25
  "comments": [
39
- "properties for CmdMainNavigation-component"
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
- "textLegend": {
27
+ "legend": {
28
28
  "comments": [
29
- "text for legend"
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"
@@ -19,6 +19,11 @@
19
19
  "activate if content should be given by slot"
20
20
  ]
21
21
  },
22
+ "useDefaultPadding": {
23
+ "comments": [
24
+ "activate if (default-)padding for the tabs should be used"
25
+ ]
26
+ },
22
27
  "activeTab": {
23
28
  "comments": [
24
29
  "set default active/shown tab"
@@ -1,17 +1,47 @@
1
1
  {
2
2
  "cmdHeadline": {
3
3
  "comments": [
4
- "enable toggling tooltip-visibility by click"
4
+ "properties for CmdHeadline-component"
5
5
  ]
6
6
  },
7
- "methods": {
7
+ "cmdImage": {
8
8
  "comments": [
9
- "enable toggling tooltip-visibility by click"
9
+ "properties for CmdImage-component"
10
10
  ]
11
11
  },
12
- "watch": {
12
+ "headlinePosition": {
13
13
  "comments": [
14
- "enable toggling tooltip-visibility by click"
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
- "enable toggling tooltip-visibility by click"
4
+ "properties for CmdHeadline-component"
5
5
  ]
6
6
  },
7
- "methods": {
7
+ "delayToShowTooltip": {
8
8
  "comments": [
9
9
  "enable toggling tooltip-visibility by click"
10
10
  ]
11
11
  },
12
- "watch": {
12
+ "iconClose": {
13
13
  "comments": [
14
- "enable toggling tooltip-visibility by click"
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
- "CmdHeadlineNoFileToUpload": {
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
- "showLegend": {
160
+ "iconDelete": {
161
161
  "comments": [
162
- "toggle visibility for legend-text"
162
+ "define icon to delete for upload-selected files"
163
163
  ]
164
164
  },
165
- "textLegend": {
165
+ "legend": {
166
166
  "comments": [
167
- "text for legend"
168
- ],
169
- "annotations": {
170
- "requiredForAccessibility": [
171
- "true"
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",