@statistikzh/leu 0.5.0 → 0.6.0
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/.husky/commit-msg +0 -3
- package/.husky/pre-commit +0 -3
- package/CHANGELOG.md +48 -0
- package/dist/Accordion.d.ts +10 -9
- package/dist/Accordion.d.ts.map +1 -1
- package/dist/Accordion.js +12 -11
- package/dist/Breadcrumb.d.ts +4 -4
- package/dist/Breadcrumb.d.ts.map +1 -1
- package/dist/Breadcrumb.js +28 -26
- package/dist/{Button-da11d064.d.ts → Button-9692e403.d.ts} +10 -11
- package/dist/Button-9692e403.d.ts.map +1 -0
- package/dist/{Button-da11d064.js → Button-9692e403.js} +65 -62
- package/dist/Button.d.ts +1 -1
- package/dist/Button.js +3 -3
- package/dist/ButtonGroup.d.ts +2 -2
- package/dist/ButtonGroup.d.ts.map +1 -1
- package/dist/ButtonGroup.js +3 -3
- package/dist/Checkbox.d.ts +4 -3
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/Checkbox.js +14 -19
- package/dist/CheckboxGroup.d.ts +2 -2
- package/dist/CheckboxGroup.d.ts.map +1 -1
- package/dist/CheckboxGroup.js +4 -6
- package/dist/Chip.d.ts +2 -2
- package/dist/Chip.d.ts.map +1 -1
- package/dist/Chip.js +6 -13
- package/dist/ChipGroup.d.ts +9 -7
- package/dist/ChipGroup.d.ts.map +1 -1
- package/dist/ChipGroup.js +8 -5
- package/dist/ChipLink.d.ts +2 -1
- package/dist/ChipLink.d.ts.map +1 -1
- package/dist/ChipLink.js +4 -7
- package/dist/ChipRemovable.d.ts +0 -2
- package/dist/ChipRemovable.d.ts.map +1 -1
- package/dist/ChipRemovable.js +8 -11
- package/dist/ChipSelectable.d.ts +9 -1
- package/dist/ChipSelectable.d.ts.map +1 -1
- package/dist/ChipSelectable.js +12 -16
- package/dist/Dropdown.d.ts +9 -5
- package/dist/Dropdown.d.ts.map +1 -1
- package/dist/Dropdown.js +73 -32
- package/dist/Icon.d.ts +20 -0
- package/dist/Icon.d.ts.map +1 -0
- package/dist/{icon-03e86700.js → Icon.js} +61 -32
- package/dist/Input.d.ts +7 -16
- package/dist/Input.d.ts.map +1 -1
- package/dist/Input.js +24 -28
- package/dist/LeuElement-6de6f209.d.ts +7 -0
- package/dist/LeuElement-6de6f209.d.ts.map +1 -0
- package/dist/LeuElement-6de6f209.js +43 -0
- package/dist/Menu.d.ts +24 -2
- package/dist/Menu.d.ts.map +1 -1
- package/dist/Menu.js +120 -3
- package/dist/MenuItem.d.ts +28 -11
- package/dist/MenuItem.d.ts.map +1 -1
- package/dist/MenuItem.js +110 -63
- package/dist/Pagination.d.ts +10 -3
- package/dist/Pagination.d.ts.map +1 -1
- package/dist/Pagination.js +24 -21
- package/dist/Popup.d.ts +21 -3
- package/dist/Popup.d.ts.map +1 -1
- package/dist/Popup.js +44 -19
- package/dist/Radio.d.ts +4 -2
- package/dist/Radio.d.ts.map +1 -1
- package/dist/Radio.js +9 -16
- package/dist/RadioGroup.d.ts +2 -2
- package/dist/RadioGroup.d.ts.map +1 -1
- package/dist/RadioGroup.js +4 -6
- package/dist/ScrollTop.d.ts +2 -2
- package/dist/ScrollTop.d.ts.map +1 -1
- package/dist/ScrollTop.js +10 -8
- package/dist/Select.d.ts +75 -37
- package/dist/Select.d.ts.map +1 -1
- package/dist/Select.js +279 -183
- package/dist/Table.d.ts +2 -6
- package/dist/Table.d.ts.map +1 -1
- package/dist/Table.js +17 -18
- package/dist/VisuallyHidden.d.ts +2 -2
- package/dist/VisuallyHidden.d.ts.map +1 -1
- package/dist/VisuallyHidden.js +5 -7
- package/dist/{index.js.d.ts → index.d.ts} +3 -3
- package/dist/index.d.ts.map +1 -0
- package/dist/{index.js.js → index.js} +5 -14
- package/dist/leu-accordion.d.ts.map +1 -1
- package/dist/leu-accordion.js +2 -3
- package/dist/leu-breadcrumb.d.ts.map +1 -1
- package/dist/leu-breadcrumb.js +4 -10
- package/dist/leu-button-group.d.ts.map +1 -1
- package/dist/leu-button-group.js +2 -3
- package/dist/leu-button.d.ts +1 -1
- package/dist/leu-button.d.ts.map +1 -1
- package/dist/leu-button.js +4 -5
- package/dist/leu-checkbox-group.d.ts.map +1 -1
- package/dist/leu-checkbox-group.js +2 -3
- package/dist/leu-checkbox.d.ts.map +1 -1
- package/dist/leu-checkbox.js +3 -4
- package/dist/leu-chip-group.d.ts.map +1 -1
- package/dist/leu-chip-group.js +2 -3
- package/dist/leu-chip-link.d.ts.map +1 -1
- package/dist/leu-chip-link.js +2 -3
- package/dist/leu-chip-removable.d.ts.map +1 -1
- package/dist/leu-chip-removable.js +3 -4
- package/dist/leu-chip-selectable.d.ts.map +1 -1
- package/dist/leu-chip-selectable.js +2 -3
- package/dist/leu-dropdown.d.ts.map +1 -1
- package/dist/leu-dropdown.js +5 -10
- package/dist/leu-icon.d.ts +3 -0
- package/dist/leu-icon.d.ts.map +1 -0
- package/dist/leu-icon.js +7 -0
- package/dist/leu-input.d.ts.map +1 -1
- package/dist/leu-input.js +3 -4
- package/dist/leu-menu-item.d.ts.map +1 -1
- package/dist/leu-menu-item.js +3 -5
- package/dist/leu-menu.d.ts.map +1 -1
- package/dist/leu-menu.js +5 -3
- package/dist/leu-pagination.d.ts.map +1 -1
- package/dist/leu-pagination.js +4 -7
- package/dist/leu-popup.d.ts.map +1 -1
- package/dist/leu-popup.js +2 -3
- package/dist/leu-radio-group.d.ts.map +1 -1
- package/dist/leu-radio-group.js +2 -3
- package/dist/leu-radio.d.ts.map +1 -1
- package/dist/leu-radio.js +2 -3
- package/dist/leu-scroll-top.d.ts.map +1 -1
- package/dist/leu-scroll-top.js +4 -6
- package/dist/leu-select.d.ts.map +1 -1
- package/dist/leu-select.js +5 -13
- package/dist/leu-table.d.ts.map +1 -1
- package/dist/leu-table.js +4 -8
- package/dist/leu-visually-hidden.d.ts.map +1 -1
- package/dist/leu-visually-hidden.js +2 -3
- package/dist/theme.css +2 -0
- package/dist/vscode.html-custom-data.json +616 -0
- package/dist/vue/index.d.ts +682 -0
- package/dist/web-types.json +1211 -0
- package/package.json +10 -13
- package/rollup.config.js +1 -1
- package/scripts/generate-component/templates/[Name].js +6 -3
- package/scripts/generate-component/templates/test/[name].test.js +1 -1
- package/src/components/accordion/Accordion.js +13 -10
- package/src/components/accordion/leu-accordion.js +1 -2
- package/src/components/breadcrumb/Breadcrumb.js +31 -18
- package/src/components/breadcrumb/leu-breadcrumb.js +1 -2
- package/src/components/button/Button.js +45 -71
- package/src/components/button/button.css +19 -4
- package/src/components/button/leu-button.js +1 -2
- package/src/components/button/stories/button.stories.js +60 -19
- package/src/components/button/test/button.test.js +26 -63
- package/src/components/button-group/ButtonGroup.js +4 -2
- package/src/components/button-group/leu-button-group.js +1 -2
- package/src/components/checkbox/Checkbox.js +17 -11
- package/src/components/checkbox/CheckboxGroup.js +6 -3
- package/src/components/checkbox/leu-checkbox-group.js +1 -2
- package/src/components/checkbox/leu-checkbox.js +1 -2
- package/src/components/checkbox/stories/checkbox-group.stories.js +10 -26
- package/src/components/checkbox/stories/checkbox.stories.js +2 -7
- package/src/components/checkbox/test/checkbox-group.test.js +6 -21
- package/src/components/checkbox/test/checkbox.test.js +1 -12
- package/src/components/chip/Chip.js +5 -4
- package/src/components/chip/ChipGroup.js +10 -4
- package/src/components/chip/ChipLink.js +3 -7
- package/src/components/chip/ChipRemovable.js +8 -11
- package/src/components/chip/ChipSelectable.js +11 -17
- package/src/components/chip/chip.css +3 -4
- package/src/components/chip/leu-chip-group.js +1 -2
- package/src/components/chip/leu-chip-link.js +1 -2
- package/src/components/chip/leu-chip-removable.js +1 -2
- package/src/components/chip/leu-chip-selectable.js +1 -2
- package/src/components/chip/stories/chip-link.stories.js +3 -5
- package/src/components/chip/stories/chip-removable.stories.js +3 -4
- package/src/components/chip/stories/chip-selectable.stories.js +2 -2
- package/src/components/chip/test/chip-group.test.js +15 -30
- package/src/components/chip/test/chip-link.test.js +2 -6
- package/src/components/chip/test/chip-removable.test.js +4 -10
- package/src/components/chip/test/chip-selectable.test.js +3 -5
- package/src/components/dropdown/Dropdown.js +80 -26
- package/src/components/dropdown/dropdown.css +4 -0
- package/src/components/dropdown/leu-dropdown.js +1 -2
- package/src/components/dropdown/stories/dropdown.stories.js +30 -7
- package/src/components/dropdown/test/dropdown.test.js +5 -5
- package/src/components/icon/Icon.js +55 -0
- package/src/components/icon/icon.css +6 -0
- package/src/components/icon/leu-icon.js +5 -0
- package/src/components/icon/{icon.js → paths.js} +4 -37
- package/src/components/icon/stories/icon.stories.js +47 -0
- package/src/components/icon/test/icon.test.js +23 -40
- package/src/components/input/Input.js +21 -23
- package/src/components/input/input.css +4 -2
- package/src/components/input/leu-input.js +1 -2
- package/src/components/input/stories/input.stories.js +2 -2
- package/src/components/input/test/input.test.js +2 -0
- package/src/components/menu/Menu.js +143 -2
- package/src/components/menu/MenuItem.js +104 -52
- package/src/components/menu/leu-menu-item.js +1 -2
- package/src/components/menu/leu-menu.js +1 -2
- package/src/components/menu/menu-item.css +11 -4
- package/src/components/menu/stories/menu-item.stories.js +15 -4
- package/src/components/menu/stories/menu.stories.js +34 -7
- package/src/components/menu/test/menu-item.test.js +88 -82
- package/src/components/menu/test/menu.test.js +101 -8
- package/src/components/pagination/Pagination.js +27 -18
- package/src/components/pagination/leu-pagination.js +1 -2
- package/src/components/popup/Popup.js +39 -16
- package/src/components/popup/leu-popup.js +1 -2
- package/src/components/popup/popup.css +1 -0
- package/src/components/radio/Radio.js +12 -7
- package/src/components/radio/RadioGroup.js +6 -3
- package/src/components/radio/leu-radio-group.js +1 -2
- package/src/components/radio/leu-radio.js +1 -2
- package/src/components/radio/stories/radio-group.stories.js +5 -19
- package/src/components/radio/stories/radio.stories.js +2 -7
- package/src/components/radio/test/radio-group.test.js +6 -9
- package/src/components/radio/test/radio.test.js +3 -13
- package/src/components/scroll-top/ScrollTop.js +15 -5
- package/src/components/scroll-top/leu-scroll-top.js +1 -2
- package/src/components/select/Select.js +279 -175
- package/src/components/select/leu-select.js +1 -2
- package/src/components/select/select.css +20 -12
- package/src/components/select/stories/select.stories.js +16 -2
- package/src/components/select/test/select.test.js +191 -37
- package/src/components/table/Table.js +15 -9
- package/src/components/table/leu-table.js +1 -2
- package/src/components/table/table.css +3 -1
- package/src/components/visually-hidden/VisuallyHidden.js +6 -2
- package/src/components/visually-hidden/leu-visually-hidden.js +1 -2
- package/src/lib/LeuElement.js +23 -0
- package/src/lib/a11y.js +26 -0
- package/src/styles/custom-properties.css +2 -0
- package/web-test-runner.config.mjs +2 -0
- package/dist/Button-da11d064.d.ts.map +0 -1
- package/dist/_rollupPluginBabelHelpers-20f659f4.d.ts +0 -3
- package/dist/_rollupPluginBabelHelpers-20f659f4.d.ts.map +0 -1
- package/dist/_rollupPluginBabelHelpers-20f659f4.js +0 -30
- package/dist/defineElement-40372b4b.d.ts +0 -9
- package/dist/defineElement-40372b4b.d.ts.map +0 -1
- package/dist/defineElement-40372b4b.js +0 -15
- package/dist/icon-03e86700.d.ts +0 -11
- package/dist/icon-03e86700.d.ts.map +0 -1
- package/dist/index.js.d.ts.map +0 -1
- package/src/lib/defineElement.js +0 -13
|
@@ -0,0 +1,1211 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
|
+
"name": "@statistikzh/leu",
|
|
4
|
+
"version": "0.6.0",
|
|
5
|
+
"description-markup": "markdown",
|
|
6
|
+
"contributions": {
|
|
7
|
+
"html": {
|
|
8
|
+
"elements": [
|
|
9
|
+
{
|
|
10
|
+
"name": "leu-accordion",
|
|
11
|
+
"description": "\n---\n\n\n### **Slots:**\n - **content** - The content of the accordion. No styles will be applied to the content.",
|
|
12
|
+
"doc-url": "",
|
|
13
|
+
"attributes": [
|
|
14
|
+
{
|
|
15
|
+
"name": "heading-level",
|
|
16
|
+
"description": "The heading level of the accordion title. Must be between 1 and 6.",
|
|
17
|
+
"value": { "type": "number", "default": "2" }
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "label-prefix",
|
|
21
|
+
"description": "The prefix of the accordion label. e.g. \"01\"",
|
|
22
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "open",
|
|
26
|
+
"description": "The expanded state of the accordion.",
|
|
27
|
+
"value": { "type": "boolean", "default": "false" }
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "label",
|
|
31
|
+
"description": "The label (title) of the accordion.",
|
|
32
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"slots": [
|
|
36
|
+
{
|
|
37
|
+
"name": "content",
|
|
38
|
+
"description": "The content of the accordion. No styles will be applied to the content."
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"events": [],
|
|
42
|
+
"js": {
|
|
43
|
+
"properties": [
|
|
44
|
+
{
|
|
45
|
+
"name": "headingLevel",
|
|
46
|
+
"description": "The heading level of the accordion title. Must be between 1 and 6.",
|
|
47
|
+
"type": "number"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "open",
|
|
51
|
+
"description": "The expanded state of the accordion.",
|
|
52
|
+
"type": "boolean"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "label",
|
|
56
|
+
"description": "The label (title) of the accordion.",
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "labelPrefix",
|
|
61
|
+
"description": "The prefix of the accordion label. e.g. \"01\"",
|
|
62
|
+
"type": "string"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"events": []
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "leu-breadcrumb",
|
|
70
|
+
"description": "A Breadcrumb Navigation.\n\nThe breadcrumbs can be displayed in two different layouts.\nOnly the back link (the last item / parent of the current page)\nis displayed when…\n- … the width of the container is smaller\n than the BACK_ONLY_BREAKPOINT.\n- … less then two breadcrumb items could be displayed\n without overflowing the container.\n\nOtherwise as many items as possible are displayed in an inline list\nwithout overflowing the container. The remaining items are displayed\nin a dropdown menu.\n\nIn order to determine the exact numbers of items that have to be\nhidden inside the dropdown, all of them have to be rendered first.\n1. Render all items\n2. Calculate (measure) the number of items that can be displayed\n without overflowing the container.\n3. Updating the state (_hiddeItems) which will trigger a rerender\n4. Render the items again with the new state.\n\nThis results in multiple updates scheduled one after another. Lit\nwill also print a waring in the console beacause of that.\nIt's no a nice behaviour but the only one that works without\nhaving duplicate and hidden markup to derive the sizes from that.\n---\n\n\n### **Methods:**\n - **renderDropdown(): __** - Render the dropdown menu",
|
|
71
|
+
"doc-url": "",
|
|
72
|
+
"attributes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "items",
|
|
75
|
+
"description": "Object array with { label, href }",
|
|
76
|
+
"value": { "type": "Array", "default": "[]" }
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "inverted",
|
|
80
|
+
"description": "invert color on dark background",
|
|
81
|
+
"value": { "type": "boolean", "default": "false" }
|
|
82
|
+
},
|
|
83
|
+
{ "name": "_hiddenItems", "value": { "type": "string" } },
|
|
84
|
+
{ "name": "_showBackOnly", "value": { "type": "string" } },
|
|
85
|
+
{ "name": "_isRecalculating", "value": { "type": "string" } },
|
|
86
|
+
{ "name": "_isDropdownOpen", "value": { "type": "string" } }
|
|
87
|
+
],
|
|
88
|
+
"events": [],
|
|
89
|
+
"js": {
|
|
90
|
+
"properties": [
|
|
91
|
+
{ "name": "_handleResize" },
|
|
92
|
+
{ "name": "_closeDropdown" },
|
|
93
|
+
{
|
|
94
|
+
"name": "items",
|
|
95
|
+
"description": "Object array with { label, href }",
|
|
96
|
+
"type": "Array"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "inverted",
|
|
100
|
+
"description": "will be used on dark Background",
|
|
101
|
+
"type": "boolean"
|
|
102
|
+
},
|
|
103
|
+
{ "name": "resizeObserver" },
|
|
104
|
+
{ "name": "_hiddenItems", "type": "number" },
|
|
105
|
+
{ "name": "_showBackOnly", "type": "null" },
|
|
106
|
+
{ "name": "_isRecalculating", "type": "boolean" },
|
|
107
|
+
{ "name": "_isDropdownOpen", "type": "boolean" }
|
|
108
|
+
],
|
|
109
|
+
"events": []
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "leu-button",
|
|
114
|
+
"description": "\n---\n\n\n### **Slots:**\n - **before** - The icon to display before the label\n- **after** - The icon to display after the label\n- _default_ - The label of the button or the icon if no label is set",
|
|
115
|
+
"doc-url": "",
|
|
116
|
+
"attributes": [
|
|
117
|
+
{
|
|
118
|
+
"name": "label",
|
|
119
|
+
"value": { "type": "string", "default": "null" }
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "size",
|
|
123
|
+
"value": { "type": "string", "default": "\"regular\"" }
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "variant",
|
|
127
|
+
"value": { "type": "string", "default": "\"primary\"" }
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "type",
|
|
131
|
+
"value": {
|
|
132
|
+
"type": "\"button\" | \"submit\" | \"reset\"",
|
|
133
|
+
"default": "\"button\""
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "componentRole",
|
|
138
|
+
"value": { "type": "string", "default": "undefined" }
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "disabled",
|
|
142
|
+
"value": { "type": "boolean", "default": "false" }
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "round",
|
|
146
|
+
"description": "Only taken into account if no Label and an Icon is set",
|
|
147
|
+
"value": { "type": "boolean", "default": "false" }
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "active",
|
|
151
|
+
"value": { "type": "boolean", "default": "false" }
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "inverted",
|
|
155
|
+
"description": "will be used on dark Background",
|
|
156
|
+
"value": { "type": "boolean", "default": "false" }
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "expanded",
|
|
160
|
+
"description": "Only taken into account if variant is \"ghost\"",
|
|
161
|
+
"value": {
|
|
162
|
+
"type": "(\"true\" | \"false\" | undefined)",
|
|
163
|
+
"default": "undefined"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "fluid",
|
|
168
|
+
"description": "Alters the shape of the button to be full width of its parent container",
|
|
169
|
+
"value": { "type": "boolean", "default": "false" }
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"slots": [
|
|
173
|
+
{
|
|
174
|
+
"name": "before",
|
|
175
|
+
"description": "The icon to display before the label"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "after",
|
|
179
|
+
"description": "The icon to display after the label"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "",
|
|
183
|
+
"description": "The label of the button or the icon if no label is set"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"events": [],
|
|
187
|
+
"js": {
|
|
188
|
+
"properties": [
|
|
189
|
+
{ "name": "label", "type": "string" },
|
|
190
|
+
{ "name": "size", "type": "string" },
|
|
191
|
+
{ "name": "variant", "type": "string" },
|
|
192
|
+
{ "name": "type", "type": "\"button\" | \"submit\" | \"reset\"" },
|
|
193
|
+
{ "name": "componentRole", "type": "string" },
|
|
194
|
+
{ "name": "disabled", "type": "boolean" },
|
|
195
|
+
{
|
|
196
|
+
"name": "round",
|
|
197
|
+
"description": "Only taken into account if no Label and an Icon is set",
|
|
198
|
+
"type": "boolean"
|
|
199
|
+
},
|
|
200
|
+
{ "name": "active", "type": "boolean" },
|
|
201
|
+
{
|
|
202
|
+
"name": "inverted",
|
|
203
|
+
"description": "will be used on dark Background",
|
|
204
|
+
"type": "boolean"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "fluid",
|
|
208
|
+
"description": "Alters the shape of the button to be full width of its parent container",
|
|
209
|
+
"type": "boolean"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "expanded",
|
|
213
|
+
"description": "Only taken into account if variant is \"ghost\"",
|
|
214
|
+
"type": "(\"true\" | \"false\" | undefined)"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"events": []
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "leu-button-group",
|
|
222
|
+
"description": "\n---\n\n\n### **Events:**\n - **input** - When the value of the group changes by clicking a button\n\n### **Slots:**\n - _default_ - Slot for the buttons",
|
|
223
|
+
"doc-url": "",
|
|
224
|
+
"attributes": [],
|
|
225
|
+
"slots": [{ "name": "", "description": "Slot for the buttons" }],
|
|
226
|
+
"events": [
|
|
227
|
+
{
|
|
228
|
+
"name": "input",
|
|
229
|
+
"type": "CustomEvent",
|
|
230
|
+
"description": "When the value of the group changes by clicking a button"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"js": {
|
|
234
|
+
"properties": [
|
|
235
|
+
{
|
|
236
|
+
"name": "value",
|
|
237
|
+
"description": "The value of the currenty selected (active) button",
|
|
238
|
+
"type": "string"
|
|
239
|
+
},
|
|
240
|
+
{ "name": "_items", "type": "array" }
|
|
241
|
+
],
|
|
242
|
+
"events": [
|
|
243
|
+
{
|
|
244
|
+
"name": "input",
|
|
245
|
+
"type": "CustomEvent",
|
|
246
|
+
"description": "When the value of the group changes by clicking a button"
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "leu-checkbox",
|
|
253
|
+
"description": "\n---\n",
|
|
254
|
+
"doc-url": "",
|
|
255
|
+
"attributes": [
|
|
256
|
+
{
|
|
257
|
+
"name": "checked",
|
|
258
|
+
"value": { "type": "boolean", "default": "false" }
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "disabled",
|
|
262
|
+
"value": { "type": "boolean", "default": "false" }
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "value",
|
|
266
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
267
|
+
},
|
|
268
|
+
{ "name": "name", "value": { "type": "string", "default": "\"\"" } }
|
|
269
|
+
],
|
|
270
|
+
"events": [],
|
|
271
|
+
"js": {
|
|
272
|
+
"properties": [
|
|
273
|
+
{ "name": "checked", "type": "boolean" },
|
|
274
|
+
{ "name": "disabled", "type": "boolean" },
|
|
275
|
+
{ "name": "name", "type": "string" },
|
|
276
|
+
{ "name": "value", "type": "string" }
|
|
277
|
+
],
|
|
278
|
+
"events": []
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "leu-checkbox-group",
|
|
283
|
+
"description": "\n---\n",
|
|
284
|
+
"doc-url": "",
|
|
285
|
+
"attributes": [
|
|
286
|
+
{
|
|
287
|
+
"name": "orientation",
|
|
288
|
+
"value": { "type": "string", "default": "\"HORIZONTAL\"" }
|
|
289
|
+
},
|
|
290
|
+
{ "name": "label", "value": { "type": "string" } }
|
|
291
|
+
],
|
|
292
|
+
"events": [],
|
|
293
|
+
"js": {
|
|
294
|
+
"properties": [
|
|
295
|
+
{ "name": "value" },
|
|
296
|
+
{ "name": "orientation", "type": "string" },
|
|
297
|
+
{ "name": "items", "type": "array" },
|
|
298
|
+
{ "name": "label", "type": "string" }
|
|
299
|
+
],
|
|
300
|
+
"events": []
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "leu-chip-group",
|
|
305
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - Place leu-chip-* elements inside this slot\n\n### **CSS Properties:**\n - **--leu-chip-group-gap** - The gap between the chips _(default: undefined)_",
|
|
306
|
+
"doc-url": "",
|
|
307
|
+
"attributes": [
|
|
308
|
+
{
|
|
309
|
+
"name": "inverted",
|
|
310
|
+
"value": { "type": "boolean", "default": "false" }
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "selection-mode",
|
|
314
|
+
"value": { "type": "\"single\" | \"multiple\" | \"none\"" }
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "heading-level",
|
|
318
|
+
"value": { "type": "number", "default": "2" }
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "label",
|
|
322
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"slots": [
|
|
326
|
+
{
|
|
327
|
+
"name": "",
|
|
328
|
+
"description": "Place leu-chip-* elements inside this slot"
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"events": [],
|
|
332
|
+
"js": {
|
|
333
|
+
"properties": [
|
|
334
|
+
{ "name": "value" },
|
|
335
|
+
{ "name": "inverted", "type": "boolean" },
|
|
336
|
+
{ "name": "headingLevel", "type": "number" },
|
|
337
|
+
{ "name": "label", "type": "string" },
|
|
338
|
+
{
|
|
339
|
+
"name": "selectionMode",
|
|
340
|
+
"type": "\"single\" | \"multiple\" | \"none\""
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"events": []
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "leu-chip-link",
|
|
348
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The content of the chip",
|
|
349
|
+
"doc-url": "",
|
|
350
|
+
"attributes": [
|
|
351
|
+
{
|
|
352
|
+
"name": "size",
|
|
353
|
+
"description": "The size of the chip",
|
|
354
|
+
"value": { "type": "keyof typeof SIZES" }
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "href",
|
|
358
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "inverted",
|
|
362
|
+
"value": { "type": "boolean", "default": "false" }
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"slots": [{ "name": "", "description": "The content of the chip" }],
|
|
366
|
+
"events": [],
|
|
367
|
+
"js": {
|
|
368
|
+
"properties": [
|
|
369
|
+
{ "name": "inverted", "type": "boolean" },
|
|
370
|
+
{
|
|
371
|
+
"name": "size",
|
|
372
|
+
"description": "The size of the chip",
|
|
373
|
+
"type": "keyof typeof SIZES"
|
|
374
|
+
},
|
|
375
|
+
{ "name": "href", "type": "string" }
|
|
376
|
+
],
|
|
377
|
+
"events": []
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "leu-chip-removable",
|
|
382
|
+
"description": "\n---\n\n\n### **Events:**\n - **remove** - Dispatched when the user clicks on the chip\n\n### **Slots:**\n - _default_ - The content of the chip",
|
|
383
|
+
"doc-url": "",
|
|
384
|
+
"attributes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "inverted",
|
|
387
|
+
"value": { "type": "boolean", "default": "false" }
|
|
388
|
+
}
|
|
389
|
+
],
|
|
390
|
+
"slots": [{ "name": "", "description": "The content of the chip" }],
|
|
391
|
+
"events": [
|
|
392
|
+
{
|
|
393
|
+
"name": "remove",
|
|
394
|
+
"description": "Dispatched when the user clicks on the chip"
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"js": {
|
|
398
|
+
"properties": [{ "name": "inverted", "type": "boolean" }],
|
|
399
|
+
"events": [
|
|
400
|
+
{
|
|
401
|
+
"name": "remove",
|
|
402
|
+
"description": "Dispatched when the user clicks on the chip"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "leu-chip-selectable",
|
|
409
|
+
"description": "A chip component that can be selected.\n---\n\n\n### **Events:**\n - **input**\n\n### **Slots:**\n - _default_ - The content of the chip",
|
|
410
|
+
"doc-url": "",
|
|
411
|
+
"attributes": [
|
|
412
|
+
{
|
|
413
|
+
"name": "size",
|
|
414
|
+
"description": "The size of the chip. Not supported for radio variant.",
|
|
415
|
+
"value": { "type": "keyof typeof SIZES" }
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "variant",
|
|
419
|
+
"description": "`toggle` or `radio`. Determines if only one or multiple chips can be selected.",
|
|
420
|
+
"value": {
|
|
421
|
+
"type": "keyof typeof VARIANTS",
|
|
422
|
+
"default": "\"toggle\""
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "selected",
|
|
427
|
+
"value": { "type": "boolean", "default": "false" }
|
|
428
|
+
},
|
|
429
|
+
{ "name": "value", "value": { "type": "string" } },
|
|
430
|
+
{
|
|
431
|
+
"name": "inverted",
|
|
432
|
+
"value": { "type": "boolean", "default": "false" }
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"slots": [{ "name": "", "description": "The content of the chip" }],
|
|
436
|
+
"events": [{ "name": "input", "type": "CustomEvent" }],
|
|
437
|
+
"js": {
|
|
438
|
+
"properties": [
|
|
439
|
+
{
|
|
440
|
+
"name": "size",
|
|
441
|
+
"description": "The size of the chip. Not supported for radio variant.",
|
|
442
|
+
"type": "keyof typeof SIZES"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "variant",
|
|
446
|
+
"description": "The variant of the chip. Has an effect not only on the visual appearance but also on the behavior.\n- `toggle`: The chip behaves like a toggle button.\n- `radio`: The chip behaves like a radio button.",
|
|
447
|
+
"type": "keyof typeof VARIANTS"
|
|
448
|
+
},
|
|
449
|
+
{ "name": "selected", "type": "boolean" },
|
|
450
|
+
{ "name": "value", "type": "string" },
|
|
451
|
+
{ "name": "inverted", "type": "boolean" }
|
|
452
|
+
],
|
|
453
|
+
"events": [{ "name": "input", "type": "CustomEvent" }]
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "leu-dropdown",
|
|
458
|
+
"description": "\n---\n",
|
|
459
|
+
"doc-url": "",
|
|
460
|
+
"attributes": [
|
|
461
|
+
{
|
|
462
|
+
"name": "label",
|
|
463
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "expanded",
|
|
467
|
+
"value": { "type": "boolean", "default": "false" }
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"events": [],
|
|
471
|
+
"js": {
|
|
472
|
+
"properties": [
|
|
473
|
+
{ "name": "hasSlotController" },
|
|
474
|
+
{ "name": "_documentClickHandler" },
|
|
475
|
+
{ "name": "_menuItemClickHandler" },
|
|
476
|
+
{
|
|
477
|
+
"name": "_keyDownMenuHandler",
|
|
478
|
+
"description": "Close the dropdown when the user presses the Escape or the Tab key.\nNavigating the menu with the arrow keys is handled by the menu itself."
|
|
479
|
+
},
|
|
480
|
+
{ "name": "label", "type": "string" },
|
|
481
|
+
{ "name": "expanded", "type": "boolean" },
|
|
482
|
+
{ "name": "_toggleRef", "type": "Ref<HTMLButtonElement>" }
|
|
483
|
+
],
|
|
484
|
+
"events": []
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "leu-icon",
|
|
489
|
+
"description": "A component to render all defined zhWeb icons.\nThe `fill` of the icon is set to `currentColor` and\ncan be overriden by setting the css `color` property.\nIf the icon name is not found, a placeholder will be displayed.\n---\n\n\n### **CSS Properties:**\n - **--leu-icon-size** - The size of the icon. _(default: undefined)_",
|
|
490
|
+
"doc-url": "",
|
|
491
|
+
"attributes": [
|
|
492
|
+
{
|
|
493
|
+
"name": "name",
|
|
494
|
+
"description": "The name of the icon to display.",
|
|
495
|
+
"value": { "type": "IconPathName", "default": "\"\"" }
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"events": [],
|
|
499
|
+
"js": {
|
|
500
|
+
"properties": [
|
|
501
|
+
{
|
|
502
|
+
"name": "name",
|
|
503
|
+
"description": "The name of the icon to display.",
|
|
504
|
+
"type": "IconPathName | \"\""
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"events": []
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "leu-input",
|
|
512
|
+
"description": "A text input element.\n---\n\n\n### **Events:**\n - **input** - Dispatched when the value of the input element changes.\n- **change** - Dispatched when the value of the input element changes and the input element loses focus.\n\n### **Methods:**\n - **getValidationMessages(): _Object_** - Merge custom and default validation messages.\nA validation message can be a function or a string.\nIf it s a function, the function is called with the corresponding\nattribute value as argument.\ne.g.\n`tooLong(this.maxlength)`\nThis way the framework user can create reasonable validation messages\n- **renderErrorMessages(): _TemplateResult | nothing_** - Creates an error list with an item for the given validity state.",
|
|
513
|
+
"doc-url": "",
|
|
514
|
+
"attributes": [
|
|
515
|
+
{
|
|
516
|
+
"name": "disabled",
|
|
517
|
+
"description": "Disables the input element.",
|
|
518
|
+
"value": { "type": "boolean", "default": "false" }
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "required",
|
|
522
|
+
"description": "Marks the input element as required.",
|
|
523
|
+
"value": { "type": "boolean", "default": "false" }
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "clearable",
|
|
527
|
+
"description": "Adds a button to clear the input element.",
|
|
528
|
+
"value": { "type": "boolean", "default": "false" }
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "value",
|
|
532
|
+
"description": "The value of the input element.",
|
|
533
|
+
"value": { "type": "string" }
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "name",
|
|
537
|
+
"description": "The name of the input element.",
|
|
538
|
+
"value": { "type": "string" }
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "error",
|
|
542
|
+
"description": "A custom error that is completely independent of the validity state. Useful for displaying server side errors.",
|
|
543
|
+
"value": { "type": "string" }
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "label",
|
|
547
|
+
"description": "The label of the input element.",
|
|
548
|
+
"value": { "type": "string" }
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "prefix",
|
|
552
|
+
"description": "A prefix that relates to the value of the input (e.g. CHF).",
|
|
553
|
+
"value": { "type": "string" }
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "suffix",
|
|
557
|
+
"description": "A suffix that relates to the value of the input (e.g. mm).",
|
|
558
|
+
"value": { "type": "string" }
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "size",
|
|
562
|
+
"description": "The size of the input element.",
|
|
563
|
+
"value": { "type": "string", "default": "\"regular\"" }
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "icon",
|
|
567
|
+
"description": "The icon that is displayed at the end of the input element.",
|
|
568
|
+
"value": { "type": "string" }
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "pattern",
|
|
572
|
+
"description": "A regular expression that the value is checked against.",
|
|
573
|
+
"value": { "type": "string" }
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "type",
|
|
577
|
+
"description": "The type of the input element.",
|
|
578
|
+
"value": { "type": "string", "default": "\"text\"" }
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "min",
|
|
582
|
+
"description": "The minimum value of the input element.",
|
|
583
|
+
"value": { "type": "string" }
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "max",
|
|
587
|
+
"description": "The maximum value of the input element.",
|
|
588
|
+
"value": { "type": "string" }
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "maxlength",
|
|
592
|
+
"description": "The maximum length of the input element.",
|
|
593
|
+
"value": { "type": "string" }
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "minlength",
|
|
597
|
+
"description": "The minimum length of the input element.",
|
|
598
|
+
"value": { "type": "string" }
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "validationMessages",
|
|
602
|
+
"description": "Custom validation messages. The key is the name of the validity state and the value is the message.",
|
|
603
|
+
"value": { "type": "object", "default": "{}" }
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "novalidate",
|
|
607
|
+
"description": "Disables the browser's validation.",
|
|
608
|
+
"value": { "type": "boolean", "default": "false" }
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "step",
|
|
612
|
+
"description": "The step value of the input element.",
|
|
613
|
+
"value": { "type": "string" }
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "_validity",
|
|
617
|
+
"value": { "type": "null", "default": "null" }
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"events": [
|
|
621
|
+
{
|
|
622
|
+
"name": "input",
|
|
623
|
+
"type": "CustomEvent",
|
|
624
|
+
"description": "Dispatched when the value of the input element changes."
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "change",
|
|
628
|
+
"type": "CustomEvent",
|
|
629
|
+
"description": "Dispatched when the value of the input element changes and the input element loses focus."
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"js": {
|
|
633
|
+
"properties": [
|
|
634
|
+
{
|
|
635
|
+
"name": "disabled",
|
|
636
|
+
"description": "Disables the input element.",
|
|
637
|
+
"type": "boolean"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "required",
|
|
641
|
+
"description": "Marks the input element as required.",
|
|
642
|
+
"type": "boolean"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "clearable",
|
|
646
|
+
"description": "Adds a button to clear the input element.",
|
|
647
|
+
"type": "boolean"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "size",
|
|
651
|
+
"description": "The size of the input element.",
|
|
652
|
+
"type": "\"small\" | \"regular\""
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "type",
|
|
656
|
+
"description": "The type of the input element.",
|
|
657
|
+
"type": "string"
|
|
658
|
+
},
|
|
659
|
+
{ "name": "_validity", "type": "null" },
|
|
660
|
+
{
|
|
661
|
+
"name": "validationMessages",
|
|
662
|
+
"description": "Custom validation messages. The key is the name of the validity state and the value is the message.",
|
|
663
|
+
"type": "object"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "novalidate",
|
|
667
|
+
"description": "Disables the browser's validation.",
|
|
668
|
+
"type": "boolean"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "value",
|
|
672
|
+
"description": "The value of the input element.",
|
|
673
|
+
"type": "string"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "name",
|
|
677
|
+
"description": "The name of the input element.",
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "label",
|
|
682
|
+
"description": "The label of the input element.",
|
|
683
|
+
"type": "string"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "error",
|
|
687
|
+
"description": "A custom error that is completely independent of the validity state. Useful for displaying server side errors.",
|
|
688
|
+
"type": "string"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "icon",
|
|
692
|
+
"description": "The icon that is displayed at the end of the input element.",
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "prefix",
|
|
697
|
+
"description": "A prefix that relates to the value of the input (e.g. CHF).",
|
|
698
|
+
"type": "string"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "suffix",
|
|
702
|
+
"description": "A suffix that relates to the value of the input (e.g. mm).",
|
|
703
|
+
"type": "string"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "pattern",
|
|
707
|
+
"description": "A regular expression that the value is checked against.",
|
|
708
|
+
"type": "string"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "min",
|
|
712
|
+
"description": "The minimum value of the input element.",
|
|
713
|
+
"type": "string"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "max",
|
|
717
|
+
"description": "The maximum value of the input element.",
|
|
718
|
+
"type": "string"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "minlength",
|
|
722
|
+
"description": "The minimum length of the input element.",
|
|
723
|
+
"type": "string"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "maxlength",
|
|
727
|
+
"description": "The maximum length of the input element.",
|
|
728
|
+
"type": "string"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "step",
|
|
732
|
+
"description": "The step value of the input element.",
|
|
733
|
+
"type": "string"
|
|
734
|
+
}
|
|
735
|
+
],
|
|
736
|
+
"events": [
|
|
737
|
+
{
|
|
738
|
+
"name": "input",
|
|
739
|
+
"type": "CustomEvent",
|
|
740
|
+
"description": "Dispatched when the value of the input element changes."
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "change",
|
|
744
|
+
"type": "CustomEvent",
|
|
745
|
+
"description": "Dispatched when the value of the input element changes and the input element loses focus."
|
|
746
|
+
}
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "leu-menu",
|
|
752
|
+
"description": "\n---\n",
|
|
753
|
+
"doc-url": "",
|
|
754
|
+
"attributes": [
|
|
755
|
+
{
|
|
756
|
+
"name": "selects",
|
|
757
|
+
"description": "This has only an effect when the role is 'menu'. It defines which role the menu items will get. Default is 'none'.",
|
|
758
|
+
"value": { "type": "SelectsType", "default": "\"none\"" }
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"events": [],
|
|
762
|
+
"js": {
|
|
763
|
+
"properties": [
|
|
764
|
+
{
|
|
765
|
+
"name": "selects",
|
|
766
|
+
"description": "This has only an effect when the role is 'menu'. It defines which role the menu items will get. Default is 'none'.",
|
|
767
|
+
"type": "SelectsType"
|
|
768
|
+
},
|
|
769
|
+
{ "name": "value" }
|
|
770
|
+
],
|
|
771
|
+
"events": []
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "leu-menu-item",
|
|
776
|
+
"description": "\n---\n\n\n### **Methods:**\n - **getValue(): _string_** - Returns the value of the item. If `value` is not set, it will return the inner text\n\n### **Slots:**\n - _default_ - The label of the menu item",
|
|
777
|
+
"doc-url": "",
|
|
778
|
+
"attributes": [
|
|
779
|
+
{
|
|
780
|
+
"name": "active",
|
|
781
|
+
"description": "Defines if the item is selected or checked",
|
|
782
|
+
"value": { "type": "boolean", "default": "false" }
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "disabled",
|
|
786
|
+
"description": "Disables the underlying button or link",
|
|
787
|
+
"value": { "type": "boolean", "default": "false" }
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "tabbable",
|
|
791
|
+
"description": "If the item should be focusable. Will be reflected as `tabindex` to the underlying button or link",
|
|
792
|
+
"value": { "type": "boolean", "default": "undefined" }
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "href",
|
|
796
|
+
"description": "The href of the underlying link",
|
|
797
|
+
"value": { "type": "string", "default": "undefined" }
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "value",
|
|
801
|
+
"description": "The value of the item. It must not contain commas. See `getValue()`",
|
|
802
|
+
"value": { "type": "string", "default": "undefined" }
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "componentRole",
|
|
806
|
+
"description": "The role of the item. This will be reflected as `role` to the underlying button or link. Default is `'menuitem'.`",
|
|
807
|
+
"value": { "type": "MenuItemRole", "default": "\"menuitem\"" }
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"slots": [
|
|
811
|
+
{ "name": "", "description": "The label of the menu item" }
|
|
812
|
+
],
|
|
813
|
+
"events": [],
|
|
814
|
+
"js": {
|
|
815
|
+
"properties": [
|
|
816
|
+
{
|
|
817
|
+
"name": "active",
|
|
818
|
+
"description": "Defines if the item is selected or checked",
|
|
819
|
+
"type": "boolean"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "disabled",
|
|
823
|
+
"description": "Disables the underlying button or link",
|
|
824
|
+
"type": "boolean"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "value",
|
|
828
|
+
"description": "The value of the item. It must not contain commas. See `getValue()`",
|
|
829
|
+
"type": "string"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "href",
|
|
833
|
+
"description": "The href of the underlying link",
|
|
834
|
+
"type": "string"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "tabbable",
|
|
838
|
+
"description": "If the item should be focusable. Will be reflected as `tabindex` to the underlying button or link",
|
|
839
|
+
"type": "boolean"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "componentRole",
|
|
843
|
+
"description": "The role of the item. This will be reflected as `role` to the underlying button or link. Default is `'menuitem'.`",
|
|
844
|
+
"type": "MenuItemRole"
|
|
845
|
+
}
|
|
846
|
+
],
|
|
847
|
+
"events": []
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "leu-pagination",
|
|
852
|
+
"description": "\n---\n\n\n### **Events:**\n - **leu:pagechange**",
|
|
853
|
+
"doc-url": "",
|
|
854
|
+
"attributes": [
|
|
855
|
+
{ "name": "defaultPage", "value": { "type": "number" } },
|
|
856
|
+
{
|
|
857
|
+
"name": "itemsPerPage",
|
|
858
|
+
"value": { "type": "Number", "default": "1" }
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "numOfItems",
|
|
862
|
+
"value": { "type": "Number", "default": "1" }
|
|
863
|
+
},
|
|
864
|
+
{ "name": "_page", "value": { "type": "string" } }
|
|
865
|
+
],
|
|
866
|
+
"events": [{ "name": "leu:pagechange", "type": "CustomEvent" }],
|
|
867
|
+
"js": {
|
|
868
|
+
"properties": [
|
|
869
|
+
{ "name": "page" },
|
|
870
|
+
{ "name": "startIndex" },
|
|
871
|
+
{ "name": "endIndex" },
|
|
872
|
+
{ "name": "_maxPage" },
|
|
873
|
+
{ "name": "numOfItems", "type": "Number" },
|
|
874
|
+
{ "name": "itemsPerPage", "type": "Number" },
|
|
875
|
+
{ "name": "defaultPage", "type": "number" },
|
|
876
|
+
{
|
|
877
|
+
"name": "_page",
|
|
878
|
+
"description": "Internal page state that contains an\nalready clamped page number. Should only\nbe accessed through the `page` getter and\nsetter.",
|
|
879
|
+
"type": "Number"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"events": [{ "name": "leu:pagechange", "type": "CustomEvent" }]
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "leu-popup",
|
|
887
|
+
"description": "\n---\n",
|
|
888
|
+
"doc-url": "",
|
|
889
|
+
"attributes": [
|
|
890
|
+
{
|
|
891
|
+
"name": "anchor",
|
|
892
|
+
"value": {
|
|
893
|
+
"type": "string | HTMLElement",
|
|
894
|
+
"default": "undefined"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "active",
|
|
899
|
+
"value": { "type": "boolean", "default": "false" }
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "placement",
|
|
903
|
+
"value": { "type": "Placement", "default": "undefined" }
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "flip",
|
|
907
|
+
"value": { "type": "boolean", "default": "false" }
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "shift",
|
|
911
|
+
"value": { "type": "boolean", "default": "false" }
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "shiftPadding",
|
|
915
|
+
"value": { "type": "number", "default": "0" }
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "matchSize",
|
|
919
|
+
"value": {
|
|
920
|
+
"type": "\"width\" | \"height\" | \"both\"",
|
|
921
|
+
"default": "undefined"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "autoSize",
|
|
926
|
+
"value": {
|
|
927
|
+
"type": "\"width\" | \"height\" | \"both\"",
|
|
928
|
+
"default": "undefined"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "autoSizePadding",
|
|
933
|
+
"value": { "type": "number", "default": "0" }
|
|
934
|
+
}
|
|
935
|
+
],
|
|
936
|
+
"events": [],
|
|
937
|
+
"js": {
|
|
938
|
+
"properties": [
|
|
939
|
+
{ "name": "popupEl" },
|
|
940
|
+
{ "name": "anchorEl", "type": "null" },
|
|
941
|
+
{ "name": "cleanup" },
|
|
942
|
+
{ "name": "flip", "type": "boolean" },
|
|
943
|
+
{ "name": "shift", "type": "boolean" },
|
|
944
|
+
{ "name": "active", "type": "boolean" },
|
|
945
|
+
{ "name": "placement", "type": "Placement" },
|
|
946
|
+
{
|
|
947
|
+
"name": "matchSize",
|
|
948
|
+
"type": "\"width\" | \"height\" | \"both\""
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "autoSize",
|
|
952
|
+
"type": "\"width\" | \"height\" | \"both\""
|
|
953
|
+
},
|
|
954
|
+
{ "name": "shiftPadding", "type": "number" },
|
|
955
|
+
{ "name": "autoSizePadding", "type": "number" },
|
|
956
|
+
{ "name": "anchor", "type": "string | HTMLElement" }
|
|
957
|
+
],
|
|
958
|
+
"events": []
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "leu-radio",
|
|
963
|
+
"description": "\n---\n",
|
|
964
|
+
"doc-url": "",
|
|
965
|
+
"attributes": [
|
|
966
|
+
{
|
|
967
|
+
"name": "checked",
|
|
968
|
+
"value": { "type": "boolean", "default": "false" }
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "disabled",
|
|
972
|
+
"value": { "type": "boolean", "default": "false" }
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "value",
|
|
976
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
977
|
+
},
|
|
978
|
+
{ "name": "name", "value": { "type": "string", "default": "\"\"" } }
|
|
979
|
+
],
|
|
980
|
+
"events": [],
|
|
981
|
+
"js": {
|
|
982
|
+
"properties": [
|
|
983
|
+
{ "name": "checked", "type": "boolean" },
|
|
984
|
+
{ "name": "disabled", "type": "boolean" },
|
|
985
|
+
{ "name": "name", "type": "string" },
|
|
986
|
+
{ "name": "value", "type": "string" }
|
|
987
|
+
],
|
|
988
|
+
"events": []
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "leu-radio-group",
|
|
993
|
+
"description": "\n---\n",
|
|
994
|
+
"doc-url": "",
|
|
995
|
+
"attributes": [
|
|
996
|
+
{
|
|
997
|
+
"name": "orientation",
|
|
998
|
+
"value": { "type": "string", "default": "\"HORIZONTAL\"" }
|
|
999
|
+
},
|
|
1000
|
+
{ "name": "label", "value": { "type": "string" } }
|
|
1001
|
+
],
|
|
1002
|
+
"events": [],
|
|
1003
|
+
"js": {
|
|
1004
|
+
"properties": [
|
|
1005
|
+
{ "name": "value" },
|
|
1006
|
+
{ "name": "handleFocusIn" },
|
|
1007
|
+
{ "name": "handleKeyDown" },
|
|
1008
|
+
{ "name": "handleInput" },
|
|
1009
|
+
{ "name": "orientation", "type": "string" },
|
|
1010
|
+
{ "name": "_currentIndex", "type": "number" },
|
|
1011
|
+
{ "name": "items", "type": "array" },
|
|
1012
|
+
{ "name": "label", "type": "string" }
|
|
1013
|
+
],
|
|
1014
|
+
"events": []
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "leu-scroll-top",
|
|
1019
|
+
"description": "\n---\n",
|
|
1020
|
+
"doc-url": "",
|
|
1021
|
+
"attributes": [
|
|
1022
|
+
{ "name": "_showButton", "value": { "type": "string" } }
|
|
1023
|
+
],
|
|
1024
|
+
"events": [],
|
|
1025
|
+
"js": {
|
|
1026
|
+
"properties": [
|
|
1027
|
+
{ "name": "scroll" },
|
|
1028
|
+
{ "name": "_showButton", "type": "boolean" }
|
|
1029
|
+
],
|
|
1030
|
+
"events": []
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "leu-select",
|
|
1035
|
+
"description": "\n---\n\n\n### **Methods:**\n - **_updateMenuItems(changed)** - Apply the current state to the menu items.\n- Set the active property when the value property has changed.\n- Hide menu items that do not match the filter.\n- **_getDisplayValue(): _String | nothing_** - Determines the value or label that should be displayed inside the toggle button.\n- **_isSelected(menuItemValue: _String_): _Boolean_** - Checks if the given value is selected.\n- **_handlePopupFocusOut(event)** - Close the dropdown if the focus moves outside the component.\n\n### **Slots:**\n - **before** - Optional content the appears before the option list\n- **after** - Optional content the appears after the option list",
|
|
1036
|
+
"doc-url": "",
|
|
1037
|
+
"attributes": [
|
|
1038
|
+
{
|
|
1039
|
+
"name": "value",
|
|
1040
|
+
"description": "List of selected values. If they're set from outside the component, the select element tries to find all the options with the given values and selects them.",
|
|
1041
|
+
"value": { "type": "array", "default": "[]" }
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "name",
|
|
1045
|
+
"description": "Reflects to the name attribute of the hidden input field that would be used in a form",
|
|
1046
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "open",
|
|
1050
|
+
"description": "The expanded state of the popup",
|
|
1051
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "label",
|
|
1055
|
+
"description": "The label of the select",
|
|
1056
|
+
"value": { "type": "string", "default": "\"\"" }
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "clearable",
|
|
1060
|
+
"description": "Show a clearable button to reset the value",
|
|
1061
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "disabled",
|
|
1065
|
+
"description": "If the select should be disabled",
|
|
1066
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "filterable",
|
|
1070
|
+
"description": "Show an input field to filter the options inside the popup",
|
|
1071
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "multiple",
|
|
1075
|
+
"description": "Allow multiple selections",
|
|
1076
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1077
|
+
},
|
|
1078
|
+
{ "name": "_optionFilter", "value": { "type": "string" } },
|
|
1079
|
+
{ "name": "_hasFilterResults", "value": { "type": "string" } },
|
|
1080
|
+
{ "name": "_displayValue", "value": { "type": "string" } }
|
|
1081
|
+
],
|
|
1082
|
+
"slots": [
|
|
1083
|
+
{
|
|
1084
|
+
"name": "before",
|
|
1085
|
+
"description": "Optional content the appears before the option list"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "after",
|
|
1089
|
+
"description": "Optional content the appears after the option list"
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"events": [],
|
|
1093
|
+
"js": {
|
|
1094
|
+
"properties": [
|
|
1095
|
+
{
|
|
1096
|
+
"name": "open",
|
|
1097
|
+
"description": "The expanded state of the popup",
|
|
1098
|
+
"type": "boolean"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "disabled",
|
|
1102
|
+
"description": "If the select should be disabled",
|
|
1103
|
+
"type": "boolean"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "multiple",
|
|
1107
|
+
"description": "Allow multiple selections",
|
|
1108
|
+
"type": "boolean"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "clearable",
|
|
1112
|
+
"description": "Show a clearable button to reset the value",
|
|
1113
|
+
"type": "boolean"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "filterable",
|
|
1117
|
+
"description": "Show an input field to filter the options inside the popup",
|
|
1118
|
+
"type": "boolean"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "value",
|
|
1122
|
+
"description": "List of selected values. If they're set from outside the component, the select element tries to find all the options with the given values and selects them.",
|
|
1123
|
+
"type": "array"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "label",
|
|
1127
|
+
"description": "The label of the select",
|
|
1128
|
+
"type": "string"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "name",
|
|
1132
|
+
"description": "Reflects to the name attribute of the hidden input field that would be used in a form",
|
|
1133
|
+
"type": "string"
|
|
1134
|
+
},
|
|
1135
|
+
{ "name": "_optionFilterRef", "type": "Ref<LeuInput>" },
|
|
1136
|
+
{ "name": "_toggleButtonRef", "type": "Ref<HTMLButtonElement>" },
|
|
1137
|
+
{ "name": "_menuRef", "type": "Ref<LeuMenu>" },
|
|
1138
|
+
{ "name": "_optionFilter", "type": "string" },
|
|
1139
|
+
{ "name": "_hasFilterResults", "type": "boolean" },
|
|
1140
|
+
{ "name": "_displayValue", "type": "string" }
|
|
1141
|
+
],
|
|
1142
|
+
"events": []
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "leu-table",
|
|
1147
|
+
"description": "\n---\n",
|
|
1148
|
+
"doc-url": "",
|
|
1149
|
+
"attributes": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "columns",
|
|
1152
|
+
"value": { "type": "array", "default": "[]" }
|
|
1153
|
+
},
|
|
1154
|
+
{ "name": "data", "value": { "type": "array", "default": "[]" } },
|
|
1155
|
+
{
|
|
1156
|
+
"name": "firstColumnSticky",
|
|
1157
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "itemsPerPage",
|
|
1161
|
+
"value": { "type": "number", "default": "null" }
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "sortIndex",
|
|
1165
|
+
"value": { "type": "number", "default": "null" }
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "sortOrderAsc",
|
|
1169
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "width",
|
|
1173
|
+
"value": { "type": "number", "default": "null" }
|
|
1174
|
+
},
|
|
1175
|
+
{ "name": "_shadowLeft", "value": { "type": "string" } },
|
|
1176
|
+
{ "name": "_shadowRight", "value": { "type": "string" } },
|
|
1177
|
+
{ "name": "_page", "value": { "type": "string" } }
|
|
1178
|
+
],
|
|
1179
|
+
"events": [],
|
|
1180
|
+
"js": {
|
|
1181
|
+
"properties": [
|
|
1182
|
+
{ "name": "_columns" },
|
|
1183
|
+
{ "name": "_sortedData" },
|
|
1184
|
+
{ "name": "_data" },
|
|
1185
|
+
{ "name": "columns", "type": "array" },
|
|
1186
|
+
{ "name": "data", "type": "array" },
|
|
1187
|
+
{ "name": "firstColumnSticky", "type": "boolean" },
|
|
1188
|
+
{ "name": "itemsPerPage", "type": "number" },
|
|
1189
|
+
{ "name": "sortIndex", "type": "number" },
|
|
1190
|
+
{ "name": "sortOrderAsc", "type": "boolean" },
|
|
1191
|
+
{ "name": "width", "type": "number" },
|
|
1192
|
+
{ "name": "_resizeObserver" },
|
|
1193
|
+
{ "name": "_shadowLeft", "type": "boolean" },
|
|
1194
|
+
{ "name": "_shadowRight", "type": "boolean" },
|
|
1195
|
+
{ "name": "_page", "type": "number" }
|
|
1196
|
+
],
|
|
1197
|
+
"events": []
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "leu-visually-hidden",
|
|
1202
|
+
"description": "\n---\n",
|
|
1203
|
+
"doc-url": "",
|
|
1204
|
+
"attributes": [],
|
|
1205
|
+
"events": [],
|
|
1206
|
+
"js": { "properties": [], "events": [] }
|
|
1207
|
+
}
|
|
1208
|
+
]
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
}
|