dap-design-system 0.35.16 → 0.35.18
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/dds.d.ts +2 -180
- package/dist/dds.js +2032 -2205
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +418 -536
- package/dist/manifest/vscode.html-custom-data.json +246 -541
- package/dist/manifest/web-types.json +823 -1413
- package/dist/react-types.ts +7 -7
- package/dist/react.d.ts +2 -240
- package/dist/react.js +91 -91
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/dds.d.ts
CHANGED
|
@@ -72,7 +72,6 @@ export declare const anchorClass = "dds-anchor";
|
|
|
72
72
|
*
|
|
73
73
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
74
74
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
75
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
76
75
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
77
76
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
78
77
|
*
|
|
@@ -83,8 +82,6 @@ export declare class ArrowsArrowDownLine extends DdsElement {
|
|
|
83
82
|
size?: number | undefined;
|
|
84
83
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
85
84
|
selected?: boolean;
|
|
86
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
87
|
-
decorative?: boolean;
|
|
88
85
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
89
86
|
accessibilityTitle?: string;
|
|
90
87
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -104,7 +101,6 @@ export declare class ArrowsArrowDownLine extends DdsElement {
|
|
|
104
101
|
*
|
|
105
102
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
106
103
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
107
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
108
104
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
109
105
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
110
106
|
*
|
|
@@ -115,8 +111,6 @@ export declare class ArrowsArrowDownSFill extends DdsElement {
|
|
|
115
111
|
size?: number | undefined;
|
|
116
112
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
117
113
|
selected?: boolean;
|
|
118
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
119
|
-
decorative?: boolean;
|
|
120
114
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
121
115
|
accessibilityTitle?: string;
|
|
122
116
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -136,7 +130,6 @@ export declare class ArrowsArrowDownSFill extends DdsElement {
|
|
|
136
130
|
*
|
|
137
131
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
138
132
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
139
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
140
133
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
141
134
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
142
135
|
*
|
|
@@ -147,8 +140,6 @@ export declare class ArrowsArrowDownSLine extends DdsElement {
|
|
|
147
140
|
size?: number | undefined;
|
|
148
141
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
149
142
|
selected?: boolean;
|
|
150
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
151
|
-
decorative?: boolean;
|
|
152
143
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
153
144
|
accessibilityTitle?: string;
|
|
154
145
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -168,7 +159,6 @@ export declare class ArrowsArrowDownSLine extends DdsElement {
|
|
|
168
159
|
*
|
|
169
160
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
170
161
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
171
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
172
162
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
173
163
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
174
164
|
*
|
|
@@ -179,8 +169,6 @@ export declare class ArrowsArrowLeftDownLine extends DdsElement {
|
|
|
179
169
|
size?: number | undefined;
|
|
180
170
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
181
171
|
selected?: boolean;
|
|
182
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
183
|
-
decorative?: boolean;
|
|
184
172
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
185
173
|
accessibilityTitle?: string;
|
|
186
174
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -200,7 +188,6 @@ export declare class ArrowsArrowLeftDownLine extends DdsElement {
|
|
|
200
188
|
*
|
|
201
189
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
202
190
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
203
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
204
191
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
205
192
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
206
193
|
*
|
|
@@ -211,8 +198,6 @@ export declare class ArrowsArrowLeftLine extends DdsElement {
|
|
|
211
198
|
size?: number | undefined;
|
|
212
199
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
213
200
|
selected?: boolean;
|
|
214
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
215
|
-
decorative?: boolean;
|
|
216
201
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
217
202
|
accessibilityTitle?: string;
|
|
218
203
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -232,7 +217,6 @@ export declare class ArrowsArrowLeftLine extends DdsElement {
|
|
|
232
217
|
*
|
|
233
218
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
234
219
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
235
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
236
220
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
237
221
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
238
222
|
*
|
|
@@ -243,8 +227,6 @@ export declare class ArrowsArrowLeftLLine extends DdsElement {
|
|
|
243
227
|
size?: number | undefined;
|
|
244
228
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
245
229
|
selected?: boolean;
|
|
246
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
247
|
-
decorative?: boolean;
|
|
248
230
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
249
231
|
accessibilityTitle?: string;
|
|
250
232
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -264,7 +246,6 @@ export declare class ArrowsArrowLeftLLine extends DdsElement {
|
|
|
264
246
|
*
|
|
265
247
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
266
248
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
267
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
268
249
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
269
250
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
270
251
|
*
|
|
@@ -275,8 +256,6 @@ export declare class ArrowsArrowLeftSFill extends DdsElement {
|
|
|
275
256
|
size?: number | undefined;
|
|
276
257
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
277
258
|
selected?: boolean;
|
|
278
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
279
|
-
decorative?: boolean;
|
|
280
259
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
281
260
|
accessibilityTitle?: string;
|
|
282
261
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -296,7 +275,6 @@ export declare class ArrowsArrowLeftSFill extends DdsElement {
|
|
|
296
275
|
*
|
|
297
276
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
298
277
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
299
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
300
278
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
301
279
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
302
280
|
*
|
|
@@ -307,8 +285,6 @@ export declare class ArrowsArrowLeftSLine extends DdsElement {
|
|
|
307
285
|
size?: number | undefined;
|
|
308
286
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
309
287
|
selected?: boolean;
|
|
310
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
311
|
-
decorative?: boolean;
|
|
312
288
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
313
289
|
accessibilityTitle?: string;
|
|
314
290
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -328,7 +304,6 @@ export declare class ArrowsArrowLeftSLine extends DdsElement {
|
|
|
328
304
|
*
|
|
329
305
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
330
306
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
331
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
332
307
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
333
308
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
334
309
|
*
|
|
@@ -339,8 +314,6 @@ export declare class ArrowsArrowLeftUpLine extends DdsElement {
|
|
|
339
314
|
size?: number | undefined;
|
|
340
315
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
341
316
|
selected?: boolean;
|
|
342
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
343
|
-
decorative?: boolean;
|
|
344
317
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
345
318
|
accessibilityTitle?: string;
|
|
346
319
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -360,7 +333,6 @@ export declare class ArrowsArrowLeftUpLine extends DdsElement {
|
|
|
360
333
|
*
|
|
361
334
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
362
335
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
363
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
364
336
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
365
337
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
366
338
|
*
|
|
@@ -371,8 +343,6 @@ export declare class ArrowsArrowRightDownLine extends DdsElement {
|
|
|
371
343
|
size?: number | undefined;
|
|
372
344
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
373
345
|
selected?: boolean;
|
|
374
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
375
|
-
decorative?: boolean;
|
|
376
346
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
377
347
|
accessibilityTitle?: string;
|
|
378
348
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -392,7 +362,6 @@ export declare class ArrowsArrowRightDownLine extends DdsElement {
|
|
|
392
362
|
*
|
|
393
363
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
394
364
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
395
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
396
365
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
397
366
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
398
367
|
*
|
|
@@ -403,8 +372,6 @@ export declare class ArrowsArrowRightLine extends DdsElement {
|
|
|
403
372
|
size?: number | undefined;
|
|
404
373
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
405
374
|
selected?: boolean;
|
|
406
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
407
|
-
decorative?: boolean;
|
|
408
375
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
409
376
|
accessibilityTitle?: string;
|
|
410
377
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -424,7 +391,6 @@ export declare class ArrowsArrowRightLine extends DdsElement {
|
|
|
424
391
|
*
|
|
425
392
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
426
393
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
427
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
428
394
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
429
395
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
430
396
|
*
|
|
@@ -435,8 +401,6 @@ export declare class ArrowsArrowRightLLine extends DdsElement {
|
|
|
435
401
|
size?: number | undefined;
|
|
436
402
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
437
403
|
selected?: boolean;
|
|
438
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
439
|
-
decorative?: boolean;
|
|
440
404
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
441
405
|
accessibilityTitle?: string;
|
|
442
406
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -456,7 +420,6 @@ export declare class ArrowsArrowRightLLine extends DdsElement {
|
|
|
456
420
|
*
|
|
457
421
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
458
422
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
459
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
460
423
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
461
424
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
462
425
|
*
|
|
@@ -467,8 +430,6 @@ export declare class ArrowsArrowRightSFill extends DdsElement {
|
|
|
467
430
|
size?: number | undefined;
|
|
468
431
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
469
432
|
selected?: boolean;
|
|
470
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
471
|
-
decorative?: boolean;
|
|
472
433
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
473
434
|
accessibilityTitle?: string;
|
|
474
435
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -488,7 +449,6 @@ export declare class ArrowsArrowRightSFill extends DdsElement {
|
|
|
488
449
|
*
|
|
489
450
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
490
451
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
491
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
492
452
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
493
453
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
494
454
|
*
|
|
@@ -499,8 +459,6 @@ export declare class ArrowsArrowRightSLine extends DdsElement {
|
|
|
499
459
|
size?: number | undefined;
|
|
500
460
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
501
461
|
selected?: boolean;
|
|
502
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
503
|
-
decorative?: boolean;
|
|
504
462
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
505
463
|
accessibilityTitle?: string;
|
|
506
464
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -520,7 +478,6 @@ export declare class ArrowsArrowRightSLine extends DdsElement {
|
|
|
520
478
|
*
|
|
521
479
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
522
480
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
523
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
524
481
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
525
482
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
526
483
|
*
|
|
@@ -531,8 +488,6 @@ export declare class ArrowsArrowRightUpLine extends DdsElement {
|
|
|
531
488
|
size?: number | undefined;
|
|
532
489
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
533
490
|
selected?: boolean;
|
|
534
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
535
|
-
decorative?: boolean;
|
|
536
491
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
537
492
|
accessibilityTitle?: string;
|
|
538
493
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -552,7 +507,6 @@ export declare class ArrowsArrowRightUpLine extends DdsElement {
|
|
|
552
507
|
*
|
|
553
508
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
554
509
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
555
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
556
510
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
557
511
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
558
512
|
*
|
|
@@ -563,8 +517,6 @@ export declare class ArrowsArrowUpLine extends DdsElement {
|
|
|
563
517
|
size?: number | undefined;
|
|
564
518
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
565
519
|
selected?: boolean;
|
|
566
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
567
|
-
decorative?: boolean;
|
|
568
520
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
569
521
|
accessibilityTitle?: string;
|
|
570
522
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -584,7 +536,6 @@ export declare class ArrowsArrowUpLine extends DdsElement {
|
|
|
584
536
|
*
|
|
585
537
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
586
538
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
587
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
588
539
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
589
540
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
590
541
|
*
|
|
@@ -595,8 +546,6 @@ export declare class ArrowsArrowUpSFill extends DdsElement {
|
|
|
595
546
|
size?: number | undefined;
|
|
596
547
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
597
548
|
selected?: boolean;
|
|
598
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
599
|
-
decorative?: boolean;
|
|
600
549
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
601
550
|
accessibilityTitle?: string;
|
|
602
551
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -616,7 +565,6 @@ export declare class ArrowsArrowUpSFill extends DdsElement {
|
|
|
616
565
|
*
|
|
617
566
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
618
567
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
619
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
620
568
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
621
569
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
622
570
|
*
|
|
@@ -627,8 +575,6 @@ export declare class ArrowsArrowUpSLine extends DdsElement {
|
|
|
627
575
|
size?: number | undefined;
|
|
628
576
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
629
577
|
selected?: boolean;
|
|
630
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
631
|
-
decorative?: boolean;
|
|
632
578
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
633
579
|
accessibilityTitle?: string;
|
|
634
580
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -648,7 +594,6 @@ export declare class ArrowsArrowUpSLine extends DdsElement {
|
|
|
648
594
|
*
|
|
649
595
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
650
596
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
651
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
652
597
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
653
598
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
654
599
|
*
|
|
@@ -659,8 +604,6 @@ export declare class ArrowsExpandUpDownFill extends DdsElement {
|
|
|
659
604
|
size?: number | undefined;
|
|
660
605
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
661
606
|
selected?: boolean;
|
|
662
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
663
|
-
decorative?: boolean;
|
|
664
607
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
665
608
|
accessibilityTitle?: string;
|
|
666
609
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -695,7 +638,6 @@ declare type BodyProps = {
|
|
|
695
638
|
*
|
|
696
639
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
697
640
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
698
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
699
641
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
700
642
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
701
643
|
*
|
|
@@ -706,8 +648,6 @@ export declare class BuildingsHome6Line extends DdsElement {
|
|
|
706
648
|
size?: number | undefined;
|
|
707
649
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
708
650
|
selected?: boolean;
|
|
709
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
710
|
-
decorative?: boolean;
|
|
711
651
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
712
652
|
accessibilityTitle?: string;
|
|
713
653
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -727,7 +667,6 @@ export declare class BuildingsHome6Line extends DdsElement {
|
|
|
727
667
|
*
|
|
728
668
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
729
669
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
730
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
731
670
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
732
671
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
733
672
|
*
|
|
@@ -738,8 +677,6 @@ export declare class BusinessCalendarLine extends DdsElement {
|
|
|
738
677
|
size?: number | undefined;
|
|
739
678
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
740
679
|
selected?: boolean;
|
|
741
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
742
|
-
decorative?: boolean;
|
|
743
680
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
744
681
|
accessibilityTitle?: string;
|
|
745
682
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -2602,6 +2539,8 @@ export declare class DapDSDatePicker extends GenericFormElement {
|
|
|
2602
2539
|
formatSeparator: string;
|
|
2603
2540
|
/** Whether the clear button should be shown. */
|
|
2604
2541
|
clearButton?: string;
|
|
2542
|
+
/** The aria label of the clear button. */
|
|
2543
|
+
clearButtonAriaLabel?: string;
|
|
2605
2544
|
/** The locale of the datepicker. By default it uses the global locale from dayjs. It is determined from the browser language.
|
|
2606
2545
|
* @type {'hu' | 'en'}
|
|
2607
2546
|
*/
|
|
@@ -5662,7 +5601,6 @@ declare type DisableableElement = HTMLElement & {
|
|
|
5662
5601
|
*
|
|
5663
5602
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
5664
5603
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
5665
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
5666
5604
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
5667
5605
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
5668
5606
|
*
|
|
@@ -5673,8 +5611,6 @@ export declare class DocumentClipboardLine extends DdsElement {
|
|
|
5673
5611
|
size?: number | undefined;
|
|
5674
5612
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
5675
5613
|
selected?: boolean;
|
|
5676
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
5677
|
-
decorative?: boolean;
|
|
5678
5614
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
5679
5615
|
accessibilityTitle?: string;
|
|
5680
5616
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -5694,7 +5630,6 @@ export declare class DocumentClipboardLine extends DdsElement {
|
|
|
5694
5630
|
*
|
|
5695
5631
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
5696
5632
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
5697
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
5698
5633
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
5699
5634
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
5700
5635
|
*
|
|
@@ -5705,8 +5640,6 @@ export declare class DocumentFileCopyLine extends DdsElement {
|
|
|
5705
5640
|
size?: number | undefined;
|
|
5706
5641
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
5707
5642
|
selected?: boolean;
|
|
5708
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
5709
|
-
decorative?: boolean;
|
|
5710
5643
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
5711
5644
|
accessibilityTitle?: string;
|
|
5712
5645
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6006,7 +5939,6 @@ declare class ModalBaseElement extends DdsElement {
|
|
|
6006
5939
|
*
|
|
6007
5940
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6008
5941
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6009
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6010
5942
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6011
5943
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6012
5944
|
*
|
|
@@ -6017,8 +5949,6 @@ export declare class OthersCookieLine extends DdsElement {
|
|
|
6017
5949
|
size?: number | undefined;
|
|
6018
5950
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6019
5951
|
selected?: boolean;
|
|
6020
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6021
|
-
decorative?: boolean;
|
|
6022
5952
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6023
5953
|
accessibilityTitle?: string;
|
|
6024
5954
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6074,7 +6004,6 @@ declare type SpinnerVariant = 'neutral' | 'brand' | 'negative' | 'positive' | 'i
|
|
|
6074
6004
|
*
|
|
6075
6005
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6076
6006
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6077
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6078
6007
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6079
6008
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6080
6009
|
*
|
|
@@ -6085,8 +6014,6 @@ export declare class SystemAddLine extends DdsElement {
|
|
|
6085
6014
|
size?: number | undefined;
|
|
6086
6015
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6087
6016
|
selected?: boolean;
|
|
6088
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6089
|
-
decorative?: boolean;
|
|
6090
6017
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6091
6018
|
accessibilityTitle?: string;
|
|
6092
6019
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6106,7 +6033,6 @@ export declare class SystemAddLine extends DdsElement {
|
|
|
6106
6033
|
*
|
|
6107
6034
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6108
6035
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6109
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6110
6036
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6111
6037
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6112
6038
|
*
|
|
@@ -6117,8 +6043,6 @@ export declare class SystemAlertFill extends DdsElement {
|
|
|
6117
6043
|
size?: number | undefined;
|
|
6118
6044
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6119
6045
|
selected?: boolean;
|
|
6120
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6121
|
-
decorative?: boolean;
|
|
6122
6046
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6123
6047
|
accessibilityTitle?: string;
|
|
6124
6048
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6138,7 +6062,6 @@ export declare class SystemAlertFill extends DdsElement {
|
|
|
6138
6062
|
*
|
|
6139
6063
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6140
6064
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6141
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6142
6065
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6143
6066
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6144
6067
|
*
|
|
@@ -6149,8 +6072,6 @@ export declare class SystemAlertLine extends DdsElement {
|
|
|
6149
6072
|
size?: number | undefined;
|
|
6150
6073
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6151
6074
|
selected?: boolean;
|
|
6152
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6153
|
-
decorative?: boolean;
|
|
6154
6075
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6155
6076
|
accessibilityTitle?: string;
|
|
6156
6077
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6170,7 +6091,6 @@ export declare class SystemAlertLine extends DdsElement {
|
|
|
6170
6091
|
*
|
|
6171
6092
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6172
6093
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6173
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6174
6094
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6175
6095
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6176
6096
|
*
|
|
@@ -6181,8 +6101,6 @@ export declare class SystemCheckboxBlankCircleFill extends DdsElement {
|
|
|
6181
6101
|
size?: number | undefined;
|
|
6182
6102
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6183
6103
|
selected?: boolean;
|
|
6184
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6185
|
-
decorative?: boolean;
|
|
6186
6104
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6187
6105
|
accessibilityTitle?: string;
|
|
6188
6106
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6202,7 +6120,6 @@ export declare class SystemCheckboxBlankCircleFill extends DdsElement {
|
|
|
6202
6120
|
*
|
|
6203
6121
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6204
6122
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6205
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6206
6123
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6207
6124
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6208
6125
|
*
|
|
@@ -6213,8 +6130,6 @@ declare class SystemCheckboxBlankCircleFillCheck extends DdsElement {
|
|
|
6213
6130
|
size?: number | undefined;
|
|
6214
6131
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6215
6132
|
selected?: boolean;
|
|
6216
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6217
|
-
decorative?: boolean;
|
|
6218
6133
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6219
6134
|
accessibilityTitle?: string;
|
|
6220
6135
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6236,7 +6151,6 @@ export { SystemCheckboxBlankCircleFillCheck }
|
|
|
6236
6151
|
*
|
|
6237
6152
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6238
6153
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6239
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6240
6154
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6241
6155
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6242
6156
|
*
|
|
@@ -6247,8 +6161,6 @@ export declare class SystemCheckboxBlankCircleLine extends DdsElement {
|
|
|
6247
6161
|
size?: number | undefined;
|
|
6248
6162
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6249
6163
|
selected?: boolean;
|
|
6250
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6251
|
-
decorative?: boolean;
|
|
6252
6164
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6253
6165
|
accessibilityTitle?: string;
|
|
6254
6166
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6268,7 +6180,6 @@ export declare class SystemCheckboxBlankCircleLine extends DdsElement {
|
|
|
6268
6180
|
*
|
|
6269
6181
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6270
6182
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6271
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6272
6183
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6273
6184
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6274
6185
|
*
|
|
@@ -6279,8 +6190,6 @@ export declare class SystemCheckboxCircleFill extends DdsElement {
|
|
|
6279
6190
|
size?: number | undefined;
|
|
6280
6191
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6281
6192
|
selected?: boolean;
|
|
6282
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6283
|
-
decorative?: boolean;
|
|
6284
6193
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6285
6194
|
accessibilityTitle?: string;
|
|
6286
6195
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6300,7 +6209,6 @@ export declare class SystemCheckboxCircleFill extends DdsElement {
|
|
|
6300
6209
|
*
|
|
6301
6210
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6302
6211
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6303
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6304
6212
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6305
6213
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6306
6214
|
*
|
|
@@ -6311,8 +6219,6 @@ export declare class SystemCheckboxCircleLine extends DdsElement {
|
|
|
6311
6219
|
size?: number | undefined;
|
|
6312
6220
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6313
6221
|
selected?: boolean;
|
|
6314
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6315
|
-
decorative?: boolean;
|
|
6316
6222
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6317
6223
|
accessibilityTitle?: string;
|
|
6318
6224
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6332,7 +6238,6 @@ export declare class SystemCheckboxCircleLine extends DdsElement {
|
|
|
6332
6238
|
*
|
|
6333
6239
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6334
6240
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6335
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6336
6241
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6337
6242
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6338
6243
|
*
|
|
@@ -6343,8 +6248,6 @@ export declare class SystemCheckLine extends DdsElement {
|
|
|
6343
6248
|
size?: number | undefined;
|
|
6344
6249
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6345
6250
|
selected?: boolean;
|
|
6346
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6347
|
-
decorative?: boolean;
|
|
6348
6251
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6349
6252
|
accessibilityTitle?: string;
|
|
6350
6253
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6364,7 +6267,6 @@ export declare class SystemCheckLine extends DdsElement {
|
|
|
6364
6267
|
*
|
|
6365
6268
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6366
6269
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6367
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6368
6270
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6369
6271
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6370
6272
|
*
|
|
@@ -6375,8 +6277,6 @@ export declare class SystemCheckLine2 extends DdsElement {
|
|
|
6375
6277
|
size?: number | undefined;
|
|
6376
6278
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6377
6279
|
selected?: boolean;
|
|
6378
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6379
|
-
decorative?: boolean;
|
|
6380
6280
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6381
6281
|
accessibilityTitle?: string;
|
|
6382
6282
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6396,7 +6296,6 @@ export declare class SystemCheckLine2 extends DdsElement {
|
|
|
6396
6296
|
*
|
|
6397
6297
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6398
6298
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6399
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6400
6299
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6401
6300
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6402
6301
|
*
|
|
@@ -6407,8 +6306,6 @@ export declare class SystemCloseCircleFill extends DdsElement {
|
|
|
6407
6306
|
size?: number | undefined;
|
|
6408
6307
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6409
6308
|
selected?: boolean;
|
|
6410
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6411
|
-
decorative?: boolean;
|
|
6412
6309
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6413
6310
|
accessibilityTitle?: string;
|
|
6414
6311
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6428,7 +6325,6 @@ export declare class SystemCloseCircleFill extends DdsElement {
|
|
|
6428
6325
|
*
|
|
6429
6326
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6430
6327
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6431
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6432
6328
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6433
6329
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6434
6330
|
*
|
|
@@ -6439,8 +6335,6 @@ export declare class SystemCloseCircleLine extends DdsElement {
|
|
|
6439
6335
|
size?: number | undefined;
|
|
6440
6336
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6441
6337
|
selected?: boolean;
|
|
6442
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6443
|
-
decorative?: boolean;
|
|
6444
6338
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6445
6339
|
accessibilityTitle?: string;
|
|
6446
6340
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6460,7 +6354,6 @@ export declare class SystemCloseCircleLine extends DdsElement {
|
|
|
6460
6354
|
*
|
|
6461
6355
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6462
6356
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6463
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6464
6357
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6465
6358
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6466
6359
|
*
|
|
@@ -6471,8 +6364,6 @@ export declare class SystemCloseFill extends DdsElement {
|
|
|
6471
6364
|
size?: number | undefined;
|
|
6472
6365
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6473
6366
|
selected?: boolean;
|
|
6474
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6475
|
-
decorative?: boolean;
|
|
6476
6367
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6477
6368
|
accessibilityTitle?: string;
|
|
6478
6369
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6492,7 +6383,6 @@ export declare class SystemCloseFill extends DdsElement {
|
|
|
6492
6383
|
*
|
|
6493
6384
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6494
6385
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6495
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6496
6386
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6497
6387
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6498
6388
|
*
|
|
@@ -6503,8 +6393,6 @@ export declare class SystemCloseLine extends DdsElement {
|
|
|
6503
6393
|
size?: number | undefined;
|
|
6504
6394
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6505
6395
|
selected?: boolean;
|
|
6506
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6507
|
-
decorative?: boolean;
|
|
6508
6396
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6509
6397
|
accessibilityTitle?: string;
|
|
6510
6398
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6524,7 +6412,6 @@ export declare class SystemCloseLine extends DdsElement {
|
|
|
6524
6412
|
*
|
|
6525
6413
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6526
6414
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6527
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6528
6415
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6529
6416
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6530
6417
|
*
|
|
@@ -6535,8 +6422,6 @@ export declare class SystemDownloadLine extends DdsElement {
|
|
|
6535
6422
|
size?: number | undefined;
|
|
6536
6423
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6537
6424
|
selected?: boolean;
|
|
6538
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6539
|
-
decorative?: boolean;
|
|
6540
6425
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6541
6426
|
accessibilityTitle?: string;
|
|
6542
6427
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6556,7 +6441,6 @@ export declare class SystemDownloadLine extends DdsElement {
|
|
|
6556
6441
|
*
|
|
6557
6442
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6558
6443
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6559
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6560
6444
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6561
6445
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6562
6446
|
*
|
|
@@ -6567,8 +6451,6 @@ export declare class SystemErrorWarningFill extends DdsElement {
|
|
|
6567
6451
|
size?: number | undefined;
|
|
6568
6452
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6569
6453
|
selected?: boolean;
|
|
6570
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6571
|
-
decorative?: boolean;
|
|
6572
6454
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6573
6455
|
accessibilityTitle?: string;
|
|
6574
6456
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6588,7 +6470,6 @@ export declare class SystemErrorWarningFill extends DdsElement {
|
|
|
6588
6470
|
*
|
|
6589
6471
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6590
6472
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6591
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6592
6473
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6593
6474
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6594
6475
|
*
|
|
@@ -6599,8 +6480,6 @@ export declare class SystemErrorWarningLine extends DdsElement {
|
|
|
6599
6480
|
size?: number | undefined;
|
|
6600
6481
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6601
6482
|
selected?: boolean;
|
|
6602
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6603
|
-
decorative?: boolean;
|
|
6604
6483
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6605
6484
|
accessibilityTitle?: string;
|
|
6606
6485
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6620,7 +6499,6 @@ export declare class SystemErrorWarningLine extends DdsElement {
|
|
|
6620
6499
|
*
|
|
6621
6500
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6622
6501
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6623
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6624
6502
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6625
6503
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6626
6504
|
*
|
|
@@ -6631,8 +6509,6 @@ export declare class SystemExternalLinkLine extends DdsElement {
|
|
|
6631
6509
|
size?: number | undefined;
|
|
6632
6510
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6633
6511
|
selected?: boolean;
|
|
6634
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6635
|
-
decorative?: boolean;
|
|
6636
6512
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6637
6513
|
accessibilityTitle?: string;
|
|
6638
6514
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6652,7 +6528,6 @@ export declare class SystemExternalLinkLine extends DdsElement {
|
|
|
6652
6528
|
*
|
|
6653
6529
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6654
6530
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6655
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6656
6531
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6657
6532
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6658
6533
|
*
|
|
@@ -6663,8 +6538,6 @@ export declare class SystemEyeLine extends DdsElement {
|
|
|
6663
6538
|
size?: number | undefined;
|
|
6664
6539
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6665
6540
|
selected?: boolean;
|
|
6666
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6667
|
-
decorative?: boolean;
|
|
6668
6541
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6669
6542
|
accessibilityTitle?: string;
|
|
6670
6543
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6684,7 +6557,6 @@ export declare class SystemEyeLine extends DdsElement {
|
|
|
6684
6557
|
*
|
|
6685
6558
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6686
6559
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6687
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6688
6560
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6689
6561
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6690
6562
|
*
|
|
@@ -6695,8 +6567,6 @@ export declare class SystemEyeOffLine extends DdsElement {
|
|
|
6695
6567
|
size?: number | undefined;
|
|
6696
6568
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6697
6569
|
selected?: boolean;
|
|
6698
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6699
|
-
decorative?: boolean;
|
|
6700
6570
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6701
6571
|
accessibilityTitle?: string;
|
|
6702
6572
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6716,7 +6586,6 @@ export declare class SystemEyeOffLine extends DdsElement {
|
|
|
6716
6586
|
*
|
|
6717
6587
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6718
6588
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6719
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6720
6589
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6721
6590
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6722
6591
|
*
|
|
@@ -6727,8 +6596,6 @@ export declare class SystemForbidFill extends DdsElement {
|
|
|
6727
6596
|
size?: number | undefined;
|
|
6728
6597
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6729
6598
|
selected?: boolean;
|
|
6730
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6731
|
-
decorative?: boolean;
|
|
6732
6599
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6733
6600
|
accessibilityTitle?: string;
|
|
6734
6601
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6748,7 +6615,6 @@ export declare class SystemForbidFill extends DdsElement {
|
|
|
6748
6615
|
*
|
|
6749
6616
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6750
6617
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6751
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6752
6618
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6753
6619
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6754
6620
|
*
|
|
@@ -6759,8 +6625,6 @@ export declare class SystemInformation2Fill extends DdsElement {
|
|
|
6759
6625
|
size?: number | undefined;
|
|
6760
6626
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6761
6627
|
selected?: boolean;
|
|
6762
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6763
|
-
decorative?: boolean;
|
|
6764
6628
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6765
6629
|
accessibilityTitle?: string;
|
|
6766
6630
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6780,7 +6644,6 @@ export declare class SystemInformation2Fill extends DdsElement {
|
|
|
6780
6644
|
*
|
|
6781
6645
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6782
6646
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6783
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6784
6647
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6785
6648
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6786
6649
|
*
|
|
@@ -6791,8 +6654,6 @@ export declare class SystemInformationFill extends DdsElement {
|
|
|
6791
6654
|
size?: number | undefined;
|
|
6792
6655
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6793
6656
|
selected?: boolean;
|
|
6794
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6795
|
-
decorative?: boolean;
|
|
6796
6657
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6797
6658
|
accessibilityTitle?: string;
|
|
6798
6659
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6812,7 +6673,6 @@ export declare class SystemInformationFill extends DdsElement {
|
|
|
6812
6673
|
*
|
|
6813
6674
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6814
6675
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6815
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6816
6676
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6817
6677
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6818
6678
|
*
|
|
@@ -6823,8 +6683,6 @@ export declare class SystemInformationLine extends DdsElement {
|
|
|
6823
6683
|
size?: number | undefined;
|
|
6824
6684
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6825
6685
|
selected?: boolean;
|
|
6826
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6827
|
-
decorative?: boolean;
|
|
6828
6686
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6829
6687
|
accessibilityTitle?: string;
|
|
6830
6688
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6844,7 +6702,6 @@ export declare class SystemInformationLine extends DdsElement {
|
|
|
6844
6702
|
*
|
|
6845
6703
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6846
6704
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6847
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6848
6705
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6849
6706
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6850
6707
|
*
|
|
@@ -6855,8 +6712,6 @@ export declare class SystemLightbulbFill extends DdsElement {
|
|
|
6855
6712
|
size?: number | undefined;
|
|
6856
6713
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6857
6714
|
selected?: boolean;
|
|
6858
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6859
|
-
decorative?: boolean;
|
|
6860
6715
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6861
6716
|
accessibilityTitle?: string;
|
|
6862
6717
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6876,7 +6731,6 @@ export declare class SystemLightbulbFill extends DdsElement {
|
|
|
6876
6731
|
*
|
|
6877
6732
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6878
6733
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6879
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6880
6734
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6881
6735
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6882
6736
|
*
|
|
@@ -6887,8 +6741,6 @@ export declare class SystemLoadingSpinner extends DdsElement {
|
|
|
6887
6741
|
size?: number | undefined;
|
|
6888
6742
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6889
6743
|
selected?: boolean;
|
|
6890
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6891
|
-
decorative?: boolean;
|
|
6892
6744
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6893
6745
|
accessibilityTitle?: string;
|
|
6894
6746
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6908,7 +6760,6 @@ export declare class SystemLoadingSpinner extends DdsElement {
|
|
|
6908
6760
|
*
|
|
6909
6761
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6910
6762
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6911
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6912
6763
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6913
6764
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6914
6765
|
*
|
|
@@ -6919,8 +6770,6 @@ export declare class SystemLockFill extends DdsElement {
|
|
|
6919
6770
|
size?: number | undefined;
|
|
6920
6771
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6921
6772
|
selected?: boolean;
|
|
6922
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6923
|
-
decorative?: boolean;
|
|
6924
6773
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6925
6774
|
accessibilityTitle?: string;
|
|
6926
6775
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6940,7 +6789,6 @@ export declare class SystemLockFill extends DdsElement {
|
|
|
6940
6789
|
*
|
|
6941
6790
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6942
6791
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6943
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6944
6792
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6945
6793
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6946
6794
|
*
|
|
@@ -6951,8 +6799,6 @@ export declare class SystemLockLine extends DdsElement {
|
|
|
6951
6799
|
size?: number | undefined;
|
|
6952
6800
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6953
6801
|
selected?: boolean;
|
|
6954
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6955
|
-
decorative?: boolean;
|
|
6956
6802
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6957
6803
|
accessibilityTitle?: string;
|
|
6958
6804
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -6972,7 +6818,6 @@ export declare class SystemLockLine extends DdsElement {
|
|
|
6972
6818
|
*
|
|
6973
6819
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
6974
6820
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
6975
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
6976
6821
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
6977
6822
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
6978
6823
|
*
|
|
@@ -6983,8 +6828,6 @@ export declare class SystemMenuLine extends DdsElement {
|
|
|
6983
6828
|
size?: number | undefined;
|
|
6984
6829
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
6985
6830
|
selected?: boolean;
|
|
6986
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
6987
|
-
decorative?: boolean;
|
|
6988
6831
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
6989
6832
|
accessibilityTitle?: string;
|
|
6990
6833
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7004,7 +6847,6 @@ export declare class SystemMenuLine extends DdsElement {
|
|
|
7004
6847
|
*
|
|
7005
6848
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7006
6849
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7007
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7008
6850
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7009
6851
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7010
6852
|
*
|
|
@@ -7015,8 +6857,6 @@ export declare class SystemMenuLineS extends DdsElement {
|
|
|
7015
6857
|
size?: number | undefined;
|
|
7016
6858
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7017
6859
|
selected?: boolean;
|
|
7018
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7019
|
-
decorative?: boolean;
|
|
7020
6860
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7021
6861
|
accessibilityTitle?: string;
|
|
7022
6862
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7036,7 +6876,6 @@ export declare class SystemMenuLineS extends DdsElement {
|
|
|
7036
6876
|
*
|
|
7037
6877
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7038
6878
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7039
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7040
6879
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7041
6880
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7042
6881
|
*
|
|
@@ -7047,8 +6886,6 @@ export declare class SystemSearchLine extends DdsElement {
|
|
|
7047
6886
|
size?: number | undefined;
|
|
7048
6887
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7049
6888
|
selected?: boolean;
|
|
7050
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7051
|
-
decorative?: boolean;
|
|
7052
6889
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7053
6890
|
accessibilityTitle?: string;
|
|
7054
6891
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7068,7 +6905,6 @@ export declare class SystemSearchLine extends DdsElement {
|
|
|
7068
6905
|
*
|
|
7069
6906
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7070
6907
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7071
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7072
6908
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7073
6909
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7074
6910
|
*
|
|
@@ -7079,8 +6915,6 @@ export declare class SystemShieldCheckFill extends DdsElement {
|
|
|
7079
6915
|
size?: number | undefined;
|
|
7080
6916
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7081
6917
|
selected?: boolean;
|
|
7082
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7083
|
-
decorative?: boolean;
|
|
7084
6918
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7085
6919
|
accessibilityTitle?: string;
|
|
7086
6920
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7100,7 +6934,6 @@ export declare class SystemShieldCheckFill extends DdsElement {
|
|
|
7100
6934
|
*
|
|
7101
6935
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7102
6936
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7103
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7104
6937
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7105
6938
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7106
6939
|
*
|
|
@@ -7111,8 +6944,6 @@ export declare class SystemShieldCheckLine extends DdsElement {
|
|
|
7111
6944
|
size?: number | undefined;
|
|
7112
6945
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7113
6946
|
selected?: boolean;
|
|
7114
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7115
|
-
decorative?: boolean;
|
|
7116
6947
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7117
6948
|
accessibilityTitle?: string;
|
|
7118
6949
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7132,7 +6963,6 @@ export declare class SystemShieldCheckLine extends DdsElement {
|
|
|
7132
6963
|
*
|
|
7133
6964
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7134
6965
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7135
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7136
6966
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7137
6967
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7138
6968
|
*
|
|
@@ -7143,8 +6973,6 @@ export declare class SystemStarFill extends DdsElement {
|
|
|
7143
6973
|
size?: number | undefined;
|
|
7144
6974
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7145
6975
|
selected?: boolean;
|
|
7146
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7147
|
-
decorative?: boolean;
|
|
7148
6976
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7149
6977
|
accessibilityTitle?: string;
|
|
7150
6978
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7164,7 +6992,6 @@ export declare class SystemStarFill extends DdsElement {
|
|
|
7164
6992
|
*
|
|
7165
6993
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7166
6994
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7167
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7168
6995
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7169
6996
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7170
6997
|
*
|
|
@@ -7175,8 +7002,6 @@ export declare class SystemSubtractLine extends DdsElement {
|
|
|
7175
7002
|
size?: number | undefined;
|
|
7176
7003
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7177
7004
|
selected?: boolean;
|
|
7178
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7179
|
-
decorative?: boolean;
|
|
7180
7005
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7181
7006
|
accessibilityTitle?: string;
|
|
7182
7007
|
/** (optional) If `true` the icon can receive focus */
|
|
@@ -7196,7 +7021,6 @@ export declare class SystemSubtractLine extends DdsElement {
|
|
|
7196
7021
|
*
|
|
7197
7022
|
* @attribute {number} size - (optional) The width and height in pixels
|
|
7198
7023
|
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
|
|
7199
|
-
* @attribute {boolean} decorative - (optional) If `true` the SVG element will get `aria-hidden="true"`
|
|
7200
7024
|
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
|
|
7201
7025
|
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
|
|
7202
7026
|
*
|
|
@@ -7207,8 +7031,6 @@ export declare class SystemSubtractLine2 extends DdsElement {
|
|
|
7207
7031
|
size?: number | undefined;
|
|
7208
7032
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
7209
7033
|
selected?: boolean;
|
|
7210
|
-
/** (optional) If `true` the SVG element will get `aria-hidden="true"` */
|
|
7211
|
-
decorative?: boolean;
|
|
7212
7034
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
7213
7035
|
accessibilityTitle?: string;
|
|
7214
7036
|
/** (optional) If `true` the icon can receive focus */
|