@carbon/web-components 2.0.0-alpha.0 → 2.0.0-beta.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/README.md +19 -19
- package/custom-elements.json +474 -200
- package/es/components/accordion/accordion-item-skeleton.d.ts +20 -0
- package/es/components/accordion/accordion-item-skeleton.d.ts.map +1 -0
- package/es/components/accordion/accordion-item-skeleton.js +60 -0
- package/es/components/accordion/accordion-item-skeleton.js.map +1 -0
- package/es/components/accordion/accordion-item.d.ts +5 -4
- package/es/components/accordion/accordion-item.d.ts.map +1 -1
- package/es/components/accordion/accordion-item.js +24 -9
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.d.ts +40 -0
- package/es/components/accordion/accordion-skeleton.d.ts.map +1 -0
- package/es/components/accordion/accordion-skeleton.js +166 -0
- package/es/components/accordion/accordion-skeleton.js.map +1 -0
- package/es/components/accordion/accordion.css.js +1 -1
- package/es/components/accordion/accordion.d.ts +2 -2
- package/es/components/accordion/accordion.d.ts.map +1 -1
- package/es/components/accordion/accordion.js +5 -5
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/accordion/accordion.rtl.css.js +1 -1
- package/es/components/accordion/index.d.ts +3 -1
- package/es/components/accordion/index.d.ts.map +1 -1
- package/es/components/accordion/index.js +3 -1
- package/es/components/accordion/index.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.js +5 -5
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.d.ts +4 -3
- package/es/components/breadcrumb/breadcrumb-link.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.js +20 -6
- package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts +3 -3
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js +6 -6
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts +19 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +1 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.js +59 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -0
- package/es/components/breadcrumb/breadcrumb.css.js +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts +6 -2
- package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +30 -10
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.rtl.css.js +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -1
- package/es/components/breadcrumb/index.d.ts.map +1 -1
- package/es/components/breadcrumb/index.js +2 -1
- package/es/components/breadcrumb/index.js.map +1 -1
- package/es/components/button/button-set.d.ts +32 -0
- package/es/components/button/button-set.d.ts.map +1 -0
- package/es/components/button/button-set.js +92 -0
- package/es/components/button/button-set.js.map +1 -0
- package/es/components/button/button.css.js +1 -1
- package/es/components/button/button.d.ts +47 -8
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +187 -34
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.rtl.css.js +1 -1
- package/es/components/button/defs.d.ts +60 -14
- package/es/components/button/defs.d.ts.map +1 -1
- package/es/components/button/defs.js +34 -11
- package/es/components/button/defs.js.map +1 -1
- package/es/components/button/index.d.ts +2 -1
- package/es/components/button/index.d.ts.map +1 -1
- package/es/components/button/index.js +2 -1
- package/es/components/button/index.js.map +1 -1
- package/es/components/checkbox/checkbox.css.js +1 -1
- package/es/components/checkbox/checkbox.rtl.css.js +1 -1
- package/es/components/code-snippet/code-snippet.css.js +1 -1
- package/es/components/code-snippet/code-snippet.rtl.css.js +1 -1
- package/es/components/combo-box/combo-box.css.js +1 -1
- package/es/components/combo-box/combo-box.rtl.css.js +1 -1
- package/es/components/data-table/data-table.css.js +1 -1
- package/es/components/data-table/data-table.rtl.css.js +1 -1
- package/es/components/date-picker/date-picker.css.js +1 -1
- package/es/components/date-picker/date-picker.rtl.css.js +1 -1
- package/es/components/dropdown/dropdown.css.js +1 -1
- package/es/components/dropdown/dropdown.rtl.css.js +1 -1
- package/es/components/file-uploader/file-uploader.css.js +1 -1
- package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
- package/es/components/form/form-item.css.js +1 -1
- package/es/components/form/form-item.rtl.css.js +1 -1
- package/es/components/input/input.css.js +1 -1
- package/es/components/input/input.rtl.css.js +1 -1
- package/es/components/layer/index.d.ts +11 -0
- package/es/components/layer/index.d.ts.map +1 -0
- package/es/components/layer/index.js +11 -0
- package/es/components/layer/index.js.map +1 -0
- package/es/components/layer/layer.css.js +12 -0
- package/es/components/layer/layer.d.ts +36 -0
- package/es/components/layer/layer.d.ts.map +1 -0
- package/es/components/layer/layer.js +117 -0
- package/es/components/layer/layer.js.map +1 -0
- package/es/components/layer/layer.rtl.css.js +12 -0
- package/es/components/link/link.d.ts +16 -8
- package/es/components/link/link.d.ts.map +1 -1
- package/es/components/link/link.js +41 -9
- package/es/components/link/link.js.map +1 -1
- package/es/components/multi-select/multi-select.css.js +1 -1
- package/es/components/multi-select/multi-select.rtl.css.js +1 -1
- package/es/components/number-input/number-input.css.js +1 -1
- package/es/components/number-input/number-input.rtl.css.js +1 -1
- package/es/components/pagination/pagination.css.js +1 -1
- package/es/components/pagination/pagination.rtl.css.js +1 -1
- package/es/components/radio-button/radio-button-group.d.ts +16 -4
- package/es/components/radio-button/radio-button-group.d.ts.map +1 -1
- package/es/components/radio-button/radio-button-group.js +55 -8
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button.css.js +1 -1
- package/es/components/radio-button/radio-button.d.ts +12 -4
- package/es/components/radio-button/radio-button.d.ts.map +1 -1
- package/es/components/radio-button/radio-button.js +44 -12
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/radio-button/radio-button.rtl.css.js +1 -1
- package/es/components/search/search.css.js +1 -1
- package/es/components/search/search.rtl.css.js +1 -1
- package/es/components/select/select.css.js +1 -1
- package/es/components/select/select.rtl.css.js +1 -1
- package/es/components/slider/slider.css.js +1 -1
- package/es/components/slider/slider.rtl.css.js +1 -1
- package/es/components/tabs/tabs.css.js +1 -1
- package/es/components/tabs/tabs.rtl.css.js +1 -1
- package/es/components/tag/defs.d.ts +3 -3
- package/es/components/tag/defs.d.ts.map +1 -1
- package/es/components/tag/defs.js +2 -2
- package/es/components/tag/defs.js.map +1 -1
- package/es/components/tag/index.d.ts +1 -2
- package/es/components/tag/index.d.ts.map +1 -1
- package/es/components/tag/index.js +1 -2
- package/es/components/tag/index.js.map +1 -1
- package/es/components/tag/tag.css.js +1 -1
- package/es/components/tag/tag.d.ts +660 -3
- package/es/components/tag/tag.d.ts.map +1 -1
- package/es/components/tag/tag.js +160 -13
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.rtl.css.js +1 -1
- package/es/components/textarea/textarea.css.js +1 -1
- package/es/components/textarea/textarea.rtl.css.js +1 -1
- package/es/components/tile/expandable-tile.d.ts +5 -5
- package/es/components/tile/expandable-tile.d.ts.map +1 -1
- package/es/components/tile/expandable-tile.js +50 -36
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/radio-tile.d.ts +6 -338
- package/es/components/tile/radio-tile.d.ts.map +1 -1
- package/es/components/tile/radio-tile.js +36 -127
- package/es/components/tile/radio-tile.js.map +1 -1
- package/es/components/tile/selectable-tile.d.ts +322 -1
- package/es/components/tile/selectable-tile.d.ts.map +1 -1
- package/es/components/tile/selectable-tile.js +26 -10
- package/es/components/tile/selectable-tile.js.map +1 -1
- package/es/components/tile/tile-group.d.ts +380 -3
- package/es/components/tile/tile-group.d.ts.map +1 -1
- package/es/components/tile/tile-group.js +336 -19
- package/es/components/tile/tile-group.js.map +1 -1
- package/es/components/tile/tile.css.js +1 -1
- package/es/components/tile/tile.rtl.css.js +1 -1
- package/es/components/toggle/toggle.css.js +1 -1
- package/es/components/toggle/toggle.d.ts +13 -5
- package/es/components/toggle/toggle.d.ts.map +1 -1
- package/es/components/toggle/toggle.js +46 -15
- package/es/components/toggle/toggle.js.map +1 -1
- package/es/components/toggle/toggle.rtl.css.js +1 -1
- package/es/components/toggle-tip/toggletip.css.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +5 -1
- package/es/components/toggle-tip/toggletip.d.ts.map +1 -1
- package/es/components/toggle-tip/toggletip.js +12 -12
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.rtl.css.js +1 -1
- package/es/components/tooltip/tooltip-body.d.ts.map +1 -1
- package/es/components/tooltip/tooltip-body.js +1 -5
- package/es/components/tooltip/tooltip-body.js.map +1 -1
- package/es/components/tooltip/tooltip.css.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +1 -2
- package/es/components/tooltip/tooltip.d.ts.map +1 -1
- package/es/components/tooltip/tooltip.js +9 -3
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.rtl.css.js +1 -1
- package/es/components-react/accordion/accordion-item-skeleton.d.ts +15 -0
- package/es/components-react/accordion/accordion-item-skeleton.js +21 -0
- package/es/components-react/accordion/accordion-item.d.ts +2 -2
- package/es/components-react/accordion/accordion-skeleton.d.ts +15 -0
- package/es/components-react/accordion/accordion-skeleton.js +21 -0
- package/es/components-react/accordion/accordion.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-link.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-overflow-menu.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-skeleton.d.ts +15 -0
- package/es/components-react/breadcrumb/breadcrumb-skeleton.js +21 -0
- package/es/components-react/breadcrumb/breadcrumb.d.ts +2 -2
- package/es/components-react/button/button-set.d.ts +15 -0
- package/es/components-react/button/button-set.js +21 -0
- package/es/components-react/button/button.js +7 -1
- package/es/components-react/layer/index.d.ts +14 -0
- package/es/components-react/layer/index.js +8 -0
- package/es/components-react/layer/layer.d.ts +19 -0
- package/es/components-react/{tag/filter-tag.js → layer/layer.js} +5 -10
- package/es/components-react/link/link.d.ts +2 -2
- package/es/components-react/radio-button/radio-button-group.d.ts +2 -2
- package/es/components-react/radio-button/radio-button.d.ts +2 -2
- package/es/components-react/tag/tag.d.ts +11 -2
- package/es/components-react/tag/tag.js +12 -2
- package/es/components-react/tile/radio-tile.d.ts +8 -3
- package/es/components-react/tile/radio-tile.js +8 -2
- package/es/components-react/tile/tile-group.d.ts +10 -2
- package/es/components-react/tile/tile-group.js +12 -2
- package/es/components-react/toggle/toggle.d.ts +2 -2
- package/es/globals/internal/radio-group-manager.d.ts +3 -2
- package/es/globals/internal/radio-group-manager.d.ts.map +1 -1
- package/es/globals/internal/radio-group-manager.js +5 -4
- package/es/globals/internal/radio-group-manager.js.map +1 -1
- package/es/index.d.ts +0 -1
- package/es/index.d.ts.map +1 -1
- package/es/index.js +0 -1
- package/es/index.js.map +1 -1
- package/lib/components/button/defs.js +36 -13
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/tag/defs.js +2 -2
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components-react-node/accordion/accordion-item-skeleton.js +36 -0
- package/lib/components-react-node/accordion/accordion-skeleton.js +36 -0
- package/lib/components-react-node/breadcrumb/breadcrumb-skeleton.js +36 -0
- package/lib/components-react-node/button/button-set.js +36 -0
- package/lib/components-react-node/button/button.js +18 -6
- package/lib/components-react-node/layer/index.js +9 -0
- package/lib/components-react-node/{tag/filter-tag.js → layer/layer.js} +4 -21
- package/lib/components-react-node/tag/tag.js +12 -2
- package/lib/components-react-node/tile/radio-tile.js +8 -2
- package/lib/components-react-node/tile/tile-group.js +12 -2
- package/package.json +6 -7
- package/scss/components/accordion/accordion.scss +24 -10
- package/scss/components/breadcrumb/breadcrumb.scss +6 -3
- package/scss/components/button/button.scss +16 -34
- package/scss/components/combo-box/combo-box.scss +0 -1
- package/scss/components/layer/layer.scss +29 -0
- package/scss/components/radio-button/radio-button.scss +6 -6
- package/scss/components/tag/tag.scss +69 -72
- package/scss/components/tile/tile.scss +38 -16
- package/scss/components/toggle/toggle.scss +4 -0
- package/CHANGELOG.md +0 -87
- package/es/components/tag/filter-tag.d.ts +0 -680
- package/es/components/tag/filter-tag.d.ts.map +0 -1
- package/es/components/tag/filter-tag.js +0 -194
- package/es/components/tag/filter-tag.js.map +0 -1
- package/es/components-react/tag/filter-tag.d.ts +0 -24
package/custom-elements.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"default": "false"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
"name": "title
|
|
22
|
+
"name": "title",
|
|
23
23
|
"description": "The title text.",
|
|
24
24
|
"type": "string",
|
|
25
25
|
"default": "\"\""
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"default": "false"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"name": "
|
|
45
|
-
"attribute": "title
|
|
44
|
+
"name": "title",
|
|
45
|
+
"attribute": "title",
|
|
46
46
|
"description": "The title text.",
|
|
47
47
|
"type": "string",
|
|
48
48
|
"default": "\"\""
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"attributes": [
|
|
140
140
|
{
|
|
141
141
|
"name": "disabled",
|
|
142
|
-
"description": "`true` if the
|
|
142
|
+
"description": "`true` if the link should be disabled.",
|
|
143
143
|
"type": "boolean",
|
|
144
144
|
"default": "false"
|
|
145
145
|
},
|
|
@@ -158,6 +158,12 @@
|
|
|
158
158
|
"description": "The language of what `href` points to.",
|
|
159
159
|
"type": "string"
|
|
160
160
|
},
|
|
161
|
+
{
|
|
162
|
+
"name": "inline",
|
|
163
|
+
"description": "`true` if the link should be inline.",
|
|
164
|
+
"type": "boolean",
|
|
165
|
+
"default": "false"
|
|
166
|
+
},
|
|
161
167
|
{
|
|
162
168
|
"name": "link-role",
|
|
163
169
|
"description": "The a11y role for `<a>`.",
|
|
@@ -177,7 +183,7 @@
|
|
|
177
183
|
"name": "size",
|
|
178
184
|
"description": "Link size.",
|
|
179
185
|
"type": "LINK_SIZE",
|
|
180
|
-
"default": "\"\""
|
|
186
|
+
"default": "\"md\""
|
|
181
187
|
},
|
|
182
188
|
{
|
|
183
189
|
"name": "target",
|
|
@@ -188,13 +194,19 @@
|
|
|
188
194
|
"name": "type",
|
|
189
195
|
"description": "MIME type of the `target`.",
|
|
190
196
|
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "visited",
|
|
200
|
+
"description": "`true` if the link has been visited.",
|
|
201
|
+
"type": "boolean",
|
|
202
|
+
"default": "false"
|
|
191
203
|
}
|
|
192
204
|
],
|
|
193
205
|
"properties": [
|
|
194
206
|
{
|
|
195
207
|
"name": "disabled",
|
|
196
208
|
"attribute": "disabled",
|
|
197
|
-
"description": "`true` if the
|
|
209
|
+
"description": "`true` if the link should be disabled.",
|
|
198
210
|
"type": "boolean",
|
|
199
211
|
"default": "false"
|
|
200
212
|
},
|
|
@@ -216,6 +228,13 @@
|
|
|
216
228
|
"description": "The language of what `href` points to.",
|
|
217
229
|
"type": "string"
|
|
218
230
|
},
|
|
231
|
+
{
|
|
232
|
+
"name": "inline",
|
|
233
|
+
"attribute": "inline",
|
|
234
|
+
"description": "`true` if the link should be inline.",
|
|
235
|
+
"type": "boolean",
|
|
236
|
+
"default": "false"
|
|
237
|
+
},
|
|
219
238
|
{
|
|
220
239
|
"name": "linkRole",
|
|
221
240
|
"attribute": "link-role",
|
|
@@ -239,7 +258,7 @@
|
|
|
239
258
|
"attribute": "size",
|
|
240
259
|
"description": "Link size.",
|
|
241
260
|
"type": "LINK_SIZE",
|
|
242
|
-
"default": "\"\""
|
|
261
|
+
"default": "\"md\""
|
|
243
262
|
},
|
|
244
263
|
{
|
|
245
264
|
"name": "target",
|
|
@@ -253,6 +272,13 @@
|
|
|
253
272
|
"description": "MIME type of the `target`.",
|
|
254
273
|
"type": "string"
|
|
255
274
|
},
|
|
275
|
+
{
|
|
276
|
+
"name": "visited",
|
|
277
|
+
"attribute": "visited",
|
|
278
|
+
"description": "`true` if the link has been visited.",
|
|
279
|
+
"type": "boolean",
|
|
280
|
+
"default": "false"
|
|
281
|
+
},
|
|
256
282
|
{
|
|
257
283
|
"name": "shadowRootOptions",
|
|
258
284
|
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; }",
|
|
@@ -344,6 +370,32 @@
|
|
|
344
370
|
"name": "cds-breadcrumb",
|
|
345
371
|
"path": "./src/components/breadcrumb/breadcrumb.ts",
|
|
346
372
|
"description": "Breadcrumb.",
|
|
373
|
+
"attributes": [
|
|
374
|
+
{
|
|
375
|
+
"name": "no-trailing-slash",
|
|
376
|
+
"description": "Optional prop to omit the trailing slash for the breadcrumbs",
|
|
377
|
+
"type": "boolean",
|
|
378
|
+
"default": "false"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"properties": [
|
|
382
|
+
{
|
|
383
|
+
"name": "noTrailingSlash",
|
|
384
|
+
"attribute": "no-trailing-slash",
|
|
385
|
+
"description": "Optional prop to omit the trailing slash for the breadcrumbs",
|
|
386
|
+
"type": "boolean",
|
|
387
|
+
"default": "false"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "styles",
|
|
391
|
+
"default": "\"styles\""
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "cds-btn-set",
|
|
397
|
+
"path": "./src/components/button/button-set.ts",
|
|
398
|
+
"description": "Button set.",
|
|
347
399
|
"properties": [
|
|
348
400
|
{
|
|
349
401
|
"name": "styles",
|
|
@@ -362,6 +414,10 @@
|
|
|
362
414
|
"type": "boolean",
|
|
363
415
|
"default": "false"
|
|
364
416
|
},
|
|
417
|
+
{
|
|
418
|
+
"name": "danger-descriptor",
|
|
419
|
+
"description": "Specify the message read by screen readers for the danger button variant"
|
|
420
|
+
},
|
|
365
421
|
{
|
|
366
422
|
"name": "disabled",
|
|
367
423
|
"description": "`true` if the button should be disabled.",
|
|
@@ -383,18 +439,18 @@
|
|
|
383
439
|
"description": "The language of what `href` points to, if this button is rendered as `<a>`.",
|
|
384
440
|
"type": "string"
|
|
385
441
|
},
|
|
386
|
-
{
|
|
387
|
-
"name": "icon-layout",
|
|
388
|
-
"description": "Button icon layout.",
|
|
389
|
-
"type": "BUTTON_ICON_LAYOUT",
|
|
390
|
-
"default": "\"\""
|
|
391
|
-
},
|
|
392
442
|
{
|
|
393
443
|
"name": "isExpressive",
|
|
394
444
|
"description": "`true` if expressive theme enabled.",
|
|
395
445
|
"type": "boolean",
|
|
396
446
|
"default": "false"
|
|
397
447
|
},
|
|
448
|
+
{
|
|
449
|
+
"name": "isSelected",
|
|
450
|
+
"description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"default": "false"
|
|
453
|
+
},
|
|
398
454
|
{
|
|
399
455
|
"name": "kind",
|
|
400
456
|
"description": "Button kind.",
|
|
@@ -407,6 +463,12 @@
|
|
|
407
463
|
"type": "string",
|
|
408
464
|
"default": "\"button\""
|
|
409
465
|
},
|
|
466
|
+
{
|
|
467
|
+
"name": "openTooltip",
|
|
468
|
+
"description": "Boolean to determine if tooltip is open.",
|
|
469
|
+
"type": "boolean",
|
|
470
|
+
"default": "false"
|
|
471
|
+
},
|
|
410
472
|
{
|
|
411
473
|
"name": "ping",
|
|
412
474
|
"description": "URLs to ping, if this button is rendered as `<a>`.",
|
|
@@ -421,7 +483,7 @@
|
|
|
421
483
|
"name": "size",
|
|
422
484
|
"description": "Button size.",
|
|
423
485
|
"type": "BUTTON_SIZE",
|
|
424
|
-
"default": "\"\""
|
|
486
|
+
"default": "\"lg\""
|
|
425
487
|
},
|
|
426
488
|
{
|
|
427
489
|
"name": "target",
|
|
@@ -429,9 +491,27 @@
|
|
|
429
491
|
"type": "string"
|
|
430
492
|
},
|
|
431
493
|
{
|
|
432
|
-
"name": "
|
|
433
|
-
"description": "
|
|
494
|
+
"name": "tooltip-alignment",
|
|
495
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
496
|
+
"type": "BUTTON_TOOLTIP_ALIGNMENT",
|
|
497
|
+
"default": "\"\""
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "tooltip-position",
|
|
501
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
502
|
+
"type": "BUTTON_TOOLTIP_POSITION",
|
|
503
|
+
"default": "\"top\""
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "tooltip-text",
|
|
507
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
434
508
|
"type": "string"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "type",
|
|
512
|
+
"description": "Button type.",
|
|
513
|
+
"type": "BUTTON_TYPE",
|
|
514
|
+
"default": "\"button\""
|
|
435
515
|
}
|
|
436
516
|
],
|
|
437
517
|
"properties": [
|
|
@@ -442,6 +522,11 @@
|
|
|
442
522
|
"type": "boolean",
|
|
443
523
|
"default": "false"
|
|
444
524
|
},
|
|
525
|
+
{
|
|
526
|
+
"name": "dangerDescriptor",
|
|
527
|
+
"attribute": "danger-descriptor",
|
|
528
|
+
"description": "Specify the message read by screen readers for the danger button variant"
|
|
529
|
+
},
|
|
445
530
|
{
|
|
446
531
|
"name": "disabled",
|
|
447
532
|
"attribute": "disabled",
|
|
@@ -467,13 +552,6 @@
|
|
|
467
552
|
"description": "The language of what `href` points to, if this button is rendered as `<a>`.",
|
|
468
553
|
"type": "string"
|
|
469
554
|
},
|
|
470
|
-
{
|
|
471
|
-
"name": "iconLayout",
|
|
472
|
-
"attribute": "icon-layout",
|
|
473
|
-
"description": "Button icon layout.",
|
|
474
|
-
"type": "BUTTON_ICON_LAYOUT",
|
|
475
|
-
"default": "\"\""
|
|
476
|
-
},
|
|
477
555
|
{
|
|
478
556
|
"name": "isExpressive",
|
|
479
557
|
"attribute": "isExpressive",
|
|
@@ -481,6 +559,13 @@
|
|
|
481
559
|
"type": "boolean",
|
|
482
560
|
"default": "false"
|
|
483
561
|
},
|
|
562
|
+
{
|
|
563
|
+
"name": "isSelected",
|
|
564
|
+
"attribute": "isSelected",
|
|
565
|
+
"description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
|
|
566
|
+
"type": "boolean",
|
|
567
|
+
"default": "false"
|
|
568
|
+
},
|
|
484
569
|
{
|
|
485
570
|
"name": "kind",
|
|
486
571
|
"attribute": "kind",
|
|
@@ -495,6 +580,13 @@
|
|
|
495
580
|
"type": "string",
|
|
496
581
|
"default": "\"button\""
|
|
497
582
|
},
|
|
583
|
+
{
|
|
584
|
+
"name": "openTooltip",
|
|
585
|
+
"attribute": "openTooltip",
|
|
586
|
+
"description": "Boolean to determine if tooltip is open.",
|
|
587
|
+
"type": "boolean",
|
|
588
|
+
"default": "false"
|
|
589
|
+
},
|
|
498
590
|
{
|
|
499
591
|
"name": "ping",
|
|
500
592
|
"attribute": "ping",
|
|
@@ -512,7 +604,7 @@
|
|
|
512
604
|
"attribute": "size",
|
|
513
605
|
"description": "Button size.",
|
|
514
606
|
"type": "BUTTON_SIZE",
|
|
515
|
-
"default": "\"\""
|
|
607
|
+
"default": "\"lg\""
|
|
516
608
|
},
|
|
517
609
|
{
|
|
518
610
|
"name": "target",
|
|
@@ -520,11 +612,32 @@
|
|
|
520
612
|
"description": "The link target, if this button is rendered as `<a>`.",
|
|
521
613
|
"type": "string"
|
|
522
614
|
},
|
|
615
|
+
{
|
|
616
|
+
"name": "tooltipAlignment",
|
|
617
|
+
"attribute": "tooltip-alignment",
|
|
618
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
619
|
+
"type": "BUTTON_TOOLTIP_ALIGNMENT",
|
|
620
|
+
"default": "\"\""
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "tooltipPosition",
|
|
624
|
+
"attribute": "tooltip-position",
|
|
625
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
626
|
+
"type": "BUTTON_TOOLTIP_POSITION",
|
|
627
|
+
"default": "\"top\""
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "tooltipText",
|
|
631
|
+
"attribute": "tooltip-text",
|
|
632
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
633
|
+
"type": "string"
|
|
634
|
+
},
|
|
523
635
|
{
|
|
524
636
|
"name": "type",
|
|
525
637
|
"attribute": "type",
|
|
526
|
-
"description": "
|
|
527
|
-
"type": "
|
|
638
|
+
"description": "Button type.",
|
|
639
|
+
"type": "BUTTON_TYPE",
|
|
640
|
+
"default": "\"button\""
|
|
528
641
|
},
|
|
529
642
|
{
|
|
530
643
|
"name": "shadowRootOptions",
|
|
@@ -3510,6 +3623,45 @@
|
|
|
3510
3623
|
}
|
|
3511
3624
|
]
|
|
3512
3625
|
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "cds-layer",
|
|
3628
|
+
"path": "./src/components/layer/layer.ts",
|
|
3629
|
+
"description": "Basic layer",
|
|
3630
|
+
"attributes": [
|
|
3631
|
+
{
|
|
3632
|
+
"name": "level",
|
|
3633
|
+
"description": "Specify the layer level and override any existing levels based on hierarchy",
|
|
3634
|
+
"type": "number",
|
|
3635
|
+
"default": "0"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "layers"
|
|
3639
|
+
}
|
|
3640
|
+
],
|
|
3641
|
+
"properties": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "level",
|
|
3644
|
+
"attribute": "level",
|
|
3645
|
+
"description": "Specify the layer level and override any existing levels based on hierarchy",
|
|
3646
|
+
"type": "number",
|
|
3647
|
+
"default": "0"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "layers",
|
|
3651
|
+
"attribute": "layers"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"name": "styles",
|
|
3655
|
+
"default": "\"styles\""
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"slots": [
|
|
3659
|
+
{
|
|
3660
|
+
"name": "children",
|
|
3661
|
+
"description": "The elements contained within the component."
|
|
3662
|
+
}
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3513
3665
|
{
|
|
3514
3666
|
"name": "cds-link",
|
|
3515
3667
|
"path": "./src/components/link/link.ts",
|
|
@@ -3517,7 +3669,7 @@
|
|
|
3517
3669
|
"attributes": [
|
|
3518
3670
|
{
|
|
3519
3671
|
"name": "disabled",
|
|
3520
|
-
"description": "`true` if the
|
|
3672
|
+
"description": "`true` if the link should be disabled.",
|
|
3521
3673
|
"type": "boolean",
|
|
3522
3674
|
"default": "false"
|
|
3523
3675
|
},
|
|
@@ -3536,6 +3688,12 @@
|
|
|
3536
3688
|
"description": "The language of what `href` points to.",
|
|
3537
3689
|
"type": "string"
|
|
3538
3690
|
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "inline",
|
|
3693
|
+
"description": "`true` if the link should be inline.",
|
|
3694
|
+
"type": "boolean",
|
|
3695
|
+
"default": "false"
|
|
3696
|
+
},
|
|
3539
3697
|
{
|
|
3540
3698
|
"name": "link-role",
|
|
3541
3699
|
"description": "The a11y role for `<a>`.",
|
|
@@ -3555,7 +3713,7 @@
|
|
|
3555
3713
|
"name": "size",
|
|
3556
3714
|
"description": "Link size.",
|
|
3557
3715
|
"type": "LINK_SIZE",
|
|
3558
|
-
"default": "\"\""
|
|
3716
|
+
"default": "\"md\""
|
|
3559
3717
|
},
|
|
3560
3718
|
{
|
|
3561
3719
|
"name": "target",
|
|
@@ -3566,13 +3724,19 @@
|
|
|
3566
3724
|
"name": "type",
|
|
3567
3725
|
"description": "MIME type of the `target`.",
|
|
3568
3726
|
"type": "string"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "visited",
|
|
3730
|
+
"description": "`true` if the link has been visited.",
|
|
3731
|
+
"type": "boolean",
|
|
3732
|
+
"default": "false"
|
|
3569
3733
|
}
|
|
3570
3734
|
],
|
|
3571
3735
|
"properties": [
|
|
3572
3736
|
{
|
|
3573
3737
|
"name": "disabled",
|
|
3574
3738
|
"attribute": "disabled",
|
|
3575
|
-
"description": "`true` if the
|
|
3739
|
+
"description": "`true` if the link should be disabled.",
|
|
3576
3740
|
"type": "boolean",
|
|
3577
3741
|
"default": "false"
|
|
3578
3742
|
},
|
|
@@ -3594,6 +3758,13 @@
|
|
|
3594
3758
|
"description": "The language of what `href` points to.",
|
|
3595
3759
|
"type": "string"
|
|
3596
3760
|
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "inline",
|
|
3763
|
+
"attribute": "inline",
|
|
3764
|
+
"description": "`true` if the link should be inline.",
|
|
3765
|
+
"type": "boolean",
|
|
3766
|
+
"default": "false"
|
|
3767
|
+
},
|
|
3597
3768
|
{
|
|
3598
3769
|
"name": "linkRole",
|
|
3599
3770
|
"attribute": "link-role",
|
|
@@ -3617,7 +3788,7 @@
|
|
|
3617
3788
|
"attribute": "size",
|
|
3618
3789
|
"description": "Link size.",
|
|
3619
3790
|
"type": "LINK_SIZE",
|
|
3620
|
-
"default": "\"\""
|
|
3791
|
+
"default": "\"md\""
|
|
3621
3792
|
},
|
|
3622
3793
|
{
|
|
3623
3794
|
"name": "target",
|
|
@@ -3631,6 +3802,13 @@
|
|
|
3631
3802
|
"description": "MIME type of the `target`.",
|
|
3632
3803
|
"type": "string"
|
|
3633
3804
|
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "visited",
|
|
3807
|
+
"attribute": "visited",
|
|
3808
|
+
"description": "`true` if the link has been visited.",
|
|
3809
|
+
"type": "boolean",
|
|
3810
|
+
"default": "false"
|
|
3811
|
+
},
|
|
3634
3812
|
{
|
|
3635
3813
|
"name": "shadowRootOptions",
|
|
3636
3814
|
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; }",
|
|
@@ -3798,6 +3976,10 @@
|
|
|
3798
3976
|
"type": "boolean",
|
|
3799
3977
|
"default": "false"
|
|
3800
3978
|
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "danger-descriptor",
|
|
3981
|
+
"description": "Specify the message read by screen readers for the danger button variant"
|
|
3982
|
+
},
|
|
3801
3983
|
{
|
|
3802
3984
|
"name": "disabled",
|
|
3803
3985
|
"description": "`true` if the button should be disabled.",
|
|
@@ -3819,18 +4001,18 @@
|
|
|
3819
4001
|
"description": "The language of what `href` points to, if this button is rendered as `<a>`.",
|
|
3820
4002
|
"type": "string"
|
|
3821
4003
|
},
|
|
3822
|
-
{
|
|
3823
|
-
"name": "icon-layout",
|
|
3824
|
-
"description": "Button icon layout.",
|
|
3825
|
-
"type": "BUTTON_ICON_LAYOUT",
|
|
3826
|
-
"default": "\"\""
|
|
3827
|
-
},
|
|
3828
4004
|
{
|
|
3829
4005
|
"name": "isExpressive",
|
|
3830
4006
|
"description": "`true` if expressive theme enabled.",
|
|
3831
4007
|
"type": "boolean",
|
|
3832
4008
|
"default": "false"
|
|
3833
4009
|
},
|
|
4010
|
+
{
|
|
4011
|
+
"name": "isSelected",
|
|
4012
|
+
"description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
|
|
4013
|
+
"type": "boolean",
|
|
4014
|
+
"default": "false"
|
|
4015
|
+
},
|
|
3834
4016
|
{
|
|
3835
4017
|
"name": "kind",
|
|
3836
4018
|
"description": "Button kind.",
|
|
@@ -3843,6 +4025,12 @@
|
|
|
3843
4025
|
"type": "string",
|
|
3844
4026
|
"default": "\"button\""
|
|
3845
4027
|
},
|
|
4028
|
+
{
|
|
4029
|
+
"name": "openTooltip",
|
|
4030
|
+
"description": "Boolean to determine if tooltip is open.",
|
|
4031
|
+
"type": "boolean",
|
|
4032
|
+
"default": "false"
|
|
4033
|
+
},
|
|
3846
4034
|
{
|
|
3847
4035
|
"name": "ping",
|
|
3848
4036
|
"description": "URLs to ping, if this button is rendered as `<a>`.",
|
|
@@ -3857,7 +4045,7 @@
|
|
|
3857
4045
|
"name": "size",
|
|
3858
4046
|
"description": "Button size.",
|
|
3859
4047
|
"type": "BUTTON_SIZE",
|
|
3860
|
-
"default": "\"\""
|
|
4048
|
+
"default": "\"lg\""
|
|
3861
4049
|
},
|
|
3862
4050
|
{
|
|
3863
4051
|
"name": "target",
|
|
@@ -3865,9 +4053,27 @@
|
|
|
3865
4053
|
"type": "string"
|
|
3866
4054
|
},
|
|
3867
4055
|
{
|
|
3868
|
-
"name": "
|
|
3869
|
-
"description": "
|
|
4056
|
+
"name": "tooltip-alignment",
|
|
4057
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
4058
|
+
"type": "BUTTON_TOOLTIP_ALIGNMENT",
|
|
4059
|
+
"default": "\"\""
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"name": "tooltip-position",
|
|
4063
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
4064
|
+
"type": "BUTTON_TOOLTIP_POSITION",
|
|
4065
|
+
"default": "\"top\""
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "tooltip-text",
|
|
4069
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
3870
4070
|
"type": "string"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "type",
|
|
4074
|
+
"description": "Button type.",
|
|
4075
|
+
"type": "BUTTON_TYPE",
|
|
4076
|
+
"default": "\"button\""
|
|
3871
4077
|
}
|
|
3872
4078
|
],
|
|
3873
4079
|
"properties": [
|
|
@@ -3878,6 +4084,11 @@
|
|
|
3878
4084
|
"type": "boolean",
|
|
3879
4085
|
"default": "false"
|
|
3880
4086
|
},
|
|
4087
|
+
{
|
|
4088
|
+
"name": "dangerDescriptor",
|
|
4089
|
+
"attribute": "danger-descriptor",
|
|
4090
|
+
"description": "Specify the message read by screen readers for the danger button variant"
|
|
4091
|
+
},
|
|
3881
4092
|
{
|
|
3882
4093
|
"name": "disabled",
|
|
3883
4094
|
"attribute": "disabled",
|
|
@@ -3903,13 +4114,6 @@
|
|
|
3903
4114
|
"description": "The language of what `href` points to, if this button is rendered as `<a>`.",
|
|
3904
4115
|
"type": "string"
|
|
3905
4116
|
},
|
|
3906
|
-
{
|
|
3907
|
-
"name": "iconLayout",
|
|
3908
|
-
"attribute": "icon-layout",
|
|
3909
|
-
"description": "Button icon layout.",
|
|
3910
|
-
"type": "BUTTON_ICON_LAYOUT",
|
|
3911
|
-
"default": "\"\""
|
|
3912
|
-
},
|
|
3913
4117
|
{
|
|
3914
4118
|
"name": "isExpressive",
|
|
3915
4119
|
"attribute": "isExpressive",
|
|
@@ -3917,6 +4121,13 @@
|
|
|
3917
4121
|
"type": "boolean",
|
|
3918
4122
|
"default": "false"
|
|
3919
4123
|
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "isSelected",
|
|
4126
|
+
"attribute": "isSelected",
|
|
4127
|
+
"description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
|
|
4128
|
+
"type": "boolean",
|
|
4129
|
+
"default": "false"
|
|
4130
|
+
},
|
|
3920
4131
|
{
|
|
3921
4132
|
"name": "kind",
|
|
3922
4133
|
"attribute": "kind",
|
|
@@ -3931,6 +4142,13 @@
|
|
|
3931
4142
|
"type": "string",
|
|
3932
4143
|
"default": "\"button\""
|
|
3933
4144
|
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "openTooltip",
|
|
4147
|
+
"attribute": "openTooltip",
|
|
4148
|
+
"description": "Boolean to determine if tooltip is open.",
|
|
4149
|
+
"type": "boolean",
|
|
4150
|
+
"default": "false"
|
|
4151
|
+
},
|
|
3934
4152
|
{
|
|
3935
4153
|
"name": "ping",
|
|
3936
4154
|
"attribute": "ping",
|
|
@@ -3948,7 +4166,7 @@
|
|
|
3948
4166
|
"attribute": "size",
|
|
3949
4167
|
"description": "Button size.",
|
|
3950
4168
|
"type": "BUTTON_SIZE",
|
|
3951
|
-
"default": "\"\""
|
|
4169
|
+
"default": "\"lg\""
|
|
3952
4170
|
},
|
|
3953
4171
|
{
|
|
3954
4172
|
"name": "target",
|
|
@@ -3956,11 +4174,32 @@
|
|
|
3956
4174
|
"description": "The link target, if this button is rendered as `<a>`.",
|
|
3957
4175
|
"type": "string"
|
|
3958
4176
|
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "tooltipAlignment",
|
|
4179
|
+
"attribute": "tooltip-alignment",
|
|
4180
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
4181
|
+
"type": "BUTTON_TOOLTIP_ALIGNMENT",
|
|
4182
|
+
"default": "\"\""
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "tooltipPosition",
|
|
4186
|
+
"attribute": "tooltip-position",
|
|
4187
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
4188
|
+
"type": "BUTTON_TOOLTIP_POSITION",
|
|
4189
|
+
"default": "\"top\""
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "tooltipText",
|
|
4193
|
+
"attribute": "tooltip-text",
|
|
4194
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
4195
|
+
"type": "string"
|
|
4196
|
+
},
|
|
3959
4197
|
{
|
|
3960
4198
|
"name": "type",
|
|
3961
4199
|
"attribute": "type",
|
|
3962
|
-
"description": "
|
|
3963
|
-
"type": "
|
|
4200
|
+
"description": "Button type.",
|
|
4201
|
+
"type": "BUTTON_TYPE",
|
|
4202
|
+
"default": "\"button\""
|
|
3964
4203
|
},
|
|
3965
4204
|
{
|
|
3966
4205
|
"name": "shadowRootOptions",
|
|
@@ -5827,9 +6066,14 @@
|
|
|
5827
6066
|
"path": "./src/components/radio-button/radio-button-group.ts",
|
|
5828
6067
|
"description": "Radio button group.",
|
|
5829
6068
|
"attributes": [
|
|
6069
|
+
{
|
|
6070
|
+
"name": "defaultSelected",
|
|
6071
|
+
"description": "The `value` attribute for the `<input>` for selection.",
|
|
6072
|
+
"type": "string"
|
|
6073
|
+
},
|
|
5830
6074
|
{
|
|
5831
6075
|
"name": "disabled",
|
|
5832
|
-
"description": "`true` if the
|
|
6076
|
+
"description": "`true` if the radio button group should be disabled.",
|
|
5833
6077
|
"type": "boolean",
|
|
5834
6078
|
"default": "false"
|
|
5835
6079
|
},
|
|
@@ -5839,6 +6083,12 @@
|
|
|
5839
6083
|
"type": "RADIO_BUTTON_LABEL_POSITION",
|
|
5840
6084
|
"default": "\"right\""
|
|
5841
6085
|
},
|
|
6086
|
+
{
|
|
6087
|
+
"name": "legend-text",
|
|
6088
|
+
"description": "The label position.",
|
|
6089
|
+
"type": "string",
|
|
6090
|
+
"default": "\"\""
|
|
6091
|
+
},
|
|
5842
6092
|
{
|
|
5843
6093
|
"name": "name",
|
|
5844
6094
|
"description": "The `name` attribute for the `<input>` for selection.",
|
|
@@ -5850,6 +6100,12 @@
|
|
|
5850
6100
|
"type": "RADIO_BUTTON_ORIENTATION",
|
|
5851
6101
|
"default": "\"horizontal\""
|
|
5852
6102
|
},
|
|
6103
|
+
{
|
|
6104
|
+
"name": "readOnly",
|
|
6105
|
+
"description": "Controls the readonly state of the radio button group.",
|
|
6106
|
+
"type": "boolean",
|
|
6107
|
+
"default": "false"
|
|
6108
|
+
},
|
|
5853
6109
|
{
|
|
5854
6110
|
"name": "value",
|
|
5855
6111
|
"description": "The `value` attribute for the `<input>` for selection.",
|
|
@@ -5857,10 +6113,16 @@
|
|
|
5857
6113
|
}
|
|
5858
6114
|
],
|
|
5859
6115
|
"properties": [
|
|
6116
|
+
{
|
|
6117
|
+
"name": "defaultSelected",
|
|
6118
|
+
"attribute": "defaultSelected",
|
|
6119
|
+
"description": "The `value` attribute for the `<input>` for selection.",
|
|
6120
|
+
"type": "string"
|
|
6121
|
+
},
|
|
5860
6122
|
{
|
|
5861
6123
|
"name": "disabled",
|
|
5862
6124
|
"attribute": "disabled",
|
|
5863
|
-
"description": "`true` if the
|
|
6125
|
+
"description": "`true` if the radio button group should be disabled.",
|
|
5864
6126
|
"type": "boolean",
|
|
5865
6127
|
"default": "false"
|
|
5866
6128
|
},
|
|
@@ -5871,6 +6133,13 @@
|
|
|
5871
6133
|
"type": "RADIO_BUTTON_LABEL_POSITION",
|
|
5872
6134
|
"default": "\"right\""
|
|
5873
6135
|
},
|
|
6136
|
+
{
|
|
6137
|
+
"name": "legendText",
|
|
6138
|
+
"attribute": "legend-text",
|
|
6139
|
+
"description": "The label position.",
|
|
6140
|
+
"type": "string",
|
|
6141
|
+
"default": "\"\""
|
|
6142
|
+
},
|
|
5874
6143
|
{
|
|
5875
6144
|
"name": "name",
|
|
5876
6145
|
"attribute": "name",
|
|
@@ -5884,6 +6153,13 @@
|
|
|
5884
6153
|
"type": "RADIO_BUTTON_ORIENTATION",
|
|
5885
6154
|
"default": "\"horizontal\""
|
|
5886
6155
|
},
|
|
6156
|
+
{
|
|
6157
|
+
"name": "readOnly",
|
|
6158
|
+
"attribute": "readOnly",
|
|
6159
|
+
"description": "Controls the readonly state of the radio button group.",
|
|
6160
|
+
"type": "boolean",
|
|
6161
|
+
"default": "false"
|
|
6162
|
+
},
|
|
5887
6163
|
{
|
|
5888
6164
|
"name": "value",
|
|
5889
6165
|
"attribute": "value",
|
|
@@ -5913,9 +6189,15 @@
|
|
|
5913
6189
|
"type": "boolean",
|
|
5914
6190
|
"default": "false"
|
|
5915
6191
|
},
|
|
6192
|
+
{
|
|
6193
|
+
"name": "disabledItem",
|
|
6194
|
+
"description": "`true` if the radio button item should be disabled.",
|
|
6195
|
+
"type": "boolean",
|
|
6196
|
+
"default": "false"
|
|
6197
|
+
},
|
|
5916
6198
|
{
|
|
5917
6199
|
"name": "disabled",
|
|
5918
|
-
"description": "`true` if the
|
|
6200
|
+
"description": "`true` if the radio button group should be disabled.",
|
|
5919
6201
|
"type": "boolean",
|
|
5920
6202
|
"default": "false"
|
|
5921
6203
|
},
|
|
@@ -5948,6 +6230,12 @@
|
|
|
5948
6230
|
"type": "RADIO_BUTTON_ORIENTATION",
|
|
5949
6231
|
"default": "\"horizontal\""
|
|
5950
6232
|
},
|
|
6233
|
+
{
|
|
6234
|
+
"name": "readOnly",
|
|
6235
|
+
"description": "`true` if the radio button group should be disabled.",
|
|
6236
|
+
"type": "boolean",
|
|
6237
|
+
"default": "false"
|
|
6238
|
+
},
|
|
5951
6239
|
{
|
|
5952
6240
|
"name": "value",
|
|
5953
6241
|
"description": "The `value` attribute for the `<input>` for selection.",
|
|
@@ -5962,10 +6250,17 @@
|
|
|
5962
6250
|
"type": "boolean",
|
|
5963
6251
|
"default": "false"
|
|
5964
6252
|
},
|
|
6253
|
+
{
|
|
6254
|
+
"name": "disabledItem",
|
|
6255
|
+
"attribute": "disabledItem",
|
|
6256
|
+
"description": "`true` if the radio button item should be disabled.",
|
|
6257
|
+
"type": "boolean",
|
|
6258
|
+
"default": "false"
|
|
6259
|
+
},
|
|
5965
6260
|
{
|
|
5966
6261
|
"name": "disabled",
|
|
5967
6262
|
"attribute": "disabled",
|
|
5968
|
-
"description": "`true` if the
|
|
6263
|
+
"description": "`true` if the radio button group should be disabled.",
|
|
5969
6264
|
"type": "boolean",
|
|
5970
6265
|
"default": "false"
|
|
5971
6266
|
},
|
|
@@ -6003,6 +6298,13 @@
|
|
|
6003
6298
|
"type": "RADIO_BUTTON_ORIENTATION",
|
|
6004
6299
|
"default": "\"horizontal\""
|
|
6005
6300
|
},
|
|
6301
|
+
{
|
|
6302
|
+
"name": "readOnly",
|
|
6303
|
+
"attribute": "readOnly",
|
|
6304
|
+
"description": "`true` if the radio button group should be disabled.",
|
|
6305
|
+
"type": "boolean",
|
|
6306
|
+
"default": "false"
|
|
6307
|
+
},
|
|
6006
6308
|
{
|
|
6007
6309
|
"name": "value",
|
|
6008
6310
|
"attribute": "value",
|
|
@@ -7296,136 +7598,6 @@
|
|
|
7296
7598
|
}
|
|
7297
7599
|
]
|
|
7298
7600
|
},
|
|
7299
|
-
{
|
|
7300
|
-
"name": "cds-filter-tag",
|
|
7301
|
-
"path": "./src/components/tag/filter-tag.ts",
|
|
7302
|
-
"description": "Filter tag.",
|
|
7303
|
-
"attributes": [
|
|
7304
|
-
{
|
|
7305
|
-
"name": "title",
|
|
7306
|
-
"description": "Text to show on filter tag \"clear\" buttons. Corresponds to the attribute with the same name",
|
|
7307
|
-
"type": "string",
|
|
7308
|
-
"default": "\"Clear filter\""
|
|
7309
|
-
},
|
|
7310
|
-
{
|
|
7311
|
-
"name": "disabled",
|
|
7312
|
-
"description": "`true` if the tag should be disabled",
|
|
7313
|
-
"type": "boolean",
|
|
7314
|
-
"default": "false"
|
|
7315
|
-
},
|
|
7316
|
-
{
|
|
7317
|
-
"name": "open",
|
|
7318
|
-
"description": "`true` if the tag should be open.",
|
|
7319
|
-
"type": "boolean",
|
|
7320
|
-
"default": "true"
|
|
7321
|
-
},
|
|
7322
|
-
{
|
|
7323
|
-
"name": "size",
|
|
7324
|
-
"description": "The size of the tag.",
|
|
7325
|
-
"type": "TAG_SIZE",
|
|
7326
|
-
"default": "\"\""
|
|
7327
|
-
},
|
|
7328
|
-
{
|
|
7329
|
-
"name": "type",
|
|
7330
|
-
"description": "The type of the tag.",
|
|
7331
|
-
"type": "TAG_TYPE",
|
|
7332
|
-
"default": "\"red\""
|
|
7333
|
-
}
|
|
7334
|
-
],
|
|
7335
|
-
"properties": [
|
|
7336
|
-
{
|
|
7337
|
-
"name": "title",
|
|
7338
|
-
"attribute": "title",
|
|
7339
|
-
"description": "Text to show on filter tag \"clear\" buttons. Corresponds to the attribute with the same name",
|
|
7340
|
-
"type": "string",
|
|
7341
|
-
"default": "\"Clear filter\""
|
|
7342
|
-
},
|
|
7343
|
-
{
|
|
7344
|
-
"name": "disabled",
|
|
7345
|
-
"attribute": "disabled",
|
|
7346
|
-
"description": "`true` if the tag should be disabled",
|
|
7347
|
-
"type": "boolean",
|
|
7348
|
-
"default": "false"
|
|
7349
|
-
},
|
|
7350
|
-
{
|
|
7351
|
-
"name": "open",
|
|
7352
|
-
"attribute": "open",
|
|
7353
|
-
"description": "`true` if the tag should be open.",
|
|
7354
|
-
"type": "boolean",
|
|
7355
|
-
"default": "true"
|
|
7356
|
-
},
|
|
7357
|
-
{
|
|
7358
|
-
"name": "size",
|
|
7359
|
-
"attribute": "size",
|
|
7360
|
-
"description": "The size of the tag.",
|
|
7361
|
-
"type": "TAG_SIZE",
|
|
7362
|
-
"default": "\"\""
|
|
7363
|
-
},
|
|
7364
|
-
{
|
|
7365
|
-
"name": "type",
|
|
7366
|
-
"attribute": "type",
|
|
7367
|
-
"description": "The type of the tag.",
|
|
7368
|
-
"type": "TAG_TYPE",
|
|
7369
|
-
"default": "\"red\""
|
|
7370
|
-
},
|
|
7371
|
-
{
|
|
7372
|
-
"name": "styles",
|
|
7373
|
-
"default": "\"styles\""
|
|
7374
|
-
}
|
|
7375
|
-
]
|
|
7376
|
-
},
|
|
7377
|
-
{
|
|
7378
|
-
"name": "cds-tag",
|
|
7379
|
-
"path": "./src/components/tag/tag.ts",
|
|
7380
|
-
"description": "Tag.",
|
|
7381
|
-
"attributes": [
|
|
7382
|
-
{
|
|
7383
|
-
"name": "disabled",
|
|
7384
|
-
"description": "`true` if the tag should be disabled",
|
|
7385
|
-
"type": "boolean",
|
|
7386
|
-
"default": "false"
|
|
7387
|
-
},
|
|
7388
|
-
{
|
|
7389
|
-
"name": "size",
|
|
7390
|
-
"description": "The size of the tag.",
|
|
7391
|
-
"type": "TAG_SIZE",
|
|
7392
|
-
"default": "\"\""
|
|
7393
|
-
},
|
|
7394
|
-
{
|
|
7395
|
-
"name": "type",
|
|
7396
|
-
"description": "The type of the tag.",
|
|
7397
|
-
"type": "TAG_TYPE",
|
|
7398
|
-
"default": "\"gray\""
|
|
7399
|
-
}
|
|
7400
|
-
],
|
|
7401
|
-
"properties": [
|
|
7402
|
-
{
|
|
7403
|
-
"name": "disabled",
|
|
7404
|
-
"attribute": "disabled",
|
|
7405
|
-
"description": "`true` if the tag should be disabled",
|
|
7406
|
-
"type": "boolean",
|
|
7407
|
-
"default": "false"
|
|
7408
|
-
},
|
|
7409
|
-
{
|
|
7410
|
-
"name": "size",
|
|
7411
|
-
"attribute": "size",
|
|
7412
|
-
"description": "The size of the tag.",
|
|
7413
|
-
"type": "TAG_SIZE",
|
|
7414
|
-
"default": "\"\""
|
|
7415
|
-
},
|
|
7416
|
-
{
|
|
7417
|
-
"name": "type",
|
|
7418
|
-
"attribute": "type",
|
|
7419
|
-
"description": "The type of the tag.",
|
|
7420
|
-
"type": "TAG_TYPE",
|
|
7421
|
-
"default": "\"gray\""
|
|
7422
|
-
},
|
|
7423
|
-
{
|
|
7424
|
-
"name": "styles",
|
|
7425
|
-
"default": "\"styles\""
|
|
7426
|
-
}
|
|
7427
|
-
]
|
|
7428
|
-
},
|
|
7429
7601
|
{
|
|
7430
7602
|
"name": "cds-textarea",
|
|
7431
7603
|
"path": "./src/components/textarea/textarea.ts",
|
|
@@ -7710,7 +7882,7 @@
|
|
|
7710
7882
|
},
|
|
7711
7883
|
{
|
|
7712
7884
|
"name": "disabled",
|
|
7713
|
-
"description": "`true` if the
|
|
7885
|
+
"description": "`true` if the link should be disabled.",
|
|
7714
7886
|
"type": "boolean",
|
|
7715
7887
|
"default": "false"
|
|
7716
7888
|
},
|
|
@@ -7729,6 +7901,12 @@
|
|
|
7729
7901
|
"description": "The language of what `href` points to.",
|
|
7730
7902
|
"type": "string"
|
|
7731
7903
|
},
|
|
7904
|
+
{
|
|
7905
|
+
"name": "inline",
|
|
7906
|
+
"description": "`true` if the link should be inline.",
|
|
7907
|
+
"type": "boolean",
|
|
7908
|
+
"default": "false"
|
|
7909
|
+
},
|
|
7732
7910
|
{
|
|
7733
7911
|
"name": "link-role",
|
|
7734
7912
|
"description": "The a11y role for `<a>`.",
|
|
@@ -7749,7 +7927,7 @@
|
|
|
7749
7927
|
"name": "size",
|
|
7750
7928
|
"description": "Link size.",
|
|
7751
7929
|
"type": "LINK_SIZE",
|
|
7752
|
-
"default": "\"\""
|
|
7930
|
+
"default": "\"md\""
|
|
7753
7931
|
},
|
|
7754
7932
|
{
|
|
7755
7933
|
"name": "target",
|
|
@@ -7760,6 +7938,12 @@
|
|
|
7760
7938
|
"name": "type",
|
|
7761
7939
|
"description": "MIME type of the `target`.",
|
|
7762
7940
|
"type": "string"
|
|
7941
|
+
},
|
|
7942
|
+
{
|
|
7943
|
+
"name": "visited",
|
|
7944
|
+
"description": "`true` if the link has been visited.",
|
|
7945
|
+
"type": "boolean",
|
|
7946
|
+
"default": "false"
|
|
7763
7947
|
}
|
|
7764
7948
|
],
|
|
7765
7949
|
"properties": [
|
|
@@ -7773,7 +7957,7 @@
|
|
|
7773
7957
|
{
|
|
7774
7958
|
"name": "disabled",
|
|
7775
7959
|
"attribute": "disabled",
|
|
7776
|
-
"description": "`true` if the
|
|
7960
|
+
"description": "`true` if the link should be disabled.",
|
|
7777
7961
|
"type": "boolean",
|
|
7778
7962
|
"default": "false"
|
|
7779
7963
|
},
|
|
@@ -7795,6 +7979,13 @@
|
|
|
7795
7979
|
"description": "The language of what `href` points to.",
|
|
7796
7980
|
"type": "string"
|
|
7797
7981
|
},
|
|
7982
|
+
{
|
|
7983
|
+
"name": "inline",
|
|
7984
|
+
"attribute": "inline",
|
|
7985
|
+
"description": "`true` if the link should be inline.",
|
|
7986
|
+
"type": "boolean",
|
|
7987
|
+
"default": "false"
|
|
7988
|
+
},
|
|
7798
7989
|
{
|
|
7799
7990
|
"name": "linkRole",
|
|
7800
7991
|
"attribute": "link-role",
|
|
@@ -7819,7 +8010,7 @@
|
|
|
7819
8010
|
"attribute": "size",
|
|
7820
8011
|
"description": "Link size.",
|
|
7821
8012
|
"type": "LINK_SIZE",
|
|
7822
|
-
"default": "\"\""
|
|
8013
|
+
"default": "\"md\""
|
|
7823
8014
|
},
|
|
7824
8015
|
{
|
|
7825
8016
|
"name": "target",
|
|
@@ -7833,6 +8024,13 @@
|
|
|
7833
8024
|
"description": "MIME type of the `target`.",
|
|
7834
8025
|
"type": "string"
|
|
7835
8026
|
},
|
|
8027
|
+
{
|
|
8028
|
+
"name": "visited",
|
|
8029
|
+
"attribute": "visited",
|
|
8030
|
+
"description": "`true` if the link has been visited.",
|
|
8031
|
+
"type": "boolean",
|
|
8032
|
+
"default": "false"
|
|
8033
|
+
},
|
|
7836
8034
|
{
|
|
7837
8035
|
"name": "shadowRootOptions",
|
|
7838
8036
|
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; }",
|
|
@@ -7860,6 +8058,12 @@
|
|
|
7860
8058
|
"description": "`true` to expand this expandable tile.",
|
|
7861
8059
|
"type": "boolean",
|
|
7862
8060
|
"default": "false"
|
|
8061
|
+
},
|
|
8062
|
+
{
|
|
8063
|
+
"name": "with-interactive",
|
|
8064
|
+
"description": "`true` to expand this expandable tile.",
|
|
8065
|
+
"type": "boolean",
|
|
8066
|
+
"default": "false"
|
|
7863
8067
|
}
|
|
7864
8068
|
],
|
|
7865
8069
|
"properties": [
|
|
@@ -7878,9 +8082,11 @@
|
|
|
7878
8082
|
"default": "false"
|
|
7879
8083
|
},
|
|
7880
8084
|
{
|
|
7881
|
-
"name": "
|
|
7882
|
-
"
|
|
7883
|
-
"
|
|
8085
|
+
"name": "withInteractive",
|
|
8086
|
+
"attribute": "with-interactive",
|
|
8087
|
+
"description": "`true` to expand this expandable tile.",
|
|
8088
|
+
"type": "boolean",
|
|
8089
|
+
"default": "false"
|
|
7884
8090
|
},
|
|
7885
8091
|
{
|
|
7886
8092
|
"name": "styles",
|
|
@@ -8068,7 +8274,57 @@
|
|
|
8068
8274
|
"name": "cds-tile-group",
|
|
8069
8275
|
"path": "./src/components/tile/tile-group.ts",
|
|
8070
8276
|
"description": "Tile group.",
|
|
8277
|
+
"attributes": [
|
|
8278
|
+
{
|
|
8279
|
+
"name": "class-name",
|
|
8280
|
+
"description": "Provide an optional className to be applied to the component"
|
|
8281
|
+
},
|
|
8282
|
+
{
|
|
8283
|
+
"name": "disabled",
|
|
8284
|
+
"description": "Specify whether the group is disabled"
|
|
8285
|
+
},
|
|
8286
|
+
{
|
|
8287
|
+
"name": "currentRadioSelection"
|
|
8288
|
+
},
|
|
8289
|
+
{
|
|
8290
|
+
"name": "currentSelections",
|
|
8291
|
+
"default": "[]"
|
|
8292
|
+
},
|
|
8293
|
+
{
|
|
8294
|
+
"name": "radioTiles"
|
|
8295
|
+
},
|
|
8296
|
+
{
|
|
8297
|
+
"name": "selectableTiles"
|
|
8298
|
+
}
|
|
8299
|
+
],
|
|
8071
8300
|
"properties": [
|
|
8301
|
+
{
|
|
8302
|
+
"name": "className",
|
|
8303
|
+
"attribute": "class-name",
|
|
8304
|
+
"description": "Provide an optional className to be applied to the component"
|
|
8305
|
+
},
|
|
8306
|
+
{
|
|
8307
|
+
"name": "disabled",
|
|
8308
|
+
"attribute": "disabled",
|
|
8309
|
+
"description": "Specify whether the group is disabled"
|
|
8310
|
+
},
|
|
8311
|
+
{
|
|
8312
|
+
"name": "currentRadioSelection",
|
|
8313
|
+
"attribute": "currentRadioSelection"
|
|
8314
|
+
},
|
|
8315
|
+
{
|
|
8316
|
+
"name": "currentSelections",
|
|
8317
|
+
"attribute": "currentSelections",
|
|
8318
|
+
"default": "[]"
|
|
8319
|
+
},
|
|
8320
|
+
{
|
|
8321
|
+
"name": "radioTiles",
|
|
8322
|
+
"attribute": "radioTiles"
|
|
8323
|
+
},
|
|
8324
|
+
{
|
|
8325
|
+
"name": "selectableTiles",
|
|
8326
|
+
"attribute": "selectableTiles"
|
|
8327
|
+
},
|
|
8072
8328
|
{
|
|
8073
8329
|
"name": "styles",
|
|
8074
8330
|
"default": "\"styles\""
|
|
@@ -8132,6 +8388,11 @@
|
|
|
8132
8388
|
"type": "boolean",
|
|
8133
8389
|
"default": "false"
|
|
8134
8390
|
},
|
|
8391
|
+
{
|
|
8392
|
+
"name": "shadowRootOptions",
|
|
8393
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; }",
|
|
8394
|
+
"default": "{\"delegatesFocus\":true}"
|
|
8395
|
+
},
|
|
8135
8396
|
{
|
|
8136
8397
|
"name": "styles",
|
|
8137
8398
|
"default": "\"styles\""
|
|
@@ -8144,11 +8405,17 @@
|
|
|
8144
8405
|
"description": "Basic toggle.",
|
|
8145
8406
|
"attributes": [
|
|
8146
8407
|
{
|
|
8147
|
-
"name": "
|
|
8408
|
+
"name": "label-a",
|
|
8148
8409
|
"description": "The text for the checked state.",
|
|
8149
8410
|
"type": "string",
|
|
8150
8411
|
"default": "\"\""
|
|
8151
8412
|
},
|
|
8413
|
+
{
|
|
8414
|
+
"name": "read-only",
|
|
8415
|
+
"description": "Read only boolean.",
|
|
8416
|
+
"type": "boolean",
|
|
8417
|
+
"default": "false"
|
|
8418
|
+
},
|
|
8152
8419
|
{
|
|
8153
8420
|
"name": "size",
|
|
8154
8421
|
"description": "Toggle size.",
|
|
@@ -8156,7 +8423,7 @@
|
|
|
8156
8423
|
"default": "\"\""
|
|
8157
8424
|
},
|
|
8158
8425
|
{
|
|
8159
|
-
"name": "
|
|
8426
|
+
"name": "label-b",
|
|
8160
8427
|
"description": "The text for the unchecked state.",
|
|
8161
8428
|
"type": "string",
|
|
8162
8429
|
"default": "\"\""
|
|
@@ -8174,8 +8441,8 @@
|
|
|
8174
8441
|
"default": "false"
|
|
8175
8442
|
},
|
|
8176
8443
|
{
|
|
8177
|
-
"name": "
|
|
8178
|
-
"description": "
|
|
8444
|
+
"name": "hideLabel",
|
|
8445
|
+
"description": "Hide label text.",
|
|
8179
8446
|
"type": "boolean",
|
|
8180
8447
|
"default": "false"
|
|
8181
8448
|
},
|
|
@@ -8204,12 +8471,19 @@
|
|
|
8204
8471
|
],
|
|
8205
8472
|
"properties": [
|
|
8206
8473
|
{
|
|
8207
|
-
"name": "
|
|
8208
|
-
"attribute": "
|
|
8474
|
+
"name": "labelA",
|
|
8475
|
+
"attribute": "label-a",
|
|
8209
8476
|
"description": "The text for the checked state.",
|
|
8210
8477
|
"type": "string",
|
|
8211
8478
|
"default": "\"\""
|
|
8212
8479
|
},
|
|
8480
|
+
{
|
|
8481
|
+
"name": "readOnly",
|
|
8482
|
+
"attribute": "read-only",
|
|
8483
|
+
"description": "Read only boolean.",
|
|
8484
|
+
"type": "boolean",
|
|
8485
|
+
"default": "false"
|
|
8486
|
+
},
|
|
8213
8487
|
{
|
|
8214
8488
|
"name": "size",
|
|
8215
8489
|
"attribute": "size",
|
|
@@ -8218,8 +8492,8 @@
|
|
|
8218
8492
|
"default": "\"\""
|
|
8219
8493
|
},
|
|
8220
8494
|
{
|
|
8221
|
-
"name": "
|
|
8222
|
-
"attribute": "
|
|
8495
|
+
"name": "labelB",
|
|
8496
|
+
"attribute": "label-b",
|
|
8223
8497
|
"description": "The text for the unchecked state.",
|
|
8224
8498
|
"type": "string",
|
|
8225
8499
|
"default": "\"\""
|
|
@@ -8240,8 +8514,8 @@
|
|
|
8240
8514
|
},
|
|
8241
8515
|
{
|
|
8242
8516
|
"name": "hideLabel",
|
|
8243
|
-
"attribute": "
|
|
8244
|
-
"description": "
|
|
8517
|
+
"attribute": "hideLabel",
|
|
8518
|
+
"description": "Hide label text.",
|
|
8245
8519
|
"type": "boolean",
|
|
8246
8520
|
"default": "false"
|
|
8247
8521
|
},
|