@solid-design-system/components 1.19.0 → 1.20.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.
Files changed (104) hide show
  1. package/dist/components/es/button.js +1 -1
  2. package/dist/components/es/drawer.js +1 -1
  3. package/dist/components/es/form.js +1 -0
  4. package/dist/components/es/radio-group.js +1 -0
  5. package/dist/components/es/radio.js +1 -0
  6. package/dist/components/es/solid-components2.js +1 -1
  7. package/dist/components/es/solid-element.js +4 -4
  8. package/dist/components/umd/solid-components.js +16 -16
  9. package/dist/custom-elements.json +1 -1
  10. package/dist/package/_components/button-group/button-group.d.ts +19 -0
  11. package/dist/package/_components/button-group/button-group.js +76 -0
  12. package/dist/package/_components/button-group/button-group.styles.d.ts +2 -0
  13. package/dist/package/_components/button-group/button-group.styles.js +6 -0
  14. package/dist/package/components/button/button.d.ts +4 -0
  15. package/dist/package/components/button/button.js +25 -3
  16. package/dist/package/components/radio/radio.d.ts +27 -0
  17. package/dist/package/components/radio/radio.js +130 -0
  18. package/dist/package/components/radio-group/radio-group.d.ts +52 -0
  19. package/dist/package/components/radio-group/radio-group.js +321 -0
  20. package/dist/package/internal/form.d.ts +7 -1
  21. package/dist/package/internal/form.js +110 -49
  22. package/dist/package/internal/solid-element.d.ts +2 -0
  23. package/dist/package/solid-components.d.ts +2 -0
  24. package/dist/package/solid-components.js +12 -8
  25. package/dist/package/styles/tailwind.css.js +1 -1
  26. package/dist/versioned-components/es/accordion-group.js +1 -1
  27. package/dist/versioned-components/es/accordion.js +1 -1
  28. package/dist/versioned-components/es/badge.js +1 -1
  29. package/dist/versioned-components/es/brandshape.js +1 -1
  30. package/dist/versioned-components/es/button.js +1 -1
  31. package/dist/versioned-components/es/carousel-item.js +1 -1
  32. package/dist/versioned-components/es/carousel.js +3 -3
  33. package/dist/versioned-components/es/divider.js +1 -1
  34. package/dist/versioned-components/es/drawer.js +1 -1
  35. package/dist/versioned-components/es/dropdown.js +1 -1
  36. package/dist/versioned-components/es/form.js +1 -0
  37. package/dist/versioned-components/es/icon.js +1 -1
  38. package/dist/versioned-components/es/include.js +1 -1
  39. package/dist/versioned-components/es/link.js +1 -1
  40. package/dist/versioned-components/es/navigation-item.js +1 -1
  41. package/dist/versioned-components/es/popup.js +1 -1
  42. package/dist/versioned-components/es/radio-group.js +1 -0
  43. package/dist/versioned-components/es/radio.js +1 -0
  44. package/dist/versioned-components/es/solid-components2.js +1 -1
  45. package/dist/versioned-components/es/solid-element.js +4 -4
  46. package/dist/versioned-components/es/spinner.js +1 -1
  47. package/dist/versioned-components/es/tag.js +1 -1
  48. package/dist/versioned-components/es/teaser.js +1 -1
  49. package/dist/versioned-components/es/video.js +1 -1
  50. package/dist/versioned-package/_components/button-group/button-group.d.ts +19 -0
  51. package/dist/versioned-package/_components/button-group/button-group.js +76 -0
  52. package/dist/versioned-package/_components/button-group/button-group.styles.d.ts +2 -0
  53. package/dist/versioned-package/_components/button-group/button-group.styles.js +6 -0
  54. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  55. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  56. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  57. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  58. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  59. package/dist/versioned-package/components/badge/badge.js +1 -1
  60. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  61. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  62. package/dist/versioned-package/components/button/button.d.ts +5 -1
  63. package/dist/versioned-package/components/button/button.js +29 -7
  64. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  65. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  66. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  67. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  68. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  69. package/dist/versioned-package/components/divider/divider.js +2 -2
  70. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  71. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  72. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  73. package/dist/versioned-package/components/dropdown/dropdown.js +6 -6
  74. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  75. package/dist/versioned-package/components/icon/icon.js +1 -1
  76. package/dist/versioned-package/components/include/include.d.ts +1 -1
  77. package/dist/versioned-package/components/include/include.js +1 -1
  78. package/dist/versioned-package/components/link/link.d.ts +1 -1
  79. package/dist/versioned-package/components/link/link.js +2 -2
  80. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  81. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  82. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  83. package/dist/versioned-package/components/popup/popup.js +1 -1
  84. package/dist/versioned-package/components/radio/radio.d.ts +27 -0
  85. package/dist/versioned-package/components/radio/radio.js +130 -0
  86. package/dist/versioned-package/components/radio-group/radio-group.d.ts +52 -0
  87. package/dist/versioned-package/components/radio-group/radio-group.js +321 -0
  88. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  89. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  90. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  91. package/dist/versioned-package/components/tag/tag.js +2 -2
  92. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  93. package/dist/versioned-package/components/video/video.d.ts +1 -1
  94. package/dist/versioned-package/components/video/video.js +2 -2
  95. package/dist/versioned-package/internal/form.d.ts +7 -1
  96. package/dist/versioned-package/internal/form.js +110 -49
  97. package/dist/versioned-package/internal/solid-element.d.ts +2 -0
  98. package/dist/versioned-package/solid-components.d.ts +2 -0
  99. package/dist/versioned-package/solid-components.js +12 -8
  100. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  101. package/dist/versioned-styles/solid-styles.css +1 -1
  102. package/dist/vscode.html-custom-data.json +201 -21
  103. package/dist/web-types.json +910 -122
  104. package/package.json +3 -3
