dap-design-system 0.9.150
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/LICENSE +21 -0
- package/README.md +1 -0
- package/dist/assets/fonts/InterVariable.woff2 +0 -0
- package/dist/dds.d.ts +5005 -0
- package/dist/dds.js +13167 -0
- package/dist/dds.js.map +1 -0
- package/dist/light.theme.css +2 -0
- package/dist/manifest/types/vue/index.d.ts +3681 -0
- package/dist/manifest/vscode.html-custom-data.json +4273 -0
- package/dist/manifest/web-types.json +7354 -0
- package/dist/react.d.ts +7410 -0
- package/dist/react.js +874 -0
- package/dist/react.js.map +1 -0
- package/package.json +140 -0
|
@@ -0,0 +1,4273 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
|
+
"version": 1.1,
|
|
4
|
+
"tags": [
|
|
5
|
+
{
|
|
6
|
+
"name": "dap-ds-accordion",
|
|
7
|
+
"description": "An accordion is a vertically stacked list of interactive items that can be expanded or collapsed to reveal or hide content.\n---\n\n\n### **Events:**\n - **dds-opened** - Event fired when the accordion is opened.\n- **dds-closed** - Event fired when the accordion is closed.\n\n### **Slots:**\n - **default** - The content of the accordion.\n- **heading** - The heading of the accordion.\n- **icon-opened** - The icon when the accordion is opened.\n- **icon-closed** - The icon when the accordion is closed.\n\n### **CSS Parts:**\n - **base** - The main accordion container.\n- **heading** - The heading of the accordion.\n- **button** - The button of the accordion.\n- **icon-holder** - The icon holder of the accordion.\n- **content** - The content of the accordion.",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "size",
|
|
11
|
+
"description": "The size of the accordion. Default is `sm`. Can be `sm` or `lg`.",
|
|
12
|
+
"values": [{ "name": "CommonSize" }]
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "headingLevel",
|
|
16
|
+
"description": "The heading level of the accordion. Default is `4`. Can be `1`, `2`, `3`, `4`, `5`, or `6`.",
|
|
17
|
+
"values": [{ "name": "HeadingLevel" }]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "opened",
|
|
21
|
+
"description": "Whether the accordion is opened.",
|
|
22
|
+
"values": []
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "iconLocation",
|
|
26
|
+
"description": "The location of the icon. Default is `left`. Can be `left` or `right`.",
|
|
27
|
+
"values": [{ "name": "left" }, { "name": "right" }]
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "dap-ds-accordion-group",
|
|
34
|
+
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Events:**\n - **dds-change** - Event fired when an accordion is opened or closed.\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
35
|
+
"attributes": [],
|
|
36
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "dap-ds-badge",
|
|
40
|
+
"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 Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.",
|
|
41
|
+
"attributes": [
|
|
42
|
+
{
|
|
43
|
+
"name": "type",
|
|
44
|
+
"description": "The type of the badge. Default is `neutral`. Can be `neutral`, `brand`, `info`, `positive`, `warning`, or `negative`.",
|
|
45
|
+
"values": [{ "name": "BadgeType" }]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "size",
|
|
49
|
+
"description": "The size of the badge. Default is `sm`. Can be `sm` or `lg`.",
|
|
50
|
+
"values": [{ "name": "CommonSize" }]
|
|
51
|
+
},
|
|
52
|
+
{ "name": "icon", "values": [] }
|
|
53
|
+
],
|
|
54
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "dap-ds-anchor-heading",
|
|
58
|
+
"description": "Anchor heading is a heading with an anchor link.\n---\n",
|
|
59
|
+
"attributes": [
|
|
60
|
+
{ "name": "variant", "values": [{ "name": "HeadingVariant" }] },
|
|
61
|
+
{ "name": "label", "values": [] }
|
|
62
|
+
],
|
|
63
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "dap-ds-banner",
|
|
67
|
+
"description": "A banner is a message displayed at the top of the page to provide important information to the user.\n---\n\n\n### **Events:**\n - **dds-close** - Event fired when the banner is closed.\n\n### **Slots:**\n - **The** - content of the banner.\n- **actions** - Actions of banner\n- **icon** - The icon of the banner.\n\n### **CSS Parts:**\n - **base** - The main banner container.\n- **icon** - The icon of the banner.\n- **closebutton** - The close button of the banner.\n- **icon** - The icon of the banner.\n- **actions** - The actions of the banner.\n- **title** - The title of the banner.",
|
|
68
|
+
"attributes": [
|
|
69
|
+
{
|
|
70
|
+
"name": "variant",
|
|
71
|
+
"description": "The type of the banner.",
|
|
72
|
+
"values": [{ "name": "BannerVariant" }]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "closeable",
|
|
76
|
+
"description": "Whether the banner is closeable.",
|
|
77
|
+
"values": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "opened",
|
|
81
|
+
"description": "State of the banner. If false banner is hidden.",
|
|
82
|
+
"values": []
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "closeButtonAriaLabel",
|
|
86
|
+
"description": "The aria-label for the close button.",
|
|
87
|
+
"values": []
|
|
88
|
+
},
|
|
89
|
+
{ "name": "closeButtonLabel", "values": [] },
|
|
90
|
+
{ "name": "icon", "values": [] }
|
|
91
|
+
],
|
|
92
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "dap-ds-breadcrumb",
|
|
96
|
+
"description": "A breadcrumb 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.\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
97
|
+
"attributes": [
|
|
98
|
+
{
|
|
99
|
+
"name": "label",
|
|
100
|
+
"description": "The label of the breadcrumb.",
|
|
101
|
+
"values": []
|
|
102
|
+
},
|
|
103
|
+
{ "name": "inverted", "values": [] },
|
|
104
|
+
{ "name": "mobile", "values": [] }
|
|
105
|
+
],
|
|
106
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "dap-ds-breadcrumb-item",
|
|
110
|
+
"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\n### **CSS Parts:**\n - **base** - The main breadcrumb item container.\n- **link** - The link of the breadcrumb item.",
|
|
111
|
+
"attributes": [
|
|
112
|
+
{
|
|
113
|
+
"name": "href",
|
|
114
|
+
"description": "The URL of the breadcrumb item.",
|
|
115
|
+
"values": []
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "target",
|
|
119
|
+
"description": "The target of the breadcrumb item. Default is `_self`. Can be `_blank`, `_self`, `_parent`, or `_top`.",
|
|
120
|
+
"values": [{ "name": "LinkTarget" }]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "rel",
|
|
124
|
+
"description": "The rel of the breadcrumb item link.",
|
|
125
|
+
"values": []
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "disabled",
|
|
129
|
+
"description": "Whether the breadcrumb item is disabled.",
|
|
130
|
+
"values": []
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "last",
|
|
134
|
+
"description": "Whether the breadcrumb item is the last one in the list",
|
|
135
|
+
"values": []
|
|
136
|
+
},
|
|
137
|
+
{ "name": "inverted", "values": [] }
|
|
138
|
+
],
|
|
139
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "dap-ds-button",
|
|
143
|
+
"description": "A button is a clickable element that can be used to trigger an action.\n---\n\n\n### **Slots:**\n - _default_ - The content of the button.\n\n### **CSS Parts:**\n - **base** - The main button container.",
|
|
144
|
+
"attributes": [
|
|
145
|
+
{
|
|
146
|
+
"name": "variant",
|
|
147
|
+
"description": "The type of the button. Default is `primary`. Can be `primary`, `secondary`, `subtle`, or `clean`.",
|
|
148
|
+
"values": [{ "name": "ButtonVariant" }]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "size",
|
|
152
|
+
"description": "The size of the button. Default is `md`. Can be `lg`, `md`, or `sm`.",
|
|
153
|
+
"values": [{ "name": "ButtonSize" }]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "loading",
|
|
157
|
+
"description": "Whether the button is in a loading state.",
|
|
158
|
+
"values": []
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "danger",
|
|
162
|
+
"description": "Whether the button is a danger button.",
|
|
163
|
+
"values": []
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "htmlType",
|
|
167
|
+
"description": "The type of the button. Can be `button`, `submit`, or `reset`. Default is `button`. If the button is an anchor element, this attribute will be ignored.",
|
|
168
|
+
"values": [{ "name": "HtmlButtonType" }]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "name",
|
|
172
|
+
"description": "The name of the button.",
|
|
173
|
+
"values": []
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "href",
|
|
177
|
+
"description": "The URL of the button. If this present the button will be rendered as an anchor element.",
|
|
178
|
+
"values": []
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "target",
|
|
182
|
+
"description": "The target of the button. Default is `_self`. Can be `_blank`, `_self`, `_parent`, or `_top`.",
|
|
183
|
+
"values": [{ "name": "LinkTarget" }]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "rel",
|
|
187
|
+
"description": "The rel of the button link. Default is `noreferrer noopener`.",
|
|
188
|
+
"values": []
|
|
189
|
+
},
|
|
190
|
+
{ "name": "shape", "values": [{ "name": "ButtonShape" }] }
|
|
191
|
+
],
|
|
192
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "dap-ds-calendar-cell",
|
|
196
|
+
"description": "Calendar cell represents a single cell in the calendar.\n---\n\n\n### **CSS Parts:**\n - **base** - The main calendar cell container.\n- **today-mark** - The today mark of the calendar cell.",
|
|
197
|
+
"attributes": [
|
|
198
|
+
{
|
|
199
|
+
"name": "value",
|
|
200
|
+
"description": "The value of the calendar cell.",
|
|
201
|
+
"values": [{ "name": "Date" }]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "selected",
|
|
205
|
+
"description": "Whether the calendar cell is selected.",
|
|
206
|
+
"values": []
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "disabledDay",
|
|
210
|
+
"description": "Whether the calendar cell is disabled.",
|
|
211
|
+
"values": []
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "today",
|
|
215
|
+
"description": "Whether the calendar cell is today.",
|
|
216
|
+
"values": []
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "outOfRange",
|
|
220
|
+
"description": "Whether the calendar cell is out of range.",
|
|
221
|
+
"values": []
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "header",
|
|
225
|
+
"description": "Whether the calendar cell is header.",
|
|
226
|
+
"values": []
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "focused",
|
|
230
|
+
"description": "Whether the calendar cell is focused.",
|
|
231
|
+
"values": []
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "dap-ds-calendar",
|
|
238
|
+
"description": "A calendar is a visual representation of dates. It allows users to select a date.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the calendar value changes.\n\n### **CSS Parts:**\n - **base** - The main calendar container.\n- **header** - The header of the calendar.\n- **body** - The body of the calendar.",
|
|
239
|
+
"attributes": [
|
|
240
|
+
{
|
|
241
|
+
"name": "value",
|
|
242
|
+
"description": "The value of the calendar.",
|
|
243
|
+
"values": [{ "name": "Date" }]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "currentDate",
|
|
247
|
+
"description": "The current visible date of the calendar. Only the month and year are considered.",
|
|
248
|
+
"values": [{ "name": "Date" }]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "minDate",
|
|
252
|
+
"description": "The minimum date of the calendar. Only the month and year are considered.",
|
|
253
|
+
"values": [{ "name": "Date" }]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "maxDate",
|
|
257
|
+
"description": "The maximum date of the calendar. Only the month and year are considered.",
|
|
258
|
+
"values": [{ "name": "Date" }]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "disabledDate",
|
|
262
|
+
"description": "The function to determine if the date is disabled.",
|
|
263
|
+
"values": [{ "name": "Function" }]
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "dap-ds-callout",
|
|
270
|
+
"description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
|
|
271
|
+
"attributes": [
|
|
272
|
+
{
|
|
273
|
+
"name": "variant",
|
|
274
|
+
"description": "The variant of the callout. Can be `brand`, `info`, `positive`, `warning`, or `negative`.",
|
|
275
|
+
"values": [{ "name": "CalloutVariant" }]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "alignment",
|
|
279
|
+
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
280
|
+
"values": [{ "name": "Alignment" }]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "shade",
|
|
284
|
+
"description": "The strongness of the callout. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
285
|
+
"values": [{ "name": "BackgroundShade" }]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "border",
|
|
289
|
+
"description": "The border of the callout.",
|
|
290
|
+
"values": []
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "closeable",
|
|
294
|
+
"description": "If the callout has a close button.",
|
|
295
|
+
"values": []
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "closeButtonLabel",
|
|
299
|
+
"description": "The label of the close button.",
|
|
300
|
+
"values": []
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "opened",
|
|
304
|
+
"description": "If the callout is opened.",
|
|
305
|
+
"values": []
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "title",
|
|
309
|
+
"description": "The header of the callout.",
|
|
310
|
+
"values": []
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "dap-ds-card-actions",
|
|
317
|
+
"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 Parts:**\n - **base** - The main card actions container.",
|
|
318
|
+
"attributes": [
|
|
319
|
+
{
|
|
320
|
+
"name": "parentSized",
|
|
321
|
+
"description": "Whether the card actions should be sized from the parent. Default is true.",
|
|
322
|
+
"values": []
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "dap-ds-card-content",
|
|
329
|
+
"description": "A card content is a container for content in a card.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card-content.\n\n### **CSS Parts:**\n - **base** - The main card content container.",
|
|
330
|
+
"attributes": [
|
|
331
|
+
{
|
|
332
|
+
"name": "renderAs",
|
|
333
|
+
"description": "The component of the card content. Default is 'div'.",
|
|
334
|
+
"values": []
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "parentSized",
|
|
338
|
+
"description": "Whether the card content should be sized from the parent. Default is true.",
|
|
339
|
+
"values": []
|
|
340
|
+
}
|
|
341
|
+
],
|
|
342
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "dap-ds-card-image",
|
|
346
|
+
"description": "A card image is a container for images in a card.\n---\n\n\n### **CSS Parts:**\n - **base** - The main card image container.",
|
|
347
|
+
"attributes": [
|
|
348
|
+
{
|
|
349
|
+
"name": "src",
|
|
350
|
+
"description": "The source of the image.",
|
|
351
|
+
"values": []
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "alt",
|
|
355
|
+
"description": "The alt text of the image.",
|
|
356
|
+
"values": []
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "width",
|
|
360
|
+
"description": "The width of the image.",
|
|
361
|
+
"values": []
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "height",
|
|
365
|
+
"description": "The height of the image.",
|
|
366
|
+
"values": []
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "dap-ds-card-subtitle",
|
|
373
|
+
"description": "Subtitle of the card\n---\n\n\n### **Slots:**\n - _default_ - The content of the subtitle.\n\n### **CSS Parts:**\n - **base** - The subtitle container.",
|
|
374
|
+
"attributes": [
|
|
375
|
+
{
|
|
376
|
+
"name": "size",
|
|
377
|
+
"description": "The size of the card subtitle. Default is `sm`.",
|
|
378
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "parentSized",
|
|
382
|
+
"description": "Whether the card content should be sized from the parent. Default is true.",
|
|
383
|
+
"values": []
|
|
384
|
+
},
|
|
385
|
+
{ "name": "renderAs", "values": [] }
|
|
386
|
+
],
|
|
387
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "dap-ds-card-title",
|
|
391
|
+
"description": "Title of the card\n---\n\n\n### **Slots:**\n - _default_ - The content of the title.\n\n### **CSS Parts:**\n - **base** - The main card title container.",
|
|
392
|
+
"attributes": [
|
|
393
|
+
{
|
|
394
|
+
"name": "size",
|
|
395
|
+
"description": "The size of the card title. Default is `sm`.",
|
|
396
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "parentSized",
|
|
400
|
+
"description": "Whether the card content should be sized from the parent. Default is true.",
|
|
401
|
+
"values": []
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "component",
|
|
405
|
+
"description": "The rendered component of the card title. Default is 'div'.",
|
|
406
|
+
"values": []
|
|
407
|
+
},
|
|
408
|
+
{ "name": "renderAs", "values": [] }
|
|
409
|
+
],
|
|
410
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "dap-ds-card",
|
|
414
|
+
"description": "A card is a container for content, actions, and images in a consistent format.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card.\n\n### **CSS Parts:**\n - **base** - The main card container.",
|
|
415
|
+
"attributes": [
|
|
416
|
+
{
|
|
417
|
+
"name": "interactive",
|
|
418
|
+
"description": "Whether the card is interactive. Default is false. If true, the card will be rendered as an anchor element.",
|
|
419
|
+
"values": []
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "disabled",
|
|
423
|
+
"description": "Whether the card is disabled.",
|
|
424
|
+
"values": []
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "target",
|
|
428
|
+
"description": "The target of the card. Default is `_self`. Can be `_blank`, `_self`, `_parent`, or `_top`.",
|
|
429
|
+
"values": [{ "name": "LinkTarget" }]
|
|
430
|
+
},
|
|
431
|
+
{ "name": "href", "description": "The URL of the card.", "values": [] },
|
|
432
|
+
{
|
|
433
|
+
"name": "rel",
|
|
434
|
+
"description": "The rel of the card link.",
|
|
435
|
+
"values": []
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "dap-ds-checkbox",
|
|
442
|
+
"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### **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- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.",
|
|
443
|
+
"attributes": [
|
|
444
|
+
{
|
|
445
|
+
"name": "name",
|
|
446
|
+
"description": "The name of the checkbox.",
|
|
447
|
+
"values": []
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "value",
|
|
451
|
+
"description": "The value of the checkbox.",
|
|
452
|
+
"values": []
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "checked",
|
|
456
|
+
"description": "Whether the checkbox is checked.",
|
|
457
|
+
"values": []
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "indeterminate",
|
|
461
|
+
"description": "Whether the checkbox is indeterminate.",
|
|
462
|
+
"values": []
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "disabled",
|
|
466
|
+
"description": "Whether the checkbox is disabled.",
|
|
467
|
+
"values": []
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "required",
|
|
471
|
+
"description": "Whether the checkbox is required.",
|
|
472
|
+
"values": []
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "label",
|
|
476
|
+
"description": "The label of the checkbox.",
|
|
477
|
+
"values": []
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "description",
|
|
481
|
+
"description": "The description of the checkbox.",
|
|
482
|
+
"values": []
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "size",
|
|
486
|
+
"description": "The size of the checkbox. Default is `md`. Can be `sm`, `md`, or `lg`.'",
|
|
487
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "labelPlacement",
|
|
491
|
+
"description": "The placement of the label. Can be `left` or `right`. Default is `right`.",
|
|
492
|
+
"values": [{ "name": "left" }, { "name": "right" }]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "descriptionPlacement",
|
|
496
|
+
"description": "The placement of the description. Can be `top` or `bottom`. Default is `bottom`.",
|
|
497
|
+
"values": [{ "name": "top" }, { "name": "bottom" }]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "ariaLabelCheckbox",
|
|
501
|
+
"description": "The aria label of the checkbox.",
|
|
502
|
+
"values": []
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "subtle",
|
|
506
|
+
"description": "The weight of the label. Default is `false`",
|
|
507
|
+
"values": []
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "feedback",
|
|
511
|
+
"description": "The feedback of the checkbox.",
|
|
512
|
+
"values": []
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "feedbackType",
|
|
516
|
+
"description": "The feedback type of the checkbox. Can be `info`, `success`, or `error`.",
|
|
517
|
+
"values": [
|
|
518
|
+
{ "name": "info" },
|
|
519
|
+
{ "name": "success" },
|
|
520
|
+
{ "name": "error" }
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "invalid",
|
|
525
|
+
"description": "The invalid state of the checkbox.",
|
|
526
|
+
"values": []
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "optional",
|
|
530
|
+
"description": "The optional state of the checkbox.",
|
|
531
|
+
"values": []
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "optionalLabel",
|
|
535
|
+
"description": "The optional label of the checkbox.",
|
|
536
|
+
"values": []
|
|
537
|
+
},
|
|
538
|
+
{ "name": "preventDefault", "values": [] }
|
|
539
|
+
],
|
|
540
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "dap-ds-combobox",
|
|
544
|
+
"description": "A select 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 select value changes.\n- **dds-blur** - Emitted when the select loses focus.\n- **dds-focus** - Emitted when the select gains focus.\n- **dds-clear** - Emitted when the select is cleared.\n- **dds-search** - Emitted when the manual input value changes.\n\n### **CSS Parts:**\n - **base** - The main select container.\n- **trigger** - The trigger button of the select.\n- **label** - The label of the select.\n- **description** - The description of the select.\n- **feedback** - The feedback of the select.\n- **tooltip** - The tooltip of the select.\n- **option-list** - The option list of the select.",
|
|
545
|
+
"attributes": [
|
|
546
|
+
{
|
|
547
|
+
"name": "value",
|
|
548
|
+
"description": "The value of the select.",
|
|
549
|
+
"values": []
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "placeholder",
|
|
553
|
+
"description": "The placeholder of the select.",
|
|
554
|
+
"values": []
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "placement",
|
|
558
|
+
"description": "The placement of the select dropdown. Default is 'bottom-start'.",
|
|
559
|
+
"values": [
|
|
560
|
+
{ "name": "top" },
|
|
561
|
+
{ "name": "top-start" },
|
|
562
|
+
{ "name": "top-end" },
|
|
563
|
+
{ "name": "right" },
|
|
564
|
+
{ "name": "right-start" },
|
|
565
|
+
{ "name": "right-end" },
|
|
566
|
+
{ "name": "bottom" },
|
|
567
|
+
{ "name": "bottom-start" },
|
|
568
|
+
{ "name": "bottom-end" },
|
|
569
|
+
{ "name": "left" },
|
|
570
|
+
{ "name": "left-start" },
|
|
571
|
+
{ "name": "left-end" }
|
|
572
|
+
]
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "opened",
|
|
576
|
+
"description": "Whether the select dropdown is opened.",
|
|
577
|
+
"values": []
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "sync",
|
|
581
|
+
"description": "The sync mode of the select dropdown. How the dropdown item size is synced to the trigger element'.",
|
|
582
|
+
"values": [
|
|
583
|
+
{ "name": "width" },
|
|
584
|
+
{ "name": "height" },
|
|
585
|
+
{ "name": "both" }
|
|
586
|
+
]
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "label",
|
|
590
|
+
"description": "The label of the select.",
|
|
591
|
+
"values": []
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "description",
|
|
595
|
+
"description": "The description of the select.",
|
|
596
|
+
"values": []
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "tooltip",
|
|
600
|
+
"description": "The tooltip of the select.",
|
|
601
|
+
"values": []
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "size",
|
|
605
|
+
"description": "The size of the select. Default is 'md'.",
|
|
606
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "disabled",
|
|
610
|
+
"description": "Whether the select is disabled.",
|
|
611
|
+
"values": []
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "required",
|
|
615
|
+
"description": "Whether the select is required.",
|
|
616
|
+
"values": []
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "readonly",
|
|
620
|
+
"description": "Whether the select is readonly.",
|
|
621
|
+
"values": []
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "autofocus",
|
|
625
|
+
"description": "Whether the select is autofocus.",
|
|
626
|
+
"values": []
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "feedback",
|
|
630
|
+
"description": "The feedback content of the select.",
|
|
631
|
+
"values": []
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "feedbackType",
|
|
635
|
+
"description": "The feedback type of the select.",
|
|
636
|
+
"values": [
|
|
637
|
+
{ "name": "error" },
|
|
638
|
+
{ "name": "warning" },
|
|
639
|
+
{ "name": "info" }
|
|
640
|
+
]
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "searchMode",
|
|
644
|
+
"description": "The search mode of the select.",
|
|
645
|
+
"values": [
|
|
646
|
+
{ "name": "none" },
|
|
647
|
+
{ "name": "typehead" },
|
|
648
|
+
{ "name": "autocomplete" },
|
|
649
|
+
{ "name": "manual" }
|
|
650
|
+
]
|
|
651
|
+
}
|
|
652
|
+
],
|
|
653
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "dap-ds-content-switcher-item",
|
|
657
|
+
"description": "Segmented control item component for the segmented control.\n---\n\n\n### **Slots:**\n - _default_ - The icon content of the segmented control item.\n\n### **CSS Parts:**\n - **input** - The input of the segmented control item.",
|
|
658
|
+
"attributes": [
|
|
659
|
+
{
|
|
660
|
+
"name": "value",
|
|
661
|
+
"description": "The value of the segmented control item.",
|
|
662
|
+
"values": []
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "checked",
|
|
666
|
+
"description": "The checked state of the segmented control item.",
|
|
667
|
+
"values": []
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "selected",
|
|
671
|
+
"description": "The selected state of the segmented control item.",
|
|
672
|
+
"values": []
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "name",
|
|
676
|
+
"description": "The name of the segmented control item.",
|
|
677
|
+
"values": []
|
|
678
|
+
},
|
|
679
|
+
{ "name": "disabled", "values": [] }
|
|
680
|
+
],
|
|
681
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "dap-ds-content-switcher",
|
|
685
|
+
"description": "A content switcher is a set of two or more segments, each of which functions as a mutually exclusive button.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the content switcher is changed.\n\n### **Slots:**\n - _default_ - The content switcher items.\n\n### **CSS Parts:**\n - **base** - The main content switcher container.",
|
|
686
|
+
"attributes": [
|
|
687
|
+
{
|
|
688
|
+
"name": "multiSelect",
|
|
689
|
+
"description": "Whether the content switcher allows multiple selections.",
|
|
690
|
+
"values": []
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "value",
|
|
694
|
+
"description": "The value of the content switcher. A comma-separated list if `multiSelect` is `true`.",
|
|
695
|
+
"values": []
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "dap-ds-datepicker",
|
|
702
|
+
"description": "A datepicker is a graphical user interface widget that allows the user to select a date from a calendar and/or time from a time range.\n---\n",
|
|
703
|
+
"attributes": [{ "name": "value", "values": [] }],
|
|
704
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "dap-ds-divider",
|
|
708
|
+
"description": "A divider is a visual separator between elements.\n---\n",
|
|
709
|
+
"attributes": [
|
|
710
|
+
{
|
|
711
|
+
"name": "vertical",
|
|
712
|
+
"description": "Whether the divider is vertical. Default is false.",
|
|
713
|
+
"values": []
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "spacing",
|
|
717
|
+
"description": "The spacing of the divider. Default is 0. It is uses the design system values (100, 200, 300, etc...)",
|
|
718
|
+
"values": [{ "name": "Spacing" }]
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "dap-ds-feedback",
|
|
725
|
+
"description": "A feedback is a container for feedback messages.\n---\n\n\n### **Slots:**\n - **icon** - The custom icon of the feedback.\n- _default_ - The text of the feedback.\n\n### **CSS Parts:**\n - **base** - The main feedback container.\n- **icon** - The icon of the feedback.\n- **text** - The text of the feedback.",
|
|
726
|
+
"attributes": [
|
|
727
|
+
{
|
|
728
|
+
"name": "type",
|
|
729
|
+
"description": "The type of the feedback. Default is `positive`.",
|
|
730
|
+
"values": [{ "name": "FeedbackType" }]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "size",
|
|
734
|
+
"description": "The size of the feedback. Default is `sm`. Can be `sm` or `lg`.",
|
|
735
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "subtle",
|
|
739
|
+
"description": "The weight of the label. Default is false.",
|
|
740
|
+
"values": []
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "dap-ds-file-input-list-item",
|
|
747
|
+
"description": "A file input list item is a container for file input list items.\n---\n",
|
|
748
|
+
"attributes": [
|
|
749
|
+
{
|
|
750
|
+
"name": "deletable",
|
|
751
|
+
"description": "Show delete button. Default is `false`.",
|
|
752
|
+
"values": []
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "showSize",
|
|
756
|
+
"description": "Show file size. Default is `false`.",
|
|
757
|
+
"values": []
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "loading",
|
|
761
|
+
"description": "Show loading spinner. Default is `false`.",
|
|
762
|
+
"values": []
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "disabled",
|
|
766
|
+
"description": "Disables the file input list item.",
|
|
767
|
+
"values": []
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "inputName",
|
|
771
|
+
"description": "The name of the file input.",
|
|
772
|
+
"values": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "feedbackType",
|
|
776
|
+
"description": "The feedback type.",
|
|
777
|
+
"values": [{ "name": "FeedbackType" }]
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "feedback",
|
|
781
|
+
"description": "The feedback message.",
|
|
782
|
+
"values": []
|
|
783
|
+
},
|
|
784
|
+
{ "name": "subtle", "description": "Subtle style.", "values": [] },
|
|
785
|
+
{
|
|
786
|
+
"name": "progress",
|
|
787
|
+
"description": "The progress of the file upload.",
|
|
788
|
+
"values": []
|
|
789
|
+
},
|
|
790
|
+
{ "name": "fileData", "values": [{ "name": "FileListElement" }] }
|
|
791
|
+
],
|
|
792
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "dap-ds-file-input-list",
|
|
796
|
+
"description": "A file input list is a container for file input items.\n---\n\n\n### **Events:**\n - **dds-file-remove** - Dispatched when a file is removed from the list.\n\n### **CSS Parts:**\n - **base** - The main file input list container.",
|
|
797
|
+
"attributes": [
|
|
798
|
+
{
|
|
799
|
+
"name": "for",
|
|
800
|
+
"description": "The id of the file input element to bind to.",
|
|
801
|
+
"values": []
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "disabled",
|
|
805
|
+
"description": "Disables the file input list.",
|
|
806
|
+
"values": []
|
|
807
|
+
}
|
|
808
|
+
],
|
|
809
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "dap-ds-file-input",
|
|
813
|
+
"description": "A file input is a control that allows users to select files to upload.\n---\n\n\n### **Events:**\n - **dds-upload-start** - Fired when a file upload starts.\n- **dds-upload-progress** - Fired during file upload progress.\n- **dds-upload-complete** - Fired when a file upload completes successfully.\n- **dds-upload-error** - Fired when a file upload encounters an error.\n- **dds-all-uploads-complete** - Fired when all file uploads are complete.\n- **dds-file-removed** - Fired when a file is removed from the file input.\n\n### **CSS Parts:**\n - **base** - The main file input container.\n- **input** - The file input control.\n- **label** - The file input label.\n- **description** - The file input description.\n- **feedback** - The file input feedback.\n- **tooltip** - The file input tooltip.",
|
|
814
|
+
"attributes": [
|
|
815
|
+
{
|
|
816
|
+
"name": "subtle",
|
|
817
|
+
"description": "Font weight of the feedback label. Default is `false` which is bold.",
|
|
818
|
+
"values": []
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "name",
|
|
822
|
+
"description": "The name of the file input.",
|
|
823
|
+
"values": []
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "value",
|
|
827
|
+
"description": "The value of the file input.",
|
|
828
|
+
"values": []
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "status",
|
|
832
|
+
"description": "The status of the file input. Can be 'success' or 'error'.",
|
|
833
|
+
"values": []
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "path",
|
|
837
|
+
"description": "The server path for file uploads.",
|
|
838
|
+
"values": []
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "autoupload",
|
|
842
|
+
"description": "Whether to upload files immediately upon selection.",
|
|
843
|
+
"values": []
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "uploadproperty",
|
|
847
|
+
"description": "The name of the property to use when uploading files.",
|
|
848
|
+
"values": []
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "uploadmethod",
|
|
852
|
+
"description": "The HTTP method to use when uploading files.",
|
|
853
|
+
"values": []
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "withcredentials",
|
|
857
|
+
"description": "Whether to send credentials with the file upload request.",
|
|
858
|
+
"values": []
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "maxfiles",
|
|
862
|
+
"description": "The maximum number of files that can be uploaded.",
|
|
863
|
+
"values": []
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "maxfilesize",
|
|
867
|
+
"description": "The maximum size of files that can be uploaded.",
|
|
868
|
+
"values": []
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "size",
|
|
872
|
+
"description": "The size of the file input. Can be 'small', 'medium', or 'large'.",
|
|
873
|
+
"values": []
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "label",
|
|
877
|
+
"description": "The label for the file input.",
|
|
878
|
+
"values": []
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "description",
|
|
882
|
+
"description": "The description for the file input.",
|
|
883
|
+
"values": []
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "feedback",
|
|
887
|
+
"description": "The feedback for the file input.",
|
|
888
|
+
"values": []
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "feedbacktype",
|
|
892
|
+
"description": "The type of feedback for the file input. Can be 'error' or 'warning'.",
|
|
893
|
+
"values": []
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "tooltip",
|
|
897
|
+
"description": "The tooltip for the file input.",
|
|
898
|
+
"values": []
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "required",
|
|
902
|
+
"description": "Whether the file input is required.",
|
|
903
|
+
"values": []
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "optional",
|
|
907
|
+
"description": "Whether the file input is optional.",
|
|
908
|
+
"values": []
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "disabled",
|
|
912
|
+
"description": "Whether the file input is disabled.",
|
|
913
|
+
"values": []
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "multiple",
|
|
917
|
+
"description": "Whether the file input accepts multiple files.",
|
|
918
|
+
"values": []
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "keepvalue",
|
|
922
|
+
"description": "Whether to keep the value of the file input when new files are selected.",
|
|
923
|
+
"values": []
|
|
924
|
+
},
|
|
925
|
+
{ "name": "uploadButtonLabel", "values": [] },
|
|
926
|
+
{ "name": "accept", "values": [] },
|
|
927
|
+
{ "name": "keepValue", "values": [{ "name": "false" }] },
|
|
928
|
+
{ "name": "showProgress", "values": [] },
|
|
929
|
+
{ "name": "uploadUrl", "values": [] },
|
|
930
|
+
{ "name": "uploadProperty", "values": [] },
|
|
931
|
+
{ "name": "uploadMethod", "values": [] },
|
|
932
|
+
{ "name": "withCredentials", "values": [] },
|
|
933
|
+
{ "name": "maxFiles", "values": [] },
|
|
934
|
+
{ "name": "maxFileSize", "values": [] }
|
|
935
|
+
],
|
|
936
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "dap-ds-icon",
|
|
940
|
+
"description": "An icon is a graphical symbol that represents an object or action.\n---\n\n\n### **Slots:**\n - _default_ - The content of the icon for custom svg icons.\n\n### **CSS Parts:**\n - **base** - The main icon container.\n- **icon** - The icon of the icon.",
|
|
941
|
+
"attributes": [
|
|
942
|
+
{
|
|
943
|
+
"name": "name",
|
|
944
|
+
"description": "The name of the icon.",
|
|
945
|
+
"values": []
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "size",
|
|
949
|
+
"description": "The size of the icon. Default is `md`. Can be `lg`, `md`, `sm`, or `xs`.",
|
|
950
|
+
"values": [{ "name": "IconSize" }]
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "focusable",
|
|
954
|
+
"description": "Whether the icon is focusable. Default is false.",
|
|
955
|
+
"values": []
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "ariaHidden",
|
|
959
|
+
"description": "Whether the icon is hidden from the accessibility tree. Default is true.",
|
|
960
|
+
"values": []
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "staticSize",
|
|
964
|
+
"description": "The size of the icon in pixels. This overrides the size attribute.",
|
|
965
|
+
"values": []
|
|
966
|
+
}
|
|
967
|
+
],
|
|
968
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "dap-ds-icon-button",
|
|
972
|
+
"description": "An icon button is a button with an icon.\n---\n\n\n### **Slots:**\n - _default_ - The icon of the button.\n\n### **CSS Parts:**\n - **base** - The main button container.\n- **content** - The icon of the button.",
|
|
973
|
+
"attributes": [
|
|
974
|
+
{
|
|
975
|
+
"name": "variant",
|
|
976
|
+
"description": "The type of the button. Can be `neutral`, `brand`, `inverted` or `inverted-brand` . Default is `neutral`.",
|
|
977
|
+
"values": [{ "name": "ButtonVariant" }]
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "size",
|
|
981
|
+
"description": "The size of the button. Default is `md`. Can be `lg`, `md`, or `sm`.",
|
|
982
|
+
"values": [{ "name": "ButtonSize" }]
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "disabled",
|
|
986
|
+
"description": "If true, the button is disabled. Default is false.",
|
|
987
|
+
"values": []
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "htmlType",
|
|
991
|
+
"description": "The type of the button. Can be `button`, `submit`, or `reset`. Default is `button`.",
|
|
992
|
+
"values": [{ "name": "HtmlButtonType" }]
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "ariaLabel",
|
|
996
|
+
"description": "The aria label of the button.",
|
|
997
|
+
"values": []
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "name",
|
|
1001
|
+
"description": "The name of the button.",
|
|
1002
|
+
"values": []
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "icon",
|
|
1006
|
+
"description": "The icon of the button. You can use the icon name from the icon component.",
|
|
1007
|
+
"values": []
|
|
1008
|
+
},
|
|
1009
|
+
{ "name": "clean", "values": [] }
|
|
1010
|
+
],
|
|
1011
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "dap-ds-input",
|
|
1015
|
+
"description": "An input is a field used to collect user input.\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### **Slots:**\n - **postfix** - The postfix of the input.\n- **prefix** - The prefix of the input.\n- **addon-before** - The addon before the input.\n- **addon-after** - The addon after the input.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main input container.\n- **input** - The input element.\n- **label** - The label of the input.\n- **description** - The description of the input.\n- **feedback** - The feedback of the input.\n- **tooltip** - The tooltip of the input.\n- **addon-before** - The addon before the input.\n- **addon-after** - The addon after the input.\n- **prefix** - The prefix of the input.\n- **postfix** - The postfix of the input.",
|
|
1016
|
+
"attributes": [
|
|
1017
|
+
{
|
|
1018
|
+
"name": "label",
|
|
1019
|
+
"description": "The label of the input.",
|
|
1020
|
+
"values": []
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "optionalLabel",
|
|
1024
|
+
"description": "Text of optional label.",
|
|
1025
|
+
"values": []
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "subtle",
|
|
1029
|
+
"description": "Text weight of label. If true the label is subtle. Default value is false.",
|
|
1030
|
+
"values": []
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "placeholder",
|
|
1034
|
+
"description": "The placeholder of the input.",
|
|
1035
|
+
"values": []
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "description",
|
|
1039
|
+
"description": "The description of the input.",
|
|
1040
|
+
"values": []
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "tooltip",
|
|
1044
|
+
"description": "The tooltip of the input.",
|
|
1045
|
+
"values": []
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "status",
|
|
1049
|
+
"description": "The status of the input. Can be `success` or `error`.",
|
|
1050
|
+
"values": []
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "size",
|
|
1054
|
+
"description": "The size of the input. Default is `sm`. Can be `sm` or `lg`.",
|
|
1055
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "name",
|
|
1059
|
+
"description": "The name of the input.",
|
|
1060
|
+
"values": []
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "value",
|
|
1064
|
+
"description": "The value of the input.",
|
|
1065
|
+
"values": []
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "type",
|
|
1069
|
+
"description": "The type of the input. Default is 'text'.",
|
|
1070
|
+
"values": []
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "disabled",
|
|
1074
|
+
"description": "The disabled state of the input. Default is false.",
|
|
1075
|
+
"values": []
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "required",
|
|
1079
|
+
"description": "The required state of the input. Default is false.",
|
|
1080
|
+
"values": []
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "readonly",
|
|
1084
|
+
"description": "The readonly state of the input. Default is false.",
|
|
1085
|
+
"values": []
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "autofocus",
|
|
1089
|
+
"description": "The autofocus state of the input. Default is false.",
|
|
1090
|
+
"values": []
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "autocapitalize",
|
|
1094
|
+
"description": "The autocapitalize state of the input. Default is false.",
|
|
1095
|
+
"values": []
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "minlength",
|
|
1099
|
+
"description": "The minimum length of the input.",
|
|
1100
|
+
"values": []
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "maxlength",
|
|
1104
|
+
"description": "The maximum length of the input.",
|
|
1105
|
+
"values": []
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "min",
|
|
1109
|
+
"description": "The minimum value of the number input.",
|
|
1110
|
+
"values": []
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "max",
|
|
1114
|
+
"description": "The maximum value of the number input.",
|
|
1115
|
+
"values": []
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "step",
|
|
1119
|
+
"description": "The step value of the number input.",
|
|
1120
|
+
"values": []
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "inputmode",
|
|
1124
|
+
"description": "The inputmode of the input.",
|
|
1125
|
+
"values": []
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "pattern",
|
|
1129
|
+
"description": "The regex pattern of the input.",
|
|
1130
|
+
"values": []
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "feedback",
|
|
1134
|
+
"description": "The feedback of the input.",
|
|
1135
|
+
"values": []
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "feedbackType",
|
|
1139
|
+
"description": "The feedback type of the input. Can be `info`, `success`, or `error`.",
|
|
1140
|
+
"values": [
|
|
1141
|
+
{ "name": "info" },
|
|
1142
|
+
{ "name": "success" },
|
|
1143
|
+
{ "name": "error" }
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "loading",
|
|
1148
|
+
"description": "The loading state of the input. Default is false.",
|
|
1149
|
+
"values": []
|
|
1150
|
+
}
|
|
1151
|
+
],
|
|
1152
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "dap-ds-link",
|
|
1156
|
+
"description": "A link is a reference to a web resource.\n---\n\n\n### **Slots:**\n - _default_ - The text of the link.\n\n### **CSS Parts:**\n - **base** - The main link container.\n- **text** - The text of the link.",
|
|
1157
|
+
"attributes": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "size",
|
|
1160
|
+
"description": "The size of the link. Default is `md`. Can be `lg`, `md`, `sm`, or `xs`.",
|
|
1161
|
+
"values": [{ "name": "LinkSize" }]
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "variant",
|
|
1165
|
+
"description": "The theme of the link. Default is `neutral`. Can be `neutral` or `brand` or `inverted`.",
|
|
1166
|
+
"values": [{ "name": "LinkVariant" }]
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "target",
|
|
1170
|
+
"description": "The target of the link. Default is `_self`. Can be `_blank`, `_self`, `_parent`, or `_top`.",
|
|
1171
|
+
"values": [{ "name": "LinkTarget" }]
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "href",
|
|
1175
|
+
"description": "The href of the link.",
|
|
1176
|
+
"values": []
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "rel",
|
|
1180
|
+
"description": "The rel of the link. Default is 'noreferrer noopener'.",
|
|
1181
|
+
"values": []
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "disabled",
|
|
1185
|
+
"description": "The disabled state of the link. Default is false.",
|
|
1186
|
+
"values": []
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"name": "bold",
|
|
1190
|
+
"description": "The bold state of the link. Default is false.",
|
|
1191
|
+
"values": []
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "noUnderline",
|
|
1195
|
+
"description": "The no underline state of the link. Default is false.",
|
|
1196
|
+
"values": []
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "dap-ds-list-item",
|
|
1203
|
+
"description": "A list\n---\n\n\n### **Slots:**\n - _default_ - The content of the list item.\n- **icon** - The icon of the list item.\n- **title** - The title of the list item.\n\n### **CSS Parts:**\n - **base** - The main list item container.\n- **icon** - The icon of the list item.\n- **title** - The title of the list item.\n- **description** - The description of the list item.\n- **container** - The container of the list item.",
|
|
1204
|
+
"attributes": [
|
|
1205
|
+
{
|
|
1206
|
+
"name": "variant",
|
|
1207
|
+
"description": "The type of the list item.",
|
|
1208
|
+
"values": [{ "name": "ListItemVariant" }]
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "status",
|
|
1212
|
+
"description": "The status of the list item.",
|
|
1213
|
+
"values": [{ "name": "ListItemStatus" }]
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "alignment",
|
|
1217
|
+
"description": "The alignment of the list item.",
|
|
1218
|
+
"values": [{ "name": "Alignment" }]
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "shade",
|
|
1222
|
+
"description": "The background strongness of the list item.",
|
|
1223
|
+
"values": [{ "name": "BackgroundShade" }]
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "title",
|
|
1227
|
+
"description": "The title of the list item.",
|
|
1228
|
+
"values": []
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "icon",
|
|
1232
|
+
"description": "The icon of the list item. This is an icon name from the built in icons.",
|
|
1233
|
+
"values": []
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "number",
|
|
1237
|
+
"description": "The number of the list item. Only used when variant is 'number'.",
|
|
1238
|
+
"values": []
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "dap-ds-modal",
|
|
1245
|
+
"description": "A modal is a container for modal content.\n---\n\n\n### **Events:**\n - **dds-before-open** - Fires before the modal opens.\n- **dds-opened** - Fires after the modal opens.\n- **dds-before-close** - Fires before the modal closes.\n- **dds-closed** - Fires after the modal closed.\n- **dds-close** - Fires when the modal is closes. You can prevent the modal from closing by calling `event.preventDefault()`.\n\n### **Slots:**\n - _default_ - The content of the modal.\n- **title** - The title of the modal.\n- **description** - The description of the modal.\n- **footer** - The footer of the modal.\n\n### **CSS Parts:**\n - **base** - The main modal container.\n- **panel** - The panel of the modal.\n- **header** - The header of the modal.\n- **title** - The title of the modal.\n- **description** - The description of the modal.\n- **footer** - The footer of the modal.\n- **content** - The body of the modal.\n- **closebutton** - The close button of the modal.",
|
|
1246
|
+
"attributes": [
|
|
1247
|
+
{
|
|
1248
|
+
"name": "open",
|
|
1249
|
+
"description": "The open state of the modal.",
|
|
1250
|
+
"values": []
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "closeOnEsc",
|
|
1254
|
+
"description": "Whether the modal should close on pressing the escape key. Default is true.",
|
|
1255
|
+
"values": []
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"name": "closeOnOverlayClick",
|
|
1259
|
+
"description": "Whether the modal should close on clicking the overlay. Default is true.",
|
|
1260
|
+
"values": []
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "noCloseButton",
|
|
1264
|
+
"description": "Whether the modal should have a close button. Default is false.",
|
|
1265
|
+
"values": []
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "title",
|
|
1269
|
+
"description": "The title of the modal.",
|
|
1270
|
+
"values": []
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "description",
|
|
1274
|
+
"description": "The description of the modal.",
|
|
1275
|
+
"values": []
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "okButtonLabel",
|
|
1279
|
+
"description": "The label of the OK button.",
|
|
1280
|
+
"values": []
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "cancelButtonLabel",
|
|
1284
|
+
"description": "The label of the Cancel button.",
|
|
1285
|
+
"values": []
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "noFooter",
|
|
1289
|
+
"description": "Whether the modal should have a footer. Default is false.",
|
|
1290
|
+
"values": []
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "noHeader",
|
|
1294
|
+
"description": "Whether the modal should have a header. Default is false.",
|
|
1295
|
+
"values": []
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "dap-ds-number-input",
|
|
1302
|
+
"description": "A number input is a field for entering a number.\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### **Slots:**\n - **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **postfix** - The postfix of the input.\n- **decrement** - The decrement button of the input.\n- **increment** - The increment button of the input.",
|
|
1303
|
+
"attributes": [
|
|
1304
|
+
{
|
|
1305
|
+
"name": "label",
|
|
1306
|
+
"description": "The label of the input.",
|
|
1307
|
+
"values": []
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "placeholder",
|
|
1311
|
+
"description": "The placeholder of the input.",
|
|
1312
|
+
"values": []
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "description",
|
|
1316
|
+
"description": "The description of the input.",
|
|
1317
|
+
"values": []
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "tooltip",
|
|
1321
|
+
"description": "The tooltip of the input.",
|
|
1322
|
+
"values": []
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "status",
|
|
1326
|
+
"description": "The status of the input. Can be `success` or `error`.",
|
|
1327
|
+
"values": [{ "name": "success" }, { "name": "error" }]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "size",
|
|
1331
|
+
"description": "The size of the input. Default is `sm`. Can be `sm` or `lg`.",
|
|
1332
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "name",
|
|
1336
|
+
"description": "The name of the input.",
|
|
1337
|
+
"values": []
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "value",
|
|
1341
|
+
"description": "The value of the input.",
|
|
1342
|
+
"values": []
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "disabled",
|
|
1346
|
+
"description": "The disabled state of the input. Default is false.",
|
|
1347
|
+
"values": []
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "required",
|
|
1351
|
+
"description": "The required state of the input. Default is false.",
|
|
1352
|
+
"values": []
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "readonly",
|
|
1356
|
+
"description": "The readonly state of the input. Default is false.",
|
|
1357
|
+
"values": []
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "autofocus",
|
|
1361
|
+
"description": "The autofocus state of the input. Default is false.",
|
|
1362
|
+
"values": []
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "min",
|
|
1366
|
+
"description": "The minimum value of the number input.",
|
|
1367
|
+
"values": []
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "max",
|
|
1371
|
+
"description": "The maximum value of the number input.",
|
|
1372
|
+
"values": []
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "step",
|
|
1376
|
+
"description": "The step value of the number input.",
|
|
1377
|
+
"values": []
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "feedback",
|
|
1381
|
+
"description": "The feedback of the input.",
|
|
1382
|
+
"values": []
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "feedbackType",
|
|
1386
|
+
"description": "The feedback type of the input. Can be `info`, `success`, or `error`.",
|
|
1387
|
+
"values": [
|
|
1388
|
+
{ "name": "info" },
|
|
1389
|
+
{ "name": "success" },
|
|
1390
|
+
{ "name": "error" }
|
|
1391
|
+
]
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "loading",
|
|
1395
|
+
"description": "The loading state of the input. Default is false.",
|
|
1396
|
+
"values": []
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"name": "optional",
|
|
1400
|
+
"description": "The optional state of the input.",
|
|
1401
|
+
"values": []
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "optionalLabel",
|
|
1405
|
+
"description": "The optional label of the input.",
|
|
1406
|
+
"values": []
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "subtle",
|
|
1410
|
+
"description": "The weight of the label. Default is `false`",
|
|
1411
|
+
"values": []
|
|
1412
|
+
}
|
|
1413
|
+
],
|
|
1414
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "dap-ds-option-item",
|
|
1418
|
+
"description": "An option item is a selectable item in a list of options.\n---\n\n\n### **CSS Parts:**\n - **base** - The main option item container.\n- **prefix** - The prefix of the option item.\n- **label** - The label of the option item.\n- **suffix** - The suffix of the option item.",
|
|
1419
|
+
"attributes": [
|
|
1420
|
+
{
|
|
1421
|
+
"name": "selected",
|
|
1422
|
+
"description": "The selected state of the option item.",
|
|
1423
|
+
"values": []
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "value",
|
|
1427
|
+
"description": "The value of the option item.",
|
|
1428
|
+
"values": []
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "disabled",
|
|
1432
|
+
"description": "The disabled state of the option item.",
|
|
1433
|
+
"values": []
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "focused",
|
|
1437
|
+
"description": "The focused state of the option item.",
|
|
1438
|
+
"values": []
|
|
1439
|
+
},
|
|
1440
|
+
{ "name": "selectable", "values": [] },
|
|
1441
|
+
{ "name": "label", "values": [] }
|
|
1442
|
+
],
|
|
1443
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "dap-ds-option-list",
|
|
1447
|
+
"description": "An option list is a list of selectable options.\n---\n\n\n### **Events:**\n - **dds-cancel** - Fired when the escape key is pressed.\n- **dds-option-change** - Fired when the option list value changes.\n- **dds-keydown** - Fired when a key is pressed down.\n\n### **CSS Parts:**\n - **base** - The main option list container.",
|
|
1448
|
+
"attributes": [
|
|
1449
|
+
{
|
|
1450
|
+
"name": "filterText",
|
|
1451
|
+
"description": "The filter text of the option list.",
|
|
1452
|
+
"values": []
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "value",
|
|
1456
|
+
"description": "The value of the option list.",
|
|
1457
|
+
"values": []
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "focused",
|
|
1461
|
+
"description": "The focused state of the option list.",
|
|
1462
|
+
"values": []
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "search-mode",
|
|
1466
|
+
"description": "The search mode of the option list. Default is `none`. Can be `none`, `typehead`, or `search`.",
|
|
1467
|
+
"values": [
|
|
1468
|
+
{ "name": "none" },
|
|
1469
|
+
{ "name": "typehead" },
|
|
1470
|
+
{ "name": "search" }
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "options",
|
|
1475
|
+
"description": "The options of the option list.",
|
|
1476
|
+
"values": [{ "name": "any[]" }]
|
|
1477
|
+
},
|
|
1478
|
+
{ "name": "search", "values": [] },
|
|
1479
|
+
{
|
|
1480
|
+
"name": "searchMode",
|
|
1481
|
+
"values": [
|
|
1482
|
+
{ "name": "none" },
|
|
1483
|
+
{ "name": "typehead" },
|
|
1484
|
+
{ "name": "autocomplete" },
|
|
1485
|
+
{ "name": "manual" }
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
|
+
{ "name": "searchOnValueSet", "values": [] },
|
|
1489
|
+
{ "name": "selectable", "values": [] }
|
|
1490
|
+
],
|
|
1491
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "dap-ds-overlay",
|
|
1495
|
+
"description": "An overlay is a container for overlay content.\n---\n",
|
|
1496
|
+
"attributes": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "open",
|
|
1499
|
+
"description": "The open state of the overlay.",
|
|
1500
|
+
"values": []
|
|
1501
|
+
}
|
|
1502
|
+
],
|
|
1503
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "dap-ds-password-input",
|
|
1507
|
+
"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 Parts:**\n - **postfix** - The postfix of the password input.\n- **password-input** - The password input.\n- **password-input--visible** - The visible password input.",
|
|
1508
|
+
"attributes": [
|
|
1509
|
+
{
|
|
1510
|
+
"name": "label",
|
|
1511
|
+
"description": "The label of the password input.",
|
|
1512
|
+
"values": []
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "placeholder",
|
|
1516
|
+
"description": "The placeholder of the password input.",
|
|
1517
|
+
"values": []
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "description",
|
|
1521
|
+
"description": "The description of the password input.",
|
|
1522
|
+
"values": []
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "tooltip",
|
|
1526
|
+
"description": "The tooltip of the password input.",
|
|
1527
|
+
"values": []
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "status",
|
|
1531
|
+
"description": "The status of the password input. Can be `success` or `error`.",
|
|
1532
|
+
"values": []
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "size",
|
|
1536
|
+
"description": "The size of the password input. Default is `sm`. Can be `sm` or `lg`.",
|
|
1537
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "name",
|
|
1541
|
+
"description": "The name of the password input.",
|
|
1542
|
+
"values": []
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "value",
|
|
1546
|
+
"description": "The value of the password input.",
|
|
1547
|
+
"values": []
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "disabled",
|
|
1551
|
+
"description": "The disabled state of the password input. Default is false.",
|
|
1552
|
+
"values": []
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "required",
|
|
1556
|
+
"description": "The required state of the password input. Default is false.",
|
|
1557
|
+
"values": []
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "readonly",
|
|
1561
|
+
"description": "The readonly state of the password input. Default is false.",
|
|
1562
|
+
"values": []
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "autofocus",
|
|
1566
|
+
"description": "The autofocus state of the password input. Default is false.",
|
|
1567
|
+
"values": []
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "feedback",
|
|
1571
|
+
"description": "The feedback of the input.",
|
|
1572
|
+
"values": []
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "feedbackType",
|
|
1576
|
+
"description": "The feedback type of the password input. Can be `info`, `success`, or `error`.",
|
|
1577
|
+
"values": [
|
|
1578
|
+
{ "name": "info" },
|
|
1579
|
+
{ "name": "success" },
|
|
1580
|
+
{ "name": "error" }
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"name": "loading",
|
|
1585
|
+
"description": "The loading state of the password input. Default is false.",
|
|
1586
|
+
"values": []
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "optional",
|
|
1590
|
+
"description": "The optional state of the password input.",
|
|
1591
|
+
"values": []
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "optionalLabel",
|
|
1595
|
+
"description": "The optional label of the password input.",
|
|
1596
|
+
"values": []
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "subtle",
|
|
1600
|
+
"description": "The weight of the label. Default is `false`",
|
|
1601
|
+
"values": []
|
|
1602
|
+
}
|
|
1603
|
+
],
|
|
1604
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "dap-ds-popup",
|
|
1608
|
+
"description": "A popup is a container for popup content.\n---\n\n\n### **Slots:**\n - **trigger** - The trigger of the popup.\n- _default_ - The content of the popup.\n\n### **CSS Parts:**\n - **popup** - The main popup container.\n- **arrow** - The arrow of the popup.",
|
|
1609
|
+
"attributes": [
|
|
1610
|
+
{
|
|
1611
|
+
"name": "disabled",
|
|
1612
|
+
"description": "The disabled state of the popup.",
|
|
1613
|
+
"values": []
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"name": "opened",
|
|
1617
|
+
"description": "The open state of the popup.",
|
|
1618
|
+
"values": []
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"name": "placement",
|
|
1622
|
+
"description": "The placement of the popup. Can be 'top', 'right', 'bottom', or 'left'. Default is 'bottom'.",
|
|
1623
|
+
"values": [{ "name": "PopupPlacement" }]
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "floatingStrategy",
|
|
1627
|
+
"description": "The floating strategy of the popup. Default is `absolute`. Can be `absolute` or `fixed`.",
|
|
1628
|
+
"values": [{ "name": "absolute" }, { "name": "fixed" }]
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "offset",
|
|
1632
|
+
"description": "The offset of the popup.",
|
|
1633
|
+
"values": []
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "sync",
|
|
1637
|
+
"description": "The sync state of the popup.",
|
|
1638
|
+
"values": []
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "hasArrow",
|
|
1642
|
+
"description": "The arrow state of the popup.",
|
|
1643
|
+
"values": []
|
|
1644
|
+
},
|
|
1645
|
+
{ "name": "maxHeight", "values": [] }
|
|
1646
|
+
],
|
|
1647
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "dap-ds-radio-button",
|
|
1651
|
+
"description": "A radio button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the radio button is checked.\n- **dds-blur** - Emitted when the radio button loses focus.\n- **dds-focus** - Emitted when the radio button gains focus.\n- **dds-input** - Emitted when the radio button receives input.\n\n### **CSS Parts:**\n - **base** - The main radio button container.\n- **baselabel** - The main label container\n- **label** - The label of the radio button.\n- **input** - The native input of the radio button.\n- **control** - The control of the radio button.\n- **description** - The description of the radio button.",
|
|
1652
|
+
"attributes": [
|
|
1653
|
+
{
|
|
1654
|
+
"name": "size",
|
|
1655
|
+
"description": "The size of the radio button. Default is `md`. Can be `sm`, `md`, or `lg`.",
|
|
1656
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "name",
|
|
1660
|
+
"description": "The name of the radio button.",
|
|
1661
|
+
"values": []
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "value",
|
|
1665
|
+
"description": "The value of the radio button.",
|
|
1666
|
+
"values": []
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "checked",
|
|
1670
|
+
"description": "The checked state of the radio button.",
|
|
1671
|
+
"values": []
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "disabled",
|
|
1675
|
+
"description": "The disabled state of the radio button.",
|
|
1676
|
+
"values": []
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "required",
|
|
1680
|
+
"description": "The required state of the radio button.",
|
|
1681
|
+
"values": []
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "label",
|
|
1685
|
+
"description": "The label of the radio button.",
|
|
1686
|
+
"values": []
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "description",
|
|
1690
|
+
"description": "The description of the radio button.",
|
|
1691
|
+
"values": []
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "labelPlacement",
|
|
1695
|
+
"description": "The placement of the label. Can be `left` or `right`. Default is `right`.",
|
|
1696
|
+
"values": [{ "name": "left" }, { "name": "right" }]
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "descriptionPlacement",
|
|
1700
|
+
"description": "The placement of the description. Can be `top` or `bottom`. Default is `bottom`.",
|
|
1701
|
+
"values": [{ "name": "top" }, { "name": "bottom" }]
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "dap-ds-search",
|
|
1708
|
+
"description": "A select 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 search value changes.\n- **dds-blur** - Emitted when the search loses focus.\n- **dds-focus** - Emitted when the search gains focus.\n- **dds-clear** - Emitted when the search is cleared.\n- **dds-search** - Emitted when the search input value changes.\n- **dds-input** - Emitted when typing happens in the search input.\n\n### **CSS Parts:**\n - **base** - The main search container.\n- **trigger** - The trigger button of the search.\n- **label** - The label of the search.\n- **description** - The description of the search.\n- **feedback** - The feedback of the search.\n- **tooltip** - The tooltip of the search.\n- **option-list** - The option list of the search.",
|
|
1709
|
+
"attributes": [
|
|
1710
|
+
{
|
|
1711
|
+
"name": "value",
|
|
1712
|
+
"description": "The value of the search.",
|
|
1713
|
+
"values": []
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "placeholder",
|
|
1717
|
+
"description": "The placeholder of the search.",
|
|
1718
|
+
"values": []
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "placement",
|
|
1722
|
+
"description": "The placement of the select dropdown. Default is 'bottom-start'.",
|
|
1723
|
+
"values": [
|
|
1724
|
+
{ "name": "top" },
|
|
1725
|
+
{ "name": "top-start" },
|
|
1726
|
+
{ "name": "top-end" },
|
|
1727
|
+
{ "name": "right" },
|
|
1728
|
+
{ "name": "right-start" },
|
|
1729
|
+
{ "name": "right-end" },
|
|
1730
|
+
{ "name": "bottom" },
|
|
1731
|
+
{ "name": "bottom-start" },
|
|
1732
|
+
{ "name": "bottom-end" },
|
|
1733
|
+
{ "name": "left" },
|
|
1734
|
+
{ "name": "left-start" },
|
|
1735
|
+
{ "name": "left-end" }
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "opened",
|
|
1740
|
+
"description": "Whether the search dropdown is opened.",
|
|
1741
|
+
"values": []
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "sync",
|
|
1745
|
+
"description": "The sync mode of the search dropdown. How the dropdown item size is synced to the trigger element'.",
|
|
1746
|
+
"values": [
|
|
1747
|
+
{ "name": "width" },
|
|
1748
|
+
{ "name": "height" },
|
|
1749
|
+
{ "name": "both" }
|
|
1750
|
+
]
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"name": "label",
|
|
1754
|
+
"description": "The label of the search.",
|
|
1755
|
+
"values": []
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "description",
|
|
1759
|
+
"description": "The description of the search.",
|
|
1760
|
+
"values": []
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "tooltip",
|
|
1764
|
+
"description": "The tooltip of the search.",
|
|
1765
|
+
"values": []
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "size",
|
|
1769
|
+
"description": "The size of the search. Default is 'md'.",
|
|
1770
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "disabled",
|
|
1774
|
+
"description": "Whether the search is disabled.",
|
|
1775
|
+
"values": []
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "required",
|
|
1779
|
+
"description": "Whether the search is required.",
|
|
1780
|
+
"values": []
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "readonly",
|
|
1784
|
+
"description": "Whether the search is readonly.",
|
|
1785
|
+
"values": []
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "autofocus",
|
|
1789
|
+
"description": "Whether the search is autofocus.",
|
|
1790
|
+
"values": []
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "clearable",
|
|
1794
|
+
"description": "Whether the search is clearable.",
|
|
1795
|
+
"values": []
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"name": "autocomplete",
|
|
1799
|
+
"description": "Whether the search is autcomplete.",
|
|
1800
|
+
"values": []
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"name": "feedback",
|
|
1804
|
+
"description": "The feedback content of the search.",
|
|
1805
|
+
"values": []
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "feedbackType",
|
|
1809
|
+
"description": "The feedback type of the search.",
|
|
1810
|
+
"values": [
|
|
1811
|
+
{ "name": "error" },
|
|
1812
|
+
{ "name": "warning" },
|
|
1813
|
+
{ "name": "info" }
|
|
1814
|
+
]
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "allowManualInput",
|
|
1818
|
+
"description": "Whether the search allows manual input, or free text.",
|
|
1819
|
+
"values": []
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "searchForText",
|
|
1823
|
+
"description": "Whether the search should search for the selected item text.",
|
|
1824
|
+
"values": []
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "noTextComplete",
|
|
1828
|
+
"description": "Whether the search should not complete the text.",
|
|
1829
|
+
"values": []
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "searchMode",
|
|
1833
|
+
"description": "The search mode of the select.",
|
|
1834
|
+
"values": [
|
|
1835
|
+
{ "name": "none" },
|
|
1836
|
+
{ "name": "typehead" },
|
|
1837
|
+
{ "name": "autocomplete" },
|
|
1838
|
+
{ "name": "manual" }
|
|
1839
|
+
]
|
|
1840
|
+
}
|
|
1841
|
+
],
|
|
1842
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "dap-ds-select",
|
|
1846
|
+
"description": "A select 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 select value changes.\n- **dds-blur** - Emitted when the select loses focus.\n- **dds-focus** - Emitted when the select gains focus.\n\n### **CSS Parts:**\n - **base** - The main select container.\n- **trigger** - The trigger button of the select.\n- **label** - The label of the select.\n- **description** - The description of the select.\n- **feedback** - The feedback of the select.\n- **tooltip** - The tooltip of the select.\n- **option-list** - The option list of the select.",
|
|
1847
|
+
"attributes": [
|
|
1848
|
+
{
|
|
1849
|
+
"name": "value",
|
|
1850
|
+
"description": "The value of the select.",
|
|
1851
|
+
"values": []
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "placeholder",
|
|
1855
|
+
"description": "The placeholder of the select.",
|
|
1856
|
+
"values": []
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "placement",
|
|
1860
|
+
"description": "The placement of the select dropdown. Default is 'bottom-start'. Can be 'top', 'top-start', 'top-end', 'right', 'right-start', 'right-end', 'bottom', 'bottom-start', 'bottom-end', 'left', 'left-start', 'left-end'.",
|
|
1861
|
+
"values": [{ "name": "PopupPlacement" }]
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "opened",
|
|
1865
|
+
"description": "Whether the select dropdown is opened.",
|
|
1866
|
+
"values": []
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "sync",
|
|
1870
|
+
"description": "The sync mode of the select dropdown. How the dropdown item size is synced to the trigger element. Default is `both`. Can be `width`, `height`, or `both`.",
|
|
1871
|
+
"values": []
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "label",
|
|
1875
|
+
"description": "The label of the select.",
|
|
1876
|
+
"values": []
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "description",
|
|
1880
|
+
"description": "The description of the select.",
|
|
1881
|
+
"values": []
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "tooltip",
|
|
1885
|
+
"description": "The tooltip of the select.",
|
|
1886
|
+
"values": []
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "size",
|
|
1890
|
+
"description": "The size of the select. Default is `sm`. Can be `sm` or `lg`.",
|
|
1891
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "disabled",
|
|
1895
|
+
"description": "Whether the select is disabled.",
|
|
1896
|
+
"values": []
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "required",
|
|
1900
|
+
"description": "Whether the select is required.",
|
|
1901
|
+
"values": []
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "readonly",
|
|
1905
|
+
"description": "Whether the select is readonly.",
|
|
1906
|
+
"values": []
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "autofocus",
|
|
1910
|
+
"description": "Whether the select is autofocus.",
|
|
1911
|
+
"values": []
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "loading",
|
|
1915
|
+
"description": "Whether the select is loading.",
|
|
1916
|
+
"values": []
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "maxHeight",
|
|
1920
|
+
"description": "The max height of the floating dropdown.",
|
|
1921
|
+
"values": []
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "feedback",
|
|
1925
|
+
"description": "The feedback of the select.",
|
|
1926
|
+
"values": []
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"name": "feedbackType",
|
|
1930
|
+
"description": "The feedback type of the select. Can be `info`, `success`, or `error`.",
|
|
1931
|
+
"values": [
|
|
1932
|
+
{ "name": "info" },
|
|
1933
|
+
{ "name": "success" },
|
|
1934
|
+
{ "name": "error" }
|
|
1935
|
+
]
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "isMobile",
|
|
1939
|
+
"description": "Whether the select is in mobile mode.",
|
|
1940
|
+
"values": []
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "status",
|
|
1944
|
+
"description": "The status of the select. Can be `success` or `error`.",
|
|
1945
|
+
"values": []
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "optional",
|
|
1949
|
+
"description": "The optional state of the select.",
|
|
1950
|
+
"values": []
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "optionalLabel",
|
|
1954
|
+
"description": "The optional label of the select.",
|
|
1955
|
+
"values": []
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "subtle",
|
|
1959
|
+
"description": "The weight of the label. Default is `false`",
|
|
1960
|
+
"values": []
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "noAnimation",
|
|
1964
|
+
"description": "The animation state of the select. Default is `false`",
|
|
1965
|
+
"values": []
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "dap-ds-skip-link",
|
|
1972
|
+
"description": "A skip link is a link that allows keyboard users to skip to the main content of a page.\n---\n\n\n### **Slots:**\n - _default_ - The content of the skip link.\n\n### **CSS Parts:**\n - **base** - The main skip link container.",
|
|
1973
|
+
"attributes": [
|
|
1974
|
+
{
|
|
1975
|
+
"name": "href",
|
|
1976
|
+
"description": "The URL of the skip link.",
|
|
1977
|
+
"values": []
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "size",
|
|
1981
|
+
"description": "The size of the skip link. Default is `sm`. Can be `sm` or `lg`.",
|
|
1982
|
+
"values": [{ "name": "CommonSize" }]
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "noUnderLine",
|
|
1986
|
+
"description": "Whether the skip link should have an underline.",
|
|
1987
|
+
"values": []
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "placement",
|
|
1991
|
+
"description": "The placement of the skip link. Default is `left`. Can be `left` or `center`.",
|
|
1992
|
+
"values": [{ "name": "Placement" }]
|
|
1993
|
+
},
|
|
1994
|
+
{ "name": "noUnderline", "values": [] }
|
|
1995
|
+
],
|
|
1996
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "dap-ds-spinner",
|
|
2000
|
+
"description": "Loading spinner component.\n---\n\n\n### **CSS Parts:**\n - **base** - The main spinner container.\n- **icon** - The loading icon element.\n- **text** - The loading text element.",
|
|
2001
|
+
"attributes": [
|
|
2002
|
+
{
|
|
2003
|
+
"name": "text",
|
|
2004
|
+
"description": "The loading text. Optional, default is empty.",
|
|
2005
|
+
"values": []
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "size",
|
|
2009
|
+
"description": "The size of the spinner. It is based on the icon sizes. Default is `lg`.",
|
|
2010
|
+
"values": [{ "name": "IconSize" }]
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "staticSize",
|
|
2014
|
+
"description": "The size of the spinner in pixels. This overrides the size attribute.",
|
|
2015
|
+
"values": []
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "variant",
|
|
2019
|
+
"description": "The variant of the spinner. Default is `neutral`. Can be `neutral`, `brand`, `negative`, `positive`, or `inverted`.",
|
|
2020
|
+
"values": [{ "name": "SpinnerVariant" }]
|
|
2021
|
+
}
|
|
2022
|
+
],
|
|
2023
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"name": "dap-ds-stack",
|
|
2027
|
+
"description": "A stack is a container for stacked content.\n---\n\n\n### **Slots:**\n - _default_ - The content of the stack.\n\n### **CSS Parts:**\n - **stack** - The main stack container.",
|
|
2028
|
+
"attributes": [
|
|
2029
|
+
{
|
|
2030
|
+
"name": "direction",
|
|
2031
|
+
"description": "The direction of the stack. Default is `column`. Can be `column`, `column-reverse`, `row`, or `row-reverse`.",
|
|
2032
|
+
"values": [{ "name": "CSSFlexDirection" }]
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "spacing",
|
|
2036
|
+
"description": "The spacing of the stack. Uses the system spacing scale (100, 200, 300...etc)",
|
|
2037
|
+
"values": [{ "name": "Spacing" }]
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "endMargin",
|
|
2041
|
+
"description": "Adds margin to the end of the stack.",
|
|
2042
|
+
"values": []
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "startMargin",
|
|
2046
|
+
"description": "Adds margin to the start of the stack.",
|
|
2047
|
+
"values": []
|
|
2048
|
+
}
|
|
2049
|
+
],
|
|
2050
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "dap-ds-switch",
|
|
2054
|
+
"description": "A switch is a graphical control element that allows the user to toggle between two states.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the input value changes.\n- **dds-blur** - Emitted when the input loses focus.\n- **dds-focus** - Emitted when the input gains focus.\n- **dds-input** - Emitted when the input receives input.\n\n### **CSS Parts:**\n - **base** - The main switch container.\n- **baselabel** - The main label container\n- **label** - The label of the switch.\n- **input** - The native input of the switch.\n- **control** - The control of the switch.\n- **description** - The description of the switch.",
|
|
2055
|
+
"attributes": [
|
|
2056
|
+
{
|
|
2057
|
+
"name": "size",
|
|
2058
|
+
"description": "The size of the switch. Default is `md`. Can be `sm`, `md`, or `lg`.",
|
|
2059
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "name",
|
|
2063
|
+
"description": "The name of the switch.",
|
|
2064
|
+
"values": []
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"name": "value",
|
|
2068
|
+
"description": "The value of the switch.",
|
|
2069
|
+
"values": []
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "checked",
|
|
2073
|
+
"description": "The checked state of the switch.",
|
|
2074
|
+
"values": []
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "disabled",
|
|
2078
|
+
"description": "The disabled state of the switch.",
|
|
2079
|
+
"values": []
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "required",
|
|
2083
|
+
"description": "The required state of the switch.",
|
|
2084
|
+
"values": []
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "label",
|
|
2088
|
+
"description": "The label of the switch.",
|
|
2089
|
+
"values": []
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "description",
|
|
2093
|
+
"description": "The description of the switch.",
|
|
2094
|
+
"values": []
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "labelPlacement",
|
|
2098
|
+
"description": "The placement of the label. Can be `left` or `right`. Default is `right`.",
|
|
2099
|
+
"values": [{ "name": "left" }, { "name": "right" }]
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "descriptionPlacement",
|
|
2103
|
+
"description": "The placement of the description. Can be `top` or `bottom`. Default is `bottom`.",
|
|
2104
|
+
"values": [{ "name": "top" }, { "name": "bottom" }]
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"name": "ariaLabelCheckbox",
|
|
2108
|
+
"description": "The aria label of the checkbox.",
|
|
2109
|
+
"values": []
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "subtle",
|
|
2113
|
+
"description": "The weight of the label. Default is `false`",
|
|
2114
|
+
"values": []
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "feedback",
|
|
2118
|
+
"description": "The feedback of the switch.",
|
|
2119
|
+
"values": []
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"name": "feedbackType",
|
|
2123
|
+
"description": "The feedback type of the switch. Can be `info`, `success`, or `error`.",
|
|
2124
|
+
"values": [
|
|
2125
|
+
{ "name": "info" },
|
|
2126
|
+
{ "name": "success" },
|
|
2127
|
+
{ "name": "error" }
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "optional",
|
|
2132
|
+
"description": "The optional state of the switch.",
|
|
2133
|
+
"values": []
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "optionalLabel",
|
|
2137
|
+
"description": "The optional label of the switch.",
|
|
2138
|
+
"values": []
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"name": "dap-ds-tab-group",
|
|
2145
|
+
"description": "A tab group component. It is used with dap-ds-tab component to create a tab group.\n---\n\n\n### **Events:**\n - **dds-tab-select** - Fired when select a new tab.\n\n### **Slots:**\n - _default_ - The tab items.\n\n### **CSS Parts:**\n - **base** - The main container.\n- **tab-nav** - The tab navigation container.\n- **tab-content** - The tab content container.",
|
|
2146
|
+
"attributes": [
|
|
2147
|
+
{
|
|
2148
|
+
"name": "size",
|
|
2149
|
+
"description": "Defines the size of the tab buttons. Default is `sm`. Can be `sm` or `lg`.",
|
|
2150
|
+
"values": [{ "name": "CommonSize" }]
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"name": "selectedTabId",
|
|
2154
|
+
"description": "The selected tab id.",
|
|
2155
|
+
"values": []
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "keepcontent",
|
|
2159
|
+
"description": "If true, the content of the tab will not be removed when the tab is not selected.",
|
|
2160
|
+
"values": []
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "mobile",
|
|
2164
|
+
"description": "If true, the tab group will be displayed in mobile mode.",
|
|
2165
|
+
"values": []
|
|
2166
|
+
}
|
|
2167
|
+
],
|
|
2168
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "dap-ds-tab",
|
|
2172
|
+
"description": "A tab item component. It is used in dap-ds-tab-group component slot to create a tab item.\n---\n\n\n### **Slots:**\n - _default_ - The tab title template.\n- **content** - The tab content. When KeepContent attribute is not set on dap-ds-tab-group component, then the content must be put inside the html template element with slot=\"content\".\n\n### **CSS Parts:**\n - **base** - The main tab content container.",
|
|
2173
|
+
"attributes": [
|
|
2174
|
+
{ "name": "tabId", "description": "The tab id.", "values": [] },
|
|
2175
|
+
{
|
|
2176
|
+
"name": "disabled",
|
|
2177
|
+
"description": "The disabled state of the tab.",
|
|
2178
|
+
"values": []
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"name": "dap-ds-table-cell",
|
|
2185
|
+
"description": "Table cell component.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.\n\n### **CSS Parts:**\n - **base** - The main cell container.",
|
|
2186
|
+
"attributes": [
|
|
2187
|
+
{
|
|
2188
|
+
"name": "last",
|
|
2189
|
+
"description": "If the cell is the last one.",
|
|
2190
|
+
"values": []
|
|
2191
|
+
},
|
|
2192
|
+
{ "name": "role", "values": [] }
|
|
2193
|
+
],
|
|
2194
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "dap-ds-table-header",
|
|
2198
|
+
"description": "Table header cell component.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.\n\n### **CSS Parts:**\n - **base** - The main header cell container.",
|
|
2199
|
+
"attributes": [
|
|
2200
|
+
{
|
|
2201
|
+
"name": "last",
|
|
2202
|
+
"description": "If the header cell is the last one.",
|
|
2203
|
+
"values": []
|
|
2204
|
+
},
|
|
2205
|
+
{ "name": "role", "values": [] }
|
|
2206
|
+
],
|
|
2207
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"name": "dap-ds-table-row",
|
|
2211
|
+
"description": "Table row component.\n---\n\n\n### **Slots:**\n - _default_ - The default slot. Accepts `dap-ds-table-cell` and `dap-ds-table-header` elements.",
|
|
2212
|
+
"attributes": [
|
|
2213
|
+
{
|
|
2214
|
+
"name": "mobile",
|
|
2215
|
+
"description": "If the row is mobile design.",
|
|
2216
|
+
"values": []
|
|
2217
|
+
},
|
|
2218
|
+
{ "name": "role", "values": [] }
|
|
2219
|
+
],
|
|
2220
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "dap-ds-table",
|
|
2224
|
+
"description": "Data table component.\n---\n\n\n### **Slots:**\n - _default_ - The default slot. Accepts `dap-ds-table-row` elements.",
|
|
2225
|
+
"attributes": [
|
|
2226
|
+
{
|
|
2227
|
+
"name": "mobile",
|
|
2228
|
+
"description": "If the table is mobile design.",
|
|
2229
|
+
"values": []
|
|
2230
|
+
},
|
|
2231
|
+
{ "name": "role", "values": [] }
|
|
2232
|
+
],
|
|
2233
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "dap-ds-textarea",
|
|
2237
|
+
"description": "A textarea is a multi-line text input field.\n---\n\n\n### **Events:**\n - **dds-count-change** - Fires when the count of the textarea changes.\n- **dds-change** - Fired when the textarea value changes.\n- **dds-input** - Fired when the textarea value changes.\n- **dds-keydown** - Fired when a key is pressed down.\n- **dds-blur** - Fired when the textarea loses focus.\n- **dds-focus** - Emitted when the textarea gains focus.\n- **dds-select** - Emitted when select text in textarea.\n\n### **Slots:**\n - **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main textarea container.\n- **input** - The native input of the textarea.\n- **counter** - The counter of the textarea.",
|
|
2238
|
+
"attributes": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "size",
|
|
2241
|
+
"description": "The size of the textarea. Default is `md`. Can be `sm` or `lg`.",
|
|
2242
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "disabled",
|
|
2246
|
+
"description": "The disabled state of the textarea.",
|
|
2247
|
+
"values": []
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "maxlength",
|
|
2251
|
+
"description": "The maximum length of the textarea.",
|
|
2252
|
+
"values": []
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "minlength",
|
|
2256
|
+
"description": "The minimum length of the textarea.",
|
|
2257
|
+
"values": []
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "hideCounter",
|
|
2261
|
+
"description": "Hide character counter.",
|
|
2262
|
+
"values": []
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"name": "rows",
|
|
2266
|
+
"description": "The number of rows in the textarea.",
|
|
2267
|
+
"values": []
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "cols",
|
|
2271
|
+
"description": "The number of columns in the textarea.",
|
|
2272
|
+
"values": []
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "value",
|
|
2276
|
+
"description": "The value of the textarea.",
|
|
2277
|
+
"values": []
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "placeholder",
|
|
2281
|
+
"description": "The placeholder of the textarea.",
|
|
2282
|
+
"values": []
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "status",
|
|
2286
|
+
"description": "The status of the textarea. Can be `success` or `error`.",
|
|
2287
|
+
"values": [{ "name": "InputStatus" }]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "readonly",
|
|
2291
|
+
"description": "The readonly state of the textarea.",
|
|
2292
|
+
"values": []
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "required",
|
|
2296
|
+
"description": "The required state of the textarea.",
|
|
2297
|
+
"values": []
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "label",
|
|
2301
|
+
"description": "The label of the textarea.",
|
|
2302
|
+
"values": []
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "description",
|
|
2306
|
+
"description": "The description of the textarea.",
|
|
2307
|
+
"values": []
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "wrap",
|
|
2311
|
+
"description": "Indicates how the control should wrap the value for form submission. Can be `hard` or `soft`.",
|
|
2312
|
+
"values": [{ "name": "hard" }, { "name": "soft" }]
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "feedback",
|
|
2316
|
+
"description": "The feedback of the textarea.",
|
|
2317
|
+
"values": []
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "feedbackType",
|
|
2321
|
+
"description": "The feedback type of the textarea. Can be `info`, `success`, or `error`.",
|
|
2322
|
+
"values": [
|
|
2323
|
+
{ "name": "info" },
|
|
2324
|
+
{ "name": "success" },
|
|
2325
|
+
{ "name": "error" }
|
|
2326
|
+
]
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "optional",
|
|
2330
|
+
"description": "The optional state of the textarea.",
|
|
2331
|
+
"values": []
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "optionalLabel",
|
|
2335
|
+
"description": "The optional label of the textarea.",
|
|
2336
|
+
"values": []
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"name": "subtle",
|
|
2340
|
+
"description": "The weight of the label. Default is `false`",
|
|
2341
|
+
"values": []
|
|
2342
|
+
}
|
|
2343
|
+
],
|
|
2344
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"name": "dap-ds-toc",
|
|
2348
|
+
"description": "A table of contents (TOC) is a list of links that allows users to quickly navigate to sections within a document.\n---\n\n\n### **Events:**\n - **dds-anchor-change** - Event that is triggered when the anchor changes.\n\n### **CSS Parts:**\n - **base** - The main container of the toc.",
|
|
2349
|
+
"attributes": [
|
|
2350
|
+
{
|
|
2351
|
+
"name": "root",
|
|
2352
|
+
"description": "The root element to observe [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#root)",
|
|
2353
|
+
"values": []
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "rootMargin",
|
|
2357
|
+
"description": "The margin around the root element to observe [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#rootmargin)",
|
|
2358
|
+
"values": []
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"name": "threshold",
|
|
2362
|
+
"description": "The threshold to trigger [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#threshold)",
|
|
2363
|
+
"values": []
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "minHeadingLevel",
|
|
2367
|
+
"description": "The minimum heading level to include in the TOC. The default value is `2`.",
|
|
2368
|
+
"values": []
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "maxHeadingLevel",
|
|
2372
|
+
"description": "The maximum heading level to include in the TOC. The default value is `3`.",
|
|
2373
|
+
"values": []
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "noIndent",
|
|
2377
|
+
"description": "Whether to indent the TOC items.",
|
|
2378
|
+
"values": []
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"name": "header",
|
|
2382
|
+
"description": "The header of the TOC.",
|
|
2383
|
+
"values": []
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "dap-ds-tooltip",
|
|
2390
|
+
"description": "A tooltip is a container for tooltip content.\n---\n\n\n### **Slots:**\n - _default_ - The content of the tooltip.\n- **trigger** - The trigger element of the tooltip.\n\n### **CSS Properties:**\n - **--max-width** - The maximum width of the tooltip before its content will wrap. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main tooltip container.\n- **trigger** - The trigger element of the tooltip.\n- **popup** - The popup of the tooltip.\n- **arrow** - The arrow of the tooltip.",
|
|
2391
|
+
"attributes": [
|
|
2392
|
+
{
|
|
2393
|
+
"name": "content",
|
|
2394
|
+
"description": "The content of the tooltip, supporting text only.",
|
|
2395
|
+
"values": []
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "placement",
|
|
2399
|
+
"description": "The position of the tooltip around the trigger element. Default is `bottom`. Can be `top`, `right`, `bottom`, or `left`.",
|
|
2400
|
+
"values": [{ "name": "PopupPlacement" }]
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "disabled",
|
|
2404
|
+
"description": "Disables the tooltip.",
|
|
2405
|
+
"values": []
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "opened",
|
|
2409
|
+
"description": "Sets the tooltip to opened by default (will still be closed on closing events).",
|
|
2410
|
+
"values": []
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"name": "mode",
|
|
2414
|
+
"description": "Sets the tooltip to toggle mode. Default is `tooltip`. Can be `tooltip` or `toggle`.",
|
|
2415
|
+
"values": [{ "name": "TooltipMode" }]
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "trigger",
|
|
2419
|
+
"description": "Sets custom trigger event (hover, focus, click). Default is `hover focus`.",
|
|
2420
|
+
"values": []
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "noArrow",
|
|
2424
|
+
"description": "Hides the arrow of the tooltip.",
|
|
2425
|
+
"values": []
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "floatingStrategy",
|
|
2429
|
+
"description": "The floating strategy of the tooltip. Default is `absolute`. Can be `absolute` or `fixed`.",
|
|
2430
|
+
"values": [{ "name": "absolute" }, { "name": "fixed" }]
|
|
2431
|
+
}
|
|
2432
|
+
],
|
|
2433
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "dap-ds-tray",
|
|
2437
|
+
"description": "A tray is a container for slide in content.\n---\n\n\n### **Events:**\n - **dds-before-open** - Fires before the tray opens.\n- **dds-opened** - Fires after the tray opens.\n- **dds-before-close** - Fires before the tray closes.\n- **dds-closed** - Fires after the tray closed.\n- **dds-close** - Fires when the tray is closes. You can prevent the tray from closing by calling `event.preventDefault()`.\n\n### **Slots:**\n - _default_ - The content of the tray.\n- **header** - The header of the tray.\n- **footer** - The footer of the tray.\n\n### **CSS Parts:**\n - **base** - The main tray container.\n- **panel** - The panel of the tray.\n- **header** - The header of the tray.\n- **footer** - The footer of the tray.\n- **body** - The body of the tray.",
|
|
2438
|
+
"attributes": [
|
|
2439
|
+
{
|
|
2440
|
+
"name": "open",
|
|
2441
|
+
"description": "The open state of the tray.",
|
|
2442
|
+
"values": []
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "closeOnEsc",
|
|
2446
|
+
"description": "Whether the tray should close on pressing the escape key. Default is true.",
|
|
2447
|
+
"values": []
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"name": "closeOnOverlayClick",
|
|
2451
|
+
"description": "Whether the tray should close on clicking the overlay. Default is true.",
|
|
2452
|
+
"values": []
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "noCloseButton",
|
|
2456
|
+
"description": "Whether the tray should have a close button. Default is false.",
|
|
2457
|
+
"values": []
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "title",
|
|
2461
|
+
"description": "The title of the tray.",
|
|
2462
|
+
"values": []
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"name": "description",
|
|
2466
|
+
"description": "The description of the tray.",
|
|
2467
|
+
"values": []
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "okButtonLabel",
|
|
2471
|
+
"description": "The label of the OK button.",
|
|
2472
|
+
"values": []
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"name": "cancelButtonLabel",
|
|
2476
|
+
"description": "The label of the Cancel button.",
|
|
2477
|
+
"values": []
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "noFooter",
|
|
2481
|
+
"description": "Whether the tray should have a footer. Default is false.",
|
|
2482
|
+
"values": []
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"name": "noHeader",
|
|
2486
|
+
"description": "Whether the tray should have a header. Default is false.",
|
|
2487
|
+
"values": []
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"name": "placement",
|
|
2491
|
+
"description": "The placement of the tray. Default is `bottom`. Can be `left`, `right`, `top`, or `bottom`.",
|
|
2492
|
+
"values": [
|
|
2493
|
+
{ "name": "left" },
|
|
2494
|
+
{ "name": "right" },
|
|
2495
|
+
{ "name": "top" },
|
|
2496
|
+
{ "name": "bottom" }
|
|
2497
|
+
]
|
|
2498
|
+
}
|
|
2499
|
+
],
|
|
2500
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "dap-ds-typography",
|
|
2504
|
+
"description": "Typography is used to display text in different styles.\n---\n\n\n### **Slots:**\n - **default** - The content of the typography.\n\n### **CSS Parts:**\n - **base** - The main typography container.",
|
|
2505
|
+
"attributes": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "variant",
|
|
2508
|
+
"description": "The variant of the typography. Can be `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `body`, `caption`, or `description`.",
|
|
2509
|
+
"values": [{ "name": "TypographyVariant" }]
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"name": "size",
|
|
2513
|
+
"description": "The size of the typography. Can be `sm`, `md`, or `lg`.",
|
|
2514
|
+
"values": [{ "name": "TypographySize" }]
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "bodyAs",
|
|
2518
|
+
"description": "The element of the body typography. Default is `p`.",
|
|
2519
|
+
"values": []
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "elementId",
|
|
2523
|
+
"description": "The id of the typography.",
|
|
2524
|
+
"values": []
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "customClass",
|
|
2528
|
+
"description": "The custom class of the typography.",
|
|
2529
|
+
"values": []
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"name": "anchor",
|
|
2533
|
+
"description": "Whether the typography is an anchor for the TOC component.",
|
|
2534
|
+
"values": []
|
|
2535
|
+
}
|
|
2536
|
+
],
|
|
2537
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "dap-ds-form-label",
|
|
2541
|
+
"description": "A form label is a container for labels in a form.\n---\n\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.",
|
|
2542
|
+
"attributes": [
|
|
2543
|
+
{
|
|
2544
|
+
"name": "for",
|
|
2545
|
+
"description": "The id of the form element that the label is associated with.",
|
|
2546
|
+
"values": []
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "renderAsText",
|
|
2550
|
+
"description": "Whether the label should be rendered as text or a <label> tag. Default is false.",
|
|
2551
|
+
"values": []
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "optionalLabel",
|
|
2555
|
+
"description": "Label of optional text",
|
|
2556
|
+
"values": []
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "subtle",
|
|
2560
|
+
"description": "Text weight of the label.",
|
|
2561
|
+
"values": []
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "optional",
|
|
2565
|
+
"description": "If the label is optional.",
|
|
2566
|
+
"values": []
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "dap-ds-input-group",
|
|
2573
|
+
"description": "An input group is a container for inputs.\n---\n\n\n### **Slots:**\n - _default_ - The content of the input group items.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main input group container.\n- **label** - The label of the input group.\n- **description** - The description of the input group.\n- **tooltip** - The tooltip of the input group.\n- **container** - The container of the input group items.",
|
|
2574
|
+
"attributes": [
|
|
2575
|
+
{
|
|
2576
|
+
"name": "label",
|
|
2577
|
+
"description": "The label of the input group.",
|
|
2578
|
+
"values": []
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "description",
|
|
2582
|
+
"description": "The description of the input group.",
|
|
2583
|
+
"values": []
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "tooltip",
|
|
2587
|
+
"description": "The tooltip of the input group.",
|
|
2588
|
+
"values": []
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "disabled",
|
|
2592
|
+
"description": "Whether the input group is disabled.",
|
|
2593
|
+
"values": []
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "size",
|
|
2597
|
+
"description": "The size of the input group. Default is `sm`. Can be `sm` or `lg`.",
|
|
2598
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"name": "required",
|
|
2602
|
+
"description": "Whether the input group is required.",
|
|
2603
|
+
"values": []
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"name": "optional",
|
|
2607
|
+
"description": "Whether the input group is optional.",
|
|
2608
|
+
"values": []
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"name": "feedback",
|
|
2612
|
+
"description": "The feedback of the input.",
|
|
2613
|
+
"values": []
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "feedbackType",
|
|
2617
|
+
"description": "The type of the feedback.",
|
|
2618
|
+
"values": []
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "subtle",
|
|
2622
|
+
"description": "Whether the input group label is subtle.",
|
|
2623
|
+
"values": []
|
|
2624
|
+
}
|
|
2625
|
+
],
|
|
2626
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "dap-ds-radio-group",
|
|
2630
|
+
"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.",
|
|
2631
|
+
"attributes": [
|
|
2632
|
+
{
|
|
2633
|
+
"name": "name",
|
|
2634
|
+
"description": "The name of the radio group.",
|
|
2635
|
+
"values": []
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"name": "value",
|
|
2639
|
+
"description": "The value of the radio group.",
|
|
2640
|
+
"values": []
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "disabled",
|
|
2644
|
+
"description": "Whether the radio group is disabled.",
|
|
2645
|
+
"values": []
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "required",
|
|
2649
|
+
"description": "Whether the radio group is required.",
|
|
2650
|
+
"values": []
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "label",
|
|
2654
|
+
"description": "The label of the radio group.",
|
|
2655
|
+
"values": []
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"name": "description",
|
|
2659
|
+
"description": "The description of the radio group.",
|
|
2660
|
+
"values": []
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "tooltip",
|
|
2664
|
+
"description": "The tooltip of the radio group.",
|
|
2665
|
+
"values": []
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"name": "feedback",
|
|
2669
|
+
"description": "The feedback of the radio group.",
|
|
2670
|
+
"values": []
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "feedbackType",
|
|
2674
|
+
"description": "The feedback type of the radio group. Can be `info`, `success`, or `error`.",
|
|
2675
|
+
"values": [
|
|
2676
|
+
{ "name": "info" },
|
|
2677
|
+
{ "name": "success" },
|
|
2678
|
+
{ "name": "error" }
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "optional",
|
|
2683
|
+
"description": "The optional state of the radio group.",
|
|
2684
|
+
"values": []
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "optionalLabel",
|
|
2688
|
+
"description": "Text of optional label.",
|
|
2689
|
+
"values": []
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "subtle",
|
|
2693
|
+
"description": "Font weight of the feedback label. Default is `false` which is bold.",
|
|
2694
|
+
"values": []
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "size",
|
|
2698
|
+
"description": "The size of the radio group. Default is `sm`. Can be `sm` or `lg`.",
|
|
2699
|
+
"values": [{ "name": "sm" }, { "name": "lg" }]
|
|
2700
|
+
}
|
|
2701
|
+
],
|
|
2702
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "dap-ds-icon-arrow-down-line",
|
|
2706
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2707
|
+
"attributes": [
|
|
2708
|
+
{
|
|
2709
|
+
"name": "size",
|
|
2710
|
+
"description": "(optional) The width and height in pixels",
|
|
2711
|
+
"values": []
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"name": "selected",
|
|
2715
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2716
|
+
"values": []
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "decorative",
|
|
2720
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2721
|
+
"values": []
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "accessibilityTitle",
|
|
2725
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2726
|
+
"values": []
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "focusable",
|
|
2730
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2731
|
+
"values": []
|
|
2732
|
+
}
|
|
2733
|
+
],
|
|
2734
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "dap-ds-icon-arrow-down-s-line",
|
|
2738
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2739
|
+
"attributes": [
|
|
2740
|
+
{
|
|
2741
|
+
"name": "size",
|
|
2742
|
+
"description": "(optional) The width and height in pixels",
|
|
2743
|
+
"values": []
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "selected",
|
|
2747
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2748
|
+
"values": []
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"name": "decorative",
|
|
2752
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2753
|
+
"values": []
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "accessibilityTitle",
|
|
2757
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2758
|
+
"values": []
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "focusable",
|
|
2762
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2763
|
+
"values": []
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"name": "dap-ds-icon-arrow-left-down-line",
|
|
2770
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2771
|
+
"attributes": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "size",
|
|
2774
|
+
"description": "(optional) The width and height in pixels",
|
|
2775
|
+
"values": []
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "selected",
|
|
2779
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2780
|
+
"values": []
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "decorative",
|
|
2784
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2785
|
+
"values": []
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "accessibilityTitle",
|
|
2789
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2790
|
+
"values": []
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"name": "focusable",
|
|
2794
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2795
|
+
"values": []
|
|
2796
|
+
}
|
|
2797
|
+
],
|
|
2798
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "dap-ds-icon-arrow-left-l-line",
|
|
2802
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2803
|
+
"attributes": [
|
|
2804
|
+
{
|
|
2805
|
+
"name": "size",
|
|
2806
|
+
"description": "(optional) The width and height in pixels",
|
|
2807
|
+
"values": []
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "selected",
|
|
2811
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2812
|
+
"values": []
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "decorative",
|
|
2816
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2817
|
+
"values": []
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"name": "accessibilityTitle",
|
|
2821
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2822
|
+
"values": []
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "focusable",
|
|
2826
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2827
|
+
"values": []
|
|
2828
|
+
}
|
|
2829
|
+
],
|
|
2830
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "dap-ds-icon-arrow-left-line",
|
|
2834
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2835
|
+
"attributes": [
|
|
2836
|
+
{
|
|
2837
|
+
"name": "size",
|
|
2838
|
+
"description": "(optional) The width and height in pixels",
|
|
2839
|
+
"values": []
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "selected",
|
|
2843
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2844
|
+
"values": []
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "decorative",
|
|
2848
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2849
|
+
"values": []
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "accessibilityTitle",
|
|
2853
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2854
|
+
"values": []
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"name": "focusable",
|
|
2858
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2859
|
+
"values": []
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "dap-ds-icon-arrow-left-s-line",
|
|
2866
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2867
|
+
"attributes": [
|
|
2868
|
+
{
|
|
2869
|
+
"name": "size",
|
|
2870
|
+
"description": "(optional) The width and height in pixels",
|
|
2871
|
+
"values": []
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "selected",
|
|
2875
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2876
|
+
"values": []
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "decorative",
|
|
2880
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2881
|
+
"values": []
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"name": "accessibilityTitle",
|
|
2885
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2886
|
+
"values": []
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"name": "focusable",
|
|
2890
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2891
|
+
"values": []
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "dap-ds-icon-arrow-left-up-line",
|
|
2898
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2899
|
+
"attributes": [
|
|
2900
|
+
{
|
|
2901
|
+
"name": "size",
|
|
2902
|
+
"description": "(optional) The width and height in pixels",
|
|
2903
|
+
"values": []
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "selected",
|
|
2907
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2908
|
+
"values": []
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"name": "decorative",
|
|
2912
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2913
|
+
"values": []
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "accessibilityTitle",
|
|
2917
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2918
|
+
"values": []
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"name": "focusable",
|
|
2922
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2923
|
+
"values": []
|
|
2924
|
+
}
|
|
2925
|
+
],
|
|
2926
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"name": "dap-ds-icon-arrow-right-down-line",
|
|
2930
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2931
|
+
"attributes": [
|
|
2932
|
+
{
|
|
2933
|
+
"name": "size",
|
|
2934
|
+
"description": "(optional) The width and height in pixels",
|
|
2935
|
+
"values": []
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"name": "selected",
|
|
2939
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2940
|
+
"values": []
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "decorative",
|
|
2944
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2945
|
+
"values": []
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "accessibilityTitle",
|
|
2949
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2950
|
+
"values": []
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"name": "focusable",
|
|
2954
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2955
|
+
"values": []
|
|
2956
|
+
}
|
|
2957
|
+
],
|
|
2958
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "dap-ds-icon-arrow-right-l-line",
|
|
2962
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2963
|
+
"attributes": [
|
|
2964
|
+
{
|
|
2965
|
+
"name": "size",
|
|
2966
|
+
"description": "(optional) The width and height in pixels",
|
|
2967
|
+
"values": []
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "selected",
|
|
2971
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
2972
|
+
"values": []
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "decorative",
|
|
2976
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
2977
|
+
"values": []
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"name": "accessibilityTitle",
|
|
2981
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
2982
|
+
"values": []
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "focusable",
|
|
2986
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
2987
|
+
"values": []
|
|
2988
|
+
}
|
|
2989
|
+
],
|
|
2990
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"name": "dap-ds-icon-arrow-right-line",
|
|
2994
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
2995
|
+
"attributes": [
|
|
2996
|
+
{
|
|
2997
|
+
"name": "size",
|
|
2998
|
+
"description": "(optional) The width and height in pixels",
|
|
2999
|
+
"values": []
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "selected",
|
|
3003
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3004
|
+
"values": []
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "decorative",
|
|
3008
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3009
|
+
"values": []
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "accessibilityTitle",
|
|
3013
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3014
|
+
"values": []
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"name": "focusable",
|
|
3018
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3019
|
+
"values": []
|
|
3020
|
+
}
|
|
3021
|
+
],
|
|
3022
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "dap-ds-icon-arrow-right-s-line",
|
|
3026
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3027
|
+
"attributes": [
|
|
3028
|
+
{
|
|
3029
|
+
"name": "size",
|
|
3030
|
+
"description": "(optional) The width and height in pixels",
|
|
3031
|
+
"values": []
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "selected",
|
|
3035
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3036
|
+
"values": []
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "decorative",
|
|
3040
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3041
|
+
"values": []
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "accessibilityTitle",
|
|
3045
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3046
|
+
"values": []
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"name": "focusable",
|
|
3050
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3051
|
+
"values": []
|
|
3052
|
+
}
|
|
3053
|
+
],
|
|
3054
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"name": "dap-ds-icon-arrow-right-up-line",
|
|
3058
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3059
|
+
"attributes": [
|
|
3060
|
+
{
|
|
3061
|
+
"name": "size",
|
|
3062
|
+
"description": "(optional) The width and height in pixels",
|
|
3063
|
+
"values": []
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "selected",
|
|
3067
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3068
|
+
"values": []
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"name": "decorative",
|
|
3072
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3073
|
+
"values": []
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "accessibilityTitle",
|
|
3077
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3078
|
+
"values": []
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"name": "focusable",
|
|
3082
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3083
|
+
"values": []
|
|
3084
|
+
}
|
|
3085
|
+
],
|
|
3086
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"name": "dap-ds-icon-arrow-up-line",
|
|
3090
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3091
|
+
"attributes": [
|
|
3092
|
+
{
|
|
3093
|
+
"name": "size",
|
|
3094
|
+
"description": "(optional) The width and height in pixels",
|
|
3095
|
+
"values": []
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "selected",
|
|
3099
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3100
|
+
"values": []
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "decorative",
|
|
3104
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3105
|
+
"values": []
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "accessibilityTitle",
|
|
3109
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3110
|
+
"values": []
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"name": "focusable",
|
|
3114
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3115
|
+
"values": []
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3118
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "dap-ds-icon-arrow-up-s-line",
|
|
3122
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3123
|
+
"attributes": [
|
|
3124
|
+
{
|
|
3125
|
+
"name": "size",
|
|
3126
|
+
"description": "(optional) The width and height in pixels",
|
|
3127
|
+
"values": []
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"name": "selected",
|
|
3131
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3132
|
+
"values": []
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "decorative",
|
|
3136
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3137
|
+
"values": []
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "accessibilityTitle",
|
|
3141
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3142
|
+
"values": []
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "focusable",
|
|
3146
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3147
|
+
"values": []
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "dap-ds-icon-expand-up-down-fill",
|
|
3154
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3155
|
+
"attributes": [
|
|
3156
|
+
{
|
|
3157
|
+
"name": "size",
|
|
3158
|
+
"description": "(optional) The width and height in pixels",
|
|
3159
|
+
"values": []
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "selected",
|
|
3163
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3164
|
+
"values": []
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "decorative",
|
|
3168
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3169
|
+
"values": []
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"name": "accessibilityTitle",
|
|
3173
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3174
|
+
"values": []
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "focusable",
|
|
3178
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3179
|
+
"values": []
|
|
3180
|
+
}
|
|
3181
|
+
],
|
|
3182
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "dap-ds-icon-home-6-line",
|
|
3186
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3187
|
+
"attributes": [
|
|
3188
|
+
{
|
|
3189
|
+
"name": "size",
|
|
3190
|
+
"description": "(optional) The width and height in pixels",
|
|
3191
|
+
"values": []
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "selected",
|
|
3195
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3196
|
+
"values": []
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "decorative",
|
|
3200
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3201
|
+
"values": []
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"name": "accessibilityTitle",
|
|
3205
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3206
|
+
"values": []
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"name": "focusable",
|
|
3210
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3211
|
+
"values": []
|
|
3212
|
+
}
|
|
3213
|
+
],
|
|
3214
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
3218
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3219
|
+
"attributes": [
|
|
3220
|
+
{
|
|
3221
|
+
"name": "size",
|
|
3222
|
+
"description": "(optional) The width and height in pixels",
|
|
3223
|
+
"values": []
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "selected",
|
|
3227
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3228
|
+
"values": []
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "decorative",
|
|
3232
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3233
|
+
"values": []
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "accessibilityTitle",
|
|
3237
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3238
|
+
"values": []
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"name": "focusable",
|
|
3242
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3243
|
+
"values": []
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
3250
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3251
|
+
"attributes": [
|
|
3252
|
+
{
|
|
3253
|
+
"name": "size",
|
|
3254
|
+
"description": "(optional) The width and height in pixels",
|
|
3255
|
+
"values": []
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "selected",
|
|
3259
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3260
|
+
"values": []
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"name": "decorative",
|
|
3264
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3265
|
+
"values": []
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "accessibilityTitle",
|
|
3269
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3270
|
+
"values": []
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"name": "focusable",
|
|
3274
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3275
|
+
"values": []
|
|
3276
|
+
}
|
|
3277
|
+
],
|
|
3278
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "dap-ds-icon-cookie-line",
|
|
3282
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3283
|
+
"attributes": [
|
|
3284
|
+
{
|
|
3285
|
+
"name": "size",
|
|
3286
|
+
"description": "(optional) The width and height in pixels",
|
|
3287
|
+
"values": []
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "selected",
|
|
3291
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3292
|
+
"values": []
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "decorative",
|
|
3296
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3297
|
+
"values": []
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "accessibilityTitle",
|
|
3301
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3302
|
+
"values": []
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"name": "focusable",
|
|
3306
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3307
|
+
"values": []
|
|
3308
|
+
}
|
|
3309
|
+
],
|
|
3310
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "dap-ds-icon-add-line",
|
|
3314
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3315
|
+
"attributes": [
|
|
3316
|
+
{
|
|
3317
|
+
"name": "size",
|
|
3318
|
+
"description": "(optional) The width and height in pixels",
|
|
3319
|
+
"values": []
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "selected",
|
|
3323
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3324
|
+
"values": []
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"name": "decorative",
|
|
3328
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3329
|
+
"values": []
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "accessibilityTitle",
|
|
3333
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3334
|
+
"values": []
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "focusable",
|
|
3338
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3339
|
+
"values": []
|
|
3340
|
+
}
|
|
3341
|
+
],
|
|
3342
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "dap-ds-icon-alert-fill",
|
|
3346
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3347
|
+
"attributes": [
|
|
3348
|
+
{
|
|
3349
|
+
"name": "size",
|
|
3350
|
+
"description": "(optional) The width and height in pixels",
|
|
3351
|
+
"values": []
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"name": "selected",
|
|
3355
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3356
|
+
"values": []
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"name": "decorative",
|
|
3360
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3361
|
+
"values": []
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"name": "accessibilityTitle",
|
|
3365
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3366
|
+
"values": []
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "focusable",
|
|
3370
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3371
|
+
"values": []
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
3374
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"name": "dap-ds-icon-alert-line",
|
|
3378
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3379
|
+
"attributes": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "size",
|
|
3382
|
+
"description": "(optional) The width and height in pixels",
|
|
3383
|
+
"values": []
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "selected",
|
|
3387
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3388
|
+
"values": []
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "decorative",
|
|
3392
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3393
|
+
"values": []
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"name": "accessibilityTitle",
|
|
3397
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3398
|
+
"values": []
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
"name": "focusable",
|
|
3402
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3403
|
+
"values": []
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "dap-ds-icon-check-line",
|
|
3410
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3411
|
+
"attributes": [
|
|
3412
|
+
{
|
|
3413
|
+
"name": "size",
|
|
3414
|
+
"description": "(optional) The width and height in pixels",
|
|
3415
|
+
"values": []
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"name": "selected",
|
|
3419
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3420
|
+
"values": []
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "decorative",
|
|
3424
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3425
|
+
"values": []
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "accessibilityTitle",
|
|
3429
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3430
|
+
"values": []
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"name": "focusable",
|
|
3434
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3435
|
+
"values": []
|
|
3436
|
+
}
|
|
3437
|
+
],
|
|
3438
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"name": "dap-ds-icon-check-line2",
|
|
3442
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3443
|
+
"attributes": [
|
|
3444
|
+
{
|
|
3445
|
+
"name": "size",
|
|
3446
|
+
"description": "(optional) The width and height in pixels",
|
|
3447
|
+
"values": []
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "selected",
|
|
3451
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3452
|
+
"values": []
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "decorative",
|
|
3456
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3457
|
+
"values": []
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "accessibilityTitle",
|
|
3461
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3462
|
+
"values": []
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"name": "focusable",
|
|
3466
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3467
|
+
"values": []
|
|
3468
|
+
}
|
|
3469
|
+
],
|
|
3470
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill",
|
|
3474
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3475
|
+
"attributes": [
|
|
3476
|
+
{
|
|
3477
|
+
"name": "size",
|
|
3478
|
+
"description": "(optional) The width and height in pixels",
|
|
3479
|
+
"values": []
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "selected",
|
|
3483
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3484
|
+
"values": []
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"name": "decorative",
|
|
3488
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3489
|
+
"values": []
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "accessibilityTitle",
|
|
3493
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3494
|
+
"values": []
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"name": "focusable",
|
|
3498
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3499
|
+
"values": []
|
|
3500
|
+
}
|
|
3501
|
+
],
|
|
3502
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "dap-ds-icon-checkbox-blank-circle-line",
|
|
3506
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3507
|
+
"attributes": [
|
|
3508
|
+
{
|
|
3509
|
+
"name": "size",
|
|
3510
|
+
"description": "(optional) The width and height in pixels",
|
|
3511
|
+
"values": []
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "selected",
|
|
3515
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3516
|
+
"values": []
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "decorative",
|
|
3520
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3521
|
+
"values": []
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "accessibilityTitle",
|
|
3525
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3526
|
+
"values": []
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "focusable",
|
|
3530
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3531
|
+
"values": []
|
|
3532
|
+
}
|
|
3533
|
+
],
|
|
3534
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "dap-ds-icon-checkbox-circle-fill",
|
|
3538
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3539
|
+
"attributes": [
|
|
3540
|
+
{
|
|
3541
|
+
"name": "size",
|
|
3542
|
+
"description": "(optional) The width and height in pixels",
|
|
3543
|
+
"values": []
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"name": "selected",
|
|
3547
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3548
|
+
"values": []
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "decorative",
|
|
3552
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3553
|
+
"values": []
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"name": "accessibilityTitle",
|
|
3557
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3558
|
+
"values": []
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "focusable",
|
|
3562
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3563
|
+
"values": []
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"name": "dap-ds-icon-checkbox-circle-line",
|
|
3570
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3571
|
+
"attributes": [
|
|
3572
|
+
{
|
|
3573
|
+
"name": "size",
|
|
3574
|
+
"description": "(optional) The width and height in pixels",
|
|
3575
|
+
"values": []
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "selected",
|
|
3579
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3580
|
+
"values": []
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"name": "decorative",
|
|
3584
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3585
|
+
"values": []
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "accessibilityTitle",
|
|
3589
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3590
|
+
"values": []
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"name": "focusable",
|
|
3594
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3595
|
+
"values": []
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "dap-ds-icon-close-circle-fill",
|
|
3602
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3603
|
+
"attributes": [
|
|
3604
|
+
{
|
|
3605
|
+
"name": "size",
|
|
3606
|
+
"description": "(optional) The width and height in pixels",
|
|
3607
|
+
"values": []
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"name": "selected",
|
|
3611
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3612
|
+
"values": []
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"name": "decorative",
|
|
3616
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3617
|
+
"values": []
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "accessibilityTitle",
|
|
3621
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3622
|
+
"values": []
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "focusable",
|
|
3626
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3627
|
+
"values": []
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "dap-ds-icon-close-circle-line",
|
|
3634
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3635
|
+
"attributes": [
|
|
3636
|
+
{
|
|
3637
|
+
"name": "size",
|
|
3638
|
+
"description": "(optional) The width and height in pixels",
|
|
3639
|
+
"values": []
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "selected",
|
|
3643
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3644
|
+
"values": []
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"name": "decorative",
|
|
3648
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3649
|
+
"values": []
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "accessibilityTitle",
|
|
3653
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3654
|
+
"values": []
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "focusable",
|
|
3658
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3659
|
+
"values": []
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "dap-ds-icon-close-fill",
|
|
3666
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3667
|
+
"attributes": [
|
|
3668
|
+
{
|
|
3669
|
+
"name": "size",
|
|
3670
|
+
"description": "(optional) The width and height in pixels",
|
|
3671
|
+
"values": []
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "selected",
|
|
3675
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3676
|
+
"values": []
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "decorative",
|
|
3680
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3681
|
+
"values": []
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "accessibilityTitle",
|
|
3685
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3686
|
+
"values": []
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "focusable",
|
|
3690
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3691
|
+
"values": []
|
|
3692
|
+
}
|
|
3693
|
+
],
|
|
3694
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"name": "dap-ds-icon-close-line",
|
|
3698
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3699
|
+
"attributes": [
|
|
3700
|
+
{
|
|
3701
|
+
"name": "size",
|
|
3702
|
+
"description": "(optional) The width and height in pixels",
|
|
3703
|
+
"values": []
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "selected",
|
|
3707
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3708
|
+
"values": []
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "decorative",
|
|
3712
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3713
|
+
"values": []
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "accessibilityTitle",
|
|
3717
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3718
|
+
"values": []
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"name": "focusable",
|
|
3722
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3723
|
+
"values": []
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "dap-ds-icon-download-line",
|
|
3730
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3731
|
+
"attributes": [
|
|
3732
|
+
{
|
|
3733
|
+
"name": "size",
|
|
3734
|
+
"description": "(optional) The width and height in pixels",
|
|
3735
|
+
"values": []
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"name": "selected",
|
|
3739
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3740
|
+
"values": []
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"name": "decorative",
|
|
3744
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3745
|
+
"values": []
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "accessibilityTitle",
|
|
3749
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3750
|
+
"values": []
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"name": "focusable",
|
|
3754
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3755
|
+
"values": []
|
|
3756
|
+
}
|
|
3757
|
+
],
|
|
3758
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "dap-ds-icon-error-warning-fill",
|
|
3762
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3763
|
+
"attributes": [
|
|
3764
|
+
{
|
|
3765
|
+
"name": "size",
|
|
3766
|
+
"description": "(optional) The width and height in pixels",
|
|
3767
|
+
"values": []
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "selected",
|
|
3771
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3772
|
+
"values": []
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"name": "decorative",
|
|
3776
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3777
|
+
"values": []
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
"name": "accessibilityTitle",
|
|
3781
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3782
|
+
"values": []
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "focusable",
|
|
3786
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3787
|
+
"values": []
|
|
3788
|
+
}
|
|
3789
|
+
],
|
|
3790
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
3794
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3795
|
+
"attributes": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "size",
|
|
3798
|
+
"description": "(optional) The width and height in pixels",
|
|
3799
|
+
"values": []
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "selected",
|
|
3803
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3804
|
+
"values": []
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"name": "decorative",
|
|
3808
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3809
|
+
"values": []
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"name": "accessibilityTitle",
|
|
3813
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3814
|
+
"values": []
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"name": "focusable",
|
|
3818
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3819
|
+
"values": []
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3822
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"name": "dap-ds-icon-external-link-line",
|
|
3826
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3827
|
+
"attributes": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "size",
|
|
3830
|
+
"description": "(optional) The width and height in pixels",
|
|
3831
|
+
"values": []
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"name": "selected",
|
|
3835
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3836
|
+
"values": []
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "decorative",
|
|
3840
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3841
|
+
"values": []
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"name": "accessibilityTitle",
|
|
3845
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3846
|
+
"values": []
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"name": "focusable",
|
|
3850
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3851
|
+
"values": []
|
|
3852
|
+
}
|
|
3853
|
+
],
|
|
3854
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"name": "dap-ds-icon-eye-line",
|
|
3858
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3859
|
+
"attributes": [
|
|
3860
|
+
{
|
|
3861
|
+
"name": "size",
|
|
3862
|
+
"description": "(optional) The width and height in pixels",
|
|
3863
|
+
"values": []
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "selected",
|
|
3867
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3868
|
+
"values": []
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "decorative",
|
|
3872
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3873
|
+
"values": []
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "accessibilityTitle",
|
|
3877
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3878
|
+
"values": []
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "focusable",
|
|
3882
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3883
|
+
"values": []
|
|
3884
|
+
}
|
|
3885
|
+
],
|
|
3886
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
3890
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3891
|
+
"attributes": [
|
|
3892
|
+
{
|
|
3893
|
+
"name": "size",
|
|
3894
|
+
"description": "(optional) The width and height in pixels",
|
|
3895
|
+
"values": []
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"name": "selected",
|
|
3899
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3900
|
+
"values": []
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "decorative",
|
|
3904
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3905
|
+
"values": []
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "accessibilityTitle",
|
|
3909
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3910
|
+
"values": []
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "focusable",
|
|
3914
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3915
|
+
"values": []
|
|
3916
|
+
}
|
|
3917
|
+
],
|
|
3918
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
3922
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3923
|
+
"attributes": [
|
|
3924
|
+
{
|
|
3925
|
+
"name": "size",
|
|
3926
|
+
"description": "(optional) The width and height in pixels",
|
|
3927
|
+
"values": []
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "selected",
|
|
3931
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3932
|
+
"values": []
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "decorative",
|
|
3936
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3937
|
+
"values": []
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "accessibilityTitle",
|
|
3941
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3942
|
+
"values": []
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"name": "focusable",
|
|
3946
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3947
|
+
"values": []
|
|
3948
|
+
}
|
|
3949
|
+
],
|
|
3950
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
3954
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3955
|
+
"attributes": [
|
|
3956
|
+
{
|
|
3957
|
+
"name": "size",
|
|
3958
|
+
"description": "(optional) The width and height in pixels",
|
|
3959
|
+
"values": []
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "selected",
|
|
3963
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3964
|
+
"values": []
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"name": "decorative",
|
|
3968
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
3969
|
+
"values": []
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "accessibilityTitle",
|
|
3973
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
3974
|
+
"values": []
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "focusable",
|
|
3978
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
3979
|
+
"values": []
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"name": "dap-ds-icon-information-fill",
|
|
3986
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
3987
|
+
"attributes": [
|
|
3988
|
+
{
|
|
3989
|
+
"name": "size",
|
|
3990
|
+
"description": "(optional) The width and height in pixels",
|
|
3991
|
+
"values": []
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"name": "selected",
|
|
3995
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
3996
|
+
"values": []
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "decorative",
|
|
4000
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4001
|
+
"values": []
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "accessibilityTitle",
|
|
4005
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4006
|
+
"values": []
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "focusable",
|
|
4010
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4011
|
+
"values": []
|
|
4012
|
+
}
|
|
4013
|
+
],
|
|
4014
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"name": "dap-ds-icon-information-line",
|
|
4018
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4019
|
+
"attributes": [
|
|
4020
|
+
{
|
|
4021
|
+
"name": "size",
|
|
4022
|
+
"description": "(optional) The width and height in pixels",
|
|
4023
|
+
"values": []
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "selected",
|
|
4027
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4028
|
+
"values": []
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "decorative",
|
|
4032
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4033
|
+
"values": []
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "accessibilityTitle",
|
|
4037
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4038
|
+
"values": []
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "focusable",
|
|
4042
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4043
|
+
"values": []
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"name": "dap-ds-icon-lightbulb-fill",
|
|
4050
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4051
|
+
"attributes": [
|
|
4052
|
+
{
|
|
4053
|
+
"name": "size",
|
|
4054
|
+
"description": "(optional) The width and height in pixels",
|
|
4055
|
+
"values": []
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"name": "selected",
|
|
4059
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4060
|
+
"values": []
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"name": "decorative",
|
|
4064
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4065
|
+
"values": []
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "accessibilityTitle",
|
|
4069
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4070
|
+
"values": []
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "focusable",
|
|
4074
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4075
|
+
"values": []
|
|
4076
|
+
}
|
|
4077
|
+
],
|
|
4078
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"name": "dap-ds-icon-loading-spinner",
|
|
4082
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4083
|
+
"attributes": [
|
|
4084
|
+
{
|
|
4085
|
+
"name": "size",
|
|
4086
|
+
"description": "(optional) The width and height in pixels",
|
|
4087
|
+
"values": []
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"name": "selected",
|
|
4091
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4092
|
+
"values": []
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"name": "decorative",
|
|
4096
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4097
|
+
"values": []
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "accessibilityTitle",
|
|
4101
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4102
|
+
"values": []
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "focusable",
|
|
4106
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4107
|
+
"values": []
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "dap-ds-icon-menu-line",
|
|
4114
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4115
|
+
"attributes": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "size",
|
|
4118
|
+
"description": "(optional) The width and height in pixels",
|
|
4119
|
+
"values": []
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "selected",
|
|
4123
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4124
|
+
"values": []
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "decorative",
|
|
4128
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4129
|
+
"values": []
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"name": "accessibilityTitle",
|
|
4133
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4134
|
+
"values": []
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "focusable",
|
|
4138
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4139
|
+
"values": []
|
|
4140
|
+
}
|
|
4141
|
+
],
|
|
4142
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "dap-ds-icon-menu-line-s",
|
|
4146
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4147
|
+
"attributes": [
|
|
4148
|
+
{
|
|
4149
|
+
"name": "size",
|
|
4150
|
+
"description": "(optional) The width and height in pixels",
|
|
4151
|
+
"values": []
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "selected",
|
|
4155
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4156
|
+
"values": []
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"name": "decorative",
|
|
4160
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4161
|
+
"values": []
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"name": "accessibilityTitle",
|
|
4165
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4166
|
+
"values": []
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"name": "focusable",
|
|
4170
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4171
|
+
"values": []
|
|
4172
|
+
}
|
|
4173
|
+
],
|
|
4174
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"name": "dap-ds-icon-search-line",
|
|
4178
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4179
|
+
"attributes": [
|
|
4180
|
+
{
|
|
4181
|
+
"name": "size",
|
|
4182
|
+
"description": "(optional) The width and height in pixels",
|
|
4183
|
+
"values": []
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "selected",
|
|
4187
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4188
|
+
"values": []
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "decorative",
|
|
4192
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4193
|
+
"values": []
|
|
4194
|
+
},
|
|
4195
|
+
{
|
|
4196
|
+
"name": "accessibilityTitle",
|
|
4197
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4198
|
+
"values": []
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "focusable",
|
|
4202
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4203
|
+
"values": []
|
|
4204
|
+
}
|
|
4205
|
+
],
|
|
4206
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "dap-ds-icon-subtract-line",
|
|
4210
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4211
|
+
"attributes": [
|
|
4212
|
+
{
|
|
4213
|
+
"name": "size",
|
|
4214
|
+
"description": "(optional) The width and height in pixels",
|
|
4215
|
+
"values": []
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "selected",
|
|
4219
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4220
|
+
"values": []
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "decorative",
|
|
4224
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4225
|
+
"values": []
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "accessibilityTitle",
|
|
4229
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4230
|
+
"values": []
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "focusable",
|
|
4234
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4235
|
+
"values": []
|
|
4236
|
+
}
|
|
4237
|
+
],
|
|
4238
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"name": "dap-ds-icon-subtract-line2",
|
|
4242
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4243
|
+
"attributes": [
|
|
4244
|
+
{
|
|
4245
|
+
"name": "size",
|
|
4246
|
+
"description": "(optional) The width and height in pixels",
|
|
4247
|
+
"values": []
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "selected",
|
|
4251
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4252
|
+
"values": []
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"name": "decorative",
|
|
4256
|
+
"description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`",
|
|
4257
|
+
"values": []
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
"name": "accessibilityTitle",
|
|
4261
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4262
|
+
"values": []
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "focusable",
|
|
4266
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4267
|
+
"values": []
|
|
4268
|
+
}
|
|
4269
|
+
],
|
|
4270
|
+
"references": [{ "name": "Documentation", "url": "addurlhere" }]
|
|
4271
|
+
}
|
|
4272
|
+
]
|
|
4273
|
+
}
|