dap-design-system 0.35.12 → 0.35.13
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/dark.theme.css +2 -2
- package/dist/dds.d.ts +156 -0
- package/dist/dds.js +3265 -3053
- package/dist/dds.js.map +1 -1
- package/dist/high-contrast.theme.css +2 -2
- package/dist/light.theme.css +2 -2
- package/dist/manifest/types/vue/index.d.ts +392 -296
- package/dist/manifest/vscode.html-custom-data.json +265 -117
- package/dist/manifest/web-types.json +753 -501
- package/dist/react-types.ts +14 -10
- package/dist/react.d.ts +373 -145
- package/dist/react.js +474 -446
- package/dist/react.js.map +1 -1
- package/dist/variables/variables-dark.css +2 -1
- package/dist/variables/variables-high-contrast.css +2 -1
- package/dist/variables/variables-light.css +2 -1
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { DefineComponent } from "vue";
|
|
2
2
|
|
|
3
|
-
import type { DapDSAccordion } from "../../components/accordion/accordion.component.js";
|
|
4
|
-
import type { DapDSAvatar } from "../../components/avatar/avatar.component.js";
|
|
5
3
|
import type { DapDSAnchorHeading } from "../../components/anchor-heading/anchor-heading.component.js";
|
|
4
|
+
import type { DapDSAccordion } from "../../components/accordion/accordion.component.js";
|
|
6
5
|
import type { DapDSBadge } from "../../components/badge/badge.component.js";
|
|
7
|
-
import type { DapDSAccordionGroup } from "../../components/accordion-group/accordion-group.component.js";
|
|
8
|
-
import type { DapDSBanner } from "../../components/banner/banner.component.js";
|
|
9
6
|
import type { DapDSBreadcrumb } from "../../components/breadcrumb/breadcrumb.component.js";
|
|
7
|
+
import type { DapDSBanner } from "../../components/banner/banner.component.js";
|
|
8
|
+
import type { DapDSAvatar } from "../../components/avatar/avatar.component.js";
|
|
10
9
|
import type { DapDSBreadcrumbItem } from "../../components/breadcrumb-item/breadcrumb-item.component.js";
|
|
10
|
+
import type { DapDSAccordionGroup } from "../../components/accordion-group/accordion-group.component.js";
|
|
11
11
|
import type { DapDSButton } from "../../components/button/button.component.js";
|
|
12
12
|
import type { DapDSCalendarCell } from "../../components/calendar-cell/calendar-cell.component.js";
|
|
13
13
|
import type { DapDSCalendar } from "../../components/calendar/calendar.component.js";
|
|
@@ -18,8 +18,8 @@ import type { DapDSCardImage } from "../../components/card-image/card-image.comp
|
|
|
18
18
|
import type { DapDSCardSubtitle } from "../../components/card-subtitle/card-subtitle.component.js";
|
|
19
19
|
import type { DapDSCardTitle } from "../../components/card-title/card-title.component.js";
|
|
20
20
|
import type { DapDSCard } from "../../components/card/card.component.js";
|
|
21
|
-
import type { DapDSCheckbox } from "../../components/checkbox/checkbox.component.js";
|
|
22
21
|
import type { DapDSCombobox } from "../../components/combobox/combobox.component.js";
|
|
22
|
+
import type { DapDSCheckbox } from "../../components/checkbox/checkbox.component.js";
|
|
23
23
|
import type { DapDSCommandGroup } from "../../components/command-group/command-group.component.js";
|
|
24
24
|
import type { DapDSCommandItem } from "../../components/command-item/command-item.component.js";
|
|
25
25
|
import type { DapDSCommand } from "../../components/command/command.component.js";
|
|
@@ -94,16 +94,16 @@ import type { ArrowsArrowRightLLine } from "../../components/icon-arrow-right-l-
|
|
|
94
94
|
import type { ArrowsArrowRightLine } from "../../components/icon-arrow-right-line/icon-arrow-right-line.component.js";
|
|
95
95
|
import type { ArrowsArrowRightSFill } from "../../components/icon-arrow-right-s-fill/icon-arrow-right-s-fill.component.js";
|
|
96
96
|
import type { ArrowsArrowRightSLine } from "../../components/icon-arrow-right-s-line/icon-arrow-right-s-line.component.js";
|
|
97
|
-
import type { ArrowsArrowUpLine } from "../../components/icon-arrow-up-line/icon-arrow-up-line.component.js";
|
|
98
97
|
import type { ArrowsArrowRightUpLine } from "../../components/icon-arrow-right-up-line/icon-arrow-right-up-line.component.js";
|
|
99
|
-
import type {
|
|
98
|
+
import type { ArrowsArrowUpLine } from "../../components/icon-arrow-up-line/icon-arrow-up-line.component.js";
|
|
100
99
|
import type { ArrowsArrowUpSFill } from "../../components/icon-arrow-up-s-fill/icon-arrow-up-s-fill.component.js";
|
|
100
|
+
import type { ArrowsArrowUpSLine } from "../../components/icon-arrow-up-s-line/icon-arrow-up-s-line.component.js";
|
|
101
101
|
import type { ArrowsExpandUpDownFill } from "../../components/icon-expand-up-down-fill/icon-expand-up-down-fill.component.js";
|
|
102
102
|
import type { BuildingsHome6Line } from "../../components/icon-home-6-line/icon-home-6-line.component.js";
|
|
103
103
|
import type { BusinessCalendarLine } from "../../components/icon-calendar-line/icon-calendar-line.component.js";
|
|
104
|
-
import type { OthersCookieLine } from "../../components/icon-cookie-line/icon-cookie-line.component.js";
|
|
105
104
|
import type { DocumentClipboardLine } from "../../components/icon-clipboard-line/icon-clipboard-line.component.js";
|
|
106
105
|
import type { DocumentFileCopyLine } from "../../components/icon-file-copy-line/icon-file-copy-line.component.js";
|
|
106
|
+
import type { OthersCookieLine } from "../../components/icon-cookie-line/icon-cookie-line.component.js";
|
|
107
107
|
import type { SystemAddLine } from "../../components/icon-add-line/icon-add-line.component.js";
|
|
108
108
|
import type { SystemAlertFill } from "../../components/icon-alert-fill/icon-alert-fill.component.js";
|
|
109
109
|
import type { SystemAlertLine } from "../../components/icon-alert-line/icon-alert-line.component.js";
|
|
@@ -130,12 +130,27 @@ import type { SystemInformationFill } from "../../components/icon-information-fi
|
|
|
130
130
|
import type { SystemInformationLine } from "../../components/icon-information-line/icon-information-line.component.js";
|
|
131
131
|
import type { SystemLightbulbFill } from "../../components/icon-lightbulb-fill/icon-lightbulb-fill.component.js";
|
|
132
132
|
import type { SystemLoadingSpinner } from "../../components/icon-loading-spinner/icon-loading-spinner.component.js";
|
|
133
|
+
import type { SystemLockFill } from "../../components/icon-lock-fill/icon-lock-fill.component.js";
|
|
134
|
+
import type { SystemLockLine } from "../../components/icon-lock-line/icon-lock-line.component.js";
|
|
133
135
|
import type { SystemMenuLine } from "../../components/icon-menu-line/icon-menu-line.component.js";
|
|
134
136
|
import type { SystemMenuLineS } from "../../components/icon-menu-line-s/icon-menu-line-s.component.js";
|
|
135
137
|
import type { SystemSearchLine } from "../../components/icon-search-line/icon-search-line.component.js";
|
|
138
|
+
import type { SystemShieldCheckFill } from "../../components/icon-shield-check-fill/icon-shield-check-fill.component.js";
|
|
139
|
+
import type { SystemShieldCheckLine } from "../../components/icon-shield-check-line/icon-shield-check-line.component.js";
|
|
136
140
|
import type { SystemStarFill } from "../../components/icon-star-fill/icon-star-fill.component.js";
|
|
137
|
-
import type { SystemSubtractLine } from "../../components/icon-subtract-line/icon-subtract-line.component.js";
|
|
138
141
|
import type { SystemSubtractLine2 } from "../../components/icon-subtract-line2/icon-subtract-line2.component.js";
|
|
142
|
+
import type { SystemSubtractLine } from "../../components/icon-subtract-line/icon-subtract-line.component.js";
|
|
143
|
+
|
|
144
|
+
type DapDSAnchorHeadingProps = {
|
|
145
|
+
/** The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`. */
|
|
146
|
+
variant?: DapDSAnchorHeading["variant"];
|
|
147
|
+
/** The label of the heading. */
|
|
148
|
+
label?: DapDSAnchorHeading["label"];
|
|
149
|
+
/** */
|
|
150
|
+
elementId?: DapDSAnchorHeading["elementId"];
|
|
151
|
+
/** */
|
|
152
|
+
anchorTitle?: DapDSAnchorHeading["anchorTitle"];
|
|
153
|
+
};
|
|
139
154
|
|
|
140
155
|
type DapDSAccordionProps = {
|
|
141
156
|
/** The size of the accordion */
|
|
@@ -157,30 +172,6 @@ type DapDSAccordionProps = {
|
|
|
157
172
|
"ondds-closed"?: (e: CustomEvent<never>) => void;
|
|
158
173
|
};
|
|
159
174
|
|
|
160
|
-
type DapDSAvatarProps = {
|
|
161
|
-
/** The size of the avatar */
|
|
162
|
-
size?: DapDSAvatar["size"];
|
|
163
|
-
/** The source of the avatar. */
|
|
164
|
-
src?: DapDSAvatar["src"];
|
|
165
|
-
/** The alt text of the avatar. */
|
|
166
|
-
alt?: DapDSAvatar["alt"];
|
|
167
|
-
/** The width of the avatar. This will override the size. */
|
|
168
|
-
width?: DapDSAvatar["width"];
|
|
169
|
-
/** The height of the avatar. This will override the size. */
|
|
170
|
-
height?: DapDSAvatar["height"];
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
type DapDSAnchorHeadingProps = {
|
|
174
|
-
/** The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`. */
|
|
175
|
-
variant?: DapDSAnchorHeading["variant"];
|
|
176
|
-
/** The label of the heading. */
|
|
177
|
-
label?: DapDSAnchorHeading["label"];
|
|
178
|
-
/** */
|
|
179
|
-
elementId?: DapDSAnchorHeading["elementId"];
|
|
180
|
-
/** */
|
|
181
|
-
anchorTitle?: DapDSAnchorHeading["anchorTitle"];
|
|
182
|
-
};
|
|
183
|
-
|
|
184
175
|
type DapDSBadgeProps = {
|
|
185
176
|
/** The type of the badge */
|
|
186
177
|
type?: DapDSBadge["type"];
|
|
@@ -190,14 +181,15 @@ type DapDSBadgeProps = {
|
|
|
190
181
|
icon?: DapDSBadge["icon"];
|
|
191
182
|
};
|
|
192
183
|
|
|
193
|
-
type
|
|
194
|
-
/**
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
variant?:
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
184
|
+
type DapDSBreadcrumbProps = {
|
|
185
|
+
/** @deprecated true - Inverted color style */
|
|
186
|
+
inverted?: DapDSBreadcrumb["inverted"];
|
|
187
|
+
/** */
|
|
188
|
+
variant?: DapDSBreadcrumb["variant"];
|
|
189
|
+
/** Mobile version of the breadcrumb */
|
|
190
|
+
mobile?: DapDSBreadcrumb["mobile"];
|
|
191
|
+
/** The aria-labelledby of the breadcrumb */
|
|
192
|
+
"aria-labelledby"?: DapDSBreadcrumb["ariaLabelledBy"];
|
|
201
193
|
};
|
|
202
194
|
|
|
203
195
|
type DapDSBannerProps = {
|
|
@@ -216,15 +208,17 @@ type DapDSBannerProps = {
|
|
|
216
208
|
"ondds-close"?: (e: CustomEvent<never>) => void;
|
|
217
209
|
};
|
|
218
210
|
|
|
219
|
-
type
|
|
220
|
-
/**
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
|
|
226
|
-
/** The
|
|
227
|
-
|
|
211
|
+
type DapDSAvatarProps = {
|
|
212
|
+
/** The size of the avatar */
|
|
213
|
+
size?: DapDSAvatar["size"];
|
|
214
|
+
/** The source of the avatar. */
|
|
215
|
+
src?: DapDSAvatar["src"];
|
|
216
|
+
/** The alt text of the avatar. */
|
|
217
|
+
alt?: DapDSAvatar["alt"];
|
|
218
|
+
/** The width of the avatar. This will override the size. */
|
|
219
|
+
width?: DapDSAvatar["width"];
|
|
220
|
+
/** The height of the avatar. This will override the size. */
|
|
221
|
+
height?: DapDSAvatar["height"];
|
|
228
222
|
};
|
|
229
223
|
|
|
230
224
|
type DapDSBreadcrumbItemProps = {
|
|
@@ -242,6 +236,16 @@ type DapDSBreadcrumbItemProps = {
|
|
|
242
236
|
variant?: DapDSBreadcrumbItem["variant"];
|
|
243
237
|
};
|
|
244
238
|
|
|
239
|
+
type DapDSAccordionGroupProps = {
|
|
240
|
+
/** Whether to close other accordions when one is opened. */
|
|
241
|
+
autoClose?: DapDSAccordionGroup["autoClose"];
|
|
242
|
+
/** The variant of the accordion */
|
|
243
|
+
variant?: DapDSAccordionGroup["variant"];
|
|
244
|
+
|
|
245
|
+
/** Event fired when an accordion is opened or closed. */
|
|
246
|
+
"ondds-change"?: (e: CustomEvent<never>) => void;
|
|
247
|
+
};
|
|
248
|
+
|
|
245
249
|
type DapDSButtonProps = {
|
|
246
250
|
/** The variant of the button */
|
|
247
251
|
variant?: DapDSButton["variant"];
|
|
@@ -411,59 +415,6 @@ type DapDSCardProps = {
|
|
|
411
415
|
size?: DapDSCard["size"];
|
|
412
416
|
};
|
|
413
417
|
|
|
414
|
-
type DapDSCheckboxProps = {
|
|
415
|
-
/** Whether the checkbox is indeterminate */
|
|
416
|
-
indeterminate?: DapDSCheckbox["indeterminate"];
|
|
417
|
-
/** Whether the checkbox should prevent the default action */
|
|
418
|
-
preventDefault?: DapDSCheckbox["preventDefault"];
|
|
419
|
-
/** This sets up border around the checkbox, when true. */
|
|
420
|
-
border?: DapDSCheckbox["border"];
|
|
421
|
-
/** The type of the checkbox */
|
|
422
|
-
type?: DapDSCheckbox["type"];
|
|
423
|
-
/** */
|
|
424
|
-
focusElement?: DapDSCheckbox["focusElement"];
|
|
425
|
-
/** The name of the checkbox. */
|
|
426
|
-
name?: DapDSCheckbox["name"];
|
|
427
|
-
/** The value of the checkbox. */
|
|
428
|
-
value?: DapDSCheckbox["value"];
|
|
429
|
-
/** Whether the checkbox is checked. */
|
|
430
|
-
checked?: DapDSCheckbox["checked"];
|
|
431
|
-
/** The label of the checkbox. */
|
|
432
|
-
label?: DapDSCheckbox["label"];
|
|
433
|
-
/** The description of the checkbox. */
|
|
434
|
-
description?: DapDSCheckbox["description"];
|
|
435
|
-
/** Whether the checkbox is disabled. */
|
|
436
|
-
disabled?: DapDSCheckbox["disabled"];
|
|
437
|
-
/** Whether the checkbox is required. */
|
|
438
|
-
required?: DapDSCheckbox["required"];
|
|
439
|
-
/** The size of the checkbox. */
|
|
440
|
-
size?: DapDSCheckbox["size"];
|
|
441
|
-
/** The placement of the label. */
|
|
442
|
-
labelPlacement?: DapDSCheckbox["labelPlacement"];
|
|
443
|
-
/** The placement of the description. */
|
|
444
|
-
descriptionPlacement?: DapDSCheckbox["descriptionPlacement"];
|
|
445
|
-
/** The weight of the label. */
|
|
446
|
-
subtle?: DapDSCheckbox["subtle"];
|
|
447
|
-
/** The feedback of the checkbox. */
|
|
448
|
-
feedback?: DapDSCheckbox["feedback"];
|
|
449
|
-
/** The feedback type of the checkbox. */
|
|
450
|
-
feedbackType?: DapDSCheckbox["feedbackType"];
|
|
451
|
-
/** The invalid state of the checkbox. */
|
|
452
|
-
invalid?: DapDSCheckbox["invalid"];
|
|
453
|
-
/** The optional state of the checkbox. */
|
|
454
|
-
optional?: DapDSCheckbox["optional"];
|
|
455
|
-
/** The optional label of the checkbox. */
|
|
456
|
-
optionalLabel?: DapDSCheckbox["optionalLabel"];
|
|
457
|
-
/** Fired when the checkbox is checked or unchecked. */
|
|
458
|
-
"ondds-change"?: (e: CustomEvent<never>) => void;
|
|
459
|
-
/** Emitted when the checkbox loses focus. */
|
|
460
|
-
"ondds-blur"?: (e: CustomEvent<never>) => void;
|
|
461
|
-
/** Emitted when the checkbox gains focus. */
|
|
462
|
-
"ondds-focus"?: (e: CustomEvent<never>) => void;
|
|
463
|
-
/** Emitted when the checkbox receives input. */
|
|
464
|
-
"ondds-input"?: (e: CustomEvent<never>) => void;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
418
|
type DapDSComboboxProps = {
|
|
468
419
|
/** The value of the select. */
|
|
469
420
|
value?: DapDSCombobox["value"];
|
|
@@ -527,6 +478,59 @@ type DapDSComboboxProps = {
|
|
|
527
478
|
"ondds-input"?: (e: CustomEvent<never>) => void;
|
|
528
479
|
};
|
|
529
480
|
|
|
481
|
+
type DapDSCheckboxProps = {
|
|
482
|
+
/** Whether the checkbox is indeterminate */
|
|
483
|
+
indeterminate?: DapDSCheckbox["indeterminate"];
|
|
484
|
+
/** Whether the checkbox should prevent the default action */
|
|
485
|
+
preventDefault?: DapDSCheckbox["preventDefault"];
|
|
486
|
+
/** This sets up border around the checkbox, when true. */
|
|
487
|
+
border?: DapDSCheckbox["border"];
|
|
488
|
+
/** The type of the checkbox */
|
|
489
|
+
type?: DapDSCheckbox["type"];
|
|
490
|
+
/** */
|
|
491
|
+
focusElement?: DapDSCheckbox["focusElement"];
|
|
492
|
+
/** The name of the checkbox. */
|
|
493
|
+
name?: DapDSCheckbox["name"];
|
|
494
|
+
/** The value of the checkbox. */
|
|
495
|
+
value?: DapDSCheckbox["value"];
|
|
496
|
+
/** Whether the checkbox is checked. */
|
|
497
|
+
checked?: DapDSCheckbox["checked"];
|
|
498
|
+
/** The label of the checkbox. */
|
|
499
|
+
label?: DapDSCheckbox["label"];
|
|
500
|
+
/** The description of the checkbox. */
|
|
501
|
+
description?: DapDSCheckbox["description"];
|
|
502
|
+
/** Whether the checkbox is disabled. */
|
|
503
|
+
disabled?: DapDSCheckbox["disabled"];
|
|
504
|
+
/** Whether the checkbox is required. */
|
|
505
|
+
required?: DapDSCheckbox["required"];
|
|
506
|
+
/** The size of the checkbox. */
|
|
507
|
+
size?: DapDSCheckbox["size"];
|
|
508
|
+
/** The placement of the label. */
|
|
509
|
+
labelPlacement?: DapDSCheckbox["labelPlacement"];
|
|
510
|
+
/** The placement of the description. */
|
|
511
|
+
descriptionPlacement?: DapDSCheckbox["descriptionPlacement"];
|
|
512
|
+
/** The weight of the label. */
|
|
513
|
+
subtle?: DapDSCheckbox["subtle"];
|
|
514
|
+
/** The feedback of the checkbox. */
|
|
515
|
+
feedback?: DapDSCheckbox["feedback"];
|
|
516
|
+
/** The feedback type of the checkbox. */
|
|
517
|
+
feedbackType?: DapDSCheckbox["feedbackType"];
|
|
518
|
+
/** The invalid state of the checkbox. */
|
|
519
|
+
invalid?: DapDSCheckbox["invalid"];
|
|
520
|
+
/** The optional state of the checkbox. */
|
|
521
|
+
optional?: DapDSCheckbox["optional"];
|
|
522
|
+
/** The optional label of the checkbox. */
|
|
523
|
+
optionalLabel?: DapDSCheckbox["optionalLabel"];
|
|
524
|
+
/** Fired when the checkbox is checked or unchecked. */
|
|
525
|
+
"ondds-change"?: (e: CustomEvent<never>) => void;
|
|
526
|
+
/** Emitted when the checkbox loses focus. */
|
|
527
|
+
"ondds-blur"?: (e: CustomEvent<never>) => void;
|
|
528
|
+
/** Emitted when the checkbox gains focus. */
|
|
529
|
+
"ondds-focus"?: (e: CustomEvent<never>) => void;
|
|
530
|
+
/** Emitted when the checkbox receives input. */
|
|
531
|
+
"ondds-input"?: (e: CustomEvent<never>) => void;
|
|
532
|
+
};
|
|
533
|
+
|
|
530
534
|
type DapDSCommandGroupProps = {
|
|
531
535
|
/** The label of the command group. */
|
|
532
536
|
label?: DapDSCommandGroup["label"];
|
|
@@ -2308,19 +2312,6 @@ type ArrowsArrowRightSLineProps = {
|
|
|
2308
2312
|
focusable?: ArrowsArrowRightSLine["focusable"];
|
|
2309
2313
|
};
|
|
2310
2314
|
|
|
2311
|
-
type ArrowsArrowUpLineProps = {
|
|
2312
|
-
/** (optional) The width and height in pixels */
|
|
2313
|
-
size?: ArrowsArrowUpLine["size"];
|
|
2314
|
-
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2315
|
-
selected?: ArrowsArrowUpLine["selected"];
|
|
2316
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2317
|
-
decorative?: ArrowsArrowUpLine["decorative"];
|
|
2318
|
-
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2319
|
-
accessibilityTitle?: ArrowsArrowUpLine["accessibilityTitle"];
|
|
2320
|
-
/** (optional) If `true` the icon can receive focus */
|
|
2321
|
-
focusable?: ArrowsArrowUpLine["focusable"];
|
|
2322
|
-
};
|
|
2323
|
-
|
|
2324
2315
|
type ArrowsArrowRightUpLineProps = {
|
|
2325
2316
|
/** (optional) The width and height in pixels */
|
|
2326
2317
|
size?: ArrowsArrowRightUpLine["size"];
|
|
@@ -2334,17 +2325,17 @@ type ArrowsArrowRightUpLineProps = {
|
|
|
2334
2325
|
focusable?: ArrowsArrowRightUpLine["focusable"];
|
|
2335
2326
|
};
|
|
2336
2327
|
|
|
2337
|
-
type
|
|
2328
|
+
type ArrowsArrowUpLineProps = {
|
|
2338
2329
|
/** (optional) The width and height in pixels */
|
|
2339
|
-
size?:
|
|
2330
|
+
size?: ArrowsArrowUpLine["size"];
|
|
2340
2331
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2341
|
-
selected?:
|
|
2332
|
+
selected?: ArrowsArrowUpLine["selected"];
|
|
2342
2333
|
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2343
|
-
decorative?:
|
|
2334
|
+
decorative?: ArrowsArrowUpLine["decorative"];
|
|
2344
2335
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2345
|
-
accessibilityTitle?:
|
|
2336
|
+
accessibilityTitle?: ArrowsArrowUpLine["accessibilityTitle"];
|
|
2346
2337
|
/** (optional) If `true` the icon can receive focus */
|
|
2347
|
-
focusable?:
|
|
2338
|
+
focusable?: ArrowsArrowUpLine["focusable"];
|
|
2348
2339
|
};
|
|
2349
2340
|
|
|
2350
2341
|
type ArrowsArrowUpSFillProps = {
|
|
@@ -2360,6 +2351,19 @@ type ArrowsArrowUpSFillProps = {
|
|
|
2360
2351
|
focusable?: ArrowsArrowUpSFill["focusable"];
|
|
2361
2352
|
};
|
|
2362
2353
|
|
|
2354
|
+
type ArrowsArrowUpSLineProps = {
|
|
2355
|
+
/** (optional) The width and height in pixels */
|
|
2356
|
+
size?: ArrowsArrowUpSLine["size"];
|
|
2357
|
+
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2358
|
+
selected?: ArrowsArrowUpSLine["selected"];
|
|
2359
|
+
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2360
|
+
decorative?: ArrowsArrowUpSLine["decorative"];
|
|
2361
|
+
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2362
|
+
accessibilityTitle?: ArrowsArrowUpSLine["accessibilityTitle"];
|
|
2363
|
+
/** (optional) If `true` the icon can receive focus */
|
|
2364
|
+
focusable?: ArrowsArrowUpSLine["focusable"];
|
|
2365
|
+
};
|
|
2366
|
+
|
|
2363
2367
|
type ArrowsExpandUpDownFillProps = {
|
|
2364
2368
|
/** (optional) The width and height in pixels */
|
|
2365
2369
|
size?: ArrowsExpandUpDownFill["size"];
|
|
@@ -2399,19 +2403,6 @@ type BusinessCalendarLineProps = {
|
|
|
2399
2403
|
focusable?: BusinessCalendarLine["focusable"];
|
|
2400
2404
|
};
|
|
2401
2405
|
|
|
2402
|
-
type OthersCookieLineProps = {
|
|
2403
|
-
/** (optional) The width and height in pixels */
|
|
2404
|
-
size?: OthersCookieLine["size"];
|
|
2405
|
-
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2406
|
-
selected?: OthersCookieLine["selected"];
|
|
2407
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2408
|
-
decorative?: OthersCookieLine["decorative"];
|
|
2409
|
-
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2410
|
-
accessibilityTitle?: OthersCookieLine["accessibilityTitle"];
|
|
2411
|
-
/** (optional) If `true` the icon can receive focus */
|
|
2412
|
-
focusable?: OthersCookieLine["focusable"];
|
|
2413
|
-
};
|
|
2414
|
-
|
|
2415
2406
|
type DocumentClipboardLineProps = {
|
|
2416
2407
|
/** (optional) The width and height in pixels */
|
|
2417
2408
|
size?: DocumentClipboardLine["size"];
|
|
@@ -2438,6 +2429,19 @@ type DocumentFileCopyLineProps = {
|
|
|
2438
2429
|
focusable?: DocumentFileCopyLine["focusable"];
|
|
2439
2430
|
};
|
|
2440
2431
|
|
|
2432
|
+
type OthersCookieLineProps = {
|
|
2433
|
+
/** (optional) The width and height in pixels */
|
|
2434
|
+
size?: OthersCookieLine["size"];
|
|
2435
|
+
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2436
|
+
selected?: OthersCookieLine["selected"];
|
|
2437
|
+
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2438
|
+
decorative?: OthersCookieLine["decorative"];
|
|
2439
|
+
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2440
|
+
accessibilityTitle?: OthersCookieLine["accessibilityTitle"];
|
|
2441
|
+
/** (optional) If `true` the icon can receive focus */
|
|
2442
|
+
focusable?: OthersCookieLine["focusable"];
|
|
2443
|
+
};
|
|
2444
|
+
|
|
2441
2445
|
type SystemAddLineProps = {
|
|
2442
2446
|
/** (optional) The width and height in pixels */
|
|
2443
2447
|
size?: SystemAddLine["size"];
|
|
@@ -2776,6 +2780,32 @@ type SystemLoadingSpinnerProps = {
|
|
|
2776
2780
|
focusable?: SystemLoadingSpinner["focusable"];
|
|
2777
2781
|
};
|
|
2778
2782
|
|
|
2783
|
+
type SystemLockFillProps = {
|
|
2784
|
+
/** (optional) The width and height in pixels */
|
|
2785
|
+
size?: SystemLockFill["size"];
|
|
2786
|
+
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2787
|
+
selected?: SystemLockFill["selected"];
|
|
2788
|
+
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2789
|
+
decorative?: SystemLockFill["decorative"];
|
|
2790
|
+
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2791
|
+
accessibilityTitle?: SystemLockFill["accessibilityTitle"];
|
|
2792
|
+
/** (optional) If `true` the icon can receive focus */
|
|
2793
|
+
focusable?: SystemLockFill["focusable"];
|
|
2794
|
+
};
|
|
2795
|
+
|
|
2796
|
+
type SystemLockLineProps = {
|
|
2797
|
+
/** (optional) The width and height in pixels */
|
|
2798
|
+
size?: SystemLockLine["size"];
|
|
2799
|
+
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2800
|
+
selected?: SystemLockLine["selected"];
|
|
2801
|
+
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2802
|
+
decorative?: SystemLockLine["decorative"];
|
|
2803
|
+
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2804
|
+
accessibilityTitle?: SystemLockLine["accessibilityTitle"];
|
|
2805
|
+
/** (optional) If `true` the icon can receive focus */
|
|
2806
|
+
focusable?: SystemLockLine["focusable"];
|
|
2807
|
+
};
|
|
2808
|
+
|
|
2779
2809
|
type SystemMenuLineProps = {
|
|
2780
2810
|
/** (optional) The width and height in pixels */
|
|
2781
2811
|
size?: SystemMenuLine["size"];
|
|
@@ -2815,30 +2845,43 @@ type SystemSearchLineProps = {
|
|
|
2815
2845
|
focusable?: SystemSearchLine["focusable"];
|
|
2816
2846
|
};
|
|
2817
2847
|
|
|
2818
|
-
type
|
|
2848
|
+
type SystemShieldCheckFillProps = {
|
|
2819
2849
|
/** (optional) The width and height in pixels */
|
|
2820
|
-
size?:
|
|
2850
|
+
size?: SystemShieldCheckFill["size"];
|
|
2821
2851
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2822
|
-
selected?:
|
|
2852
|
+
selected?: SystemShieldCheckFill["selected"];
|
|
2823
2853
|
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2824
|
-
decorative?:
|
|
2854
|
+
decorative?: SystemShieldCheckFill["decorative"];
|
|
2825
2855
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2826
|
-
accessibilityTitle?:
|
|
2856
|
+
accessibilityTitle?: SystemShieldCheckFill["accessibilityTitle"];
|
|
2827
2857
|
/** (optional) If `true` the icon can receive focus */
|
|
2828
|
-
focusable?:
|
|
2858
|
+
focusable?: SystemShieldCheckFill["focusable"];
|
|
2829
2859
|
};
|
|
2830
2860
|
|
|
2831
|
-
type
|
|
2861
|
+
type SystemShieldCheckLineProps = {
|
|
2832
2862
|
/** (optional) The width and height in pixels */
|
|
2833
|
-
size?:
|
|
2863
|
+
size?: SystemShieldCheckLine["size"];
|
|
2834
2864
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2835
|
-
selected?:
|
|
2865
|
+
selected?: SystemShieldCheckLine["selected"];
|
|
2836
2866
|
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2837
|
-
decorative?:
|
|
2867
|
+
decorative?: SystemShieldCheckLine["decorative"];
|
|
2838
2868
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2839
|
-
accessibilityTitle?:
|
|
2869
|
+
accessibilityTitle?: SystemShieldCheckLine["accessibilityTitle"];
|
|
2840
2870
|
/** (optional) If `true` the icon can receive focus */
|
|
2841
|
-
focusable?:
|
|
2871
|
+
focusable?: SystemShieldCheckLine["focusable"];
|
|
2872
|
+
};
|
|
2873
|
+
|
|
2874
|
+
type SystemStarFillProps = {
|
|
2875
|
+
/** (optional) The width and height in pixels */
|
|
2876
|
+
size?: SystemStarFill["size"];
|
|
2877
|
+
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2878
|
+
selected?: SystemStarFill["selected"];
|
|
2879
|
+
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2880
|
+
decorative?: SystemStarFill["decorative"];
|
|
2881
|
+
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2882
|
+
accessibilityTitle?: SystemStarFill["accessibilityTitle"];
|
|
2883
|
+
/** (optional) If `true` the icon can receive focus */
|
|
2884
|
+
focusable?: SystemStarFill["focusable"];
|
|
2842
2885
|
};
|
|
2843
2886
|
|
|
2844
2887
|
type SystemSubtractLine2Props = {
|
|
@@ -2854,7 +2897,39 @@ type SystemSubtractLine2Props = {
|
|
|
2854
2897
|
focusable?: SystemSubtractLine2["focusable"];
|
|
2855
2898
|
};
|
|
2856
2899
|
|
|
2900
|
+
type SystemSubtractLineProps = {
|
|
2901
|
+
/** (optional) The width and height in pixels */
|
|
2902
|
+
size?: SystemSubtractLine["size"];
|
|
2903
|
+
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2904
|
+
selected?: SystemSubtractLine["selected"];
|
|
2905
|
+
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
2906
|
+
decorative?: SystemSubtractLine["decorative"];
|
|
2907
|
+
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2908
|
+
accessibilityTitle?: SystemSubtractLine["accessibilityTitle"];
|
|
2909
|
+
/** (optional) If `true` the icon can receive focus */
|
|
2910
|
+
focusable?: SystemSubtractLine["focusable"];
|
|
2911
|
+
};
|
|
2912
|
+
|
|
2857
2913
|
export type CustomElements = {
|
|
2914
|
+
/**
|
|
2915
|
+
* Anchor heading is a heading with an anchor link.
|
|
2916
|
+
* ---
|
|
2917
|
+
*
|
|
2918
|
+
*
|
|
2919
|
+
* ### **CSS Properties:**
|
|
2920
|
+
* - **--dds-anchor-link-color** - The color of the anchor link. Default is the primary color. _(default: undefined)_
|
|
2921
|
+
* - **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered. Default is 0. _(default: undefined)_
|
|
2922
|
+
* - **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered. Default is 1. _(default: undefined)_
|
|
2923
|
+
* - **--dds-anchor-link-transition** - The transition property for the anchor link opacity. Default is 'opacity 0.2s ease-in-out'. _(default: undefined)_
|
|
2924
|
+
*
|
|
2925
|
+
* ### **CSS Parts:**
|
|
2926
|
+
* - **base** - The main anchor heading container.
|
|
2927
|
+
* - **link** - The link of the anchor heading. dap-ds-link element.
|
|
2928
|
+
* - **link-base** - The base of the link part.
|
|
2929
|
+
* - **text** - The text of the anchor heading.
|
|
2930
|
+
*/
|
|
2931
|
+
"dap-ds-anchor-heading": DefineComponent<DapDSAnchorHeadingProps>;
|
|
2932
|
+
|
|
2858
2933
|
/**
|
|
2859
2934
|
* An accordion is a vertically stacked list of interactive items that can be expanded or collapsed to reveal or hide content.
|
|
2860
2935
|
* ---
|
|
@@ -2878,73 +2953,30 @@ export type CustomElements = {
|
|
|
2878
2953
|
* - **--dds-accordion-background-color** - The background color of the accordion (default: var(--dds-background-neutral-subtle)) _(default: undefined)_
|
|
2879
2954
|
* - **--dds-accordion-text-color** - The text color of the accordion (default: var(--dds-text-neutral-strong)) _(default: undefined)_
|
|
2880
2955
|
* - **--dds-accordion-hover-background** - The background color when hovering over the accordion (default: var(--dds-background-neutral-base)) _(default: undefined)_
|
|
2881
|
-
* - **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_
|
|
2882
|
-
* - **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_
|
|
2883
|
-
* - **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_
|
|
2884
|
-
* - **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_
|
|
2885
|
-
* - **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_
|
|
2886
|
-
* - **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_
|
|
2887
|
-
* - **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_
|
|
2888
|
-
* - **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_
|
|
2889
|
-
* - **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_
|
|
2890
|
-
* - **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_
|
|
2891
|
-
* - **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_
|
|
2892
|
-
*
|
|
2893
|
-
* ### **CSS Parts:**
|
|
2894
|
-
* - **base** - The main accordion container.
|
|
2895
|
-
* - **heading** - The heading of the accordion.
|
|
2896
|
-
* - **button** - The button of the accordion.
|
|
2897
|
-
* - **content** - The content of the accordion.
|
|
2898
|
-
* - **icon-wrapper** - The icon wrapper of the accordion.
|
|
2899
|
-
* - **open-icon** - The icon when the accordion is opened.
|
|
2900
|
-
* - **open-icon-base** - The base of the icon when the accordion is opened.
|
|
2901
|
-
* - **close-icon** - The icon when the accordion is closed.
|
|
2902
|
-
* - **close-icon-base** - The base of the icon when the accordion is closed.
|
|
2903
|
-
*/
|
|
2904
|
-
"dap-ds-accordion": DefineComponent<DapDSAccordionProps>;
|
|
2905
|
-
|
|
2906
|
-
/**
|
|
2907
|
-
* Avatar component can be used to display user profile images or icons, or illustrations.
|
|
2908
|
-
* ---
|
|
2909
|
-
*
|
|
2910
|
-
*
|
|
2911
|
-
* ### **CSS Properties:**
|
|
2912
|
-
* - **--dds-avatar-border-radius** - The border radius of the avatar. Default is the design system's rounded radius. _(default: undefined)_
|
|
2913
|
-
* - **--dds-avatar-background-color** - The background color of the avatar. Default is transparent. _(default: undefined)_
|
|
2914
|
-
* - **--dds-avatar-border-width** - The width of the avatar's border. Default is 0. _(default: undefined)_
|
|
2915
|
-
* - **--dds-avatar-border-color** - The color of the avatar's border. Default is transparent. _(default: undefined)_
|
|
2916
|
-
* - **--dds-avatar-border-style** - The style of the avatar's border. Default is solid. _(default: undefined)_
|
|
2917
|
-
* - **--dds-avatar-transition** - The transition property for the avatar. Default is 'all 0.2s ease-in-out'. _(default: undefined)_
|
|
2918
|
-
* - **--dds-avatar-size-lg** - The size of the large avatar. Default is the design system's spacing-2000. _(default: undefined)_
|
|
2919
|
-
* - **--dds-avatar-size-md** - The size of the medium avatar. Default is the design system's spacing-1600. _(default: undefined)_
|
|
2920
|
-
* - **--dds-avatar-size-sm** - The size of the small avatar. Default is the design system's spacing-1200. _(default: undefined)_
|
|
2921
|
-
* - **--dds-avatar-size-xs** - The size of the extra small avatar. Default is the design system's spacing-800. _(default: undefined)_
|
|
2922
|
-
* - **--dds-avatar-size-xxs** - The size of the extra extra small avatar. Default is the design system's spacing-600. _(default: undefined)_
|
|
2923
|
-
*
|
|
2924
|
-
* ### **CSS Parts:**
|
|
2925
|
-
* - **base** - The main avatar image container.
|
|
2926
|
-
* - **img** - The avatar image.
|
|
2927
|
-
*/
|
|
2928
|
-
"dap-ds-avatar": DefineComponent<DapDSAvatarProps>;
|
|
2929
|
-
|
|
2930
|
-
/**
|
|
2931
|
-
* Anchor heading is a heading with an anchor link.
|
|
2932
|
-
* ---
|
|
2933
|
-
*
|
|
2934
|
-
*
|
|
2935
|
-
* ### **CSS Properties:**
|
|
2936
|
-
* - **--dds-anchor-link-color** - The color of the anchor link. Default is the primary color. _(default: undefined)_
|
|
2937
|
-
* - **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered. Default is 0. _(default: undefined)_
|
|
2938
|
-
* - **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered. Default is 1. _(default: undefined)_
|
|
2939
|
-
* - **--dds-anchor-link-transition** - The transition property for the anchor link opacity. Default is 'opacity 0.2s ease-in-out'. _(default: undefined)_
|
|
2956
|
+
* - **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_
|
|
2957
|
+
* - **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_
|
|
2958
|
+
* - **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_
|
|
2959
|
+
* - **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_
|
|
2960
|
+
* - **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_
|
|
2961
|
+
* - **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_
|
|
2962
|
+
* - **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_
|
|
2963
|
+
* - **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_
|
|
2964
|
+
* - **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_
|
|
2965
|
+
* - **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_
|
|
2966
|
+
* - **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_
|
|
2940
2967
|
*
|
|
2941
2968
|
* ### **CSS Parts:**
|
|
2942
|
-
* - **base** - The main
|
|
2943
|
-
* - **
|
|
2944
|
-
* - **
|
|
2945
|
-
* - **
|
|
2969
|
+
* - **base** - The main accordion container.
|
|
2970
|
+
* - **heading** - The heading of the accordion.
|
|
2971
|
+
* - **button** - The button of the accordion.
|
|
2972
|
+
* - **content** - The content of the accordion.
|
|
2973
|
+
* - **icon-wrapper** - The icon wrapper of the accordion.
|
|
2974
|
+
* - **open-icon** - The icon when the accordion is opened.
|
|
2975
|
+
* - **open-icon-base** - The base of the icon when the accordion is opened.
|
|
2976
|
+
* - **close-icon** - The icon when the accordion is closed.
|
|
2977
|
+
* - **close-icon-base** - The base of the icon when the accordion is closed.
|
|
2946
2978
|
*/
|
|
2947
|
-
"dap-ds-
|
|
2979
|
+
"dap-ds-accordion": DefineComponent<DapDSAccordionProps>;
|
|
2948
2980
|
|
|
2949
2981
|
/**
|
|
2950
2982
|
* A badge is a small status descriptor for UI elements.
|
|
@@ -2994,27 +3026,28 @@ export type CustomElements = {
|
|
|
2994
3026
|
"dap-ds-badge": DefineComponent<DapDSBadgeProps>;
|
|
2995
3027
|
|
|
2996
3028
|
/**
|
|
2997
|
-
*
|
|
3029
|
+
* A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or Web application.
|
|
2998
3030
|
* ---
|
|
2999
3031
|
*
|
|
3000
3032
|
*
|
|
3001
|
-
* ### **Events:**
|
|
3002
|
-
* - **dds-change** - Event fired when an accordion is opened or closed.
|
|
3003
|
-
*
|
|
3004
3033
|
* ### **Slots:**
|
|
3005
|
-
* - _default_ - The content of the
|
|
3034
|
+
* - _default_ - The content of the breadcrumb.
|
|
3035
|
+
* - **separator** - The separator between breadcrumb items. Default is '/'.
|
|
3006
3036
|
*
|
|
3007
3037
|
* ### **CSS Properties:**
|
|
3008
|
-
* - **--dds-
|
|
3009
|
-
* - **--dds-
|
|
3010
|
-
* - **--dds-
|
|
3011
|
-
* - **--dds-
|
|
3012
|
-
* - **--dds-
|
|
3038
|
+
* - **--dds-breadcrumb-width** - The width of the breadcrumb container. Default is 100%. _(default: undefined)_
|
|
3039
|
+
* - **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb. Default is auto. _(default: undefined)_
|
|
3040
|
+
* - **--dds-breadcrumb-transition** - The transition property for the breadcrumb. Default is 'all 0.2s ease-in-out'. _(default: undefined)_
|
|
3041
|
+
* - **--dds-breadcrumb-list-display** - The display property of the breadcrumb list. Default is flex. _(default: undefined)_
|
|
3042
|
+
* - **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list. Default is nowrap. _(default: undefined)_
|
|
3043
|
+
* - **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list. Default is center. _(default: undefined)_
|
|
3044
|
+
* - **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list. Default is max-content. _(default: undefined)_
|
|
3013
3045
|
*
|
|
3014
3046
|
* ### **CSS Parts:**
|
|
3015
|
-
* - **base** - The main
|
|
3047
|
+
* - **base** - The main breadcrumb container.
|
|
3048
|
+
* - **separator** - The separator of the breadcrumb.
|
|
3016
3049
|
*/
|
|
3017
|
-
"dap-ds-
|
|
3050
|
+
"dap-ds-breadcrumb": DefineComponent<DapDSBreadcrumbProps>;
|
|
3018
3051
|
|
|
3019
3052
|
/**
|
|
3020
3053
|
* A banner is a message displayed at the top of the page to provide important information to the user.
|
|
@@ -3069,28 +3102,28 @@ export type CustomElements = {
|
|
|
3069
3102
|
"dap-ds-banner": DefineComponent<DapDSBannerProps>;
|
|
3070
3103
|
|
|
3071
3104
|
/**
|
|
3072
|
-
*
|
|
3105
|
+
* Avatar component can be used to display user profile images or icons, or illustrations.
|
|
3073
3106
|
* ---
|
|
3074
3107
|
*
|
|
3075
3108
|
*
|
|
3076
|
-
* ### **Slots:**
|
|
3077
|
-
* - _default_ - The content of the breadcrumb.
|
|
3078
|
-
* - **separator** - The separator between breadcrumb items. Default is '/'.
|
|
3079
|
-
*
|
|
3080
3109
|
* ### **CSS Properties:**
|
|
3081
|
-
* - **--dds-
|
|
3082
|
-
* - **--dds-
|
|
3083
|
-
* - **--dds-
|
|
3084
|
-
* - **--dds-
|
|
3085
|
-
* - **--dds-
|
|
3086
|
-
* - **--dds-
|
|
3087
|
-
* - **--dds-
|
|
3110
|
+
* - **--dds-avatar-border-radius** - The border radius of the avatar. Default is the design system's rounded radius. _(default: undefined)_
|
|
3111
|
+
* - **--dds-avatar-background-color** - The background color of the avatar. Default is transparent. _(default: undefined)_
|
|
3112
|
+
* - **--dds-avatar-border-width** - The width of the avatar's border. Default is 0. _(default: undefined)_
|
|
3113
|
+
* - **--dds-avatar-border-color** - The color of the avatar's border. Default is transparent. _(default: undefined)_
|
|
3114
|
+
* - **--dds-avatar-border-style** - The style of the avatar's border. Default is solid. _(default: undefined)_
|
|
3115
|
+
* - **--dds-avatar-transition** - The transition property for the avatar. Default is 'all 0.2s ease-in-out'. _(default: undefined)_
|
|
3116
|
+
* - **--dds-avatar-size-lg** - The size of the large avatar. Default is the design system's spacing-2000. _(default: undefined)_
|
|
3117
|
+
* - **--dds-avatar-size-md** - The size of the medium avatar. Default is the design system's spacing-1600. _(default: undefined)_
|
|
3118
|
+
* - **--dds-avatar-size-sm** - The size of the small avatar. Default is the design system's spacing-1200. _(default: undefined)_
|
|
3119
|
+
* - **--dds-avatar-size-xs** - The size of the extra small avatar. Default is the design system's spacing-800. _(default: undefined)_
|
|
3120
|
+
* - **--dds-avatar-size-xxs** - The size of the extra extra small avatar. Default is the design system's spacing-600. _(default: undefined)_
|
|
3088
3121
|
*
|
|
3089
3122
|
* ### **CSS Parts:**
|
|
3090
|
-
* - **base** - The main
|
|
3091
|
-
* - **
|
|
3123
|
+
* - **base** - The main avatar image container.
|
|
3124
|
+
* - **img** - The avatar image.
|
|
3092
3125
|
*/
|
|
3093
|
-
"dap-ds-
|
|
3126
|
+
"dap-ds-avatar": DefineComponent<DapDSAvatarProps>;
|
|
3094
3127
|
|
|
3095
3128
|
/**
|
|
3096
3129
|
* A breadcrumb item is a secondary navigation scheme that reveals the user's location in a website or Web application.
|
|
@@ -3125,6 +3158,29 @@ export type CustomElements = {
|
|
|
3125
3158
|
*/
|
|
3126
3159
|
"dap-ds-breadcrumb-item": DefineComponent<DapDSBreadcrumbItemProps>;
|
|
3127
3160
|
|
|
3161
|
+
/**
|
|
3162
|
+
* An accordion group is a collection of accordion components.
|
|
3163
|
+
* ---
|
|
3164
|
+
*
|
|
3165
|
+
*
|
|
3166
|
+
* ### **Events:**
|
|
3167
|
+
* - **dds-change** - Event fired when an accordion is opened or closed.
|
|
3168
|
+
*
|
|
3169
|
+
* ### **Slots:**
|
|
3170
|
+
* - _default_ - The content of the accordion group.
|
|
3171
|
+
*
|
|
3172
|
+
* ### **CSS Properties:**
|
|
3173
|
+
* - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_
|
|
3174
|
+
* - **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_
|
|
3175
|
+
* - **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_
|
|
3176
|
+
* - **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_
|
|
3177
|
+
* - **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_
|
|
3178
|
+
*
|
|
3179
|
+
* ### **CSS Parts:**
|
|
3180
|
+
* - **base** - The main accordion group container.
|
|
3181
|
+
*/
|
|
3182
|
+
"dap-ds-accordion-group": DefineComponent<DapDSAccordionGroupProps>;
|
|
3183
|
+
|
|
3128
3184
|
/**
|
|
3129
3185
|
* A button is a clickable element that can be used to trigger an action.
|
|
3130
3186
|
* ---
|
|
@@ -3475,55 +3531,6 @@ export type CustomElements = {
|
|
|
3475
3531
|
*/
|
|
3476
3532
|
"dap-ds-card": DefineComponent<DapDSCardProps>;
|
|
3477
3533
|
|
|
3478
|
-
/**
|
|
3479
|
-
* A checkbox is a form element that allows the user to select one or more options from a set.
|
|
3480
|
-
* ---
|
|
3481
|
-
*
|
|
3482
|
-
*
|
|
3483
|
-
* ### **Events:**
|
|
3484
|
-
* - **dds-change** - Fired when the checkbox is checked or unchecked.
|
|
3485
|
-
* - **dds-blur** - Emitted when the checkbox loses focus.
|
|
3486
|
-
* - **dds-focus** - Emitted when the checkbox gains focus.
|
|
3487
|
-
* - **dds-input** - Emitted when the checkbox receives input.
|
|
3488
|
-
*
|
|
3489
|
-
* ### **CSS Properties:**
|
|
3490
|
-
* - **--dds-checkbox-size** - The size of the checkbox. Default is `var(--dds-spacing-500)`. _(default: undefined)_
|
|
3491
|
-
* - **--dds-checkbox-border-width** - The border width of the checkbox. Default is `var(--dds-border-width-large)`. _(default: undefined)_
|
|
3492
|
-
* - **--dds-checkbox-border-radius** - The border radius of the checkbox. Default is `var(--dds-radius-small)`. _(default: undefined)_
|
|
3493
|
-
* - **--dds-checkbox-border-color** - The border color of the checkbox. Default is `var(--dds-border-neutral-base)`. _(default: undefined)_
|
|
3494
|
-
* - **--dds-checkbox-background-color** - The background color of the checkbox. Default is `transparent`. _(default: undefined)_
|
|
3495
|
-
* - **--dds-checkbox-icon-color** - The color of the checkbox icon. Default is `var(--dds-button-primary-icon-enabled)`. _(default: undefined)_
|
|
3496
|
-
* - **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. Default is `var(--dds-border-neutral-medium)`. _(default: undefined)_
|
|
3497
|
-
* - **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. Default is `var(--dds-background-neutral-medium)`. _(default: undefined)_
|
|
3498
|
-
* - **--dds-checkbox-active-border-color** - The border color when the checkbox is active. Default is `var(--dds-border-neutral-strong)`. _(default: undefined)_
|
|
3499
|
-
* - **--dds-checkbox-active-background-color** - The background color when the checkbox is active. Default is `var(--dds-background-neutral-strong)`. _(default: undefined)_
|
|
3500
|
-
* - **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. Default is `var(--dds-background-brand-base-inverted)`. _(default: undefined)_
|
|
3501
|
-
* - **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. Default is `var(--dds-background-brand-base-inverted)`. _(default: undefined)_
|
|
3502
|
-
* - **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. Default is `var(--dds-background-brand-medium-inverted)`. _(default: undefined)_
|
|
3503
|
-
* - **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. Default is `var(--dds-background-brand-medium-inverted)`. _(default: undefined)_
|
|
3504
|
-
* - **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. Default is `var(--dds-background-brand-strong-inverted)`. _(default: undefined)_
|
|
3505
|
-
* - **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. Default is `var(--dds-background-brand-strong-inverted)`. _(default: undefined)_
|
|
3506
|
-
* - **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. Default is `var(--dds-border-negative-base)`. _(default: undefined)_
|
|
3507
|
-
* - **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. Default is `var(--dds-background-negative-base)`. _(default: undefined)_
|
|
3508
|
-
* - **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. Default is `var(--dds-border-negative-medium)`. _(default: undefined)_
|
|
3509
|
-
* - **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. Default is `var(--dds-background-negative-medium)`. _(default: undefined)_
|
|
3510
|
-
* - **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. Default is `var(--dds-border-negative-strong)`. _(default: undefined)_
|
|
3511
|
-
* - **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. Default is `var(--dds-background-negative-strong)`. _(default: undefined)_
|
|
3512
|
-
* - **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. Default is `var(--dds-button-primary-background-disabled)`. _(default: undefined)_
|
|
3513
|
-
* - **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. Default is `var(--dds-button-primary-background-disabled)`. _(default: undefined)_
|
|
3514
|
-
* - **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. Default is `var(--dds-button-primary-icon-disabled)`. _(default: undefined)_
|
|
3515
|
-
*
|
|
3516
|
-
* ### **CSS Parts:**
|
|
3517
|
-
* - **base** - The main checkbox container.
|
|
3518
|
-
* - **label** - The label of the checkbox.
|
|
3519
|
-
* - **input** - The input of the checkbox.
|
|
3520
|
-
* - **control** - The control of the checkbox.
|
|
3521
|
-
* - **icon** - The icon of the checkbox.
|
|
3522
|
-
* - **label-container** - The label container of the checkbox.
|
|
3523
|
-
* - **description** - The description of the checkbox.
|
|
3524
|
-
*/
|
|
3525
|
-
"dap-ds-checkbox": DefineComponent<DapDSCheckboxProps>;
|
|
3526
|
-
|
|
3527
3534
|
/**
|
|
3528
3535
|
* A select is a form element that allows the user to select one option from a set.
|
|
3529
3536
|
* ---
|
|
@@ -3579,6 +3586,55 @@ export type CustomElements = {
|
|
|
3579
3586
|
*/
|
|
3580
3587
|
"dap-ds-combobox": DefineComponent<DapDSComboboxProps>;
|
|
3581
3588
|
|
|
3589
|
+
/**
|
|
3590
|
+
* A checkbox is a form element that allows the user to select one or more options from a set.
|
|
3591
|
+
* ---
|
|
3592
|
+
*
|
|
3593
|
+
*
|
|
3594
|
+
* ### **Events:**
|
|
3595
|
+
* - **dds-change** - Fired when the checkbox is checked or unchecked.
|
|
3596
|
+
* - **dds-blur** - Emitted when the checkbox loses focus.
|
|
3597
|
+
* - **dds-focus** - Emitted when the checkbox gains focus.
|
|
3598
|
+
* - **dds-input** - Emitted when the checkbox receives input.
|
|
3599
|
+
*
|
|
3600
|
+
* ### **CSS Properties:**
|
|
3601
|
+
* - **--dds-checkbox-size** - The size of the checkbox. Default is `var(--dds-spacing-500)`. _(default: undefined)_
|
|
3602
|
+
* - **--dds-checkbox-border-width** - The border width of the checkbox. Default is `var(--dds-border-width-large)`. _(default: undefined)_
|
|
3603
|
+
* - **--dds-checkbox-border-radius** - The border radius of the checkbox. Default is `var(--dds-radius-small)`. _(default: undefined)_
|
|
3604
|
+
* - **--dds-checkbox-border-color** - The border color of the checkbox. Default is `var(--dds-border-neutral-base)`. _(default: undefined)_
|
|
3605
|
+
* - **--dds-checkbox-background-color** - The background color of the checkbox. Default is `transparent`. _(default: undefined)_
|
|
3606
|
+
* - **--dds-checkbox-icon-color** - The color of the checkbox icon. Default is `var(--dds-button-primary-icon-enabled)`. _(default: undefined)_
|
|
3607
|
+
* - **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. Default is `var(--dds-border-neutral-medium)`. _(default: undefined)_
|
|
3608
|
+
* - **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. Default is `var(--dds-background-neutral-medium)`. _(default: undefined)_
|
|
3609
|
+
* - **--dds-checkbox-active-border-color** - The border color when the checkbox is active. Default is `var(--dds-border-neutral-strong)`. _(default: undefined)_
|
|
3610
|
+
* - **--dds-checkbox-active-background-color** - The background color when the checkbox is active. Default is `var(--dds-background-neutral-strong)`. _(default: undefined)_
|
|
3611
|
+
* - **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. Default is `var(--dds-background-brand-base-inverted)`. _(default: undefined)_
|
|
3612
|
+
* - **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. Default is `var(--dds-background-brand-base-inverted)`. _(default: undefined)_
|
|
3613
|
+
* - **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. Default is `var(--dds-background-brand-medium-inverted)`. _(default: undefined)_
|
|
3614
|
+
* - **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. Default is `var(--dds-background-brand-medium-inverted)`. _(default: undefined)_
|
|
3615
|
+
* - **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. Default is `var(--dds-background-brand-strong-inverted)`. _(default: undefined)_
|
|
3616
|
+
* - **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. Default is `var(--dds-background-brand-strong-inverted)`. _(default: undefined)_
|
|
3617
|
+
* - **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. Default is `var(--dds-border-negative-base)`. _(default: undefined)_
|
|
3618
|
+
* - **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. Default is `var(--dds-background-negative-base)`. _(default: undefined)_
|
|
3619
|
+
* - **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. Default is `var(--dds-border-negative-medium)`. _(default: undefined)_
|
|
3620
|
+
* - **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. Default is `var(--dds-background-negative-medium)`. _(default: undefined)_
|
|
3621
|
+
* - **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. Default is `var(--dds-border-negative-strong)`. _(default: undefined)_
|
|
3622
|
+
* - **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. Default is `var(--dds-background-negative-strong)`. _(default: undefined)_
|
|
3623
|
+
* - **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. Default is `var(--dds-button-primary-background-disabled)`. _(default: undefined)_
|
|
3624
|
+
* - **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. Default is `var(--dds-button-primary-background-disabled)`. _(default: undefined)_
|
|
3625
|
+
* - **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. Default is `var(--dds-button-primary-icon-disabled)`. _(default: undefined)_
|
|
3626
|
+
*
|
|
3627
|
+
* ### **CSS Parts:**
|
|
3628
|
+
* - **base** - The main checkbox container.
|
|
3629
|
+
* - **label** - The label of the checkbox.
|
|
3630
|
+
* - **input** - The input of the checkbox.
|
|
3631
|
+
* - **control** - The control of the checkbox.
|
|
3632
|
+
* - **icon** - The icon of the checkbox.
|
|
3633
|
+
* - **label-container** - The label container of the checkbox.
|
|
3634
|
+
* - **description** - The description of the checkbox.
|
|
3635
|
+
*/
|
|
3636
|
+
"dap-ds-checkbox": DefineComponent<DapDSCheckboxProps>;
|
|
3637
|
+
|
|
3582
3638
|
/**
|
|
3583
3639
|
* A command group is a group of command items.
|
|
3584
3640
|
* ---
|
|
@@ -5516,7 +5572,7 @@ export type CustomElements = {
|
|
|
5516
5572
|
* ### **CSS Parts:**
|
|
5517
5573
|
* - **base** - The main icon container.
|
|
5518
5574
|
*/
|
|
5519
|
-
"dap-ds-icon-arrow-up-line": DefineComponent<
|
|
5575
|
+
"dap-ds-icon-arrow-right-up-line": DefineComponent<ArrowsArrowRightUpLineProps>;
|
|
5520
5576
|
|
|
5521
5577
|
/**
|
|
5522
5578
|
* An icon
|
|
@@ -5526,7 +5582,7 @@ export type CustomElements = {
|
|
|
5526
5582
|
* ### **CSS Parts:**
|
|
5527
5583
|
* - **base** - The main icon container.
|
|
5528
5584
|
*/
|
|
5529
|
-
"dap-ds-icon-arrow-
|
|
5585
|
+
"dap-ds-icon-arrow-up-line": DefineComponent<ArrowsArrowUpLineProps>;
|
|
5530
5586
|
|
|
5531
5587
|
/**
|
|
5532
5588
|
* An icon
|
|
@@ -5536,7 +5592,7 @@ export type CustomElements = {
|
|
|
5536
5592
|
* ### **CSS Parts:**
|
|
5537
5593
|
* - **base** - The main icon container.
|
|
5538
5594
|
*/
|
|
5539
|
-
"dap-ds-icon-arrow-up-s-
|
|
5595
|
+
"dap-ds-icon-arrow-up-s-fill": DefineComponent<ArrowsArrowUpSFillProps>;
|
|
5540
5596
|
|
|
5541
5597
|
/**
|
|
5542
5598
|
* An icon
|
|
@@ -5546,7 +5602,7 @@ export type CustomElements = {
|
|
|
5546
5602
|
* ### **CSS Parts:**
|
|
5547
5603
|
* - **base** - The main icon container.
|
|
5548
5604
|
*/
|
|
5549
|
-
"dap-ds-icon-arrow-up-s-
|
|
5605
|
+
"dap-ds-icon-arrow-up-s-line": DefineComponent<ArrowsArrowUpSLineProps>;
|
|
5550
5606
|
|
|
5551
5607
|
/**
|
|
5552
5608
|
* An icon
|
|
@@ -5586,7 +5642,7 @@ export type CustomElements = {
|
|
|
5586
5642
|
* ### **CSS Parts:**
|
|
5587
5643
|
* - **base** - The main icon container.
|
|
5588
5644
|
*/
|
|
5589
|
-
"dap-ds-icon-
|
|
5645
|
+
"dap-ds-icon-clipboard-line": DefineComponent<DocumentClipboardLineProps>;
|
|
5590
5646
|
|
|
5591
5647
|
/**
|
|
5592
5648
|
* An icon
|
|
@@ -5596,7 +5652,7 @@ export type CustomElements = {
|
|
|
5596
5652
|
* ### **CSS Parts:**
|
|
5597
5653
|
* - **base** - The main icon container.
|
|
5598
5654
|
*/
|
|
5599
|
-
"dap-ds-icon-
|
|
5655
|
+
"dap-ds-icon-file-copy-line": DefineComponent<DocumentFileCopyLineProps>;
|
|
5600
5656
|
|
|
5601
5657
|
/**
|
|
5602
5658
|
* An icon
|
|
@@ -5606,7 +5662,7 @@ export type CustomElements = {
|
|
|
5606
5662
|
* ### **CSS Parts:**
|
|
5607
5663
|
* - **base** - The main icon container.
|
|
5608
5664
|
*/
|
|
5609
|
-
"dap-ds-icon-
|
|
5665
|
+
"dap-ds-icon-cookie-line": DefineComponent<OthersCookieLineProps>;
|
|
5610
5666
|
|
|
5611
5667
|
/**
|
|
5612
5668
|
* An icon
|
|
@@ -5868,6 +5924,26 @@ export type CustomElements = {
|
|
|
5868
5924
|
*/
|
|
5869
5925
|
"dap-ds-icon-loading-spinner": DefineComponent<SystemLoadingSpinnerProps>;
|
|
5870
5926
|
|
|
5927
|
+
/**
|
|
5928
|
+
* An icon
|
|
5929
|
+
* ---
|
|
5930
|
+
*
|
|
5931
|
+
*
|
|
5932
|
+
* ### **CSS Parts:**
|
|
5933
|
+
* - **base** - The main icon container.
|
|
5934
|
+
*/
|
|
5935
|
+
"dap-ds-icon-lock-fill": DefineComponent<SystemLockFillProps>;
|
|
5936
|
+
|
|
5937
|
+
/**
|
|
5938
|
+
* An icon
|
|
5939
|
+
* ---
|
|
5940
|
+
*
|
|
5941
|
+
*
|
|
5942
|
+
* ### **CSS Parts:**
|
|
5943
|
+
* - **base** - The main icon container.
|
|
5944
|
+
*/
|
|
5945
|
+
"dap-ds-icon-lock-line": DefineComponent<SystemLockLineProps>;
|
|
5946
|
+
|
|
5871
5947
|
/**
|
|
5872
5948
|
* An icon
|
|
5873
5949
|
* ---
|
|
@@ -5906,7 +5982,7 @@ export type CustomElements = {
|
|
|
5906
5982
|
* ### **CSS Parts:**
|
|
5907
5983
|
* - **base** - The main icon container.
|
|
5908
5984
|
*/
|
|
5909
|
-
"dap-ds-icon-
|
|
5985
|
+
"dap-ds-icon-shield-check-fill": DefineComponent<SystemShieldCheckFillProps>;
|
|
5910
5986
|
|
|
5911
5987
|
/**
|
|
5912
5988
|
* An icon
|
|
@@ -5916,7 +5992,17 @@ export type CustomElements = {
|
|
|
5916
5992
|
* ### **CSS Parts:**
|
|
5917
5993
|
* - **base** - The main icon container.
|
|
5918
5994
|
*/
|
|
5919
|
-
"dap-ds-icon-
|
|
5995
|
+
"dap-ds-icon-shield-check-line": DefineComponent<SystemShieldCheckLineProps>;
|
|
5996
|
+
|
|
5997
|
+
/**
|
|
5998
|
+
* An icon
|
|
5999
|
+
* ---
|
|
6000
|
+
*
|
|
6001
|
+
*
|
|
6002
|
+
* ### **CSS Parts:**
|
|
6003
|
+
* - **base** - The main icon container.
|
|
6004
|
+
*/
|
|
6005
|
+
"dap-ds-icon-star-fill": DefineComponent<SystemStarFillProps>;
|
|
5920
6006
|
|
|
5921
6007
|
/**
|
|
5922
6008
|
* An icon
|
|
@@ -5927,6 +6013,16 @@ export type CustomElements = {
|
|
|
5927
6013
|
* - **base** - The main icon container.
|
|
5928
6014
|
*/
|
|
5929
6015
|
"dap-ds-icon-subtract-line2": DefineComponent<SystemSubtractLine2Props>;
|
|
6016
|
+
|
|
6017
|
+
/**
|
|
6018
|
+
* An icon
|
|
6019
|
+
* ---
|
|
6020
|
+
*
|
|
6021
|
+
*
|
|
6022
|
+
* ### **CSS Parts:**
|
|
6023
|
+
* - **base** - The main icon container.
|
|
6024
|
+
*/
|
|
6025
|
+
"dap-ds-icon-subtract-line": DefineComponent<SystemSubtractLineProps>;
|
|
5930
6026
|
};
|
|
5931
6027
|
|
|
5932
6028
|
declare module "vue" {
|