@solid-design-system/components 1.22.0 → 1.23.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/es/carousel.js +3 -3
- package/dist/components/es/event.js +1 -1
- package/dist/components/es/interactive.js +1 -0
- package/dist/components/es/radio-group.js +1 -1
- package/dist/components/es/radio.js +1 -1
- package/dist/components/es/solid-components2.js +1 -1
- package/dist/components/es/solid-element.js +1 -1
- package/dist/components/es/tooltip.js +4 -0
- package/dist/components/umd/solid-components.js +18 -15
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/icon/library.system.d.ts +1 -0
- package/dist/package/components/icon/library.system.js +2 -1
- package/dist/package/components/radio/radio.js +1 -3
- package/dist/package/components/radio-group/radio-group.js +7 -8
- package/dist/package/components/tooltip/tooltip.d.ts +39 -0
- package/dist/package/components/tooltip/tooltip.js +233 -0
- package/dist/package/internal/animate.js +11 -0
- package/dist/package/solid-components.d.ts +1 -0
- package/dist/package/solid-components.js +4 -2
- package/dist/package/styles/tailwind.css.js +1 -1
- package/dist/versioned-components/es/accordion-group.js +1 -1
- package/dist/versioned-components/es/accordion.js +1 -1
- package/dist/versioned-components/es/badge.js +1 -1
- package/dist/versioned-components/es/brandshape.js +1 -1
- package/dist/versioned-components/es/button.js +1 -1
- package/dist/versioned-components/es/carousel-item.js +1 -1
- package/dist/versioned-components/es/carousel.js +3 -3
- package/dist/versioned-components/es/checkbox-group.js +1 -1
- package/dist/versioned-components/es/checkbox.js +1 -1
- package/dist/versioned-components/es/divider.js +1 -1
- package/dist/versioned-components/es/drawer.js +1 -1
- package/dist/versioned-components/es/dropdown.js +1 -1
- package/dist/versioned-components/es/event.js +1 -1
- package/dist/versioned-components/es/form.js +1 -1
- package/dist/versioned-components/es/icon.js +1 -1
- package/dist/versioned-components/es/include.js +1 -1
- package/dist/versioned-components/es/interactive.js +1 -0
- package/dist/versioned-components/es/link.js +1 -1
- package/dist/versioned-components/es/navigation-item.js +1 -1
- package/dist/versioned-components/es/popup.js +1 -1
- package/dist/versioned-components/es/radio-group.js +1 -1
- package/dist/versioned-components/es/radio.js +1 -1
- package/dist/versioned-components/es/solid-components2.js +1 -1
- package/dist/versioned-components/es/solid-element.js +1 -1
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/tag.js +1 -1
- package/dist/versioned-components/es/teaser.js +1 -1
- package/dist/versioned-components/es/tooltip.js +4 -0
- package/dist/versioned-components/es/video.js +1 -1
- package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
- package/dist/versioned-package/_components/button-group/button-group.js +11 -11
- package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
- package/dist/versioned-package/components/accordion/accordion.js +2 -2
- package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
- package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
- package/dist/versioned-package/components/badge/badge.d.ts +1 -1
- package/dist/versioned-package/components/badge/badge.js +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
- package/dist/versioned-package/components/button/button.d.ts +1 -1
- package/dist/versioned-package/components/button/button.js +4 -4
- package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
- package/dist/versioned-package/components/carousel/carousel.js +6 -6
- package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
- package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
- package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
- package/dist/versioned-package/components/divider/divider.d.ts +1 -1
- package/dist/versioned-package/components/divider/divider.js +2 -2
- package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
- package/dist/versioned-package/components/drawer/drawer.js +2 -2
- package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
- package/dist/versioned-package/components/dropdown/dropdown.js +6 -6
- package/dist/versioned-package/components/icon/icon.d.ts +1 -1
- package/dist/versioned-package/components/icon/icon.js +1 -1
- package/dist/versioned-package/components/icon/library.system.d.ts +1 -0
- package/dist/versioned-package/components/icon/library.system.js +2 -1
- package/dist/versioned-package/components/include/include.d.ts +1 -1
- package/dist/versioned-package/components/include/include.js +1 -1
- package/dist/versioned-package/components/link/link.d.ts +1 -1
- package/dist/versioned-package/components/link/link.js +2 -2
- package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
- package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
- package/dist/versioned-package/components/popup/popup.d.ts +1 -1
- package/dist/versioned-package/components/popup/popup.js +1 -1
- package/dist/versioned-package/components/radio/radio.d.ts +1 -1
- package/dist/versioned-package/components/radio/radio.js +3 -5
- package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.js +18 -19
- package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
- package/dist/versioned-package/components/spinner/spinner.js +1 -1
- package/dist/versioned-package/components/tag/tag.d.ts +1 -1
- package/dist/versioned-package/components/tag/tag.js +2 -2
- package/dist/versioned-package/components/teaser/teaser.js +1 -1
- package/dist/versioned-package/components/tooltip/tooltip.d.ts +39 -0
- package/dist/versioned-package/components/tooltip/tooltip.js +233 -0
- package/dist/versioned-package/components/video/video.d.ts +1 -1
- package/dist/versioned-package/components/video/video.js +2 -2
- package/dist/versioned-package/internal/animate.js +11 -0
- package/dist/versioned-package/internal/form.js +1 -1
- package/dist/versioned-package/solid-components.d.ts +1 -0
- package/dist/versioned-package/solid-components.js +4 -2
- package/dist/versioned-package/styles/tailwind.css.js +1 -1
- package/dist/versioned-styles/solid-styles.css +1 -1
- package/dist/vscode.html-custom-data.json +159 -23
- package/dist/web-types.json +194 -1
- package/package.json +3 -3
|
@@ -1244,6 +1244,74 @@
|
|
|
1244
1244
|
],
|
|
1245
1245
|
"references": []
|
|
1246
1246
|
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "sd-tooltip",
|
|
1249
|
+
"description": "Tooltips display additional information based on a specific action.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the tooltip begins to show.\n- **sd-after-show** - Emitted after the tooltip has shown and all animations are complete.\n- **sd-hide** - Emitted when the tooltip begins to hide.\n- **sd-after-hide** - Emitted after the tooltip has hidden and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the tooltip.\n- **hide()** - Hides the tooltip\n\n### **Slots:**\n - _default_ - The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.\n- **content** - The content to render in the tooltip. Alternatively, you can use the `content` attribute.\n\n### **CSS Properties:**\n - **--max-width** - The maximum width of the tooltip before its content will wrap. _(default: undefined)_\n- **--hide-delay** - The amount of time to wait before hiding the tooltip when hovering. _(default: undefined)_\n- **--show-delay** - The amount of time to wait before showing the tooltip when hovering. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper, an `<sd-popup>` element.\n- **base__popup** - The popup's exported `popup` part. Use this to target the tooltip's popup container.\n- **base__arrow** - The popup's exported `arrow` part. Use this to target the tooltip's arrow.\n- **body** - The tooltip's body where its content is rendered.",
|
|
1250
|
+
"attributes": [
|
|
1251
|
+
{
|
|
1252
|
+
"name": "content",
|
|
1253
|
+
"description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
|
|
1254
|
+
"values": []
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "placement",
|
|
1258
|
+
"description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
|
|
1259
|
+
"values": [
|
|
1260
|
+
{
|
|
1261
|
+
"name": "top"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "top-start"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "top-end"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "bottom"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "bottom-start"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "bottom-end"
|
|
1277
|
+
}
|
|
1278
|
+
]
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "size",
|
|
1282
|
+
"description": "Sets the size of the default trigger icon.",
|
|
1283
|
+
"values": [
|
|
1284
|
+
{
|
|
1285
|
+
"name": "lg"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "sm"
|
|
1289
|
+
}
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "disabled",
|
|
1294
|
+
"description": "Disables the tooltip so it won't show when triggered.",
|
|
1295
|
+
"values": []
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "open",
|
|
1299
|
+
"description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
|
|
1300
|
+
"values": []
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "trigger",
|
|
1304
|
+
"description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
|
|
1305
|
+
"values": []
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "hoist",
|
|
1309
|
+
"description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
|
|
1310
|
+
"values": []
|
|
1311
|
+
}
|
|
1312
|
+
],
|
|
1313
|
+
"references": []
|
|
1314
|
+
},
|
|
1247
1315
|
{
|
|
1248
1316
|
"name": "sd-video",
|
|
1249
1317
|
"description": "Used to wrap external video elements (e. g. from Moving Image or bare <video>-Tags) and provide some basic styling for Union Investment.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-play** - Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video.\n\n### **Slots:**\n - _default_ - The default slot used to pass a video player element.\n- **play-icon** - The video's play icon.\n- **poster** - Specifies an image to be shown before initial play of the wrapped video. Acts like the `poster` attribute on the native video tag.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **play-button** - The `<button>` element wrapper around the play-icon slot (full screen to field all click events).\n- **play-button-bg** - The `<div>` element wrapper around the play-button that defines the circular background.\n- **overlay** - The `<div>` element styled as an absolutely positioned transparent overlay.",
|
|
@@ -1267,7 +1335,7 @@
|
|
|
1267
1335
|
"references": []
|
|
1268
1336
|
},
|
|
1269
1337
|
{
|
|
1270
|
-
"name": "sd-1-
|
|
1338
|
+
"name": "sd-1-23-0-accordion-group",
|
|
1271
1339
|
"description": "Short summary of the component's intended use.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The default slot where `<sd-accordion>` elements are placed.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
1272
1340
|
"attributes": [
|
|
1273
1341
|
{
|
|
@@ -1279,7 +1347,7 @@
|
|
|
1279
1347
|
"references": []
|
|
1280
1348
|
},
|
|
1281
1349
|
{
|
|
1282
|
-
"name": "sd-1-
|
|
1350
|
+
"name": "sd-1-23-0-accordion",
|
|
1283
1351
|
"description": "Accordion shows a brief summary and expands to show additional content.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the accordion opens.\n- **sd-after-show** - Emitted after the accordion opens and all animations are complete.\n- **sd-hide** - Emitted when the accordion closes.\n- **sd-after-hide** - Emitted after the accordion closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the accordion.\n- **hide()** - Hides the accordion\n\n### **Slots:**\n - _default_ - The accordion main content.\n- **summary** - The accordion summary. Alternatively, you can use the `summary` attribute.\n- **expand-icon** - Optional expand icon to use instead of the default. Works best with `<sd-icon>`.\n- **collapse-icon** - Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The header that wraps both the summary and the expand/collapse icon.\n- **summary** - The container that wraps the summary.\n- **summary-icon** - The container that wraps the expand/collapse icons.\n- **content** - The container that wraps the accordion content slot.\n- **content__slot** - The accordion content slot.",
|
|
1284
1352
|
"attributes": [
|
|
1285
1353
|
{
|
|
@@ -1296,7 +1364,7 @@
|
|
|
1296
1364
|
"references": []
|
|
1297
1365
|
},
|
|
1298
1366
|
{
|
|
1299
|
-
"name": "sd-1-
|
|
1367
|
+
"name": "sd-1-23-0-badge",
|
|
1300
1368
|
"description": "Badges are used to draw attention and display statuses or counts.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The badge's content.\n\n### **CSS Parts:**\n - **base** - The badge's base wrapper.\n- **content** - The badge's main content.",
|
|
1301
1369
|
"attributes": [
|
|
1302
1370
|
{
|
|
@@ -1338,7 +1406,7 @@
|
|
|
1338
1406
|
"references": []
|
|
1339
1407
|
},
|
|
1340
1408
|
{
|
|
1341
|
-
"name": "sd-1-
|
|
1409
|
+
"name": "sd-1-23-0-brandshape",
|
|
1342
1410
|
"description": "The Brandshape highlights a piece of content.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The content inside the brandshape.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **content** - Middle content wrapper.\n- **shape-top** - Top shape.\n- **shape-middle** - Middle shape.\n- **shape-bottom** - Bottom shape.",
|
|
1343
1411
|
"attributes": [
|
|
1344
1412
|
{
|
|
@@ -1375,7 +1443,7 @@
|
|
|
1375
1443
|
"references": []
|
|
1376
1444
|
},
|
|
1377
1445
|
{
|
|
1378
|
-
"name": "sd-1-
|
|
1446
|
+
"name": "sd-1-23-0-button",
|
|
1379
1447
|
"description": "Buttons represent actions that are available to the user.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the button loses focus.\n- **sd-focus** - Emitted when the button gains focus.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **click()** - Simulates a click on the button.\n- **focus(options: _FocusOptions_)** - Sets focus on the button.\n- **blur()** - Removes focus from the button.\n- **checkValidity()** - Checks for validity but does not show the browser's validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The button's label.\n- **icon-left** - A prefix icon or similar element.\n- **icon-right** - A suffix icon or similar element.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon-left** - The container that wraps the left icon area.\n- **label** - The button's label.\n- **icon-right** - The container that wraps the right icon area.",
|
|
1380
1448
|
"attributes": [
|
|
1381
1449
|
{
|
|
@@ -1547,13 +1615,13 @@
|
|
|
1547
1615
|
"references": []
|
|
1548
1616
|
},
|
|
1549
1617
|
{
|
|
1550
|
-
"name": "sd-1-
|
|
1618
|
+
"name": "sd-1-23-0-carousel-item",
|
|
1551
1619
|
"description": "A carousel item represent a slide within a [carousel](/components/carousel).\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The carousel item's content.",
|
|
1552
1620
|
"attributes": [],
|
|
1553
1621
|
"references": []
|
|
1554
1622
|
},
|
|
1555
1623
|
{
|
|
1556
|
-
"name": "sd-1-
|
|
1624
|
+
"name": "sd-1-23-0-carousel",
|
|
1557
1625
|
"description": "Carousels display an arbitrary number of content slides along a horizontal axis.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-slide-change** - Emitted when the active slide changes.\n\n### **Methods:**\n - **previous(behavior: _ScrollBehavior_)** - Move the carousel backward by `slides-per-move` slides.\n- **next(behavior: _ScrollBehavior_)** - Move the carousel forward by `slides-per-move` slides.\n- **goToSlide(index: _number_, behavior: _ScrollBehavior_)** - Scrolls the carousel to the slide specified by `index`.\n\n### **Slots:**\n - _default_ - The carousel's main content, one or more `<sd-carousel-item>` elements.\n- **next-icon** - Optional next icon to use instead of the default. Works best with `<sd-icon>`.\n- **previous-icon** - Optional previous icon to use instead of the default. Works best with `<sd-icon>`.\n- **autoplay-start** - Optional start icon to use instead of the default. Works best with `<sd-icon>`.\n- **autoplay-pause** - Optional pause icon to use instead of the default. Works best with `<sd-icon>`.\n\n### **CSS Properties:**\n - **--slide-gap** - The space between each slide. _(default: undefined)_\n- **--scroll-hint** - The amount of padding to apply to the scroll area, allowing adjacent slides to become partially visible as a scroll hint. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The carousel's internal wrapper.\n- **scroll-container** - The scroll container that wraps the slides.\n- **controls** - A wrapper for the navigation and autoplay controller buttons.\n- **pagination-dot** - The pagination indicator in dot format.\n- **pagination-number** - The pagination indicator in number format.\n- **pagination-item** - The pagination indicator.\n- **pagination-item--active** - Applied when the item is active.\n- **navigation** - The navigation wrapper.\n- **navigation-button** - The navigation button.\n- **navigation-button--previous** - Applied to the previous button.\n- **navigation-button--next** - Applied to the next button.\n- **autoplay-controls** - A wrapper for pause/start button.",
|
|
1558
1626
|
"attributes": [
|
|
1559
1627
|
{
|
|
@@ -1597,7 +1665,7 @@
|
|
|
1597
1665
|
"references": []
|
|
1598
1666
|
},
|
|
1599
1667
|
{
|
|
1600
|
-
"name": "sd-1-
|
|
1668
|
+
"name": "sd-1-23-0-checkbox-group",
|
|
1601
1669
|
"description": "Checkbox groups are used to group multiple [checkbox](/components/checkbox). It provides only presentational functionality.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The default slot where `<sd-checkbox>` elements are placed.\n- **label** - The checkbox group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.",
|
|
1602
1670
|
"attributes": [
|
|
1603
1671
|
{
|
|
@@ -1633,7 +1701,7 @@
|
|
|
1633
1701
|
"references": []
|
|
1634
1702
|
},
|
|
1635
1703
|
{
|
|
1636
|
-
"name": "sd-1-
|
|
1704
|
+
"name": "sd-1-23-0-checkbox",
|
|
1637
1705
|
"description": "Checkboxes allow the user to toggle an option on or off.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the checkbox loses focus.\n- **sd-change** - Emitted when the checked state changes.\n- **sd-focus** - Emitted when the checkbox gains focus.\n- **sd-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **click()** - Simulates a click on the checkbox.\n- **focus(options: _FocusOptions_)** - Sets focus on the checkbox.\n- **blur()** - Removes focus from the checkbox.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns true when valid and false when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows a validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string.\n\n### **Slots:**\n - _default_ - The checkbox's label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **control** - The square container that wraps the checkbox's checked state.\n- **control--checked** - Matches the control part when the checkbox is checked.\n- **control--indeterminate** - Matches the control part when the checkbox is indeterminate.\n- **checked-icon** - The checked icon, an `<sd-icon>` element.\n- **indeterminate-icon** - The indeterminate icon, an `<sd-icon>` element.\n- **label** - The container that wraps the checkbox's label.",
|
|
1638
1706
|
"attributes": [
|
|
1639
1707
|
{
|
|
@@ -1691,7 +1759,7 @@
|
|
|
1691
1759
|
"references": []
|
|
1692
1760
|
},
|
|
1693
1761
|
{
|
|
1694
|
-
"name": "sd-1-
|
|
1762
|
+
"name": "sd-1-23-0-divider",
|
|
1695
1763
|
"description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
|
|
1696
1764
|
"attributes": [
|
|
1697
1765
|
{
|
|
@@ -1715,7 +1783,7 @@
|
|
|
1715
1783
|
"references": []
|
|
1716
1784
|
},
|
|
1717
1785
|
{
|
|
1718
|
-
"name": "sd-1-
|
|
1786
|
+
"name": "sd-1-23-0-drawer",
|
|
1719
1787
|
"description": "Drawers slide in from a container to expose additional options and information.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the drawer opens.\n- **sd-after-show** - Emitted after the drawer opens and all animations are complete.\n- **sd-hide** - Emitted when the drawer closes.\n- **sd-after-hide** - Emitted after the drawer closes and all animations are complete.\n- **sd-initial-focus** - Emitted when the drawer opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.\n- **sd-request-close** - Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the drawer.\n- **hide()** - Hides the drawer\n\n### **Slots:**\n - _default_ - The drawer's main content.\n- **header** - The drawer's header, usually a title.\n- **footer** - The drawer's footer, usually one or more buttons representing various options.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the drawer. depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **overlay** - The overlay that covers the screen behind the drawer.\n- **panel** - The drawer's panel (where the drawer and its content are rendered).\n- **header** - The drawer's header. This element wraps the title and the close-button.\n- **title** - The drawer's title.\n- **close-button** - The close button, an `<sd-button>`.\n- **body** - The drawer's body.\n- **footer** - The drawer's footer.",
|
|
1720
1788
|
"attributes": [
|
|
1721
1789
|
{
|
|
@@ -1754,7 +1822,7 @@
|
|
|
1754
1822
|
"references": []
|
|
1755
1823
|
},
|
|
1756
1824
|
{
|
|
1757
|
-
"name": "sd-1-
|
|
1825
|
+
"name": "sd-1-23-0-dropdown",
|
|
1758
1826
|
"description": "Dropdowns expose additional content that \"drops down\" in a panel.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the dropdown opens.\n- **sd-after-show** - Emitted after the dropdown opens and all animations are complete.\n- **sd-hide** - Emitted when the dropdown closes.\n- **sd-after-hide** - Emitted after the dropdown closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the dropdown panel.\n- **hide()** - Hides the dropdown panel\n- **reposition()** - Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.\n\n### **Slots:**\n - _default_ - The dropdown's main content.\n- **trigger** - The dropdown's trigger, usually a `<sd-button>` element.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **trigger** - The container that wraps the trigger.\n- **panel** - The panel that gets shown when the dropdown is open.",
|
|
1759
1827
|
"attributes": [
|
|
1760
1828
|
{
|
|
@@ -1851,7 +1919,7 @@
|
|
|
1851
1919
|
"references": []
|
|
1852
1920
|
},
|
|
1853
1921
|
{
|
|
1854
|
-
"name": "sd-1-
|
|
1922
|
+
"name": "sd-1-23-0-icon",
|
|
1855
1923
|
"description": "Icons are symbols that can be used to represent various options within an application.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-load** - Emitted when the icon has loaded.\n- **sd-error** - Emitted when the icon fails to load due to an error.",
|
|
1856
1924
|
"attributes": [
|
|
1857
1925
|
{
|
|
@@ -1893,7 +1961,7 @@
|
|
|
1893
1961
|
"references": []
|
|
1894
1962
|
},
|
|
1895
1963
|
{
|
|
1896
|
-
"name": "sd-1-
|
|
1964
|
+
"name": "sd-1-23-0-include",
|
|
1897
1965
|
"description": "Includes give you the power to embed external HTML files into the page.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-load** - Emitted when the included file is loaded.\n- **sd-error** - Emitted when the included file fails to load due to an error.",
|
|
1898
1966
|
"attributes": [
|
|
1899
1967
|
{
|
|
@@ -1925,7 +1993,7 @@
|
|
|
1925
1993
|
"references": []
|
|
1926
1994
|
},
|
|
1927
1995
|
{
|
|
1928
|
-
"name": "sd-1-
|
|
1996
|
+
"name": "sd-1-23-0-link",
|
|
1929
1997
|
"description": "A link component.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the link loses focus.\n- **sd-focus** - Emitted when the link gains focus.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the button.\n- **blur()** - Removes focus from the button.\n\n### **Slots:**\n - _default_ - The default slot.\n- **icon-left** - The icon to display on the left side of the link.\n- **icon-right** - The icon to display on the right side of the link.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon-left** - The container that wraps the left icon area.\n- **label** - The link's label.\n- **icon-right** - The container that wraps the right icon area.",
|
|
1930
1998
|
"attributes": [
|
|
1931
1999
|
{
|
|
@@ -1985,7 +2053,7 @@
|
|
|
1985
2053
|
"references": []
|
|
1986
2054
|
},
|
|
1987
2055
|
{
|
|
1988
|
-
"name": "sd-1-
|
|
2056
|
+
"name": "sd-1-23-0-navigation-item",
|
|
1989
2057
|
"description": "Flexible button / link component that can be used to quickly build navigations. Takes one of 3 forms: link (overrides all other if 'href' is provided), button (default), or accordion (if 'children' slot defined).\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden.\n- **sd-hide** - Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown.\n\n### **Slots:**\n - _default_ - The navigation item's label.\n- **description** - *Vertical only: Slot used to provide a description for the navigation item.\n- **children** - Slot used to provide nested child navigation elements. If provided, details and summary elements will be used. A chevron will be shown on the right side regardless of the chevron property.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper including children.\n- **content** - The component's content excluding children.\n- **chevron** - The container that wraps the chevron.\n- **description** - The component's description area below its main content.\n- **divider** - The component's optional top divider.",
|
|
1990
2058
|
"attributes": [
|
|
1991
2059
|
{
|
|
@@ -2075,7 +2143,7 @@
|
|
|
2075
2143
|
"references": []
|
|
2076
2144
|
},
|
|
2077
2145
|
{
|
|
2078
|
-
"name": "sd-1-
|
|
2146
|
+
"name": "sd-1-23-0-popup",
|
|
2079
2147
|
"description": "Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-reposition** - Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.\n\n### **Methods:**\n - **reposition()** - Forces the popup to recalculate and reposition itself.\n\n### **Slots:**\n - _default_ - The popup's content.\n- **anchor** - The element the popup will be anchored to. If the anchor lives outside of the popup, you can use the `anchor` attribute or property instead.\n\n### **CSS Properties:**\n - **--arrow-size** - The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used. _(default: 6px)_\n- **--arrow-color** - The color of the arrow. _(default: var(--sd-color-neutral-0))_\n- **--auto-size-available-width** - A read-only custom property that determines the amount of width the popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only available when using `auto-size`. _(default: undefined)_\n- **--auto-size-available-height** - A read-only custom property that determines the amount of height the popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only available when using `auto-size`. _(default: undefined)_\n\n### **CSS Parts:**\n - **arrow** - The arrow's container. Avoid setting `top|bottom|left|right` properties, as these values are assigned dynamically as the popup moves. This is most useful for applying a background color to match the popup, and maybe a border or box shadow.\n- **popup** - The popup's container. Useful for setting a background color, box shadow, etc.",
|
|
2080
2148
|
"attributes": [
|
|
2081
2149
|
{
|
|
@@ -2299,7 +2367,7 @@
|
|
|
2299
2367
|
"references": []
|
|
2300
2368
|
},
|
|
2301
2369
|
{
|
|
2302
|
-
"name": "sd-1-
|
|
2370
|
+
"name": "sd-1-23-0-radio-group",
|
|
2303
2371
|
"description": "Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-change** - Emitted when the radio group's selected value changes.\n- **sd-input** - Emitted when the radio group receives user input.\n- **sd-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity(): _boolean_** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot where `<sd-radio>` or `<sd-radio-button>` elements are placed.\n- **label** - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and error text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.",
|
|
2304
2372
|
"attributes": [
|
|
2305
2373
|
{
|
|
@@ -2355,7 +2423,7 @@
|
|
|
2355
2423
|
"references": []
|
|
2356
2424
|
},
|
|
2357
2425
|
{
|
|
2358
|
-
"name": "sd-1-
|
|
2426
|
+
"name": "sd-1-23-0-radio",
|
|
2359
2427
|
"description": "A radio allows to select only one value from a set of options. Clicking on an unchecked radio will deselect the other one(s).\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the control loses focus.\n- **sd-focus** - Emitted when the control gains focus.\n\n### **Slots:**\n - _default_ - The radio's label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **control--unchecked** - The radio control when the radio is unchecked.\n- **control--checked** - The radio control when the radio is checked.\n- **checked** - The dot inside the radio component when the radio is checked.\n- **label** - The container that wraps the radio's label.",
|
|
2360
2428
|
"attributes": [
|
|
2361
2429
|
{
|
|
@@ -2389,7 +2457,7 @@
|
|
|
2389
2457
|
"references": []
|
|
2390
2458
|
},
|
|
2391
2459
|
{
|
|
2392
|
-
"name": "sd-1-
|
|
2460
|
+
"name": "sd-1-23-0-spinner",
|
|
2393
2461
|
"description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
|
|
2394
2462
|
"attributes": [
|
|
2395
2463
|
{
|
|
@@ -2411,7 +2479,7 @@
|
|
|
2411
2479
|
"references": []
|
|
2412
2480
|
},
|
|
2413
2481
|
{
|
|
2414
|
-
"name": "sd-1-
|
|
2482
|
+
"name": "sd-1-23-0-tag",
|
|
2415
2483
|
"description": "Tags are used as labels to organize things or to indicate a selection.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the tag loses focus.\n- **sd-focus** - Emitted when the tag gains focus.\n\n### **Methods:**\n - **click()** - Simulates a click on the tag.\n- **focus(options: _FocusOptions_)** - Sets focus on the tag.\n- **blur()** - Removes focus from the tag.\n\n### **Slots:**\n - _default_ - The tag's content.\n- **removable-indicator** - The tag's removability indicator.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **content** - The tag's content.\n- **removable-indicator** - The tag's removability indicator.",
|
|
2416
2484
|
"attributes": [
|
|
2417
2485
|
{
|
|
@@ -2473,7 +2541,7 @@
|
|
|
2473
2541
|
"references": []
|
|
2474
2542
|
},
|
|
2475
2543
|
{
|
|
2476
|
-
"name": "sd-1-
|
|
2544
|
+
"name": "sd-1-23-0-teaser",
|
|
2477
2545
|
"description": "Teasers group information into flexible containers so users can browse a collection of related items and actions.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - An optional main content slot.\n- **media** - An optional media slot.\n- **meta** - An optional meta slot.\n- **headline** - headline slot.\n\n### **CSS Properties:**\n - **--distribution-media** - The distribution ratio of the media. _(default: undefined)_\n- **--distribution-content** - The distribution ratio of the content. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **media** - The container that wraps the media.\n- **content** - The container that wraps the content.\n- **meta** - The container that wraps the meta.\n- **headline** - The container that wraps the headline.\n- **main** - The container that wraps the main content.",
|
|
2478
2546
|
"attributes": [
|
|
2479
2547
|
{
|
|
@@ -2510,7 +2578,75 @@
|
|
|
2510
2578
|
"references": []
|
|
2511
2579
|
},
|
|
2512
2580
|
{
|
|
2513
|
-
"name": "sd-1-
|
|
2581
|
+
"name": "sd-1-23-0-tooltip",
|
|
2582
|
+
"description": "Tooltips display additional information based on a specific action.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the tooltip begins to show.\n- **sd-after-show** - Emitted after the tooltip has shown and all animations are complete.\n- **sd-hide** - Emitted when the tooltip begins to hide.\n- **sd-after-hide** - Emitted after the tooltip has hidden and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the tooltip.\n- **hide()** - Hides the tooltip\n\n### **Slots:**\n - _default_ - The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.\n- **content** - The content to render in the tooltip. Alternatively, you can use the `content` attribute.\n\n### **CSS Properties:**\n - **--max-width** - The maximum width of the tooltip before its content will wrap. _(default: undefined)_\n- **--hide-delay** - The amount of time to wait before hiding the tooltip when hovering. _(default: undefined)_\n- **--show-delay** - The amount of time to wait before showing the tooltip when hovering. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper, an `<sd-popup>` element.\n- **base__popup** - The popup's exported `popup` part. Use this to target the tooltip's popup container.\n- **base__arrow** - The popup's exported `arrow` part. Use this to target the tooltip's arrow.\n- **body** - The tooltip's body where its content is rendered.",
|
|
2583
|
+
"attributes": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "content",
|
|
2586
|
+
"description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
|
|
2587
|
+
"values": []
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "placement",
|
|
2591
|
+
"description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
|
|
2592
|
+
"values": [
|
|
2593
|
+
{
|
|
2594
|
+
"name": "top"
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"name": "top-start"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"name": "top-end"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"name": "bottom"
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"name": "bottom-start"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"name": "bottom-end"
|
|
2610
|
+
}
|
|
2611
|
+
]
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"name": "size",
|
|
2615
|
+
"description": "Sets the size of the default trigger icon.",
|
|
2616
|
+
"values": [
|
|
2617
|
+
{
|
|
2618
|
+
"name": "lg"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "sm"
|
|
2622
|
+
}
|
|
2623
|
+
]
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "disabled",
|
|
2627
|
+
"description": "Disables the tooltip so it won't show when triggered.",
|
|
2628
|
+
"values": []
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"name": "open",
|
|
2632
|
+
"description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
|
|
2633
|
+
"values": []
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "trigger",
|
|
2637
|
+
"description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
|
|
2638
|
+
"values": []
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"name": "hoist",
|
|
2642
|
+
"description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
|
|
2643
|
+
"values": []
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"references": []
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"name": "sd-1-23-0-video",
|
|
2514
2650
|
"description": "Used to wrap external video elements (e. g. from Moving Image or bare <video>-Tags) and provide some basic styling for Union Investment.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-play** - Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video.\n\n### **Slots:**\n - _default_ - The default slot used to pass a video player element.\n- **play-icon** - The video's play icon.\n- **poster** - Specifies an image to be shown before initial play of the wrapped video. Acts like the `poster` attribute on the native video tag.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **play-button** - The `<button>` element wrapper around the play-icon slot (full screen to field all click events).\n- **play-button-bg** - The `<div>` element wrapper around the play-button that defines the circular background.\n- **overlay** - The `<div>` element styled as an absolutely positioned transparent overlay.",
|
|
2515
2651
|
"attributes": [
|
|
2516
2652
|
{
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@solid-design-system/components",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -3336,6 +3336,199 @@
|
|
|
3336
3336
|
}
|
|
3337
3337
|
]
|
|
3338
3338
|
},
|
|
3339
|
+
{
|
|
3340
|
+
"name": "sd-tooltip",
|
|
3341
|
+
"description": "",
|
|
3342
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
3343
|
+
"js": {
|
|
3344
|
+
"properties": [
|
|
3345
|
+
{
|
|
3346
|
+
"name": "hoverTimeout",
|
|
3347
|
+
"value": {
|
|
3348
|
+
"type": "number"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"name": "localize",
|
|
3353
|
+
"value": {}
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"name": "popup",
|
|
3357
|
+
"value": {
|
|
3358
|
+
"type": "SdPopup"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "content",
|
|
3363
|
+
"description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
|
|
3364
|
+
"value": {
|
|
3365
|
+
"type": "string"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "placement",
|
|
3370
|
+
"description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
|
|
3371
|
+
"value": {
|
|
3372
|
+
"type": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"name": "size",
|
|
3377
|
+
"description": "Sets the size of the default trigger icon.",
|
|
3378
|
+
"value": {
|
|
3379
|
+
"type": "'lg' | 'sm'"
|
|
3380
|
+
}
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"name": "disabled",
|
|
3384
|
+
"description": "Disables the tooltip so it won't show when triggered.",
|
|
3385
|
+
"value": {
|
|
3386
|
+
"type": "boolean"
|
|
3387
|
+
}
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "open",
|
|
3391
|
+
"description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
|
|
3392
|
+
"value": {
|
|
3393
|
+
"type": "boolean"
|
|
3394
|
+
}
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"name": "trigger",
|
|
3398
|
+
"description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
|
|
3399
|
+
"value": {
|
|
3400
|
+
"type": "string"
|
|
3401
|
+
}
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"name": "hoist",
|
|
3405
|
+
"description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
|
|
3406
|
+
"value": {
|
|
3407
|
+
"type": "boolean"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"name": "handleBlur",
|
|
3412
|
+
"value": {}
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"name": "handleClick",
|
|
3416
|
+
"value": {}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"name": "handleFocus",
|
|
3420
|
+
"value": {}
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "handleKeyDown",
|
|
3424
|
+
"value": {}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "handleMouseOver",
|
|
3428
|
+
"value": {}
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"name": "handleMouseOut",
|
|
3432
|
+
"value": {}
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "hasTrigger",
|
|
3436
|
+
"value": {}
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "handleOpenChange",
|
|
3440
|
+
"value": {}
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"name": "handleOptionsChange",
|
|
3444
|
+
"value": {}
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"name": "handleDisabledChange",
|
|
3448
|
+
"value": {}
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "show",
|
|
3452
|
+
"description": "Shows the tooltip.",
|
|
3453
|
+
"value": {}
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "hide",
|
|
3457
|
+
"description": "Hides the tooltip",
|
|
3458
|
+
"value": {}
|
|
3459
|
+
}
|
|
3460
|
+
],
|
|
3461
|
+
"events": [
|
|
3462
|
+
{
|
|
3463
|
+
"name": "sd-show",
|
|
3464
|
+
"description": "Emitted when the tooltip begins to show."
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "sd-after-show",
|
|
3468
|
+
"description": "Emitted after the tooltip has shown and all animations are complete."
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "sd-hide",
|
|
3472
|
+
"description": "Emitted when the tooltip begins to hide."
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"name": "sd-after-hide",
|
|
3476
|
+
"description": "Emitted after the tooltip has hidden and all animations are complete."
|
|
3477
|
+
}
|
|
3478
|
+
]
|
|
3479
|
+
},
|
|
3480
|
+
"attributes": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "content",
|
|
3483
|
+
"description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
|
|
3484
|
+
"value": {
|
|
3485
|
+
"type": "string"
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"name": "placement",
|
|
3490
|
+
"description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
|
|
3491
|
+
"value": {
|
|
3492
|
+
"type": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"
|
|
3493
|
+
}
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"name": "size",
|
|
3497
|
+
"description": "Sets the size of the default trigger icon.",
|
|
3498
|
+
"value": {
|
|
3499
|
+
"type": "'lg' | 'sm'"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"name": "disabled",
|
|
3504
|
+
"description": "Disables the tooltip so it won't show when triggered.",
|
|
3505
|
+
"value": {
|
|
3506
|
+
"type": "boolean"
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"name": "open",
|
|
3511
|
+
"description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
|
|
3512
|
+
"value": {
|
|
3513
|
+
"type": "boolean"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"name": "trigger",
|
|
3518
|
+
"description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
|
|
3519
|
+
"value": {
|
|
3520
|
+
"type": "string"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "hoist",
|
|
3525
|
+
"description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
|
|
3526
|
+
"value": {
|
|
3527
|
+
"type": "boolean"
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3339
3532
|
{
|
|
3340
3533
|
"name": "sd-video",
|
|
3341
3534
|
"description": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solid-design-system/components",
|
|
3
3
|
"description": "Solid Design System: Components",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
5
5
|
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Union Investment"
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"readme": "README.md",
|
|
185
185
|
"meta": {
|
|
186
186
|
"bundleSizeInKb": {
|
|
187
|
-
"uncompressed":
|
|
188
|
-
"gzip":
|
|
187
|
+
"uncompressed": 185,
|
|
188
|
+
"gzip": 48
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
}
|