@@ -1 +1 @@
1
- {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"components/accordion-group/accordion-group.js","declarations":[{"kind":"class","description":"","name":"SdAccordionGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"}],"slots":[{"description":"The default slot where `<sd-accordion>` elements are placed.","name":""}],"members":[{"kind":"field","name":"closeOthers","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","attribute":"close-others"},{"kind":"field","name":"handleAccordionShow","privacy":"private"}],"attributes":[{"name":"close-others","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","fieldName":"closeOthers","attribute":"close-others"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Short summary of the component's intended use.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion-group","status":"stable","since":"1.1","dependencies":["sd-accordion"],"tagName":"sd-accordion-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}}]},{"kind":"javascript-module","path":"components/accordion/accordion.js","declarations":[{"kind":"class","description":"","name":"SdAccordion","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The header that wraps both the summary and the expand/collapse icon.","name":"header"},{"description":"The container that wraps the summary.","name":"summary"},{"description":"The container that wraps the expand/collapse icons.","name":"summary-icon"},{"description":"The container that wraps the accordion content slot.","name":"content"},{"description":"The accordion content slot.","name":"content__slot"}],"slots":[{"description":"The accordion main content.","name":""},{"description":"The accordion summary. Alternatively, you can use the `summary` attribute.","name":"summary"},{"description":"Optional expand icon to use instead of the default. Works best with `<sd-icon>`.","name":"expand-icon"},{"description":"Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.","name":"collapse-icon"}],"members":[{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","attribute":"open","reflects":true},{"kind":"field","name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","attribute":"summary"},{"kind":"method","name":"handleSummaryClick","privacy":"private"},{"kind":"method","name":"handleSummaryKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"show","description":"Shows the accordion."},{"kind":"method","name":"hide","description":"Hides the accordion"}],"events":[{"description":"Emitted when the accordion opens.","name":"sd-show"},{"description":"Emitted after the accordion opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the accordion closes.","name":"sd-hide"},{"description":"Emitted after the accordion closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","fieldName":"open","attribute":"open"},{"name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","fieldName":"summary","attribute":"summary"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Accordion shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion","status":"stable","since":"1.1","dependencies":["sd-icon"],"animations":[{"name":"accordion.show","description":"The animation to use when showing accordion. You can use `height: auto` with this animation."},{"name":"accordion.hide","description":"The animation to use when hiding accordion. You can use `height: auto` with this animation."}],"tagName":"sd-accordion","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}}]},{"kind":"javascript-module","path":"components/badge/badge.js","declarations":[{"kind":"class","description":"","name":"SdBadge","cssParts":[{"description":"The badge's base wrapper.","name":"base"},{"description":"The badge's main content.","name":"content"}],"slots":[{"description":"The badge's content.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","attribute":"inverted","reflects":true}],"attributes":[{"name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Badges are used to draw attention and display statuses or counts.","documentation":"https://solid.union-investment.com/[storybook-link]/badge","status":"stable","since":"1.6.0","tagName":"sd-badge","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}}]},{"kind":"javascript-module","path":"components/brandshape/brandshape.js","declarations":[{"kind":"class","description":"","name":"SdBrandshape","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"Middle content wrapper.","name":"content"},{"description":"Top shape.","name":"shape-top"},{"description":"Middle shape.","name":"shape-middle"},{"description":"Bottom shape.","name":"shape-bottom"}],"slots":[{"description":"The content inside the brandshape.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","attribute":"variant"},{"kind":"field","name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","attribute":"shapes"},{"kind":"field","name":"componentBreakpoint","type":{"text":"Breakpoints"},"privacy":"private","default":"0"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"getSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"breakpoint","type":{"text":"Breakpoints"}},{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"largeSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"mediumSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"smallSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"setBreakpoint","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderTopBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderMiddleBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderBottomBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderWhitespaceFix","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"position","type":{"text":"'top' | 'bottom'"}}],"description":"Renders a small line to prevent whitespace between the svg and the div of the middle brandshape."}],"attributes":[{"name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","fieldName":"shapes","attribute":"shapes"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"The Brandshape highlights a piece of content.","documentation":"https://solid.union-investment.com/[storybook-brandshape]/brandshape","status":"stable","since":"1.4","tagName":"sd-brandshape","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}}]},{"kind":"javascript-module","path":"components/button/button.js","declarations":[{"kind":"class","description":"","name":"SdButton","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The button's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The button's label.","name":""},{"description":"A prefix icon or similar element.","name":"icon-left"},{"description":"A suffix icon or similar element.","name":"icon-right"}],"members":[{"kind":"field","name":"formControlController","privacy":"private","default":"new FormControlController(this, {\n form: input => {\n // Buttons support a form attribute that points to an arbitrary form, so if this attribute it set we need to query\n // the form from the same root using its id\n if (input.hasAttribute('form')) {\n const doc = input.getRootNode() as Document | ShadowRoot;\n const formId = input.getAttribute('form')!;\n return doc.getElementById(formId) as HTMLFormElement;\n }\n\n // Fall back to the closest containing form\n return input.closest('form');\n }\n })"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","attribute":"title"},{"kind":"field","name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","attribute":"inverted","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","attribute":"disabled","reflects":true},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","attribute":"loading","reflects":true},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","attribute":"type"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","attribute":"value"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"field","name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","attribute":"form"},{"kind":"field","name":"formAction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","attribute":"formaction"},{"kind":"field","name":"formEnctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","attribute":"formenctype"},{"kind":"field","name":"formMethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","attribute":"formmethod"},{"kind":"field","name":"formNoValidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","attribute":"formnovalidate"},{"kind":"field","name":"formTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"description":"Used to override the form owner's `target` attribute.","attribute":"formtarget"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"isButton","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"click","description":"Simulates a click on the button."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."},{"kind":"method","name":"checkValidity","description":"Checks for validity but does not show the browser's validation message."},{"kind":"method","name":"reportValidity","description":"Checks for validity and shows the browser's validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. Pass an empty string to restore validity."}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","fieldName":"title","attribute":"title"},{"name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","fieldName":"inverted","attribute":"inverted"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","fieldName":"disabled","attribute":"disabled"},{"name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","fieldName":"loading","attribute":"loading"},{"name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","fieldName":"type","attribute":"type"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","fieldName":"value","attribute":"value"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"},{"name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","fieldName":"form","attribute":"form"},{"name":"formaction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","fieldName":"formAction","attribute":"formaction"},{"name":"formenctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","fieldName":"formEnctype","attribute":"formenctype"},{"name":"formmethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","fieldName":"formMethod","attribute":"formmethod"},{"name":"formnovalidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","fieldName":"formNoValidate","attribute":"formnovalidate"},{"name":"formtarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"description":"Used to override the form owner's `target` attribute.","fieldName":"formTarget","attribute":"formtarget"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Buttons represent actions that are available to the user.","documentation":"https://solid.union-investment.com/[storybook-link]/button","status":"stable","since":"1.0","dependencies":["sd-icon","sd-spinner"],"tagName":"sd-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}}]},{"kind":"javascript-module","path":"components/carousel-item/carousel-item.js","declarations":[{"kind":"class","description":"","name":"SdCarouselItem","slots":[{"description":"The carousel item's content.","name":""}],"members":[{"kind":"method","name":"isCarouselItem","static":true,"parameters":[{"name":"node","type":{"text":"Node"}}]}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element.js"},"summary":"A carousel item represent a slide within a [carousel](/components/carousel).","documentation":"https://solid.union-investment.com/[storybook-link]/carousel","since":"1.12.0","status":"stable","tagName":"sd-carousel-item","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCarouselItem","module":"components/carousel-item/carousel-item.js"}},{"kind":"custom-element-definition","name":"sd-carousel-item","declaration":{"name":"SdCarouselItem","module":"components/carousel-item/carousel-item.js"}},{"kind":"custom-element-definition","name":"sd-carousel-item","declaration":{"name":"SdCarouselItem","module":"components/carousel-item/carousel-item.js"}}]},{"kind":"javascript-module","path":"components/carousel/autoplay-controller.js","declarations":[{"kind":"class","description":"A controller that repeatedly calls the specified callback with the provided interval time.\nThe timer is automatically paused while the user is interacting with the component.","name":"AutoplayController","members":[{"kind":"field","name":"host","type":{"text":"ReactiveElement"},"privacy":"private","default":"host"},{"kind":"field","name":"timerId","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"tickCallback","type":{"text":"() => void"},"privacy":"private","default":"tickCallback"},{"kind":"field","name":"activeInteractions","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"paused","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"true"},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"start","parameters":[{"name":"interval","type":{"text":"number"}}]},{"kind":"method","name":"stop"},{"kind":"field","name":"pause"},{"kind":"field","name":"resume"},{"kind":"field","name":"controlledPause","description":"Used to manually pause autoplay without disrupting mouse/focus/touch events."},{"kind":"field","name":"controlledResume","description":"Used to manually resume autoplay without disrupting mouse/focus/touch events."}]}],"exports":[{"kind":"js","name":"AutoplayController","declaration":{"name":"AutoplayController","module":"components/carousel/autoplay-controller.js"}}]},{"kind":"javascript-module","path":"components/carousel/carousel.js","declarations":[{"kind":"class","description":"","name":"SdCarousel","cssProperties":[{"description":"The space between each slide.","name":"--slide-gap"},{"description":"The amount of padding to apply to the scroll area, allowing adjacent slides to become partially visible as a scroll hint.","name":"--scroll-hint"}],"cssParts":[{"description":"The carousel's internal wrapper.","name":"base"},{"description":"The scroll container that wraps the slides.","name":"scroll-container"},{"description":"A wrapper for the navigation and autoplay controller buttons.","name":"controls"},{"description":"The pagination indicator in dot format.","name":"pagination-dot"},{"description":"The pagination indicator in number format.","name":"pagination-number"},{"description":"The pagination indicator.","name":"pagination-item"},{"description":"Applied when the item is active.","name":"pagination-item--active"},{"description":"The navigation wrapper.","name":"navigation"},{"description":"The navigation button.","name":"navigation-button"},{"description":"Applied to the previous button.","name":"navigation-button--previous"},{"description":"Applied to the next button.","name":"navigation-button--next"},{"description":"A wrapper for pause/start button.","name":"autoplay-controls"}],"slots":[{"description":"The carousel's main content, one or more `<sd-carousel-item>` elements.","name":""},{"description":"Optional next icon to use instead of the default. Works best with `<sd-icon>`.","name":"next-icon"},{"description":"Optional previous icon to use instead of the default. Works best with `<sd-icon>`.","name":"previous-icon"},{"description":"Optional start icon to use instead of the default. Works best with `<sd-icon>`.","name":"autoplay-start"},{"description":"Optional pause icon to use instead of the default. Works best with `<sd-icon>`.","name":"autoplay-pause"}],"members":[{"kind":"field","name":"variant","type":{"text":"'dot' | 'number'"},"default":"'number'","description":"Determines the counting system for the carousel.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the carousel","attribute":"inverted","reflects":true},{"kind":"field","name":"loop","type":{"text":"boolean"},"default":"false","description":"When set, allows the user to navigate the carousel in the same direction indefinitely.","attribute":"loop","reflects":true},{"kind":"field","name":"autoplay","type":{"text":"boolean"},"default":"false","description":"When set, the slides will scroll automatically when the user is not interacting with them.","attribute":"autoplay","reflects":true},{"kind":"field","name":"slidesPerPage","type":{"text":"number"},"default":"1","description":"Specifies how many slides should be shown at a given time.","attribute":"slides-per-page"},{"kind":"field","name":"slidesPerMove","type":{"text":"number"},"default":"1","description":"Use `slides-per-move` to set how many slides the carousel advances when scrolling. This is useful when specifying a `slides-per-page` greater than one. By setting `slides-per-move` to the same value as `slides-per-page`, the carousel will advance by one page at a time.<br>\n<b>Note:</b><br>\n<li> The number of slides should be divisible by the number of `slides-per-page` to maintain consistent scroll behavior.</li>\n<li>Variations between `slides-per-move` and `slides-per-page` can lead to unexpected scrolling behavior. Keep your intended UX in mind when adjusting these values.</li>","attribute":"slides-per-move"},{"kind":"field","name":"activeSlide","type":{"text":"number"},"default":"0"},{"kind":"field","name":"pausedAutoplay","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"autoplayController","privacy":"private","default":"new AutoplayController(this, () => this.next())"},{"kind":"field","name":"scrollController","privacy":"private","default":"new ScrollController(this)"},{"kind":"field","name":"slides","privacy":"private"},{"kind":"field","name":"intersectionObserver","type":{"text":"IntersectionObserver"},"privacy":"private"},{"kind":"field","name":"intersectionObserverEntries","privacy":"private","default":"new Map<Element, IntersectionObserverEntry>()"},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"mutationObserver","type":{"text":"MutationObserver"},"privacy":"private"},{"kind":"method","name":"getPageCount","privacy":"private"},{"kind":"method","name":"getCurrentPage","privacy":"private"},{"kind":"method","name":"getSlides","privacy":"private","parameters":[{"name":"{ excludeClones = true }","default":"{}","type":{"text":"{ excludeClones?: boolean }"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleScrollEnd","privacy":"private"},{"kind":"field","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"handlePausedAutoplay"},{"kind":"method","name":"initializeSlides"},{"kind":"method","name":"handelSlideChange"},{"kind":"method","name":"handleSlidesPerMoveChange"},{"kind":"method","name":"handleAutoplayChange"},{"kind":"method","name":"previous","parameters":[{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"},"description":"The behavior used for scrolling."}],"description":"Move the carousel backward by `slides-per-move` slides."},{"kind":"method","name":"next","parameters":[{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"},"description":"The behavior used for scrolling."}],"description":"Move the carousel forward by `slides-per-move` slides."},{"kind":"method","name":"goToSlide","parameters":[{"name":"index","type":{"text":"number"},"description":"The slide index."},{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"},"description":"The behavior used for scrolling."}],"description":"Scrolls the carousel to the slide specified by `index`."}],"events":[{"type":{"text":"{ index: number, slide: SdCarouselItem }"},"description":"Emitted when the active slide changes.","name":"sd-slide-change"}],"attributes":[{"name":"variant","type":{"text":"'dot' | 'number'"},"default":"'number'","description":"Determines the counting system for the carousel.","fieldName":"variant","attribute":"variant"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the carousel","fieldName":"inverted","attribute":"inverted"},{"name":"loop","type":{"text":"boolean"},"default":"false","description":"When set, allows the user to navigate the carousel in the same direction indefinitely.","fieldName":"loop","attribute":"loop"},{"name":"autoplay","type":{"text":"boolean"},"default":"false","description":"When set, the slides will scroll automatically when the user is not interacting with them.","fieldName":"autoplay","attribute":"autoplay"},{"name":"slides-per-page","type":{"text":"number"},"default":"1","description":"Specifies how many slides should be shown at a given time.","fieldName":"slidesPerPage","attribute":"slides-per-page"},{"name":"slides-per-move","type":{"text":"number"},"default":"1","description":"Use `slides-per-move` to set how many slides the carousel advances when scrolling. This is useful when specifying a `slides-per-page` greater than one. By setting `slides-per-move` to the same value as `slides-per-page`, the carousel will advance by one page at a time.<br>\n<b>Note:</b><br>\n<li> The number of slides should be divisible by the number of `slides-per-page` to maintain consistent scroll behavior.</li>\n<li>Variations between `slides-per-move` and `slides-per-page` can lead to unexpected scrolling behavior. Keep your intended UX in mind when adjusting these values.</li>","fieldName":"slidesPerMove","attribute":"slides-per-move"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element.js"},"summary":"Carousels display an arbitrary number of content slides along a horizontal axis.","since":"1.18.0","status":"stable","dependencies":["sd-icon"],"tagName":"sd-carousel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCarousel","module":"components/carousel/carousel.js"}},{"kind":"custom-element-definition","name":"sd-carousel","declaration":{"name":"SdCarousel","module":"components/carousel/carousel.js"}},{"kind":"custom-element-definition","name":"sd-carousel","declaration":{"name":"SdCarousel","module":"components/carousel/carousel.js"}}]},{"kind":"javascript-module","path":"components/carousel/scroll-controller.js","declarations":[{"kind":"class","description":"A controller for handling scrolling and mouse dragging.","name":"ScrollController","members":[{"kind":"field","name":"host","type":{"text":"T"},"privacy":"private","default":"host"},{"kind":"field","name":"pointers","privacy":"private","default":"new Set()"},{"kind":"field","name":"dragging","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"scrolling","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"mouseDragging","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"hostConnected"},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleScroll"},{"kind":"method","name":"handleScrollEnd"},{"kind":"field","name":"handlePointerDown"},{"kind":"field","name":"handlePointerMove"},{"kind":"field","name":"handlePointerUp"},{"kind":"field","name":"handleTouchEnd"},{"kind":"field","name":"handleTouchStart"},{"kind":"method","name":"handleDragStart"},{"kind":"method","name":"handleDrag","parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleDragEnd"}]}],"exports":[{"kind":"js","name":"ScrollController","declaration":{"name":"ScrollController","module":"components/carousel/scroll-controller.js"}}]},{"kind":"javascript-module","path":"components/divider/divider.js","declarations":[{"kind":"class","description":"","name":"SdDivider","members":[{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","attribute":"orientation","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","attribute":"inverted","reflects":true}],"attributes":[{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","fieldName":"orientation","attribute":"orientation"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dividers are used to visually separate or group elements.","documentation":"https://solid.union-investment.com/[storybook-link]/divider","status":"stable","since":"1.0","tagName":"sd-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}}]},{"kind":"javascript-module","path":"components/drawer/drawer.js","declarations":[{"kind":"class","description":"","name":"SdDrawer","cssProperties":[{"description":"The preferred width of the drawer. depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.","name":"--width"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The overlay that covers the screen behind the drawer.","name":"overlay"},{"description":"The drawer's panel (where the drawer and its content are rendered).","name":"panel"},{"description":"The drawer's header. This element wraps the title and the close-button.","name":"header"},{"description":"The drawer's title.","name":"title"},{"description":"The close button, an `<sd-button>`.","name":"close-button"},{"description":"The drawer's body.","name":"body"},{"description":"The drawer's footer.","name":"footer"}],"slots":[{"description":"The drawer's main content.","name":""},{"description":"The drawer's header, usually a title.","name":"header"},{"description":"The drawer's footer, usually one or more buttons representing various options.","name":"footer"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"modal","privacy":"private","default":"new Modal(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","attribute":"open","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","attribute":"label","reflects":true},{"kind":"field","name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","attribute":"placement","reflects":true},{"kind":"field","name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","attribute":"contained","reflects":true},{"kind":"field","name":"noHeader","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","attribute":"no-header"},{"kind":"method","name":"requestClose","privacy":"private","parameters":[{"name":"source","type":{"text":"'close-button' | 'keyboard' | 'overlay'"}}]},{"kind":"method","name":"addOpenListeners","privacy":"private"},{"kind":"method","name":"removeOpenListeners","privacy":"private"},{"kind":"field","name":"handleDocumentKeyDown","privacy":"private"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleNoModalChange"},{"kind":"method","name":"show","description":"Shows the drawer."},{"kind":"method","name":"hide","description":"Hides the drawer"}],"events":[{"description":"Emitted when the drawer opens.","name":"sd-show"},{"description":"Emitted after the drawer opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the drawer closes.","name":"sd-hide"},{"description":"Emitted after the drawer closes and all animations are complete.","name":"sd-after-hide"},{"description":"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.","name":"sd-initial-focus"},{"type":{"text":"{ source: 'close-button' | 'keyboard' | 'overlay' }"},"description":"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.","name":"sd-request-close"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","fieldName":"open","attribute":"open"},{"name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","fieldName":"label","attribute":"label"},{"name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","fieldName":"placement","attribute":"placement"},{"name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","fieldName":"contained","attribute":"contained"},{"name":"no-header","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","fieldName":"noHeader","attribute":"no-header"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Drawers slide in from a container to expose additional options and information.","documentation":"https://solid.union-investment.com/[storybook-link]/drawer","status":"stable","since":"1.9","dependencies":["sd-button"],"animations":[{"name":"drawer.showEnd","description":"The animation to use when showing a drawer with `end` placement."},{"name":"drawer.showStart","description":"The animation to use when showing a drawer with `start` placement."},{"name":"drawer.hideEnd","description":"The animation to use when hiding a drawer with `end` placement."},{"name":"drawer.hideStart","description":"The animation to use when hiding a drawer with `start` placement."},{"name":"drawer.denyClose","description":"The animation to use when a request to close the drawer is denied."},{"name":"drawer.overlay.show","description":"The animation to use when showing the drawer's overlay."},{"name":"drawer.overlay.hide","description":"The animation to use when hiding the drawer's overlay."}],"tagName":"sd-drawer","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}}]},{"kind":"javascript-module","path":"components/dropdown/dropdown.js","declarations":[{"kind":"class","description":"","name":"SdDropdown","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the trigger.","name":"trigger"},{"description":"The panel that gets shown when the dropdown is open.","name":"panel"}],"slots":[{"description":"The dropdown's main content.","name":""},{"description":"The dropdown's trigger, usually a `<sd-button>` element.","name":"trigger"}],"members":[{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","attribute":"open","reflects":true},{"kind":"field","name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","attribute":"rounded","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","attribute":"disabled","reflects":true},{"kind":"field","name":"stayOpenOnSelect","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","attribute":"stay-open-on-select","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","attribute":"skidding"},{"kind":"field","name":"noAutoSize","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","attribute":"no-auto-size","reflects":true},{"kind":"field","name":"noFlip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","attribute":"no-flip","reflects":true},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.","attribute":"hoist"},{"kind":"method","name":"focusOnTrigger"},{"kind":"method","name":"getMenu"},{"kind":"method","name":"handleKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentMouseDown","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleMenuItemActivate","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handlePanelSelect","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleTriggerClick"},{"kind":"method","name":"handleTriggerKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerKeyUp","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerSlotChange"},{"kind":"method","name":"updateAccessibleTrigger"},{"kind":"method","name":"show","description":"Shows the dropdown panel."},{"kind":"method","name":"hide","description":"Hides the dropdown panel"},{"kind":"method","name":"reposition","description":"Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated."},{"kind":"method","name":"addOpenListeners"},{"kind":"method","name":"removeOpenListeners"},{"kind":"method","name":"handleOpenChange"}],"events":[{"description":"Emitted when the dropdown opens.","name":"sd-show"},{"description":"Emitted after the dropdown opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the dropdown closes.","name":"sd-hide"},{"description":"Emitted after the dropdown closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","fieldName":"open","attribute":"open"},{"name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","fieldName":"rounded","attribute":"rounded"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","fieldName":"disabled","attribute":"disabled"},{"name":"stay-open-on-select","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","fieldName":"stayOpenOnSelect","attribute":"stay-open-on-select"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","fieldName":"skidding","attribute":"skidding"},{"name":"no-auto-size","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","fieldName":"noAutoSize","attribute":"no-auto-size"},{"name":"no-flip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","fieldName":"noFlip","attribute":"no-flip"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.","fieldName":"hoist","attribute":"hoist"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dropdowns expose additional content that \"drops down\" in a panel.","documentation":"https://solid.union-investment.com/[storybook-link]/dropdown","status":"stable","since":"1.8","dependencies":["sd-popup"],"animations":[{"name":"dropdown.show","description":"The animation to use when showing the dropdown."},{"name":"dropdown.hide","description":"The animation to use when hiding the dropdown."}],"tagName":"sd-dropdown","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}}]},{"kind":"javascript-module","path":"components/icon/icon.js","declarations":[{"kind":"class","description":"","name":"SdIcon","members":[{"kind":"field","name":"svg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","attribute":"name","reflects":true},{"kind":"field","name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","attribute":"src"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","attribute":"label"},{"kind":"field","name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","attribute":"library","reflects":true},{"kind":"field","name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","attribute":"color","reflects":true},{"kind":"method","name":"getUrl","privacy":"private"},{"kind":"method","name":"handleLabelChange"},{"kind":"method","name":"setIcon"}],"events":[{"description":"Emitted when the icon has loaded.","name":"sd-load"},{"description":"Emitted when the icon fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","fieldName":"name","attribute":"name"},{"name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","fieldName":"src","attribute":"src"},{"name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","fieldName":"label","attribute":"label"},{"name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","fieldName":"library","attribute":"library"},{"name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Icons are symbols that can be used to represent various options within an application.","status":"stable","since":"1.0","tagName":"sd-icon","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}}]},{"kind":"javascript-module","path":"components/icon/library.system.js","declarations":[{"kind":"variable","name":"icons","type":{"text":"object"},"default":"{\n 'chevron-down': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M20.257 6.333l-8.257 9.173-8.257-9.173c-0.181-0.181-0.431-0.292-0.707-0.292-0.552 0-1 0.448-1 1 0 0.238 0.083 0.456 0.222 0.628l-0.001-0.002 9 10c0.184 0.204 0.449 0.331 0.743 0.331s0.56-0.127 0.743-0.33l0.001-0.001 9-10c0.137-0.17 0.22-0.388 0.22-0.626 0-0.552-0.448-1-1-1-0.276 0-0.526 0.112-0.707 0.293v0z\"></path>\n </svg>\n `,\n 'chevron-up': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12.743 6.333c-0.188-0.195-0.452-0.316-0.743-0.316s-0.555 0.121-0.743 0.315l-0 0-9 10c-0.137 0.17-0.22 0.388-0.22 0.626 0 0.552 0.448 1 1 1 0.276 0 0.526-0.112 0.707-0.293v0l8.257-9.173 8.257 9.173c0.181 0.181 0.431 0.292 0.707 0.292 0.552 0 1-0.448 1-1 0-0.238-0.083-0.456-0.222-0.628l0.001 0.002z\"></path>\n </svg>\n `,\n close: `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M21.707 2.293a1 1 0 0 0-1.414 0L12 10.586 3.707 2.293a1 1 0 0 0-1.413 1.414l-.001-.001 8.293 8.293-8.293 8.293a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L12 13.413l8.293 8.293a1 1 0 0 0 1.414 0 1 1 0 0 0 0-1.414l-8.293-8.293 8.293-8.293a1 1 0 0 0 0-1.414z\"/></svg>\n </svg>\n`,\n start: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\">\n <path d=\"m57.44 29.76-37.333-24A2.667 2.667 0 0 0 16 8v48a2.668 2.668 0 0 0 2.667 2.666 2.672 2.672 0 0 0 1.45-.431l-.01.005 37.333-24a2.67 2.67 0 0 0 1.192-2.221c0-.923-.47-1.74-1.184-2.216l-.01-.006.002-.037ZM21.333 51.112V12.89l29.734 19.112-29.734 19.11Z\"/>\n </svg>`,\n pause: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M9 22a.99997.99997 0 0 0 1-1V3a1.00003 1.00003 0 0 0-1-1H5a1.00003 1.00003 0 0 0-1 1v18a.99997.99997 0 0 0 1 1h4ZM6 4h2v16H6V4ZM19 22c.2652 0 .5196-.1054.7071-.2929A1.0001 1.0001 0 0 0 20 21V3a.99997.99997 0 0 0-1-1h-4a.99997.99997 0 0 0-1 1v18c0 .2652.1054.5196.2929.7071S14.7348 22 15 22h4ZM16 4h2v16h-2V4Z\"/>\n </svg>\n `\n}"},{"kind":"variable","name":"systemLibrary","type":{"text":"IconLibrary"},"default":"{\n name: 'system',\n resolver: (name: keyof typeof icons) => {\n if (name in icons) {\n return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;\n }\n return '';\n },\n mutator: svg => svg.setAttribute('fill', 'currentColor')\n}"}],"exports":[{"kind":"js","name":"icons","declaration":{"name":"icons","module":"components/icon/library.system.js"}},{"kind":"js","name":"default","declaration":{"name":"systemLibrary","module":"components/icon/library.system.js"}}]},{"kind":"javascript-module","path":"components/icon/library.js","declarations":[{"kind":"function","name":"watchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Adds an icon to the list of watched icons."},{"kind":"function","name":"unwatchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Removes an icon from the list of watched icons."},{"kind":"function","name":"getIconLibrary","parameters":[{"name":"name","optional":true,"type":{"text":"string"}}],"description":"Returns a library from the registry."},{"kind":"function","name":"registerIconLibrary","parameters":[{"name":"name","type":{"text":"string"}},{"name":"options","type":{"text":"{ resolver: IconLibraryResolver; mutator?: IconLibraryMutator }"}}],"description":"Adds an icon library to the registry, or overrides an existing one."},{"kind":"function","name":"unregisterIconLibrary","parameters":[{"name":"name","type":{"text":"string"}}],"description":"Removes an icon library from the registry."}],"exports":[{"kind":"js","name":"watchIcon","declaration":{"name":"watchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"unwatchIcon","declaration":{"name":"unwatchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"getIconLibrary","declaration":{"name":"getIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"registerIconLibrary","declaration":{"name":"registerIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"unregisterIconLibrary","declaration":{"name":"unregisterIconLibrary","module":"components/icon/library.js"}}]},{"kind":"javascript-module","path":"components/icon/request.js","declarations":[{"kind":"function","name":"requestIcon","return":{"type":{"text":"Promise<IconFile>"}},"parameters":[{"name":"url","type":{"text":"string"}}]}],"exports":[{"kind":"js","name":"requestIcon","declaration":{"name":"requestIcon","module":"components/icon/request.js"}}]},{"kind":"javascript-module","path":"components/include/include.styles.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"module":"components/include/include.styles.js"}}]},{"kind":"javascript-module","path":"components/include/include.js","declarations":[{"kind":"class","description":"","name":"SdInclude","members":[{"kind":"field","name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"src"},{"kind":"field","name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","attribute":"mode"},{"kind":"field","name":"allowScripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"allow-scripts"},{"kind":"method","name":"executeScript","privacy":"private","parameters":[{"name":"script","type":{"text":"HTMLScriptElement"}}]},{"kind":"method","name":"handleSrcChange"}],"events":[{"description":"Emitted when the included file is loaded.","name":"sd-load"},{"type":{"text":"{ status: number }"},"description":"Emitted when the included file fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"src","attribute":"src"},{"name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","fieldName":"mode","attribute":"mode"},{"name":"allow-scripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"allowScripts","attribute":"allow-scripts"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Includes give you the power to embed external HTML files into the page.","documentation":"https://solid.union-investment.com/[storybook-link]/include","status":"stable","since":"1.0","tagName":"sd-include","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}}]},{"kind":"javascript-module","path":"components/include/request.js","declarations":[{"kind":"function","name":"requestInclude","return":{"type":{"text":"Promise<IncludeFile>"}},"parameters":[{"name":"src","type":{"text":"string"}},{"name":"mode","default":"'cors'","type":{"text":"'cors' | 'no-cors' | 'same-origin'"}}],"description":"Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once."}],"exports":[{"kind":"js","name":"requestInclude","declaration":{"name":"requestInclude","module":"components/include/request.js"}}]},{"kind":"javascript-module","path":"components/link/link.js","declarations":[{"kind":"class","description":"","name":"SdLink","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The link's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The default slot.","name":""},{"description":"The icon to display on the left side of the link.","name":"icon-left"},{"description":"The icon to display on the right side of the link.","name":"icon-right"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","attribute":"inverted","reflects":true},{"kind":"field","name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","attribute":"standalone","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."}],"events":[{"description":"Emitted when the link loses focus.","name":"sd-blur"},{"description":"Emitted when the link gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","fieldName":"inverted","attribute":"inverted"},{"name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","fieldName":"standalone","attribute":"standalone"},{"name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A link component.","documentation":"https://solid.union-investment.com/[storybook-link]/link","status":"experimental","since":"1.2","tagName":"sd-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}}]},{"kind":"javascript-module","path":"components/navigation-item/navigation-item.js","declarations":[{"kind":"class","description":"","name":"SdNavigationItem","cssParts":[{"description":"The component's base wrapper including children.","name":"base"},{"description":"The component's content excluding children.","name":"content"},{"description":"The container that wraps the chevron.","name":"chevron"},{"description":"The component's description area below its main content.","name":"description"},{"description":"The component's optional top divider.","name":"divider"}],"slots":[{"description":"The navigation item's label.","name":""},{"description":"*Vertical only: Slot used to provide a description for the navigation item.","name":"description"},{"description":"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.","name":"children"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'description', 'children')"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.","attribute":"href","reflects":true},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is defined.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is defined.","attribute":"download"},{"kind":"field","name":"current","type":{"text":"boolean"},"default":"false","description":"Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.","attribute":"current","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the navigation item.","attribute":"disabled","reflects":true},{"kind":"field","name":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","attribute":"size","reflects":true},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"The navigation item's orientation. If false, properties below this point are not used.","attribute":"vertical","reflects":true},{"kind":"field","name":"chevron","type":{"text":"boolean"},"default":"false","description":"Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.","attribute":"chevron","reflects":true},{"kind":"field","name":"indented","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left side. Only used if `vertical` is true.","attribute":"indented","reflects":true},{"kind":"field","name":"relaxed","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","attribute":"relaxed","reflects":true},{"kind":"field","name":"divider","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","attribute":"divider","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.","attribute":"open","reflects":true},{"kind":"method","name":"isButton","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"isLink","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"isAccordion","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"handleClickButton","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleClickSummary","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"hideDetails","privacy":"private"},{"kind":"method","name":"showDetails","privacy":"private"},{"kind":"method","name":"calculatePaddingX","privacy":"private","return":{"type":{"text":"string"}}}],"events":[{"description":"Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden.","name":"sd-show"},{"description":"Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown.","name":"sd-hide"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is defined.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is defined.","fieldName":"download","attribute":"download"},{"name":"current","type":{"text":"boolean"},"default":"false","description":"Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.","fieldName":"current","attribute":"current"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the navigation item.","fieldName":"disabled","attribute":"disabled"},{"name":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","fieldName":"size","attribute":"size"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"The navigation item's orientation. If false, properties below this point are not used.","fieldName":"vertical","attribute":"vertical"},{"name":"chevron","type":{"text":"boolean"},"default":"false","description":"Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.","fieldName":"chevron","attribute":"chevron"},{"name":"indented","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left side. Only used if `vertical` is true.","fieldName":"indented","attribute":"indented"},{"name":"relaxed","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","fieldName":"relaxed","attribute":"relaxed"},{"name":"divider","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","fieldName":"divider","attribute":"divider"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.","fieldName":"open","attribute":"open"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"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).","status":"stable","since":"1.15.0","dependencies":["sd-divider"],"tagName":"sd-navigation-item","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdNavigationItem","module":"components/navigation-item/navigation-item.js"}},{"kind":"custom-element-definition","name":"sd-navigation-item","declaration":{"name":"SdNavigationItem","module":"components/navigation-item/navigation-item.js"}},{"kind":"custom-element-definition","name":"sd-navigation-item","declaration":{"name":"SdNavigationItem","module":"components/navigation-item/navigation-item.js"}}]},{"kind":"javascript-module","path":"components/popup/popup.js","declarations":[{"kind":"class","description":"","name":"SdPopup","cssProperties":[{"description":"The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used.","name":"--arrow-size","default":"6px"},{"description":"The color of the arrow.","name":"--arrow-color","default":"var(--sd-color-neutral-0)"},{"description":"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`.","name":"--auto-size-available-width"},{"description":"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`.","name":"--auto-size-available-height"}],"cssParts":[{"description":"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.","name":"arrow"},{"description":"The popup's container. Useful for setting a background color, box shadow, etc.","name":"popup"}],"slots":[{"description":"The popup's content.","name":""},{"description":"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.","name":"anchor"}],"members":[{"kind":"field","name":"cleanup","type":{"text":"ReturnType<typeof autoUpdate> | undefined"},"privacy":"private"},{"kind":"field","name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","attribute":"anchor"},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","attribute":"active","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","attribute":"strategy","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","attribute":"skidding"},{"kind":"field","name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","attribute":"arrow"},{"kind":"field","name":"arrowPlacement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","attribute":"arrow-placement"},{"kind":"field","name":"arrowPadding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","attribute":"arrow-padding"},{"kind":"field","name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","attribute":"flip"},{"kind":"field","name":"flipFallbackPlacements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","attribute":"flip-fallback-placements"},{"kind":"field","name":"flipFallbackStrategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","attribute":"flip-fallback-strategy"},{"kind":"field","name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"flipBoundary"},{"kind":"field","name":"flipPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","attribute":"flip-padding"},{"kind":"field","name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","attribute":"shift"},{"kind":"field","name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"shiftBoundary"},{"kind":"field","name":"shiftPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","attribute":"shift-padding"},{"kind":"field","name":"autoSize","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","attribute":"auto-size"},{"kind":"field","name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","attribute":"sync"},{"kind":"field","name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"autoSizeBoundary"},{"kind":"field","name":"autoSizePadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","attribute":"auto-size-padding"},{"kind":"method","name":"handleAnchorChange","privacy":"private"},{"kind":"method","name":"start","privacy":"private"},{"kind":"method","name":"stop","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"reposition","description":"Forces the popup to recalculate and reposition itself."}],"events":[{"description":"Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.","name":"sd-reposition"}],"attributes":[{"name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","fieldName":"anchor","attribute":"anchor"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","fieldName":"active","attribute":"active"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","fieldName":"strategy","attribute":"strategy"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","fieldName":"skidding","attribute":"skidding"},{"name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","fieldName":"arrow","attribute":"arrow"},{"name":"arrow-placement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","fieldName":"arrowPlacement","attribute":"arrow-placement"},{"name":"arrow-padding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","fieldName":"arrowPadding","attribute":"arrow-padding"},{"name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","fieldName":"flip","attribute":"flip"},{"name":"flip-fallback-placements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","fieldName":"flipFallbackPlacements","attribute":"flip-fallback-placements"},{"name":"flip-fallback-strategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","fieldName":"flipFallbackStrategy","attribute":"flip-fallback-strategy"},{"name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"flipBoundary","attribute":"flipBoundary"},{"name":"flip-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","fieldName":"flipPadding","attribute":"flip-padding"},{"name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","fieldName":"shift","attribute":"shift"},{"name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"shiftBoundary","attribute":"shiftBoundary"},{"name":"shift-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","fieldName":"shiftPadding","attribute":"shift-padding"},{"name":"auto-size","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","fieldName":"autoSize","attribute":"auto-size"},{"name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","fieldName":"sync","attribute":"sync"},{"name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"autoSizeBoundary","attribute":"autoSizeBoundary"},{"name":"auto-size-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","fieldName":"autoSizePadding","attribute":"auto-size-padding"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.","documentation":"https://solid.union-investment.com/[storybook-link]/popup","status":"stable","since":"1.8","tagName":"sd-popup","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}}]},{"kind":"javascript-module","path":"components/spinner/spinner.js","declarations":[{"kind":"class","description":"","name":"SdSpinner","members":[{"kind":"field","name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","attribute":"color","reflects":true},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"}],"attributes":[{"name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Spinners are used to show the progress of an indeterminate operation.","documentation":"https://solid.union-investment.com/[storybook-link]/spinner","status":"stable","since":"1.0","tagName":"sd-spinner","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}}]},{"kind":"javascript-module","path":"components/tag/tag.js","declarations":[{"kind":"class","description":"","name":"SdTag","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The tag's content.","name":"content"},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"slots":[{"description":"The tag's content.","name":""},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"members":[{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","attribute":"size","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","attribute":"removable","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"click","description":"Simulates a click on the tag."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the tag."},{"kind":"method","name":"blur","description":"Removes focus from the tag."}],"events":[{"description":"Emitted when the tag loses focus.","name":"sd-blur"},{"description":"Emitted when the tag gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","fieldName":"size","attribute":"size"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","fieldName":"selected","attribute":"selected"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","fieldName":"removable","attribute":"removable"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","fieldName":"disabled","attribute":"disabled"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tags are used as labels to organize things or to indicate a selection.","documentation":"https://solid.union-investment.com/[storybook-link]/tag","status":"stable","since":"1.10","tagName":"sd-tag","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}}]},{"kind":"javascript-module","path":"components/teaser/teaser.js","declarations":[{"kind":"class","description":"","name":"SdTeaser","cssProperties":[{"description":"The distribution ratio of the media.","name":"--distribution-media"},{"description":"The distribution ratio of the content.","name":"--distribution-content"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the media.","name":"media"},{"description":"The container that wraps the content.","name":"content"},{"description":" The container that wraps the meta.","name":"meta"},{"description":"The container that wraps the headline.","name":"headline"},{"description":"The container that wraps the main content.","name":"main"}],"slots":[{"description":"An optional main content slot.","name":""},{"description":"An optional media slot.","name":"media"},{"description":"An optional meta slot.","name":"meta"},{"description":"headline slot.","name":"headline"}],"members":[{"kind":"field","name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","attribute":"variant","reflects":true},{"kind":"field","name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","attribute":"breakpoint","reflects":true},{"kind":"field","name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","attribute":"inset","reflects":true},{"kind":"field","name":"_orientation","type":{"text":"'vertical' | 'horizontal'"},"privacy":"private"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'media', 'meta', 'headline')"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"updateOrientation"}],"attributes":[{"name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","fieldName":"variant","attribute":"variant"},{"name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","fieldName":"breakpoint","attribute":"breakpoint"},{"name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","fieldName":"inset","attribute":"inset"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Teasers group information into flexible containers so users can browse a collection of related items and actions.","documentation":"https://solid.union-investment.com/[storybook-link]/teaser","status":"stable","since":"1.3","tagName":"sd-teaser","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}}]},{"kind":"javascript-module","path":"components/video/video.js","declarations":[{"kind":"class","description":"","name":"SdVideo","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The `<button>` element wrapper around the play-icon slot (full screen to field all click events).","name":"play-button"},{"description":"The `<div>` element wrapper around the play-button that defines the circular background.","name":"play-button-bg"},{"description":"The `<div>` element styled as an absolutely positioned transparent overlay.","name":"overlay"}],"slots":[{"description":"The default slot used to pass a video player element.","name":""},{"description":"The video's play icon.","name":"play-icon"},{"description":"Specifies an image to be shown before initial play of the wrapped video. Acts like the `poster` attribute on the native video tag.","name":"poster"}],"members":[{"kind":"field","name":"playing","type":{"text":"boolean"},"default":"false","description":"Set to `true` to hide the play icon and the overlay.","attribute":"playing","reflects":true},{"kind":"field","name":"overlay","type":{"text":"boolean"},"default":"false","description":"Set to `true` to show a dark overlay. Only used when `playing` is `false`.","attribute":"overlay","reflects":true},{"kind":"field","name":"isBelowBreakpoint","type":{"text":"boolean"},"default":"false","description":"Reactive property to trigger breakpoint re-renders.","attribute":"isBelowBreakpoint"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'play-icon', 'poster')"},{"kind":"field","name":"poster","type":{"text":"Element | null"},"privacy":"private","description":"Getter for optional poster slot."},{"kind":"method","name":"fadeoutPoster","privacy":"private","return":{"type":{"text":"void"}},"description":"Fade out poster after initial play."},{"kind":"method","name":"hidePoster","privacy":"private","description":"Hide poster after initial play & fadeout."},{"kind":"method","name":"play","privacy":"private","description":"Utility function to group play behaviors."},{"kind":"method","name":"handleKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent | KeyboardEvent"}}],"description":"Restrict keydown control to enter and space bar to mimic the native video tag behavior. If a KeyboardEvent is used, refocus on the native video element to give the user seamless keyboard control."},{"kind":"method","name":"handleButtonResize","privacy":"private","description":"Resize the play-button-bg when passing host element width breakpoint 414px."}],"events":[{"description":"Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video.","name":"sd-play"}],"attributes":[{"name":"playing","type":{"text":"boolean"},"default":"false","description":"Set to `true` to hide the play icon and the overlay.","fieldName":"playing","attribute":"playing"},{"name":"overlay","type":{"text":"boolean"},"default":"false","description":"Set to `true` to show a dark overlay. Only used when `playing` is `false`.","fieldName":"overlay","attribute":"overlay"},{"name":"isBelowBreakpoint","type":{"text":"boolean"},"default":"false","description":"Reactive property to trigger breakpoint re-renders.","fieldName":"isBelowBreakpoint","attribute":"isBelowBreakpoint"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Used to wrap external video elements (e. g. from Moving Image or bare <video>-Tags) and provide some basic styling for Union Investment.","status":"stable","since":"1.19.0","dependencies":["sd-icon"],"tagName":"sd-video","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdVideo","module":"components/video/video.js"}},{"kind":"custom-element-definition","name":"sd-video","declaration":{"name":"SdVideo","module":"components/video/video.js"}},{"kind":"custom-element-definition","name":"sd-video","declaration":{"name":"SdVideo","module":"components/video/video.js"}}]}],"package":{"name":"@solid-design-system/components","description":"Solid Design System: Components","version":"1.19.0","author":{"name":"Union Investment"},"homepage":"https://solid-design-system.fe.union-investment.de/x.x.x/storybook/","license":"MIT"}}
1
+ {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"components/accordion-group/accordion-group.js","declarations":[{"kind":"class","description":"","name":"SdAccordionGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"}],"slots":[{"description":"The default slot where `<sd-accordion>` elements are placed.","name":""}],"members":[{"kind":"field","name":"closeOthers","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","attribute":"close-others"},{"kind":"field","name":"handleAccordionShow","privacy":"private"}],"attributes":[{"name":"close-others","type":{"text":"boolean"},"default":"false","description":"Closes other accordions.","fieldName":"closeOthers","attribute":"close-others"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Short summary of the component's intended use.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion-group","status":"stable","since":"1.1","dependencies":["sd-accordion"],"tagName":"sd-accordion-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}},{"kind":"custom-element-definition","name":"sd-accordion-group","declaration":{"name":"SdAccordionGroup","module":"components/accordion-group/accordion-group.js"}}]},{"kind":"javascript-module","path":"components/accordion/accordion.js","declarations":[{"kind":"class","description":"","name":"SdAccordion","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The header that wraps both the summary and the expand/collapse icon.","name":"header"},{"description":"The container that wraps the summary.","name":"summary"},{"description":"The container that wraps the expand/collapse icons.","name":"summary-icon"},{"description":"The container that wraps the accordion content slot.","name":"content"},{"description":"The accordion content slot.","name":"content__slot"}],"slots":[{"description":"The accordion main content.","name":""},{"description":"The accordion summary. Alternatively, you can use the `summary` attribute.","name":"summary"},{"description":"Optional expand icon to use instead of the default. Works best with `<sd-icon>`.","name":"expand-icon"},{"description":"Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.","name":"collapse-icon"}],"members":[{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","attribute":"open","reflects":true},{"kind":"field","name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","attribute":"summary"},{"kind":"method","name":"handleSummaryClick","privacy":"private"},{"kind":"method","name":"handleSummaryKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"show","description":"Shows the accordion."},{"kind":"method","name":"hide","description":"Hides the accordion"}],"events":[{"description":"Emitted when the accordion opens.","name":"sd-show"},{"description":"Emitted after the accordion opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the accordion closes.","name":"sd-hide"},{"description":"Emitted after the accordion closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.","fieldName":"open","attribute":"open"},{"name":"summary","type":{"text":"string"},"description":"The summary to show in the header. If you need to display HTML, use the `summary` slot instead.","fieldName":"summary","attribute":"summary"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Accordion shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/accordion","status":"stable","since":"1.1","dependencies":["sd-icon"],"animations":[{"name":"accordion.show","description":"The animation to use when showing accordion. You can use `height: auto` with this animation."},{"name":"accordion.hide","description":"The animation to use when hiding accordion. You can use `height: auto` with this animation."}],"tagName":"sd-accordion","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"custom-element-definition","name":"sd-accordion","declaration":{"name":"SdAccordion","module":"components/accordion/accordion.js"}}]},{"kind":"javascript-module","path":"components/badge/badge.js","declarations":[{"kind":"class","description":"","name":"SdBadge","cssParts":[{"description":"The badge's base wrapper.","name":"base"},{"description":"The badge's main content.","name":"content"}],"slots":[{"description":"The badge's content.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","attribute":"inverted","reflects":true}],"attributes":[{"name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Badges are used to draw attention and display statuses or counts.","documentation":"https://solid.union-investment.com/[storybook-link]/badge","status":"stable","since":"1.6.0","tagName":"sd-badge","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}},{"kind":"custom-element-definition","name":"sd-badge","declaration":{"name":"SdBadge","module":"components/badge/badge.js"}}]},{"kind":"javascript-module","path":"components/brandshape/brandshape.js","declarations":[{"kind":"class","description":"","name":"SdBrandshape","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"Middle content wrapper.","name":"content"},{"description":"Top shape.","name":"shape-top"},{"description":"Middle shape.","name":"shape-middle"},{"description":"Bottom shape.","name":"shape-bottom"}],"slots":[{"description":"The content inside the brandshape.","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","attribute":"variant"},{"kind":"field","name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","attribute":"shapes"},{"kind":"field","name":"componentBreakpoint","type":{"text":"Breakpoints"},"privacy":"private","default":"0"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"getSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"breakpoint","type":{"text":"Breakpoints"}},{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"largeSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"mediumSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"smallSvg","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"setBreakpoint","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderTopBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderMiddleBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderBottomBrandshape","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderWhitespaceFix","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"position","type":{"text":"'top' | 'bottom'"}}],"description":"Renders a small line to prevent whitespace between the svg and the div of the middle brandshape."}],"attributes":[{"name":"variant","type":{"text":"'neutral-100' | 'primary' | 'white'"},"default":"'primary'","description":"The brandshape's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"shapes","type":{"text":"('top' | 'middle' | 'bottom')[]"},"default":"['top', 'middle', 'bottom']","description":"Defines which shapes of the brandshape should be displayed.","fieldName":"shapes","attribute":"shapes"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"The Brandshape highlights a piece of content.","documentation":"https://solid.union-investment.com/[storybook-brandshape]/brandshape","status":"stable","since":"1.4","tagName":"sd-brandshape","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}},{"kind":"custom-element-definition","name":"sd-brandshape","declaration":{"name":"SdBrandshape","module":"components/brandshape/brandshape.js"}}]},{"kind":"javascript-module","path":"components/button/button.js","declarations":[{"kind":"class","description":"","name":"SdButton","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The button's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The button's label.","name":""},{"description":"A prefix icon or similar element.","name":"icon-left"},{"description":"A suffix icon or similar element.","name":"icon-right"}],"members":[{"kind":"field","name":"formControlController","privacy":"private","default":"new FormControlController(this, {\n form: input => {\n // Buttons support a form attribute that points to an arbitrary form, so if this attribute it set we need to query\n // the form from the same root using its id\n if (input.hasAttribute('form')) {\n const doc = input.getRootNode() as Document | ShadowRoot;\n const formId = input.getAttribute('form')!;\n return doc.getElementById(formId) as HTMLFormElement;\n }\n\n // Fall back to the closest containing form\n return input.closest('form');\n }\n })"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","attribute":"title"},{"kind":"field","name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","attribute":"inverted","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","attribute":"disabled","reflects":true},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","attribute":"loading","reflects":true},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","attribute":"type"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","attribute":"value"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"field","name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","attribute":"form"},{"kind":"field","name":"formAction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","attribute":"formaction"},{"kind":"field","name":"formEnctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","attribute":"formenctype"},{"kind":"field","name":"formMethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","attribute":"formmethod"},{"kind":"field","name":"formNoValidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","attribute":"formnovalidate"},{"kind":"field","name":"formTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"description":"Used to override the form owner's `target` attribute.","attribute":"formtarget"},{"kind":"field","name":"validity","description":"Gets the validity state object"},{"kind":"field","name":"validationMessage","description":"Gets the validation message"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"isButton","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"click","description":"Simulates a click on the button."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."},{"kind":"method","name":"checkValidity","description":"Checks for validity but does not show the browser's validation message. Returns `true` when valid and `false` when invalid."},{"kind":"method","name":"getForm","return":{"type":{"text":"HTMLFormElement | null"}},"description":"Gets the associated form, if one exists."},{"kind":"method","name":"reportValidity","description":"Checks for validity and shows the browser's validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. Pass an empty string to restore validity."}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"},{"description":"Emitted when the form control has been checked for validity and its constraints aren't satisfied.","name":"sd-invalid"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","fieldName":"title","attribute":"title"},{"name":"variant","type":{"text":"'primary' | 'secondary' | 'tertiary' | 'cta'"},"default":"'primary'","description":"The button's theme variant.","fieldName":"variant","attribute":"variant"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the button.","fieldName":"inverted","attribute":"inverted"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The button's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the button.","fieldName":"disabled","attribute":"disabled"},{"name":"loading","type":{"text":"boolean"},"default":"false","description":"Draws the button in a loading state.","fieldName":"loading","attribute":"loading"},{"name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"default":"'button'","description":"The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.","fieldName":"type","attribute":"type"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"default":"''","description":"The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.","fieldName":"value","attribute":"value"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"},{"name":"form","type":{"text":"string"},"description":"The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.","fieldName":"form","attribute":"form"},{"name":"formaction","type":{"text":"string"},"description":"Used to override the form owner's `action` attribute.","fieldName":"formAction","attribute":"formaction"},{"name":"formenctype","type":{"text":"'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"},"description":"Used to override the form owner's `enctype` attribute.","fieldName":"formEnctype","attribute":"formenctype"},{"name":"formmethod","type":{"text":"'post' | 'get'"},"description":"Used to override the form owner's `method` attribute.","fieldName":"formMethod","attribute":"formmethod"},{"name":"formnovalidate","type":{"text":"boolean"},"description":"Used to override the form owner's `novalidate` attribute.","fieldName":"formNoValidate","attribute":"formnovalidate"},{"name":"formtarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"description":"Used to override the form owner's `target` attribute.","fieldName":"formTarget","attribute":"formtarget"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Buttons represent actions that are available to the user.","documentation":"https://solid.union-investment.com/[storybook-link]/button","status":"stable","since":"1.0","dependencies":["sd-icon","sd-spinner"],"tagName":"sd-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}},{"kind":"custom-element-definition","name":"sd-button","declaration":{"name":"SdButton","module":"components/button/button.js"}}]},{"kind":"javascript-module","path":"components/carousel-item/carousel-item.js","declarations":[{"kind":"class","description":"","name":"SdCarouselItem","slots":[{"description":"The carousel item's content.","name":""}],"members":[{"kind":"method","name":"isCarouselItem","static":true,"parameters":[{"name":"node","type":{"text":"Node"}}]}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element.js"},"summary":"A carousel item represent a slide within a [carousel](/components/carousel).","documentation":"https://solid.union-investment.com/[storybook-link]/carousel","since":"1.12.0","status":"stable","tagName":"sd-carousel-item","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCarouselItem","module":"components/carousel-item/carousel-item.js"}},{"kind":"custom-element-definition","name":"sd-carousel-item","declaration":{"name":"SdCarouselItem","module":"components/carousel-item/carousel-item.js"}},{"kind":"custom-element-definition","name":"sd-carousel-item","declaration":{"name":"SdCarouselItem","module":"components/carousel-item/carousel-item.js"}}]},{"kind":"javascript-module","path":"components/carousel/autoplay-controller.js","declarations":[{"kind":"class","description":"A controller that repeatedly calls the specified callback with the provided interval time.\nThe timer is automatically paused while the user is interacting with the component.","name":"AutoplayController","members":[{"kind":"field","name":"host","type":{"text":"ReactiveElement"},"privacy":"private","default":"host"},{"kind":"field","name":"timerId","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"tickCallback","type":{"text":"() => void"},"privacy":"private","default":"tickCallback"},{"kind":"field","name":"activeInteractions","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"paused","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"true"},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"start","parameters":[{"name":"interval","type":{"text":"number"}}]},{"kind":"method","name":"stop"},{"kind":"field","name":"pause"},{"kind":"field","name":"resume"},{"kind":"field","name":"controlledPause","description":"Used to manually pause autoplay without disrupting mouse/focus/touch events."},{"kind":"field","name":"controlledResume","description":"Used to manually resume autoplay without disrupting mouse/focus/touch events."}]}],"exports":[{"kind":"js","name":"AutoplayController","declaration":{"name":"AutoplayController","module":"components/carousel/autoplay-controller.js"}}]},{"kind":"javascript-module","path":"components/carousel/carousel.js","declarations":[{"kind":"class","description":"","name":"SdCarousel","cssProperties":[{"description":"The space between each slide.","name":"--slide-gap"},{"description":"The amount of padding to apply to the scroll area, allowing adjacent slides to become partially visible as a scroll hint.","name":"--scroll-hint"}],"cssParts":[{"description":"The carousel's internal wrapper.","name":"base"},{"description":"The scroll container that wraps the slides.","name":"scroll-container"},{"description":"A wrapper for the navigation and autoplay controller buttons.","name":"controls"},{"description":"The pagination indicator in dot format.","name":"pagination-dot"},{"description":"The pagination indicator in number format.","name":"pagination-number"},{"description":"The pagination indicator.","name":"pagination-item"},{"description":"Applied when the item is active.","name":"pagination-item--active"},{"description":"The navigation wrapper.","name":"navigation"},{"description":"The navigation button.","name":"navigation-button"},{"description":"Applied to the previous button.","name":"navigation-button--previous"},{"description":"Applied to the next button.","name":"navigation-button--next"},{"description":"A wrapper for pause/start button.","name":"autoplay-controls"}],"slots":[{"description":"The carousel's main content, one or more `<sd-carousel-item>` elements.","name":""},{"description":"Optional next icon to use instead of the default. Works best with `<sd-icon>`.","name":"next-icon"},{"description":"Optional previous icon to use instead of the default. Works best with `<sd-icon>`.","name":"previous-icon"},{"description":"Optional start icon to use instead of the default. Works best with `<sd-icon>`.","name":"autoplay-start"},{"description":"Optional pause icon to use instead of the default. Works best with `<sd-icon>`.","name":"autoplay-pause"}],"members":[{"kind":"field","name":"variant","type":{"text":"'dot' | 'number'"},"default":"'number'","description":"Determines the counting system for the carousel.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the carousel","attribute":"inverted","reflects":true},{"kind":"field","name":"loop","type":{"text":"boolean"},"default":"false","description":"When set, allows the user to navigate the carousel in the same direction indefinitely.","attribute":"loop","reflects":true},{"kind":"field","name":"autoplay","type":{"text":"boolean"},"default":"false","description":"When set, the slides will scroll automatically when the user is not interacting with them.","attribute":"autoplay","reflects":true},{"kind":"field","name":"slidesPerPage","type":{"text":"number"},"default":"1","description":"Specifies how many slides should be shown at a given time.","attribute":"slides-per-page"},{"kind":"field","name":"slidesPerMove","type":{"text":"number"},"default":"1","description":"Use `slides-per-move` to set how many slides the carousel advances when scrolling. This is useful when specifying a `slides-per-page` greater than one. By setting `slides-per-move` to the same value as `slides-per-page`, the carousel will advance by one page at a time.<br>\n<b>Note:</b><br>\n<li> The number of slides should be divisible by the number of `slides-per-page` to maintain consistent scroll behavior.</li>\n<li>Variations between `slides-per-move` and `slides-per-page` can lead to unexpected scrolling behavior. Keep your intended UX in mind when adjusting these values.</li>","attribute":"slides-per-move"},{"kind":"field","name":"activeSlide","type":{"text":"number"},"default":"0"},{"kind":"field","name":"pausedAutoplay","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"autoplayController","privacy":"private","default":"new AutoplayController(this, () => this.next())"},{"kind":"field","name":"scrollController","privacy":"private","default":"new ScrollController(this)"},{"kind":"field","name":"slides","privacy":"private"},{"kind":"field","name":"intersectionObserver","type":{"text":"IntersectionObserver"},"privacy":"private"},{"kind":"field","name":"intersectionObserverEntries","privacy":"private","default":"new Map<Element, IntersectionObserverEntry>()"},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"mutationObserver","type":{"text":"MutationObserver"},"privacy":"private"},{"kind":"method","name":"getPageCount","privacy":"private"},{"kind":"method","name":"getCurrentPage","privacy":"private"},{"kind":"method","name":"getSlides","privacy":"private","parameters":[{"name":"{ excludeClones = true }","default":"{}","type":{"text":"{ excludeClones?: boolean }"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleScrollEnd","privacy":"private"},{"kind":"field","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"handlePausedAutoplay"},{"kind":"method","name":"initializeSlides"},{"kind":"method","name":"handelSlideChange"},{"kind":"method","name":"handleSlidesPerMoveChange"},{"kind":"method","name":"handleAutoplayChange"},{"kind":"method","name":"previous","parameters":[{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"},"description":"The behavior used for scrolling."}],"description":"Move the carousel backward by `slides-per-move` slides."},{"kind":"method","name":"next","parameters":[{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"},"description":"The behavior used for scrolling."}],"description":"Move the carousel forward by `slides-per-move` slides."},{"kind":"method","name":"goToSlide","parameters":[{"name":"index","type":{"text":"number"},"description":"The slide index."},{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"},"description":"The behavior used for scrolling."}],"description":"Scrolls the carousel to the slide specified by `index`."}],"events":[{"type":{"text":"{ index: number, slide: SdCarouselItem }"},"description":"Emitted when the active slide changes.","name":"sd-slide-change"}],"attributes":[{"name":"variant","type":{"text":"'dot' | 'number'"},"default":"'number'","description":"Determines the counting system for the carousel.","fieldName":"variant","attribute":"variant"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the carousel","fieldName":"inverted","attribute":"inverted"},{"name":"loop","type":{"text":"boolean"},"default":"false","description":"When set, allows the user to navigate the carousel in the same direction indefinitely.","fieldName":"loop","attribute":"loop"},{"name":"autoplay","type":{"text":"boolean"},"default":"false","description":"When set, the slides will scroll automatically when the user is not interacting with them.","fieldName":"autoplay","attribute":"autoplay"},{"name":"slides-per-page","type":{"text":"number"},"default":"1","description":"Specifies how many slides should be shown at a given time.","fieldName":"slidesPerPage","attribute":"slides-per-page"},{"name":"slides-per-move","type":{"text":"number"},"default":"1","description":"Use `slides-per-move` to set how many slides the carousel advances when scrolling. This is useful when specifying a `slides-per-page` greater than one. By setting `slides-per-move` to the same value as `slides-per-page`, the carousel will advance by one page at a time.<br>\n<b>Note:</b><br>\n<li> The number of slides should be divisible by the number of `slides-per-page` to maintain consistent scroll behavior.</li>\n<li>Variations between `slides-per-move` and `slides-per-page` can lead to unexpected scrolling behavior. Keep your intended UX in mind when adjusting these values.</li>","fieldName":"slidesPerMove","attribute":"slides-per-move"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element.js"},"summary":"Carousels display an arbitrary number of content slides along a horizontal axis.","since":"1.18.0","status":"stable","dependencies":["sd-icon"],"tagName":"sd-carousel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCarousel","module":"components/carousel/carousel.js"}},{"kind":"custom-element-definition","name":"sd-carousel","declaration":{"name":"SdCarousel","module":"components/carousel/carousel.js"}},{"kind":"custom-element-definition","name":"sd-carousel","declaration":{"name":"SdCarousel","module":"components/carousel/carousel.js"}}]},{"kind":"javascript-module","path":"components/carousel/scroll-controller.js","declarations":[{"kind":"class","description":"A controller for handling scrolling and mouse dragging.","name":"ScrollController","members":[{"kind":"field","name":"host","type":{"text":"T"},"privacy":"private","default":"host"},{"kind":"field","name":"pointers","privacy":"private","default":"new Set()"},{"kind":"field","name":"dragging","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"scrolling","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"mouseDragging","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"hostConnected"},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleScroll"},{"kind":"method","name":"handleScrollEnd"},{"kind":"field","name":"handlePointerDown"},{"kind":"field","name":"handlePointerMove"},{"kind":"field","name":"handlePointerUp"},{"kind":"field","name":"handleTouchEnd"},{"kind":"field","name":"handleTouchStart"},{"kind":"method","name":"handleDragStart"},{"kind":"method","name":"handleDrag","parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleDragEnd"}]}],"exports":[{"kind":"js","name":"ScrollController","declaration":{"name":"ScrollController","module":"components/carousel/scroll-controller.js"}}]},{"kind":"javascript-module","path":"components/divider/divider.js","declarations":[{"kind":"class","description":"","name":"SdDivider","members":[{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","attribute":"orientation","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","attribute":"inverted","reflects":true}],"attributes":[{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the divider.","fieldName":"orientation","attribute":"orientation"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"This inverts the divider.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dividers are used to visually separate or group elements.","documentation":"https://solid.union-investment.com/[storybook-link]/divider","status":"stable","since":"1.0","tagName":"sd-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}},{"kind":"custom-element-definition","name":"sd-divider","declaration":{"name":"SdDivider","module":"components/divider/divider.js"}}]},{"kind":"javascript-module","path":"components/drawer/drawer.js","declarations":[{"kind":"class","description":"","name":"SdDrawer","cssProperties":[{"description":"The preferred width of the drawer. depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.","name":"--width"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The overlay that covers the screen behind the drawer.","name":"overlay"},{"description":"The drawer's panel (where the drawer and its content are rendered).","name":"panel"},{"description":"The drawer's header. This element wraps the title and the close-button.","name":"header"},{"description":"The drawer's title.","name":"title"},{"description":"The close button, an `<sd-button>`.","name":"close-button"},{"description":"The drawer's body.","name":"body"},{"description":"The drawer's footer.","name":"footer"}],"slots":[{"description":"The drawer's main content.","name":""},{"description":"The drawer's header, usually a title.","name":"header"},{"description":"The drawer's footer, usually one or more buttons representing various options.","name":"footer"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"modal","privacy":"private","default":"new Modal(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","attribute":"open","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","attribute":"label","reflects":true},{"kind":"field","name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","attribute":"placement","reflects":true},{"kind":"field","name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","attribute":"contained","reflects":true},{"kind":"field","name":"noHeader","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","attribute":"no-header"},{"kind":"method","name":"requestClose","privacy":"private","parameters":[{"name":"source","type":{"text":"'close-button' | 'keyboard' | 'overlay'"}}]},{"kind":"method","name":"addOpenListeners","privacy":"private"},{"kind":"method","name":"removeOpenListeners","privacy":"private"},{"kind":"field","name":"handleDocumentKeyDown","privacy":"private"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleNoModalChange"},{"kind":"method","name":"show","description":"Shows the drawer."},{"kind":"method","name":"hide","description":"Hides the drawer"}],"events":[{"description":"Emitted when the drawer opens.","name":"sd-show"},{"description":"Emitted after the drawer opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the drawer closes.","name":"sd-hide"},{"description":"Emitted after the drawer closes and all animations are complete.","name":"sd-after-hide"},{"description":"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.","name":"sd-initial-focus"},{"type":{"text":"{ source: 'close-button' | 'keyboard' | 'overlay' }"},"description":"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.","name":"sd-request-close"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.","fieldName":"open","attribute":"open"},{"name":"label","type":{"text":"string"},"default":"''","description":"You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.","fieldName":"label","attribute":"label"},{"name":"placement","type":{"text":"'end' | 'start'"},"default":"'end'","description":"The direction from which the drawer will open.","fieldName":"placement","attribute":"placement"},{"name":"contained","type":{"text":"boolean"},"default":"false","description":"By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.","fieldName":"contained","attribute":"contained"},{"name":"no-header","type":{"text":"boolean"},"default":"false","description":"Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.","fieldName":"noHeader","attribute":"no-header"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Drawers slide in from a container to expose additional options and information.","documentation":"https://solid.union-investment.com/[storybook-link]/drawer","status":"stable","since":"1.9","dependencies":["sd-button"],"animations":[{"name":"drawer.showEnd","description":"The animation to use when showing a drawer with `end` placement."},{"name":"drawer.showStart","description":"The animation to use when showing a drawer with `start` placement."},{"name":"drawer.hideEnd","description":"The animation to use when hiding a drawer with `end` placement."},{"name":"drawer.hideStart","description":"The animation to use when hiding a drawer with `start` placement."},{"name":"drawer.denyClose","description":"The animation to use when a request to close the drawer is denied."},{"name":"drawer.overlay.show","description":"The animation to use when showing the drawer's overlay."},{"name":"drawer.overlay.hide","description":"The animation to use when hiding the drawer's overlay."}],"tagName":"sd-drawer","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}},{"kind":"custom-element-definition","name":"sd-drawer","declaration":{"name":"SdDrawer","module":"components/drawer/drawer.js"}}]},{"kind":"javascript-module","path":"components/dropdown/dropdown.js","declarations":[{"kind":"class","description":"","name":"SdDropdown","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the trigger.","name":"trigger"},{"description":"The panel that gets shown when the dropdown is open.","name":"panel"}],"slots":[{"description":"The dropdown's main content.","name":""},{"description":"The dropdown's trigger, usually a `<sd-button>` element.","name":"trigger"}],"members":[{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","attribute":"open","reflects":true},{"kind":"field","name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","attribute":"rounded","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","attribute":"disabled","reflects":true},{"kind":"field","name":"stayOpenOnSelect","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","attribute":"stay-open-on-select","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","attribute":"skidding"},{"kind":"field","name":"noAutoSize","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","attribute":"no-auto-size","reflects":true},{"kind":"field","name":"noFlip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","attribute":"no-flip","reflects":true},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.","attribute":"hoist"},{"kind":"method","name":"focusOnTrigger"},{"kind":"method","name":"getMenu"},{"kind":"method","name":"handleKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDocumentMouseDown","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleMenuItemActivate","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handlePanelSelect","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleTriggerClick"},{"kind":"method","name":"handleTriggerKeyDown","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerKeyUp","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTriggerSlotChange"},{"kind":"method","name":"updateAccessibleTrigger"},{"kind":"method","name":"show","description":"Shows the dropdown panel."},{"kind":"method","name":"hide","description":"Hides the dropdown panel"},{"kind":"method","name":"reposition","description":"Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated."},{"kind":"method","name":"addOpenListeners"},{"kind":"method","name":"removeOpenListeners"},{"kind":"method","name":"handleOpenChange"}],"events":[{"description":"Emitted when the dropdown opens.","name":"sd-show"},{"description":"Emitted after the dropdown opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the dropdown closes.","name":"sd-hide"},{"description":"Emitted after the dropdown closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.","fieldName":"open","attribute":"open"},{"name":"rounded","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should be styled with rounded corners.","fieldName":"rounded","attribute":"rounded"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'bottom-start'","description":"The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the dropdown so the panel will not open.","fieldName":"disabled","attribute":"disabled"},{"name":"stay-open-on-select","type":{"text":"boolean"},"default":"false","description":"By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.","fieldName":"stayOpenOnSelect","attribute":"stay-open-on-select"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its trigger.","fieldName":"skidding","attribute":"skidding"},{"name":"no-auto-size","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.","fieldName":"noAutoSize","attribute":"no-auto-size"},{"name":"no-flip","type":{"text":"boolean"},"default":"false","description":"When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.","fieldName":"noFlip","attribute":"no-flip"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.","fieldName":"hoist","attribute":"hoist"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dropdowns expose additional content that \"drops down\" in a panel.","documentation":"https://solid.union-investment.com/[storybook-link]/dropdown","status":"stable","since":"1.8","dependencies":["sd-popup"],"animations":[{"name":"dropdown.show","description":"The animation to use when showing the dropdown."},{"name":"dropdown.hide","description":"The animation to use when hiding the dropdown."}],"tagName":"sd-dropdown","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}},{"kind":"custom-element-definition","name":"sd-dropdown","declaration":{"name":"SdDropdown","module":"components/dropdown/dropdown.js"}}]},{"kind":"javascript-module","path":"components/icon/icon.js","declarations":[{"kind":"class","description":"","name":"SdIcon","members":[{"kind":"field","name":"svg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","attribute":"name","reflects":true},{"kind":"field","name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","attribute":"src"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","attribute":"label"},{"kind":"field","name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","attribute":"library","reflects":true},{"kind":"field","name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","attribute":"color","reflects":true},{"kind":"method","name":"getUrl","privacy":"private"},{"kind":"method","name":"handleLabelChange"},{"kind":"method","name":"setIcon"}],"events":[{"description":"Emitted when the icon has loaded.","name":"sd-load"},{"description":"Emitted when the icon fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"name","type":{"text":"string | undefined"},"description":"The name of the icon to draw. Available names depend on the icon library being used.","fieldName":"name","attribute":"name"},{"name":"src","type":{"text":"string | undefined"},"description":"An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.","fieldName":"src","attribute":"src"},{"name":"label","type":{"text":"string"},"default":"''","description":"An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.","fieldName":"label","attribute":"label"},{"name":"library","type":{"text":"string"},"default":"'default'","description":"The name of a registered custom icon library.","fieldName":"library","attribute":"library"},{"name":"color","type":{"text":"'currentColor' | 'primary' | 'white'"},"default":"'currentColor'","description":"The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Icons are symbols that can be used to represent various options within an application.","status":"stable","since":"1.0","tagName":"sd-icon","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}},{"kind":"custom-element-definition","name":"sd-icon","declaration":{"name":"SdIcon","module":"components/icon/icon.js"}}]},{"kind":"javascript-module","path":"components/icon/library.system.js","declarations":[{"kind":"variable","name":"icons","type":{"text":"object"},"default":"{\n 'chevron-down': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M20.257 6.333l-8.257 9.173-8.257-9.173c-0.181-0.181-0.431-0.292-0.707-0.292-0.552 0-1 0.448-1 1 0 0.238 0.083 0.456 0.222 0.628l-0.001-0.002 9 10c0.184 0.204 0.449 0.331 0.743 0.331s0.56-0.127 0.743-0.33l0.001-0.001 9-10c0.137-0.17 0.22-0.388 0.22-0.626 0-0.552-0.448-1-1-1-0.276 0-0.526 0.112-0.707 0.293v0z\"></path>\n </svg>\n `,\n 'chevron-up': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12.743 6.333c-0.188-0.195-0.452-0.316-0.743-0.316s-0.555 0.121-0.743 0.315l-0 0-9 10c-0.137 0.17-0.22 0.388-0.22 0.626 0 0.552 0.448 1 1 1 0.276 0 0.526-0.112 0.707-0.293v0l8.257-9.173 8.257 9.173c0.181 0.181 0.431 0.292 0.707 0.292 0.552 0 1-0.448 1-1 0-0.238-0.083-0.456-0.222-0.628l0.001 0.002z\"></path>\n </svg>\n `,\n close: `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M21.707 2.293a1 1 0 0 0-1.414 0L12 10.586 3.707 2.293a1 1 0 0 0-1.413 1.414l-.001-.001 8.293 8.293-8.293 8.293a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L12 13.413l8.293 8.293a1 1 0 0 0 1.414 0 1 1 0 0 0 0-1.414l-8.293-8.293 8.293-8.293a1 1 0 0 0 0-1.414z\"/></svg>\n </svg>\n`,\n start: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\">\n <path d=\"m57.44 29.76-37.333-24A2.667 2.667 0 0 0 16 8v48a2.668 2.668 0 0 0 2.667 2.666 2.672 2.672 0 0 0 1.45-.431l-.01.005 37.333-24a2.67 2.67 0 0 0 1.192-2.221c0-.923-.47-1.74-1.184-2.216l-.01-.006.002-.037ZM21.333 51.112V12.89l29.734 19.112-29.734 19.11Z\"/>\n </svg>`,\n pause: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M9 22a.99997.99997 0 0 0 1-1V3a1.00003 1.00003 0 0 0-1-1H5a1.00003 1.00003 0 0 0-1 1v18a.99997.99997 0 0 0 1 1h4ZM6 4h2v16H6V4ZM19 22c.2652 0 .5196-.1054.7071-.2929A1.0001 1.0001 0 0 0 20 21V3a.99997.99997 0 0 0-1-1h-4a.99997.99997 0 0 0-1 1v18c0 .2652.1054.5196.2929.7071S14.7348 22 15 22h4ZM16 4h2v16h-2V4Z\"/>\n </svg>\n `\n}"},{"kind":"variable","name":"systemLibrary","type":{"text":"IconLibrary"},"default":"{\n name: 'system',\n resolver: (name: keyof typeof icons) => {\n if (name in icons) {\n return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;\n }\n return '';\n },\n mutator: svg => svg.setAttribute('fill', 'currentColor')\n}"}],"exports":[{"kind":"js","name":"icons","declaration":{"name":"icons","module":"components/icon/library.system.js"}},{"kind":"js","name":"default","declaration":{"name":"systemLibrary","module":"components/icon/library.system.js"}}]},{"kind":"javascript-module","path":"components/icon/library.js","declarations":[{"kind":"function","name":"watchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Adds an icon to the list of watched icons."},{"kind":"function","name":"unwatchIcon","parameters":[{"name":"icon","type":{"text":"SdIcon"}}],"description":"Removes an icon from the list of watched icons."},{"kind":"function","name":"getIconLibrary","parameters":[{"name":"name","optional":true,"type":{"text":"string"}}],"description":"Returns a library from the registry."},{"kind":"function","name":"registerIconLibrary","parameters":[{"name":"name","type":{"text":"string"}},{"name":"options","type":{"text":"{ resolver: IconLibraryResolver; mutator?: IconLibraryMutator }"}}],"description":"Adds an icon library to the registry, or overrides an existing one."},{"kind":"function","name":"unregisterIconLibrary","parameters":[{"name":"name","type":{"text":"string"}}],"description":"Removes an icon library from the registry."}],"exports":[{"kind":"js","name":"watchIcon","declaration":{"name":"watchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"unwatchIcon","declaration":{"name":"unwatchIcon","module":"components/icon/library.js"}},{"kind":"js","name":"getIconLibrary","declaration":{"name":"getIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"registerIconLibrary","declaration":{"name":"registerIconLibrary","module":"components/icon/library.js"}},{"kind":"js","name":"unregisterIconLibrary","declaration":{"name":"unregisterIconLibrary","module":"components/icon/library.js"}}]},{"kind":"javascript-module","path":"components/icon/request.js","declarations":[{"kind":"function","name":"requestIcon","return":{"type":{"text":"Promise<IconFile>"}},"parameters":[{"name":"url","type":{"text":"string"}}]}],"exports":[{"kind":"js","name":"requestIcon","declaration":{"name":"requestIcon","module":"components/icon/request.js"}}]},{"kind":"javascript-module","path":"components/include/include.styles.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"module":"components/include/include.styles.js"}}]},{"kind":"javascript-module","path":"components/include/include.js","declarations":[{"kind":"class","description":"","name":"SdInclude","members":[{"kind":"field","name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"src"},{"kind":"field","name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","attribute":"mode"},{"kind":"field","name":"allowScripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","attribute":"allow-scripts"},{"kind":"method","name":"executeScript","privacy":"private","parameters":[{"name":"script","type":{"text":"HTMLScriptElement"}}]},{"kind":"method","name":"handleSrcChange"}],"events":[{"description":"Emitted when the included file is loaded.","name":"sd-load"},{"type":{"text":"{ status: number }"},"description":"Emitted when the included file fails to load due to an error.","name":"sd-error"}],"attributes":[{"name":"src","type":{"text":"string"},"description":"The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"src","attribute":"src"},{"name":"mode","type":{"text":"'cors' | 'no-cors' | 'same-origin'"},"default":"'cors'","description":"The fetch mode to use.","fieldName":"mode","attribute":"mode"},{"name":"allow-scripts","type":{"text":"boolean"},"default":"false","description":"Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.","fieldName":"allowScripts","attribute":"allow-scripts"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Includes give you the power to embed external HTML files into the page.","documentation":"https://solid.union-investment.com/[storybook-link]/include","status":"stable","since":"1.0","tagName":"sd-include","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}},{"kind":"custom-element-definition","name":"sd-include","declaration":{"name":"SdInclude","module":"components/include/include.js"}}]},{"kind":"javascript-module","path":"components/include/request.js","declarations":[{"kind":"function","name":"requestInclude","return":{"type":{"text":"Promise<IncludeFile>"}},"parameters":[{"name":"src","type":{"text":"string"}},{"name":"mode","default":"'cors'","type":{"text":"'cors' | 'no-cors' | 'same-origin'"}}],"description":"Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once."}],"exports":[{"kind":"js","name":"requestInclude","declaration":{"name":"requestInclude","module":"components/include/request.js"}}]},{"kind":"javascript-module","path":"components/link/link.js","declarations":[{"kind":"class","description":"","name":"SdLink","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the left icon area.","name":"icon-left"},{"description":"The link's label.","name":"label"},{"description":"The container that wraps the right icon area.","name":"icon-right"}],"slots":[{"description":"The default slot.","name":""},{"description":"The icon to display on the left side of the link.","name":"icon-left"},{"description":"The icon to display on the right side of the link.","name":"icon-right"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"kind":"field","name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","attribute":"size","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","attribute":"inverted","reflects":true},{"kind":"field","name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","attribute":"standalone","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the button."},{"kind":"method","name":"blur","description":"Removes focus from the button."}],"events":[{"description":"Emitted when the link loses focus.","name":"sd-blur"},{"description":"Emitted when the link gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'inherit' | 'lg' | 'sm'"},"default":"'inherit'","description":"The link's size.","fieldName":"size","attribute":"size"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the link.","fieldName":"inverted","attribute":"inverted"},{"name":"standalone","type":{"text":"boolean"},"default":"false","description":"Control the layout of icon and text within the component and the component's positioning.","fieldName":"standalone","attribute":"standalone"},{"name":"href","type":{"text":"string"},"default":"''","description":"When not set, the link will render as disabled.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A link component.","documentation":"https://solid.union-investment.com/[storybook-link]/link","status":"experimental","since":"1.2","tagName":"sd-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}},{"kind":"custom-element-definition","name":"sd-link","declaration":{"name":"SdLink","module":"components/link/link.js"}}]},{"kind":"javascript-module","path":"components/navigation-item/navigation-item.js","declarations":[{"kind":"class","description":"","name":"SdNavigationItem","cssParts":[{"description":"The component's base wrapper including children.","name":"base"},{"description":"The component's content excluding children.","name":"content"},{"description":"The container that wraps the chevron.","name":"chevron"},{"description":"The component's description area below its main content.","name":"description"},{"description":"The component's optional top divider.","name":"divider"}],"slots":[{"description":"The navigation item's label.","name":""},{"description":"*Vertical only: Slot used to provide a description for the navigation item.","name":"description"},{"description":"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.","name":"children"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'description', 'children')"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.","attribute":"href","reflects":true},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is defined.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is defined.","attribute":"download"},{"kind":"field","name":"current","type":{"text":"boolean"},"default":"false","description":"Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.","attribute":"current","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the navigation item.","attribute":"disabled","reflects":true},{"kind":"field","name":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","attribute":"size","reflects":true},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"The navigation item's orientation. If false, properties below this point are not used.","attribute":"vertical","reflects":true},{"kind":"field","name":"chevron","type":{"text":"boolean"},"default":"false","description":"Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.","attribute":"chevron","reflects":true},{"kind":"field","name":"indented","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left side. Only used if `vertical` is true.","attribute":"indented","reflects":true},{"kind":"field","name":"relaxed","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","attribute":"relaxed","reflects":true},{"kind":"field","name":"divider","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","attribute":"divider","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.","attribute":"open","reflects":true},{"kind":"method","name":"isButton","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"isLink","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"isAccordion","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"handleClickButton","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleClickSummary","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"hideDetails","privacy":"private"},{"kind":"method","name":"showDetails","privacy":"private"},{"kind":"method","name":"calculatePaddingX","privacy":"private","return":{"type":{"text":"string"}}}],"events":[{"description":"Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden.","name":"sd-show"},{"description":"Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown.","name":"sd-hide"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is defined.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is defined.","fieldName":"download","attribute":"download"},{"name":"current","type":{"text":"boolean"},"default":"false","description":"Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.","fieldName":"current","attribute":"current"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the navigation item.","fieldName":"disabled","attribute":"disabled"},{"name":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","fieldName":"size","attribute":"size"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"The navigation item's orientation. If false, properties below this point are not used.","fieldName":"vertical","attribute":"vertical"},{"name":"chevron","type":{"text":"boolean"},"default":"false","description":"Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.","fieldName":"chevron","attribute":"chevron"},{"name":"indented","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left side. Only used if `vertical` is true.","fieldName":"indented","attribute":"indented"},{"name":"relaxed","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","fieldName":"relaxed","attribute":"relaxed"},{"name":"divider","type":{"text":"boolean"},"default":"false","description":"Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.","fieldName":"divider","attribute":"divider"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.","fieldName":"open","attribute":"open"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"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).","status":"stable","since":"1.15.0","dependencies":["sd-divider"],"tagName":"sd-navigation-item","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdNavigationItem","module":"components/navigation-item/navigation-item.js"}},{"kind":"custom-element-definition","name":"sd-navigation-item","declaration":{"name":"SdNavigationItem","module":"components/navigation-item/navigation-item.js"}},{"kind":"custom-element-definition","name":"sd-navigation-item","declaration":{"name":"SdNavigationItem","module":"components/navigation-item/navigation-item.js"}}]},{"kind":"javascript-module","path":"components/popup/popup.js","declarations":[{"kind":"class","description":"","name":"SdPopup","cssProperties":[{"description":"The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used.","name":"--arrow-size","default":"6px"},{"description":"The color of the arrow.","name":"--arrow-color","default":"var(--sd-color-neutral-0)"},{"description":"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`.","name":"--auto-size-available-width"},{"description":"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`.","name":"--auto-size-available-height"}],"cssParts":[{"description":"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.","name":"arrow"},{"description":"The popup's container. Useful for setting a background color, box shadow, etc.","name":"popup"}],"slots":[{"description":"The popup's content.","name":""},{"description":"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.","name":"anchor"}],"members":[{"kind":"field","name":"cleanup","type":{"text":"ReturnType<typeof autoUpdate> | undefined"},"privacy":"private"},{"kind":"field","name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","attribute":"anchor"},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","attribute":"active","reflects":true},{"kind":"field","name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","attribute":"strategy","reflects":true},{"kind":"field","name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","attribute":"distance"},{"kind":"field","name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","attribute":"skidding"},{"kind":"field","name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","attribute":"arrow"},{"kind":"field","name":"arrowPlacement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","attribute":"arrow-placement"},{"kind":"field","name":"arrowPadding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","attribute":"arrow-padding"},{"kind":"field","name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","attribute":"flip"},{"kind":"field","name":"flipFallbackPlacements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","attribute":"flip-fallback-placements"},{"kind":"field","name":"flipFallbackStrategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","attribute":"flip-fallback-strategy"},{"kind":"field","name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"flipBoundary"},{"kind":"field","name":"flipPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","attribute":"flip-padding"},{"kind":"field","name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","attribute":"shift"},{"kind":"field","name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"shiftBoundary"},{"kind":"field","name":"shiftPadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","attribute":"shift-padding"},{"kind":"field","name":"autoSize","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","attribute":"auto-size"},{"kind":"field","name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","attribute":"sync"},{"kind":"field","name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","attribute":"autoSizeBoundary"},{"kind":"field","name":"autoSizePadding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","attribute":"auto-size-padding"},{"kind":"method","name":"handleAnchorChange","privacy":"private"},{"kind":"method","name":"start","privacy":"private"},{"kind":"method","name":"stop","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"reposition","description":"Forces the popup to recalculate and reposition itself."}],"events":[{"description":"Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.","name":"sd-reposition"}],"attributes":[{"name":"anchor","type":{"text":"Element | string"},"description":"The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.","fieldName":"anchor","attribute":"anchor"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.","fieldName":"active","attribute":"active"},{"name":"placement","type":{"text":"| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"},"default":"'top'","description":"The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"strategy","type":{"text":"'absolute' | 'fixed'"},"default":"'absolute'","description":"Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.","fieldName":"strategy","attribute":"strategy"},{"name":"distance","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel away from its anchor.","fieldName":"distance","attribute":"distance"},{"name":"skidding","type":{"text":"number"},"default":"0","description":"The distance in pixels from which to offset the panel along its anchor.","fieldName":"skidding","attribute":"skidding"},{"name":"arrow","type":{"text":"boolean"},"default":"false","description":"Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.","fieldName":"arrow","attribute":"arrow"},{"name":"arrow-placement","type":{"text":"'start' | 'end' | 'center' | 'anchor'"},"default":"'anchor'","description":"The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.","fieldName":"arrowPlacement","attribute":"arrow-placement"},{"name":"arrow-padding","type":{"text":"number"},"default":"10","description":"The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.","fieldName":"arrowPadding","attribute":"arrow-padding"},{"name":"flip","type":{"text":"boolean"},"default":"false","description":"When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.","fieldName":"flip","attribute":"flip"},{"name":"flip-fallback-placements","type":{"text":"string"},"default":"''","description":"If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.","fieldName":"flipFallbackPlacements","attribute":"flip-fallback-placements"},{"name":"flip-fallback-strategy","type":{"text":"'best-fit' | 'initial'"},"default":"'best-fit'","description":"When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.","fieldName":"flipFallbackStrategy","attribute":"flip-fallback-strategy"},{"name":"flipBoundary","type":{"text":"Element | Element[]"},"description":"The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"flipBoundary","attribute":"flipBoundary"},{"name":"flip-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the flip behavior will occur.","fieldName":"flipPadding","attribute":"flip-padding"},{"name":"shift","type":{"text":"boolean"},"default":"false","description":"Moves the popup along the axis to keep it in view when clipped.","fieldName":"shift","attribute":"shift"},{"name":"shiftBoundary","type":{"text":"Element | Element[]"},"description":"The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"shiftBoundary","attribute":"shiftBoundary"},{"name":"shift-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the shift behavior will occur.","fieldName":"shiftPadding","attribute":"shift-padding"},{"name":"auto-size","type":{"text":"'horizontal' | 'vertical' | 'both'"},"description":"When set, this will cause the popup to automatically resize itself to prevent it from overflowing.","fieldName":"autoSize","attribute":"auto-size"},{"name":"sync","type":{"text":"'width' | 'height' | 'both'"},"description":"Syncs the popup's width or height to that of the anchor element.","fieldName":"sync","attribute":"sync"},{"name":"autoSizeBoundary","type":{"text":"Element | Element[]"},"description":"The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.","fieldName":"autoSizeBoundary","attribute":"autoSizeBoundary"},{"name":"auto-size-padding","type":{"text":"number"},"default":"0","description":"The amount of padding, in pixels, to exceed before the auto-size behavior will occur.","fieldName":"autoSizePadding","attribute":"auto-size-padding"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.","documentation":"https://solid.union-investment.com/[storybook-link]/popup","status":"stable","since":"1.8","tagName":"sd-popup","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}},{"kind":"custom-element-definition","name":"sd-popup","declaration":{"name":"SdPopup","module":"components/popup/popup.js"}}]},{"kind":"javascript-module","path":"components/radio-group/radio-group.js","declarations":[{"kind":"class","description":"","name":"SdRadioGroup","cssParts":[{"description":"The form control that wraps the label, input, and error text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The input's wrapper.","name":"form-control-input"}],"slots":[{"description":"The default slot where `<sd-radio>` or `<sd-radio-button>` elements are placed.","name":""},{"description":"The radio group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.","name":"label"}],"members":[{"kind":"field","name":"dependencies","type":{"text":"object"},"static":true,"default":"{ 'sd-button-group': SdButtonGroup }"},{"kind":"field","name":"formControlController","privacy":"protected","default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, 'label', 'error-text')"},{"kind":"field","name":"customValidityMessage","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"validationTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"hasButtonGroup","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"defaultValue","type":{"text":"string"},"default":"''"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"private","default":"false","description":"A Boolean attribute which, if present, marks the radio valid or invalid. Please note that 'invalid' can only be used in conjunction with 'this.required'."},{"kind":"field","name":"errorText","type":{"text":"string"},"privacy":"private","default":"''","description":"The radio groups's error text. Use to display an error message below the component. Please note that 'error-text' can only be used in conjunction with 'this.required' and 'this.invalid'."},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.","attribute":"label"},{"kind":"field","name":"name","type":{"text":"string"},"default":"'option'","description":"The name of the radio group, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The current value of the radio group, submitted as a name/value pair with form data.","attribute":"value","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The radio group's size. This size will be applied to the label, all child radios and radio buttons.","attribute":"size","reflects":true},{"kind":"field","name":"form","type":{"text":"string"},"default":"''","description":"By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.","attribute":"form","reflects":true},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Ensures a child radio is checked before allowing the containing form to submit.","attribute":"required","reflects":true},{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'vertical'","description":"The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.","attribute":"orientation","reflects":true},{"kind":"field","name":"validity","description":"Gets the validity state object"},{"kind":"field","name":"validationMessage","description":"Gets the validation message"},{"kind":"method","name":"getAllRadios","privacy":"private"},{"kind":"method","name":"handleRadioClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleLabelClick","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"syncRadioElements","privacy":"private"},{"kind":"method","name":"syncRadios","privacy":"private"},{"kind":"method","name":"updateCheckedRadio","privacy":"private"},{"kind":"method","name":"handleSizeChange"},{"kind":"method","name":"handleInvalidChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"checkValidity","description":"Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."},{"kind":"method","name":"getForm","return":{"type":{"text":"HTMLFormElement | null"}},"description":"Gets the associated form, if one exists."},{"kind":"method","name":"reportValidity","return":{"type":{"text":"boolean"}},"description":"Checks for validity and shows the browser's validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","default":"''"}],"description":"Sets a custom validation message. Pass an empty string to restore validity."}],"events":[{"description":"Emitted when the radio group's selected value changes.","name":"sd-change"},{"description":"Emitted when the radio group receives user input.","name":"sd-input"},{"description":"Emitted when the form control has been checked for validity and its constraints aren't satisfied.","name":"sd-invalid"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.","fieldName":"label","attribute":"label"},{"name":"name","type":{"text":"string"},"default":"'option'","description":"The name of the radio group, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"default":"''","description":"The current value of the radio group, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The radio group's size. This size will be applied to the label, all child radios and radio buttons.","fieldName":"size","attribute":"size"},{"name":"form","type":{"text":"string"},"default":"''","description":"By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.","fieldName":"form","attribute":"form"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Ensures a child radio is checked before allowing the containing form to submit.","fieldName":"required","attribute":"required"},{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'vertical'","description":"The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.","fieldName":"orientation","attribute":"orientation"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.","documentation":"https://solid.union-investment.com/[storybook-link]/radio-group","status":"stable","since":"1.19.0","dependencies":["sd-button-group"],"tagName":"sd-radio-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdRadioGroup","module":"components/radio-group/radio-group.js"}},{"kind":"custom-element-definition","name":"sd-radio-group","declaration":{"name":"SdRadioGroup","module":"components/radio-group/radio-group.js"}},{"kind":"custom-element-definition","name":"sd-radio-group","declaration":{"name":"SdRadioGroup","module":"components/radio-group/radio-group.js"}}]},{"kind":"javascript-module","path":"components/radio/radio.js","declarations":[{"kind":"class","description":"","name":"SdRadio","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The radio control when the radio is unchecked.","name":"control--unchecked"},{"description":"The radio control when the radio is checked.","name":"control--checked"},{"description":"The dot inside the radio component when the radio is checked.","name":"checked"},{"description":"The container that wraps the radio's label.","name":"label"}],"slots":[{"description":"The radio's label.","name":""}],"members":[{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"A Boolean attribute which, if present, indicates that this radio button is the default check one in the group."},{"kind":"field","name":"hasFocus","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The radio's size.","attribute":"size","reflects":true},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false","description":"A Boolean attribute which, if present, marks the radio Button valid or invalid","attribute":"invalid","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"A Boolean attribute which, if present, disables the radio.","attribute":"disabled","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"description":"The radio's value. When selected, the radio group will receive this value.","attribute":"value"},{"kind":"method","name":"addEventListeners","privacy":"private"},{"kind":"method","name":"removeEventListeners","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"setInitialAttributes","privacy":"private"},{"kind":"method","name":"handleCheckedChange"},{"kind":"method","name":"handleDisabledChange"}],"events":[{"description":"Emitted when the control loses focus.","name":"sd-blur"},{"description":"Emitted when the control gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The radio's size.","fieldName":"size","attribute":"size"},{"name":"invalid","type":{"text":"boolean"},"default":"false","description":"A Boolean attribute which, if present, marks the radio Button valid or invalid","fieldName":"invalid","attribute":"invalid"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"A Boolean attribute which, if present, disables the radio.","fieldName":"disabled","attribute":"disabled"},{"name":"value","type":{"text":"string"},"description":"The radio's value. When selected, the radio group will receive this value.","fieldName":"value","attribute":"value"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A radio allows to select only one value from a set of options. Clicking on an unchecked radio will deselect the other one(s).","documentation":"https://solid.union-investment.com/[storybook-link]/radio","status":"stable","since":"1.19.0","tagName":"sd-radio","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdRadio","module":"components/radio/radio.js"}},{"kind":"custom-element-definition","name":"sd-radio","declaration":{"name":"SdRadio","module":"components/radio/radio.js"}},{"kind":"custom-element-definition","name":"sd-radio","declaration":{"name":"SdRadio","module":"components/radio/radio.js"}}]},{"kind":"javascript-module","path":"components/spinner/spinner.js","declarations":[{"kind":"class","description":"","name":"SdSpinner","members":[{"kind":"field","name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","attribute":"color","reflects":true},{"kind":"field","name":"localize","privacy":"private","default":"new LocalizeController(this)"}],"attributes":[{"name":"color","type":{"text":"'primary' | 'white' | 'currentColor'"},"default":"'currentColor'","description":"The color color of the spinner.","fieldName":"color","attribute":"color"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Spinners are used to show the progress of an indeterminate operation.","documentation":"https://solid.union-investment.com/[storybook-link]/spinner","status":"stable","since":"1.0","tagName":"sd-spinner","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}},{"kind":"custom-element-definition","name":"sd-spinner","declaration":{"name":"SdSpinner","module":"components/spinner/spinner.js"}}]},{"kind":"javascript-module","path":"components/tag/tag.js","declarations":[{"kind":"class","description":"","name":"SdTag","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The tag's content.","name":"content"},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"slots":[{"description":"The tag's content.","name":""},{"description":"The tag's removability indicator.","name":"removable-indicator"}],"members":[{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","attribute":"size","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","attribute":"removable","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","attribute":"target"},{"kind":"field","name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","attribute":"download"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"click","description":"Simulates a click on the tag."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the tag."},{"kind":"method","name":"blur","description":"Removes focus from the tag."}],"events":[{"description":"Emitted when the tag loses focus.","name":"sd-blur"},{"description":"Emitted when the tag gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The tag's size.","fieldName":"size","attribute":"size"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a selected state.","fieldName":"selected","attribute":"selected"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Displays the tag with a removability indicator.","fieldName":"removable","attribute":"removable"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Displays the tag in a disabled state.","fieldName":"disabled","attribute":"disabled"},{"name":"href","type":{"text":"string"},"default":"''","description":"When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.","fieldName":"href","attribute":"href"},{"name":"target","type":{"text":"'_blank' | '_parent' | '_self' | '_top'"},"description":"Tells the browser where to open the link. Only used when `href` is present.","fieldName":"target","attribute":"target"},{"name":"download","type":{"text":"string | undefined"},"description":"Tells the browser to download the linked file as this filename. Only used when `href` is present.","fieldName":"download","attribute":"download"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tags are used as labels to organize things or to indicate a selection.","documentation":"https://solid.union-investment.com/[storybook-link]/tag","status":"stable","since":"1.10","tagName":"sd-tag","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}},{"kind":"custom-element-definition","name":"sd-tag","declaration":{"name":"SdTag","module":"components/tag/tag.js"}}]},{"kind":"javascript-module","path":"components/teaser/teaser.js","declarations":[{"kind":"class","description":"","name":"SdTeaser","cssProperties":[{"description":"The distribution ratio of the media.","name":"--distribution-media"},{"description":"The distribution ratio of the content.","name":"--distribution-content"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the media.","name":"media"},{"description":"The container that wraps the content.","name":"content"},{"description":" The container that wraps the meta.","name":"meta"},{"description":"The container that wraps the headline.","name":"headline"},{"description":"The container that wraps the main content.","name":"main"}],"slots":[{"description":"An optional main content slot.","name":""},{"description":"An optional media slot.","name":"media"},{"description":"An optional meta slot.","name":"meta"},{"description":"headline slot.","name":"headline"}],"members":[{"kind":"field","name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","attribute":"variant","reflects":true},{"kind":"field","name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","attribute":"breakpoint","reflects":true},{"kind":"field","name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","attribute":"inset","reflects":true},{"kind":"field","name":"_orientation","type":{"text":"'vertical' | 'horizontal'"},"privacy":"private"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'media', 'meta', 'headline')"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"updateOrientation"}],"attributes":[{"name":"variant","type":{"text":"'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"},"default":"'white'","fieldName":"variant","attribute":"variant"},{"name":"breakpoint","type":{"text":"number"},"default":"448","description":"Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.","fieldName":"breakpoint","attribute":"breakpoint"},{"name":"inset","type":{"text":"boolean"},"default":"false","description":"The teaser's inner padding. This is always set in `white border-neutral-300`.","fieldName":"inset","attribute":"inset"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Teasers group information into flexible containers so users can browse a collection of related items and actions.","documentation":"https://solid.union-investment.com/[storybook-link]/teaser","status":"stable","since":"1.3","tagName":"sd-teaser","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}},{"kind":"custom-element-definition","name":"sd-teaser","declaration":{"name":"SdTeaser","module":"components/teaser/teaser.js"}}]},{"kind":"javascript-module","path":"components/video/video.js","declarations":[{"kind":"class","description":"","name":"SdVideo","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The `<button>` element wrapper around the play-icon slot (full screen to field all click events).","name":"play-button"},{"description":"The `<div>` element wrapper around the play-button that defines the circular background.","name":"play-button-bg"},{"description":"The `<div>` element styled as an absolutely positioned transparent overlay.","name":"overlay"}],"slots":[{"description":"The default slot used to pass a video player element.","name":""},{"description":"The video's play icon.","name":"play-icon"},{"description":"Specifies an image to be shown before initial play of the wrapped video. Acts like the `poster` attribute on the native video tag.","name":"poster"}],"members":[{"kind":"field","name":"playing","type":{"text":"boolean"},"default":"false","description":"Set to `true` to hide the play icon and the overlay.","attribute":"playing","reflects":true},{"kind":"field","name":"overlay","type":{"text":"boolean"},"default":"false","description":"Set to `true` to show a dark overlay. Only used when `playing` is `false`.","attribute":"overlay","reflects":true},{"kind":"field","name":"isBelowBreakpoint","type":{"text":"boolean"},"default":"false","description":"Reactive property to trigger breakpoint re-renders.","attribute":"isBelowBreakpoint"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"field","name":"hasSlotController","privacy":"private","default":"new HasSlotController(this, '[default]', 'play-icon', 'poster')"},{"kind":"field","name":"poster","type":{"text":"Element | null"},"privacy":"private","description":"Getter for optional poster slot."},{"kind":"method","name":"fadeoutPoster","privacy":"private","return":{"type":{"text":"void"}},"description":"Fade out poster after initial play."},{"kind":"method","name":"hidePoster","privacy":"private","description":"Hide poster after initial play & fadeout."},{"kind":"method","name":"play","privacy":"private","description":"Utility function to group play behaviors."},{"kind":"method","name":"handleKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent | KeyboardEvent"}}],"description":"Restrict keydown control to enter and space bar to mimic the native video tag behavior. If a KeyboardEvent is used, refocus on the native video element to give the user seamless keyboard control."},{"kind":"method","name":"handleButtonResize","privacy":"private","description":"Resize the play-button-bg when passing host element width breakpoint 414px."}],"events":[{"description":"Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video.","name":"sd-play"}],"attributes":[{"name":"playing","type":{"text":"boolean"},"default":"false","description":"Set to `true` to hide the play icon and the overlay.","fieldName":"playing","attribute":"playing"},{"name":"overlay","type":{"text":"boolean"},"default":"false","description":"Set to `true` to show a dark overlay. Only used when `playing` is `false`.","fieldName":"overlay","attribute":"overlay"},{"name":"isBelowBreakpoint","type":{"text":"boolean"},"default":"false","description":"Reactive property to trigger breakpoint re-renders.","fieldName":"isBelowBreakpoint","attribute":"isBelowBreakpoint"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Used to wrap external video elements (e. g. from Moving Image or bare <video>-Tags) and provide some basic styling for Union Investment.","status":"stable","since":"1.19.0","dependencies":["sd-icon"],"tagName":"sd-video","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdVideo","module":"components/video/video.js"}},{"kind":"custom-element-definition","name":"sd-video","declaration":{"name":"SdVideo","module":"components/video/video.js"}},{"kind":"custom-element-definition","name":"sd-video","declaration":{"name":"SdVideo","module":"components/video/video.js"}}]}],"package":{"name":"@solid-design-system/components","description":"Solid Design System: Components","version":"1.20.0","author":{"name":"Union Investment"},"homepage":"https://solid-design-system.fe.union-investment.de/x.x.x/storybook/","license":"MIT"}}