dap-design-system 0.57.7 → 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/tab/tab-group.component.d.ts +10 -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-CMBmObyM.js → components-DM_rlHV7.js} +3295 -3161
- 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 +382 -330
- package/dist/manifest/vscode.html-custom-data.json +454 -320
- package/dist/manifest/web-types.json +843 -525
- package/dist/react/index.d.ts +15 -15
- package/dist/react-types.ts +16 -16
- package/dist/react.js +270 -270
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-CMBmObyM.js.map +0 -1
|
@@ -114,102 +114,42 @@
|
|
|
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": "
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "max",
|
|
128
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
129
|
-
"value": { "type": "number", "default": "3" }
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "show-total",
|
|
133
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
134
|
-
"value": { "type": "boolean", "default": "false" }
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "interactive-overflow",
|
|
138
|
-
"description": "Interactive overflow indicator",
|
|
139
|
-
"value": { "type": "boolean", "default": "false" }
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"name": "label",
|
|
143
|
-
"description": "Accessible label for the avatar group",
|
|
144
|
-
"value": { "type": "string" }
|
|
122
|
+
"name": "autoClose",
|
|
123
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
124
|
+
"value": { "type": "string", "default": "'true'" }
|
|
145
125
|
},
|
|
146
126
|
{
|
|
147
|
-
"name": "
|
|
148
|
-
"description": "
|
|
149
|
-
"value": {
|
|
127
|
+
"name": "variant",
|
|
128
|
+
"description": "The variant of the accordion",
|
|
129
|
+
"value": {
|
|
130
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
131
|
+
"default": "'default'"
|
|
132
|
+
}
|
|
150
133
|
}
|
|
151
134
|
],
|
|
152
135
|
"slots": [
|
|
153
|
-
{
|
|
154
|
-
"name": "",
|
|
155
|
-
"description": "The avatars to display in the group."
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"events": [
|
|
159
|
-
{
|
|
160
|
-
"name": "dds-overflow-click",
|
|
161
|
-
"description": "Fired when the overflow indicator is clicked."
|
|
162
|
-
}
|
|
136
|
+
{ "name": "", "description": "The content of the accordion group." }
|
|
163
137
|
],
|
|
138
|
+
"events": [],
|
|
164
139
|
"js": {
|
|
165
140
|
"properties": [
|
|
166
141
|
{
|
|
167
|
-
"name": "
|
|
168
|
-
"description": "
|
|
169
|
-
"type": "'stack' | 'grid'"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "max",
|
|
173
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
174
|
-
"type": "number"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "showTotal",
|
|
178
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
179
|
-
"type": "boolean"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "interactiveOverflow",
|
|
183
|
-
"description": "Interactive overflow indicator",
|
|
184
|
-
"type": "boolean"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "label",
|
|
188
|
-
"description": "Accessible label for the avatar group",
|
|
189
|
-
"type": "string"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "overflowLabel",
|
|
193
|
-
"description": "Accessible label for the overflow indicator",
|
|
142
|
+
"name": "autoClose",
|
|
143
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
194
144
|
"type": "string"
|
|
195
145
|
},
|
|
196
146
|
{
|
|
197
|
-
"name": "
|
|
198
|
-
"description": "The
|
|
199
|
-
"type": "'
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "sizeMap",
|
|
203
|
-
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
204
|
-
"type": "string"
|
|
147
|
+
"name": "variant",
|
|
148
|
+
"description": "The variant of the accordion",
|
|
149
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
205
150
|
}
|
|
206
151
|
],
|
|
207
|
-
"events": [
|
|
208
|
-
{
|
|
209
|
-
"name": "dds-overflow-click",
|
|
210
|
-
"description": "Fired when the overflow indicator is clicked."
|
|
211
|
-
}
|
|
212
|
-
]
|
|
152
|
+
"events": []
|
|
213
153
|
}
|
|
214
154
|
},
|
|
215
155
|
{
|
|
@@ -370,63 +310,129 @@
|
|
|
370
310
|
}
|
|
371
311
|
},
|
|
372
312
|
{
|
|
373
|
-
"name": "dap-ds-
|
|
374
|
-
"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.",
|
|
375
315
|
"doc-url": "",
|
|
376
316
|
"attributes": [
|
|
377
317
|
{
|
|
378
|
-
"name": "
|
|
379
|
-
"description": "The
|
|
380
|
-
"value": {
|
|
381
|
-
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'",
|
|
382
|
-
"default": "'neutral'"
|
|
383
|
-
}
|
|
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" }
|
|
384
321
|
},
|
|
385
322
|
{
|
|
386
|
-
"name": "
|
|
387
|
-
"description": "The
|
|
388
|
-
"value": { "type": "string
|
|
323
|
+
"name": "label",
|
|
324
|
+
"description": "The label of the heading.",
|
|
325
|
+
"value": { "type": "string" }
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"events": [],
|
|
329
|
+
"js": {
|
|
330
|
+
"properties": [
|
|
331
|
+
{ "name": "variant", "type": "HeadingVariant" },
|
|
332
|
+
{ "name": "label", "type": "string" },
|
|
333
|
+
{ "name": "elementId" },
|
|
334
|
+
{ "name": "anchorTitle" }
|
|
335
|
+
],
|
|
336
|
+
"events": []
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "dap-ds-avatar-group",
|
|
341
|
+
"description": "Avatar group component displays multiple avatars in an organized layout with overflow management.\n---\n\n\n### **Events:**\n - **dds-overflow-click** - Fired when the overflow indicator is clicked.\n\n### **Slots:**\n - _default_ - The avatars to display in the group.\n\n### **CSS Properties:**\n - **--dds-avatar-group-gap** - Gap between avatars in grid layout (default: 0) _(default: undefined)_\n- **--dds-avatar-group-overlap** - Overlap amount for stacked layout (default: -8px) _(default: undefined)_\n- **--dds-avatar-group-border-width** - Border width for avatars (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-avatar-group-border-color** - Border color for avatars (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-avatar-group-overflow-bg** - Background color for overflow indicator (default: var(--dds-neutral-300)) _(default: undefined)_\n- **--dds-avatar-group-overflow-color** - Text color for overflow indicator (default: var(--dds-neutral-700)) _(default: undefined)_\n- **--dds-avatar-group-overflow-border** - Border for overflow indicator (default: var(--dds-avatar-group-border-width) solid var(--dds-avatar-group-border-color)) _(default: undefined)_\n- **--dds-avatar-group-size-lg** - Size for large avatars (default: var(--dds-spacing-2000)) _(default: undefined)_\n- **--dds-avatar-group-size-md** - Size for medium avatars (default: var(--dds-spacing-1600)) _(default: undefined)_\n- **--dds-avatar-group-size-sm** - Size for small avatars (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-avatar-group-size-xs** - Size for extra small avatars (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-avatar-group-size-xxs** - Size for extra extra small avatars (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the avatar group.\n- **avatars** - The container for the visible avatars.\n- **overflow** - The overflow indicator element.",
|
|
342
|
+
"doc-url": "",
|
|
343
|
+
"attributes": [
|
|
344
|
+
{
|
|
345
|
+
"name": "layout",
|
|
346
|
+
"description": "Layout type for the avatar group",
|
|
347
|
+
"value": { "type": "'stack' | 'grid'", "default": "'stack'" }
|
|
389
348
|
},
|
|
390
349
|
{
|
|
391
|
-
"name": "
|
|
392
|
-
"description": "
|
|
350
|
+
"name": "max",
|
|
351
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
352
|
+
"value": { "type": "number", "default": "3" }
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "show-total",
|
|
356
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
357
|
+
"value": { "type": "boolean", "default": "false" }
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "interactive-overflow",
|
|
361
|
+
"description": "Interactive overflow indicator",
|
|
393
362
|
"value": { "type": "boolean", "default": "false" }
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "label",
|
|
366
|
+
"description": "Accessible label for the avatar group",
|
|
367
|
+
"value": { "type": "string" }
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "overflow-label",
|
|
371
|
+
"description": "Accessible label for the overflow indicator",
|
|
372
|
+
"value": { "type": "string" }
|
|
394
373
|
}
|
|
395
374
|
],
|
|
396
375
|
"slots": [
|
|
397
|
-
{
|
|
398
|
-
|
|
376
|
+
{
|
|
377
|
+
"name": "",
|
|
378
|
+
"description": "The avatars to display in the group."
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"events": [
|
|
382
|
+
{
|
|
383
|
+
"name": "dds-overflow-click",
|
|
384
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
385
|
+
}
|
|
399
386
|
],
|
|
400
|
-
"events": [],
|
|
401
387
|
"js": {
|
|
402
388
|
"properties": [
|
|
403
389
|
{
|
|
404
|
-
"name": "
|
|
405
|
-
"description": "
|
|
406
|
-
"type": "'
|
|
390
|
+
"name": "layout",
|
|
391
|
+
"description": "Layout type for the avatar group",
|
|
392
|
+
"type": "'stack' | 'grid'"
|
|
407
393
|
},
|
|
408
394
|
{
|
|
409
|
-
"name": "
|
|
410
|
-
"description": "
|
|
411
|
-
"type": "
|
|
395
|
+
"name": "max",
|
|
396
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
397
|
+
"type": "number"
|
|
412
398
|
},
|
|
413
399
|
{
|
|
414
|
-
"name": "
|
|
415
|
-
"description": "Whether
|
|
400
|
+
"name": "showTotal",
|
|
401
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
416
402
|
"type": "boolean"
|
|
417
403
|
},
|
|
404
|
+
{
|
|
405
|
+
"name": "interactiveOverflow",
|
|
406
|
+
"description": "Interactive overflow indicator",
|
|
407
|
+
"type": "boolean"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "label",
|
|
411
|
+
"description": "Accessible label for the avatar group",
|
|
412
|
+
"type": "string"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "overflowLabel",
|
|
416
|
+
"description": "Accessible label for the overflow indicator",
|
|
417
|
+
"type": "string"
|
|
418
|
+
},
|
|
418
419
|
{
|
|
419
420
|
"name": "size",
|
|
420
|
-
"description": "The size of the
|
|
421
|
-
"type": "'sm' | 'lg'"
|
|
421
|
+
"description": "The size of avatars in the group. Default is `md`. See SizedMixin.",
|
|
422
|
+
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
422
423
|
},
|
|
423
424
|
{
|
|
424
425
|
"name": "sizeMap",
|
|
425
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
426
|
+
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
426
427
|
"type": "string"
|
|
427
428
|
}
|
|
428
429
|
],
|
|
429
|
-
"events": [
|
|
430
|
+
"events": [
|
|
431
|
+
{
|
|
432
|
+
"name": "dds-overflow-click",
|
|
433
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
434
|
+
}
|
|
435
|
+
]
|
|
430
436
|
}
|
|
431
437
|
},
|
|
432
438
|
{
|
|
@@ -457,6 +463,11 @@
|
|
|
457
463
|
"description": "The aria-label for the close button",
|
|
458
464
|
"value": { "type": "string", "default": "'close'" }
|
|
459
465
|
},
|
|
466
|
+
{
|
|
467
|
+
"name": "closeButtonTestId",
|
|
468
|
+
"description": "`data-testid` for the close button.",
|
|
469
|
+
"value": { "type": "string", "default": "'banner-close-button'" }
|
|
470
|
+
},
|
|
460
471
|
{
|
|
461
472
|
"name": "icon",
|
|
462
473
|
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
@@ -497,6 +508,11 @@
|
|
|
497
508
|
"description": "The aria-label for the close button",
|
|
498
509
|
"type": "string"
|
|
499
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"name": "closeButtonTestId",
|
|
513
|
+
"description": "`data-testid` for the close button.",
|
|
514
|
+
"type": "string"
|
|
515
|
+
},
|
|
500
516
|
{
|
|
501
517
|
"name": "icon",
|
|
502
518
|
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
@@ -558,71 +574,65 @@
|
|
|
558
574
|
}
|
|
559
575
|
},
|
|
560
576
|
{
|
|
561
|
-
"name": "dap-ds-
|
|
562
|
-
"description": "
|
|
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.",
|
|
563
579
|
"doc-url": "",
|
|
564
580
|
"attributes": [
|
|
565
581
|
{
|
|
566
|
-
"name": "
|
|
567
|
-
"description": "
|
|
568
|
-
"value": { "type": "string", "default": "'true'" }
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "variant",
|
|
572
|
-
"description": "The variant of the accordion",
|
|
582
|
+
"name": "type",
|
|
583
|
+
"description": "The type of the badge",
|
|
573
584
|
"value": {
|
|
574
|
-
"type": "'
|
|
575
|
-
"default": "'
|
|
585
|
+
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'",
|
|
586
|
+
"default": "'neutral'"
|
|
576
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" }
|
|
577
598
|
}
|
|
578
599
|
],
|
|
579
600
|
"slots": [
|
|
580
|
-
{ "name": "", "description": "The content of the
|
|
601
|
+
{ "name": "", "description": "The content of the badge." },
|
|
602
|
+
{ "name": "icon", "description": "The icon of the badge." }
|
|
581
603
|
],
|
|
582
604
|
"events": [],
|
|
583
605
|
"js": {
|
|
584
606
|
"properties": [
|
|
585
607
|
{
|
|
586
|
-
"name": "
|
|
587
|
-
"description": "
|
|
588
|
-
"type": "
|
|
608
|
+
"name": "type",
|
|
609
|
+
"description": "The type of the badge",
|
|
610
|
+
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'"
|
|
589
611
|
},
|
|
590
612
|
{
|
|
591
|
-
"name": "
|
|
592
|
-
"description": "The
|
|
593
|
-
"type": "
|
|
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"
|
|
594
631
|
}
|
|
595
632
|
],
|
|
596
633
|
"events": []
|
|
597
634
|
}
|
|
598
635
|
},
|
|
599
|
-
{
|
|
600
|
-
"name": "dap-ds-anchor-heading",
|
|
601
|
-
"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.",
|
|
602
|
-
"doc-url": "",
|
|
603
|
-
"attributes": [
|
|
604
|
-
{
|
|
605
|
-
"name": "variant",
|
|
606
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
607
|
-
"value": { "type": "HeadingVariant" }
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "label",
|
|
611
|
-
"description": "The label of the heading.",
|
|
612
|
-
"value": { "type": "string" }
|
|
613
|
-
}
|
|
614
|
-
],
|
|
615
|
-
"events": [],
|
|
616
|
-
"js": {
|
|
617
|
-
"properties": [
|
|
618
|
-
{ "name": "variant", "type": "HeadingVariant" },
|
|
619
|
-
{ "name": "label", "type": "string" },
|
|
620
|
-
{ "name": "elementId" },
|
|
621
|
-
{ "name": "anchorTitle" }
|
|
622
|
-
],
|
|
623
|
-
"events": []
|
|
624
|
-
}
|
|
625
|
-
},
|
|
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",
|
|
@@ -1227,201 +1267,6 @@
|
|
|
1227
1267
|
]
|
|
1228
1268
|
}
|
|
1229
1269
|
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "dap-ds-checkbox",
|
|
1232
|
-
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
1233
|
-
"doc-url": "",
|
|
1234
|
-
"attributes": [
|
|
1235
|
-
{
|
|
1236
|
-
"name": "indeterminate",
|
|
1237
|
-
"description": "Whether the checkbox is indeterminate",
|
|
1238
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "preventDefault",
|
|
1242
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
1243
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"name": "border",
|
|
1247
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
1248
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "readonly",
|
|
1252
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1253
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "type",
|
|
1257
|
-
"description": "The type of the checkbox",
|
|
1258
|
-
"value": {
|
|
1259
|
-
"type": "'normal' | 'background'",
|
|
1260
|
-
"default": "'normal'"
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1263
|
-
],
|
|
1264
|
-
"events": [
|
|
1265
|
-
{
|
|
1266
|
-
"name": "dds-change",
|
|
1267
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1268
|
-
"description": "Fired when the checkbox is checked or unchecked."
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "dds-blur",
|
|
1272
|
-
"type": "{ void }",
|
|
1273
|
-
"description": "Emitted when the checkbox loses focus."
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"name": "dds-focus",
|
|
1277
|
-
"type": "{ void }",
|
|
1278
|
-
"description": "Emitted when the checkbox gains focus."
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"name": "dds-input",
|
|
1282
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1283
|
-
"description": "Emitted when the checkbox receives input."
|
|
1284
|
-
}
|
|
1285
|
-
],
|
|
1286
|
-
"js": {
|
|
1287
|
-
"properties": [
|
|
1288
|
-
{
|
|
1289
|
-
"name": "indeterminate",
|
|
1290
|
-
"description": "Whether the checkbox is indeterminate",
|
|
1291
|
-
"type": "boolean"
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "preventDefault",
|
|
1295
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
1296
|
-
"type": "boolean"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "border",
|
|
1300
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
1301
|
-
"type": "boolean"
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"name": "readonly",
|
|
1305
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1306
|
-
"type": "boolean"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "type",
|
|
1310
|
-
"description": "The type of the checkbox",
|
|
1311
|
-
"type": "'normal' | 'background'"
|
|
1312
|
-
},
|
|
1313
|
-
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
1314
|
-
{ "name": "feedbackId" },
|
|
1315
|
-
{
|
|
1316
|
-
"name": "name",
|
|
1317
|
-
"description": "The name of the checkbox.",
|
|
1318
|
-
"type": "string"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "value",
|
|
1322
|
-
"description": "The value of the checkbox.",
|
|
1323
|
-
"type": "string"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"name": "checked",
|
|
1327
|
-
"description": "Whether the checkbox is checked.",
|
|
1328
|
-
"type": "boolean"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "label",
|
|
1332
|
-
"description": "The label of the checkbox.",
|
|
1333
|
-
"type": "string"
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"name": "description",
|
|
1337
|
-
"description": "The description of the checkbox.",
|
|
1338
|
-
"type": "string"
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "disabled",
|
|
1342
|
-
"description": "Whether the checkbox is disabled.",
|
|
1343
|
-
"type": "boolean"
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"name": "required",
|
|
1347
|
-
"description": "Whether the checkbox is required.",
|
|
1348
|
-
"type": "boolean"
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "size",
|
|
1352
|
-
"description": "The size of the checkbox. Default is 'sm'.",
|
|
1353
|
-
"type": "'xs' | 'sm' | 'lg'"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "sizeMap",
|
|
1357
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1358
|
-
"type": "string"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"name": "labelPlacement",
|
|
1362
|
-
"description": "The placement of the label.",
|
|
1363
|
-
"type": "'left' | 'right'"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"name": "descriptionPlacement",
|
|
1367
|
-
"description": "The placement of the description.",
|
|
1368
|
-
"type": "'top' | 'bottom'"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"name": "subtle",
|
|
1372
|
-
"description": "The weight of the label.",
|
|
1373
|
-
"type": "boolean"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"name": "feedback",
|
|
1377
|
-
"description": "The feedback of the checkbox.",
|
|
1378
|
-
"type": "string"
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "feedbackType",
|
|
1382
|
-
"description": "The feedback type of the checkbox.",
|
|
1383
|
-
"type": "'negative' | 'positive' | 'warning'"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"name": "invalid",
|
|
1387
|
-
"description": "The invalid state of the checkbox.",
|
|
1388
|
-
"type": "boolean"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "optional",
|
|
1392
|
-
"description": "The optional state of the checkbox.",
|
|
1393
|
-
"type": "boolean"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"name": "optionalLabel",
|
|
1397
|
-
"description": "The optional label of the checkbox.",
|
|
1398
|
-
"type": "string"
|
|
1399
|
-
}
|
|
1400
|
-
],
|
|
1401
|
-
"events": [
|
|
1402
|
-
{
|
|
1403
|
-
"name": "dds-change",
|
|
1404
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1405
|
-
"description": "Fired when the checkbox is checked or unchecked."
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"name": "dds-blur",
|
|
1409
|
-
"type": "{ void }",
|
|
1410
|
-
"description": "Emitted when the checkbox loses focus."
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "dds-focus",
|
|
1414
|
-
"type": "{ void }",
|
|
1415
|
-
"description": "Emitted when the checkbox gains focus."
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "dds-input",
|
|
1419
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1420
|
-
"description": "Emitted when the checkbox receives input."
|
|
1421
|
-
}
|
|
1422
|
-
]
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
1270
|
{
|
|
1426
1271
|
"name": "dap-ds-card-actions",
|
|
1427
1272
|
"description": "A card actions is a container for actions in a card.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card actions.\n\n### **CSS Properties:**\n - **--dds-card-actions-gap** - The gap between items in the card actions. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-card-actions-padding-lg** - The padding for large size card actions. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-padding-md** - The padding for medium size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-padding-sm** - The padding for small size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-lg** - The margin for large size card actions spacing. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-margin-md** - The margin for medium size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-sm** - The margin for small size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card actions container.",
|
|
@@ -1735,27 +1580,222 @@
|
|
|
1735
1580
|
"type": "'_blank' | '_self' | '_parent' | '_top'"
|
|
1736
1581
|
},
|
|
1737
1582
|
{
|
|
1738
|
-
"name": "href",
|
|
1739
|
-
"description": "The URL of the card.",
|
|
1740
|
-
"type": "string"
|
|
1583
|
+
"name": "href",
|
|
1584
|
+
"description": "The URL of the card.",
|
|
1585
|
+
"type": "string"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "rel",
|
|
1589
|
+
"description": "The rel of the card link.",
|
|
1590
|
+
"type": "string"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "size",
|
|
1594
|
+
"description": "The size of the card. Default is `sm`.",
|
|
1595
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "sizeMap",
|
|
1599
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1600
|
+
"type": "string"
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"events": []
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "dap-ds-checkbox",
|
|
1608
|
+
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
1609
|
+
"doc-url": "",
|
|
1610
|
+
"attributes": [
|
|
1611
|
+
{
|
|
1612
|
+
"name": "indeterminate",
|
|
1613
|
+
"description": "Whether the checkbox is indeterminate",
|
|
1614
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "preventDefault",
|
|
1618
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
1619
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"name": "border",
|
|
1623
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
1624
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "readonly",
|
|
1628
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1629
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "type",
|
|
1633
|
+
"description": "The type of the checkbox",
|
|
1634
|
+
"value": {
|
|
1635
|
+
"type": "'normal' | 'background'",
|
|
1636
|
+
"default": "'normal'"
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
],
|
|
1640
|
+
"events": [
|
|
1641
|
+
{
|
|
1642
|
+
"name": "dds-change",
|
|
1643
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1644
|
+
"description": "Fired when the checkbox is checked or unchecked."
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "dds-blur",
|
|
1648
|
+
"type": "{ void }",
|
|
1649
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "dds-focus",
|
|
1653
|
+
"type": "{ void }",
|
|
1654
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "dds-input",
|
|
1658
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1659
|
+
"description": "Emitted when the checkbox receives input."
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"js": {
|
|
1663
|
+
"properties": [
|
|
1664
|
+
{
|
|
1665
|
+
"name": "indeterminate",
|
|
1666
|
+
"description": "Whether the checkbox is indeterminate",
|
|
1667
|
+
"type": "boolean"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "preventDefault",
|
|
1671
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
1672
|
+
"type": "boolean"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "border",
|
|
1676
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
1677
|
+
"type": "boolean"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "readonly",
|
|
1681
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1682
|
+
"type": "boolean"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "type",
|
|
1686
|
+
"description": "The type of the checkbox",
|
|
1687
|
+
"type": "'normal' | 'background'"
|
|
1688
|
+
},
|
|
1689
|
+
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
1690
|
+
{ "name": "feedbackId" },
|
|
1691
|
+
{
|
|
1692
|
+
"name": "name",
|
|
1693
|
+
"description": "The name of the checkbox.",
|
|
1694
|
+
"type": "string"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "value",
|
|
1698
|
+
"description": "The value of the checkbox.",
|
|
1699
|
+
"type": "string"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "checked",
|
|
1703
|
+
"description": "Whether the checkbox is checked.",
|
|
1704
|
+
"type": "boolean"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "label",
|
|
1708
|
+
"description": "The label of the checkbox.",
|
|
1709
|
+
"type": "string"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "description",
|
|
1713
|
+
"description": "The description of the checkbox.",
|
|
1714
|
+
"type": "string"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"name": "disabled",
|
|
1718
|
+
"description": "Whether the checkbox is disabled.",
|
|
1719
|
+
"type": "boolean"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "required",
|
|
1723
|
+
"description": "Whether the checkbox is required.",
|
|
1724
|
+
"type": "boolean"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "size",
|
|
1728
|
+
"description": "The size of the checkbox. Default is 'sm'.",
|
|
1729
|
+
"type": "'xs' | 'sm' | 'lg'"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "sizeMap",
|
|
1733
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1734
|
+
"type": "string"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"name": "labelPlacement",
|
|
1738
|
+
"description": "The placement of the label.",
|
|
1739
|
+
"type": "'left' | 'right'"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "descriptionPlacement",
|
|
1743
|
+
"description": "The placement of the description.",
|
|
1744
|
+
"type": "'top' | 'bottom'"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "subtle",
|
|
1748
|
+
"description": "The weight of the label.",
|
|
1749
|
+
"type": "boolean"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "feedback",
|
|
1753
|
+
"description": "The feedback of the checkbox.",
|
|
1754
|
+
"type": "string"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "feedbackType",
|
|
1758
|
+
"description": "The feedback type of the checkbox.",
|
|
1759
|
+
"type": "'negative' | 'positive' | 'warning'"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "invalid",
|
|
1763
|
+
"description": "The invalid state of the checkbox.",
|
|
1764
|
+
"type": "boolean"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "optional",
|
|
1768
|
+
"description": "The optional state of the checkbox.",
|
|
1769
|
+
"type": "boolean"
|
|
1741
1770
|
},
|
|
1742
1771
|
{
|
|
1743
|
-
"name": "
|
|
1744
|
-
"description": "The
|
|
1772
|
+
"name": "optionalLabel",
|
|
1773
|
+
"description": "The optional label of the checkbox.",
|
|
1745
1774
|
"type": "string"
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"events": [
|
|
1778
|
+
{
|
|
1779
|
+
"name": "dds-change",
|
|
1780
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1781
|
+
"description": "Fired when the checkbox is checked or unchecked."
|
|
1746
1782
|
},
|
|
1747
1783
|
{
|
|
1748
|
-
"name": "
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1784
|
+
"name": "dds-blur",
|
|
1785
|
+
"type": "{ void }",
|
|
1786
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1751
1787
|
},
|
|
1752
1788
|
{
|
|
1753
|
-
"name": "
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1789
|
+
"name": "dds-focus",
|
|
1790
|
+
"type": "{ void }",
|
|
1791
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "dds-input",
|
|
1795
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1796
|
+
"description": "Emitted when the checkbox receives input."
|
|
1756
1797
|
}
|
|
1757
|
-
]
|
|
1758
|
-
"events": []
|
|
1798
|
+
]
|
|
1759
1799
|
}
|
|
1760
1800
|
},
|
|
1761
1801
|
{
|
|
@@ -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.",
|
|
@@ -10748,123 +11066,55 @@
|
|
|
10748
11066
|
"description": "The custom class of the typography.",
|
|
10749
11067
|
"value": { "type": "string | undefined" }
|
|
10750
11068
|
},
|
|
10751
|
-
{
|
|
10752
|
-
"name": "anchor",
|
|
10753
|
-
"description": "Whether the typography is an anchor for the TOC component.",
|
|
10754
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10755
|
-
},
|
|
10756
|
-
{
|
|
10757
|
-
"name": "inverted",
|
|
10758
|
-
"description": "Whether the typography is inverted.",
|
|
10759
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10760
|
-
}
|
|
10761
|
-
],
|
|
10762
|
-
"slots": [
|
|
10763
|
-
{
|
|
10764
|
-
"name": "default",
|
|
10765
|
-
"description": "The content of the typography."
|
|
10766
|
-
}
|
|
10767
|
-
],
|
|
10768
|
-
"events": [],
|
|
10769
|
-
"js": {
|
|
10770
|
-
"properties": [
|
|
10771
|
-
{
|
|
10772
|
-
"name": "variant",
|
|
10773
|
-
"description": "The variant of the typography.",
|
|
10774
|
-
"type": "'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body' | 'caption' | 'description'"
|
|
10775
|
-
},
|
|
10776
|
-
{
|
|
10777
|
-
"name": "size",
|
|
10778
|
-
"description": "The size of the typography.",
|
|
10779
|
-
"type": "'xs' | 'sm' | 'md' | 'lg'"
|
|
10780
|
-
},
|
|
10781
|
-
{
|
|
10782
|
-
"name": "bodyAs",
|
|
10783
|
-
"description": "The html element of the body typography.",
|
|
10784
|
-
"type": "string | undefined"
|
|
10785
|
-
},
|
|
10786
|
-
{
|
|
10787
|
-
"name": "customClass",
|
|
10788
|
-
"description": "The custom class of the typography.",
|
|
10789
|
-
"type": "string | undefined"
|
|
10790
|
-
},
|
|
10791
|
-
{
|
|
10792
|
-
"name": "anchor",
|
|
10793
|
-
"description": "Whether the typography is an anchor for the TOC component.",
|
|
10794
|
-
"type": "boolean"
|
|
10795
|
-
},
|
|
10796
|
-
{
|
|
10797
|
-
"name": "inverted",
|
|
10798
|
-
"description": "Whether the typography is inverted.",
|
|
10799
|
-
"type": "boolean"
|
|
10800
|
-
}
|
|
10801
|
-
],
|
|
10802
|
-
"events": []
|
|
10803
|
-
}
|
|
10804
|
-
},
|
|
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'" }
|
|
11069
|
+
{
|
|
11070
|
+
"name": "anchor",
|
|
11071
|
+
"description": "Whether the typography is an anchor for the TOC component.",
|
|
11072
|
+
"value": { "type": "boolean", "default": "false" }
|
|
10819
11073
|
},
|
|
10820
11074
|
{
|
|
10821
|
-
"name": "
|
|
10822
|
-
"description": "Whether the
|
|
11075
|
+
"name": "inverted",
|
|
11076
|
+
"description": "Whether the typography is inverted.",
|
|
10823
11077
|
"value": { "type": "boolean", "default": "false" }
|
|
10824
11078
|
}
|
|
10825
11079
|
],
|
|
11080
|
+
"slots": [
|
|
11081
|
+
{
|
|
11082
|
+
"name": "default",
|
|
11083
|
+
"description": "The content of the typography."
|
|
11084
|
+
}
|
|
11085
|
+
],
|
|
10826
11086
|
"events": [],
|
|
10827
11087
|
"js": {
|
|
10828
11088
|
"properties": [
|
|
10829
11089
|
{
|
|
10830
|
-
"name": "
|
|
10831
|
-
"description": "The
|
|
10832
|
-
"type": "
|
|
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"
|
|
11090
|
+
"name": "variant",
|
|
11091
|
+
"description": "The variant of the typography.",
|
|
11092
|
+
"type": "'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body' | 'caption' | 'description'"
|
|
10838
11093
|
},
|
|
10839
11094
|
{
|
|
10840
|
-
"name": "
|
|
10841
|
-
"description": "
|
|
10842
|
-
"type": "
|
|
11095
|
+
"name": "size",
|
|
11096
|
+
"description": "The size of the typography.",
|
|
11097
|
+
"type": "'xs' | 'sm' | 'md' | 'lg'"
|
|
10843
11098
|
},
|
|
10844
11099
|
{
|
|
10845
|
-
"name": "
|
|
10846
|
-
"description": "
|
|
10847
|
-
"type": "string"
|
|
11100
|
+
"name": "bodyAs",
|
|
11101
|
+
"description": "The html element of the body typography.",
|
|
11102
|
+
"type": "string | undefined"
|
|
10848
11103
|
},
|
|
10849
11104
|
{
|
|
10850
|
-
"name": "
|
|
10851
|
-
"description": "
|
|
10852
|
-
"type": "
|
|
11105
|
+
"name": "customClass",
|
|
11106
|
+
"description": "The custom class of the typography.",
|
|
11107
|
+
"type": "string | undefined"
|
|
10853
11108
|
},
|
|
10854
11109
|
{
|
|
10855
|
-
"name": "
|
|
10856
|
-
"description": "
|
|
11110
|
+
"name": "anchor",
|
|
11111
|
+
"description": "Whether the typography is an anchor for the TOC component.",
|
|
10857
11112
|
"type": "boolean"
|
|
10858
11113
|
},
|
|
10859
11114
|
{
|
|
10860
|
-
"name": "
|
|
10861
|
-
"description": "
|
|
11115
|
+
"name": "inverted",
|
|
11116
|
+
"description": "Whether the typography is inverted.",
|
|
10862
11117
|
"type": "boolean"
|
|
10863
|
-
},
|
|
10864
|
-
{
|
|
10865
|
-
"name": "label",
|
|
10866
|
-
"description": "The label text.",
|
|
10867
|
-
"type": "string"
|
|
10868
11118
|
}
|
|
10869
11119
|
],
|
|
10870
11120
|
"events": []
|
|
@@ -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": [
|
|
@@ -11518,7 +11836,7 @@
|
|
|
11518
11836
|
}
|
|
11519
11837
|
},
|
|
11520
11838
|
{
|
|
11521
|
-
"name": "dap-ds-icon-arrow-
|
|
11839
|
+
"name": "dap-ds-icon-arrow-left-up-line",
|
|
11522
11840
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11523
11841
|
"doc-url": "",
|
|
11524
11842
|
"attributes": [
|
|
@@ -11571,7 +11889,7 @@
|
|
|
11571
11889
|
}
|
|
11572
11890
|
},
|
|
11573
11891
|
{
|
|
11574
|
-
"name": "dap-ds-icon-arrow-
|
|
11892
|
+
"name": "dap-ds-icon-arrow-right-down-line",
|
|
11575
11893
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11576
11894
|
"doc-url": "",
|
|
11577
11895
|
"attributes": [
|
|
@@ -11624,7 +11942,7 @@
|
|
|
11624
11942
|
}
|
|
11625
11943
|
},
|
|
11626
11944
|
{
|
|
11627
|
-
"name": "dap-ds-icon-arrow-right-line",
|
|
11945
|
+
"name": "dap-ds-icon-arrow-right-l-line",
|
|
11628
11946
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11629
11947
|
"doc-url": "",
|
|
11630
11948
|
"attributes": [
|
|
@@ -11677,7 +11995,7 @@
|
|
|
11677
11995
|
}
|
|
11678
11996
|
},
|
|
11679
11997
|
{
|
|
11680
|
-
"name": "dap-ds-icon-arrow-right-
|
|
11998
|
+
"name": "dap-ds-icon-arrow-right-line",
|
|
11681
11999
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11682
12000
|
"doc-url": "",
|
|
11683
12001
|
"attributes": [
|
|
@@ -12366,7 +12684,7 @@
|
|
|
12366
12684
|
}
|
|
12367
12685
|
},
|
|
12368
12686
|
{
|
|
12369
|
-
"name": "dap-ds-icon-
|
|
12687
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
12370
12688
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12371
12689
|
"doc-url": "",
|
|
12372
12690
|
"attributes": [
|
|
@@ -12419,7 +12737,7 @@
|
|
|
12419
12737
|
}
|
|
12420
12738
|
},
|
|
12421
12739
|
{
|
|
12422
|
-
"name": "dap-ds-icon-
|
|
12740
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
12423
12741
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12424
12742
|
"doc-url": "",
|
|
12425
12743
|
"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": [
|
|
@@ -12578,7 +12896,7 @@
|
|
|
12578
12896
|
}
|
|
12579
12897
|
},
|
|
12580
12898
|
{
|
|
12581
|
-
"name": "dap-ds-icon-file-
|
|
12899
|
+
"name": "dap-ds-icon-file-text-line",
|
|
12582
12900
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12583
12901
|
"doc-url": "",
|
|
12584
12902
|
"attributes": [
|
|
@@ -12631,7 +12949,7 @@
|
|
|
12631
12949
|
}
|
|
12632
12950
|
},
|
|
12633
12951
|
{
|
|
12634
|
-
"name": "dap-ds-icon-file-
|
|
12952
|
+
"name": "dap-ds-icon-file-video-line",
|
|
12635
12953
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12636
12954
|
"doc-url": "",
|
|
12637
12955
|
"attributes": [
|
|
@@ -12684,7 +13002,7 @@
|
|
|
12684
13002
|
}
|
|
12685
13003
|
},
|
|
12686
13004
|
{
|
|
12687
|
-
"name": "dap-ds-icon-
|
|
13005
|
+
"name": "dap-ds-icon-folder-line",
|
|
12688
13006
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12689
13007
|
"doc-url": "",
|
|
12690
13008
|
"attributes": [
|
|
@@ -12737,7 +13055,7 @@
|
|
|
12737
13055
|
}
|
|
12738
13056
|
},
|
|
12739
13057
|
{
|
|
12740
|
-
"name": "dap-ds-icon-folder-line",
|
|
13058
|
+
"name": "dap-ds-icon-folder-open-line",
|
|
12741
13059
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12742
13060
|
"doc-url": "",
|
|
12743
13061
|
"attributes": [
|
|
@@ -12790,7 +13108,7 @@
|
|
|
12790
13108
|
}
|
|
12791
13109
|
},
|
|
12792
13110
|
{
|
|
12793
|
-
"name": "dap-ds-icon-
|
|
13111
|
+
"name": "dap-ds-icon-separator",
|
|
12794
13112
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12795
13113
|
"doc-url": "",
|
|
12796
13114
|
"attributes": [
|
|
@@ -13002,7 +13320,7 @@
|
|
|
13002
13320
|
}
|
|
13003
13321
|
},
|
|
13004
13322
|
{
|
|
13005
|
-
"name": "dap-ds-icon-
|
|
13323
|
+
"name": "dap-ds-icon-add-line",
|
|
13006
13324
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13007
13325
|
"doc-url": "",
|
|
13008
13326
|
"attributes": [
|
|
@@ -13055,7 +13373,7 @@
|
|
|
13055
13373
|
}
|
|
13056
13374
|
},
|
|
13057
13375
|
{
|
|
13058
|
-
"name": "dap-ds-icon-
|
|
13376
|
+
"name": "dap-ds-icon-alert-fill",
|
|
13059
13377
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13060
13378
|
"doc-url": "",
|
|
13061
13379
|
"attributes": [
|
|
@@ -13108,7 +13426,7 @@
|
|
|
13108
13426
|
}
|
|
13109
13427
|
},
|
|
13110
13428
|
{
|
|
13111
|
-
"name": "dap-ds-icon-
|
|
13429
|
+
"name": "dap-ds-icon-alert-line",
|
|
13112
13430
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13113
13431
|
"doc-url": "",
|
|
13114
13432
|
"attributes": [
|
|
@@ -13161,7 +13479,7 @@
|
|
|
13161
13479
|
}
|
|
13162
13480
|
},
|
|
13163
13481
|
{
|
|
13164
|
-
"name": "dap-ds-icon-
|
|
13482
|
+
"name": "dap-ds-icon-check-line",
|
|
13165
13483
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13166
13484
|
"doc-url": "",
|
|
13167
13485
|
"attributes": [
|
|
@@ -13214,7 +13532,7 @@
|
|
|
13214
13532
|
}
|
|
13215
13533
|
},
|
|
13216
13534
|
{
|
|
13217
|
-
"name": "dap-ds-icon-
|
|
13535
|
+
"name": "dap-ds-icon-check-line2",
|
|
13218
13536
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13219
13537
|
"doc-url": "",
|
|
13220
13538
|
"attributes": [
|
|
@@ -13267,7 +13585,7 @@
|
|
|
13267
13585
|
}
|
|
13268
13586
|
},
|
|
13269
13587
|
{
|
|
13270
|
-
"name": "dap-ds-icon-
|
|
13588
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill",
|
|
13271
13589
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13272
13590
|
"doc-url": "",
|
|
13273
13591
|
"attributes": [
|
|
@@ -13320,7 +13638,7 @@
|
|
|
13320
13638
|
}
|
|
13321
13639
|
},
|
|
13322
13640
|
{
|
|
13323
|
-
"name": "dap-ds-icon-
|
|
13641
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill-check",
|
|
13324
13642
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13325
13643
|
"doc-url": "",
|
|
13326
13644
|
"attributes": [
|
|
@@ -13373,7 +13691,7 @@
|
|
|
13373
13691
|
}
|
|
13374
13692
|
},
|
|
13375
13693
|
{
|
|
13376
|
-
"name": "dap-ds-icon-
|
|
13694
|
+
"name": "dap-ds-icon-checkbox-blank-circle-line",
|
|
13377
13695
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13378
13696
|
"doc-url": "",
|
|
13379
13697
|
"attributes": [
|
|
@@ -13426,7 +13744,7 @@
|
|
|
13426
13744
|
}
|
|
13427
13745
|
},
|
|
13428
13746
|
{
|
|
13429
|
-
"name": "dap-ds-icon-
|
|
13747
|
+
"name": "dap-ds-icon-checkbox-circle-fill",
|
|
13430
13748
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13431
13749
|
"doc-url": "",
|
|
13432
13750
|
"attributes": [
|
|
@@ -13479,7 +13797,7 @@
|
|
|
13479
13797
|
}
|
|
13480
13798
|
},
|
|
13481
13799
|
{
|
|
13482
|
-
"name": "dap-ds-icon-checkbox-
|
|
13800
|
+
"name": "dap-ds-icon-checkbox-circle-line",
|
|
13483
13801
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13484
13802
|
"doc-url": "",
|
|
13485
13803
|
"attributes": [
|
|
@@ -13532,7 +13850,7 @@
|
|
|
13532
13850
|
}
|
|
13533
13851
|
},
|
|
13534
13852
|
{
|
|
13535
|
-
"name": "dap-ds-icon-
|
|
13853
|
+
"name": "dap-ds-icon-close-circle-fill",
|
|
13536
13854
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13537
13855
|
"doc-url": "",
|
|
13538
13856
|
"attributes": [
|
|
@@ -13585,7 +13903,7 @@
|
|
|
13585
13903
|
}
|
|
13586
13904
|
},
|
|
13587
13905
|
{
|
|
13588
|
-
"name": "dap-ds-icon-
|
|
13906
|
+
"name": "dap-ds-icon-close-circle-line",
|
|
13589
13907
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13590
13908
|
"doc-url": "",
|
|
13591
13909
|
"attributes": [
|
|
@@ -13638,7 +13956,7 @@
|
|
|
13638
13956
|
}
|
|
13639
13957
|
},
|
|
13640
13958
|
{
|
|
13641
|
-
"name": "dap-ds-icon-
|
|
13959
|
+
"name": "dap-ds-icon-close-fill",
|
|
13642
13960
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13643
13961
|
"doc-url": "",
|
|
13644
13962
|
"attributes": [
|
|
@@ -13691,7 +14009,7 @@
|
|
|
13691
14009
|
}
|
|
13692
14010
|
},
|
|
13693
14011
|
{
|
|
13694
|
-
"name": "dap-ds-icon-
|
|
14012
|
+
"name": "dap-ds-icon-close-line",
|
|
13695
14013
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13696
14014
|
"doc-url": "",
|
|
13697
14015
|
"attributes": [
|
|
@@ -13744,7 +14062,7 @@
|
|
|
13744
14062
|
}
|
|
13745
14063
|
},
|
|
13746
14064
|
{
|
|
13747
|
-
"name": "dap-ds-icon-
|
|
14065
|
+
"name": "dap-ds-icon-delete-bin-fill",
|
|
13748
14066
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13749
14067
|
"doc-url": "",
|
|
13750
14068
|
"attributes": [
|
|
@@ -13797,7 +14115,7 @@
|
|
|
13797
14115
|
}
|
|
13798
14116
|
},
|
|
13799
14117
|
{
|
|
13800
|
-
"name": "dap-ds-icon-
|
|
14118
|
+
"name": "dap-ds-icon-delete-bin-line",
|
|
13801
14119
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13802
14120
|
"doc-url": "",
|
|
13803
14121
|
"attributes": [
|
|
@@ -13850,7 +14168,7 @@
|
|
|
13850
14168
|
}
|
|
13851
14169
|
},
|
|
13852
14170
|
{
|
|
13853
|
-
"name": "dap-ds-icon-
|
|
14171
|
+
"name": "dap-ds-icon-download-line",
|
|
13854
14172
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13855
14173
|
"doc-url": "",
|
|
13856
14174
|
"attributes": [
|
|
@@ -13903,7 +14221,7 @@
|
|
|
13903
14221
|
}
|
|
13904
14222
|
},
|
|
13905
14223
|
{
|
|
13906
|
-
"name": "dap-ds-icon-
|
|
14224
|
+
"name": "dap-ds-icon-error-warning-fill",
|
|
13907
14225
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13908
14226
|
"doc-url": "",
|
|
13909
14227
|
"attributes": [
|
|
@@ -13956,7 +14274,7 @@
|
|
|
13956
14274
|
}
|
|
13957
14275
|
},
|
|
13958
14276
|
{
|
|
13959
|
-
"name": "dap-ds-icon-
|
|
14277
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
13960
14278
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13961
14279
|
"doc-url": "",
|
|
13962
14280
|
"attributes": [
|
|
@@ -14009,7 +14327,7 @@
|
|
|
14009
14327
|
}
|
|
14010
14328
|
},
|
|
14011
14329
|
{
|
|
14012
|
-
"name": "dap-ds-icon-
|
|
14330
|
+
"name": "dap-ds-icon-external-link-line",
|
|
14013
14331
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14014
14332
|
"doc-url": "",
|
|
14015
14333
|
"attributes": [
|
|
@@ -14062,7 +14380,7 @@
|
|
|
14062
14380
|
}
|
|
14063
14381
|
},
|
|
14064
14382
|
{
|
|
14065
|
-
"name": "dap-ds-icon-
|
|
14383
|
+
"name": "dap-ds-icon-eye-line",
|
|
14066
14384
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14067
14385
|
"doc-url": "",
|
|
14068
14386
|
"attributes": [
|
|
@@ -14115,7 +14433,7 @@
|
|
|
14115
14433
|
}
|
|
14116
14434
|
},
|
|
14117
14435
|
{
|
|
14118
|
-
"name": "dap-ds-icon-
|
|
14436
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
14119
14437
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14120
14438
|
"doc-url": "",
|
|
14121
14439
|
"attributes": [
|
|
@@ -14168,7 +14486,7 @@
|
|
|
14168
14486
|
}
|
|
14169
14487
|
},
|
|
14170
14488
|
{
|
|
14171
|
-
"name": "dap-ds-icon-
|
|
14489
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
14172
14490
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14173
14491
|
"doc-url": "",
|
|
14174
14492
|
"attributes": [
|
|
@@ -14221,7 +14539,7 @@
|
|
|
14221
14539
|
}
|
|
14222
14540
|
},
|
|
14223
14541
|
{
|
|
14224
|
-
"name": "dap-ds-icon-
|
|
14542
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
14225
14543
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14226
14544
|
"doc-url": "",
|
|
14227
14545
|
"attributes": [
|
|
@@ -14274,7 +14592,7 @@
|
|
|
14274
14592
|
}
|
|
14275
14593
|
},
|
|
14276
14594
|
{
|
|
14277
|
-
"name": "dap-ds-icon-
|
|
14595
|
+
"name": "dap-ds-icon-information-fill",
|
|
14278
14596
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14279
14597
|
"doc-url": "",
|
|
14280
14598
|
"attributes": [
|
|
@@ -14327,7 +14645,7 @@
|
|
|
14327
14645
|
}
|
|
14328
14646
|
},
|
|
14329
14647
|
{
|
|
14330
|
-
"name": "dap-ds-icon-
|
|
14648
|
+
"name": "dap-ds-icon-information-line",
|
|
14331
14649
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14332
14650
|
"doc-url": "",
|
|
14333
14651
|
"attributes": [
|
|
@@ -14380,7 +14698,7 @@
|
|
|
14380
14698
|
}
|
|
14381
14699
|
},
|
|
14382
14700
|
{
|
|
14383
|
-
"name": "dap-ds-icon-
|
|
14701
|
+
"name": "dap-ds-icon-lightbulb-fill",
|
|
14384
14702
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14385
14703
|
"doc-url": "",
|
|
14386
14704
|
"attributes": [
|
|
@@ -14433,7 +14751,7 @@
|
|
|
14433
14751
|
}
|
|
14434
14752
|
},
|
|
14435
14753
|
{
|
|
14436
|
-
"name": "dap-ds-icon-
|
|
14754
|
+
"name": "dap-ds-icon-loading-spinner",
|
|
14437
14755
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14438
14756
|
"doc-url": "",
|
|
14439
14757
|
"attributes": [
|
|
@@ -14486,7 +14804,7 @@
|
|
|
14486
14804
|
}
|
|
14487
14805
|
},
|
|
14488
14806
|
{
|
|
14489
|
-
"name": "dap-ds-icon-
|
|
14807
|
+
"name": "dap-ds-icon-lock-fill",
|
|
14490
14808
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14491
14809
|
"doc-url": "",
|
|
14492
14810
|
"attributes": [
|
|
@@ -14539,7 +14857,7 @@
|
|
|
14539
14857
|
}
|
|
14540
14858
|
},
|
|
14541
14859
|
{
|
|
14542
|
-
"name": "dap-ds-icon-
|
|
14860
|
+
"name": "dap-ds-icon-lock-line",
|
|
14543
14861
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14544
14862
|
"doc-url": "",
|
|
14545
14863
|
"attributes": [
|
|
@@ -14592,7 +14910,7 @@
|
|
|
14592
14910
|
}
|
|
14593
14911
|
},
|
|
14594
14912
|
{
|
|
14595
|
-
"name": "dap-ds-icon-
|
|
14913
|
+
"name": "dap-ds-icon-menu-line",
|
|
14596
14914
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14597
14915
|
"doc-url": "",
|
|
14598
14916
|
"attributes": [
|
|
@@ -14645,7 +14963,7 @@
|
|
|
14645
14963
|
}
|
|
14646
14964
|
},
|
|
14647
14965
|
{
|
|
14648
|
-
"name": "dap-ds-icon-
|
|
14966
|
+
"name": "dap-ds-icon-menu-line-s",
|
|
14649
14967
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14650
14968
|
"doc-url": "",
|
|
14651
14969
|
"attributes": [
|
|
@@ -14698,7 +15016,7 @@
|
|
|
14698
15016
|
}
|
|
14699
15017
|
},
|
|
14700
15018
|
{
|
|
14701
|
-
"name": "dap-ds-icon-
|
|
15019
|
+
"name": "dap-ds-icon-more-2-line",
|
|
14702
15020
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14703
15021
|
"doc-url": "",
|
|
14704
15022
|
"attributes": [
|
|
@@ -14751,7 +15069,7 @@
|
|
|
14751
15069
|
}
|
|
14752
15070
|
},
|
|
14753
15071
|
{
|
|
14754
|
-
"name": "dap-ds-icon-
|
|
15072
|
+
"name": "dap-ds-icon-more-line",
|
|
14755
15073
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14756
15074
|
"doc-url": "",
|
|
14757
15075
|
"attributes": [
|
|
@@ -14804,7 +15122,7 @@
|
|
|
14804
15122
|
}
|
|
14805
15123
|
},
|
|
14806
15124
|
{
|
|
14807
|
-
"name": "dap-ds-icon-
|
|
15125
|
+
"name": "dap-ds-icon-search-line",
|
|
14808
15126
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14809
15127
|
"doc-url": "",
|
|
14810
15128
|
"attributes": [
|
|
@@ -14857,7 +15175,7 @@
|
|
|
14857
15175
|
}
|
|
14858
15176
|
},
|
|
14859
15177
|
{
|
|
14860
|
-
"name": "dap-ds-icon-
|
|
15178
|
+
"name": "dap-ds-icon-share-line",
|
|
14861
15179
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14862
15180
|
"doc-url": "",
|
|
14863
15181
|
"attributes": [
|
|
@@ -14910,7 +15228,7 @@
|
|
|
14910
15228
|
}
|
|
14911
15229
|
},
|
|
14912
15230
|
{
|
|
14913
|
-
"name": "dap-ds-icon-
|
|
15231
|
+
"name": "dap-ds-icon-shield-check-fill",
|
|
14914
15232
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14915
15233
|
"doc-url": "",
|
|
14916
15234
|
"attributes": [
|
|
@@ -14963,7 +15281,7 @@
|
|
|
14963
15281
|
}
|
|
14964
15282
|
},
|
|
14965
15283
|
{
|
|
14966
|
-
"name": "dap-ds-icon-
|
|
15284
|
+
"name": "dap-ds-icon-shield-check-line",
|
|
14967
15285
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14968
15286
|
"doc-url": "",
|
|
14969
15287
|
"attributes": [
|
|
@@ -15016,7 +15334,7 @@
|
|
|
15016
15334
|
}
|
|
15017
15335
|
},
|
|
15018
15336
|
{
|
|
15019
|
-
"name": "dap-ds-icon-
|
|
15337
|
+
"name": "dap-ds-icon-star-fill",
|
|
15020
15338
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15021
15339
|
"doc-url": "",
|
|
15022
15340
|
"attributes": [
|
|
@@ -15069,7 +15387,7 @@
|
|
|
15069
15387
|
}
|
|
15070
15388
|
},
|
|
15071
15389
|
{
|
|
15072
|
-
"name": "dap-ds-icon-
|
|
15390
|
+
"name": "dap-ds-icon-subtract-line",
|
|
15073
15391
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15074
15392
|
"doc-url": "",
|
|
15075
15393
|
"attributes": [
|
|
@@ -15122,7 +15440,7 @@
|
|
|
15122
15440
|
}
|
|
15123
15441
|
},
|
|
15124
15442
|
{
|
|
15125
|
-
"name": "dap-ds-icon-
|
|
15443
|
+
"name": "dap-ds-icon-subtract-line2",
|
|
15126
15444
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15127
15445
|
"doc-url": "",
|
|
15128
15446
|
"attributes": [
|
|
@@ -15175,7 +15493,7 @@
|
|
|
15175
15493
|
}
|
|
15176
15494
|
},
|
|
15177
15495
|
{
|
|
15178
|
-
"name": "dap-ds-icon-
|
|
15496
|
+
"name": "dap-ds-icon-time-fill",
|
|
15179
15497
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15180
15498
|
"doc-url": "",
|
|
15181
15499
|
"attributes": [
|
|
@@ -15228,7 +15546,7 @@
|
|
|
15228
15546
|
}
|
|
15229
15547
|
},
|
|
15230
15548
|
{
|
|
15231
|
-
"name": "dap-ds-icon-
|
|
15549
|
+
"name": "dap-ds-icon-time-line",
|
|
15232
15550
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15233
15551
|
"doc-url": "",
|
|
15234
15552
|
"attributes": [
|
|
@@ -15281,7 +15599,7 @@
|
|
|
15281
15599
|
}
|
|
15282
15600
|
},
|
|
15283
15601
|
{
|
|
15284
|
-
"name": "dap-ds-icon-
|
|
15602
|
+
"name": "dap-ds-icon-upload-2-fill",
|
|
15285
15603
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15286
15604
|
"doc-url": "",
|
|
15287
15605
|
"attributes": [
|
|
@@ -15334,7 +15652,7 @@
|
|
|
15334
15652
|
}
|
|
15335
15653
|
},
|
|
15336
15654
|
{
|
|
15337
|
-
"name": "dap-ds-icon-
|
|
15655
|
+
"name": "dap-ds-icon-upload-2-line",
|
|
15338
15656
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15339
15657
|
"doc-url": "",
|
|
15340
15658
|
"attributes": [
|
|
@@ -15387,7 +15705,7 @@
|
|
|
15387
15705
|
}
|
|
15388
15706
|
},
|
|
15389
15707
|
{
|
|
15390
|
-
"name": "dap-ds-icon-
|
|
15708
|
+
"name": "dap-ds-icon-upload-line",
|
|
15391
15709
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15392
15710
|
"doc-url": "",
|
|
15393
15711
|
"attributes": [
|
|
@@ -15440,7 +15758,7 @@
|
|
|
15440
15758
|
}
|
|
15441
15759
|
},
|
|
15442
15760
|
{
|
|
15443
|
-
"name": "dap-ds-icon-
|
|
15761
|
+
"name": "dap-ds-icon-zoom-in-line",
|
|
15444
15762
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15445
15763
|
"doc-url": "",
|
|
15446
15764
|
"attributes": [
|
|
@@ -15493,7 +15811,7 @@
|
|
|
15493
15811
|
}
|
|
15494
15812
|
},
|
|
15495
15813
|
{
|
|
15496
|
-
"name": "dap-ds-icon-
|
|
15814
|
+
"name": "dap-ds-icon-zoom-out-line",
|
|
15497
15815
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15498
15816
|
"doc-url": "",
|
|
15499
15817
|
"attributes": [
|
|
@@ -15546,7 +15864,7 @@
|
|
|
15546
15864
|
}
|
|
15547
15865
|
},
|
|
15548
15866
|
{
|
|
15549
|
-
"name": "dap-ds-icon-
|
|
15867
|
+
"name": "dap-ds-icon-account-circle-fill",
|
|
15550
15868
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15551
15869
|
"doc-url": "",
|
|
15552
15870
|
"attributes": [
|
|
@@ -15599,7 +15917,7 @@
|
|
|
15599
15917
|
}
|
|
15600
15918
|
},
|
|
15601
15919
|
{
|
|
15602
|
-
"name": "dap-ds-icon-
|
|
15920
|
+
"name": "dap-ds-icon-account-circle-line",
|
|
15603
15921
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15604
15922
|
"doc-url": "",
|
|
15605
15923
|
"attributes": [
|
|
@@ -15652,7 +15970,7 @@
|
|
|
15652
15970
|
}
|
|
15653
15971
|
},
|
|
15654
15972
|
{
|
|
15655
|
-
"name": "dap-ds-icon-
|
|
15973
|
+
"name": "dap-ds-icon-user-fill",
|
|
15656
15974
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15657
15975
|
"doc-url": "",
|
|
15658
15976
|
"attributes": [
|
|
@@ -15705,7 +16023,7 @@
|
|
|
15705
16023
|
}
|
|
15706
16024
|
},
|
|
15707
16025
|
{
|
|
15708
|
-
"name": "dap-ds-icon-
|
|
16026
|
+
"name": "dap-ds-icon-user-line",
|
|
15709
16027
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15710
16028
|
"doc-url": "",
|
|
15711
16029
|
"attributes": [
|