dap-design-system 0.56.0 → 0.56.2
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/dist/components/radio-button/radio-button.component.d.ts +8 -21
- package/dist/{components-D2vYSZvx.js → components-DtNvQM0v.js} +1049 -1058
- package/dist/components-DtNvQM0v.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +190 -184
- package/dist/manifest/vscode.html-custom-data.json +147 -137
- package/dist/manifest/web-types.json +377 -356
- package/dist/react/index.d.ts +6 -6
- package/dist/react-types.ts +6 -6
- package/dist/react.js +93 -93
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-D2vYSZvx.js.map +0 -1
|
@@ -6,6 +6,45 @@
|
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"elements": [
|
|
9
|
+
{
|
|
10
|
+
"name": "dap-ds-accordion-group",
|
|
11
|
+
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
12
|
+
"doc-url": "",
|
|
13
|
+
"attributes": [
|
|
14
|
+
{
|
|
15
|
+
"name": "autoClose",
|
|
16
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
17
|
+
"value": { "type": "string", "default": "'true'" }
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "variant",
|
|
21
|
+
"description": "The variant of the accordion",
|
|
22
|
+
"value": {
|
|
23
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
24
|
+
"default": "'default'"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"slots": [
|
|
29
|
+
{ "name": "", "description": "The content of the accordion group." }
|
|
30
|
+
],
|
|
31
|
+
"events": [],
|
|
32
|
+
"js": {
|
|
33
|
+
"properties": [
|
|
34
|
+
{
|
|
35
|
+
"name": "autoClose",
|
|
36
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "variant",
|
|
41
|
+
"description": "The variant of the accordion",
|
|
42
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"events": []
|
|
46
|
+
}
|
|
47
|
+
},
|
|
9
48
|
{
|
|
10
49
|
"name": "dap-ds-avatar",
|
|
11
50
|
"description": "Avatar component can be used to display user profile images, initials, or icons.\n---\n\n\n### **Events:**\n - **dds-load** - Fired when the image loads successfully.\n- **dds-error** - Fired when the image fails to load.\n\n### **Slots:**\n - **icon** - The icon to display when variant is 'icon'.\n- **fallback** - Custom fallback content when image fails to load.\n\n### **CSS Properties:**\n - **--dds-avatar-border-radius** - The border radius of the avatar (default: 50%) _(default: undefined)_\n- **--dds-avatar-background-color** - The background color of the avatar (default: var(--dds-neutral-200)) _(default: undefined)_\n- **--dds-avatar-border-width** - The border width of the avatar (default: 0) _(default: undefined)_\n- **--dds-avatar-border-color** - The color of the avatar's border (default: transparent) _(default: undefined)_\n- **--dds-avatar-border-style** - The style of the avatar's border (default: solid) _(default: undefined)_\n- **--dds-avatar-transition** - The transition property for the avatar (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-avatar-text-color** - The text color for initials (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-avatar-font-weight** - The font weight for initials (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-avatar-lg-size** - Size for large avatars (default: var(--dds-avatar-size-lg)) _(default: undefined)_\n- **--dds-avatar-md-size** - Size for medium avatars (default: var(--dds-avatar-size-md)) _(default: undefined)_\n- **--dds-avatar-sm-size** - Size for small avatars (default: var(--dds-avatar-size-sm)) _(default: undefined)_\n- **--dds-avatar-xs-size** - Size for extra small avatars (default: var(--dds-avatar-size-xs)) _(default: undefined)_\n- **--dds-avatar-xxs-size** - Size for extra extra small avatars (default: var(--dds-avatar-size-xxs)) _(default: undefined)_\n- **--dds-avatar-font-size-lg** - Font size for large avatars (default: var(--dds-font-2xl)) _(default: undefined)_\n- **--dds-avatar-font-size-md** - Font size for medium avatars (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-avatar-font-size-sm** - Font size for small avatars (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-avatar-font-size-xs** - Font size for extra small avatars (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-avatar-font-size-xxs** - Font size for extra extra small avatars (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-avatar-hover-transform** - Transform applied on hover for interactive avatars (default: scale(1.05)) _(default: undefined)_\n- **--dds-avatar-active-transform** - Transform applied when active for interactive avatars (default: scale(0.95)) _(default: undefined)_\n- **--dds-avatar-focus-ring** - Focus ring style for interactive avatars (default: 0 0 0 2px var(--dds-focus-outer-ring)) _(default: undefined)_\n- **--dds-avatar-loading-background** - Background color when loading (default: var(--dds-neutral-100)) _(default: undefined)_\n- **--dds-avatar-error-background** - Background color when image fails to load (default: var(--dds-negative-100)) _(default: undefined)_\n- **--dds-avatar-error-color** - Text color when image fails to load (default: var(--dds-negative-600)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main avatar container.\n- **img** - The avatar image.\n- **initials** - The initials container.\n- **icon** - The icon container.\n- **fallback** - The fallback content container.\n- **loading** - The loading indicator.",
|
|
@@ -163,105 +202,6 @@
|
|
|
163
202
|
]
|
|
164
203
|
}
|
|
165
204
|
},
|
|
166
|
-
{
|
|
167
|
-
"name": "dap-ds-avatar-group",
|
|
168
|
-
"description": "Avatar group component displays multiple avatars in an organized layout with overflow management.\n---\n\n\n### **Events:**\n - **dds-overflow-click** - Fired when the overflow indicator is clicked.\n\n### **Slots:**\n - _default_ - The avatars to display in the group.\n\n### **CSS Properties:**\n - **--dds-avatar-group-gap** - Gap between avatars in grid layout (default: 0) _(default: undefined)_\n- **--dds-avatar-group-overlap** - Overlap amount for stacked layout (default: -8px) _(default: undefined)_\n- **--dds-avatar-group-border-width** - Border width for avatars (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-avatar-group-border-color** - Border color for avatars (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-avatar-group-overflow-bg** - Background color for overflow indicator (default: var(--dds-neutral-300)) _(default: undefined)_\n- **--dds-avatar-group-overflow-color** - Text color for overflow indicator (default: var(--dds-neutral-700)) _(default: undefined)_\n- **--dds-avatar-group-overflow-border** - Border for overflow indicator (default: var(--dds-avatar-group-border-width) solid var(--dds-avatar-group-border-color)) _(default: undefined)_\n- **--dds-avatar-group-size-lg** - Size for large avatars (default: var(--dds-spacing-2000)) _(default: undefined)_\n- **--dds-avatar-group-size-md** - Size for medium avatars (default: var(--dds-spacing-1600)) _(default: undefined)_\n- **--dds-avatar-group-size-sm** - Size for small avatars (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-avatar-group-size-xs** - Size for extra small avatars (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-avatar-group-size-xxs** - Size for extra extra small avatars (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the avatar group.\n- **avatars** - The container for the visible avatars.\n- **overflow** - The overflow indicator element.",
|
|
169
|
-
"doc-url": "",
|
|
170
|
-
"attributes": [
|
|
171
|
-
{
|
|
172
|
-
"name": "layout",
|
|
173
|
-
"description": "Layout type for the avatar group",
|
|
174
|
-
"value": { "type": "'stack' | 'grid'", "default": "'stack'" }
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "max",
|
|
178
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
179
|
-
"value": { "type": "number", "default": "3" }
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "show-total",
|
|
183
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
184
|
-
"value": { "type": "boolean", "default": "false" }
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "interactive-overflow",
|
|
188
|
-
"description": "Interactive overflow indicator",
|
|
189
|
-
"value": { "type": "boolean", "default": "false" }
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "label",
|
|
193
|
-
"description": "Accessible label for the avatar group",
|
|
194
|
-
"value": { "type": "string" }
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "overflow-label",
|
|
198
|
-
"description": "Accessible label for the overflow indicator",
|
|
199
|
-
"value": { "type": "string" }
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
|
-
"slots": [
|
|
203
|
-
{
|
|
204
|
-
"name": "",
|
|
205
|
-
"description": "The avatars to display in the group."
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"events": [
|
|
209
|
-
{
|
|
210
|
-
"name": "dds-overflow-click",
|
|
211
|
-
"description": "Fired when the overflow indicator is clicked."
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"js": {
|
|
215
|
-
"properties": [
|
|
216
|
-
{
|
|
217
|
-
"name": "layout",
|
|
218
|
-
"description": "Layout type for the avatar group",
|
|
219
|
-
"type": "'stack' | 'grid'"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "max",
|
|
223
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
224
|
-
"type": "number"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "showTotal",
|
|
228
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
229
|
-
"type": "boolean"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "interactiveOverflow",
|
|
233
|
-
"description": "Interactive overflow indicator",
|
|
234
|
-
"type": "boolean"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "label",
|
|
238
|
-
"description": "Accessible label for the avatar group",
|
|
239
|
-
"type": "string"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "overflowLabel",
|
|
243
|
-
"description": "Accessible label for the overflow indicator",
|
|
244
|
-
"type": "string"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "size",
|
|
248
|
-
"description": "The size of avatars in the group. Default is `md`. See SizedMixin.",
|
|
249
|
-
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"name": "sizeMap",
|
|
253
|
-
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
254
|
-
"type": "string"
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
"events": [
|
|
258
|
-
{
|
|
259
|
-
"name": "dds-overflow-click",
|
|
260
|
-
"description": "Fired when the overflow indicator is clicked."
|
|
261
|
-
}
|
|
262
|
-
]
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
205
|
{
|
|
266
206
|
"name": "dap-ds-accordion",
|
|
267
207
|
"description": "An accordion is a vertically stacked list of interactive items that can be expanded or collapsed to reveal or hide content.\n---\n\n\n### **Events:**\n - **dds-opened** - Event fired when the accordion is opened.\n- **dds-closed** - Event fired when the accordion is closed.\n\n### **Slots:**\n - **default** - The content of the accordion.\n- **heading** - The heading of the accordion.\n- **icon-opened** - The icon when the accordion is opened.\n- **icon-closed** - The icon when the accordion is closed.\n\n### **CSS Properties:**\n - **--dds-accordion-border-width** - The width of the accordion border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-border-style** - The style of the accordion border (default: solid) _(default: undefined)_\n- **--dds-accordion-border-radius** - The border radius of the accordion (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-border-color** - The color of the accordion border (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-accordion-background-color** - The background color of the accordion (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-text-color** - The text color of the accordion (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-hover-background** - The background color when hovering over the accordion (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_\n- **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_\n- **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_\n- **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_\n- **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n- **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion container.\n- **heading** - The heading of the accordion.\n- **button** - The button of the accordion.\n- **content** - The content of the accordion.\n- **content-container** - The container of the accordion content.\n- **icon-wrapper** - The icon wrapper of the accordion.\n- **open-icon** - The icon when the accordion is opened.\n- **open-icon-base** - The base of the icon when the accordion is opened.\n- **close-icon** - The icon when the accordion is closed.\n- **close-icon-base** - The base of the icon when the accordion is closed.",
|
|
@@ -429,33 +369,6 @@
|
|
|
429
369
|
"events": []
|
|
430
370
|
}
|
|
431
371
|
},
|
|
432
|
-
{
|
|
433
|
-
"name": "dap-ds-anchor-heading",
|
|
434
|
-
"description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
|
|
435
|
-
"doc-url": "",
|
|
436
|
-
"attributes": [
|
|
437
|
-
{
|
|
438
|
-
"name": "variant",
|
|
439
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
440
|
-
"value": { "type": "HeadingVariant" }
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"name": "label",
|
|
444
|
-
"description": "The label of the heading.",
|
|
445
|
-
"value": { "type": "string" }
|
|
446
|
-
}
|
|
447
|
-
],
|
|
448
|
-
"events": [],
|
|
449
|
-
"js": {
|
|
450
|
-
"properties": [
|
|
451
|
-
{ "name": "variant", "type": "HeadingVariant" },
|
|
452
|
-
{ "name": "label", "type": "string" },
|
|
453
|
-
{ "name": "elementId" },
|
|
454
|
-
{ "name": "anchorTitle" }
|
|
455
|
-
],
|
|
456
|
-
"events": []
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
372
|
{
|
|
460
373
|
"name": "dap-ds-banner",
|
|
461
374
|
"description": "A banner is a message displayed at the top of the page to provide important information to the user.\n---\n\n\n### **Events:**\n - **dds-close** - Event fired when the banner is closed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **actions** - Actions of banner\n- **icon** - The icon of the banner.\n\n### **CSS Properties:**\n - **--dds-banner-gap** - The gap between banner elements (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-banner-line-height** - The line height of the banner text (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-banner-transition** - The transition property for the banner (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-banner-brand-background** - The background color of the brand banner (default: var(--dds-banner-background-brand)) _(default: undefined)_\n- **--dds-banner-brand-icon-color** - The color of the brand banner icon (default: var(--dds-banner-icon-brand)) _(default: undefined)_\n- **--dds-banner-brand-text-color** - The text color of the brand banner (default: var(--dds-banner-text-brand)) _(default: undefined)_\n- **--dds-banner-brand-action-color** - The color of the brand banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-info-background** - The background color of the info banner (default: var(--dds-banner-background-informative)) _(default: undefined)_\n- **--dds-banner-info-icon-color** - The color of the info banner icon (default: var(--dds-banner-icon-informative)) _(default: undefined)_\n- **--dds-banner-info-text-color** - The text color of the info banner (default: var(--dds-banner-text-informative)) _(default: undefined)_\n- **--dds-banner-info-action-color** - The color of the info banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-positive-background** - The background color of the positive banner (default: var(--dds-banner-background-positive)) _(default: undefined)_\n- **--dds-banner-positive-icon-color** - The color of the positive banner icon (default: var(--dds-banner-icon-positive)) _(default: undefined)_\n- **--dds-banner-positive-text-color** - The text color of the positive banner (default: var(--dds-banner-text-positive)) _(default: undefined)_\n- **--dds-banner-positive-action-color** - The color of the positive banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-warning-background** - The background color of the warning banner (default: var(--dds-banner-background-warning)) _(default: undefined)_\n- **--dds-banner-warning-icon-color** - The color of the warning banner icon (default: var(--dds-banner-icon-warning)) _(default: undefined)_\n- **--dds-banner-warning-text-color** - The text color of the warning banner (default: var(--dds-banner-text-warning)) _(default: undefined)_\n- **--dds-banner-warning-action-color** - The color of the warning banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n- **--dds-banner-negative-background** - The background color of the negative banner (default: var(--dds-banner-background-negative)) _(default: undefined)_\n- **--dds-banner-negative-icon-color** - The color of the negative banner icon (default: var(--dds-banner-icon-negative)) _(default: undefined)_\n- **--dds-banner-negative-text-color** - The text color of the negative banner (default: var(--dds-banner-text-negative)) _(default: undefined)_\n- **--dds-banner-negative-action-color** - The color of the negative banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main banner container.\n- **card-base** - The wrapper card container.\n- **icon** - The icon of the banner.\n- **icon-element** - The icon element of the banner.\n- **icon-base** - The base of the icon.\n- **closebutton** - The close button of the banner.\n- **close-icon-element** - The icon element of the close button.\n- **close-icon-base** - The base of the close button icon.\n- **actions** - The actions of the banner.\n- **title** - The title of the banner.",
|
|
@@ -585,42 +498,129 @@
|
|
|
585
498
|
}
|
|
586
499
|
},
|
|
587
500
|
{
|
|
588
|
-
"name": "dap-ds-
|
|
589
|
-
"description": "
|
|
501
|
+
"name": "dap-ds-anchor-heading",
|
|
502
|
+
"description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
|
|
590
503
|
"doc-url": "",
|
|
591
504
|
"attributes": [
|
|
592
505
|
{
|
|
593
|
-
"name": "
|
|
594
|
-
"description": "
|
|
595
|
-
"value": { "type": "
|
|
506
|
+
"name": "variant",
|
|
507
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
508
|
+
"value": { "type": "HeadingVariant" }
|
|
596
509
|
},
|
|
597
510
|
{
|
|
598
|
-
"name": "
|
|
599
|
-
"description": "The
|
|
600
|
-
"value": {
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
511
|
+
"name": "label",
|
|
512
|
+
"description": "The label of the heading.",
|
|
513
|
+
"value": { "type": "string" }
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"events": [],
|
|
517
|
+
"js": {
|
|
518
|
+
"properties": [
|
|
519
|
+
{ "name": "variant", "type": "HeadingVariant" },
|
|
520
|
+
{ "name": "label", "type": "string" },
|
|
521
|
+
{ "name": "elementId" },
|
|
522
|
+
{ "name": "anchorTitle" }
|
|
523
|
+
],
|
|
524
|
+
"events": []
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "dap-ds-avatar-group",
|
|
529
|
+
"description": "Avatar group component displays multiple avatars in an organized layout with overflow management.\n---\n\n\n### **Events:**\n - **dds-overflow-click** - Fired when the overflow indicator is clicked.\n\n### **Slots:**\n - _default_ - The avatars to display in the group.\n\n### **CSS Properties:**\n - **--dds-avatar-group-gap** - Gap between avatars in grid layout (default: 0) _(default: undefined)_\n- **--dds-avatar-group-overlap** - Overlap amount for stacked layout (default: -8px) _(default: undefined)_\n- **--dds-avatar-group-border-width** - Border width for avatars (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-avatar-group-border-color** - Border color for avatars (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-avatar-group-overflow-bg** - Background color for overflow indicator (default: var(--dds-neutral-300)) _(default: undefined)_\n- **--dds-avatar-group-overflow-color** - Text color for overflow indicator (default: var(--dds-neutral-700)) _(default: undefined)_\n- **--dds-avatar-group-overflow-border** - Border for overflow indicator (default: var(--dds-avatar-group-border-width) solid var(--dds-avatar-group-border-color)) _(default: undefined)_\n- **--dds-avatar-group-size-lg** - Size for large avatars (default: var(--dds-spacing-2000)) _(default: undefined)_\n- **--dds-avatar-group-size-md** - Size for medium avatars (default: var(--dds-spacing-1600)) _(default: undefined)_\n- **--dds-avatar-group-size-sm** - Size for small avatars (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-avatar-group-size-xs** - Size for extra small avatars (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-avatar-group-size-xxs** - Size for extra extra small avatars (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the avatar group.\n- **avatars** - The container for the visible avatars.\n- **overflow** - The overflow indicator element.",
|
|
530
|
+
"doc-url": "",
|
|
531
|
+
"attributes": [
|
|
532
|
+
{
|
|
533
|
+
"name": "layout",
|
|
534
|
+
"description": "Layout type for the avatar group",
|
|
535
|
+
"value": { "type": "'stack' | 'grid'", "default": "'stack'" }
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "max",
|
|
539
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
540
|
+
"value": { "type": "number", "default": "3" }
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "show-total",
|
|
544
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
545
|
+
"value": { "type": "boolean", "default": "false" }
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "interactive-overflow",
|
|
549
|
+
"description": "Interactive overflow indicator",
|
|
550
|
+
"value": { "type": "boolean", "default": "false" }
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "label",
|
|
554
|
+
"description": "Accessible label for the avatar group",
|
|
555
|
+
"value": { "type": "string" }
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "overflow-label",
|
|
559
|
+
"description": "Accessible label for the overflow indicator",
|
|
560
|
+
"value": { "type": "string" }
|
|
604
561
|
}
|
|
605
562
|
],
|
|
606
563
|
"slots": [
|
|
607
|
-
{
|
|
564
|
+
{
|
|
565
|
+
"name": "",
|
|
566
|
+
"description": "The avatars to display in the group."
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"events": [
|
|
570
|
+
{
|
|
571
|
+
"name": "dds-overflow-click",
|
|
572
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
573
|
+
}
|
|
608
574
|
],
|
|
609
|
-
"events": [],
|
|
610
575
|
"js": {
|
|
611
576
|
"properties": [
|
|
612
577
|
{
|
|
613
|
-
"name": "
|
|
614
|
-
"description": "
|
|
578
|
+
"name": "layout",
|
|
579
|
+
"description": "Layout type for the avatar group",
|
|
580
|
+
"type": "'stack' | 'grid'"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "max",
|
|
584
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
585
|
+
"type": "number"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "showTotal",
|
|
589
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
590
|
+
"type": "boolean"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "interactiveOverflow",
|
|
594
|
+
"description": "Interactive overflow indicator",
|
|
595
|
+
"type": "boolean"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "label",
|
|
599
|
+
"description": "Accessible label for the avatar group",
|
|
615
600
|
"type": "string"
|
|
616
601
|
},
|
|
617
602
|
{
|
|
618
|
-
"name": "
|
|
619
|
-
"description": "
|
|
620
|
-
"type": "
|
|
603
|
+
"name": "overflowLabel",
|
|
604
|
+
"description": "Accessible label for the overflow indicator",
|
|
605
|
+
"type": "string"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "size",
|
|
609
|
+
"description": "The size of avatars in the group. Default is `md`. See SizedMixin.",
|
|
610
|
+
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "sizeMap",
|
|
614
|
+
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
615
|
+
"type": "string"
|
|
621
616
|
}
|
|
622
617
|
],
|
|
623
|
-
"events": [
|
|
618
|
+
"events": [
|
|
619
|
+
{
|
|
620
|
+
"name": "dds-overflow-click",
|
|
621
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
622
|
+
}
|
|
623
|
+
]
|
|
624
624
|
}
|
|
625
625
|
},
|
|
626
626
|
{
|
|
@@ -1213,16 +1213,211 @@
|
|
|
1213
1213
|
"type": "string"
|
|
1214
1214
|
},
|
|
1215
1215
|
{
|
|
1216
|
-
"name": "opened",
|
|
1217
|
-
"description": "If the callout is opened",
|
|
1216
|
+
"name": "opened",
|
|
1217
|
+
"description": "If the callout is opened",
|
|
1218
|
+
"type": "string"
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"events": [
|
|
1222
|
+
{
|
|
1223
|
+
"name": "dds-close",
|
|
1224
|
+
"type": "{ void }",
|
|
1225
|
+
"description": "Fired when the close button is clicked."
|
|
1226
|
+
}
|
|
1227
|
+
]
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "dap-ds-checkbox",
|
|
1232
|
+
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
1233
|
+
"doc-url": "",
|
|
1234
|
+
"attributes": [
|
|
1235
|
+
{
|
|
1236
|
+
"name": "indeterminate",
|
|
1237
|
+
"description": "Whether the checkbox is indeterminate",
|
|
1238
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "preventDefault",
|
|
1242
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
1243
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"name": "border",
|
|
1247
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
1248
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "readonly",
|
|
1252
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1253
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "type",
|
|
1257
|
+
"description": "The type of the checkbox",
|
|
1258
|
+
"value": {
|
|
1259
|
+
"type": "'normal' | 'background'",
|
|
1260
|
+
"default": "'normal'"
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
|
+
"events": [
|
|
1265
|
+
{
|
|
1266
|
+
"name": "dds-change",
|
|
1267
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1268
|
+
"description": "Fired when the checkbox is checked or unchecked."
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "dds-blur",
|
|
1272
|
+
"type": "{ void }",
|
|
1273
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "dds-focus",
|
|
1277
|
+
"type": "{ void }",
|
|
1278
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "dds-input",
|
|
1282
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1283
|
+
"description": "Emitted when the checkbox receives input."
|
|
1284
|
+
}
|
|
1285
|
+
],
|
|
1286
|
+
"js": {
|
|
1287
|
+
"properties": [
|
|
1288
|
+
{
|
|
1289
|
+
"name": "indeterminate",
|
|
1290
|
+
"description": "Whether the checkbox is indeterminate",
|
|
1291
|
+
"type": "boolean"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "preventDefault",
|
|
1295
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
1296
|
+
"type": "boolean"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "border",
|
|
1300
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
1301
|
+
"type": "boolean"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "readonly",
|
|
1305
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1306
|
+
"type": "boolean"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "type",
|
|
1310
|
+
"description": "The type of the checkbox",
|
|
1311
|
+
"type": "'normal' | 'background'"
|
|
1312
|
+
},
|
|
1313
|
+
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
1314
|
+
{ "name": "feedbackId" },
|
|
1315
|
+
{
|
|
1316
|
+
"name": "name",
|
|
1317
|
+
"description": "The name of the checkbox.",
|
|
1318
|
+
"type": "string"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "value",
|
|
1322
|
+
"description": "The value of the checkbox.",
|
|
1323
|
+
"type": "string"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "checked",
|
|
1327
|
+
"description": "Whether the checkbox is checked.",
|
|
1328
|
+
"type": "boolean"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "label",
|
|
1332
|
+
"description": "The label of the checkbox.",
|
|
1333
|
+
"type": "string"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "description",
|
|
1337
|
+
"description": "The description of the checkbox.",
|
|
1338
|
+
"type": "string"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "disabled",
|
|
1342
|
+
"description": "Whether the checkbox is disabled.",
|
|
1343
|
+
"type": "boolean"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "required",
|
|
1347
|
+
"description": "Whether the checkbox is required.",
|
|
1348
|
+
"type": "boolean"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "size",
|
|
1352
|
+
"description": "The size of the checkbox. Default is 'sm'.",
|
|
1353
|
+
"type": "'xs' | 'sm' | 'lg'"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "sizeMap",
|
|
1357
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1358
|
+
"type": "string"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "labelPlacement",
|
|
1362
|
+
"description": "The placement of the label.",
|
|
1363
|
+
"type": "'left' | 'right'"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "descriptionPlacement",
|
|
1367
|
+
"description": "The placement of the description.",
|
|
1368
|
+
"type": "'top' | 'bottom'"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "subtle",
|
|
1372
|
+
"description": "The weight of the label.",
|
|
1373
|
+
"type": "boolean"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "feedback",
|
|
1377
|
+
"description": "The feedback of the checkbox.",
|
|
1378
|
+
"type": "string"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "feedbackType",
|
|
1382
|
+
"description": "The feedback type of the checkbox.",
|
|
1383
|
+
"type": "'negative' | 'positive' | 'warning'"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "invalid",
|
|
1387
|
+
"description": "The invalid state of the checkbox.",
|
|
1388
|
+
"type": "boolean"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "optional",
|
|
1392
|
+
"description": "The optional state of the checkbox.",
|
|
1393
|
+
"type": "boolean"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "optionalLabel",
|
|
1397
|
+
"description": "The optional label of the checkbox.",
|
|
1218
1398
|
"type": "string"
|
|
1219
1399
|
}
|
|
1220
1400
|
],
|
|
1221
1401
|
"events": [
|
|
1222
1402
|
{
|
|
1223
|
-
"name": "dds-
|
|
1403
|
+
"name": "dds-change",
|
|
1404
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1405
|
+
"description": "Fired when the checkbox is checked or unchecked."
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "dds-blur",
|
|
1224
1409
|
"type": "{ void }",
|
|
1225
|
-
"description": "
|
|
1410
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"name": "dds-focus",
|
|
1414
|
+
"type": "{ void }",
|
|
1415
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "dds-input",
|
|
1419
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1420
|
+
"description": "Emitted when the checkbox receives input."
|
|
1226
1421
|
}
|
|
1227
1422
|
]
|
|
1228
1423
|
}
|
|
@@ -1563,201 +1758,6 @@
|
|
|
1563
1758
|
"events": []
|
|
1564
1759
|
}
|
|
1565
1760
|
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "dap-ds-checkbox",
|
|
1568
|
-
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
1569
|
-
"doc-url": "",
|
|
1570
|
-
"attributes": [
|
|
1571
|
-
{
|
|
1572
|
-
"name": "indeterminate",
|
|
1573
|
-
"description": "Whether the checkbox is indeterminate",
|
|
1574
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"name": "preventDefault",
|
|
1578
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
1579
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"name": "border",
|
|
1583
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
1584
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"name": "readonly",
|
|
1588
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1589
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "type",
|
|
1593
|
-
"description": "The type of the checkbox",
|
|
1594
|
-
"value": {
|
|
1595
|
-
"type": "'normal' | 'background'",
|
|
1596
|
-
"default": "'normal'"
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1599
|
-
],
|
|
1600
|
-
"events": [
|
|
1601
|
-
{
|
|
1602
|
-
"name": "dds-change",
|
|
1603
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1604
|
-
"description": "Fired when the checkbox is checked or unchecked."
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "dds-blur",
|
|
1608
|
-
"type": "{ void }",
|
|
1609
|
-
"description": "Emitted when the checkbox loses focus."
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"name": "dds-focus",
|
|
1613
|
-
"type": "{ void }",
|
|
1614
|
-
"description": "Emitted when the checkbox gains focus."
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "dds-input",
|
|
1618
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1619
|
-
"description": "Emitted when the checkbox receives input."
|
|
1620
|
-
}
|
|
1621
|
-
],
|
|
1622
|
-
"js": {
|
|
1623
|
-
"properties": [
|
|
1624
|
-
{
|
|
1625
|
-
"name": "indeterminate",
|
|
1626
|
-
"description": "Whether the checkbox is indeterminate",
|
|
1627
|
-
"type": "boolean"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"name": "preventDefault",
|
|
1631
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
1632
|
-
"type": "boolean"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"name": "border",
|
|
1636
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
1637
|
-
"type": "boolean"
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "readonly",
|
|
1641
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1642
|
-
"type": "boolean"
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "type",
|
|
1646
|
-
"description": "The type of the checkbox",
|
|
1647
|
-
"type": "'normal' | 'background'"
|
|
1648
|
-
},
|
|
1649
|
-
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
1650
|
-
{ "name": "feedbackId" },
|
|
1651
|
-
{
|
|
1652
|
-
"name": "name",
|
|
1653
|
-
"description": "The name of the checkbox.",
|
|
1654
|
-
"type": "string"
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"name": "value",
|
|
1658
|
-
"description": "The value of the checkbox.",
|
|
1659
|
-
"type": "string"
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"name": "checked",
|
|
1663
|
-
"description": "Whether the checkbox is checked.",
|
|
1664
|
-
"type": "boolean"
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"name": "label",
|
|
1668
|
-
"description": "The label of the checkbox.",
|
|
1669
|
-
"type": "string"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"name": "description",
|
|
1673
|
-
"description": "The description of the checkbox.",
|
|
1674
|
-
"type": "string"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "disabled",
|
|
1678
|
-
"description": "Whether the checkbox is disabled.",
|
|
1679
|
-
"type": "boolean"
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "required",
|
|
1683
|
-
"description": "Whether the checkbox is required.",
|
|
1684
|
-
"type": "boolean"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "size",
|
|
1688
|
-
"description": "The size of the checkbox. Default is 'sm'.",
|
|
1689
|
-
"type": "'xs' | 'sm' | 'lg'"
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"name": "sizeMap",
|
|
1693
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1694
|
-
"type": "string"
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "labelPlacement",
|
|
1698
|
-
"description": "The placement of the label.",
|
|
1699
|
-
"type": "'left' | 'right'"
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "descriptionPlacement",
|
|
1703
|
-
"description": "The placement of the description.",
|
|
1704
|
-
"type": "'top' | 'bottom'"
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"name": "subtle",
|
|
1708
|
-
"description": "The weight of the label.",
|
|
1709
|
-
"type": "boolean"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"name": "feedback",
|
|
1713
|
-
"description": "The feedback of the checkbox.",
|
|
1714
|
-
"type": "string"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "feedbackType",
|
|
1718
|
-
"description": "The feedback type of the checkbox.",
|
|
1719
|
-
"type": "'negative' | 'positive' | 'warning'"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "invalid",
|
|
1723
|
-
"description": "The invalid state of the checkbox.",
|
|
1724
|
-
"type": "boolean"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "optional",
|
|
1728
|
-
"description": "The optional state of the checkbox.",
|
|
1729
|
-
"type": "boolean"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "optionalLabel",
|
|
1733
|
-
"description": "The optional label of the checkbox.",
|
|
1734
|
-
"type": "string"
|
|
1735
|
-
}
|
|
1736
|
-
],
|
|
1737
|
-
"events": [
|
|
1738
|
-
{
|
|
1739
|
-
"name": "dds-change",
|
|
1740
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1741
|
-
"description": "Fired when the checkbox is checked or unchecked."
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"name": "dds-blur",
|
|
1745
|
-
"type": "{ void }",
|
|
1746
|
-
"description": "Emitted when the checkbox loses focus."
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
"name": "dds-focus",
|
|
1750
|
-
"type": "{ void }",
|
|
1751
|
-
"description": "Emitted when the checkbox gains focus."
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "dds-input",
|
|
1755
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1756
|
-
"description": "Emitted when the checkbox receives input."
|
|
1757
|
-
}
|
|
1758
|
-
]
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
1761
|
{
|
|
1762
1762
|
"name": "dap-ds-chip",
|
|
1763
1763
|
"description": "A chip is a small status descriptor for UI elements.\n---\n\n\n### **Events:**\n - **dds-remove** - Fired when the chip is removed\n- **dds-select** - Fired when the chip is selected\n\n### **CSS Properties:**\n - **--dds-chip-border** - Border of the chip (default: var(--dds-border-width-base) solid var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-chip-border-radius** - Border radius of the chip (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-chip-font-weight** - Font weight of the chip (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-chip-line-height** - Line height of the chip (default: 1.5) _(default: undefined)_\n- **--dds-chip-transition** - Transition timing for chip interactions (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-chip-padding-sm** - Padding for small chip size (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-chip-padding-lg** - Padding for large chip size (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-chip-font-size-sm** - Font size for small chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-font-size-lg** - Font size for large chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-background-color** - Background color of the chip (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-chip-text-color** - Text color of the chip (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-chip-hover-background-color** - Background color of the chip on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-active-background-color** - Background color of the chip when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-chip-selected-background-color** - Background color of the selected chip (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-chip-selected-text-color** - Text color of the selected chip (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-chip-selected-border-color** - Border color of the selected chip (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-chip-disabled-background-color** - Background color of the disabled chip (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-disabled-text-color** - Text color of the disabled chip (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The base part\n- **content-container** - The container for the content\n- **remove-button** - The remove button\n- **remove-icon** - The icon of the remove icon\n- **remove-icon-base** - The base of the remove icon\n- **remove-icon-base-base** - The base of the remove icon base",
|
|
@@ -7664,7 +7664,7 @@
|
|
|
7664
7664
|
},
|
|
7665
7665
|
{
|
|
7666
7666
|
"name": "dap-ds-radio-button",
|
|
7667
|
-
"description": "A radio button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the radio button is checked.\n- **dds-blur** - Emitted when the radio button loses focus.\n- **dds-focus** - Emitted when the radio button gains focus.\n- **dds-input** - Emitted when the radio button receives input.\n\n### **
|
|
7667
|
+
"description": "A radio button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the radio button is checked.\n- **dds-blur** - Emitted when the radio button loses focus.\n- **dds-focus** - Emitted when the radio button gains focus.\n- **dds-input** - Emitted when the radio button receives input.\n\n### **CSS Properties:**\n - **--dds-radio-size** - Sets the size of the radio button. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-radio-border-width** - Sets the border width of the radio button. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-radio-border-radius** - Sets the border radius of the radio button. (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-radio-border-color** - Sets the border color of the radio button. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-radio-background-color** - Sets the background color of the radio button. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-radio-hover-border-color** - Sets the border color of the radio button on hover. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-radio-hover-background-color** - Sets the background color of the radio button on hover. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-radio-active-border-color** - Sets the border color of the radio button when active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-radio-active-background-color** - Sets the background color of the radio button when active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-radio-checked-background-color** - Sets the background color of the checked radio button. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-radio-checked-hover-background-color** - Sets the background color of the checked radio button on hover. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-radio-checked-active-background-color** - Sets the background color of the checked radio button when active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-radio-disabled-background-color** - Sets the background color of the disabled radio button. (default: var(--dds-background-neutral-disabled)) _(default: undefined)_\n- **--dds-radio-icon-background-color** - Sets the background color of the radio button icon. (default: var(--dds-transparent-white-strong-static)) _(default: undefined)_\n- **--dds-radio-disabled-icon-background-color** - Sets the background color of the disabled radio button icon. (default: var(--dds-background-neutral-stronger)) _(default: undefined)_\n- **--dds-radio-invalid-border-color** - Sets the border color of the invalid radio button. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-radio-invalid-background-color** - Sets the background color of the invalid radio button. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-radio-invalid-hover-border-color** - Sets the border color of the invalid radio button on hover. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-radio-invalid-hover-background-color** - Sets the background color of the invalid radio button on hover. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-radio-invalid-active-border-color** - Sets the border color of the invalid radio button when active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-radio-invalid-active-background-color** - Sets the background color of the invalid radio button when active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-radio-invalid-checked-background-color** - Sets the background color of the invalid checked radio button. (default: var(--dds-background-negative-base-inverted)) _(default: undefined)_\n- **--dds-radio-invalid-checked-hover-background-color** - Sets the background color of the invalid checked radio button on hover. (default: var(--dds-background-negative-medium-inverted)) _(default: undefined)_\n- **--dds-radio-invalid-checked-active-background-color** - Sets the background color of the invalid checked radio button when active. (default: var(--dds-background-negative-strong-inverted)) _(default: undefined)_\n- **--dds-radio-icon-size** - Sets the size of the radio button icon. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-radio-readonly-border-color** - Sets the border color when the radio button is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-radio-readonly-background-color** - Sets the background color when the radio button is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-radio-readonly-icon-color** - Sets the color of the radio button icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main radio button container.\n- **wrapper** - The wrapper of the radio button.\n- **base-label** - The main label container.\n- **label** - The label of the radio button.\n- **input** - The native input of the radio button.\n- **control** - The control of the radio button.\n- **label-container** - The label container of the radio button.\n- **description** - The description of the radio button.",
|
|
7668
7668
|
"doc-url": "",
|
|
7669
7669
|
"attributes": [
|
|
7670
7670
|
{
|
|
@@ -7672,6 +7672,16 @@
|
|
|
7672
7672
|
"description": "Whether the radio button is focusable.",
|
|
7673
7673
|
"value": { "type": "boolean", "default": "false" }
|
|
7674
7674
|
},
|
|
7675
|
+
{
|
|
7676
|
+
"name": "posInSet",
|
|
7677
|
+
"description": "Position in set — set by radio-group for correct screen reader counting",
|
|
7678
|
+
"value": { "type": "number | undefined" }
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"name": "setSize",
|
|
7682
|
+
"description": "Set size — set by radio-group for correct screen reader counting",
|
|
7683
|
+
"value": { "type": "number | undefined" }
|
|
7684
|
+
},
|
|
7675
7685
|
{
|
|
7676
7686
|
"name": "preventDefault",
|
|
7677
7687
|
"description": "Whether the radio button should prevent the default action.",
|
|
@@ -7725,6 +7735,16 @@
|
|
|
7725
7735
|
"description": "Whether the radio button is focusable.",
|
|
7726
7736
|
"type": "boolean"
|
|
7727
7737
|
},
|
|
7738
|
+
{
|
|
7739
|
+
"name": "posInSet",
|
|
7740
|
+
"description": "Position in set — set by radio-group for correct screen reader counting",
|
|
7741
|
+
"type": "number | undefined"
|
|
7742
|
+
},
|
|
7743
|
+
{
|
|
7744
|
+
"name": "setSize",
|
|
7745
|
+
"description": "Set size — set by radio-group for correct screen reader counting",
|
|
7746
|
+
"type": "number | undefined"
|
|
7747
|
+
},
|
|
7728
7748
|
{
|
|
7729
7749
|
"name": "preventDefault",
|
|
7730
7750
|
"description": "Whether the radio button should prevent the default action.",
|
|
@@ -7747,6 +7767,7 @@
|
|
|
7747
7767
|
},
|
|
7748
7768
|
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
7749
7769
|
{ "name": "feedbackId" },
|
|
7770
|
+
{ "name": "role", "type": "string" },
|
|
7750
7771
|
{
|
|
7751
7772
|
"name": "name",
|
|
7752
7773
|
"description": "The name of the radio button.",
|
|
@@ -12332,7 +12353,7 @@
|
|
|
12332
12353
|
}
|
|
12333
12354
|
},
|
|
12334
12355
|
{
|
|
12335
|
-
"name": "dap-ds-icon-
|
|
12356
|
+
"name": "dap-ds-icon-separator",
|
|
12336
12357
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12337
12358
|
"doc-url": "",
|
|
12338
12359
|
"attributes": [
|
|
@@ -12385,7 +12406,7 @@
|
|
|
12385
12406
|
}
|
|
12386
12407
|
},
|
|
12387
12408
|
{
|
|
12388
|
-
"name": "dap-ds-icon-
|
|
12409
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
12389
12410
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12390
12411
|
"doc-url": "",
|
|
12391
12412
|
"attributes": [
|
|
@@ -12438,7 +12459,7 @@
|
|
|
12438
12459
|
}
|
|
12439
12460
|
},
|
|
12440
12461
|
{
|
|
12441
|
-
"name": "dap-ds-icon-file-
|
|
12462
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
12442
12463
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12443
12464
|
"doc-url": "",
|
|
12444
12465
|
"attributes": [
|
|
@@ -12491,7 +12512,7 @@
|
|
|
12491
12512
|
}
|
|
12492
12513
|
},
|
|
12493
12514
|
{
|
|
12494
|
-
"name": "dap-ds-icon-file-
|
|
12515
|
+
"name": "dap-ds-icon-file-image-line",
|
|
12495
12516
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12496
12517
|
"doc-url": "",
|
|
12497
12518
|
"attributes": [
|
|
@@ -12544,7 +12565,7 @@
|
|
|
12544
12565
|
}
|
|
12545
12566
|
},
|
|
12546
12567
|
{
|
|
12547
|
-
"name": "dap-ds-icon-file-
|
|
12568
|
+
"name": "dap-ds-icon-file-music-line",
|
|
12548
12569
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12549
12570
|
"doc-url": "",
|
|
12550
12571
|
"attributes": [
|
|
@@ -12597,7 +12618,7 @@
|
|
|
12597
12618
|
}
|
|
12598
12619
|
},
|
|
12599
12620
|
{
|
|
12600
|
-
"name": "dap-ds-icon-file-
|
|
12621
|
+
"name": "dap-ds-icon-file-text-line",
|
|
12601
12622
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12602
12623
|
"doc-url": "",
|
|
12603
12624
|
"attributes": [
|
|
@@ -12650,7 +12671,7 @@
|
|
|
12650
12671
|
}
|
|
12651
12672
|
},
|
|
12652
12673
|
{
|
|
12653
|
-
"name": "dap-ds-icon-
|
|
12674
|
+
"name": "dap-ds-icon-file-video-line",
|
|
12654
12675
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12655
12676
|
"doc-url": "",
|
|
12656
12677
|
"attributes": [
|
|
@@ -12703,7 +12724,7 @@
|
|
|
12703
12724
|
}
|
|
12704
12725
|
},
|
|
12705
12726
|
{
|
|
12706
|
-
"name": "dap-ds-icon-folder-
|
|
12727
|
+
"name": "dap-ds-icon-folder-line",
|
|
12707
12728
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12708
12729
|
"doc-url": "",
|
|
12709
12730
|
"attributes": [
|
|
@@ -12756,7 +12777,7 @@
|
|
|
12756
12777
|
}
|
|
12757
12778
|
},
|
|
12758
12779
|
{
|
|
12759
|
-
"name": "dap-ds-icon-
|
|
12780
|
+
"name": "dap-ds-icon-folder-open-line",
|
|
12760
12781
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12761
12782
|
"doc-url": "",
|
|
12762
12783
|
"attributes": [
|
|
@@ -14134,7 +14155,7 @@
|
|
|
14134
14155
|
}
|
|
14135
14156
|
},
|
|
14136
14157
|
{
|
|
14137
|
-
"name": "dap-ds-icon-
|
|
14158
|
+
"name": "dap-ds-icon-external-link-line",
|
|
14138
14159
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14139
14160
|
"doc-url": "",
|
|
14140
14161
|
"attributes": [
|
|
@@ -14187,7 +14208,7 @@
|
|
|
14187
14208
|
}
|
|
14188
14209
|
},
|
|
14189
14210
|
{
|
|
14190
|
-
"name": "dap-ds-icon-
|
|
14211
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
14191
14212
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14192
14213
|
"doc-url": "",
|
|
14193
14214
|
"attributes": [
|