dap-design-system 0.57.8 → 0.57.9
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/banner/banner.component.d.ts +2 -0
- package/dist/components/calendar/calendar.component.d.ts +4 -0
- package/dist/components/callout/callout.component.d.ts +2 -0
- package/dist/components/chip/chip.component.d.ts +2 -0
- package/dist/components/combobox/comboboxBase.d.ts +4 -0
- package/dist/components/copybox-input/copybox-input.component.d.ts +2 -0
- package/dist/components/datatable/datatable.component.d.ts +2 -0
- package/dist/components/datepicker/datepicker.component.d.ts +4 -0
- package/dist/components/file-input/file-input-list-item.component.d.ts +2 -0
- package/dist/components/file-input/file-input.component.d.ts +4 -0
- package/dist/components/image-zoom/image-zoom.component.d.ts +4 -0
- package/dist/components/modal/modal-base-element.d.ts +6 -0
- package/dist/components/navigation-menu/navigation-menu-item.component.d.ts +2 -0
- package/dist/components/number-input/number-input.component.d.ts +4 -0
- package/dist/components/pager/pager.component.d.ts +2 -0
- package/dist/components/password-input/password-input.component.d.ts +2 -0
- package/dist/components/snackbar/snackbar-message.component.d.ts +2 -0
- package/dist/components/timepicker/time-grid.component.d.ts +8 -0
- package/dist/components/timepicker/timepicker.component.d.ts +4 -0
- package/dist/{components-B66BAgiP.js → components-DM_rlHV7.js} +6335 -6210
- package/dist/components-DM_rlHV7.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +175 -123
- package/dist/manifest/vscode.html-custom-data.json +213 -79
- package/dist/manifest/web-types.json +489 -171
- package/dist/react/index.d.ts +6 -6
- package/dist/react-types.ts +6 -6
- package/dist/react.js +38 -38
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-B66BAgiP.js.map +0 -1
|
@@ -114,28 +114,40 @@
|
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"name": "dap-ds-
|
|
118
|
-
"description": "
|
|
117
|
+
"name": "dap-ds-accordion-group",
|
|
118
|
+
"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.",
|
|
119
119
|
"doc-url": "",
|
|
120
120
|
"attributes": [
|
|
121
121
|
{
|
|
122
|
-
"name": "
|
|
123
|
-
"description": "
|
|
124
|
-
"value": { "type": "
|
|
122
|
+
"name": "autoClose",
|
|
123
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
124
|
+
"value": { "type": "string", "default": "'true'" }
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
|
-
"name": "
|
|
128
|
-
"description": "The
|
|
129
|
-
"value": {
|
|
127
|
+
"name": "variant",
|
|
128
|
+
"description": "The variant of the accordion",
|
|
129
|
+
"value": {
|
|
130
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
131
|
+
"default": "'default'"
|
|
132
|
+
}
|
|
130
133
|
}
|
|
131
134
|
],
|
|
135
|
+
"slots": [
|
|
136
|
+
{ "name": "", "description": "The content of the accordion group." }
|
|
137
|
+
],
|
|
132
138
|
"events": [],
|
|
133
139
|
"js": {
|
|
134
140
|
"properties": [
|
|
135
|
-
{
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
141
|
+
{
|
|
142
|
+
"name": "autoClose",
|
|
143
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
144
|
+
"type": "string"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "variant",
|
|
148
|
+
"description": "The variant of the accordion",
|
|
149
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
150
|
+
}
|
|
139
151
|
],
|
|
140
152
|
"events": []
|
|
141
153
|
}
|
|
@@ -298,40 +310,28 @@
|
|
|
298
310
|
}
|
|
299
311
|
},
|
|
300
312
|
{
|
|
301
|
-
"name": "dap-ds-
|
|
302
|
-
"description": "
|
|
313
|
+
"name": "dap-ds-anchor-heading",
|
|
314
|
+
"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.",
|
|
303
315
|
"doc-url": "",
|
|
304
316
|
"attributes": [
|
|
305
317
|
{
|
|
306
|
-
"name": "
|
|
307
|
-
"description": "
|
|
308
|
-
"value": { "type": "
|
|
318
|
+
"name": "variant",
|
|
319
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
320
|
+
"value": { "type": "HeadingVariant" }
|
|
309
321
|
},
|
|
310
322
|
{
|
|
311
|
-
"name": "
|
|
312
|
-
"description": "The
|
|
313
|
-
"value": {
|
|
314
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
315
|
-
"default": "'default'"
|
|
316
|
-
}
|
|
323
|
+
"name": "label",
|
|
324
|
+
"description": "The label of the heading.",
|
|
325
|
+
"value": { "type": "string" }
|
|
317
326
|
}
|
|
318
327
|
],
|
|
319
|
-
"slots": [
|
|
320
|
-
{ "name": "", "description": "The content of the accordion group." }
|
|
321
|
-
],
|
|
322
328
|
"events": [],
|
|
323
329
|
"js": {
|
|
324
330
|
"properties": [
|
|
325
|
-
{
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "variant",
|
|
332
|
-
"description": "The variant of the accordion",
|
|
333
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
334
|
-
}
|
|
331
|
+
{ "name": "variant", "type": "HeadingVariant" },
|
|
332
|
+
{ "name": "label", "type": "string" },
|
|
333
|
+
{ "name": "elementId" },
|
|
334
|
+
{ "name": "anchorTitle" }
|
|
335
335
|
],
|
|
336
336
|
"events": []
|
|
337
337
|
}
|
|
@@ -435,66 +435,6 @@
|
|
|
435
435
|
]
|
|
436
436
|
}
|
|
437
437
|
},
|
|
438
|
-
{
|
|
439
|
-
"name": "dap-ds-badge",
|
|
440
|
-
"description": "A badge is a small status descriptor for UI elements.\n---\n\n\n### **Slots:**\n - _default_ - The content of the badge.\n- **icon** - The icon of the badge.\n\n### **CSS Properties:**\n - **--dds-badge-border-width** - The width of the badge's border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-style** - The style of the badge's border (default: solid) _(default: undefined)_\n- **--dds-badge-border-radius** - The border radius of the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-font-weight** - The font weight of the badge text (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-badge-line-height** - The line height of the badge text (default: 1.2) _(default: undefined)_\n- **--dds-badge-transition** - The transition property for the badge (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-badge-padding-sm** - The padding of the small badge (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-padding-lg** - The padding of the large badge (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - The font size of the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - The font size of the large badge (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-badge-neutral-border-color** - The border color of the neutral badge (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-badge-neutral-background** - The background color of the neutral badge (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-badge-neutral-color** - The text color of the neutral badge (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-badge-brand-border-color** - The border color of the brand badge (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-badge-brand-background** - The background color of the brand badge (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-badge-brand-color** - The text color of the brand badge (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-info-border-color** - The border color of the info badge (default: var(--dds-border-informative-base)) _(default: undefined)_\n- **--dds-badge-info-background** - The background color of the info badge (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-badge-info-color** - The text color of the info badge (default: var(--dds-text-informative-subtle)) _(default: undefined)_\n- **--dds-badge-positive-border-color** - The border color of the positive badge (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-badge-positive-background** - The background color of the positive badge (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-badge-positive-color** - The text color of the positive badge (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-badge-warning-border-color** - The border color of the warning badge (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-badge-warning-background** - The background color of the warning badge (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-badge-warning-color** - The text color of the warning badge (default: var(--dds-text-warning-subtle)) _(default: undefined)_\n- **--dds-badge-negative-border-color** - The border color of the negative badge (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-badge-negative-background** - The background color of the negative badge (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-badge-negative-color** - The text color of the negative badge (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.\n- **icon-base** - The base of the icon.",
|
|
441
|
-
"doc-url": "",
|
|
442
|
-
"attributes": [
|
|
443
|
-
{
|
|
444
|
-
"name": "type",
|
|
445
|
-
"description": "The type of the badge",
|
|
446
|
-
"value": {
|
|
447
|
-
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'",
|
|
448
|
-
"default": "'neutral'"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"name": "icon",
|
|
453
|
-
"description": "The icon of the badge, this is a name of a built in icon",
|
|
454
|
-
"value": { "type": "string | undefined" }
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "live",
|
|
458
|
-
"description": "Whether the badge represents dynamic content that should announce changes",
|
|
459
|
-
"value": { "type": "boolean", "default": "false" }
|
|
460
|
-
}
|
|
461
|
-
],
|
|
462
|
-
"slots": [
|
|
463
|
-
{ "name": "", "description": "The content of the badge." },
|
|
464
|
-
{ "name": "icon", "description": "The icon of the badge." }
|
|
465
|
-
],
|
|
466
|
-
"events": [],
|
|
467
|
-
"js": {
|
|
468
|
-
"properties": [
|
|
469
|
-
{
|
|
470
|
-
"name": "type",
|
|
471
|
-
"description": "The type of the badge",
|
|
472
|
-
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"name": "icon",
|
|
476
|
-
"description": "The icon of the badge, this is a name of a built in icon",
|
|
477
|
-
"type": "string | undefined"
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"name": "live",
|
|
481
|
-
"description": "Whether the badge represents dynamic content that should announce changes",
|
|
482
|
-
"type": "boolean"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "size",
|
|
486
|
-
"description": "The size of the badge. Default is `sm`.",
|
|
487
|
-
"type": "'sm' | 'lg'"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"name": "sizeMap",
|
|
491
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
492
|
-
"type": "string"
|
|
493
|
-
}
|
|
494
|
-
],
|
|
495
|
-
"events": []
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
438
|
{
|
|
499
439
|
"name": "dap-ds-banner",
|
|
500
440
|
"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.",
|
|
@@ -523,6 +463,11 @@
|
|
|
523
463
|
"description": "The aria-label for the close button",
|
|
524
464
|
"value": { "type": "string", "default": "'close'" }
|
|
525
465
|
},
|
|
466
|
+
{
|
|
467
|
+
"name": "closeButtonTestId",
|
|
468
|
+
"description": "`data-testid` for the close button.",
|
|
469
|
+
"value": { "type": "string", "default": "'banner-close-button'" }
|
|
470
|
+
},
|
|
526
471
|
{
|
|
527
472
|
"name": "icon",
|
|
528
473
|
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
@@ -563,6 +508,11 @@
|
|
|
563
508
|
"description": "The aria-label for the close button",
|
|
564
509
|
"type": "string"
|
|
565
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"name": "closeButtonTestId",
|
|
513
|
+
"description": "`data-testid` for the close button.",
|
|
514
|
+
"type": "string"
|
|
515
|
+
},
|
|
566
516
|
{
|
|
567
517
|
"name": "icon",
|
|
568
518
|
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
@@ -623,6 +573,66 @@
|
|
|
623
573
|
"events": []
|
|
624
574
|
}
|
|
625
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "dap-ds-badge",
|
|
578
|
+
"description": "A badge is a small status descriptor for UI elements.\n---\n\n\n### **Slots:**\n - _default_ - The content of the badge.\n- **icon** - The icon of the badge.\n\n### **CSS Properties:**\n - **--dds-badge-border-width** - The width of the badge's border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-style** - The style of the badge's border (default: solid) _(default: undefined)_\n- **--dds-badge-border-radius** - The border radius of the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-font-weight** - The font weight of the badge text (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-badge-line-height** - The line height of the badge text (default: 1.2) _(default: undefined)_\n- **--dds-badge-transition** - The transition property for the badge (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-badge-padding-sm** - The padding of the small badge (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-padding-lg** - The padding of the large badge (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - The font size of the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - The font size of the large badge (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-badge-neutral-border-color** - The border color of the neutral badge (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-badge-neutral-background** - The background color of the neutral badge (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-badge-neutral-color** - The text color of the neutral badge (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-badge-brand-border-color** - The border color of the brand badge (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-badge-brand-background** - The background color of the brand badge (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-badge-brand-color** - The text color of the brand badge (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-info-border-color** - The border color of the info badge (default: var(--dds-border-informative-base)) _(default: undefined)_\n- **--dds-badge-info-background** - The background color of the info badge (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-badge-info-color** - The text color of the info badge (default: var(--dds-text-informative-subtle)) _(default: undefined)_\n- **--dds-badge-positive-border-color** - The border color of the positive badge (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-badge-positive-background** - The background color of the positive badge (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-badge-positive-color** - The text color of the positive badge (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-badge-warning-border-color** - The border color of the warning badge (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-badge-warning-background** - The background color of the warning badge (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-badge-warning-color** - The text color of the warning badge (default: var(--dds-text-warning-subtle)) _(default: undefined)_\n- **--dds-badge-negative-border-color** - The border color of the negative badge (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-badge-negative-background** - The background color of the negative badge (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-badge-negative-color** - The text color of the negative badge (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.\n- **icon-base** - The base of the icon.",
|
|
579
|
+
"doc-url": "",
|
|
580
|
+
"attributes": [
|
|
581
|
+
{
|
|
582
|
+
"name": "type",
|
|
583
|
+
"description": "The type of the badge",
|
|
584
|
+
"value": {
|
|
585
|
+
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'",
|
|
586
|
+
"default": "'neutral'"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "icon",
|
|
591
|
+
"description": "The icon of the badge, this is a name of a built in icon",
|
|
592
|
+
"value": { "type": "string | undefined" }
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "live",
|
|
596
|
+
"description": "Whether the badge represents dynamic content that should announce changes",
|
|
597
|
+
"value": { "type": "boolean", "default": "false" }
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"slots": [
|
|
601
|
+
{ "name": "", "description": "The content of the badge." },
|
|
602
|
+
{ "name": "icon", "description": "The icon of the badge." }
|
|
603
|
+
],
|
|
604
|
+
"events": [],
|
|
605
|
+
"js": {
|
|
606
|
+
"properties": [
|
|
607
|
+
{
|
|
608
|
+
"name": "type",
|
|
609
|
+
"description": "The type of the badge",
|
|
610
|
+
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "icon",
|
|
614
|
+
"description": "The icon of the badge, this is a name of a built in icon",
|
|
615
|
+
"type": "string | undefined"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "live",
|
|
619
|
+
"description": "Whether the badge represents dynamic content that should announce changes",
|
|
620
|
+
"type": "boolean"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "size",
|
|
624
|
+
"description": "The size of the badge. Default is `sm`.",
|
|
625
|
+
"type": "'sm' | 'lg'"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "sizeMap",
|
|
629
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
630
|
+
"type": "string"
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"events": []
|
|
634
|
+
}
|
|
635
|
+
},
|
|
626
636
|
{
|
|
627
637
|
"name": "dap-ds-breadcrumb-item",
|
|
628
638
|
"description": "A breadcrumb item is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb item.\n- **separator** - The separator between breadcrumb items. Default is an arrow-right-s-line icon.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-item-display** - The display property of the breadcrumb item (default: inline-flex) _(default: undefined)_\n- **--dds-breadcrumb-item-flex-wrap** - The flex-wrap property of the breadcrumb item (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-item-align-items** - The align-items property of the breadcrumb item (default: center) _(default: undefined)_\n- **--dds-breadcrumb-item-color** - The text color of the breadcrumb item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-breadcrumb-item-transition** - The transition property for the breadcrumb item (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-item-gap** - The gap between the breadcrumb item and the separator (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-padding** - The padding of the breadcrumb item (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-size** - The font size of the breadcrumb item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight** - The font weight of the breadcrumb item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight-bold** - The bold font weight of the breadcrumb item (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-breadcrumb-item-separator-color** - The color of the separator (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-link-color** - The color of the link (default: var(--dds-link-neutral-enabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-color** - The text color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-link-color** - The link color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb item container. The li element.\n- **link** - The link of the breadcrumb item. The dds-link component.\n- **link-base** - The base part of the link part. The dds-link components base part.\n- **item-nolink** - The item of the breadcrumb item without a link. The span element.\n- **separator** - The separator of the breadcrumb item.",
|
|
@@ -1026,6 +1036,16 @@
|
|
|
1026
1036
|
"type": "'hu' | 'en' | 'de'",
|
|
1027
1037
|
"default": "dayjs.locale()"
|
|
1028
1038
|
}
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "prevButtonTestId",
|
|
1042
|
+
"description": "`data-testid` for the previous-month button.",
|
|
1043
|
+
"value": { "type": "string", "default": "'calendar-prev-button'" }
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "nextButtonTestId",
|
|
1047
|
+
"description": "`data-testid` for the next-month button.",
|
|
1048
|
+
"value": { "type": "string", "default": "'calendar-next-button'" }
|
|
1029
1049
|
}
|
|
1030
1050
|
],
|
|
1031
1051
|
"slots": [
|
|
@@ -1090,6 +1110,16 @@
|
|
|
1090
1110
|
"description": "The locale of the calendar.",
|
|
1091
1111
|
"type": "'hu' | 'en' | 'de'"
|
|
1092
1112
|
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "prevButtonTestId",
|
|
1115
|
+
"description": "`data-testid` for the previous-month button.",
|
|
1116
|
+
"type": "string"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "nextButtonTestId",
|
|
1120
|
+
"description": "`data-testid` for the next-month button.",
|
|
1121
|
+
"type": "string"
|
|
1122
|
+
},
|
|
1093
1123
|
{ "name": "startDate" },
|
|
1094
1124
|
{ "name": "endDate" },
|
|
1095
1125
|
{ "name": "shouldHideAdjacentMonths" }
|
|
@@ -1152,6 +1182,11 @@
|
|
|
1152
1182
|
"description": "The label of the close button",
|
|
1153
1183
|
"value": { "type": "string" }
|
|
1154
1184
|
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "closeButtonTestId",
|
|
1187
|
+
"description": "`data-testid` for the default close button.",
|
|
1188
|
+
"value": { "type": "string", "default": "'callout-close-button'" }
|
|
1189
|
+
},
|
|
1155
1190
|
{
|
|
1156
1191
|
"name": "opened",
|
|
1157
1192
|
"description": "If the callout is opened",
|
|
@@ -1212,6 +1247,11 @@
|
|
|
1212
1247
|
"description": "The label of the close button",
|
|
1213
1248
|
"type": "string"
|
|
1214
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "closeButtonTestId",
|
|
1252
|
+
"description": "`data-testid` for the default close button.",
|
|
1253
|
+
"type": "string"
|
|
1254
|
+
},
|
|
1215
1255
|
{
|
|
1216
1256
|
"name": "opened",
|
|
1217
1257
|
"description": "If the callout is opened",
|
|
@@ -1792,6 +1832,11 @@
|
|
|
1792
1832
|
"name": "deleteAriaLabel",
|
|
1793
1833
|
"description": "The aria label for the delete button",
|
|
1794
1834
|
"value": { "type": "string | undefined" }
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "removeButtonTestId",
|
|
1838
|
+
"description": "`data-testid` for the remove button.",
|
|
1839
|
+
"value": { "type": "string", "default": "'chip-remove-button'" }
|
|
1795
1840
|
}
|
|
1796
1841
|
],
|
|
1797
1842
|
"events": [
|
|
@@ -1838,6 +1883,11 @@
|
|
|
1838
1883
|
"description": "The aria label for the delete button",
|
|
1839
1884
|
"type": "string | undefined"
|
|
1840
1885
|
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "removeButtonTestId",
|
|
1888
|
+
"description": "`data-testid` for the remove button.",
|
|
1889
|
+
"type": "string"
|
|
1890
|
+
},
|
|
1841
1891
|
{
|
|
1842
1892
|
"name": "size",
|
|
1843
1893
|
"description": "The size of the chip. Default is `sm`.",
|
|
@@ -2682,6 +2732,11 @@
|
|
|
2682
2732
|
"name": "copyButtonAriaLabel",
|
|
2683
2733
|
"description": "The aria label of the copy button.",
|
|
2684
2734
|
"value": { "type": "string" }
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "copyButtonTestId",
|
|
2738
|
+
"description": "`data-testid` for the copy button.",
|
|
2739
|
+
"value": { "type": "string", "default": "'copybox-copy-button'" }
|
|
2685
2740
|
}
|
|
2686
2741
|
],
|
|
2687
2742
|
"events": [
|
|
@@ -2728,6 +2783,11 @@
|
|
|
2728
2783
|
"description": "The aria label of the copy button.",
|
|
2729
2784
|
"type": "string"
|
|
2730
2785
|
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "copyButtonTestId",
|
|
2788
|
+
"description": "`data-testid` for the copy button.",
|
|
2789
|
+
"type": "string"
|
|
2790
|
+
},
|
|
2731
2791
|
{ "name": "type", "type": "string" },
|
|
2732
2792
|
{
|
|
2733
2793
|
"name": "label",
|
|
@@ -3073,6 +3133,14 @@
|
|
|
3073
3133
|
"description": "The label of the last button",
|
|
3074
3134
|
"value": { "type": "string" }
|
|
3075
3135
|
},
|
|
3136
|
+
{
|
|
3137
|
+
"name": "sortButtonTestId",
|
|
3138
|
+
"description": "`data-testid` for the column sort-toggle button. Suffixed with the column id.",
|
|
3139
|
+
"value": {
|
|
3140
|
+
"type": "string",
|
|
3141
|
+
"default": "'datatable-sort-button'"
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
3076
3144
|
{
|
|
3077
3145
|
"name": "pageSizeOptions",
|
|
3078
3146
|
"description": "Available page size options for the pager",
|
|
@@ -3303,6 +3371,11 @@
|
|
|
3303
3371
|
"description": "The label of the last button",
|
|
3304
3372
|
"type": "string"
|
|
3305
3373
|
},
|
|
3374
|
+
{
|
|
3375
|
+
"name": "sortButtonTestId",
|
|
3376
|
+
"description": "`data-testid` for the column sort-toggle button. Suffixed with the column id.",
|
|
3377
|
+
"type": "string"
|
|
3378
|
+
},
|
|
3306
3379
|
{
|
|
3307
3380
|
"name": "pageStateText",
|
|
3308
3381
|
"description": "The function to determine the pager text",
|
|
@@ -3467,6 +3540,22 @@
|
|
|
3467
3540
|
"description": "The aria label of the clear button.",
|
|
3468
3541
|
"value": { "type": "string | undefined" }
|
|
3469
3542
|
},
|
|
3543
|
+
{
|
|
3544
|
+
"name": "clearButtonTestId",
|
|
3545
|
+
"description": "`data-testid` for the clear button.",
|
|
3546
|
+
"value": {
|
|
3547
|
+
"type": "string",
|
|
3548
|
+
"default": "'datepicker-clear-button'"
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "calendarButtonTestId",
|
|
3553
|
+
"description": "`data-testid` for the calendar indicator button that opens the calendar.",
|
|
3554
|
+
"value": {
|
|
3555
|
+
"type": "string",
|
|
3556
|
+
"default": "'datepicker-calendar-button'"
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3470
3559
|
{
|
|
3471
3560
|
"name": "floatingStrategy",
|
|
3472
3561
|
"description": "The floating strategy of the datepicker.",
|
|
@@ -3622,6 +3711,16 @@
|
|
|
3622
3711
|
"description": "The aria label of the clear button.",
|
|
3623
3712
|
"type": "string | undefined"
|
|
3624
3713
|
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "clearButtonTestId",
|
|
3716
|
+
"description": "`data-testid` for the clear button.",
|
|
3717
|
+
"type": "string"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"name": "calendarButtonTestId",
|
|
3721
|
+
"description": "`data-testid` for the calendar indicator button that opens the calendar.",
|
|
3722
|
+
"type": "string"
|
|
3723
|
+
},
|
|
3625
3724
|
{
|
|
3626
3725
|
"name": "floatingStrategy",
|
|
3627
3726
|
"description": "The floating strategy of the datepicker.",
|
|
@@ -3895,6 +3994,14 @@
|
|
|
3895
3994
|
"description": "Show delete button.",
|
|
3896
3995
|
"value": { "type": "string", "default": "'true'" }
|
|
3897
3996
|
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "removeButtonTestId",
|
|
3999
|
+
"description": "`data-testid` for the remove-file button.",
|
|
4000
|
+
"value": {
|
|
4001
|
+
"type": "string",
|
|
4002
|
+
"default": "'file-input-remove-button'"
|
|
4003
|
+
}
|
|
4004
|
+
},
|
|
3898
4005
|
{
|
|
3899
4006
|
"name": "showFileSize",
|
|
3900
4007
|
"description": "Show file size.",
|
|
@@ -4011,6 +4118,11 @@
|
|
|
4011
4118
|
"description": "Show delete button.",
|
|
4012
4119
|
"type": "string"
|
|
4013
4120
|
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "removeButtonTestId",
|
|
4123
|
+
"description": "`data-testid` for the remove-file button.",
|
|
4124
|
+
"type": "string"
|
|
4125
|
+
},
|
|
4014
4126
|
{
|
|
4015
4127
|
"name": "showFileSize",
|
|
4016
4128
|
"description": "Show file size.",
|
|
@@ -4226,6 +4338,22 @@
|
|
|
4226
4338
|
"description": "The label for the browse button.",
|
|
4227
4339
|
"value": { "type": "string" }
|
|
4228
4340
|
},
|
|
4341
|
+
{
|
|
4342
|
+
"name": "browseButtonTestId",
|
|
4343
|
+
"description": "`data-testid` for the browse button.",
|
|
4344
|
+
"value": {
|
|
4345
|
+
"type": "string",
|
|
4346
|
+
"default": "'file-input-browse-button'"
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"name": "uploadButtonTestId",
|
|
4351
|
+
"description": "`data-testid` for the upload button.",
|
|
4352
|
+
"value": {
|
|
4353
|
+
"type": "string",
|
|
4354
|
+
"default": "'file-input-upload-button'"
|
|
4355
|
+
}
|
|
4356
|
+
},
|
|
4229
4357
|
{
|
|
4230
4358
|
"name": "showDropzone",
|
|
4231
4359
|
"description": "Whether to show a separate dropzone area.",
|
|
@@ -4455,6 +4583,16 @@
|
|
|
4455
4583
|
"description": "The label for the browse button.",
|
|
4456
4584
|
"type": "string"
|
|
4457
4585
|
},
|
|
4586
|
+
{
|
|
4587
|
+
"name": "browseButtonTestId",
|
|
4588
|
+
"description": "`data-testid` for the browse button.",
|
|
4589
|
+
"type": "string"
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"name": "uploadButtonTestId",
|
|
4593
|
+
"description": "`data-testid` for the upload button.",
|
|
4594
|
+
"type": "string"
|
|
4595
|
+
},
|
|
4458
4596
|
{
|
|
4459
4597
|
"name": "showDropzone",
|
|
4460
4598
|
"description": "Whether to show a separate dropzone area.",
|
|
@@ -4963,6 +5101,22 @@
|
|
|
4963
5101
|
{
|
|
4964
5102
|
"name": "zoomButtonVariant",
|
|
4965
5103
|
"value": { "type": "ButtonVariant", "default": "'primary'" }
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"name": "expandButtonTestId",
|
|
5107
|
+
"description": "`data-testid` for the expand/zoom button.",
|
|
5108
|
+
"value": {
|
|
5109
|
+
"type": "string",
|
|
5110
|
+
"default": "'image-zoom-expand-button'"
|
|
5111
|
+
}
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"name": "unzoomButtonTestId",
|
|
5115
|
+
"description": "`data-testid` for the unzoom/close button.",
|
|
5116
|
+
"value": {
|
|
5117
|
+
"type": "string",
|
|
5118
|
+
"default": "'image-zoom-unzoom-button'"
|
|
5119
|
+
}
|
|
4966
5120
|
}
|
|
4967
5121
|
],
|
|
4968
5122
|
"slots": [
|
|
@@ -5030,7 +5184,17 @@
|
|
|
5030
5184
|
"description": "Hides the expand and unzoom buttons. Default is false.",
|
|
5031
5185
|
"type": "boolean"
|
|
5032
5186
|
},
|
|
5033
|
-
{ "name": "zoomButtonVariant", "type": "ButtonVariant" }
|
|
5187
|
+
{ "name": "zoomButtonVariant", "type": "ButtonVariant" },
|
|
5188
|
+
{
|
|
5189
|
+
"name": "expandButtonTestId",
|
|
5190
|
+
"description": "`data-testid` for the expand/zoom button.",
|
|
5191
|
+
"type": "string"
|
|
5192
|
+
},
|
|
5193
|
+
{
|
|
5194
|
+
"name": "unzoomButtonTestId",
|
|
5195
|
+
"description": "`data-testid` for the unzoom/close button.",
|
|
5196
|
+
"type": "string"
|
|
5197
|
+
}
|
|
5034
5198
|
],
|
|
5035
5199
|
"events": [
|
|
5036
5200
|
{
|
|
@@ -6021,6 +6185,14 @@
|
|
|
6021
6185
|
"name": "tabMode",
|
|
6022
6186
|
"description": "Controls how Tab key navigates through top-level items. Default is 'group'.",
|
|
6023
6187
|
"value": { "type": "'group' | 'items'", "default": "'group'" }
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"name": "triggerButtonTestId",
|
|
6191
|
+
"description": "`data-testid` for the default menu trigger button.",
|
|
6192
|
+
"value": {
|
|
6193
|
+
"type": "string",
|
|
6194
|
+
"default": "'navigation-menu-item-trigger-button'"
|
|
6195
|
+
}
|
|
6024
6196
|
}
|
|
6025
6197
|
],
|
|
6026
6198
|
"slots": [
|
|
@@ -6175,6 +6347,11 @@
|
|
|
6175
6347
|
"description": "Controls how Tab key navigates through top-level items. Default is 'group'.",
|
|
6176
6348
|
"type": "'group' | 'items'"
|
|
6177
6349
|
},
|
|
6350
|
+
{
|
|
6351
|
+
"name": "triggerButtonTestId",
|
|
6352
|
+
"description": "`data-testid` for the default menu trigger button.",
|
|
6353
|
+
"type": "string"
|
|
6354
|
+
},
|
|
6178
6355
|
{ "name": "hasContent", "type": "boolean" },
|
|
6179
6356
|
{
|
|
6180
6357
|
"name": "hasNestedItems",
|
|
@@ -6436,6 +6613,22 @@
|
|
|
6436
6613
|
"name": "padStart",
|
|
6437
6614
|
"description": "The number of leading zeros to add to the input.",
|
|
6438
6615
|
"value": { "type": "number" }
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"name": "decrementButtonTestId",
|
|
6619
|
+
"description": "`data-testid` for the decrement stepper button.",
|
|
6620
|
+
"value": {
|
|
6621
|
+
"type": "string",
|
|
6622
|
+
"default": "'number-input-decrement-button'"
|
|
6623
|
+
}
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"name": "incrementButtonTestId",
|
|
6627
|
+
"description": "`data-testid` for the increment stepper button.",
|
|
6628
|
+
"value": {
|
|
6629
|
+
"type": "string",
|
|
6630
|
+
"default": "'number-input-increment-button'"
|
|
6631
|
+
}
|
|
6439
6632
|
}
|
|
6440
6633
|
],
|
|
6441
6634
|
"slots": [
|
|
@@ -6508,6 +6701,16 @@
|
|
|
6508
6701
|
"description": "The number of leading zeros to add to the input.",
|
|
6509
6702
|
"type": "number"
|
|
6510
6703
|
},
|
|
6704
|
+
{
|
|
6705
|
+
"name": "decrementButtonTestId",
|
|
6706
|
+
"description": "`data-testid` for the decrement stepper button.",
|
|
6707
|
+
"type": "string"
|
|
6708
|
+
},
|
|
6709
|
+
{
|
|
6710
|
+
"name": "incrementButtonTestId",
|
|
6711
|
+
"description": "`data-testid` for the increment stepper button.",
|
|
6712
|
+
"type": "string"
|
|
6713
|
+
},
|
|
6511
6714
|
{ "name": "_thousandSeparator" },
|
|
6512
6715
|
{ "name": "manualValueSet", "type": "boolean" },
|
|
6513
6716
|
{ "name": "type", "type": "string" },
|
|
@@ -7159,6 +7362,11 @@
|
|
|
7159
7362
|
"name": "lastButtonLabel",
|
|
7160
7363
|
"description": "The last button label.",
|
|
7161
7364
|
"value": { "type": "string" }
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"name": "pageButtonTestId",
|
|
7368
|
+
"description": "`data-testid` for the pagination buttons. Suffixed with the button's part (first/previous/next/last).",
|
|
7369
|
+
"value": { "type": "string", "default": "'pager-button'" }
|
|
7162
7370
|
}
|
|
7163
7371
|
],
|
|
7164
7372
|
"events": [
|
|
@@ -7255,6 +7463,11 @@
|
|
|
7255
7463
|
"description": "The last button label.",
|
|
7256
7464
|
"type": "string"
|
|
7257
7465
|
},
|
|
7466
|
+
{
|
|
7467
|
+
"name": "pageButtonTestId",
|
|
7468
|
+
"description": "`data-testid` for the pagination buttons. Suffixed with the button's part (first/previous/next/last).",
|
|
7469
|
+
"type": "string"
|
|
7470
|
+
},
|
|
7258
7471
|
{
|
|
7259
7472
|
"name": "pageStateText",
|
|
7260
7473
|
"description": "The function to determine the pager text. If not provided, uses default reactive translation.",
|
|
@@ -7274,7 +7487,16 @@
|
|
|
7274
7487
|
"name": "dap-ds-password-input",
|
|
7275
7488
|
"description": "A password input a field for entering a password.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the input value changes.\n- **dds-input** - Fired when the input value changes.\n- **dds-keydown** - Fired when a key is pressed down.\n- **dds-blur** - Fired when the input loses focus.\n- **dds-focus** - Emitted when the input gains focus.\n\n### **CSS Properties:**\n - **--dds-input-height-xs** - The height of the extra small input. (default: var(--dds-spacing-800)). _(default: undefined)_\n- **--dds-input-height-sm** - The height of the small input. (default: var(--dds-spacing-1000)). _(default: undefined)_\n- **--dds-input-height-lg** - The height of the large input. (default: var(--dds-spacing-1200)). _(default: undefined)_\n- **--dds-input-padding-xs** - The padding of the extra small input. (default: 0 var(--dds-spacing-200)). _(default: undefined)_\n- **--dds-input-padding-sm** - The padding of the small input. (default: 0 var(--dds-spacing-300)). _(default: undefined)_\n- **--dds-input-padding-lg** - The padding of the large input. (default: 0 var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-input-font-size-xs** - The font size of the extra small input. (default: var(--dds-font-sm)). _(default: undefined)_\n- **--dds-input-font-size-sm** - The font size of the small input. (default: var(--dds-font-base)). _(default: undefined)_\n- **--dds-input-font-size-lg** - The font size of the large input. (default: var(--dds-font-lg)). _(default: undefined)_\n- **--dds-input-border** - The border of the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-background** - The background color of the input. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-text-color** - The text color of the input. (default: var(--dds-text-neutral-base)). _(default: undefined)_\n- **--dds-input-border-radius** - The border radius of the input. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-input-disabled-border** - The border of the disabled input. (default: 0 solid var(--dds-border-neutral-disabled)). _(default: undefined)_\n- **--dds-input-disabled-background** - The background color of the disabled input. (default: var(--dds-fields-background-disabled)). _(default: undefined)_\n- **--dds-input-disabled-text** - The text color of the disabled input. (default: var(--dds-text-neutral-disabled)). _(default: undefined)_\n- **--dds-input-readonly-border** - The border of the readonly input. (default: 0 solid var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-input-readonly-background** - The background color of the readonly input. (default: var(--dds-fields-background-read-only)). _(default: undefined)_\n- **--dds-input-readonly-text** - The text color of the readonly input. (default: var(--dds-text-neutral-subtle)). _(default: undefined)_\n- **--dds-input-success-border** - The border of the success input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-error-border** - The border of the error input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-background** - The background color of the input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-success-background** - The background color of the success input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-error-background** - The background color of the error input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-border-before** - The border of the addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-after** - The border of the addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-before** - The border width of the addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-after** - The border width of the addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-success-border** - The border of the success addon. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-before** - The border of the success addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-after** - The border of the success addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-before** - The border width of the success addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-after** - The border width of the success addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-error-border-before** - The border of the error addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-after** - The border of the error addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-before** - The border width of the error addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-after** - The border width of the error addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n\n### **CSS Parts:**\n - **postfix** - The postfix of the password input.\n- **password-input** - The password input.\n- **password-input--visible** - The visible password input.\n- **show-button** - The show button of the password input.\n- **show-button-base** - The base of the show button.\n- **show-button-content** - The content of the show button.\n- **show-icon** - The show icon of the password input.\n- **show-icon-base** - The base of the show icon.\n- **hide-button** - The hide button of the password input.\n- **hide-button-base** - The base of the hide button.\n- **hide-button-content** - The content of the hide button.\n- **hide-icon** - The hide icon of the password input.\n- **hide-icon-base** - The base of the hide icon.",
|
|
7276
7489
|
"doc-url": "",
|
|
7277
|
-
"attributes": [
|
|
7490
|
+
"attributes": [
|
|
7491
|
+
{
|
|
7492
|
+
"name": "toggleButtonTestId",
|
|
7493
|
+
"description": "`data-testid` for the show/hide toggle button.",
|
|
7494
|
+
"value": {
|
|
7495
|
+
"type": "string",
|
|
7496
|
+
"default": "'password-input-toggle-button'"
|
|
7497
|
+
}
|
|
7498
|
+
}
|
|
7499
|
+
],
|
|
7278
7500
|
"events": [
|
|
7279
7501
|
{
|
|
7280
7502
|
"name": "dds-change",
|
|
@@ -7305,6 +7527,11 @@
|
|
|
7305
7527
|
"js": {
|
|
7306
7528
|
"properties": [
|
|
7307
7529
|
{ "name": "passwordVisibile", "type": "boolean" },
|
|
7530
|
+
{
|
|
7531
|
+
"name": "toggleButtonTestId",
|
|
7532
|
+
"description": "`data-testid` for the show/hide toggle button.",
|
|
7533
|
+
"type": "string"
|
|
7534
|
+
},
|
|
7308
7535
|
{ "name": "type", "type": "string" },
|
|
7309
7536
|
{
|
|
7310
7537
|
"name": "label",
|
|
@@ -8858,6 +9085,14 @@
|
|
|
8858
9085
|
"type": "SnackbarPosition",
|
|
8859
9086
|
"default": "'bottom-right'"
|
|
8860
9087
|
}
|
|
9088
|
+
},
|
|
9089
|
+
{
|
|
9090
|
+
"name": "closeButtonTestId",
|
|
9091
|
+
"description": "`data-testid` for the snackbar close button.",
|
|
9092
|
+
"value": {
|
|
9093
|
+
"type": "string",
|
|
9094
|
+
"default": "'snackbar-close-button'"
|
|
9095
|
+
}
|
|
8861
9096
|
}
|
|
8862
9097
|
],
|
|
8863
9098
|
"slots": [
|
|
@@ -8901,6 +9136,11 @@
|
|
|
8901
9136
|
"name": "position",
|
|
8902
9137
|
"description": "The position of the snackbar container for directional animations.",
|
|
8903
9138
|
"type": "SnackbarPosition"
|
|
9139
|
+
},
|
|
9140
|
+
{
|
|
9141
|
+
"name": "closeButtonTestId",
|
|
9142
|
+
"description": "`data-testid` for the snackbar close button.",
|
|
9143
|
+
"type": "string"
|
|
8904
9144
|
}
|
|
8905
9145
|
],
|
|
8906
9146
|
"events": [
|
|
@@ -9857,6 +10097,38 @@
|
|
|
9857
10097
|
{
|
|
9858
10098
|
"name": "presets",
|
|
9859
10099
|
"value": { "type": "TimePreset[] | undefined" }
|
|
10100
|
+
},
|
|
10101
|
+
{
|
|
10102
|
+
"name": "presetButtonTestId",
|
|
10103
|
+
"description": "`data-testid` base for the preset buttons (preset value appended).",
|
|
10104
|
+
"value": {
|
|
10105
|
+
"type": "string",
|
|
10106
|
+
"default": "'time-grid-preset-button'"
|
|
10107
|
+
}
|
|
10108
|
+
},
|
|
10109
|
+
{
|
|
10110
|
+
"name": "hourButtonTestId",
|
|
10111
|
+
"description": "`data-testid` base for the hour select buttons (hour value appended).",
|
|
10112
|
+
"value": {
|
|
10113
|
+
"type": "string",
|
|
10114
|
+
"default": "'time-grid-hour-button'"
|
|
10115
|
+
}
|
|
10116
|
+
},
|
|
10117
|
+
{
|
|
10118
|
+
"name": "minuteButtonTestId",
|
|
10119
|
+
"description": "`data-testid` base for the minute select buttons (minute value appended).",
|
|
10120
|
+
"value": {
|
|
10121
|
+
"type": "string",
|
|
10122
|
+
"default": "'time-grid-minute-button'"
|
|
10123
|
+
}
|
|
10124
|
+
},
|
|
10125
|
+
{
|
|
10126
|
+
"name": "secondButtonTestId",
|
|
10127
|
+
"description": "`data-testid` base for the second select buttons (second value appended).",
|
|
10128
|
+
"value": {
|
|
10129
|
+
"type": "string",
|
|
10130
|
+
"default": "'time-grid-second-button'"
|
|
10131
|
+
}
|
|
9860
10132
|
}
|
|
9861
10133
|
],
|
|
9862
10134
|
"events": [
|
|
@@ -9911,7 +10183,27 @@
|
|
|
9911
10183
|
"type": "(\n hour: number,\n minute: number,\n second?: number,\n ) => boolean | undefined"
|
|
9912
10184
|
},
|
|
9913
10185
|
{ "name": "hideDisabledTimes", "type": "boolean" },
|
|
9914
|
-
{ "name": "presets", "type": "TimePreset[] | undefined" }
|
|
10186
|
+
{ "name": "presets", "type": "TimePreset[] | undefined" },
|
|
10187
|
+
{
|
|
10188
|
+
"name": "presetButtonTestId",
|
|
10189
|
+
"description": "`data-testid` base for the preset buttons (preset value appended).",
|
|
10190
|
+
"type": "string"
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"name": "hourButtonTestId",
|
|
10194
|
+
"description": "`data-testid` base for the hour select buttons (hour value appended).",
|
|
10195
|
+
"type": "string"
|
|
10196
|
+
},
|
|
10197
|
+
{
|
|
10198
|
+
"name": "minuteButtonTestId",
|
|
10199
|
+
"description": "`data-testid` base for the minute select buttons (minute value appended).",
|
|
10200
|
+
"type": "string"
|
|
10201
|
+
},
|
|
10202
|
+
{
|
|
10203
|
+
"name": "secondButtonTestId",
|
|
10204
|
+
"description": "`data-testid` base for the second select buttons (second value appended).",
|
|
10205
|
+
"type": "string"
|
|
10206
|
+
}
|
|
9915
10207
|
],
|
|
9916
10208
|
"events": [
|
|
9917
10209
|
{
|
|
@@ -9997,6 +10289,22 @@
|
|
|
9997
10289
|
"description": "The aria label of the clear button.",
|
|
9998
10290
|
"value": { "type": "string" }
|
|
9999
10291
|
},
|
|
10292
|
+
{
|
|
10293
|
+
"name": "clearButtonTestId",
|
|
10294
|
+
"description": "`data-testid` for the clear button.",
|
|
10295
|
+
"value": {
|
|
10296
|
+
"type": "string",
|
|
10297
|
+
"default": "'timepicker-clear-button'"
|
|
10298
|
+
}
|
|
10299
|
+
},
|
|
10300
|
+
{
|
|
10301
|
+
"name": "timeButtonTestId",
|
|
10302
|
+
"description": "`data-testid` for the time indicator button that opens the grid.",
|
|
10303
|
+
"value": {
|
|
10304
|
+
"type": "string",
|
|
10305
|
+
"default": "'timepicker-time-button'"
|
|
10306
|
+
}
|
|
10307
|
+
},
|
|
10000
10308
|
{
|
|
10001
10309
|
"name": "floatingStrategy",
|
|
10002
10310
|
"description": "The floating strategy of the timepicker.",
|
|
@@ -10137,6 +10445,16 @@
|
|
|
10137
10445
|
"description": "The aria label of the clear button.",
|
|
10138
10446
|
"type": "string"
|
|
10139
10447
|
},
|
|
10448
|
+
{
|
|
10449
|
+
"name": "clearButtonTestId",
|
|
10450
|
+
"description": "`data-testid` for the clear button.",
|
|
10451
|
+
"type": "string"
|
|
10452
|
+
},
|
|
10453
|
+
{
|
|
10454
|
+
"name": "timeButtonTestId",
|
|
10455
|
+
"description": "`data-testid` for the time indicator button that opens the grid.",
|
|
10456
|
+
"type": "string"
|
|
10457
|
+
},
|
|
10140
10458
|
{
|
|
10141
10459
|
"name": "floatingStrategy",
|
|
10142
10460
|
"description": "The floating strategy of the timepicker.",
|
|
@@ -10802,74 +11120,6 @@
|
|
|
10802
11120
|
"events": []
|
|
10803
11121
|
}
|
|
10804
11122
|
},
|
|
10805
|
-
{
|
|
10806
|
-
"name": "dap-ds-form-label",
|
|
10807
|
-
"description": "A form label is a container for labels in a form.\n---\n\n\n### **CSS Properties:**\n - **--dds-form-label-font-weight** - Font weight of the label. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-form-label-line-height** - Line height of the label. (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-form-label-color** - Text color of the label. (default: var(--dds-text-neutral-enabled)) _(default: undefined)_\n- **--dds-form-label-disabled-color** - Text color when the label is disabled. (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-form-label-required-color** - Color of the required indicator. (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n- **--dds-form-label-optional-color** - Color of the optional indicator. (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-form-label-margin-bottom** - Bottom margin of the label. (default: var(--dds-spacing-200)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main form label container.\n- **required** - The required indicator of the form label.\n- **optional** - The optional indicator of the form label.",
|
|
10808
|
-
"doc-url": "",
|
|
10809
|
-
"attributes": [
|
|
10810
|
-
{
|
|
10811
|
-
"name": "for",
|
|
10812
|
-
"description": "The id of the form element that the label is associated with.",
|
|
10813
|
-
"value": { "type": "string | undefined" }
|
|
10814
|
-
},
|
|
10815
|
-
{
|
|
10816
|
-
"name": "renderAs",
|
|
10817
|
-
"description": "Whether the label should be rendered as text or a <label> tag. Default is label.",
|
|
10818
|
-
"value": { "type": "string", "default": "'label'" }
|
|
10819
|
-
},
|
|
10820
|
-
{
|
|
10821
|
-
"name": "noMargin",
|
|
10822
|
-
"description": "Whether the label should have no margin.",
|
|
10823
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10824
|
-
}
|
|
10825
|
-
],
|
|
10826
|
-
"events": [],
|
|
10827
|
-
"js": {
|
|
10828
|
-
"properties": [
|
|
10829
|
-
{
|
|
10830
|
-
"name": "for",
|
|
10831
|
-
"description": "The id of the form element that the label is associated with.",
|
|
10832
|
-
"type": "string | undefined"
|
|
10833
|
-
},
|
|
10834
|
-
{
|
|
10835
|
-
"name": "renderAs",
|
|
10836
|
-
"description": "Whether the label should be rendered as text or a <label> tag. Default is label.",
|
|
10837
|
-
"type": "string"
|
|
10838
|
-
},
|
|
10839
|
-
{
|
|
10840
|
-
"name": "noMargin",
|
|
10841
|
-
"description": "Whether the label should have no margin.",
|
|
10842
|
-
"type": "boolean"
|
|
10843
|
-
},
|
|
10844
|
-
{
|
|
10845
|
-
"name": "optionalLabel",
|
|
10846
|
-
"description": "Label of optional text",
|
|
10847
|
-
"type": "string"
|
|
10848
|
-
},
|
|
10849
|
-
{
|
|
10850
|
-
"name": "subtle",
|
|
10851
|
-
"description": "Text weight of the label.",
|
|
10852
|
-
"type": "boolean"
|
|
10853
|
-
},
|
|
10854
|
-
{
|
|
10855
|
-
"name": "optional",
|
|
10856
|
-
"description": "If the label is optional.",
|
|
10857
|
-
"type": "boolean"
|
|
10858
|
-
},
|
|
10859
|
-
{
|
|
10860
|
-
"name": "required",
|
|
10861
|
-
"description": "If the label is required.",
|
|
10862
|
-
"type": "boolean"
|
|
10863
|
-
},
|
|
10864
|
-
{
|
|
10865
|
-
"name": "label",
|
|
10866
|
-
"description": "The label text.",
|
|
10867
|
-
"type": "string"
|
|
10868
|
-
}
|
|
10869
|
-
],
|
|
10870
|
-
"events": []
|
|
10871
|
-
}
|
|
10872
|
-
},
|
|
10873
11123
|
{
|
|
10874
11124
|
"name": "dap-ds-input-group",
|
|
10875
11125
|
"description": "An input group is a container for inputs.\n---\n\n\n### **Slots:**\n - _default_ - The content of the input group items.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main input group container.\n- **label** - The label of the input group.\n- **description** - The description of the input group.\n- **tooltip** - The tooltip of the input group.\n- **container** - The container of the input group items.",
|
|
@@ -10961,6 +11211,74 @@
|
|
|
10961
11211
|
"events": []
|
|
10962
11212
|
}
|
|
10963
11213
|
},
|
|
11214
|
+
{
|
|
11215
|
+
"name": "dap-ds-form-label",
|
|
11216
|
+
"description": "A form label is a container for labels in a form.\n---\n\n\n### **CSS Properties:**\n - **--dds-form-label-font-weight** - Font weight of the label. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-form-label-line-height** - Line height of the label. (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-form-label-color** - Text color of the label. (default: var(--dds-text-neutral-enabled)) _(default: undefined)_\n- **--dds-form-label-disabled-color** - Text color when the label is disabled. (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-form-label-required-color** - Color of the required indicator. (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n- **--dds-form-label-optional-color** - Color of the optional indicator. (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-form-label-margin-bottom** - Bottom margin of the label. (default: var(--dds-spacing-200)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main form label container.\n- **required** - The required indicator of the form label.\n- **optional** - The optional indicator of the form label.",
|
|
11217
|
+
"doc-url": "",
|
|
11218
|
+
"attributes": [
|
|
11219
|
+
{
|
|
11220
|
+
"name": "for",
|
|
11221
|
+
"description": "The id of the form element that the label is associated with.",
|
|
11222
|
+
"value": { "type": "string | undefined" }
|
|
11223
|
+
},
|
|
11224
|
+
{
|
|
11225
|
+
"name": "renderAs",
|
|
11226
|
+
"description": "Whether the label should be rendered as text or a <label> tag. Default is label.",
|
|
11227
|
+
"value": { "type": "string", "default": "'label'" }
|
|
11228
|
+
},
|
|
11229
|
+
{
|
|
11230
|
+
"name": "noMargin",
|
|
11231
|
+
"description": "Whether the label should have no margin.",
|
|
11232
|
+
"value": { "type": "boolean", "default": "false" }
|
|
11233
|
+
}
|
|
11234
|
+
],
|
|
11235
|
+
"events": [],
|
|
11236
|
+
"js": {
|
|
11237
|
+
"properties": [
|
|
11238
|
+
{
|
|
11239
|
+
"name": "for",
|
|
11240
|
+
"description": "The id of the form element that the label is associated with.",
|
|
11241
|
+
"type": "string | undefined"
|
|
11242
|
+
},
|
|
11243
|
+
{
|
|
11244
|
+
"name": "renderAs",
|
|
11245
|
+
"description": "Whether the label should be rendered as text or a <label> tag. Default is label.",
|
|
11246
|
+
"type": "string"
|
|
11247
|
+
},
|
|
11248
|
+
{
|
|
11249
|
+
"name": "noMargin",
|
|
11250
|
+
"description": "Whether the label should have no margin.",
|
|
11251
|
+
"type": "boolean"
|
|
11252
|
+
},
|
|
11253
|
+
{
|
|
11254
|
+
"name": "optionalLabel",
|
|
11255
|
+
"description": "Label of optional text",
|
|
11256
|
+
"type": "string"
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"name": "subtle",
|
|
11260
|
+
"description": "Text weight of the label.",
|
|
11261
|
+
"type": "boolean"
|
|
11262
|
+
},
|
|
11263
|
+
{
|
|
11264
|
+
"name": "optional",
|
|
11265
|
+
"description": "If the label is optional.",
|
|
11266
|
+
"type": "boolean"
|
|
11267
|
+
},
|
|
11268
|
+
{
|
|
11269
|
+
"name": "required",
|
|
11270
|
+
"description": "If the label is required.",
|
|
11271
|
+
"type": "boolean"
|
|
11272
|
+
},
|
|
11273
|
+
{
|
|
11274
|
+
"name": "label",
|
|
11275
|
+
"description": "The label text.",
|
|
11276
|
+
"type": "string"
|
|
11277
|
+
}
|
|
11278
|
+
],
|
|
11279
|
+
"events": []
|
|
11280
|
+
}
|
|
11281
|
+
},
|
|
10964
11282
|
{
|
|
10965
11283
|
"name": "dap-ds-radio-group",
|
|
10966
11284
|
"description": "A radio group is a form element that allows the user to select one option from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the radio group is checked.\n- **dds-blur** - Emitted when the radio group loses focus.\n- **dds-focus** - Emitted when the radio group gains focus.\n\n### **Slots:**\n - _default_ - The content of the radio group.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main radio group container.\n- **label** - The label of the radio group.\n- **tooltip** - The tooltip of the radio group.\n- **container** - The container of the radio group items.",
|
|
@@ -11412,7 +11730,7 @@
|
|
|
11412
11730
|
}
|
|
11413
11731
|
},
|
|
11414
11732
|
{
|
|
11415
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
11733
|
+
"name": "dap-ds-icon-arrow-left-s-line",
|
|
11416
11734
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11417
11735
|
"doc-url": "",
|
|
11418
11736
|
"attributes": [
|
|
@@ -11465,7 +11783,7 @@
|
|
|
11465
11783
|
}
|
|
11466
11784
|
},
|
|
11467
11785
|
{
|
|
11468
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
11786
|
+
"name": "dap-ds-icon-arrow-left-s-fill",
|
|
11469
11787
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11470
11788
|
"doc-url": "",
|
|
11471
11789
|
"attributes": [
|
|
@@ -12472,7 +12790,7 @@
|
|
|
12472
12790
|
}
|
|
12473
12791
|
},
|
|
12474
12792
|
{
|
|
12475
|
-
"name": "dap-ds-icon-file-
|
|
12793
|
+
"name": "dap-ds-icon-file-music-line",
|
|
12476
12794
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12477
12795
|
"doc-url": "",
|
|
12478
12796
|
"attributes": [
|
|
@@ -12525,7 +12843,7 @@
|
|
|
12525
12843
|
}
|
|
12526
12844
|
},
|
|
12527
12845
|
{
|
|
12528
|
-
"name": "dap-ds-icon-file-
|
|
12846
|
+
"name": "dap-ds-icon-file-image-line",
|
|
12529
12847
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12530
12848
|
"doc-url": "",
|
|
12531
12849
|
"attributes": [
|