dap-design-system 0.58.2 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/datatable/datatable.component.d.ts +7 -0
- package/dist/components/pager/pager.component.d.ts +13 -0
- package/dist/{components-D6jorS84.js → components-CDc41tvu.js} +818 -772
- package/dist/components-CDc41tvu.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +818 -804
- package/dist/manifest/vscode.html-custom-data.json +651 -631
- package/dist/manifest/web-types.json +2713 -2673
- package/dist/react/dap-ds-datatable/index.d.ts +3 -0
- package/dist/react/dap-ds-pager/index.d.ts +6 -0
- package/dist/react/index.d.ts +20 -20
- package/dist/react-types.ts +21 -21
- package/dist/react.js +492 -492
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-D6jorS84.js.map +0 -1
|
@@ -3,13 +3,51 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
|
-
"name": "dap-ds-accordion",
|
|
7
|
-
"description": "An accordion is a
|
|
8
|
-
"attributes": [
|
|
6
|
+
"name": "dap-ds-accordion-group",
|
|
7
|
+
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "autoClose",
|
|
11
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
12
|
+
"values": []
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "variant",
|
|
16
|
+
"description": "The variant of the accordion",
|
|
17
|
+
"values": [
|
|
18
|
+
{ "name": "default" },
|
|
19
|
+
{ "name": "collapsed" },
|
|
20
|
+
{ "name": "clean" },
|
|
21
|
+
{ "name": "clean-collapsed" }
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
],
|
|
9
25
|
"references": [
|
|
10
26
|
{
|
|
11
27
|
"name": "Documentation",
|
|
12
|
-
"url": "https://shoelace.style/components/accordion"
|
|
28
|
+
"url": "https://shoelace.style/components/accordion-group"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "dap-ds-anchor-heading",
|
|
34
|
+
"description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
|
|
35
|
+
"attributes": [
|
|
36
|
+
{
|
|
37
|
+
"name": "variant",
|
|
38
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
39
|
+
"values": [{ "name": "HeadingVariant" }]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "label",
|
|
43
|
+
"description": "The label of the heading.",
|
|
44
|
+
"values": []
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"references": [
|
|
48
|
+
{
|
|
49
|
+
"name": "Documentation",
|
|
50
|
+
"url": "https://shoelace.style/components/anchor-heading"
|
|
13
51
|
}
|
|
14
52
|
]
|
|
15
53
|
},
|
|
@@ -126,51 +164,13 @@
|
|
|
126
164
|
]
|
|
127
165
|
},
|
|
128
166
|
{
|
|
129
|
-
"name": "dap-ds-
|
|
130
|
-
"description": "
|
|
131
|
-
"attributes": [
|
|
132
|
-
{
|
|
133
|
-
"name": "variant",
|
|
134
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
135
|
-
"values": [{ "name": "HeadingVariant" }]
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "label",
|
|
139
|
-
"description": "The label of the heading.",
|
|
140
|
-
"values": []
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"references": [
|
|
144
|
-
{
|
|
145
|
-
"name": "Documentation",
|
|
146
|
-
"url": "https://shoelace.style/components/anchor-heading"
|
|
147
|
-
}
|
|
148
|
-
]
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "dap-ds-accordion-group",
|
|
152
|
-
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
153
|
-
"attributes": [
|
|
154
|
-
{
|
|
155
|
-
"name": "autoClose",
|
|
156
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
157
|
-
"values": []
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "variant",
|
|
161
|
-
"description": "The variant of the accordion",
|
|
162
|
-
"values": [
|
|
163
|
-
{ "name": "default" },
|
|
164
|
-
{ "name": "collapsed" },
|
|
165
|
-
{ "name": "clean" },
|
|
166
|
-
{ "name": "clean-collapsed" }
|
|
167
|
-
]
|
|
168
|
-
}
|
|
169
|
-
],
|
|
167
|
+
"name": "dap-ds-accordion",
|
|
168
|
+
"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 Properties:**\n - **--dds-accordion-border-width** - The width of the accordion border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-border-style** - The style of the accordion border (default: solid) _(default: undefined)_\n- **--dds-accordion-border-radius** - The border radius of the accordion (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-border-color** - The color of the accordion border (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-accordion-background-color** - The background color of the accordion (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-text-color** - The text color of the accordion (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-hover-background** - The background color when hovering over the accordion (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_\n- **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_\n- **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_\n- **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_\n- **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n- **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_\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- **content** - The content of the accordion.\n- **content-container** - The container of the accordion content.\n- **icon-wrapper** - The icon wrapper of the accordion.\n- **open-icon** - The icon when the accordion is opened.\n- **open-icon-base** - The base of the icon when the accordion is opened.\n- **close-icon** - The icon when the accordion is closed.\n- **close-icon-base** - The base of the icon when the accordion is closed.",
|
|
169
|
+
"attributes": [],
|
|
170
170
|
"references": [
|
|
171
171
|
{
|
|
172
172
|
"name": "Documentation",
|
|
173
|
-
"url": "https://shoelace.style/components/accordion
|
|
173
|
+
"url": "https://shoelace.style/components/accordion"
|
|
174
174
|
}
|
|
175
175
|
]
|
|
176
176
|
},
|
|
@@ -208,6 +208,29 @@
|
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
},
|
|
211
|
+
{
|
|
212
|
+
"name": "dap-ds-breadcrumb",
|
|
213
|
+
"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- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
214
|
+
"attributes": [
|
|
215
|
+
{ "name": "variant", "values": [] },
|
|
216
|
+
{
|
|
217
|
+
"name": "mobile",
|
|
218
|
+
"description": "Mobile version of the breadcrumb",
|
|
219
|
+
"values": []
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "aria-labelledby",
|
|
223
|
+
"description": "The aria-labelledby of the breadcrumb",
|
|
224
|
+
"values": []
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"references": [
|
|
228
|
+
{
|
|
229
|
+
"name": "Documentation",
|
|
230
|
+
"url": "https://shoelace.style/components/breadcrumb"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
211
234
|
{
|
|
212
235
|
"name": "dap-ds-banner",
|
|
213
236
|
"description": "A banner is a message displayed at the top of the page to provide important information to the user.\n---\n\n\n### **Events:**\n - **dds-close** - Event fired when the banner is closed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **actions** - Actions of banner\n- **icon** - The icon of the banner.\n\n### **CSS Properties:**\n - **--dds-banner-gap** - The gap between banner elements (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-banner-line-height** - The line height of the banner text (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-banner-transition** - The transition property for the banner (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-banner-brand-background** - The background color of the brand banner (default: var(--dds-banner-background-brand)) _(default: undefined)_\n- **--dds-banner-brand-icon-color** - The color of the brand banner icon (default: var(--dds-banner-icon-brand)) _(default: undefined)_\n- **--dds-banner-brand-text-color** - The text color of the brand banner (default: var(--dds-banner-text-brand)) _(default: undefined)_\n- **--dds-banner-brand-action-color** - The color of the brand banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-info-background** - The background color of the info banner (default: var(--dds-banner-background-informative)) _(default: undefined)_\n- **--dds-banner-info-icon-color** - The color of the info banner icon (default: var(--dds-banner-icon-informative)) _(default: undefined)_\n- **--dds-banner-info-text-color** - The text color of the info banner (default: var(--dds-banner-text-informative)) _(default: undefined)_\n- **--dds-banner-info-action-color** - The color of the info banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-positive-background** - The background color of the positive banner (default: var(--dds-banner-background-positive)) _(default: undefined)_\n- **--dds-banner-positive-icon-color** - The color of the positive banner icon (default: var(--dds-banner-icon-positive)) _(default: undefined)_\n- **--dds-banner-positive-text-color** - The text color of the positive banner (default: var(--dds-banner-text-positive)) _(default: undefined)_\n- **--dds-banner-positive-action-color** - The color of the positive banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-warning-background** - The background color of the warning banner (default: var(--dds-banner-background-warning)) _(default: undefined)_\n- **--dds-banner-warning-icon-color** - The color of the warning banner icon (default: var(--dds-banner-icon-warning)) _(default: undefined)_\n- **--dds-banner-warning-text-color** - The text color of the warning banner (default: var(--dds-banner-text-warning)) _(default: undefined)_\n- **--dds-banner-warning-action-color** - The color of the warning banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n- **--dds-banner-negative-background** - The background color of the negative banner (default: var(--dds-banner-background-negative)) _(default: undefined)_\n- **--dds-banner-negative-icon-color** - The color of the negative banner icon (default: var(--dds-banner-icon-negative)) _(default: undefined)_\n- **--dds-banner-negative-text-color** - The text color of the negative banner (default: var(--dds-banner-text-negative)) _(default: undefined)_\n- **--dds-banner-negative-action-color** - The color of the negative banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main banner container.\n- **card-base** - The wrapper card container.\n- **icon** - The icon of the banner.\n- **icon-element** - The icon element of the banner.\n- **icon-base** - The base of the icon.\n- **closebutton** - The close button of the banner.\n- **close-icon-element** - The icon element of the close button.\n- **close-icon-base** - The base of the close button icon.\n- **actions** - The actions of the banner.\n- **title** - The title of the banner.",
|
|
@@ -256,29 +279,6 @@
|
|
|
256
279
|
}
|
|
257
280
|
]
|
|
258
281
|
},
|
|
259
|
-
{
|
|
260
|
-
"name": "dap-ds-breadcrumb",
|
|
261
|
-
"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- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
262
|
-
"attributes": [
|
|
263
|
-
{ "name": "variant", "values": [] },
|
|
264
|
-
{
|
|
265
|
-
"name": "mobile",
|
|
266
|
-
"description": "Mobile version of the breadcrumb",
|
|
267
|
-
"values": []
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"name": "aria-labelledby",
|
|
271
|
-
"description": "The aria-labelledby of the breadcrumb",
|
|
272
|
-
"values": []
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"references": [
|
|
276
|
-
{
|
|
277
|
-
"name": "Documentation",
|
|
278
|
-
"url": "https://shoelace.style/components/breadcrumb"
|
|
279
|
-
}
|
|
280
|
-
]
|
|
281
|
-
},
|
|
282
282
|
{
|
|
283
283
|
"name": "dap-ds-breadcrumb-item",
|
|
284
284
|
"description": "A breadcrumb item is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb item.\n- **separator** - The separator between breadcrumb items. Default is an arrow-right-s-line icon.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-item-display** - The display property of the breadcrumb item (default: inline-flex) _(default: undefined)_\n- **--dds-breadcrumb-item-flex-wrap** - The flex-wrap property of the breadcrumb item (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-item-align-items** - The align-items property of the breadcrumb item (default: center) _(default: undefined)_\n- **--dds-breadcrumb-item-color** - The text color of the breadcrumb item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-breadcrumb-item-transition** - The transition property for the breadcrumb item (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-item-gap** - The gap between the breadcrumb item and the separator (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-padding** - The padding of the breadcrumb item (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-size** - The font size of the breadcrumb item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight** - The font weight of the breadcrumb item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight-bold** - The bold font weight of the breadcrumb item (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-breadcrumb-item-separator-color** - The color of the separator (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-link-color** - The color of the link (default: var(--dds-link-neutral-enabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-color** - The text color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-link-color** - The link color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb item container. The li element.\n- **link** - The link of the breadcrumb item. The dds-link component.\n- **link-base** - The base part of the link part. The dds-link components base part.\n- **item-nolink** - The item of the breadcrumb item without a link. The span element.\n- **separator** - The separator of the breadcrumb item.",
|
|
@@ -426,6 +426,74 @@
|
|
|
426
426
|
}
|
|
427
427
|
]
|
|
428
428
|
},
|
|
429
|
+
{
|
|
430
|
+
"name": "dap-ds-callout",
|
|
431
|
+
"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 Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\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.",
|
|
432
|
+
"attributes": [
|
|
433
|
+
{
|
|
434
|
+
"name": "variant",
|
|
435
|
+
"description": "The variant of the callout",
|
|
436
|
+
"values": [
|
|
437
|
+
{ "name": "brand" },
|
|
438
|
+
{ "name": "positive" },
|
|
439
|
+
{ "name": "info" },
|
|
440
|
+
{ "name": "warning" },
|
|
441
|
+
{ "name": "negative" }
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "alignment",
|
|
446
|
+
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
447
|
+
"values": [{ "name": "vertical" }, { "name": "horizontal" }]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "shade",
|
|
451
|
+
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
452
|
+
"values": [
|
|
453
|
+
{ "name": "subtle" },
|
|
454
|
+
{ "name": "base" },
|
|
455
|
+
{ "name": "medium" },
|
|
456
|
+
{ "name": "strong" }
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "noBorder",
|
|
461
|
+
"description": "If the callout has a border",
|
|
462
|
+
"values": []
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "closeable",
|
|
466
|
+
"description": "If the callout has a close button",
|
|
467
|
+
"values": []
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "title",
|
|
471
|
+
"description": "The header of the callout",
|
|
472
|
+
"values": []
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "closeButtonLabel",
|
|
476
|
+
"description": "The label of the close button",
|
|
477
|
+
"values": []
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "closeButtonTestId",
|
|
481
|
+
"description": "`data-testid` for the default close button.",
|
|
482
|
+
"values": []
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "opened",
|
|
486
|
+
"description": "If the callout is opened",
|
|
487
|
+
"values": []
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"references": [
|
|
491
|
+
{
|
|
492
|
+
"name": "Documentation",
|
|
493
|
+
"url": "https://shoelace.style/components/callout"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
429
497
|
{
|
|
430
498
|
"name": "dap-ds-calendar-cell",
|
|
431
499
|
"description": "Calendar cell represents a single cell in the calendar.\n---\n\n\n### **Slots:**\n - _default_ - The content of the calendar cell.\n\n### **CSS Properties:**\n - **--dds-calendar-cell-display** - The display property of the calendar cell host (default: flex) _(default: undefined)_\n- **--dds-calendar-cell-position** - The position property of the calendar cell host (default: relative) _(default: undefined)_\n- **--dds-calendar-cell-border-radius** - The border radius of the calendar cell (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-calendar-cell-min-width** - The minimum width of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-height** - The height of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-min-height** - The minimum height of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-color** - The text color of the calendar cell (default: var(--dds-button-subtle-text-neutral-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-font-size** - The font size of the calendar cell (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-calendar-cell-font-weight** - The font weight of the calendar cell (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-calendar-cell-text-align** - The text alignment of the calendar cell (default: center) _(default: undefined)_\n- **--dds-calendar-cell-cursor** - The cursor style of the calendar cell (default: pointer) _(default: undefined)_\n- **--dds-calendar-cell-background-hover** - The background color of the calendar cell on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-calendar-cell-background-active** - The background color of the calendar cell when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background** - The background color of the selected calendar cell (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-selected-color** - The text color of the selected calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background-hover** - The background color of the selected calendar cell on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background-pressed** - The background color of the selected calendar cell when pressed (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-calendar-cell-selected-today-mark-background** - The background color of the today mark in selected calendar cell (default: var(--dds-text-neutral-on-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-disabled-color** - The text color of the disabled calendar cell (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-calendar-cell-disabled-cursor** - The cursor style of the disabled calendar cell (default: not-allowed) _(default: undefined)_\n- **--dds-calendar-cell-out-of-range-color** - The text color of the out-of-range calendar cell (default: var(--dds-text-neutral-placeholder)) _(default: undefined)_\n- **--dds-calendar-cell-today-font-weight** - The font weight of the today calendar cell (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-calendar-cell-header-background** - The background color of the header calendar cell (default: transparent) _(default: undefined)_\n- **--dds-calendar-cell-header-color** - The text color of the header calendar cell (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-calendar-cell-header-text-transform** - The text transform of the header calendar cell (default: capitalize) _(default: undefined)_\n- **--dds-calendar-cell-header-cursor** - The cursor style of the header calendar cell (default: default) _(default: undefined)_\n- **--dds-calendar-cell-in-range-color** - The text color of the in-range calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-in-range-background-hover** - The background color of the in-range calendar cell on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-calendar-cell-in-range-background-pressed** - The background color of the in-range calendar cell when pressed (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-calendar-cell-range-background** - The background color of the range start/end calendar cell (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-range-color** - The text color of the range start/end calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-range-today-mark-background** - The background color of the today mark in range start/end calendar cell (default: var(--dds-text-neutral-on-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-bottom** - The bottom position of the today mark (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-width** - The width of the today mark (default: 5px) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-height** - The height of the today mark (default: 5px) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-stroke** - The stroke color of the today mark (default: var(--dds-border-neutral-transparent)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-background** - The background color of the today mark (default: var(--dds-background-neutral-medium-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-fill** - The fill color of the today mark (default: var(--dds-background-neutral-medium-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main calendar cell container.\n- **today-mark** - The today mark of the calendar cell.",
|
|
@@ -525,74 +593,6 @@
|
|
|
525
593
|
}
|
|
526
594
|
]
|
|
527
595
|
},
|
|
528
|
-
{
|
|
529
|
-
"name": "dap-ds-callout",
|
|
530
|
-
"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 Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\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.",
|
|
531
|
-
"attributes": [
|
|
532
|
-
{
|
|
533
|
-
"name": "variant",
|
|
534
|
-
"description": "The variant of the callout",
|
|
535
|
-
"values": [
|
|
536
|
-
{ "name": "brand" },
|
|
537
|
-
{ "name": "positive" },
|
|
538
|
-
{ "name": "info" },
|
|
539
|
-
{ "name": "warning" },
|
|
540
|
-
{ "name": "negative" }
|
|
541
|
-
]
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"name": "alignment",
|
|
545
|
-
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
546
|
-
"values": [{ "name": "vertical" }, { "name": "horizontal" }]
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "shade",
|
|
550
|
-
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
551
|
-
"values": [
|
|
552
|
-
{ "name": "subtle" },
|
|
553
|
-
{ "name": "base" },
|
|
554
|
-
{ "name": "medium" },
|
|
555
|
-
{ "name": "strong" }
|
|
556
|
-
]
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "noBorder",
|
|
560
|
-
"description": "If the callout has a border",
|
|
561
|
-
"values": []
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "closeable",
|
|
565
|
-
"description": "If the callout has a close button",
|
|
566
|
-
"values": []
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"name": "title",
|
|
570
|
-
"description": "The header of the callout",
|
|
571
|
-
"values": []
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"name": "closeButtonLabel",
|
|
575
|
-
"description": "The label of the close button",
|
|
576
|
-
"values": []
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "closeButtonTestId",
|
|
580
|
-
"description": "`data-testid` for the default close button.",
|
|
581
|
-
"values": []
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "opened",
|
|
585
|
-
"description": "If the callout is opened",
|
|
586
|
-
"values": []
|
|
587
|
-
}
|
|
588
|
-
],
|
|
589
|
-
"references": [
|
|
590
|
-
{
|
|
591
|
-
"name": "Documentation",
|
|
592
|
-
"url": "https://shoelace.style/components/callout"
|
|
593
|
-
}
|
|
594
|
-
]
|
|
595
|
-
},
|
|
596
596
|
{
|
|
597
597
|
"name": "dap-ds-card-actions",
|
|
598
598
|
"description": "A card actions is a container for actions in a card.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card actions.\n\n### **CSS Properties:**\n - **--dds-card-actions-gap** - The gap between items in the card actions. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-card-actions-padding-lg** - The padding for large size card actions. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-padding-md** - The padding for medium size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-padding-sm** - The padding for small size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-lg** - The margin for large size card actions spacing. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-margin-md** - The margin for medium size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-sm** - The margin for small size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card actions container.",
|
|
@@ -1092,6 +1092,231 @@
|
|
|
1092
1092
|
}
|
|
1093
1093
|
]
|
|
1094
1094
|
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "dap-ds-datatable",
|
|
1097
|
+
"description": "A data table is a component that displays data in a tabular format.\n---\n\n\n### **Events:**\n - **dds-sorting-change** - Fired when the sorting of the table changes.\n- **dds-selection-change** - Fired when the selection of the table changes.\n- **dds-pagination-change** - Fired when the pagination of the table changes.\n- **dds-row-click** - Fired when a row is clicked.\n\n### **Slots:**\n - **loading** - The loading content of the table.\n- **empty** - The empty content of the table.\n\n### **CSS Properties:**\n - **--dds-datatable-bg-color** - Background color of the table. (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-datatable-border-color** - Border color of the table cells. (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-datatable-header-bg-color** - Background color of the table header. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-datatable-header-text-color** - Text color of the table header. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-datatable-row-hover-bg-color** - Background color of hovered rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-row-selected-bg-color** - Background color of selected rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-cell-padding** - Padding of table cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-header-padding** - Padding of header cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-last-column-padding** - Padding of the last column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-first-column-padding** - Padding of the first column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-border-width** - Width of table borders. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-datatable-outer-border-width** - Width of the outer container border only. (default: var(--dds-datatable-border-width)) _(default: undefined)_\n- **--dds-datatable-header-border-width** - Width of the header row bottom border only. (default: var(--dds-datatable-border-width)) _(default: undefined)_\n- **--dds-datatable-row-border-width** - Width of the row (body cell) bottom borders only. (default: var(--dds-datatable-border-width)) _(default: undefined)_\n- **--dds-datatable-stripe-color** - Background color for striped rows. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-datatable-border-radius** - Border radius of the table. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-datatable-shadow** - Box shadow of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-transition-duration** - Duration of hover/selection transitions. (default: 0.2s) _(default: undefined)_\n- **--dds-datatable-z-index** - Z-index of the table. (default: 1) _(default: undefined)_\n- **--dds-datatable-min-height** - Minimum height of the table. (default: auto) _(default: undefined)_\n- **--dds-datatable-max-height** - Maximum height of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-overflow-x** - Horizontal overflow behavior. (default: auto) _(default: undefined)_\n- **--dds-datatable-overflow-y** - Vertical overflow behavior. (default: auto) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main table container.\n- **header** - The header of the table.\n- **header-row** - The header row of the table.\n- **header-cell** - All cells of the header.\n- **body** - The body of the table.\n- **empty** - The empty content of the table.\n- **loading** - The loading content of the table.\n- **row** - All rows of the table.\n- **cell** - All cells of the table.\n- **pager** - The pager of the table.\n- **pager-base** - The base of the pager.\n- **pager-first** - The first button of the pager.\n- **pager-previous** - The previous button of the pager.\n- **pager-next** - The next button of the pager.\n- **pager-last** - The last button of the pager.\n- **pager-page-size-select** - The page size select of the pager.",
|
|
1098
|
+
"attributes": [
|
|
1099
|
+
{
|
|
1100
|
+
"name": "rowKey",
|
|
1101
|
+
"description": "Row key to use for row selection, this should be a unique key for each row",
|
|
1102
|
+
"values": []
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "enableRowSelection",
|
|
1106
|
+
"description": "Enable row selection on the table, can be a boolean or a function that returns a boolean",
|
|
1107
|
+
"values": [{ "name": "((row: Row<T>) => boolean)" }]
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "enableSorting",
|
|
1111
|
+
"description": "Enable sorting on the table",
|
|
1112
|
+
"values": []
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "manualSorting",
|
|
1116
|
+
"description": "Enable manual sorting on the table",
|
|
1117
|
+
"values": []
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "manualPagination",
|
|
1121
|
+
"description": "Enables manual pagination. If this option is set to true, the table will not automatically paginate rows and instead will expect you to manually paginate the rows before passing them to the table. This is useful if you are doing server-side pagination and aggregation.",
|
|
1122
|
+
"values": []
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "autoResetPageIndex",
|
|
1126
|
+
"description": "If set to true, pagination will be reset to the first page when page-altering state changes eg. data is updated, filters change, grouping changes, etc. This behavior is automatically disabled when manualPagination is true but it can be overridden by explicitly assigning a boolean value to the autoResetPageIndex table option.",
|
|
1127
|
+
"values": []
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "enableRowClick",
|
|
1131
|
+
"description": "Enable row click on the table",
|
|
1132
|
+
"values": []
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "loading",
|
|
1136
|
+
"description": "Loading state of the table",
|
|
1137
|
+
"values": []
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "enableStripedRows",
|
|
1141
|
+
"description": "Whether to enable striped rows",
|
|
1142
|
+
"values": []
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "rowCount",
|
|
1146
|
+
"description": "Number of rows in the table",
|
|
1147
|
+
"values": []
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "caption",
|
|
1151
|
+
"description": "Caption text for the table",
|
|
1152
|
+
"values": []
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "loadingType",
|
|
1156
|
+
"description": "The type of loading to use",
|
|
1157
|
+
"values": [{ "name": "spinner" }, { "name": "skeleton" }]
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "loadingVariant",
|
|
1161
|
+
"description": "The variant of the spinner. Only used if loadingType is 'spinner'.",
|
|
1162
|
+
"values": [
|
|
1163
|
+
{ "name": "neutral" },
|
|
1164
|
+
{ "name": "brand" },
|
|
1165
|
+
{ "name": "negative" },
|
|
1166
|
+
{ "name": "positive" },
|
|
1167
|
+
{ "name": "inverted" }
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "loadingSize",
|
|
1172
|
+
"description": "The size of the spinner. Only used if loadingType is 'spinner'.",
|
|
1173
|
+
"values": [
|
|
1174
|
+
{ "name": "xxl" },
|
|
1175
|
+
{ "name": "xl" },
|
|
1176
|
+
{ "name": "lg" },
|
|
1177
|
+
{ "name": "md" },
|
|
1178
|
+
{ "name": "sm" },
|
|
1179
|
+
{ "name": "xs" }
|
|
1180
|
+
]
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "loadingStaticSize",
|
|
1184
|
+
"description": "The size of the spinner in pixels. This overrides the size attribute. Only used if loadingType is 'spinner'.",
|
|
1185
|
+
"values": []
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "loadingText",
|
|
1189
|
+
"description": "The loading text. Only used if loadingType is 'spinner'.",
|
|
1190
|
+
"values": []
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "emptyText",
|
|
1194
|
+
"description": "The text to display when the table is empty.",
|
|
1195
|
+
"values": []
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "disableHeaderOnEmpty",
|
|
1199
|
+
"description": "Whether to disable the header when the table is empty.",
|
|
1200
|
+
"values": [{ "name": "true" }, { "name": "false" }]
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "showPagerOnEmpty",
|
|
1204
|
+
"description": "Whether to show the pager component when the table is empty.",
|
|
1205
|
+
"values": []
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "pager",
|
|
1209
|
+
"description": "Whether to show the pager component",
|
|
1210
|
+
"values": []
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"name": "showPageSizeOptions",
|
|
1214
|
+
"description": "Show the page size options.",
|
|
1215
|
+
"values": []
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "showPageIndex",
|
|
1219
|
+
"description": "Show the page index.",
|
|
1220
|
+
"values": []
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "showPageCount",
|
|
1224
|
+
"description": "Show the page count.",
|
|
1225
|
+
"values": []
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "showFirstButton",
|
|
1229
|
+
"description": "Show the first button.",
|
|
1230
|
+
"values": []
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "showPreviousButton",
|
|
1234
|
+
"description": "Show the previous button.",
|
|
1235
|
+
"values": []
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "showNextButton",
|
|
1239
|
+
"description": "Show the next button.",
|
|
1240
|
+
"values": []
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "showLastButton",
|
|
1244
|
+
"description": "Show the last button.",
|
|
1245
|
+
"values": []
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "showPageNumbers",
|
|
1249
|
+
"description": "Show numbered page buttons between the previous and next buttons.",
|
|
1250
|
+
"values": []
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "siblingCount",
|
|
1254
|
+
"description": "How many page numbers to show on each side of the current page.",
|
|
1255
|
+
"values": []
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"name": "firstButtonLabel",
|
|
1259
|
+
"description": "The label of the first button",
|
|
1260
|
+
"values": []
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "previousButtonLabel",
|
|
1264
|
+
"description": "The label of the previous button",
|
|
1265
|
+
"values": []
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "nextButtonLabel",
|
|
1269
|
+
"description": "The label of the next button",
|
|
1270
|
+
"values": []
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "lastButtonLabel",
|
|
1274
|
+
"description": "The label of the last button",
|
|
1275
|
+
"values": []
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "sortButtonTestId",
|
|
1279
|
+
"description": "`data-testid` for the column sort-toggle button. Suffixed with the column id.",
|
|
1280
|
+
"values": []
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "pageSizeOptions",
|
|
1284
|
+
"description": "Available page size options for the pager",
|
|
1285
|
+
"values": [{ "name": "number[]" }]
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "sorting",
|
|
1289
|
+
"description": "Sorting state of the table",
|
|
1290
|
+
"values": [{ "name": "SortingState" }]
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "rowSelection",
|
|
1294
|
+
"description": "Selection state of the table",
|
|
1295
|
+
"values": [{ "name": "RowSelectionState" }]
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "pagination",
|
|
1299
|
+
"description": "Pagination state of the table",
|
|
1300
|
+
"values": [{ "name": "PaginationState" }]
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "columnSizing",
|
|
1304
|
+
"description": "Column sizing state of the table",
|
|
1305
|
+
"values": [{ "name": "Record<string, number>" }]
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "ariaLabel",
|
|
1309
|
+
"description": "ID of element labeling the table",
|
|
1310
|
+
"values": []
|
|
1311
|
+
}
|
|
1312
|
+
],
|
|
1313
|
+
"references": [
|
|
1314
|
+
{
|
|
1315
|
+
"name": "Documentation",
|
|
1316
|
+
"url": "https://shoelace.style/components/datatable"
|
|
1317
|
+
}
|
|
1318
|
+
]
|
|
1319
|
+
},
|
|
1095
1320
|
{
|
|
1096
1321
|
"name": "dap-ds-datepicker",
|
|
1097
1322
|
"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\n\n### **Events:**\n - **dds-change** - Fired when the datepicker value changes.\n- **dds-input** - Fired when the datepicker input value changes.\n- **dds-valid-date** - Fired when the datepicker input value is valid. Happens on manual input typing.\n- **dds-invalid-date** - Fired when the datepicker input value is invalid. Happens on manual input typing.\n- **dds-clear** - Fired when the datepicker is cleared.\n- **dds-focus** - Emitted when the datepicker gains focus.\n- **dds-blur** - Emitted when the datepicker loses focus.\n\n### **CSS Properties:**\n - **--dds-combobox-background** - The background color of the combobox. (default: var(--dds-fields-background-default)) _(default: undefined)_\n- **--dds-combobox-border-color** - The border color of the combobox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-combobox-border-width** - The border width of the combobox. (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-combobox-border-radius** - The border radius of the combobox. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-combobox-text-color** - The text color of the combobox. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-combobox-placeholder-color** - The placeholder text color. (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-combobox-disabled-background** - The background color when disabled. (default: var(--dds-background-neutral-stronger)) _(default: undefined)_\n- **--dds-combobox-disabled-text** - The text color when disabled. (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-combobox-error-border** - The border color for error state. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-combobox-success-border** - The border color for success state. (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-combobox-icon-color** - The color of the icons. (default: var(--dds-text-icon-neutral-subtle)) _(default: undefined)_\n- **--dds-combobox-clear-icon-color** - The color of the clear icon. (default: var(--dds-button-subtle-icon-neutral-enabled)) _(default: undefined)_\n- **--dds-combobox-popup-background** - The background color of the popup. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-combobox-popup-shadow** - The box shadow of the popup. (default: 0 4px 6px -1px rgb(0 0 0 / 8%), 0 2px 4px -1px rgb(0 0 0 / 6%)) _(default: undefined)_\n- **--dds-combobox-padding-xs** - The padding for extra small size. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-padding-sm** - The padding for small size. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-padding-lg** - The padding for large size. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-combobox-padding-horizontal** - The horizontal padding. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-combobox-padding-vertical** - The vertical padding. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-gap** - The gap between elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-combobox-icon-gap** - The gap between icons. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-action-gap** - The gap between action elements. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-action-padding** - The padding for action elements. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-combobox-clear-icon-width** - The width of the clear icon. (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-combobox-dropdown-icon-right** - The right position of the dropdown icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-combobox-min-width** - The minimum width of the combobox. (default: 7.5rem) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main datepicker container.\n- **calendar** - The calendar of the datepicker.\n- **trigger** - The trigger button of the datepicker.\n- **label** - The label of the datepicker.\n- **description** - The description of the datepicker.\n- **feedback** - The feedback of the datepicker.\n- **tooltip** - The tooltip of the datepicker.\n- **input** - The input of the datepicker.\n- **clear-button** - The clear button of the datepicker.\n- **calendar-grid-cell-base** - The base of the calendar grid cell.\n- **calendar-grid-cell** - The cell of the calendar grid.\n- **calendar-grid-header-cell-base** - The base of the calendar grid header cell.\n- **calendar-grid-header-cell** - The header cell of the calendar grid.\n- **calendar-grid-cell-today-mark** - The today mark of the calendar grid cell.",
|
|
@@ -1281,7 +1506,18 @@
|
|
|
1281
1506
|
"references": [
|
|
1282
1507
|
{
|
|
1283
1508
|
"name": "Documentation",
|
|
1284
|
-
"url": "https://shoelace.style/components/divider"
|
|
1509
|
+
"url": "https://shoelace.style/components/divider"
|
|
1510
|
+
}
|
|
1511
|
+
]
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "dap-ds-feedback",
|
|
1515
|
+
"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 Properties:**\n - **--dds-feedback-spacing** - The spacing around the feedback component. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-feedback-color** - The text color of the feedback. (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-font-size** - The font size of the feedback. (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-feedback-font-weight** - The font weight of the feedback. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-feedback-icon-fill** - The fill color of the feedback icon. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-spacing** - The spacing between the icon and text. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-feedback-color-warning** - The text color for warning feedback. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-feedback-color-positive** - The text color for positive feedback. (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-color-negative** - The text color for negative feedback. (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-fill-warning** - The icon fill color for warning feedback. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-fill-positive** - The icon fill color for positive feedback. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-fill-negative** - The icon fill color for negative feedback. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main feedback container.\n- **icon** - The icon of the feedback.\n- **text** - The text of the feedback.",
|
|
1516
|
+
"attributes": [],
|
|
1517
|
+
"references": [
|
|
1518
|
+
{
|
|
1519
|
+
"name": "Documentation",
|
|
1520
|
+
"url": "https://shoelace.style/components/feedback"
|
|
1285
1521
|
}
|
|
1286
1522
|
]
|
|
1287
1523
|
},
|
|
@@ -1654,221 +1890,6 @@
|
|
|
1654
1890
|
}
|
|
1655
1891
|
]
|
|
1656
1892
|
},
|
|
1657
|
-
{
|
|
1658
|
-
"name": "dap-ds-datatable",
|
|
1659
|
-
"description": "A data table is a component that displays data in a tabular format.\n---\n\n\n### **Events:**\n - **dds-sorting-change** - Fired when the sorting of the table changes.\n- **dds-selection-change** - Fired when the selection of the table changes.\n- **dds-pagination-change** - Fired when the pagination of the table changes.\n- **dds-row-click** - Fired when a row is clicked.\n\n### **Slots:**\n - **loading** - The loading content of the table.\n- **empty** - The empty content of the table.\n\n### **CSS Properties:**\n - **--dds-datatable-bg-color** - Background color of the table. (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-datatable-border-color** - Border color of the table cells. (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-datatable-header-bg-color** - Background color of the table header. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-datatable-header-text-color** - Text color of the table header. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-datatable-row-hover-bg-color** - Background color of hovered rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-row-selected-bg-color** - Background color of selected rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-cell-padding** - Padding of table cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-header-padding** - Padding of header cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-last-column-padding** - Padding of the last column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-first-column-padding** - Padding of the first column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-border-width** - Width of table borders. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-datatable-stripe-color** - Background color for striped rows. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-datatable-border-radius** - Border radius of the table. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-datatable-shadow** - Box shadow of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-transition-duration** - Duration of hover/selection transitions. (default: 0.2s) _(default: undefined)_\n- **--dds-datatable-z-index** - Z-index of the table. (default: 1) _(default: undefined)_\n- **--dds-datatable-min-height** - Minimum height of the table. (default: auto) _(default: undefined)_\n- **--dds-datatable-max-height** - Maximum height of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-overflow-x** - Horizontal overflow behavior. (default: auto) _(default: undefined)_\n- **--dds-datatable-overflow-y** - Vertical overflow behavior. (default: auto) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main table container.\n- **header** - The header of the table.\n- **header-row** - The header row of the table.\n- **header-cell** - All cells of the header.\n- **body** - The body of the table.\n- **empty** - The empty content of the table.\n- **loading** - The loading content of the table.\n- **row** - All rows of the table.\n- **cell** - All cells of the table.\n- **pager** - The pager of the table.\n- **pager-base** - The base of the pager.\n- **pager-first** - The first button of the pager.\n- **pager-previous** - The previous button of the pager.\n- **pager-next** - The next button of the pager.\n- **pager-last** - The last button of the pager.\n- **pager-page-size-select** - The page size select of the pager.",
|
|
1660
|
-
"attributes": [
|
|
1661
|
-
{
|
|
1662
|
-
"name": "rowKey",
|
|
1663
|
-
"description": "Row key to use for row selection, this should be a unique key for each row",
|
|
1664
|
-
"values": []
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"name": "enableRowSelection",
|
|
1668
|
-
"description": "Enable row selection on the table, can be a boolean or a function that returns a boolean",
|
|
1669
|
-
"values": [{ "name": "((row: Row<T>) => boolean)" }]
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"name": "enableSorting",
|
|
1673
|
-
"description": "Enable sorting on the table",
|
|
1674
|
-
"values": []
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "manualSorting",
|
|
1678
|
-
"description": "Enable manual sorting on the table",
|
|
1679
|
-
"values": []
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "manualPagination",
|
|
1683
|
-
"description": "Enables manual pagination. If this option is set to true, the table will not automatically paginate rows and instead will expect you to manually paginate the rows before passing them to the table. This is useful if you are doing server-side pagination and aggregation.",
|
|
1684
|
-
"values": []
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "autoResetPageIndex",
|
|
1688
|
-
"description": "If set to true, pagination will be reset to the first page when page-altering state changes eg. data is updated, filters change, grouping changes, etc. This behavior is automatically disabled when manualPagination is true but it can be overridden by explicitly assigning a boolean value to the autoResetPageIndex table option.",
|
|
1689
|
-
"values": []
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"name": "enableRowClick",
|
|
1693
|
-
"description": "Enable row click on the table",
|
|
1694
|
-
"values": []
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "loading",
|
|
1698
|
-
"description": "Loading state of the table",
|
|
1699
|
-
"values": []
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "enableStripedRows",
|
|
1703
|
-
"description": "Whether to enable striped rows",
|
|
1704
|
-
"values": []
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"name": "rowCount",
|
|
1708
|
-
"description": "Number of rows in the table",
|
|
1709
|
-
"values": []
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"name": "caption",
|
|
1713
|
-
"description": "Caption text for the table",
|
|
1714
|
-
"values": []
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "loadingType",
|
|
1718
|
-
"description": "The type of loading to use",
|
|
1719
|
-
"values": [{ "name": "spinner" }, { "name": "skeleton" }]
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "loadingVariant",
|
|
1723
|
-
"description": "The variant of the spinner. Only used if loadingType is 'spinner'.",
|
|
1724
|
-
"values": [
|
|
1725
|
-
{ "name": "neutral" },
|
|
1726
|
-
{ "name": "brand" },
|
|
1727
|
-
{ "name": "negative" },
|
|
1728
|
-
{ "name": "positive" },
|
|
1729
|
-
{ "name": "inverted" }
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"name": "loadingSize",
|
|
1734
|
-
"description": "The size of the spinner. Only used if loadingType is 'spinner'.",
|
|
1735
|
-
"values": [
|
|
1736
|
-
{ "name": "xxl" },
|
|
1737
|
-
{ "name": "xl" },
|
|
1738
|
-
{ "name": "lg" },
|
|
1739
|
-
{ "name": "md" },
|
|
1740
|
-
{ "name": "sm" },
|
|
1741
|
-
{ "name": "xs" }
|
|
1742
|
-
]
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"name": "loadingStaticSize",
|
|
1746
|
-
"description": "The size of the spinner in pixels. This overrides the size attribute. Only used if loadingType is 'spinner'.",
|
|
1747
|
-
"values": []
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "loadingText",
|
|
1751
|
-
"description": "The loading text. Only used if loadingType is 'spinner'.",
|
|
1752
|
-
"values": []
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"name": "emptyText",
|
|
1756
|
-
"description": "The text to display when the table is empty.",
|
|
1757
|
-
"values": []
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "disableHeaderOnEmpty",
|
|
1761
|
-
"description": "Whether to disable the header when the table is empty.",
|
|
1762
|
-
"values": [{ "name": "true" }, { "name": "false" }]
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"name": "showPagerOnEmpty",
|
|
1766
|
-
"description": "Whether to show the pager component when the table is empty.",
|
|
1767
|
-
"values": []
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"name": "pager",
|
|
1771
|
-
"description": "Whether to show the pager component",
|
|
1772
|
-
"values": []
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
"name": "showPageSizeOptions",
|
|
1776
|
-
"description": "Show the page size options.",
|
|
1777
|
-
"values": []
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"name": "showPageIndex",
|
|
1781
|
-
"description": "Show the page index.",
|
|
1782
|
-
"values": []
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "showPageCount",
|
|
1786
|
-
"description": "Show the page count.",
|
|
1787
|
-
"values": []
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"name": "showFirstButton",
|
|
1791
|
-
"description": "Show the first button.",
|
|
1792
|
-
"values": []
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"name": "showPreviousButton",
|
|
1796
|
-
"description": "Show the previous button.",
|
|
1797
|
-
"values": []
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"name": "showNextButton",
|
|
1801
|
-
"description": "Show the next button.",
|
|
1802
|
-
"values": []
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"name": "showLastButton",
|
|
1806
|
-
"description": "Show the last button.",
|
|
1807
|
-
"values": []
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "firstButtonLabel",
|
|
1811
|
-
"description": "The label of the first button",
|
|
1812
|
-
"values": []
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "previousButtonLabel",
|
|
1816
|
-
"description": "The label of the previous button",
|
|
1817
|
-
"values": []
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "nextButtonLabel",
|
|
1821
|
-
"description": "The label of the next button",
|
|
1822
|
-
"values": []
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "lastButtonLabel",
|
|
1826
|
-
"description": "The label of the last button",
|
|
1827
|
-
"values": []
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"name": "sortButtonTestId",
|
|
1831
|
-
"description": "`data-testid` for the column sort-toggle button. Suffixed with the column id.",
|
|
1832
|
-
"values": []
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"name": "pageSizeOptions",
|
|
1836
|
-
"description": "Available page size options for the pager",
|
|
1837
|
-
"values": [{ "name": "number[]" }]
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "sorting",
|
|
1841
|
-
"description": "Sorting state of the table",
|
|
1842
|
-
"values": [{ "name": "SortingState" }]
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"name": "rowSelection",
|
|
1846
|
-
"description": "Selection state of the table",
|
|
1847
|
-
"values": [{ "name": "RowSelectionState" }]
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"name": "pagination",
|
|
1851
|
-
"description": "Pagination state of the table",
|
|
1852
|
-
"values": [{ "name": "PaginationState" }]
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"name": "columnSizing",
|
|
1856
|
-
"description": "Column sizing state of the table",
|
|
1857
|
-
"values": [{ "name": "Record<string, number>" }]
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "ariaLabel",
|
|
1861
|
-
"description": "ID of element labeling the table",
|
|
1862
|
-
"values": []
|
|
1863
|
-
}
|
|
1864
|
-
],
|
|
1865
|
-
"references": [
|
|
1866
|
-
{
|
|
1867
|
-
"name": "Documentation",
|
|
1868
|
-
"url": "https://shoelace.style/components/datatable"
|
|
1869
|
-
}
|
|
1870
|
-
]
|
|
1871
|
-
},
|
|
1872
1893
|
{
|
|
1873
1894
|
"name": "dap-ds-icon",
|
|
1874
1895
|
"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 Properties:**\n - **--dds-icon-size-xs** - The size of extra small icons (default: 12px) _(default: undefined)_\n- **--dds-icon-size-sm** - The size of small icons (default: 16px) _(default: undefined)_\n- **--dds-icon-size-md** - The size of medium icons (default: 20px) _(default: undefined)_\n- **--dds-icon-size-lg** - The size of large icons (default: 24px) _(default: undefined)_\n- **--dds-icon-size-xl** - The size of extra large icons (default: 32px) _(default: undefined)_\n- **--dds-icon-size-xxl** - The size of extra extra large icons (default: 40px) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main icon container.\n- **icon** - The icon of the icon.",
|
|
@@ -1960,28 +1981,6 @@
|
|
|
1960
1981
|
}
|
|
1961
1982
|
]
|
|
1962
1983
|
},
|
|
1963
|
-
{
|
|
1964
|
-
"name": "dap-ds-feedback",
|
|
1965
|
-
"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 Properties:**\n - **--dds-feedback-spacing** - The spacing around the feedback component. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-feedback-color** - The text color of the feedback. (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-font-size** - The font size of the feedback. (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-feedback-font-weight** - The font weight of the feedback. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-feedback-icon-fill** - The fill color of the feedback icon. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-spacing** - The spacing between the icon and text. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-feedback-color-warning** - The text color for warning feedback. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-feedback-color-positive** - The text color for positive feedback. (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-color-negative** - The text color for negative feedback. (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-fill-warning** - The icon fill color for warning feedback. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-fill-positive** - The icon fill color for positive feedback. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-feedback-icon-fill-negative** - The icon fill color for negative feedback. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main feedback container.\n- **icon** - The icon of the feedback.\n- **text** - The text of the feedback.",
|
|
1966
|
-
"attributes": [],
|
|
1967
|
-
"references": [
|
|
1968
|
-
{
|
|
1969
|
-
"name": "Documentation",
|
|
1970
|
-
"url": "https://shoelace.style/components/feedback"
|
|
1971
|
-
}
|
|
1972
|
-
]
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "dap-ds-label",
|
|
1976
|
-
"description": "A label is a container for labels intended for general use. It contains a label text, description, and tooltip.\n---\n\n\n### **CSS Properties:**\n - **--dds-label-background** - The background color of the label container. (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-label-border-color** - The border color of the label container. (default: var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-label-border-width** - The border width of the label container. (default: var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-label-border-radius** - The border radius of the label container. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-label-padding** - The padding of the label container. (default: var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-label-disabled-background** - The background color of the label container when disabled. (default: var(--dds-background-neutral-disabled-inverted)). _(default: undefined)_\n- **--dds-label-checked-border-color** - The border color of the label container when checked. (default: var(--dds-background-brand-base-inverted)). _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main label container.\n- **label** - Tha main label container. dap-ds-form-label element.\n- **label-base** - The label text.\n- **label-required** - The required indicator of the label.\n- **label-optional** - The optional indicator of the label.\n- **tooltip** - The tooltip of the label. dap-ds-tooltip element.\n- **description** - The description of the label.",
|
|
1977
|
-
"attributes": [],
|
|
1978
|
-
"references": [
|
|
1979
|
-
{
|
|
1980
|
-
"name": "Documentation",
|
|
1981
|
-
"url": "https://shoelace.style/components/label"
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
1984
|
{
|
|
1986
1985
|
"name": "dap-ds-image-zoom",
|
|
1987
1986
|
"description": "An image zoom component that provides a Medium.com-style zoom experience. Click an image to expand it to fill the viewport with a smooth animation.\n---\n\n\n### **Events:**\n - **dds-zoom** - Fires when the image is about to zoom. Cancelable via event.preventDefault().\n- **dds-unzoom** - Fires after the image has unzoomed.\n\n### **Methods:**\n - **zoom(): _void_** - Programmatically zoom the image.\n- **unzoom(): _void_** - Programmatically unzoom the image.\n\n### **Slots:**\n - _default_ - The image or content element to zoom. Should contain an <img> element.\n\n### **CSS Properties:**\n - **--dds-image-zoom-overlay-bg** - Overlay background color (default: rgba(0, 0, 0, 0.8)). _(default: undefined)_\n- **--dds-image-zoom-transition-speed** - Animation duration (default: 300ms). _(default: undefined)_\n- **--dds-image-zoom-transition-timing** - Animation timing function (default: var(--dds-easing-ease-in-out, ease-in-out)). _(default: undefined)_\n\n### **CSS Parts:**\n - **trigger** - The zoom trigger wrapper element.\n- **dialog** - The zoom dialog element.\n- **overlay** - The backdrop overlay element.\n- **zoomed-image** - The zoomed image element.\n- **unzoom-button** - The button to close the zoomed view.\n- **expand-button** - The button to expand the image.\n- **expand-button-base** - The base of the expand button.\n- **expand-button-content** - The content of the expand button.\n- **unzoom-button-base** - The base of the unzoom button.\n- **unzoom-button-content** - The content of the unzoom button.\n- **expand-button-icon** - The icon of the expand button.\n- **unzoom-button-icon** - The icon of the unzoom button.",
|
|
@@ -2045,11 +2044,33 @@
|
|
|
2045
2044
|
"description": "`data-testid` for the unzoom/close button.",
|
|
2046
2045
|
"values": []
|
|
2047
2046
|
}
|
|
2048
|
-
],
|
|
2047
|
+
],
|
|
2048
|
+
"references": [
|
|
2049
|
+
{
|
|
2050
|
+
"name": "Documentation",
|
|
2051
|
+
"url": "https://shoelace.style/components/image-zoom"
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "dap-ds-input",
|
|
2057
|
+
"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 Properties:**\n - **--dds-input-height-xs** - The height of the extra small input. (default: var(--dds-spacing-800)). _(default: undefined)_\n- **--dds-input-height-sm** - The height of the small input. (default: var(--dds-spacing-1000)). _(default: undefined)_\n- **--dds-input-height-lg** - The height of the large input. (default: var(--dds-spacing-1200)). _(default: undefined)_\n- **--dds-input-padding-xs** - The padding of the extra small input. (default: 0 var(--dds-spacing-200)). _(default: undefined)_\n- **--dds-input-padding-sm** - The padding of the small input. (default: 0 var(--dds-spacing-300)). _(default: undefined)_\n- **--dds-input-padding-lg** - The padding of the large input. (default: 0 var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-input-font-size-xs** - The font size of the extra small input. (default: var(--dds-font-sm)). _(default: undefined)_\n- **--dds-input-font-size-sm** - The font size of the small input. (default: var(--dds-font-base)). _(default: undefined)_\n- **--dds-input-font-size-lg** - The font size of the large input. (default: var(--dds-font-lg)). _(default: undefined)_\n- **--dds-input-border** - The border of the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-background** - The background color of the input. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-text-color** - The text color of the input. (default: var(--dds-text-neutral-base)). _(default: undefined)_\n- **--dds-input-border-radius** - The border radius of the input. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-input-disabled-border** - The border of the disabled input. (default: 0 solid var(--dds-border-neutral-disabled)). _(default: undefined)_\n- **--dds-input-disabled-background** - The background color of the disabled input. (default: var(--dds-fields-background-disabled)). _(default: undefined)_\n- **--dds-input-disabled-text** - The text color of the disabled input. (default: var(--dds-text-neutral-disabled)). _(default: undefined)_\n- **--dds-input-readonly-border** - The border of the readonly input. (default: 0 solid var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-input-readonly-background** - The background color of the readonly input. (default: var(--dds-fields-background-read-only)). _(default: undefined)_\n- **--dds-input-readonly-text** - The text color of the readonly input. (default: var(--dds-text-neutral-subtle)). _(default: undefined)_\n- **--dds-input-success-border** - The border of the success input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-error-border** - The border of the error input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-background** - The background color of the input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-success-background** - The background color of the success input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-error-background** - The background color of the error input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-border-before** - The border of the addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-after** - The border of the addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-before** - The border width of the addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-after** - The border width of the addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-success-border** - The border of the success addon. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-before** - The border of the success addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-after** - The border of the success addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-before** - The border width of the success addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-after** - The border width of the success addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-error-border-before** - The border of the error addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-after** - The border of the error addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-before** - The border width of the error addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-after** - The border width of the error addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n\n### **CSS Parts:**\n - **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.",
|
|
2058
|
+
"attributes": [],
|
|
2059
|
+
"references": [
|
|
2060
|
+
{
|
|
2061
|
+
"name": "Documentation",
|
|
2062
|
+
"url": "https://shoelace.style/components/input"
|
|
2063
|
+
}
|
|
2064
|
+
]
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"name": "dap-ds-label",
|
|
2068
|
+
"description": "A label is a container for labels intended for general use. It contains a label text, description, and tooltip.\n---\n\n\n### **CSS Properties:**\n - **--dds-label-background** - The background color of the label container. (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-label-border-color** - The border color of the label container. (default: var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-label-border-width** - The border width of the label container. (default: var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-label-border-radius** - The border radius of the label container. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-label-padding** - The padding of the label container. (default: var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-label-disabled-background** - The background color of the label container when disabled. (default: var(--dds-background-neutral-disabled-inverted)). _(default: undefined)_\n- **--dds-label-checked-border-color** - The border color of the label container when checked. (default: var(--dds-background-brand-base-inverted)). _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main label container.\n- **label** - Tha main label container. dap-ds-form-label element.\n- **label-base** - The label text.\n- **label-required** - The required indicator of the label.\n- **label-optional** - The optional indicator of the label.\n- **tooltip** - The tooltip of the label. dap-ds-tooltip element.\n- **description** - The description of the label.",
|
|
2069
|
+
"attributes": [],
|
|
2049
2070
|
"references": [
|
|
2050
2071
|
{
|
|
2051
2072
|
"name": "Documentation",
|
|
2052
|
-
"url": "https://shoelace.style/components/
|
|
2073
|
+
"url": "https://shoelace.style/components/label"
|
|
2053
2074
|
}
|
|
2054
2075
|
]
|
|
2055
2076
|
},
|
|
@@ -2698,7 +2719,7 @@
|
|
|
2698
2719
|
},
|
|
2699
2720
|
{
|
|
2700
2721
|
"name": "dap-ds-pager",
|
|
2701
|
-
"description": "A pager is a component that displays pagination controls.\n---\n\n\n### **Events:**\n - **dds-pagination-change** - Event fired when the pagination changes\n\n### **CSS Properties:**\n - **--dds-pager-spacing-vertical** - The vertical spacing of the pager (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-pager-spacing-horizontal** - The horizontal spacing of the pager (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-pager-button-padding** - The padding of the pager buttons (default: var(--dds-spacing-150)) _(default: undefined)_\n- **--dds-pager-button-border-width** - The border width of the pager buttons (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-pager-button-border-color** - The border color of the pager buttons (default: var(--dds-button-subtle-border-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-border-radius** - The border radius of the pager buttons (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-pager-button-background** - The background color of the pager buttons (default: var(--dds-button-subtle-background-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-font-size** - The font size of the pager buttons (default: var(--dds-font-sm, 14px)) _(default: undefined)_\n- **--dds-pager-button-font-weight** - The font weight of the pager buttons (default: var(--dds-font-weight-bold, 700)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main pager container.\n- **first** - The first page button.\n- **previous** - The previous page button.\n- **next** - The next page button.\n- **last** - The last page button.\n- **page-size** - The page size select.\n- **pager-button-first-base** - The base of the first page button.\n- **pager-button-first-content** - The content of the first page button.\n- **pager-button-previous-base** - The base of the previous page button.\n- **pager-button-previous-content** - The content of the previous page button.\n- **pager-button-next-base** - The base of the next page button.\n- **pager-button-next-content** - The content of the next page button.\n- **pager-button-last-base** - The base of the last page button.\n- **pager-button-last-content** - The content of the last page button.\n- **page-size-select-base** - The base of the page size select.\n- **page-size-select-trigger** - The trigger of the page size select.",
|
|
2722
|
+
"description": "A pager is a component that displays pagination controls.\n---\n\n\n### **Events:**\n - **dds-pagination-change** - Event fired when the pagination changes\n\n### **CSS Properties:**\n - **--dds-pager-spacing-vertical** - The vertical spacing of the pager (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-pager-spacing-horizontal** - The horizontal spacing of the pager (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-pager-button-padding** - The padding of the pager buttons (default: var(--dds-spacing-150)) _(default: undefined)_\n- **--dds-pager-button-border-width** - The border width of the pager buttons (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-pager-button-border-color** - The border color of the pager buttons (default: var(--dds-button-subtle-border-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-border-radius** - The border radius of the pager buttons (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-pager-button-background** - The background color of the pager buttons (default: var(--dds-button-subtle-background-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-font-size** - The font size of the pager buttons (default: var(--dds-font-sm, 14px)) _(default: undefined)_\n- **--dds-pager-button-font-weight** - The font weight of the pager buttons (default: var(--dds-font-weight-bold, 700)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main pager container.\n- **first** - The first page button.\n- **previous** - The previous page button.\n- **next** - The next page button.\n- **last** - The last page button.\n- **page-size** - The page size select.\n- **pager-button-first-base** - The base of the first page button.\n- **pager-button-first-content** - The content of the first page button.\n- **pager-button-previous-base** - The base of the previous page button.\n- **pager-button-previous-content** - The content of the previous page button.\n- **pager-button-next-base** - The base of the next page button.\n- **pager-button-next-content** - The content of the next page button.\n- **pager-button-last-base** - The base of the last page button.\n- **pager-button-last-content** - The content of the last page button.\n- **page-size-select-base** - The base of the page size select.\n- **page-size-select-trigger** - The trigger of the page size select.\n- **page-numbers** - The container of the numbered page buttons (shown when showPageNumbers is 'true').\n- **page-number** - Each numbered page button.\n- **page-number-active** - The active (current) numbered page button.\n- **page-number-base** - The base of each numbered page button.\n- **page-number-content** - The content of each numbered page button.\n- **page-info** - The page info / total count text.",
|
|
2702
2723
|
"attributes": [
|
|
2703
2724
|
{
|
|
2704
2725
|
"name": "disabled",
|
|
@@ -2765,6 +2786,16 @@
|
|
|
2765
2786
|
"description": "Show the last button.",
|
|
2766
2787
|
"values": []
|
|
2767
2788
|
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "showPageNumbers",
|
|
2791
|
+
"description": "Show numbered page buttons between the previous and next buttons.",
|
|
2792
|
+
"values": []
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "siblingCount",
|
|
2796
|
+
"description": "How many page numbers to show on each side of the current page.",
|
|
2797
|
+
"values": []
|
|
2798
|
+
},
|
|
2768
2799
|
{
|
|
2769
2800
|
"name": "firstButtonLabel",
|
|
2770
2801
|
"description": "The first button label.",
|
|
@@ -3017,17 +3048,6 @@
|
|
|
3017
3048
|
}
|
|
3018
3049
|
]
|
|
3019
3050
|
},
|
|
3020
|
-
{
|
|
3021
|
-
"name": "dap-ds-input",
|
|
3022
|
-
"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 Properties:**\n - **--dds-input-height-xs** - The height of the extra small input. (default: var(--dds-spacing-800)). _(default: undefined)_\n- **--dds-input-height-sm** - The height of the small input. (default: var(--dds-spacing-1000)). _(default: undefined)_\n- **--dds-input-height-lg** - The height of the large input. (default: var(--dds-spacing-1200)). _(default: undefined)_\n- **--dds-input-padding-xs** - The padding of the extra small input. (default: 0 var(--dds-spacing-200)). _(default: undefined)_\n- **--dds-input-padding-sm** - The padding of the small input. (default: 0 var(--dds-spacing-300)). _(default: undefined)_\n- **--dds-input-padding-lg** - The padding of the large input. (default: 0 var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-input-font-size-xs** - The font size of the extra small input. (default: var(--dds-font-sm)). _(default: undefined)_\n- **--dds-input-font-size-sm** - The font size of the small input. (default: var(--dds-font-base)). _(default: undefined)_\n- **--dds-input-font-size-lg** - The font size of the large input. (default: var(--dds-font-lg)). _(default: undefined)_\n- **--dds-input-border** - The border of the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-background** - The background color of the input. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-text-color** - The text color of the input. (default: var(--dds-text-neutral-base)). _(default: undefined)_\n- **--dds-input-border-radius** - The border radius of the input. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-input-disabled-border** - The border of the disabled input. (default: 0 solid var(--dds-border-neutral-disabled)). _(default: undefined)_\n- **--dds-input-disabled-background** - The background color of the disabled input. (default: var(--dds-fields-background-disabled)). _(default: undefined)_\n- **--dds-input-disabled-text** - The text color of the disabled input. (default: var(--dds-text-neutral-disabled)). _(default: undefined)_\n- **--dds-input-readonly-border** - The border of the readonly input. (default: 0 solid var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-input-readonly-background** - The background color of the readonly input. (default: var(--dds-fields-background-read-only)). _(default: undefined)_\n- **--dds-input-readonly-text** - The text color of the readonly input. (default: var(--dds-text-neutral-subtle)). _(default: undefined)_\n- **--dds-input-success-border** - The border of the success input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-error-border** - The border of the error input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-background** - The background color of the input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-success-background** - The background color of the success input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-error-background** - The background color of the error input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-border-before** - The border of the addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-after** - The border of the addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-before** - The border width of the addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-after** - The border width of the addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-success-border** - The border of the success addon. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-before** - The border of the success addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-after** - The border of the success addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-before** - The border width of the success addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-after** - The border width of the success addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-error-border-before** - The border of the error addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-after** - The border of the error addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-before** - The border width of the error addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-after** - The border width of the error addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n\n### **CSS Parts:**\n - **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.",
|
|
3023
|
-
"attributes": [],
|
|
3024
|
-
"references": [
|
|
3025
|
-
{
|
|
3026
|
-
"name": "Documentation",
|
|
3027
|
-
"url": "https://shoelace.style/components/input"
|
|
3028
|
-
}
|
|
3029
|
-
]
|
|
3030
|
-
},
|
|
3031
3051
|
{
|
|
3032
3052
|
"name": "dap-ds-select",
|
|
3033
3053
|
"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-opened** - Emitted when the select dropdown is opened.\n- **dds-closed** - Emitted when the select dropdown is closed.\n\n### **Methods:**\n - **getActiveDescendant()** - Get the active descendant element for aria-activedescendant\nReturns the currently focused option when dropdown is open, otherwise null\n\n### **Slots:**\n - _default_ - The option list of the select.\n- **indicator-icon** - The indicator icon of the select.\n\n### **CSS Properties:**\n - **--dds-select-min-height** - Minimum height of the select component (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-select-padding** - Padding of the select component (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-select-column-gap** - Column gap of the select component (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-select-border-color** - Border color of the select component (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-select-border-radius** - Border radius of the select component (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-select-bg-color** - Background color of the select component (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-select-text-color** - Text color of the select component (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-select-icon-right** - Right position of the icon (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-select-icon-color** - Color of the icon (default: var(--dds-icon-neutral-subtle)) _(default: undefined)_\n- **--dds-select-text-margin-right** - Right margin of the text (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-select-disabled-border-color** - Border color when disabled (default: var(--dds-background-neutral-stronger)) _(default: undefined)_\n- **--dds-select-disabled-bg-color** - Background color when disabled (default: var(--dds-background-neutral-stronger)) _(default: undefined)_\n- **--dds-select-disabled-text-color** - Text color when disabled (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-select-error-border-color** - Border color in error state (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-select-success-border-color** - Border color in success state (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-select-xs-min-height** - Minimum height for extra small size (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-select-xs-padding** - Padding for extra small size (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-select-xs-font-size** - Font size for extra small size (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-select-lg-min-height** - Minimum height for large size (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-select-lg-padding** - Padding for large size (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-select-lg-font-size** - Font size for large size (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-select-lg-icon-right** - Right position of the icon for large size (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-select-lg-icon-color** - Color of the icon for large size (default: var(--dds-text-icon-neutral-subtle)) _(default: undefined)_\n- **--dds-select-popup-bg-color** - Background color of the popup (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-select-icon-opened-transform** - Transform of the icon when the select is opened (default: rotate(90deg)) _(default: undefined)_\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- **popup-base** - The base of the popup.\n- **option-list** - The option list of the select.\n- **option-item** - The option item of the select.\n- **option-item-base** - The base of the option item.\n- **option-item-label** - The label of the option item.\n- **option-item-prefix** - The prefix of the option item.\n- **option-item-suffix** - The suffix of the option item.\n- **indicator-icon** - The indicator icon of the select.\n- **mobile-tray** - The mobile tray of the select.\n- **mobile-content** - The mobile content of the select.\n- **mobile-body** - The mobile body of the select.\n- **mobile-header** - The mobile header of the select.\n- **mobile-footer** - The mobile footer of the select.",
|
|
@@ -3108,129 +3128,6 @@
|
|
|
3108
3128
|
}
|
|
3109
3129
|
]
|
|
3110
3130
|
},
|
|
3111
|
-
{
|
|
3112
|
-
"name": "dap-ds-sidenav-group",
|
|
3113
|
-
"description": "Side navigation group\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation group.\n- **submenu** - The submenu of the side navigation group.\n- **suffix** - The suffix of the side navigation group.\n\n### **CSS Properties:**\n - **--dds-sidenav-group-margin-bottom** - Default bottom margin of the sidenav group (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-group-border-radius** - Border radius of the sidenav group (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-group-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-xs** - Minimum height of the sidenav group item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-sm** - Minimum height of the sidenav group item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-lg** - Minimum height of the sidenav group item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-xs** - Padding of the sidenav group item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-sm** - Padding of the sidenav group item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-lg** - Padding of the sidenav group item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-group-item-color** - Text color of the sidenav group item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-xs** - Font size of the sidenav group item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-sm** - Font size of the sidenav group item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-lg** - Font size of the sidenav group item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-weight** - Font weight of the sidenav group item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-sidenav-group-toggle-margin** - Margin for the toggle button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-submenu-padding** - Padding for the submenu (default: var(--dds-spacing-300) 0) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation group container.\n- **title** - The title of the side navigation group.\n- **link** - The link of the side navigation group.\n- **toggle** - The toggle button of the side navigation group.\n- **submenu** - The submenu of the side navigation group.",
|
|
3114
|
-
"attributes": [
|
|
3115
|
-
{
|
|
3116
|
-
"name": "href",
|
|
3117
|
-
"description": "The href of the side navigation item",
|
|
3118
|
-
"values": []
|
|
3119
|
-
},
|
|
3120
|
-
{
|
|
3121
|
-
"name": "active",
|
|
3122
|
-
"description": "Whether the side navigation item is active",
|
|
3123
|
-
"values": []
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "spacing",
|
|
3127
|
-
"description": "The spacing of the side navigation item",
|
|
3128
|
-
"values": [
|
|
3129
|
-
{ "name": "top" },
|
|
3130
|
-
{ "name": "bottom" },
|
|
3131
|
-
{ "name": "both" },
|
|
3132
|
-
{ "name": "none" }
|
|
3133
|
-
]
|
|
3134
|
-
},
|
|
3135
|
-
{
|
|
3136
|
-
"name": "open",
|
|
3137
|
-
"description": "Whether the side navigation group is open",
|
|
3138
|
-
"values": []
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"name": "size",
|
|
3142
|
-
"description": "The size of the side navigation group",
|
|
3143
|
-
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3144
|
-
}
|
|
3145
|
-
],
|
|
3146
|
-
"references": [
|
|
3147
|
-
{
|
|
3148
|
-
"name": "Documentation",
|
|
3149
|
-
"url": "https://shoelace.style/components/sidenav-group"
|
|
3150
|
-
}
|
|
3151
|
-
]
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"name": "dap-ds-sidenav-item",
|
|
3155
|
-
"description": "Side navigation item\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation item.\n- **suffix** - The suffix of the side navigation item.\n\n### **CSS Properties:**\n - **--dds-sidenav-item-min-height-xs** - Minimum height of the sidenav item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-sm** - Minimum height of the sidenav item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-lg** - Minimum height of the sidenav item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-item-margin-bottom** - Default bottom margin of the sidenav item (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-item-padding-xs** - Padding of the sidenav item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-item-padding-sm** - Padding of the sidenav item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-padding-lg** - Padding of the sidenav item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-item-radius** - Border radius of the sidenav item (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-item-color** - Text color of the sidenav item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-xs** - Font size of the sidenav item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-sm** - Font size of the sidenav item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-lg** - Font size of the sidenav item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-item-font-weight** - Font weight of the sidenav item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-item-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation item container.\n- **link** - The link of the side navigation item.",
|
|
3156
|
-
"attributes": [
|
|
3157
|
-
{
|
|
3158
|
-
"name": "href",
|
|
3159
|
-
"description": "The href of the side navigation item",
|
|
3160
|
-
"values": []
|
|
3161
|
-
},
|
|
3162
|
-
{
|
|
3163
|
-
"name": "active",
|
|
3164
|
-
"description": "Whether the side navigation item is active",
|
|
3165
|
-
"values": []
|
|
3166
|
-
},
|
|
3167
|
-
{
|
|
3168
|
-
"name": "current",
|
|
3169
|
-
"description": "Which `aria-current` token to expose on the link when `active` is set.\n\n`aria-current` has to sit on the anchor that assistive technology actually\nexposes. Setting it on this host does nothing: the host is a role-less custom\nelement, so the attribute is stranded there and screen-reader users cannot tell\nwhich item is current. Use `current=\"step\"` inside a stepper.",
|
|
3170
|
-
"values": [
|
|
3171
|
-
{ "name": "page" },
|
|
3172
|
-
{ "name": "step" },
|
|
3173
|
-
{ "name": "location" },
|
|
3174
|
-
{ "name": "date" },
|
|
3175
|
-
{ "name": "time" },
|
|
3176
|
-
{ "name": "true" }
|
|
3177
|
-
]
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"name": "spacing",
|
|
3181
|
-
"description": "The spacing of the side navigation item",
|
|
3182
|
-
"values": [
|
|
3183
|
-
{ "name": "top" },
|
|
3184
|
-
{ "name": "bottom" },
|
|
3185
|
-
{ "name": "both" },
|
|
3186
|
-
{ "name": "none" }
|
|
3187
|
-
]
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"name": "size",
|
|
3191
|
-
"description": "The size of the side navigation item",
|
|
3192
|
-
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3193
|
-
}
|
|
3194
|
-
],
|
|
3195
|
-
"references": [
|
|
3196
|
-
{
|
|
3197
|
-
"name": "Documentation",
|
|
3198
|
-
"url": "https://shoelace.style/components/sidenav-item"
|
|
3199
|
-
}
|
|
3200
|
-
]
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "dap-ds-sidenav",
|
|
3204
|
-
"description": "Side navigation is a list of links that are used to navigate to different sections of a page.\n---\n\n\n### **Events:**\n - **dds-item-click** - Event fired when the side navigation item is clicked.\n\n### **Slots:**\n - _default_ - The content of the side navigation.\n\n### **CSS Parts:**\n - **base** - The main side navigation container.\n- **menu** - The menu of the side navigation.",
|
|
3205
|
-
"attributes": [
|
|
3206
|
-
{
|
|
3207
|
-
"name": "label",
|
|
3208
|
-
"description": "The label of the side navigation, if aria label is not provided, it will be used as aria label",
|
|
3209
|
-
"values": []
|
|
3210
|
-
},
|
|
3211
|
-
{
|
|
3212
|
-
"name": "activeHref",
|
|
3213
|
-
"description": "The active href of the side navigation, to explicitly set the active item, if not provided, it will be set based on the current location",
|
|
3214
|
-
"values": []
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"name": "size",
|
|
3218
|
-
"description": "The size of the side navigation",
|
|
3219
|
-
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3220
|
-
},
|
|
3221
|
-
{
|
|
3222
|
-
"name": "landmark",
|
|
3223
|
-
"description": "The landmark element to render. `aside` exposes a complementary landmark; `nav`\nexposes a navigation landmark, so the sidenav is listed when a screen-reader user\nasks for the page's navigation.\n\nDefaults to `aside` because that is what this component has always rendered, and\nchanging the landmark of every existing sidenav is not this component's call: a\nsidenav that is genuinely a sidebar should stay complementary. Set `nav` when the\nsidenav is the primary way to move around the view.",
|
|
3224
|
-
"values": [{ "name": "aside" }, { "name": "nav" }]
|
|
3225
|
-
}
|
|
3226
|
-
],
|
|
3227
|
-
"references": [
|
|
3228
|
-
{
|
|
3229
|
-
"name": "Documentation",
|
|
3230
|
-
"url": "https://shoelace.style/components/sidenav"
|
|
3231
|
-
}
|
|
3232
|
-
]
|
|
3233
|
-
},
|
|
3234
3131
|
{
|
|
3235
3132
|
"name": "dap-ds-skeleton",
|
|
3236
3133
|
"description": "A skeleton loader component for displaying placeholder content while loading.\n---\n\n\n### **CSS Properties:**\n - **--dds-skeleton-base-color** - Solid background color always visible (default: rgb(0 0 0 / 11%)); shown as a static block when prefers-reduced-motion is active _(default: undefined)_\n- **--dds-skeleton-color** - The shimmer overlay gradient (default: linear-gradient(90deg, transparent, rgb(0 0 0 / 10%), transparent)) _(default: undefined)_\n- **--dds-skeleton-animation-duration** - Duration of the loading animation (default: 1.5s) _(default: undefined)_\n- **--dds-skeleton-border-radius** - Border radius for rectangular skeletons (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-skeleton-text-spacing** - Spacing between text lines in text variant (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-skeleton-animation-timing-function** - Timing function for the loading animation (default: ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main skeleton container.",
|
|
@@ -3613,38 +3510,161 @@
|
|
|
3613
3510
|
"values": []
|
|
3614
3511
|
},
|
|
3615
3512
|
{
|
|
3616
|
-
"name": "mobile",
|
|
3617
|
-
"description": "If the row is mobile design",
|
|
3618
|
-
"values": []
|
|
3513
|
+
"name": "mobile",
|
|
3514
|
+
"description": "If the row is mobile design",
|
|
3515
|
+
"values": []
|
|
3516
|
+
}
|
|
3517
|
+
],
|
|
3518
|
+
"references": [
|
|
3519
|
+
{
|
|
3520
|
+
"name": "Documentation",
|
|
3521
|
+
"url": "https://shoelace.style/components/table-row"
|
|
3522
|
+
}
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "dap-ds-table",
|
|
3527
|
+
"description": "Data table component.\n---\n\n\n### **Slots:**\n - _default_ - The default slot. Accepts `dap-ds-table-row` elements.\n\n### **CSS Properties:**\n - **--dds-table-border-width** - Width of the table border. (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-table-border-color** - Color of the table border. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-table-border-radius** - Border radius of the table. (default: var(--dds-radius-small, 4px)) _(default: undefined)_\n- **--dds-table-row-divider-color** - Color of the divider between rows in mobile view. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_",
|
|
3528
|
+
"attributes": [
|
|
3529
|
+
{ "name": "role", "values": [] },
|
|
3530
|
+
{
|
|
3531
|
+
"name": "mobile",
|
|
3532
|
+
"description": "If the table has mobile design",
|
|
3533
|
+
"values": []
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "caption",
|
|
3537
|
+
"description": "The caption of the table",
|
|
3538
|
+
"values": []
|
|
3539
|
+
}
|
|
3540
|
+
],
|
|
3541
|
+
"references": [
|
|
3542
|
+
{
|
|
3543
|
+
"name": "Documentation",
|
|
3544
|
+
"url": "https://shoelace.style/components/table"
|
|
3545
|
+
}
|
|
3546
|
+
]
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "dap-ds-sidenav-group",
|
|
3550
|
+
"description": "Side navigation group\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation group.\n- **submenu** - The submenu of the side navigation group.\n- **suffix** - The suffix of the side navigation group.\n\n### **CSS Properties:**\n - **--dds-sidenav-group-margin-bottom** - Default bottom margin of the sidenav group (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-group-border-radius** - Border radius of the sidenav group (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-group-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-xs** - Minimum height of the sidenav group item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-sm** - Minimum height of the sidenav group item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-lg** - Minimum height of the sidenav group item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-xs** - Padding of the sidenav group item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-sm** - Padding of the sidenav group item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-lg** - Padding of the sidenav group item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-group-item-color** - Text color of the sidenav group item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-xs** - Font size of the sidenav group item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-sm** - Font size of the sidenav group item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-lg** - Font size of the sidenav group item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-weight** - Font weight of the sidenav group item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-sidenav-group-toggle-margin** - Margin for the toggle button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-submenu-padding** - Padding for the submenu (default: var(--dds-spacing-300) 0) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation group container.\n- **title** - The title of the side navigation group.\n- **link** - The link of the side navigation group.\n- **toggle** - The toggle button of the side navigation group.\n- **submenu** - The submenu of the side navigation group.",
|
|
3551
|
+
"attributes": [
|
|
3552
|
+
{
|
|
3553
|
+
"name": "href",
|
|
3554
|
+
"description": "The href of the side navigation item",
|
|
3555
|
+
"values": []
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "active",
|
|
3559
|
+
"description": "Whether the side navigation item is active",
|
|
3560
|
+
"values": []
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"name": "spacing",
|
|
3564
|
+
"description": "The spacing of the side navigation item",
|
|
3565
|
+
"values": [
|
|
3566
|
+
{ "name": "top" },
|
|
3567
|
+
{ "name": "bottom" },
|
|
3568
|
+
{ "name": "both" },
|
|
3569
|
+
{ "name": "none" }
|
|
3570
|
+
]
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "open",
|
|
3574
|
+
"description": "Whether the side navigation group is open",
|
|
3575
|
+
"values": []
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "size",
|
|
3579
|
+
"description": "The size of the side navigation group",
|
|
3580
|
+
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"references": [
|
|
3584
|
+
{
|
|
3585
|
+
"name": "Documentation",
|
|
3586
|
+
"url": "https://shoelace.style/components/sidenav-group"
|
|
3587
|
+
}
|
|
3588
|
+
]
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"name": "dap-ds-sidenav-item",
|
|
3592
|
+
"description": "Side navigation item\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation item.\n- **suffix** - The suffix of the side navigation item.\n\n### **CSS Properties:**\n - **--dds-sidenav-item-min-height-xs** - Minimum height of the sidenav item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-sm** - Minimum height of the sidenav item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-lg** - Minimum height of the sidenav item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-item-margin-bottom** - Default bottom margin of the sidenav item (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-item-padding-xs** - Padding of the sidenav item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-item-padding-sm** - Padding of the sidenav item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-padding-lg** - Padding of the sidenav item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-item-radius** - Border radius of the sidenav item (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-item-color** - Text color of the sidenav item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-xs** - Font size of the sidenav item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-sm** - Font size of the sidenav item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-lg** - Font size of the sidenav item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-item-font-weight** - Font weight of the sidenav item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-item-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation item container.\n- **link** - The link of the side navigation item.",
|
|
3593
|
+
"attributes": [
|
|
3594
|
+
{
|
|
3595
|
+
"name": "href",
|
|
3596
|
+
"description": "The href of the side navigation item",
|
|
3597
|
+
"values": []
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "active",
|
|
3601
|
+
"description": "Whether the side navigation item is active",
|
|
3602
|
+
"values": []
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "current",
|
|
3606
|
+
"description": "Which `aria-current` token to expose on the link when `active` is set.\n\n`aria-current` has to sit on the anchor that assistive technology actually\nexposes. Setting it on this host does nothing: the host is a role-less custom\nelement, so the attribute is stranded there and screen-reader users cannot tell\nwhich item is current. Use `current=\"step\"` inside a stepper.",
|
|
3607
|
+
"values": [
|
|
3608
|
+
{ "name": "page" },
|
|
3609
|
+
{ "name": "step" },
|
|
3610
|
+
{ "name": "location" },
|
|
3611
|
+
{ "name": "date" },
|
|
3612
|
+
{ "name": "time" },
|
|
3613
|
+
{ "name": "true" }
|
|
3614
|
+
]
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"name": "spacing",
|
|
3618
|
+
"description": "The spacing of the side navigation item",
|
|
3619
|
+
"values": [
|
|
3620
|
+
{ "name": "top" },
|
|
3621
|
+
{ "name": "bottom" },
|
|
3622
|
+
{ "name": "both" },
|
|
3623
|
+
{ "name": "none" }
|
|
3624
|
+
]
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "size",
|
|
3628
|
+
"description": "The size of the side navigation item",
|
|
3629
|
+
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3619
3630
|
}
|
|
3620
3631
|
],
|
|
3621
3632
|
"references": [
|
|
3622
3633
|
{
|
|
3623
3634
|
"name": "Documentation",
|
|
3624
|
-
"url": "https://shoelace.style/components/
|
|
3635
|
+
"url": "https://shoelace.style/components/sidenav-item"
|
|
3625
3636
|
}
|
|
3626
3637
|
]
|
|
3627
3638
|
},
|
|
3628
3639
|
{
|
|
3629
|
-
"name": "dap-ds-
|
|
3630
|
-
"description": "
|
|
3640
|
+
"name": "dap-ds-sidenav",
|
|
3641
|
+
"description": "Side navigation is a list of links that are used to navigate to different sections of a page.\n---\n\n\n### **Events:**\n - **dds-item-click** - Event fired when the side navigation item is clicked.\n\n### **Slots:**\n - _default_ - The content of the side navigation.\n\n### **CSS Parts:**\n - **base** - The main side navigation container.\n- **menu** - The menu of the side navigation.",
|
|
3631
3642
|
"attributes": [
|
|
3632
|
-
{ "name": "role", "values": [] },
|
|
3633
3643
|
{
|
|
3634
|
-
"name": "
|
|
3635
|
-
"description": "
|
|
3644
|
+
"name": "label",
|
|
3645
|
+
"description": "The label of the side navigation, if aria label is not provided, it will be used as aria label",
|
|
3636
3646
|
"values": []
|
|
3637
3647
|
},
|
|
3638
3648
|
{
|
|
3639
|
-
"name": "
|
|
3640
|
-
"description": "The
|
|
3649
|
+
"name": "activeHref",
|
|
3650
|
+
"description": "The active href of the side navigation, to explicitly set the active item, if not provided, it will be set based on the current location",
|
|
3641
3651
|
"values": []
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"name": "size",
|
|
3655
|
+
"description": "The size of the side navigation",
|
|
3656
|
+
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"name": "landmark",
|
|
3660
|
+
"description": "The landmark element to render. `aside` exposes a complementary landmark; `nav`\nexposes a navigation landmark, so the sidenav is listed when a screen-reader user\nasks for the page's navigation.\n\nDefaults to `aside` because that is what this component has always rendered, and\nchanging the landmark of every existing sidenav is not this component's call: a\nsidenav that is genuinely a sidebar should stay complementary. Set `nav` when the\nsidenav is the primary way to move around the view.",
|
|
3661
|
+
"values": [{ "name": "aside" }, { "name": "nav" }]
|
|
3642
3662
|
}
|
|
3643
3663
|
],
|
|
3644
3664
|
"references": [
|
|
3645
3665
|
{
|
|
3646
3666
|
"name": "Documentation",
|
|
3647
|
-
"url": "https://shoelace.style/components/
|
|
3667
|
+
"url": "https://shoelace.style/components/sidenav"
|
|
3648
3668
|
}
|
|
3649
3669
|
]
|
|
3650
3670
|
},
|
|
@@ -4144,17 +4164,6 @@
|
|
|
4144
4164
|
}
|
|
4145
4165
|
]
|
|
4146
4166
|
},
|
|
4147
|
-
{
|
|
4148
|
-
"name": "dap-ds-input-group",
|
|
4149
|
-
"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.",
|
|
4150
|
-
"attributes": [],
|
|
4151
|
-
"references": [
|
|
4152
|
-
{
|
|
4153
|
-
"name": "Documentation",
|
|
4154
|
-
"url": "https://shoelace.style/components/input-group"
|
|
4155
|
-
}
|
|
4156
|
-
]
|
|
4157
|
-
},
|
|
4158
4167
|
{
|
|
4159
4168
|
"name": "dap-ds-radio-group",
|
|
4160
4169
|
"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.",
|
|
@@ -4182,6 +4191,17 @@
|
|
|
4182
4191
|
}
|
|
4183
4192
|
]
|
|
4184
4193
|
},
|
|
4194
|
+
{
|
|
4195
|
+
"name": "dap-ds-input-group",
|
|
4196
|
+
"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.",
|
|
4197
|
+
"attributes": [],
|
|
4198
|
+
"references": [
|
|
4199
|
+
{
|
|
4200
|
+
"name": "Documentation",
|
|
4201
|
+
"url": "https://shoelace.style/components/input-group"
|
|
4202
|
+
}
|
|
4203
|
+
]
|
|
4204
|
+
},
|
|
4185
4205
|
{
|
|
4186
4206
|
"name": "dap-ds-icon-arrow-down-line",
|
|
4187
4207
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
@@ -4343,7 +4363,7 @@
|
|
|
4343
4363
|
]
|
|
4344
4364
|
},
|
|
4345
4365
|
{
|
|
4346
|
-
"name": "dap-ds-icon-arrow-left-
|
|
4366
|
+
"name": "dap-ds-icon-arrow-left-s-fill",
|
|
4347
4367
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4348
4368
|
"attributes": [
|
|
4349
4369
|
{
|
|
@@ -4370,12 +4390,12 @@
|
|
|
4370
4390
|
"references": [
|
|
4371
4391
|
{
|
|
4372
4392
|
"name": "Documentation",
|
|
4373
|
-
"url": "https://shoelace.style/components/icon-arrow-left-
|
|
4393
|
+
"url": "https://shoelace.style/components/icon-arrow-left-s-fill"
|
|
4374
4394
|
}
|
|
4375
4395
|
]
|
|
4376
4396
|
},
|
|
4377
4397
|
{
|
|
4378
|
-
"name": "dap-ds-icon-arrow-left-
|
|
4398
|
+
"name": "dap-ds-icon-arrow-left-line",
|
|
4379
4399
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4380
4400
|
"attributes": [
|
|
4381
4401
|
{
|
|
@@ -4402,7 +4422,7 @@
|
|
|
4402
4422
|
"references": [
|
|
4403
4423
|
{
|
|
4404
4424
|
"name": "Documentation",
|
|
4405
|
-
"url": "https://shoelace.style/components/icon-arrow-left-
|
|
4425
|
+
"url": "https://shoelace.style/components/icon-arrow-left-line"
|
|
4406
4426
|
}
|
|
4407
4427
|
]
|
|
4408
4428
|
},
|
|
@@ -4439,7 +4459,7 @@
|
|
|
4439
4459
|
]
|
|
4440
4460
|
},
|
|
4441
4461
|
{
|
|
4442
|
-
"name": "dap-ds-icon-arrow-
|
|
4462
|
+
"name": "dap-ds-icon-arrow-right-down-line",
|
|
4443
4463
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4444
4464
|
"attributes": [
|
|
4445
4465
|
{
|
|
@@ -4466,12 +4486,12 @@
|
|
|
4466
4486
|
"references": [
|
|
4467
4487
|
{
|
|
4468
4488
|
"name": "Documentation",
|
|
4469
|
-
"url": "https://shoelace.style/components/icon-arrow-
|
|
4489
|
+
"url": "https://shoelace.style/components/icon-arrow-right-down-line"
|
|
4470
4490
|
}
|
|
4471
4491
|
]
|
|
4472
4492
|
},
|
|
4473
4493
|
{
|
|
4474
|
-
"name": "dap-ds-icon-arrow-right-
|
|
4494
|
+
"name": "dap-ds-icon-arrow-right-l-line",
|
|
4475
4495
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4476
4496
|
"attributes": [
|
|
4477
4497
|
{
|
|
@@ -4498,12 +4518,12 @@
|
|
|
4498
4518
|
"references": [
|
|
4499
4519
|
{
|
|
4500
4520
|
"name": "Documentation",
|
|
4501
|
-
"url": "https://shoelace.style/components/icon-arrow-right-
|
|
4521
|
+
"url": "https://shoelace.style/components/icon-arrow-right-l-line"
|
|
4502
4522
|
}
|
|
4503
4523
|
]
|
|
4504
4524
|
},
|
|
4505
4525
|
{
|
|
4506
|
-
"name": "dap-ds-icon-arrow-
|
|
4526
|
+
"name": "dap-ds-icon-arrow-left-up-line",
|
|
4507
4527
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4508
4528
|
"attributes": [
|
|
4509
4529
|
{
|
|
@@ -4530,7 +4550,7 @@
|
|
|
4530
4550
|
"references": [
|
|
4531
4551
|
{
|
|
4532
4552
|
"name": "Documentation",
|
|
4533
|
-
"url": "https://shoelace.style/components/icon-arrow-
|
|
4553
|
+
"url": "https://shoelace.style/components/icon-arrow-left-up-line"
|
|
4534
4554
|
}
|
|
4535
4555
|
]
|
|
4536
4556
|
},
|
|
@@ -4822,6 +4842,38 @@
|
|
|
4822
4842
|
}
|
|
4823
4843
|
]
|
|
4824
4844
|
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "dap-ds-icon-calendar-line",
|
|
4847
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4848
|
+
"attributes": [
|
|
4849
|
+
{
|
|
4850
|
+
"name": "size",
|
|
4851
|
+
"description": "(optional) The width and height in pixels",
|
|
4852
|
+
"values": []
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"name": "selected",
|
|
4856
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
4857
|
+
"values": []
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"name": "accessibilityTitle",
|
|
4861
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
4862
|
+
"values": []
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"name": "focusable",
|
|
4866
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
4867
|
+
"values": []
|
|
4868
|
+
}
|
|
4869
|
+
],
|
|
4870
|
+
"references": [
|
|
4871
|
+
{
|
|
4872
|
+
"name": "Documentation",
|
|
4873
|
+
"url": "https://shoelace.style/components/icon-calendar-line"
|
|
4874
|
+
}
|
|
4875
|
+
]
|
|
4876
|
+
},
|
|
4825
4877
|
{
|
|
4826
4878
|
"name": "dap-ds-icon-edit-line",
|
|
4827
4879
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
@@ -5014,6 +5066,38 @@
|
|
|
5014
5066
|
}
|
|
5015
5067
|
]
|
|
5016
5068
|
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "dap-ds-icon-file-music-line",
|
|
5071
|
+
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5072
|
+
"attributes": [
|
|
5073
|
+
{
|
|
5074
|
+
"name": "size",
|
|
5075
|
+
"description": "(optional) The width and height in pixels",
|
|
5076
|
+
"values": []
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"name": "selected",
|
|
5080
|
+
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
5081
|
+
"values": []
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
"name": "accessibilityTitle",
|
|
5085
|
+
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
5086
|
+
"values": []
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"name": "focusable",
|
|
5090
|
+
"description": "(optional) If `true` the icon can receive focus",
|
|
5091
|
+
"values": []
|
|
5092
|
+
}
|
|
5093
|
+
],
|
|
5094
|
+
"references": [
|
|
5095
|
+
{
|
|
5096
|
+
"name": "Documentation",
|
|
5097
|
+
"url": "https://shoelace.style/components/icon-file-music-line"
|
|
5098
|
+
}
|
|
5099
|
+
]
|
|
5100
|
+
},
|
|
5017
5101
|
{
|
|
5018
5102
|
"name": "dap-ds-icon-file-text-line",
|
|
5019
5103
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
@@ -5239,7 +5323,7 @@
|
|
|
5239
5323
|
]
|
|
5240
5324
|
},
|
|
5241
5325
|
{
|
|
5242
|
-
"name": "dap-ds-icon-
|
|
5326
|
+
"name": "dap-ds-icon-add-line",
|
|
5243
5327
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5244
5328
|
"attributes": [
|
|
5245
5329
|
{
|
|
@@ -5266,12 +5350,12 @@
|
|
|
5266
5350
|
"references": [
|
|
5267
5351
|
{
|
|
5268
5352
|
"name": "Documentation",
|
|
5269
|
-
"url": "https://shoelace.style/components/icon-
|
|
5353
|
+
"url": "https://shoelace.style/components/icon-add-line"
|
|
5270
5354
|
}
|
|
5271
5355
|
]
|
|
5272
5356
|
},
|
|
5273
5357
|
{
|
|
5274
|
-
"name": "dap-ds-icon-
|
|
5358
|
+
"name": "dap-ds-icon-cookie-line",
|
|
5275
5359
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5276
5360
|
"attributes": [
|
|
5277
5361
|
{
|
|
@@ -5298,7 +5382,7 @@
|
|
|
5298
5382
|
"references": [
|
|
5299
5383
|
{
|
|
5300
5384
|
"name": "Documentation",
|
|
5301
|
-
"url": "https://shoelace.style/components/icon-
|
|
5385
|
+
"url": "https://shoelace.style/components/icon-cookie-line"
|
|
5302
5386
|
}
|
|
5303
5387
|
]
|
|
5304
5388
|
},
|
|
@@ -5335,7 +5419,7 @@
|
|
|
5335
5419
|
]
|
|
5336
5420
|
},
|
|
5337
5421
|
{
|
|
5338
|
-
"name": "dap-ds-icon-
|
|
5422
|
+
"name": "dap-ds-icon-alert-line",
|
|
5339
5423
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5340
5424
|
"attributes": [
|
|
5341
5425
|
{
|
|
@@ -5362,12 +5446,12 @@
|
|
|
5362
5446
|
"references": [
|
|
5363
5447
|
{
|
|
5364
5448
|
"name": "Documentation",
|
|
5365
|
-
"url": "https://shoelace.style/components/icon-
|
|
5449
|
+
"url": "https://shoelace.style/components/icon-alert-line"
|
|
5366
5450
|
}
|
|
5367
5451
|
]
|
|
5368
5452
|
},
|
|
5369
5453
|
{
|
|
5370
|
-
"name": "dap-ds-icon-check-
|
|
5454
|
+
"name": "dap-ds-icon-check-line",
|
|
5371
5455
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5372
5456
|
"attributes": [
|
|
5373
5457
|
{
|
|
@@ -5394,12 +5478,12 @@
|
|
|
5394
5478
|
"references": [
|
|
5395
5479
|
{
|
|
5396
5480
|
"name": "Documentation",
|
|
5397
|
-
"url": "https://shoelace.style/components/icon-check-
|
|
5481
|
+
"url": "https://shoelace.style/components/icon-check-line"
|
|
5398
5482
|
}
|
|
5399
5483
|
]
|
|
5400
5484
|
},
|
|
5401
5485
|
{
|
|
5402
|
-
"name": "dap-ds-icon-
|
|
5486
|
+
"name": "dap-ds-icon-check-line2",
|
|
5403
5487
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5404
5488
|
"attributes": [
|
|
5405
5489
|
{
|
|
@@ -5426,7 +5510,7 @@
|
|
|
5426
5510
|
"references": [
|
|
5427
5511
|
{
|
|
5428
5512
|
"name": "Documentation",
|
|
5429
|
-
"url": "https://shoelace.style/components/icon-
|
|
5513
|
+
"url": "https://shoelace.style/components/icon-check-line2"
|
|
5430
5514
|
}
|
|
5431
5515
|
]
|
|
5432
5516
|
},
|
|
@@ -5879,7 +5963,7 @@
|
|
|
5879
5963
|
]
|
|
5880
5964
|
},
|
|
5881
5965
|
{
|
|
5882
|
-
"name": "dap-ds-icon-
|
|
5966
|
+
"name": "dap-ds-icon-external-link-line",
|
|
5883
5967
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5884
5968
|
"attributes": [
|
|
5885
5969
|
{
|
|
@@ -5906,12 +5990,12 @@
|
|
|
5906
5990
|
"references": [
|
|
5907
5991
|
{
|
|
5908
5992
|
"name": "Documentation",
|
|
5909
|
-
"url": "https://shoelace.style/components/icon-
|
|
5993
|
+
"url": "https://shoelace.style/components/icon-external-link-line"
|
|
5910
5994
|
}
|
|
5911
5995
|
]
|
|
5912
5996
|
},
|
|
5913
5997
|
{
|
|
5914
|
-
"name": "dap-ds-icon-eye-
|
|
5998
|
+
"name": "dap-ds-icon-eye-line",
|
|
5915
5999
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5916
6000
|
"attributes": [
|
|
5917
6001
|
{
|
|
@@ -5938,12 +6022,12 @@
|
|
|
5938
6022
|
"references": [
|
|
5939
6023
|
{
|
|
5940
6024
|
"name": "Documentation",
|
|
5941
|
-
"url": "https://shoelace.style/components/icon-eye-
|
|
6025
|
+
"url": "https://shoelace.style/components/icon-eye-line"
|
|
5942
6026
|
}
|
|
5943
6027
|
]
|
|
5944
6028
|
},
|
|
5945
6029
|
{
|
|
5946
|
-
"name": "dap-ds-icon-
|
|
6030
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
5947
6031
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5948
6032
|
"attributes": [
|
|
5949
6033
|
{
|
|
@@ -5970,12 +6054,12 @@
|
|
|
5970
6054
|
"references": [
|
|
5971
6055
|
{
|
|
5972
6056
|
"name": "Documentation",
|
|
5973
|
-
"url": "https://shoelace.style/components/icon-
|
|
6057
|
+
"url": "https://shoelace.style/components/icon-eye-off-line"
|
|
5974
6058
|
}
|
|
5975
6059
|
]
|
|
5976
6060
|
},
|
|
5977
6061
|
{
|
|
5978
|
-
"name": "dap-ds-icon-
|
|
6062
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
5979
6063
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5980
6064
|
"attributes": [
|
|
5981
6065
|
{
|
|
@@ -6002,12 +6086,12 @@
|
|
|
6002
6086
|
"references": [
|
|
6003
6087
|
{
|
|
6004
6088
|
"name": "Documentation",
|
|
6005
|
-
"url": "https://shoelace.style/components/icon-
|
|
6089
|
+
"url": "https://shoelace.style/components/icon-forbid-fill"
|
|
6006
6090
|
}
|
|
6007
6091
|
]
|
|
6008
6092
|
},
|
|
6009
6093
|
{
|
|
6010
|
-
"name": "dap-ds-icon-information-fill",
|
|
6094
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
6011
6095
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6012
6096
|
"attributes": [
|
|
6013
6097
|
{
|
|
@@ -6034,12 +6118,12 @@
|
|
|
6034
6118
|
"references": [
|
|
6035
6119
|
{
|
|
6036
6120
|
"name": "Documentation",
|
|
6037
|
-
"url": "https://shoelace.style/components/icon-information-fill"
|
|
6121
|
+
"url": "https://shoelace.style/components/icon-information-2-fill"
|
|
6038
6122
|
}
|
|
6039
6123
|
]
|
|
6040
6124
|
},
|
|
6041
6125
|
{
|
|
6042
|
-
"name": "dap-ds-icon-
|
|
6126
|
+
"name": "dap-ds-icon-information-fill",
|
|
6043
6127
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6044
6128
|
"attributes": [
|
|
6045
6129
|
{
|
|
@@ -6066,7 +6150,7 @@
|
|
|
6066
6150
|
"references": [
|
|
6067
6151
|
{
|
|
6068
6152
|
"name": "Documentation",
|
|
6069
|
-
"url": "https://shoelace.style/components/icon-
|
|
6153
|
+
"url": "https://shoelace.style/components/icon-information-fill"
|
|
6070
6154
|
}
|
|
6071
6155
|
]
|
|
6072
6156
|
},
|
|
@@ -6806,38 +6890,6 @@
|
|
|
6806
6890
|
}
|
|
6807
6891
|
]
|
|
6808
6892
|
},
|
|
6809
|
-
{
|
|
6810
|
-
"name": "dap-ds-icon-external-link-line",
|
|
6811
|
-
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6812
|
-
"attributes": [
|
|
6813
|
-
{
|
|
6814
|
-
"name": "size",
|
|
6815
|
-
"description": "(optional) The width and height in pixels",
|
|
6816
|
-
"values": []
|
|
6817
|
-
},
|
|
6818
|
-
{
|
|
6819
|
-
"name": "selected",
|
|
6820
|
-
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
6821
|
-
"values": []
|
|
6822
|
-
},
|
|
6823
|
-
{
|
|
6824
|
-
"name": "accessibilityTitle",
|
|
6825
|
-
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
6826
|
-
"values": []
|
|
6827
|
-
},
|
|
6828
|
-
{
|
|
6829
|
-
"name": "focusable",
|
|
6830
|
-
"description": "(optional) If `true` the icon can receive focus",
|
|
6831
|
-
"values": []
|
|
6832
|
-
}
|
|
6833
|
-
],
|
|
6834
|
-
"references": [
|
|
6835
|
-
{
|
|
6836
|
-
"name": "Documentation",
|
|
6837
|
-
"url": "https://shoelace.style/components/icon-external-link-line"
|
|
6838
|
-
}
|
|
6839
|
-
]
|
|
6840
|
-
},
|
|
6841
6893
|
{
|
|
6842
6894
|
"name": "dap-ds-icon-account-circle-fill",
|
|
6843
6895
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
@@ -6965,38 +7017,6 @@
|
|
|
6965
7017
|
"url": "https://shoelace.style/components/icon-user-line"
|
|
6966
7018
|
}
|
|
6967
7019
|
]
|
|
6968
|
-
},
|
|
6969
|
-
{
|
|
6970
|
-
"name": "dap-ds-icon-calendar-line",
|
|
6971
|
-
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6972
|
-
"attributes": [
|
|
6973
|
-
{
|
|
6974
|
-
"name": "size",
|
|
6975
|
-
"description": "(optional) The width and height in pixels",
|
|
6976
|
-
"values": []
|
|
6977
|
-
},
|
|
6978
|
-
{
|
|
6979
|
-
"name": "selected",
|
|
6980
|
-
"description": "(optional) Sets the icon color via the `fill` attribute",
|
|
6981
|
-
"values": []
|
|
6982
|
-
},
|
|
6983
|
-
{
|
|
6984
|
-
"name": "accessibilityTitle",
|
|
6985
|
-
"description": "(optional) When using the icon standalone, make it meaningful for accessibility",
|
|
6986
|
-
"values": []
|
|
6987
|
-
},
|
|
6988
|
-
{
|
|
6989
|
-
"name": "focusable",
|
|
6990
|
-
"description": "(optional) If `true` the icon can receive focus",
|
|
6991
|
-
"values": []
|
|
6992
|
-
}
|
|
6993
|
-
],
|
|
6994
|
-
"references": [
|
|
6995
|
-
{
|
|
6996
|
-
"name": "Documentation",
|
|
6997
|
-
"url": "https://shoelace.style/components/icon-calendar-line"
|
|
6998
|
-
}
|
|
6999
|
-
]
|
|
7000
7020
|
}
|
|
7001
7021
|
]
|
|
7002
7022
|
}
|