@solid-design-system/components 3.22.6 → 3.22.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. package/dist/components/es/button.js +1 -1
  2. package/dist/components/es/carousel.js +8 -3
  3. package/dist/components/es/map-marker.js +1 -1
  4. package/dist/components/es/query-assigned-elements.js +1 -1
  5. package/dist/components/es/solid-components2.js +5 -5
  6. package/dist/components/umd/solid-components.js +22 -16
  7. package/dist/custom-elements.json +1 -1
  8. package/dist/package/components/button/button.js +2 -2
  9. package/dist/package/components/carousel/carousel.d.ts +5 -1
  10. package/dist/package/components/carousel/carousel.js +63 -23
  11. package/dist/package/translations/de.js +3 -2
  12. package/dist/package/translations/en.js +3 -2
  13. package/dist/package/utilities/localize.d.ts +2 -1
  14. package/dist/versioned-components/es/accordion-group.js +1 -1
  15. package/dist/versioned-components/es/accordion.js +1 -1
  16. package/dist/versioned-components/es/audio.js +1 -1
  17. package/dist/versioned-components/es/badge.js +1 -1
  18. package/dist/versioned-components/es/brandshape.js +1 -1
  19. package/dist/versioned-components/es/button.js +1 -1
  20. package/dist/versioned-components/es/carousel-item.js +1 -1
  21. package/dist/versioned-components/es/carousel.js +8 -3
  22. package/dist/versioned-components/es/checkbox-group.js +1 -1
  23. package/dist/versioned-components/es/checkbox.js +1 -1
  24. package/dist/versioned-components/es/dialog.js +1 -1
  25. package/dist/versioned-components/es/divider.js +1 -1
  26. package/dist/versioned-components/es/drawer.js +1 -1
  27. package/dist/versioned-components/es/dropdown.js +1 -1
  28. package/dist/versioned-components/es/expandable.js +1 -1
  29. package/dist/versioned-components/es/flipcard.js +1 -1
  30. package/dist/versioned-components/es/form.js +1 -1
  31. package/dist/versioned-components/es/header.js +1 -1
  32. package/dist/versioned-components/es/icon.js +1 -1
  33. package/dist/versioned-components/es/include.js +1 -1
  34. package/dist/versioned-components/es/input.js +1 -1
  35. package/dist/versioned-components/es/link.js +1 -1
  36. package/dist/versioned-components/es/map-marker.js +1 -1
  37. package/dist/versioned-components/es/navigation-item.js +1 -1
  38. package/dist/versioned-components/es/notification.js +1 -1
  39. package/dist/versioned-components/es/option.js +1 -1
  40. package/dist/versioned-components/es/query-assigned-elements.js +1 -1
  41. package/dist/versioned-components/es/quickfact.js +1 -1
  42. package/dist/versioned-components/es/radio-button.js +1 -1
  43. package/dist/versioned-components/es/radio-group.js +1 -1
  44. package/dist/versioned-components/es/radio.js +1 -1
  45. package/dist/versioned-components/es/scrollable.js +1 -1
  46. package/dist/versioned-components/es/select.js +3 -3
  47. package/dist/versioned-components/es/solid-components2.js +5 -5
  48. package/dist/versioned-components/es/spinner.js +1 -1
  49. package/dist/versioned-components/es/step-group.js +1 -1
  50. package/dist/versioned-components/es/step.js +1 -1
  51. package/dist/versioned-components/es/switch.js +1 -1
  52. package/dist/versioned-components/es/tab-group.js +1 -1
  53. package/dist/versioned-components/es/tab-panel.js +1 -1
  54. package/dist/versioned-components/es/tab.js +1 -1
  55. package/dist/versioned-components/es/tag.js +1 -1
  56. package/dist/versioned-components/es/teaser-media.js +1 -1
  57. package/dist/versioned-components/es/teaser.js +1 -1
  58. package/dist/versioned-components/es/textarea.js +1 -1
  59. package/dist/versioned-components/es/tooltip.js +2 -2
  60. package/dist/versioned-components/es/video.js +1 -1
  61. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  62. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  63. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  64. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  65. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  66. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  67. package/dist/versioned-package/components/audio/audio.d.ts +1 -1
  68. package/dist/versioned-package/components/audio/audio.js +6 -6
  69. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  70. package/dist/versioned-package/components/badge/badge.js +1 -1
  71. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  72. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  73. package/dist/versioned-package/components/button/button.d.ts +1 -1
  74. package/dist/versioned-package/components/button/button.js +6 -6
  75. package/dist/versioned-package/components/carousel/carousel.d.ts +6 -2
  76. package/dist/versioned-package/components/carousel/carousel.js +67 -27
  77. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  78. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  79. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  80. package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
  81. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  82. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  83. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  84. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  85. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  86. package/dist/versioned-package/components/divider/divider.js +2 -2
  87. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  88. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  89. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  90. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  91. package/dist/versioned-package/components/expandable/expandable.d.ts +1 -1
  92. package/dist/versioned-package/components/expandable/expandable.js +2 -2
  93. package/dist/versioned-package/components/flipcard/flipcard.d.ts +1 -1
  94. package/dist/versioned-package/components/flipcard/flipcard.js +1 -1
  95. package/dist/versioned-package/components/header/header.d.ts +1 -1
  96. package/dist/versioned-package/components/header/header.js +4 -4
  97. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  98. package/dist/versioned-package/components/icon/icon.js +1 -1
  99. package/dist/versioned-package/components/include/include.d.ts +1 -1
  100. package/dist/versioned-package/components/include/include.js +1 -1
  101. package/dist/versioned-package/components/input/input.d.ts +1 -1
  102. package/dist/versioned-package/components/input/input.js +3 -3
  103. package/dist/versioned-package/components/link/link.d.ts +1 -1
  104. package/dist/versioned-package/components/link/link.js +2 -2
  105. package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
  106. package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
  107. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  108. package/dist/versioned-package/components/navigation-item/navigation-item.js +5 -5
  109. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  110. package/dist/versioned-package/components/notification/notification.js +5 -5
  111. package/dist/versioned-package/components/option/option.d.ts +1 -1
  112. package/dist/versioned-package/components/option/option.js +2 -2
  113. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  114. package/dist/versioned-package/components/popup/popup.js +1 -1
  115. package/dist/versioned-package/components/quickfact/quickfact.d.ts +1 -1
  116. package/dist/versioned-package/components/quickfact/quickfact.js +2 -2
  117. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  118. package/dist/versioned-package/components/radio/radio.js +2 -2
  119. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  120. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  121. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  122. package/dist/versioned-package/components/radio-group/radio-group.js +13 -13
  123. package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
  124. package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
  125. package/dist/versioned-package/components/select/select.d.ts +4 -4
  126. package/dist/versioned-package/components/select/select.js +25 -25
  127. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  128. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  129. package/dist/versioned-package/components/step/step.d.ts +1 -1
  130. package/dist/versioned-package/components/step/step.js +2 -2
  131. package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
  132. package/dist/versioned-package/components/step-group/step-group.js +2 -2
  133. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  134. package/dist/versioned-package/components/switch/switch.js +1 -1
  135. package/dist/versioned-package/components/tab/tab.d.ts +1 -1
  136. package/dist/versioned-package/components/tab/tab.js +2 -2
  137. package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
  138. package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
  139. package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
  140. package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
  141. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  142. package/dist/versioned-package/components/tag/tag.js +2 -2
  143. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  144. package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
  145. package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
  146. package/dist/versioned-package/components/textarea/textarea.js +2 -2
  147. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  148. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  149. package/dist/versioned-package/components/video/video.d.ts +1 -1
  150. package/dist/versioned-package/components/video/video.js +2 -2
  151. package/dist/versioned-package/internal/form.js +3 -3
  152. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  153. package/dist/versioned-package/translations/de.js +3 -2
  154. package/dist/versioned-package/translations/en.js +3 -2
  155. package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
  156. package/dist/versioned-package/utilities/localize.d.ts +2 -1
  157. package/dist/versioned-styles/solid-styles.css +1 -1
  158. package/dist/vscode.html-custom-data.json +47 -47
  159. package/dist/web-types.json +76 -48
  160. package/package.json +2 -2
@@ -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 currently active accordions border.","name":"summary-border"},{"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":"public","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":"protected"},{"kind":"method","name":"handleSummaryKeyDown","privacy":"protected","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/audio/audio.js","declarations":[{"kind":"class","description":"","name":"SdAudio","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The audio controls.","name":"audio-controls"},{"description":"The playback speed.","name":"playback-speed"},{"description":"The play button.","name":"play-button"},{"description":"The volume button.","name":"volume"},{"description":"The audio progress slider.","name":"progress-slider"},{"description":"The audio timestamps.","name":"timestamps"}],"slots":[{"description":"The default slot.","name":""},{"description":"The play icon.","name":"play-icon"},{"description":"The pause icon.","name":"pause-icon"},{"description":"The transcript.","name":"transcript"}],"members":[{"kind":"field","name":"localize","privacy":"private","readonly":true,"default":"new LocalizeController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'transcript')"},{"kind":"field","name":"reversedLayout","type":{"text":"boolean"},"default":"false","description":"Reverses the order of the audio controls and timestamps","attribute":"reversed-layout","reflects":true},{"kind":"field","name":"hideTimestamps","type":{"text":"boolean"},"default":"false","description":"Hides the timestamps","attribute":"hide-timestamps","reflects":true},{"kind":"field","name":"animated","type":{"text":"boolean"},"default":"false","description":"Enables the wave animation","attribute":"animated","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the colors of the component","attribute":"inverted","reflects":true},{"kind":"field","name":"speed","type":{"text":"number"},"default":"1","description":"Sets value of the audio element playback rate","attribute":"speed"},{"kind":"field","name":"currentTime","type":{"text":"string"}},{"kind":"field","name":"duration","type":{"text":"string"},"default":"''"},{"kind":"field","name":"isPlaying","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"isMuted","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"progress","type":{"text":"number"},"default":"0"},{"kind":"field","name":"drawer","type":{"text":"SdDrawer"}},{"kind":"field","name":"context","type":{"text":"CanvasRenderingContext2D"}},{"kind":"field","name":"waveList","type":{"text":"Wave[]"}},{"kind":"field","name":"setAudioProgress","privacy":"private"},{"kind":"method","name":"updateCurrentTime","privacy":"private"},{"kind":"method","name":"updateAudioDuration","privacy":"private"},{"kind":"method","name":"playAudio"},{"kind":"method","name":"pauseAudio"},{"kind":"method","name":"handleAudioEnd"},{"kind":"method","name":"toggleMute","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"toggleMuteKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"togglePlaybackSpeed","return":{"type":{"text":"void"}}},{"kind":"method","name":"togglePlaybackSpeedKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"formatTime","privacy":"private","parameters":[{"name":"time","type":{"text":"number"}}]},{"kind":"method","name":"handleAudioProgress","privacy":"private"},{"kind":"method","name":"handleAudioProgressKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"showTranscript","privacy":"private"},{"kind":"method","name":"showTranscriptKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"rgbToHex","privacy":"private","parameters":[{"name":"rgbString","type":{"text":"string"}}]},{"kind":"method","name":"initAnimation","privacy":"private"},{"kind":"method","name":"drawStillWaves","privacy":"private"},{"kind":"method","name":"stopAnimation","privacy":"private"},{"kind":"method","name":"clear","privacy":"private"},{"kind":"method","name":"draw"}],"events":[{"description":"Emitted when the audio playback starts.","name":"sd-playback-start"},{"description":"Emitted when the audio playback ends.","name":"sd-playback-end"},{"description":"Emitted when the audio playback pauses.","name":"sd-playback-pause"},{"description":"Emitted when the audio is muted.","name":"sd-playback-mute"},{"description":"Emitted when the audio is unmuted.","name":"sd-playback-unmute"},{"description":"Emitted when the playback speed is changed.","name":"sd-playback-speed"},{"description":"Emitted when the transcript button is clicked.","name":"sd-transcript-click"}],"attributes":[{"name":"reversed-layout","type":{"text":"boolean"},"default":"false","description":"Reverses the order of the audio controls and timestamps","fieldName":"reversedLayout","attribute":"reversed-layout"},{"name":"hide-timestamps","type":{"text":"boolean"},"default":"false","description":"Hides the timestamps","fieldName":"hideTimestamps","attribute":"hide-timestamps"},{"name":"animated","type":{"text":"boolean"},"default":"false","description":"Enables the wave animation","fieldName":"animated","attribute":"animated"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the colors of the component","fieldName":"inverted","attribute":"inverted"},{"name":"speed","type":{"text":"number"},"default":"1","description":"Sets value of the audio element playback rate","fieldName":"speed","attribute":"speed"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Used to play audio files that are part of the page content.","status":"stable","since":"3.19.0","dependencies":["sd-icon"],"tagName":"sd-audio","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAudio","module":"components/audio/audio.js"}},{"kind":"custom-element-definition","name":"sd-audio","declaration":{"name":"SdAudio","module":"components/audio/audio.js"}},{"kind":"custom-element-definition","name":"sd-audio","declaration":{"name":"SdAudio","module":"components/audio/audio.js"}}]},{"kind":"javascript-module","path":"components/audio/base64Audio.js","declarations":[{"kind":"variable","name":"base64Audio","type":{"text":"string"},"default":"'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'"}],"exports":[{"kind":"js","name":"default","declaration":{"name":"base64Audio","module":"components/audio/base64Audio.js"}}]},{"kind":"javascript-module","path":"components/audio/wave.js","declarations":[{"kind":"class","description":"","name":"Wave","members":[{"kind":"field","name":"canvas"},{"kind":"field","name":"context"},{"kind":"field","name":"color","type":{"text":"string"}},{"kind":"field","name":"origin","type":{"text":"{ x: number; y: number }"},"default":"{\n x: 0,\n y: this.canvas.height\n }"},{"kind":"field","name":"damping","type":{"text":"number"}},{"kind":"field","name":"lineWidth","type":{"text":"number"},"default":"2"},{"kind":"field","name":"shift","type":{"text":"number"}},{"kind":"field","name":"amplitude","type":{"text":"number"}},{"kind":"field","name":"phase","type":{"text":"number"}},{"kind":"field","name":"frequency","type":{"text":"number"}},{"kind":"field","name":"fixedEnd","type":{"text":"boolean"},"default":"true"},{"kind":"field","name":"fixedStart","type":{"text":"boolean"},"default":"true"},{"kind":"field","name":"gradient","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"outline","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"paused","type":{"text":"boolean"},"default":"true"},{"kind":"field","name":"playbackSpeed","type":{"text":"number"},"default":"1"},{"kind":"field","name":"map","description":"Map a number from one range to another"},{"kind":"field","name":"damp"},{"kind":"method","name":"drawPoint","parameters":[{"name":"x","type":{"text":"number"}},{"name":"y","type":{"text":"number"}},{"name":"color","type":{"text":"string"}}],"description":"Draw a single point on the canvas\nUses arc() method of the context with radius 2\nDepending on the values of outline, fill and graient flags , it will draw a point on the wave"},{"kind":"method","name":"buildSine","parameters":[{"name":"wavelength","type":{"text":"number"}},{"name":"phase","type":{"text":"number"}},{"name":"color","type":{"text":"string"}},{"name":"amplitude","type":{"text":"number"}},{"name":"frequency","type":{"text":"number"}}]},{"kind":"method","name":"redraw"},{"kind":"method","name":"setPlay"},{"kind":"method","name":"setPause"},{"kind":"method","name":"setPlaybackSpeed","parameters":[{"name":"playbackSpeed","type":{"text":"number"}}]}]}],"exports":[{"kind":"js","name":"Wave","declaration":{"name":"Wave","module":"components/audio/wave.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":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","attribute":"size","reflects":true},{"kind":"field","name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's variant.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","attribute":"inverted","reflects":true}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","fieldName":"size","attribute":"size"},{"name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's variant.","fieldName":"variant","attribute":"variant"},{"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"},{"description":"Container for border and image variant.","name":"stylized-container"}],"slots":[{"description":"The content inside the brandshape.","name":""},{"description":"The image slot for the 'image' variant.","name":"image"}],"members":[{"kind":"field","name":"variant","type":{"text":"| 'neutral-100'\n | 'primary'\n | 'white'\n | 'border-primary'\n | 'border-white'\n | 'image'"},"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":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"getSvg","privacy":"private","parameters":[{"name":"breakpoint","type":{"text":"Breakpoints"}},{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"largeSvg","privacy":"private","parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"mediumSvg","privacy":"private","parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"smallSvg","privacy":"private","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."},{"kind":"method","name":"renderStylizedVariant","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderShapes","privacy":"private","return":{"type":{"text":"TemplateResult"}}}],"attributes":[{"name":"variant","type":{"text":"| 'neutral-100'\n | 'primary'\n | 'white'\n | 'border-primary'\n | 'border-white'\n | 'image'"},"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","readonly":true,"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","readonly":true,"default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"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","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"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"}]}],"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":"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","readonly":true},{"kind":"field","name":"intersectionObserver","type":{"text":"IntersectionObserver"},"privacy":"private"},{"kind":"field","name":"intersectionObserverEntries","privacy":"private","readonly":true,"default":"new Map<Element, IntersectionObserverEntry>()"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"mutationObserver","type":{"text":"MutationObserver"},"privacy":"private"},{"kind":"method","name":"getPageCount","static":true,"parameters":[{"name":"totalSlides","type":{"text":"number"}},{"name":"slidesPerPage","type":{"text":"number"}},{"name":"slidesPerMove","type":{"text":"number"}}]},{"kind":"method","name":"getCurrentPage","static":true,"return":{"type":{"text":"number"}},"parameters":[{"name":"totalSlides","type":{"text":"number"}},{"name":"activeSlide","type":{"text":"number"}},{"name":"slidesPerPage","type":{"text":"number"}},{"name":"slidesPerMove","type":{"text":"number"}}]},{"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":"nextTillFirst","parameters":[{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"}}]},{"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/checkbox-group/checkbox-group.js","declarations":[{"kind":"class","description":"","name":"SdCheckboxGroup","slots":[{"description":"The default slot where `<sd-checkbox>` elements are placed.","name":""},{"description":"The checkbox group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"An optional tooltip that helps describe the checkbox-group. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'label')"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The checkbox group's size. This size will be applied to the label, all child checkboxes.","attribute":"size","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":"label","type":{"text":"string"},"default":"''","description":"The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.","attribute":"label"},{"kind":"method","name":"getAllCheckboxes","privacy":"private"},{"kind":"method","name":"syncCheckboxElements","privacy":"private"},{"kind":"method","name":"syncCheckboxes","privacy":"private"},{"kind":"method","name":"handleSizeChange"},{"kind":"method","name":"handleInvalid"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The checkbox group's size. This size will be applied to the label, all child checkboxes.","fieldName":"size","attribute":"size"},{"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"},{"name":"label","type":{"text":"string"},"default":"''","description":"The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.","fieldName":"label","attribute":"label"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Checkbox groups are used to group multiple [checkbox](/components/checkbox). It provides only presentational functionality.","documentation":"https://solid.union-investment.com/[storybook-link]/checkbox-group","status":"stable","since":"1.22.0","tagName":"sd-checkbox-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCheckboxGroup","module":"components/checkbox-group/checkbox-group.js"}},{"kind":"custom-element-definition","name":"sd-checkbox-group","declaration":{"name":"SdCheckboxGroup","module":"components/checkbox-group/checkbox-group.js"}},{"kind":"custom-element-definition","name":"sd-checkbox-group","declaration":{"name":"SdCheckboxGroup","module":"components/checkbox-group/checkbox-group.js"}}]},{"kind":"javascript-module","path":"components/checkbox/checkbox.js","declarations":[{"kind":"class","description":"","name":"SdCheckbox","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The square container that wraps the checkbox's checked state.","name":"control"},{"description":"Matches the control part when the checkbox is checked.","name":"control--checked"},{"description":"Matches the control part when the checkbox is indeterminate.","name":"control--indeterminate"},{"description":"The checked icon, an `<sd-icon>` element.","name":"checked-icon"},{"description":"The indeterminate icon, an `<sd-icon>` element.","name":"indeterminate-icon"},{"description":"The container that wraps the checkbox's label.","name":"label"}],"slots":[{"description":"The checkbox's label.","name":""}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this, {\n value: (control: SdCheckbox) => (control.checked ? control.value || 'on' : undefined),\n defaultValue: (control: SdCheckbox) => control.defaultChecked,\n setValue: (control: SdCheckbox, checked: boolean) => (control.checked = checked)\n })"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","attribute":"title"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the checkbox, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"description":"The current value of the checkbox, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"size","type":{"text":"'sm' | 'md' | 'lg'"},"default":"'lg'","description":"The checkbox's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the checkbox.","attribute":"disabled","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in a checked state.","attribute":"checked","reflects":true},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.","attribute":"indeterminate","reflects":true},{"kind":"field","name":"defaultChecked","type":{"text":"boolean"},"default":"false","description":"The default value of the form control. Primarily used for resetting the form control."},{"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":"Makes the checkbox a required field.","attribute":"required","reflects":true},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleStateChange"},{"kind":"method","name":"click","description":"Simulates a click on the checkbox."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the checkbox."},{"kind":"method","name":"blur","description":"Removes focus from the checkbox."},{"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","description":"Checks for validity and shows a validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."}],"events":[{"description":"Emitted when the checkbox loses focus.","name":"sd-blur"},{"description":"Emitted when the checked state changes.","name":"sd-change"},{"description":"Emitted when the checkbox gains focus.","name":"sd-focus"},{"description":"Emitted when the checkbox receives input.","name":"sd-input"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","fieldName":"title","attribute":"title"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the checkbox, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"description":"The current value of the checkbox, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"size","type":{"text":"'sm' | 'md' | 'lg'"},"default":"'lg'","description":"The checkbox's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the checkbox.","fieldName":"disabled","attribute":"disabled"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in a checked state.","fieldName":"checked","attribute":"checked"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.","fieldName":"indeterminate","attribute":"indeterminate"},{"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":"Makes the checkbox a required field.","fieldName":"required","attribute":"required"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Checkboxes allow the user to toggle an option on or off.","documentation":"https://solid.union-investment.com/[storybook-link]/checkbox","status":"stable","since":"1.22.0","dependencies":["sd-icon"],"tagName":"sd-checkbox","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCheckbox","module":"components/checkbox/checkbox.js"}},{"kind":"custom-element-definition","name":"sd-checkbox","declaration":{"name":"SdCheckbox","module":"components/checkbox/checkbox.js"}},{"kind":"custom-element-definition","name":"sd-checkbox","declaration":{"name":"SdCheckbox","module":"components/checkbox/checkbox.js"}}]},{"kind":"javascript-module","path":"components/dialog/dialog.js","declarations":[{"kind":"class","description":"","name":"SdDialog","cssProperties":[{"description":"The preferred width of the dialog. Note that the dialog 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 dialog.","name":"overlay"},{"description":"The dialog's panel (where the dialog and its content are rendered).","name":"panel"},{"description":"The dialog's header. This element wraps the title and header actions.","name":"header"},{"description":"The dialog's title.","name":"title"},{"description":"The close button, an `<sd-button>`.","name":"close-button"},{"description":"The dialog's body.","name":"body"},{"description":"The dialog's footer.","name":"footer"}],"slots":[{"description":"The dialog's main content.","name":""},{"description":"The dialog's headline. Alternatively, you can use the `headline` attribute.","name":"headline"},{"description":"The dialog's footer, usually one or more buttons representing various options.","name":"footer"},{"description":"The dialog's close button. Works best with `<sd-button>` and `<sd-icon>`.","name":"close-button"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"modal","type":{"text":"Modal"},"privacy":"private"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.","attribute":"open","reflects":true},{"kind":"field","name":"headline","type":{"text":"string"},"default":"''","description":"The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.","attribute":"headline","reflects":true},{"kind":"field","name":"noCloseButton","type":{"text":"boolean"},"default":"false","description":"This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.","attribute":"no-close-button","reflects":true},{"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":"method","name":"handleDocumentKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"show","description":"Shows the dialog."},{"kind":"method","name":"hide","description":"Hides the dialog"}],"events":[{"description":"Emitted when the dialog opens.","name":"sd-show"},{"description":"Emitted after the dialog opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the dialog closes.","name":"sd-hide"},{"description":"Emitted after the dialog closes and all animations are complete.","name":"sd-after-hide"},{"description":"Emitted when the dialog 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 dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog 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 dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.","fieldName":"open","attribute":"open"},{"name":"headline","type":{"text":"string"},"default":"''","description":"The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.","fieldName":"headline","attribute":"headline"},{"name":"no-close-button","type":{"text":"boolean"},"default":"false","description":"This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.","fieldName":"noCloseButton","attribute":"no-close-button"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.","documentation":"https://solid.union-investment.com/[storybook-link]/dialog","status":"stable","since":"1.40.0","dependencies":["sd-button","sd-icon"],"animations":[{"name":"dialog.show","description":"The animation to use when showing the dialog."},{"name":"dialog.hide","description":"The animation to use when hiding the dialog."},{"name":"dialog.denyClose","description":"The animation to use when a request to close the dialog is denied."},{"name":"dialog.overlay.show","description":"The animation to use when showing the dialog's overlay."},{"name":"dialog.overlay.hide","description":"The animation to use when hiding the dialog's overlay."}],"tagName":"sd-dialog","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDialog","module":"components/dialog/dialog.js"}},{"kind":"custom-element-definition","name":"sd-dialog","declaration":{"name":"SdDialog","module":"components/dialog/dialog.js"}},{"kind":"custom-element-definition","name":"sd-dialog","declaration":{"name":"SdDialog","module":"components/dialog/dialog.js"}}]},{"kind":"javascript-module","path":"components/divider/divider.js","declarations":[{"kind":"class","description":"","name":"SdDivider","cssParts":[{"description":"The component's base wrapper.","name":"base"}],"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","readonly":true,"default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"public","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":"public","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/expandable/expandable.js","declarations":[{"kind":"class","description":"","name":"SdExpandable","cssProperties":[{"description":"Start color of the gradient. Set the opacity to 0 (default: rgba(255, 255, 255, 0))","name":"--gradient-color-start"},{"description":"End color of the gradient. Set the opacity to 1 (default: rgba(255, 255, 255, 1))","name":"--gradient-color-end"},{"description":"Height of the gradient (default: 24px)","name":"--gradient-height"},{"description":"Different value for initial visible block (default: 90px)","name":"--component-expandable-max-block-size"}],"cssParts":[{"description":"The content of the expandable.","name":"content"},{"description":"The toggle button of the expandable.","name":"toggle"},{"description":"The summary of the expandable.","name":"summary"},{"description":"The details element of the expandable.","name":"details"}],"slots":[{"description":"Content of the expandable","name":""},{"description":"Content of the toggle button when the expandable is open","name":"toggle-open"},{"description":"Content of the toggle button when the expandable is closed","name":"toggle-closed"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Used to check whether the component is expanded or not.","attribute":"open","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the expandable and sets the color of the gradient to primary.","attribute":"inverted","reflects":true},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"method","name":"updateMaxHeight","privacy":"private"},{"kind":"method","name":"onToggleClick","privacy":"private"},{"kind":"method","name":"onOpenChange"},{"kind":"method","name":"show","description":"Opens the expandable"},{"kind":"method","name":"hide","description":"Closes the expandable"},{"kind":"method","name":"cloneContentToLightDOM"}],"events":[{"description":"Emitted when the expandable opens.","name":"sd-show"},{"description":"Emitted after the expandable opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the expandable closes.","name":"sd-hide"},{"description":"Emitted after the expandable closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Used to check whether the component is expanded or not.","fieldName":"open","attribute":"open"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the expandable and sets the color of the gradient to primary.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Expandable shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/expandable","status":"stable","since":"3.11.0","dependencies":["sd-icon"],"tagName":"sd-expandable","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdExpandable","module":"components/expandable/expandable.js"}},{"kind":"custom-element-definition","name":"sd-expandable","declaration":{"name":"SdExpandable","module":"components/expandable/expandable.js"}},{"kind":"custom-element-definition","name":"sd-expandable","declaration":{"name":"SdExpandable","module":"components/expandable/expandable.js"}}]},{"kind":"javascript-module","path":"components/flipcard/flipcard.js","declarations":[{"kind":"class","description":"","name":"SdFlipcard","cssProperties":[{"description":"Description of the flipcard.","name":"--name"},{"description":"Use this property to set the height of the flipcard.","name":"--height"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the front-side of the flipcard.","name":"front"},{"description":"The container that wraps the back-side of the flipcard.","name":"back"},{"description":"The container that wraps the front slot.","name":"front-slot-container"},{"description":"The container that wraps the back slot.","name":"back-slot-container"},{"description":"The container that wraps the media-front slot.","name":"media-front"},{"description":"The container that wraps the media-back slot.","name":"media-back"},{"description":"The container that wraps the secondary gradient of the front side.","name":"front-secondary-gradient"},{"description":"The container that wraps the secondary gradient of the back side.","name":"back-secondary-gradient"}],"slots":[{"description":"The front face of the flipcard.","name":"front"},{"description":"The back face of the flipcard.","name":"back"},{"description":"An optional media slot which can be as a background. Dependent from gradient variant.","name":"media-front"},{"description":"An optional media slot which can be as a background. Dependent from gradient variant.","name":"media-back"}],"members":[{"kind":"field","name":"activation","type":{"text":"'click' | 'click hover'"},"default":"'click hover'","description":"Determines the activation type of the flipcard.","attribute":"activation","reflects":true},{"kind":"field","name":"flipDirection","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Allows the flipcard to flip vertically or horizontally.","attribute":"flip-direction","reflects":true},{"kind":"field","name":"frontVariant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the front face of the flipcard.","attribute":"front-variant","reflects":true},{"kind":"field","name":"backVariant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the back face of the flipcard.","attribute":"back-variant","reflects":true},{"kind":"method","name":"flipFront","privacy":"private"},{"kind":"method","name":"flipBack","privacy":"private"},{"kind":"method","name":"handleFrontClick","privacy":"private","parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleBackClick","privacy":"private","parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleFrontKeydown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleBackKeydown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]}],"events":[{"description":"Emmited when the front face of the flipcard is clicked.","name":"sd-flip-front"},{"description":"Emmited when the back face of the flipcard is clicked.","name":"sd-flip-back"}],"attributes":[{"name":"activation","type":{"text":"'click' | 'click hover'"},"default":"'click hover'","description":"Determines the activation type of the flipcard.","fieldName":"activation","attribute":"activation"},{"name":"flip-direction","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Allows the flipcard to flip vertically or horizontally.","fieldName":"flipDirection","attribute":"flip-direction"},{"name":"front-variant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the front face of the flipcard.","fieldName":"frontVariant","attribute":"front-variant"},{"name":"back-variant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the back face of the flipcard.","fieldName":"backVariant","attribute":"back-variant"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Flipcard allows for the addition of content/information on both \"sides\" of the card, through means of a flip animation. Used to add dynamism and interactivity to a page.","documentation":"https://solid.union-investment.com/[storybook-link]/flipcard","status":"stable","since":"3.8.0","tagName":"sd-flipcard","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdFlipcard","module":"components/flipcard/flipcard.js"}},{"kind":"custom-element-definition","name":"sd-flipcard","declaration":{"name":"SdFlipcard","module":"components/flipcard/flipcard.js"}},{"kind":"custom-element-definition","name":"sd-flipcard","declaration":{"name":"SdFlipcard","module":"components/flipcard/flipcard.js"}}]},{"kind":"javascript-module","path":"components/header/header.js","declarations":[{"kind":"class","description":"","name":"SdHeader","cssProperties":[{"description":"width of the header content","name":"--sd-header-inner-width"},{"description":"max-width of the header content","name":"--sd-header-inner-max-width"},{"description":"padding-left and padding-right of the header content","name":"--sd-header-padding"}],"cssParts":[{"description":"The container that wraps the header's content.","name":"main"}],"slots":[{"description":"The header's default content.","name":""}],"members":[{"kind":"field","name":"fixed","type":{"text":"boolean"},"default":"false","description":"Determines whether the header is fixed or not. If the header is fixed at the top of the page, a shadow is shown underneath.","attribute":"fixed","reflects":true},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver | undefined"},"privacy":"private"},{"kind":"method","name":"toggleHeightCalculation","return":{"type":{"text":"void"}}},{"kind":"method","name":"onResize","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"addResizeObserver","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setCalculatedHeightProperty","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSlotChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]}],"attributes":[{"name":"fixed","type":{"text":"boolean"},"default":"false","description":"Determines whether the header is fixed or not. If the header is fixed at the top of the page, a shadow is shown underneath.","fieldName":"fixed","attribute":"fixed"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Header","documentation":"https://solid.union-investment.com/[storybook-link]/header","status":"stable","since":"1.25.0","tagName":"sd-header","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdHeader","module":"components/header/header.js"}},{"kind":"custom-element-definition","name":"sd-header","declaration":{"name":"SdHeader","module":"components/header/header.js"}},{"kind":"custom-element-definition","name":"sd-header","declaration":{"name":"SdHeader","module":"components/header/header.js"}}]},{"kind":"javascript-module","path":"components/icon/icon.js","declarations":[{"kind":"class","description":"","name":"SdIcon","members":[{"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.default.js","declarations":[{"kind":"variable","name":"defaultLibrary","type":{"text":"IconLibrary"},"default":"{\n name: 'default',\n resolver: name => {\n const path = name.split('/');\n if (path[0] === 'content' || path[0] === 'system') {\n name = 'union-investment/' + name;\n }\n return `https://celum-icons.fe.union-investment.de/${name}.svg`;\n },\n mutator: svg => {\n const recoloredElements = {\n currentColorFills: [] as unknown as NodeListOf<SVGElement>,\n currentColorStrokes: [] as unknown as NodeListOf<SVGElement>,\n greenFills: [] as unknown as NodeListOf<SVGElement>,\n greenStrokes: [] as unknown as NodeListOf<SVGElement>\n };\n recoloredElements['currentColorFills'] = svg.querySelectorAll('[fill=\"#00358e\" i]');\n recoloredElements['currentColorStrokes'] = svg.querySelectorAll('[stroke=\"#00358e\" i]');\n recoloredElements['greenFills'] = svg.querySelectorAll('[fill=\"#2d9d00\" i]');\n recoloredElements['greenStrokes'] = svg.querySelectorAll('[stroke=\"#2d9d00\" i]');\n\n recoloredElements.currentColorFills.forEach(filledElement => {\n filledElement.setAttribute('fill', 'currentColor');\n });\n\n recoloredElements.currentColorStrokes.forEach(strokedElement => {\n strokedElement.setAttribute('stroke', 'currentColor');\n });\n\n recoloredElements.greenFills.forEach(filledElement => {\n filledElement.setAttribute('fill', 'rgb(var(--sd-color-accent, 45 157 0) / var(--tw-bg-opacity, 1))');\n });\n\n recoloredElements.greenStrokes.forEach(strokedElement => {\n strokedElement.setAttribute('stroke', 'rgb(var(--sd-color-accent, 45 157 0) / var(--tw-bg-opacity, 1))');\n });\n return svg;\n }\n}"}],"exports":[{"kind":"js","name":"default","declaration":{"name":"defaultLibrary","module":"components/icon/library.default.js"}}]},{"kind":"javascript-module","path":"components/icon/library.system.js","declarations":[{"kind":"variable","name":"icons","type":{"text":"object"},"default":"{\n calendar: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M21 2H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM6 4v1.667a1 1 0 0 0 2 0V4h8v1.667a1 1 0 0 0 2 0V4h2v4H4V4h2ZM4 20V10h16v10H4Z\"/>\n <path d=\"m7.603 13.263.597.81.31-.25c.31-.25.593-.49.733-.63h.017c-.017.333-.033 1.14-.033 1.647V18h1.223v-6.03H9.353l-1.75 1.293ZM14.667 11.867c-1.543 0-2.26 1-2.26 3.163 0 1.9.667 3.063 2.217 3.063s2.193-1.18 2.193-3.13c-.017-2.063-.743-3.097-2.15-3.097v.001Zm-.044 5.333c-.647 0-1-.76-1-2.28 0-1.44.353-2.173 1-2.173s1 .743 1 2.233c0 1.49-.387 2.227-1.017 2.227l.017-.007Z\"/>\n </svg>\n `,\n 'chevron-down': `\n <svg 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 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 clock: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M13 11.587V8a1 1 0 0 0-2 0v4c0 .07.007.138.021.203l-.001-.006a.855.855 0 0 0 .029.093l-.002-.006c0 .033 0 .067.03.1a.709.709 0 0 0 .055.103l-.002-.003.037.07c.04.057.081.107.127.153l2.827 2.83a1.002 1.002 0 0 0 1.417-1.417L13 11.587Z\"/>\n <path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/>\n </svg>\n `,\n close: `\n <svg 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 'closing-round': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/>\n <path d=\"M16.373 7.627a1 1 0 0 0-1.414 0l-2.96 2.96-2.96-2.96a1 1 0 0 0-1.413 1.414l-.001-.001 2.96 2.96-2.96 2.96a1 1 0 0 0 1.414 1.414l2.96-2.96 2.96 2.96a1 1 0 0 0 1.414-1.414L13.413 12l2.96-2.96a1 1 0 0 0 0-1.414v.001Z\"/>\n </svg>`,\n eye: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12 18.96c-5.263 0-10-5.68-10-6.96 0-1.28 4.737-6.96 10-6.96S22 10.72 22 12c0 1.28-4.737 6.96-10 6.96ZM4.1 12c.76 1.197 4.07 4.96 7.9 4.96s7.14-3.767 7.9-4.96c-.76-1.197-4.07-4.96-7.9-4.96S4.86 10.807 4.1 12Z\"/>\n <path d=\"M12 16.107A4.11 4.11 0 0 1 7.893 12 4.11 4.11 0 0 1 12 7.893 4.11 4.11 0 0 1 16.107 12 4.11 4.11 0 0 1 12 16.107Zm0-6.21a2.107 2.107 0 1 0 0 4.213 2.107 2.107 0 0 0 0-4.213Z\"/>\n </svg>\n `,\n 'eye-crossed-out': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12 16.107A4.11 4.11 0 0 1 7.893 12 4.11 4.11 0 0 1 12 7.893 4.11 4.11 0 0 1 16.107 12 4.11 4.11 0 0 1 12 16.107Zm0-6.21a2.107 2.107 0 1 0 0 4.213 2.107 2.107 0 0 0 0-4.213Z\"/>\n <path d=\"M12 18.96c-5.263 0-10-5.68-10-6.96 0-1.28 4.737-6.96 10-6.96S22 10.72 22 12c0 1.28-4.737 6.96-10 6.96ZM4.1 12c.76 1.197 4.07 4.96 7.9 4.96s7.14-3.767 7.9-4.96c-.76-1.197-4.07-4.96-7.9-4.96S4.86 10.807 4.1 12Z\"/>\n <path d=\"M3 22a1 1 0 0 1-.707-1.707l18-18a1 1 0 0 1 1.414 1.414l-18 18A.991.991 0 0 1 3 22Z\"/>\n </svg>\n `,\n 'info-circle': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/><path d=\"M13.333 7.833a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001ZM13 11.667a1 1 0 0 0-1-1h-1a1 1 0 0 0 0 2v2.667h2v-3.667Z\"/><path d=\"M11 16.333v-1h-1a1 1 0 0 0 0 2h2a1 1 0 0 1-1-1Zm3-1h-1v1a1 1 0 0 1-1 1h2a1 1 0 0 0 0-2Z\"/><path d=\"M13 16.333v-1h-2v1a1 1 0 0 0 2 0Z\"/></svg>`,\n 'status-check': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 12 13\">\n <path fill=\"currentColor\" d=\"m9.947 1.138-.005.008-.001.003-5.56 8.34-2.434-2.447-.004-.004a.648.648 0 0 0-1.093.475c0 .172.066.328.175.444l.003.004 3 2.999c.117.117.28.19.46.19h.065c.2-.021.37-.13.475-.286l.005-.008.001-.002 5.994-8.992a.65.65 0 0 0-.18-.902l-.007-.005-.002-.002a.65.65 0 0 0-.892.185Z\"/>\n </svg>\n `,\n 'status-minus': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">\n <path d=\"M10 5.375H2C1.65496 5.375 1.375 5.65496 1.375 6C1.375 6.34504 1.65496 6.625 2 6.625H10C10.345 6.625 10.625 6.34504 10.625 6C10.625 5.65496 10.345 5.375 10 5.375Z\" fill=\"currentColor\"/>\n </svg>\n `,\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 risk: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12.893 2.553a1.002 1.002 0 0 0-1.784-.006L2.106 20.553A1 1 0 0 0 3 22h18a1 1 0 0 0 .891-1.452l.003.006-9.001-18.001ZM4.617 20 12 5.237 19.383 20H4.617Z\"/>\n <path d=\"M11 10.667V15a1 1 0 0 0 2 0v-4.333a1 1 0 0 0-2 0ZM13 18a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"/>\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 `,\n 'confirm-circle': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/><path d=\"M15.843 7.473a.999.999 0 0 0-1.367.329l-.002.004-3.667 6.223-1.757-1.753a1 1 0 0 0-1.413 1.414l-.001-.001 2.667 2.667a.997.997 0 0 0 .695.31h.128c.314-.042.578-.223.731-.479l.003-.005 4.333-7.333a1 1 0 0 0-.345-1.374l-.005-.003v.001Z\"/></svg>`,\n warning: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.893 2.55295C12.725 2.22395 12.388 2.00195 12 2.00195C11.612 2.00195 11.275 2.22295 11.109 2.54695L2.10598 20.553C2.03998 20.683 2.00098 20.837 2.00098 21C2.00098 21.552 2.44798 21.999 2.99998 22H21C21.552 21.999 21.999 21.552 21.999 21C21.999 20.837 21.96 20.683 21.891 20.548L21.894 20.554L12.893 2.55295ZM4.61698 20L12 5.23695L19.383 20H4.61698Z\"/><path d=\"M11 10.667V15C11 15.552 11.448 16 12 16C12.552 16 13 15.552 13 15V10.667C13 10.115 12.552 9.66695 12 9.66695C11.448 9.66695 11 10.115 11 10.667Z\"/><path d=\"M13 18C13 18.552 12.552 19 12 19C11.448 19 11 18.552 11 18C11 17.448 11.448 17 12 17C12.552 17 13 17.448 13 18Z\"/></svg>`,\n 'exclamation-circle': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 17C13 17.552 12.552 18 12 18C11.448 18 11 17.552 11 17C11 16.448 11.448 16 12 16C12.552 16 13 16.448 13 17Z\"/><path d=\"M12 6C11.448 6 11 6.448 11 7V13C11 13.552 11.448 14 12 14C12.552 14 13 13.552 13 13V7C13 6.448 12.552 6 12 6Z\"/><path d=\"M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM12 20C7.582 20 4 16.418 4 12C4 7.582 7.582 4 12 4C16.418 4 20 7.582 20 12C20 16.418 16.418 20 12 20Z\"/></svg>`,\n 'magnifying-glass': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M21.707 20.293l-6.967-6.96c-0.046-0.046-0.096-0.087-0.15-0.124l-0.004-0.002c0.882-1.162 1.413-2.632 1.413-4.227 0-3.881-3.146-7.027-7.027-7.027s-7.027 3.146-7.027 7.027c0 3.881 3.146 7.027 7.027 7.027 1.594 0 3.065-0.531 4.244-1.426l-0.017 0.013c0.039 0.057 0.081 0.107 0.127 0.153l6.967 6.967c0.181 0.181 0.431 0.292 0.707 0.292s0.526-0.112 0.707-0.292v0c0.183-0.181 0.296-0.432 0.296-0.71s-0.113-0.529-0.296-0.71l-0-0zM9 14c-2.761 0-5-2.239-5-5s2.239-5 5-5c2.761 0 5 2.239 5 5v0c0 2.761-2.239 5-5 5v0z\"></path></svg>`,\n transcript: `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\"> <path d=\"M19 22H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9a1 1 0 0 1 .707.293l5 5c.186.187.293.444.293.707v13a1 1 0 0 1-1 1ZM6 20h12V8.413L13.587 4H6v16Z\"/> <path d=\"M19 10h-6a1 1 0 0 1-1-1V3a1 1 0 1 1 2 0v5h5a1 1 0 1 1 0 2Zm-3 4H8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2Zm-2 4H8a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2Z\"/></svg>`,\n mute: `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path d=\"M10.717 4.077a.997.997 0 0 0-1.09.217L5.92 8.001H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.92l3.707 3.707a.997.997 0 0 0 .707.293h.007a.953.953 0 0 0 .382-.079l-.006.002c.365-.154.617-.509.617-.923v-14a1 1 0 0 0-.61-.921l-.007-.002v-.001ZM4 10h1.333v4H4v-4Zm5.333 6.587-2-2V9.414l2-2v9.173Zm12.374-8.96a1 1 0 0 0-1.414 0l-2.96 2.96-2.96-2.96a1 1 0 0 0-1.413 1.414l-.001-.001 2.96 2.96-2.96 2.96a1 1 0 0 0 1.414 1.414l2.96-2.96 2.96 2.96a1 1 0 0 0 1.414-1.414L18.747 12l2.96-2.96a1 1 0 0 0 0-1.414v.001Z\"/></svg>`,\n volume: `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path d=\"M10.717 4.077a.997.997 0 0 0-1.09.217L5.92 8.001H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.92l3.707 3.707a.997.997 0 0 0 .707.293h.007a.953.953 0 0 0 .382-.079l-.006.002c.365-.154.617-.509.617-.923v-14a1 1 0 0 0-.61-.921l-.007-.002v-.001ZM4 10h1.333v4H4v-4Zm5.333 6.587-2-2V9.414l2-2v9.173Zm9.217-13.48a1 1 0 0 0-.44 1.339l-.003-.006c1.177 2.191 1.876 4.792 1.893 7.555V12a16.365 16.365 0 0 1-1.936 7.638l.043-.088a1.002 1.002 0 0 0 .438 1.331l.006.003c.13.071.285.114.449.117h.001a.999.999 0 0 0 .89-.544l.003-.006c1.312-2.45 2.09-5.357 2.107-8.445v-.005c-.017-3.093-.794-6-2.155-8.549l.048.099a1.001 1.001 0 0 0-1.349-.44l.006-.003-.001-.001Z\"/><path d=\"M14.447 5.167a1 1 0 0 0-.278 1.39l-.002-.004C15.35 8.333 16 10.266 16 12s-.667 3.667-1.833 5.447a1 1 0 0 0 1.664 1.11l.002-.004C17.23 16.45 18 14.12 18 12s-.77-4.45-2.167-6.553a1 1 0 0 0-1.39-.278l.004-.002Z\"/></svg>`\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.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/input/input.js","declarations":[{"kind":"class","description":"","name":"SdInput","cssParts":[{"description":"The form control that wraps the label, input, and help text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The input's wrapper.","name":"form-control-input"},{"description":"The help text's wrapper.","name":"form-control-help-text"},{"description":"The component's base wrapper.","name":"base"},{"description":"The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.","name":"border"},{"description":"The internal `<input>` control.","name":"input"},{"description":"The container that wraps the left.","name":"left"},{"description":"The clear button.","name":"clear-button"},{"description":"The password toggle button.","name":"password-toggle-button"},{"description":"The container that wraps the right.","name":"right"},{"description":"The invalid icon.","name":"invalid-icon"},{"description":"The valid icon.","name":"valid-icon"},{"description":"The invalid message.","name":"invalid-message"}],"slots":[{"description":"The input's label. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"Used to prepend a presentational icon or similar element to the input.","name":"left"},{"description":"Used to append a presentational icon or similar element to the input.","name":"right"},{"description":"An icon to use in lieu of the default clear icon.","name":"clear-icon"},{"description":"An icon to use in lieu of the default show password icon.","name":"show-password-icon"},{"description":"An icon to use in lieu of the default hide password icon.","name":"hide-password-icon"},{"description":"Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.","name":"help-text"},{"description":"An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"protected","readonly":true,"default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(\n this,\n 'help-text',\n 'label',\n 'left',\n 'right',\n 'message',\n 'placeholder'\n )"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"type","type":{"text":"| 'date'\n | 'datetime-local'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'time'\n | 'url'"},"default":"'text'","description":"The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.","attribute":"type","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The input's size.","attribute":"size","reflects":true},{"kind":"field","name":"inputmode","type":{"text":"'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","attribute":"inputmode"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The current value of the input, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"defaultValue","type":{"text":"string"},"default":"''","description":"The default value of the form control. Primarily used for resetting the form control."},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","attribute":"placeholder"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The input's label. If you need to display HTML, use the `label` slot instead.","attribute":"label"},{"kind":"field","name":"helpText","type":{"text":"string"},"default":"''","description":"The input's help text. If you need to display HTML, use the `help-text` slot instead.","attribute":"help-text"},{"kind":"field","name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the input is not empty.","attribute":"clearable"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the input.","attribute":"disabled","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the input readonly.","attribute":"readonly","reflects":true},{"kind":"field","name":"passwordToggle","type":{"text":"boolean"},"default":"false","description":"Adds a button to toggle the password's visibility. Only applies to password types.","attribute":"password-toggle"},{"kind":"field","name":"passwordVisible","type":{"text":"boolean"},"default":"false","description":"Determines whether or not the password is currently visible. Only applies to password input types.","attribute":"password-visible"},{"kind":"field","name":"spinButtons","type":{"text":"boolean"},"default":"false","description":"Hides the browser's built-in increment/decrement spin buttons for number inputs and displays custom buttons.","attribute":"spin-buttons"},{"kind":"field","name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","attribute":"minlength"},{"kind":"field","name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","attribute":"maxlength"},{"kind":"field","name":"min","type":{"text":"number | string"},"description":"The input's minimum value. Only applies to date and number input types.","attribute":"min"},{"kind":"field","name":"max","type":{"text":"number | string"},"description":"The input's maximum value. Only applies to date and number input types.","attribute":"max"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the input, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","description":"The `title` attribute specifies extra information about an element most often as tooltip text when the mouse moves over the element.","attribute":"title"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input a required field.","attribute":"required","reflects":true},{"kind":"field","name":"pattern","type":{"text":"string"},"description":"A regular expression pattern to validate input against.","attribute":"pattern"},{"kind":"field","name":"step","type":{"text":"number | 'any'"},"description":"Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.","attribute":"step"},{"kind":"field","name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","attribute":"autocapitalize"},{"kind":"field","name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","attribute":"autocorrect"},{"kind":"field","name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","attribute":"autocomplete"},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","attribute":"autofocus"},{"kind":"field","name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","attribute":"enterkeyhint"},{"kind":"field","name":"styleOnValid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","attribute":"style-on-valid","reflects":true},{"kind":"field","name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the input.","attribute":"spellcheck"},{"kind":"field","name":"valueAsDate","description":"Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted."},{"kind":"field","name":"valueAsNumber","description":"Gets or sets the current value as a number. Returns `NaN` if the value can't be converted."},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleChange","privacy":"private"},{"kind":"method","name":"handleClearClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handlePasswordToggle","privacy":"private"},{"kind":"method","name":"isDecrementDisabled","privacy":"private"},{"kind":"method","name":"isIncrementDisabled","privacy":"private"},{"kind":"method","name":"handleStep","privacy":"private"},{"kind":"method","name":"handleStepUp","privacy":"private"},{"kind":"method","name":"handleStepDown","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleStepChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the input."},{"kind":"method","name":"blur","description":"Removes focus from the input."},{"kind":"method","name":"select","description":"Selects all the text in the input."},{"kind":"method","name":"setSelectionRange","parameters":[{"name":"selectionStart","type":{"text":"number"}},{"name":"selectionEnd","type":{"text":"number"}},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"}}],"description":"Sets the start and end positions of the text selection (0-based)."},{"kind":"method","name":"setRangeText","parameters":[{"name":"replacement","type":{"text":"string"}},{"name":"start","optional":true,"type":{"text":"number"}},{"name":"end","optional":true,"type":{"text":"number"}},{"name":"selectMode","optional":true,"type":{"text":"'select' | 'start' | 'end' | 'preserve'"}}],"description":"Replaces a range of text with a new string."},{"kind":"method","name":"showPicker","description":"Displays the browser picker for an input element (only works if the browser supports it for the input type)."},{"kind":"method","name":"stepUp","description":"Increments the value of a numeric input type by the value of the step attribute."},{"kind":"method","name":"stepDown","description":"Decrements the value of a numeric input type by the value of the step attribute."},{"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 control loses focus.","name":"sd-blur"},{"description":"Emitted when an alteration to the control's value is committed by the user.","name":"sd-change"},{"description":"Emitted when the clear button is activated.","name":"sd-clear"},{"description":"Emitted when the control gains focus.","name":"sd-focus"},{"description":"Emitted when the control receives input.","name":"sd-input"}],"attributes":[{"name":"type","type":{"text":"| 'date'\n | 'datetime-local'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'time'\n | 'url'"},"default":"'text'","description":"The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.","fieldName":"type","attribute":"type"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The input's size.","fieldName":"size","attribute":"size"},{"name":"inputmode","type":{"text":"'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","fieldName":"inputmode","attribute":"inputmode"},{"name":"value","type":{"text":"string"},"default":"''","description":"The current value of the input, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","fieldName":"placeholder","attribute":"placeholder"},{"name":"label","type":{"text":"string"},"default":"''","description":"The input's label. If you need to display HTML, use the `label` slot instead.","fieldName":"label","attribute":"label"},{"name":"help-text","type":{"text":"string"},"default":"''","description":"The input's help text. If you need to display HTML, use the `help-text` slot instead.","fieldName":"helpText","attribute":"help-text"},{"name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the input is not empty.","fieldName":"clearable","attribute":"clearable"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the input.","fieldName":"disabled","attribute":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the input readonly.","fieldName":"readonly","attribute":"readonly"},{"name":"password-toggle","type":{"text":"boolean"},"default":"false","description":"Adds a button to toggle the password's visibility. Only applies to password types.","fieldName":"passwordToggle","attribute":"password-toggle"},{"name":"password-visible","type":{"text":"boolean"},"default":"false","description":"Determines whether or not the password is currently visible. Only applies to password input types.","fieldName":"passwordVisible","attribute":"password-visible"},{"name":"spin-buttons","type":{"text":"boolean"},"default":"false","description":"Hides the browser's built-in increment/decrement spin buttons for number inputs and displays custom buttons.","fieldName":"spinButtons","attribute":"spin-buttons"},{"name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","fieldName":"minlength","attribute":"minlength"},{"name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","fieldName":"maxlength","attribute":"maxlength"},{"name":"min","type":{"text":"number | string"},"description":"The input's minimum value. Only applies to date and number input types.","fieldName":"min","attribute":"min"},{"name":"max","type":{"text":"number | string"},"description":"The input's maximum value. Only applies to date and number input types.","fieldName":"max","attribute":"max"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the input, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"title","type":{"text":"string"},"default":"''","description":"The `title` attribute specifies extra information about an element most often as tooltip text when the mouse moves over the element.","fieldName":"title","attribute":"title"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input a required field.","fieldName":"required","attribute":"required"},{"name":"pattern","type":{"text":"string"},"description":"A regular expression pattern to validate input against.","fieldName":"pattern","attribute":"pattern"},{"name":"step","type":{"text":"number | 'any'"},"description":"Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.","fieldName":"step","attribute":"step"},{"name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","fieldName":"autocapitalize","attribute":"autocapitalize"},{"name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","fieldName":"autocorrect","attribute":"autocorrect"},{"name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","fieldName":"autocomplete","attribute":"autocomplete"},{"name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","fieldName":"autofocus","attribute":"autofocus"},{"name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","fieldName":"enterkeyhint","attribute":"enterkeyhint"},{"name":"style-on-valid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","fieldName":"styleOnValid","attribute":"style-on-valid"},{"name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the input.","fieldName":"spellcheck","attribute":"spellcheck"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Inputs collect data from the user.","documentation":"https://solid.union-investment.com/[storybook-link]/input","status":"stable","since":"1.24.0","dependencies":["sd-icon"],"tagName":"sd-input","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdInput","module":"components/input/input.js"}},{"kind":"custom-element-definition","name":"sd-input","declaration":{"name":"SdInput","module":"components/input/input.js"}},{"kind":"custom-element-definition","name":"sd-input","declaration":{"name":"SdInput","module":"components/input/input.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","readonly":true,"default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"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":"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":"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":"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":"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":"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":"stable","since":"1.0.0","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/map-marker/map-marker.js","declarations":[{"kind":"class","description":"","name":"SdMapMarker","cssProperties":[{"description":"Scale the marker size.","name":"--map-marker-scaling"}],"slots":[{"description":"The marker's content.\\","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'cluster' | 'main' | 'place'"},"default":"'main'","description":"The map-marker's variant.","attribute":"variant","reflects":true},{"kind":"field","name":"state","type":{"text":"'default' | 'hover' | 'active'"},"default":"'default'","description":"The map-marker's state.","attribute":"state","reflects":true},{"kind":"field","name":"animated","type":{"text":"boolean"},"default":"false","description":"The map-marker's is animated when displayed.","attribute":"animated","reflects":true},{"kind":"field","name":"notInteractive","type":{"text":"boolean"},"default":"false","description":"Determines if the map-marker is interactive.","attribute":"not-interactive","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":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"}],"events":[{"description":"Emitted when the map marker loses focus.","name":"sd-blur"},{"description":"Emitted when the map marker is focused.","name":"sd-focus"}],"attributes":[{"name":"variant","type":{"text":"'cluster' | 'main' | 'place'"},"default":"'main'","description":"The map-marker's variant.","fieldName":"variant","attribute":"variant"},{"name":"state","type":{"text":"'default' | 'hover' | 'active'"},"default":"'default'","description":"The map-marker's state.","fieldName":"state","attribute":"state"},{"name":"animated","type":{"text":"boolean"},"default":"false","description":"The map-marker's is animated when displayed.","fieldName":"animated","attribute":"animated"},{"name":"not-interactive","type":{"text":"boolean"},"default":"false","description":"Determines if the map-marker is interactive.","fieldName":"notInteractive","attribute":"not-interactive"},{"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"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A marker identifies a location on google map","documentation":"https://solid.union-investment.com/[storybook-link]/components-sd-map-marker--docs","status":"stable","since":"2.12","tagName":"sd-map-marker","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdMapMarker","module":"components/map-marker/map-marker.js"}},{"kind":"custom-element-definition","name":"sd-map-marker","declaration":{"name":"SdMapMarker","module":"components/map-marker/map-marker.js"}},{"kind":"custom-element-definition","name":"sd-map-marker","declaration":{"name":"SdMapMarker","module":"components/map-marker/map-marker.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 wrapper.","name":"content-wrapper"},{"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","readonly":true,"default":"new HasSlotController(this, '[default]', 'description', 'children')"},{"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":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","attribute":"size","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"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":"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":"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":"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":"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":"field","name":"separated","type":{"text":"boolean"},"default":"false","attribute":"separated","reflects":true},{"kind":"field","name":"isButton","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"isLink","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"isAccordion","type":{"text":"boolean"},"privacy":"private","readonly":true},{"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":"field","name":"calculatePaddingX","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"tag","privacy":"private","readonly":true}],"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":"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":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","fieldName":"size","attribute":"size"},{"name":"href","type":{"text":"string"},"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":"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":"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":"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":"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"},{"name":"separated","type":{"text":"boolean"},"default":"false","fieldName":"separated","attribute":"separated"}],"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/notification/notification.js","declarations":[{"kind":"class","description":"","name":"SdNotification","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the optional icon.","name":"icon"},{"description":"The container that wraps the notifications's main content and the close button.","name":"content"},{"description":"The container that wraps the notifications's main content.","name":"message"},{"description":"The current duration indicator.","name":"duration-indicator__elapsed"},{"description":"The total duration indicator.","name":"duration-indicator__total"},{"description":"The close button, an `<sd-icon-button>`.","name":"close-button"}],"slots":[{"description":"The sd-notification's main content.","name":""},{"description":"An icon to show in the sd-notification. Works best with `<sd-icon>`.","name":"icon"}],"members":[{"kind":"field","name":"autoHideTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"variant","type":{"text":"'info' | 'success' | 'error' | 'warning'"},"default":"'info'","description":"The sd-notification's theme.","attribute":"variant","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not sd-notification is open. You can toggle this attribute to show and hide the notification, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the notifications's open state.","attribute":"open","reflects":true},{"kind":"field","name":"closable","type":{"text":"boolean"},"default":"false","description":"Enables a close button that allows the user to dismiss the notification.","attribute":"closable","reflects":true},{"kind":"field","name":"duration","default":"Infinity","description":"The length of time, in milliseconds, the sd-notification will show before closing itself. If the user interacts with\nthe notification before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe notification will not close on its own.","attribute":"duration"},{"kind":"field","name":"durationIndicator","type":{"text":"boolean"},"default":"false","description":"Enables an animation that visualizes the duration of a notification.","attribute":"duration-indicator","reflects":true},{"kind":"field","name":"toastStack","type":{"text":"'top-right' | 'bottom-center'"},"default":"'top-right'","description":"The position of the toasted sd-notification.","attribute":"toast-stack","reflects":true},{"kind":"field","name":"remainingDuration","privacy":"private"},{"kind":"field","name":"startTime","privacy":"private"},{"kind":"method","name":"startAutoHide","privacy":"private"},{"kind":"method","name":"onHover","privacy":"private"},{"kind":"method","name":"onHoverEnd","privacy":"private"},{"kind":"method","name":"handleCloseClick","privacy":"private"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleDurationChange"},{"kind":"method","name":"show","description":"Shows the notification."},{"kind":"method","name":"hide","description":"Hides the notification"},{"kind":"method","name":"toast","description":"Displays the notification as a toast notification. This will move the notification out of its position in the DOM and, when\ndismissed, it will be removed from the DOM completely. By storing a reference to the notification, you can reuse it by\ncalling this method again. The returned promise will resolve after the notification is hidden."}],"events":[{"description":"Emitted when the notification opens.","name":"sd-show"},{"description":"Emitted after the notification opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the notification closes.","name":"sd-hide"},{"description":"Emitted after the notification closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"variant","type":{"text":"'info' | 'success' | 'error' | 'warning'"},"default":"'info'","description":"The sd-notification's theme.","fieldName":"variant","attribute":"variant"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not sd-notification is open. You can toggle this attribute to show and hide the notification, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the notifications's open state.","fieldName":"open","attribute":"open"},{"name":"closable","type":{"text":"boolean"},"default":"false","description":"Enables a close button that allows the user to dismiss the notification.","fieldName":"closable","attribute":"closable"},{"name":"duration","default":"Infinity","description":"The length of time, in milliseconds, the sd-notification will show before closing itself. If the user interacts with\nthe notification before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe notification will not close on its own.","fieldName":"duration","attribute":"duration"},{"name":"duration-indicator","type":{"text":"boolean"},"default":"false","description":"Enables an animation that visualizes the duration of a notification.","fieldName":"durationIndicator","attribute":"duration-indicator"},{"name":"toast-stack","type":{"text":"'top-right' | 'bottom-center'"},"default":"'top-right'","description":"The position of the toasted sd-notification.","fieldName":"toastStack","attribute":"toast-stack"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element.js"},"summary":"Alerts are used to display important messages inline or as toast notifications.","documentation":"https://solid.union-investment.com/[storybook-link]/notification","status":"stable","since":"1.22.0","dependencies":["sd-button"],"animations":[{"name":"notification.show","description":"The animation to use when showing the sd-notification."},{"name":"notifiation.hide","description":"The animation to use when hiding the sd-notification."}],"tagName":"sd-notification","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdNotification","module":"components/notification/notification.js"}},{"kind":"custom-element-definition","name":"sd-notification","declaration":{"name":"SdNotification","module":"components/notification/notification.js"}},{"kind":"custom-element-definition","name":"sd-notification","declaration":{"name":"SdNotification","module":"components/notification/notification.js"}}]},{"kind":"javascript-module","path":"components/option/option.js","declarations":[{"kind":"class","description":"","name":"SdOption","cssParts":[{"description":"The checked icon, an `<sd-icon>` element.","name":"checked-icon"},{"description":"The component's base wrapper.","name":"base"},{"description":"The option's label.","name":"label"},{"description":"The container that wraps the left.","name":"left"},{"description":"The container that wraps the right.","name":"right"}],"slots":[{"description":"The option's label.","name":""},{"description":"Used to prepend an icon or similar element to the menu item.","name":"left"},{"description":"Used to append an icon or similar element to the menu item.","name":"right"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'default', 'left', 'right')"},{"kind":"field","name":"cachedTextLabel","type":{"text":"string"},"privacy":"private"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The option's size is inherited automatically from the `size` attribute of the parent `sd-select`.","attribute":"size","reflects":true},{"kind":"field","name":"checkbox","type":{"text":"boolean"},"default":"false","description":"Prefixes a styled checkbox to the option. Enabled automatically in `sd-select` when attribute `checklist` is set to `true`.","attribute":"checkbox","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Draws the option in a disabled state, preventing selection.","attribute":"disabled","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.","attribute":"value","reflects":true},{"kind":"method","name":"handleDefaultSlotChange","privacy":"private"},{"kind":"method","name":"handleMouseEnter","privacy":"private"},{"kind":"method","name":"handleMouseLeave","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleSelectedChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"getTextLabel","description":"Returns a plain text label based on the option's content."}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The option's size is inherited automatically from the `size` attribute of the parent `sd-select`.","fieldName":"size","attribute":"size"},{"name":"checkbox","type":{"text":"boolean"},"default":"false","description":"Prefixes a styled checkbox to the option. Enabled automatically in `sd-select` when attribute `checklist` is set to `true`.","fieldName":"checkbox","attribute":"checkbox"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Draws the option in a disabled state, preventing selection.","fieldName":"disabled","attribute":"disabled"},{"name":"value","type":{"text":"string"},"default":"''","description":"The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.","fieldName":"value","attribute":"value"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Options define the selectable items within various form controls such as [select](/components/select).","documentation":"https://solid.union-investment.com/[storybook-link]/option","status":"stable","since":"1.30.0","dependencies":["sd-icon"],"tagName":"sd-option","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdOption","module":"components/option/option.js"}},{"kind":"custom-element-definition","name":"sd-option","declaration":{"name":"SdOption","module":"components/option/option.js"}},{"kind":"custom-element-definition","name":"sd-option","declaration":{"name":"SdOption","module":"components/option/option.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":"mutationObserver","type":{"text":"MutationObserver | null"},"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":"setupMutationObserver","privacy":"private"},{"kind":"method","name":"handleCurrentPlacementChange","privacy":"private","parameters":[{"name":"mutations","type":{"text":"MutationRecord[]"}}]},{"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"},{"description":"Emitted when the popup's placement changes automatically based on screen limitations.","name":"sd-current-placement"}],"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/quickfact/quickfact.js","declarations":[{"kind":"class","description":"","name":"SdQuickfact","cssParts":[{"description":"The container that wraps the icon.","name":"icon"},{"description":"The component's base wrapper.","name":"base","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The header that wraps both the summary and the expand/collapse icon.","name":"header","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the summary.","name":"summary","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the expand/collapse icons.","name":"summary-icon","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the currently active accordions border.","name":"summary-border","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the accordion content slot.","name":"content","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The accordion content slot.","name":"content__slot","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}],"slots":[{"description":"Optional icon to show in the header. Works best with `<sd-icon>`.","name":"icon"},{"description":"The accordion main content.","name":"","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The accordion summary. Alternatively, you can use the `summary` attribute.","name":"summary","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Optional expand icon to use instead of the default. Works best with `<sd-icon>`.","name":"expand-icon","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.","name":"collapse-icon","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}],"members":[{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.","attribute":"expandable","reflects":true},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"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,"inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"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","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"handleSummaryClick","privacy":"protected","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"handleSummaryKeyDown","privacy":"protected","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"handleOpenChange","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"show","description":"Shows the accordion.","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"hide","description":"Hides the accordion","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}}],"attributes":[{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.","fieldName":"expandable","attribute":"expandable"},{"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","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"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","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}],"superclass":{"name":"SdAccordion","module":"/src/components/accordion/accordion"},"summary":"Accordion shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/quickfact","status":"stable","since":"3.12.0","dependencies":["sd-icon"],"tagName":"sd-quickfact","customElement":true,"events":[{"description":"Emitted when the accordion opens.","name":"sd-show","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Emitted after the accordion opens and all animations are complete.","name":"sd-after-show","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Emitted when the accordion closes.","name":"sd-hide","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Emitted after the accordion closes and all animations are complete.","name":"sd-after-hide","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdQuickfact","module":"components/quickfact/quickfact.js"}},{"kind":"custom-element-definition","name":"sd-quickfact","declaration":{"name":"SdQuickfact","module":"components/quickfact/quickfact.js"}},{"kind":"custom-element-definition","name":"sd-quickfact","declaration":{"name":"SdQuickfact","module":"components/quickfact/quickfact.js"}}]},{"kind":"javascript-module","path":"components/radio-button/radio-button.js","declarations":[{"kind":"class","description":"","name":"SdRadioButton","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The internal `<button>` element.","name":"button"},{"description":"The internal button element when the radio button is checked.","name":"button--checked"},{"description":"The container that wraps the icon.","name":"icon"},{"description":"The container that wraps the radio button's label.","name":"label"}],"slots":[{"description":"The radio button's label.","name":""},{"description":"A presentational icon.","name":"icon"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, '[default]', 'icon')"},{"kind":"field","name":"hasFocus","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The radio button's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the radio button.","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":"handleBlur","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the radio button."},{"kind":"method","name":"blur","description":"Removes focus from the radio button."}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The radio button's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the radio button.","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":"Radio buttons allow the user to select a single option from a group using a button-like control.","documentation":"https://solid.union-investment.com/[storybook-link]/radio-button","status":"stable","since":"1.36.0","tagName":"sd-radio-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdRadioButton","module":"components/radio-button/radio-button.js"}},{"kind":"custom-element-definition","name":"sd-radio-button","declaration":{"name":"SdRadioButton","module":"components/radio-button/radio-button.js"}},{"kind":"custom-element-definition","name":"sd-radio-button","declaration":{"name":"SdRadioButton","module":"components/radio-button/radio-button.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"},{"description":"The button group that wraps radio buttons.","name":"button-group"},{"description":"The button group's `base` part.","name":"button-group__base"}],"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"},{"description":"An optional tooltip that helps describe the radio-group. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"dependencies","type":{"text":"object"},"static":true,"default":"{ 'sd-button-group': SdButtonGroup }"},{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"protected","readonly":true,"default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"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":"size","type":{"text":"'lg' | 'md' | '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":"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":"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":"boldLabel","type":{"text":"boolean"},"default":"false","description":"Quick way to make the group label bold. Bolding the group label is highly recommended for visual clarity between the label and radio options.\nIt is false by default for consistency among the other form elements which do not use bold labels by default.","attribute":"boldLabel","reflects":true},{"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":"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":"validity","description":"Gets the validity state object","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"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":"focus","description":"Move focus to the checked radio (or the first one if none are checked)"},{"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":"size","type":{"text":"'lg' | 'md' | '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":"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"},{"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":"boldLabel","type":{"text":"boolean"},"default":"false","description":"Quick way to make the group label bold. Bolding the group label is highly recommended for visual clarity between the label and radio options.\nIt is false by default for consistency among the other form elements which do not use bold labels by default.","fieldName":"boldLabel","attribute":"boldLabel"},{"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":"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"}],"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.20.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":"hasFocus","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The radio's size.","attribute":"size","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":"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":"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' | 'md' | 'sm'"},"default":"'lg'","description":"The radio's size.","fieldName":"size","attribute":"size"},{"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"},{"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"}],"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.20.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/scrollable/scrollable.js","declarations":[{"kind":"class","description":"","name":"SdScrollable","cssProperties":[{"description":"Defines a custom color for the gradient.","name":"--gradient-color"}],"cssParts":[{"description":"The scrollable's base wrapper.","name":"base"},{"description":"The scrollable's content.","name":"scroll-content"},{"description":"The scrollable's start scroll button.","name":"button-start"},{"description":"The scrollable's end scroll button.","name":"button-end"},{"description":"The scrollable's left scroll button.","name":"button-left"},{"description":"The scrollable's right scroll button.","name":"button-right"},{"description":"The scrollable's top scroll button.","name":"button-top"},{"description":"The scrollable's bottom scroll button.","name":"button-bottom"},{"description":"The scrollable's left shadow.","name":"shadow-left"},{"description":"The scrollable's right shadow.","name":"shadow-right"},{"description":"The scrollable's top shadow.","name":"shadow-top"},{"description":"The scrollable's bottom shadow.","name":"shadow-bottom"}],"slots":[{"description":"The scrollable's content.","name":""},{"description":"The scrollable's start icon.","name":"icon-start"},{"description":"The scrollable's end icon.","name":"icon-end"}],"members":[{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical' | 'auto'"},"default":"'horizontal'","description":"Defines the scroll orientation","attribute":"orientation","reflects":true},{"kind":"field","name":"scrollbars","type":{"text":"boolean"},"default":"false","description":"Activates browser scrollbars","attribute":"scrollbars","reflects":true},{"kind":"field","name":"buttons","type":{"text":"boolean"},"default":"false","description":"Activates scroll buttons","attribute":"buttons","reflects":true},{"kind":"field","name":"shadows","type":{"text":"boolean"},"default":"false","description":"Activates a shadow as optional visual scroll indicator","attribute":"shadows","reflects":true},{"kind":"field","name":"inset","type":{"text":"boolean"},"default":"false","description":"Adds inset padding","attribute":"inset","reflects":true},{"kind":"field","name":"step","type":{"text":"number"},"default":"150","description":"The amount in px to be scrolled when clicking the buttons.","attribute":"step","reflects":true},{"kind":"field","name":"canScroll","type":{"text":"Record<'left' | 'right' | 'up' | 'down', boolean>"},"privacy":"private","default":"{\n left: false,\n right: false,\n up: false,\n down: false\n }"},{"kind":"field","name":"isScrollHorizontalEnabled","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"isScrollVerticalEnabled","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"updateScrollEnabledFlags","privacy":"private"},{"kind":"method","name":"updateScrollIndicatorVisibility"},{"kind":"method","name":"handleScroll","parameters":[{"name":"direction","type":{"text":"'left' | 'right' | 'up' | 'down'"}}]}],"events":[{"name":"start","type":{"text":"CustomEvent"},"description":"Emitted when the start of the scrollable is reached."},{"name":"end","type":{"text":"CustomEvent"},"description":"Emitted when the end of the scrollable is reached."},{"name":"eventName","type":{"text":"CustomEvent"}},{"description":"Emitted when the left button is clicked.","name":"button-left"},{"description":"Emitted when the right button is clicked.","name":"button-right"},{"description":"Emitted when the top button is clicked.","name":"button-up"},{"description":"Emitted when the bottom button is clicked.","name":"button-down"}],"attributes":[{"name":"orientation","type":{"text":"'horizontal' | 'vertical' | 'auto'"},"default":"'horizontal'","description":"Defines the scroll orientation","fieldName":"orientation","attribute":"orientation"},{"name":"scrollbars","type":{"text":"boolean"},"default":"false","description":"Activates browser scrollbars","fieldName":"scrollbars","attribute":"scrollbars"},{"name":"buttons","type":{"text":"boolean"},"default":"false","description":"Activates scroll buttons","fieldName":"buttons","attribute":"buttons"},{"name":"shadows","type":{"text":"boolean"},"default":"false","description":"Activates a shadow as optional visual scroll indicator","fieldName":"shadows","attribute":"shadows"},{"name":"inset","type":{"text":"boolean"},"default":"false","description":"Adds inset padding","fieldName":"inset","attribute":"inset"},{"name":"step","type":{"text":"number"},"default":"150","description":"The amount in px to be scrolled when clicking the buttons.","fieldName":"step","attribute":"step"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Scrollable is used to indicate there is hidden content to be scrolled.","documentation":"https://solid.union-investment.com/[storybook-link]/scrollable","status":"stable","since":"1.0","tagName":"sd-scrollable","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdScrollable","module":"components/scrollable/scrollable.js"}},{"kind":"custom-element-definition","name":"sd-scrollable","declaration":{"name":"SdScrollable","module":"components/scrollable/scrollable.js"}},{"kind":"custom-element-definition","name":"sd-scrollable","declaration":{"name":"SdScrollable","module":"components/scrollable/scrollable.js"}}]},{"kind":"javascript-module","path":"components/select/select.js","declarations":[{"kind":"class","description":"","name":"SdSelect","cssParts":[{"description":"The form control that wraps the label, input, and help text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The select's wrapper.","name":"form-control-input"},{"description":"The help text's wrapper.","name":"form-control-help-text"},{"description":"The container the wraps the combobox, clear icon, and expand button.","name":"combobox"},{"description":"The element that displays the selected option's label, an `<input>` element.","name":"display-input"},{"description":"The listbox container where options are slotted.","name":"listbox"},{"description":"The container that houses option tags when `multiselect` is used.","name":"tags"},{"description":"The individual tags that represent each multiselect option.","name":"tag"},{"description":"The tag's base part.","name":"tag__base"},{"description":"The tag's content part.","name":"tag__content"},{"description":"The tag's remove button.","name":"tag__removable-indicator"},{"description":"The clear button.","name":"clear-button"},{"description":"The container that wraps the expand icon.","name":"expand-icon"}],"slots":[{"description":"The listbox options. Must be `<sd-option>` elements. You can use `<sd-divider>` to group items visually.","name":""},{"description":"The input's label. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.","name":"help-text"},{"description":"An icon to use in lieu of the default clear icon.","name":"clear-icon"},{"description":"The icon to show when the control is expanded and collapsed. Rotates on open and close.","name":"expand-icon"},{"description":"An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"dependencies","type":{"text":"object"},"static":true,"default":"{\n 'sd-icon': SdIcon,\n 'sd-popup': SdPopup,\n 'sd-tag': SdTag\n }"},{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this, {\n assumeInteractionOn: ['sd-blur', 'sd-input']\n })"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'help-text', 'label')"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"typeToSelectString","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"typeToSelectTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"_optionsInDefaultSlot","type":{"text":"SdOption[]"}},{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"defaultValue","type":{"text":"string | string[]"},"default":"''","description":"The default value of the form control. Primarily used for resetting the form control."},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.","attribute":"open","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The select's size.","attribute":"size","reflects":true},{"kind":"field","name":"placement","type":{"text":"'top' | 'bottom'"},"default":"'bottom'","description":"The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The select's label. If you need to display HTML, use the `label` slot instead.","attribute":"label"},{"kind":"field","name":"placeholder","description":"Placeholder text to show as a hint when the select is empty.","attribute":"placeholder"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the select control.","attribute":"disabled","reflects":true},{"kind":"field","name":"helpText","type":{"text":"string"},"default":"''","description":"The select's help text. If you need to display HTML, use the `help-text` slot instead.","attribute":"help-text"},{"kind":"field","name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the select is not empty.","attribute":"clearable"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"default":"false","description":"Allows more than one option to be selected.","attribute":"multiple","reflects":true},{"kind":"field","name":"useTags","type":{"text":"boolean"},"default":"false","description":"Uses interactive `sd-tag` elements representing individual options in the display input when `multiple` is `true`.","attribute":"useTags","reflects":true},{"kind":"field","name":"maxOptionsVisible","type":{"text":"number"},"default":"3","description":"The maximum number of selected options to show when `multiple` and `useTags` are `true`. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.","attribute":"max-options-visible"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the select, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string | string[]"},"default":"''","description":"The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue attribute will be a space-delimited list of values based on the options selected, and the value property will\nbe an array. **For this reason, values must not contain spaces.**","attribute":"value"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"The select's required attribute.","attribute":"required","reflects":true},{"kind":"field","name":"styleOnValid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","attribute":"style-on-valid","reflects":true},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the listbox 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":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"kind":"method","name":"addOpenListeners","privacy":"private"},{"kind":"method","name":"removeOpenListeners","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"field","name":"handleDocumentFocusIn","privacy":"private"},{"kind":"field","name":"handleDocumentKeyDown","privacy":"private"},{"kind":"field","name":"handleDocumentMouseDown","privacy":"private"},{"kind":"method","name":"handleLabelClick","privacy":"private"},{"kind":"method","name":"handleComboboxMouseDown","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleComboboxKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleClearClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleClearMouseDown","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleOptionClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleDefaultSlotChange","privacy":"private"},{"kind":"method","name":"handleTagRemove","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}},{"name":"option","type":{"text":"SdOption"}}]},{"kind":"method","name":"getAllOptions","privacy":"private"},{"kind":"method","name":"getFirstOption","privacy":"private"},{"kind":"method","name":"setCurrentOption","privacy":"private","parameters":[{"name":"option","type":{"text":"SdOption | null"}}]},{"kind":"method","name":"setSelectedOptions","privacy":"private","parameters":[{"name":"option","type":{"text":"SdOption | SdOption[]"}}]},{"kind":"method","name":"toggleOptionSelection","privacy":"private","parameters":[{"name":"option","type":{"text":"SdOption"}},{"name":"force","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"selectionChanged","privacy":"private"},{"kind":"field","name":"tags","privacy":"protected","readonly":true},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleMouseEnter","privacy":"private"},{"kind":"method","name":"handleMouseLeave","privacy":"private"},{"kind":"method","name":"handleCurrentPlacement","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<'top' | 'bottom'>"}}],"description":"Receives incoming event detail from sd-popup and updates local state for conditional styling."},{"kind":"method","name":"handleUseTagsChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"applySizeToOptions"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"show","description":"Shows the listbox."},{"kind":"method","name":"hide","description":"Hides the listbox."},{"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","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."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the control."},{"kind":"method","name":"blur","description":"Removes focus from the control."}],"events":[{"description":"Emitted when the control's value changes.","name":"sd-change"},{"description":"Emitted when the control's value is cleared.","name":"sd-clear"},{"description":"Emitted when the control receives input.","name":"sd-input"},{"description":"Emitted when the control gains focus.","name":"sd-focus"},{"description":"Emitted when the control loses focus.","name":"sd-blur"},{"description":"Emitted when the select's menu opens.","name":"sd-show"},{"description":"Emitted after the select's menu opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the select's menu closes.","name":"sd-hide"},{"description":"Emitted after the select's menu closes and all animations are complete.","name":"sd-after-hide"},{"description":"Emitted when the form control has been checked for validity and its constraints aren't satisfied.","name":"sd-invalid"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.","fieldName":"open","attribute":"open"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The select's size.","fieldName":"size","attribute":"size"},{"name":"placement","type":{"text":"'top' | 'bottom'"},"default":"'bottom'","description":"The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"label","type":{"text":"string"},"default":"''","description":"The select's label. If you need to display HTML, use the `label` slot instead.","fieldName":"label","attribute":"label"},{"name":"placeholder","description":"Placeholder text to show as a hint when the select is empty.","fieldName":"placeholder","attribute":"placeholder"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the select control.","fieldName":"disabled","attribute":"disabled"},{"name":"help-text","type":{"text":"string"},"default":"''","description":"The select's help text. If you need to display HTML, use the `help-text` slot instead.","fieldName":"helpText","attribute":"help-text"},{"name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the select is not empty.","fieldName":"clearable","attribute":"clearable"},{"name":"multiple","type":{"text":"boolean"},"default":"false","description":"Allows more than one option to be selected.","fieldName":"multiple","attribute":"multiple"},{"name":"useTags","type":{"text":"boolean"},"default":"false","description":"Uses interactive `sd-tag` elements representing individual options in the display input when `multiple` is `true`.","fieldName":"useTags","attribute":"useTags"},{"name":"max-options-visible","type":{"text":"number"},"default":"3","description":"The maximum number of selected options to show when `multiple` and `useTags` are `true`. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.","fieldName":"maxOptionsVisible","attribute":"max-options-visible"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the select, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string | string[]"},"default":"''","description":"The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue attribute will be a space-delimited list of values based on the options selected, and the value property will\nbe an array. **For this reason, values must not contain spaces.**","fieldName":"value","attribute":"value"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"The select's required attribute.","fieldName":"required","attribute":"required"},{"name":"style-on-valid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","fieldName":"styleOnValid","attribute":"style-on-valid"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the listbox 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"},{"name":"getTag","type":{"text":"(option: SdOption, index: number) => TemplateResult | string | HTMLElement"},"description":"A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.","fieldName":"getTag","attribute":"getTag"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Selects allow you to choose items from a menu of predefined options.","documentation":"https://shoelace.style/components/select","status":"stable","since":"1.30.0","dependencies":["sd-icon","sd-popup","sd-tag"],"tagName":"sd-select","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSelect","module":"components/select/select.js"}},{"kind":"custom-element-definition","name":"sd-select","declaration":{"name":"SdSelect","module":"components/select/select.js"}},{"kind":"custom-element-definition","name":"sd-select","declaration":{"name":"SdSelect","module":"components/select/select.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":"public","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/step-group/step-group.js","declarations":[{"kind":"class","description":"","name":"SdStepGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the steps.","name":"body"}],"slots":[{"description":"Used for grouping steps in the step group. Must be `<sd-step>` elements.","name":""}],"members":[{"kind":"field","name":"steps","type":{"text":"SdStep[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step-groups's size.","attribute":"size","reflects":true},{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step-group.","attribute":"orientation","reflects":true},{"kind":"field","name":"activeStep","type":{"text":"number"},"default":"0","description":"The active step in the step-group.","attribute":"active-step","reflects":true},{"kind":"field","name":"notInteractive","type":{"text":"boolean"},"default":"false","description":"Determines if the step-group is not interactive.","attribute":"not-interactive","reflects":true},{"kind":"method","name":"updateSize"},{"kind":"method","name":"updateOrientation"},{"kind":"method","name":"getAllSteps","privacy":"private"},{"kind":"method","name":"setActiveStep","parameters":[{"name":"index","type":{"text":"number"},"description":"The index of the step to set as active."}],"description":"Sets the active step."},{"kind":"method","name":"handleInteractivityChange"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step-groups's size.","fieldName":"size","attribute":"size"},{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step-group.","fieldName":"orientation","attribute":"orientation"},{"name":"active-step","type":{"text":"number"},"default":"0","description":"The active step in the step-group.","fieldName":"activeStep","attribute":"active-step"},{"name":"not-interactive","type":{"text":"boolean"},"default":"false","description":"Determines if the step-group is not interactive.","fieldName":"notInteractive","attribute":"not-interactive"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Used as navigation bar that guides users through the steps of a process or task.","documentation":"https://solid.union-investment.com/[storybook-link]/step-group","status":"stable","since":"3.2.0","tagName":"sd-step-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdStepGroup","module":"components/step-group/step-group.js"}},{"kind":"custom-element-definition","name":"sd-step-group","declaration":{"name":"SdStepGroup","module":"components/step-group/step-group.js"}},{"kind":"custom-element-definition","name":"sd-step-group","declaration":{"name":"SdStepGroup","module":"components/step-group/step-group.js"}}]},{"kind":"javascript-module","path":"components/step/step.js","declarations":[{"kind":"class","description":"","name":"SdStep","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the step's circle and tail.","name":"circle-and-tail-container"},{"description":"The circle that marks the step's state.","name":"circle"},{"description":"The step's tail.","name":"tail"},{"description":"The container that wraps the step's label and description.","name":"text-container"},{"description":"The step's label.","name":"label"},{"description":"The step's description.","name":"description"}],"slots":[{"description":"The step's description.","name":""},{"description":"The step's label.","name":"label"},{"description":"The step's index.","name":"index"},{"description":"The content inside a step circle. This could be an icon or a number.","name":"circle-content"}],"members":[{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step's size.","attribute":"size","reflects":true},{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step.","attribute":"orientation","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Sets the step to a disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"current","type":{"text":"boolean"},"default":"false","description":"Sets the step to an active state.","attribute":"current","reflects":true},{"kind":"field","name":"noTail","type":{"text":"boolean"},"default":"false","description":"Removes the tail from the step.","attribute":"no-tail","reflects":true},{"kind":"field","name":"notInteractive","type":{"text":"boolean"},"default":"false","description":"Determines if the step is not interactive.","attribute":"not-interactive","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The step's label overwriting the `label` slot. Use the `label` slot for complex label content.","attribute":"label"},{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"The step's description overwriting the `description` slot. Use the `description` slot for complex description content.","attribute":"description"},{"kind":"field","name":"index","type":{"text":"number"},"default":"1","description":"The step's number in a step-group","attribute":"index","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":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleCurrentChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleInteractivityChange"}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step's size.","fieldName":"size","attribute":"size"},{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step.","fieldName":"orientation","attribute":"orientation"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Sets the step to a disabled state.","fieldName":"disabled","attribute":"disabled"},{"name":"current","type":{"text":"boolean"},"default":"false","description":"Sets the step to an active state.","fieldName":"current","attribute":"current"},{"name":"no-tail","type":{"text":"boolean"},"default":"false","description":"Removes the tail from the step.","fieldName":"noTail","attribute":"no-tail"},{"name":"not-interactive","type":{"text":"boolean"},"default":"false","description":"Determines if the step is not interactive.","fieldName":"notInteractive","attribute":"not-interactive"},{"name":"label","type":{"text":"string"},"default":"''","description":"The step's label overwriting the `label` slot. Use the `label` slot for complex label content.","fieldName":"label","attribute":"label"},{"name":"description","type":{"text":"string"},"default":"''","description":"The step's description overwriting the `description` slot. Use the `description` slot for complex description content.","fieldName":"description","attribute":"description"},{"name":"index","type":{"text":"number"},"default":"1","description":"The step's number in a step-group","fieldName":"index","attribute":"index"},{"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"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Steps are used inside [step groups](/components/step-group) to guide users through the steps of a process or task..","documentation":"https://solid.union-investment.com/[storybook-link]/step","status":"stable","since":"3.2.0","dependencies":["sd-icon","sd-divider"],"tagName":"sd-step","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdStep","module":"components/step/step.js"}},{"kind":"custom-element-definition","name":"sd-step","declaration":{"name":"SdStep","module":"components/step/step.js"}},{"kind":"custom-element-definition","name":"sd-step","declaration":{"name":"SdStep","module":"components/step/step.js"}}]},{"kind":"javascript-module","path":"components/switch/switch.js","declarations":[{"kind":"class","description":"","name":"SdSwitch","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The square container that wraps the switch's state.","name":"control"},{"description":"Matches the control part when the switch is on.","name":"control--checked"},{"description":"Matches the control part when the switch is off.","name":"control--unchecked"},{"description":"The circle that marks the switch's state.","name":"thumb"},{"description":"The container that wraps the switch's label.","name":"label"}],"slots":[{"description":"The switch's label.","name":""}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this, {\n value: (control: SdSwitch) => (control.checked ? control.value || 'on' : undefined),\n defaultValue: (control: SdSwitch) => control.defaultChecked,\n setValue: (control: SdSwitch, checked: boolean) => (control.checked = checked)\n })"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","description":"The title of the switch adds a tooltip with title text.","attribute":"title"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the switch, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"description":"The current value of the switch, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the switch.","attribute":"disabled","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the switch in a checked state.","attribute":"checked","reflects":true},{"kind":"field","name":"defaultChecked","type":{"text":"boolean"},"default":"false","description":"The default value of the form control. Primarily used for resetting the form control."},{"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":"Makes the switch a required field.","attribute":"required","reflects":true},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleStateChange"},{"kind":"method","name":"click","description":"Simulates a click on the switch."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the switch."},{"kind":"method","name":"blur","description":"Removes focus from the switch."},{"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","description":"Checks for validity and shows a validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."}],"events":[{"description":"Emitted when the switch loses focus.","name":"sd-blur"},{"description":"Emitted when the checked state changes.","name":"sd-change"},{"description":"Emitted when the switch gains focus.","name":"sd-focus"},{"description":"Emitted when the switch receives input.","name":"sd-input"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","description":"The title of the switch adds a tooltip with title text.","fieldName":"title","attribute":"title"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the switch, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"description":"The current value of the switch, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the switch.","fieldName":"disabled","attribute":"disabled"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the switch in a checked state.","fieldName":"checked","attribute":"checked"},{"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":"Makes the switch a required field.","fieldName":"required","attribute":"required"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Switches allow the user to toggle an option on or off.","documentation":"https://solid.union-investment.com/[storybook-link]/switch","status":"stable","since":"1.26.0","tagName":"sd-switch","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSwitch","module":"components/switch/switch.js"}},{"kind":"custom-element-definition","name":"sd-switch","declaration":{"name":"SdSwitch","module":"components/switch/switch.js"}},{"kind":"custom-element-definition","name":"sd-switch","declaration":{"name":"SdSwitch","module":"components/switch/switch.js"}}]},{"kind":"javascript-module","path":"components/tab-group/tab-group.js","declarations":[{"kind":"class","description":"","name":"SdTabGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The tab group's navigation container where tabs are slotted in.","name":"nav"},{"description":"The container that wraps the tabs and active-tab-indicator.","name":"scroll-container"},{"description":"The container that wraps the tabs.","name":"tabs"},{"description":"The line that separates tabs from panels.","name":"separation"},{"description":"The tab group's body where tab panels are slotted in.","name":"body"},{"description":"The starting scroll button.","name":"scroll-button--start"},{"description":"The ending scroll button.","name":"scroll-button--end"},{"description":"The scroll button's exported `base` part.","name":"scroll-button__base"}],"slots":[{"description":"Used for grouping tab panels in the tab group. Must be `<sd-tab-panel>` elements.","name":""},{"description":"Used for grouping tabs in the tab group. Must be `<sd-tab>` elements.","name":"nav"}],"members":[{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"activeTab","type":{"text":"SdTab | undefined"},"privacy":"private"},{"kind":"field","name":"mutationObserver","type":{"text":"MutationObserver"},"privacy":"private"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"field","name":"tabs","type":{"text":"SdTab[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"panels","type":{"text":"SdTabPanel[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"activation","type":{"text":"'auto' | 'manual'"},"default":"'auto'","description":"When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.","attribute":"activation"},{"kind":"method","name":"getAllTabs","privacy":"private","parameters":[{"name":"options","default":"{ includeDisabled: true }","type":{"text":"{ includeDisabled: boolean }"}}]},{"kind":"method","name":"getAllPanels","privacy":"private"},{"kind":"method","name":"getActiveTab","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleScrollToStart","privacy":"private"},{"kind":"method","name":"handleScrollToEnd","privacy":"private"},{"kind":"method","name":"setActiveTab","privacy":"private","parameters":[{"name":"tab","type":{"text":"SdTab"}},{"name":"options","optional":true,"type":{"text":"{ emitEvents?: boolean; scrollBehavior?: 'auto' | 'smooth' }"}}],"description":"Sets the active tab and panel."},{"kind":"method","name":"setAriaLabels","privacy":"private"},{"kind":"method","name":"syncTabsAndPanels","privacy":"private"},{"kind":"method","name":"updateScrollControls","privacy":"private"},{"kind":"method","name":"show","parameters":[{"name":"panel","type":{"text":"string"}}],"description":"Shows the specified tab panel."}],"events":[{"type":{"text":"{ name: String }"},"description":"Emitted when a tab is shown.","name":"sd-tab-show"},{"type":{"text":"{ name: String }"},"description":"Emitted when a tab is hidden.","name":"sd-tab-hide"}],"attributes":[{"name":"activation","type":{"text":"'auto' | 'manual'"},"default":"'auto'","description":"When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.","fieldName":"activation","attribute":"activation"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tab groups organize content into a container that shows one section at a time.","documentation":"https://solid.union-investment.com/[storybook-link]/tab-group","status":"stable","since":"2.6.0","tagName":"sd-tab-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTabGroup","module":"components/tab-group/tab-group.js"}},{"kind":"custom-element-definition","name":"sd-tab-group","declaration":{"name":"SdTabGroup","module":"components/tab-group/tab-group.js"}},{"kind":"custom-element-definition","name":"sd-tab-group","declaration":{"name":"SdTabGroup","module":"components/tab-group/tab-group.js"}}]},{"kind":"javascript-module","path":"components/tab-panel/tab-panel.js","declarations":[{"kind":"class","description":"","name":"SdTabPanel","cssProperties":[{"description":"The tab panel's padding.","name":"--padding"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"}],"slots":[{"description":"The tab panel's content.","name":""}],"members":[{"kind":"field","name":"attrId","type":{"text":"number"},"privacy":"private","readonly":true,"default":"++id"},{"kind":"field","name":"componentId","privacy":"private","readonly":true,"default":"`sd-tab-panel-${this.attrId}`"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The tab panel's name.","attribute":"name","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"When true, the tab panel will be shown.","attribute":"active","reflects":true},{"kind":"method","name":"handleActiveChange"}],"attributes":[{"name":"name","type":{"text":"string"},"default":"''","description":"The tab panel's name.","fieldName":"name","attribute":"name"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"When true, the tab panel will be shown.","fieldName":"active","attribute":"active"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.","documentation":"https://solid.union-investment.com/[storybook-link]/tab-panel","status":"stable","since":"2.6.0","tagName":"sd-tab-panel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTabPanel","module":"components/tab-panel/tab-panel.js"}},{"kind":"custom-element-definition","name":"sd-tab-panel","declaration":{"name":"SdTabPanel","module":"components/tab-panel/tab-panel.js"}},{"kind":"custom-element-definition","name":"sd-tab-panel","declaration":{"name":"SdTabPanel","module":"components/tab-panel/tab-panel.js"}}]},{"kind":"javascript-module","path":"components/tab/tab.js","declarations":[{"kind":"class","description":"","name":"SdTab","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The active tab indicator.","name":"active-tab-indicator"},{"description":"The bottom border that appears when the tab is hovered.","name":"hover-bottom-border"}],"slots":[{"description":"The tab's label.","name":""},{"description":"Optional element (eg. icon) positioned to the left of the label.","name":"left"}],"members":[{"kind":"field","name":"attrId","type":{"text":"number"},"privacy":"private","readonly":true,"default":"++id"},{"kind":"field","name":"componentId","privacy":"private","readonly":true,"default":"`sd-tab-${this.attrId}`"},{"kind":"field","name":"variant","type":{"text":"'default' | 'container'"},"default":"'default'","description":"When set to container, a border appears around the current tab and tab-panel.","attribute":"variant","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Draws the tab in an active state.","attribute":"active","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tab and prevents selection.","attribute":"disabled","reflects":true},{"kind":"field","name":"panel","type":{"text":"string"},"default":"''","description":"The name of the tab panel this tab is associated with. The panel must be located in the same tab group.","attribute":"panel","reflects":true},{"kind":"method","name":"handleActiveChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus to the tab."},{"kind":"method","name":"blur","description":"Removes focus from the tab."}],"attributes":[{"name":"variant","type":{"text":"'default' | 'container'"},"default":"'default'","description":"When set to container, a border appears around the current tab and tab-panel.","fieldName":"variant","attribute":"variant"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Draws the tab in an active state.","fieldName":"active","attribute":"active"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tab and prevents selection.","fieldName":"disabled","attribute":"disabled"},{"name":"panel","type":{"text":"string"},"default":"''","description":"The name of the tab panel this tab is associated with. The panel must be located in the same tab group.","fieldName":"panel","attribute":"panel"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).","documentation":"https://solid.union-investment.com/[storybook-link]/tab","status":"stable","since":"2.6.0","dependencies":["sd-button"],"tagName":"sd-tab","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTab","module":"components/tab/tab.js"}},{"kind":"custom-element-definition","name":"sd-tab","declaration":{"name":"SdTab","module":"components/tab/tab.js"}},{"kind":"custom-element-definition","name":"sd-tab","declaration":{"name":"SdTab","module":"components/tab/tab.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":"toggleable","type":{"text":"boolean"},"default":"false","description":"Defines the tag as toggleable, adding the `aria-pressed` attribute to indicate its selected state","attribute":"toggleable","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":"handleRemoveClick","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"},{"description":"Emitted when the remove button is activated.","name":"sd-remove"}],"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":"toggleable","type":{"text":"boolean"},"default":"false","description":"Defines the tag as toggleable, adding the `aria-pressed` attribute to indicate its selected state","fieldName":"toggleable","attribute":"toggleable"},{"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-media/teaser-media.js","declarations":[{"kind":"class","description":"","name":"SdTeaserMedia","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 expandable.","name":"expandable"},{"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":"An optional expandable slot, <strong>not</strong> shown on small devices.","name":"expandable"},{"description":"headline slot.","name":"headline"}],"members":[{"kind":"field","name":"variant","type":{"text":"'white' | 'neutral-100' | 'primary' | 'primary-100' | 'gradient-white' | 'gradient-dark'"},"default":"'white'","attribute":"variant","reflects":true},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(\n this,\n '[default]',\n 'media',\n 'meta',\n 'headline',\n 'expandable'\n )"}],"attributes":[{"name":"variant","type":{"text":"'white' | 'neutral-100' | 'primary' | 'primary-100' | 'gradient-white' | 'gradient-dark'"},"default":"'white'","fieldName":"variant","attribute":"variant"}],"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-design-system.fe.union-investment.de/docs/?path=/docs/components-sd-teaser-media--docs","status":"stable","since":"2.4.0","tagName":"sd-teaser-media","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTeaserMedia","module":"components/teaser-media/teaser-media.js"}},{"kind":"custom-element-definition","name":"sd-teaser-media","declaration":{"name":"SdTeaserMedia","module":"components/teaser-media/teaser-media.js"}},{"kind":"custom-element-definition","name":"sd-teaser-media","declaration":{"name":"SdTeaserMedia","module":"components/teaser-media/teaser-media.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-400' | '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-400`.","attribute":"inset","reflects":true},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"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-400' | '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-400`.","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/textarea/textarea.js","declarations":[{"kind":"class","description":"","name":"SdTextarea","cssParts":[{"description":"The form control that wraps the label, input, and help text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The input's wrapper.","name":"form-control-input"},{"description":"The help text's wrapper.","name":"form-control-help-text"},{"description":"The component's base wrapper.","name":"base"},{"description":"The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.","name":"border"},{"description":"The internal `<textarea>` control.","name":"textarea"}],"slots":[{"description":"The textarea's label. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.","name":"help-text"},{"description":"An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'help-text', 'label')"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","description":"An empty title prevents browser validation tooltips from appearing on hover","attribute":"title"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the textarea, 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 textarea, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The textarea's size.","attribute":"size","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The textarea's label. If you need to display HTML, use the `label` slot instead.","attribute":"label"},{"kind":"field","name":"helpText","type":{"text":"string"},"default":"''","description":"The textarea's help text. If you need to display HTML, use the `help-text` slot instead.","attribute":"help-text"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","attribute":"placeholder"},{"kind":"field","name":"rows","type":{"text":"number"},"default":"4","description":"The number of rows to display by default.","attribute":"rows"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the textarea.","attribute":"disabled","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the textarea readonly.","attribute":"readonly","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":"Makes the textarea a required field.","attribute":"required","reflects":true},{"kind":"field","name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","attribute":"minlength"},{"kind":"field","name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","attribute":"maxlength"},{"kind":"field","name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","attribute":"autocapitalize"},{"kind":"field","name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","attribute":"autocorrect"},{"kind":"field","name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","attribute":"autocomplete"},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","attribute":"autofocus"},{"kind":"field","name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","attribute":"enterkeyhint"},{"kind":"field","name":"styleOnValid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","attribute":"style-on-valid","reflects":true},{"kind":"field","name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the textarea.","attribute":"spellcheck"},{"kind":"field","name":"inputmode","type":{"text":"'none' | 'text'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","attribute":"inputmode"},{"kind":"field","name":"defaultValue","type":{"text":"string"},"default":"''","description":"The default value of the form control. Primarily used for resetting the form control."},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleChange","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"setTextareaHeight","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleRowsChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the textarea."},{"kind":"method","name":"blur","description":"Removes focus from the textarea."},{"kind":"method","name":"select","description":"Selects all the text in the textarea."},{"kind":"method","name":"scrollPosition","return":{"type":{"text":"{ top: number; left: number } | undefined"}},"parameters":[{"name":"position","optional":true,"type":{"text":"{ top?: number; left?: number }"}}],"description":"Gets or sets the textarea's scroll position."},{"kind":"method","name":"setSelectionRange","parameters":[{"name":"selectionStart","type":{"text":"number"}},{"name":"selectionEnd","type":{"text":"number"}},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"}}],"description":"Sets the start and end positions of the text selection (0-based)."},{"kind":"method","name":"setRangeText","parameters":[{"name":"replacement","type":{"text":"string"}},{"name":"start","optional":true,"type":{"text":"number"}},{"name":"end","optional":true,"type":{"text":"number"}},{"name":"selectMode","optional":true,"type":{"text":"'select' | 'start' | 'end' | 'preserve'"}}],"description":"Replaces a range of text with a new string."},{"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","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 control loses focus.","name":"sd-blur"},{"description":"Emitted when an alteration to the control's value is committed by the user.","name":"sd-change"},{"description":"Emitted when the control gains focus.","name":"sd-focus"},{"description":"Emitted when the control receives 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":"title","type":{"text":"string"},"default":"''","description":"An empty title prevents browser validation tooltips from appearing on hover","fieldName":"title","attribute":"title"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the textarea, 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 textarea, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The textarea's size.","fieldName":"size","attribute":"size"},{"name":"label","type":{"text":"string"},"default":"''","description":"The textarea's label. If you need to display HTML, use the `label` slot instead.","fieldName":"label","attribute":"label"},{"name":"help-text","type":{"text":"string"},"default":"''","description":"The textarea's help text. If you need to display HTML, use the `help-text` slot instead.","fieldName":"helpText","attribute":"help-text"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","fieldName":"placeholder","attribute":"placeholder"},{"name":"rows","type":{"text":"number"},"default":"4","description":"The number of rows to display by default.","fieldName":"rows","attribute":"rows"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the textarea.","fieldName":"disabled","attribute":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the textarea readonly.","fieldName":"readonly","attribute":"readonly"},{"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":"Makes the textarea a required field.","fieldName":"required","attribute":"required"},{"name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","fieldName":"minlength","attribute":"minlength"},{"name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","fieldName":"maxlength","attribute":"maxlength"},{"name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","fieldName":"autocapitalize","attribute":"autocapitalize"},{"name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","fieldName":"autocorrect","attribute":"autocorrect"},{"name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","fieldName":"autocomplete","attribute":"autocomplete"},{"name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","fieldName":"autofocus","attribute":"autofocus"},{"name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","fieldName":"enterkeyhint","attribute":"enterkeyhint"},{"name":"style-on-valid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","fieldName":"styleOnValid","attribute":"style-on-valid"},{"name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the textarea.","fieldName":"spellcheck","attribute":"spellcheck"},{"name":"inputmode","type":{"text":"'none' | 'text'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","fieldName":"inputmode","attribute":"inputmode"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Textareas collect data from the user and allow multiple lines of text.","documentation":"https://shoelace.style/components/textarea","status":"stable","since":"1.31.0","tagName":"sd-textarea","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTextarea","module":"components/textarea/textarea.js"}},{"kind":"custom-element-definition","name":"sd-textarea","declaration":{"name":"SdTextarea","module":"components/textarea/textarea.js"}},{"kind":"custom-element-definition","name":"sd-textarea","declaration":{"name":"SdTextarea","module":"components/textarea/textarea.js"}}]},{"kind":"javascript-module","path":"components/tooltip/tooltip.js","declarations":[{"kind":"class","description":"","name":"SdTooltip","cssProperties":[{"description":"The maximum width of the tooltip before its content will wrap.","name":"--max-width"},{"description":"The amount of time to wait before hiding the tooltip when hovering.","name":"--hide-delay"},{"description":"The amount of time to wait before showing the tooltip when hovering.","name":"--show-delay"}],"cssParts":[{"description":"The component's base wrapper, an `<sd-popup>` element.","name":"base"},{"description":"The popup's exported `popup` part. Use this to target the tooltip's popup container.","name":"base__popup"},{"description":"The popup's exported `arrow` part. Use this to target the tooltip's arrow.","name":"base__arrow"},{"description":"The tooltip's body where its content is rendered.","name":"body"}],"slots":[{"description":"The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.","name":""},{"description":"The content to render in the tooltip. Alternatively, you can use the `content` attribute.","name":"content"}],"members":[{"kind":"field","name":"hoverTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"isFocusTriggered","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"Sets the size of the default trigger icon.","attribute":"size"},{"kind":"field","name":"content","type":{"text":"string"},"default":"''","description":"The tooltip's content. If you need to display HTML, use the `content` slot instead.","attribute":"content"},{"kind":"field","name":"placement","type":{"text":"'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"},"default":"'top'","description":"The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tooltip so it won't show when triggered.","attribute":"disabled","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.","attribute":"open","reflects":true},{"kind":"field","name":"trigger","type":{"text":"string"},"default":"'click focus'","description":"Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.","attribute":"trigger"},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.","attribute":"hoist"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleMouseOver","privacy":"private"},{"kind":"method","name":"handleMouseOut","privacy":"private"},{"kind":"method","name":"hasTrigger","privacy":"private","parameters":[{"name":"triggerType","type":{"text":"string"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleOptionsChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"show","description":"Shows the tooltip."},{"kind":"method","name":"hide","description":"Hides the tooltip"}],"events":[{"description":"Emitted when the tooltip begins to show.","name":"sd-show"},{"description":"Emitted after the tooltip has shown and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the tooltip begins to hide.","name":"sd-hide"},{"description":"Emitted after the tooltip has hidden and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"Sets the size of the default trigger icon.","fieldName":"size","attribute":"size"},{"name":"content","type":{"text":"string"},"default":"''","description":"The tooltip's content. If you need to display HTML, use the `content` slot instead.","fieldName":"content","attribute":"content"},{"name":"placement","type":{"text":"'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"},"default":"'top'","description":"The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tooltip so it won't show when triggered.","fieldName":"disabled","attribute":"disabled"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.","fieldName":"open","attribute":"open"},{"name":"trigger","type":{"text":"string"},"default":"'click focus'","description":"Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.","fieldName":"trigger","attribute":"trigger"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.","fieldName":"hoist","attribute":"hoist"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tooltips display additional information based on a specific action.","documentation":"https://solid.union-investment.com/[storybook-link]/tooltip","status":"stable","since":"1.23.0","dependencies":["sd-popup"],"animations":[{"name":"tooltip.show","description":"The animation to use when showing the tooltip."},{"name":"tooltip.hide","description":"The animation to use when hiding the tooltip."}],"tagName":"sd-tooltip","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTooltip","module":"components/tooltip/tooltip.js"}},{"kind":"custom-element-definition","name":"sd-tooltip","declaration":{"name":"SdTooltip","module":"components/tooltip/tooltip.js"}},{"kind":"custom-element-definition","name":"sd-tooltip","declaration":{"name":"SdTooltip","module":"components/tooltip/tooltip.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","readonly":true,"default":"new HasSlotController(this, '[default]', 'play-icon', 'poster')"},{"kind":"field","name":"poster","type":{"text":"Element | null"},"privacy":"private","description":"Getter for optional poster slot.","readonly":true},{"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":"3.22.6","author":{"name":"Union Investment"},"homepage":"https://solid-design-system.fe.union-investment.de/docs/","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 currently active accordions border.","name":"summary-border"},{"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":"public","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":"protected"},{"kind":"method","name":"handleSummaryKeyDown","privacy":"protected","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/audio/audio.js","declarations":[{"kind":"class","description":"","name":"SdAudio","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The audio controls.","name":"audio-controls"},{"description":"The playback speed.","name":"playback-speed"},{"description":"The play button.","name":"play-button"},{"description":"The volume button.","name":"volume"},{"description":"The audio progress slider.","name":"progress-slider"},{"description":"The audio timestamps.","name":"timestamps"}],"slots":[{"description":"The default slot.","name":""},{"description":"The play icon.","name":"play-icon"},{"description":"The pause icon.","name":"pause-icon"},{"description":"The transcript.","name":"transcript"}],"members":[{"kind":"field","name":"localize","privacy":"private","readonly":true,"default":"new LocalizeController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'transcript')"},{"kind":"field","name":"reversedLayout","type":{"text":"boolean"},"default":"false","description":"Reverses the order of the audio controls and timestamps","attribute":"reversed-layout","reflects":true},{"kind":"field","name":"hideTimestamps","type":{"text":"boolean"},"default":"false","description":"Hides the timestamps","attribute":"hide-timestamps","reflects":true},{"kind":"field","name":"animated","type":{"text":"boolean"},"default":"false","description":"Enables the wave animation","attribute":"animated","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the colors of the component","attribute":"inverted","reflects":true},{"kind":"field","name":"speed","type":{"text":"number"},"default":"1","description":"Sets value of the audio element playback rate","attribute":"speed"},{"kind":"field","name":"currentTime","type":{"text":"string"}},{"kind":"field","name":"duration","type":{"text":"string"},"default":"''"},{"kind":"field","name":"isPlaying","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"isMuted","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"progress","type":{"text":"number"},"default":"0"},{"kind":"field","name":"drawer","type":{"text":"SdDrawer"}},{"kind":"field","name":"context","type":{"text":"CanvasRenderingContext2D"}},{"kind":"field","name":"waveList","type":{"text":"Wave[]"}},{"kind":"field","name":"setAudioProgress","privacy":"private"},{"kind":"method","name":"updateCurrentTime","privacy":"private"},{"kind":"method","name":"updateAudioDuration","privacy":"private"},{"kind":"method","name":"playAudio"},{"kind":"method","name":"pauseAudio"},{"kind":"method","name":"handleAudioEnd"},{"kind":"method","name":"toggleMute","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"toggleMuteKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"togglePlaybackSpeed","return":{"type":{"text":"void"}}},{"kind":"method","name":"togglePlaybackSpeedKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"formatTime","privacy":"private","parameters":[{"name":"time","type":{"text":"number"}}]},{"kind":"method","name":"handleAudioProgress","privacy":"private"},{"kind":"method","name":"handleAudioProgressKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"showTranscript","privacy":"private"},{"kind":"method","name":"showTranscriptKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"rgbToHex","privacy":"private","parameters":[{"name":"rgbString","type":{"text":"string"}}]},{"kind":"method","name":"initAnimation","privacy":"private"},{"kind":"method","name":"drawStillWaves","privacy":"private"},{"kind":"method","name":"stopAnimation","privacy":"private"},{"kind":"method","name":"clear","privacy":"private"},{"kind":"method","name":"draw"}],"events":[{"description":"Emitted when the audio playback starts.","name":"sd-playback-start"},{"description":"Emitted when the audio playback ends.","name":"sd-playback-end"},{"description":"Emitted when the audio playback pauses.","name":"sd-playback-pause"},{"description":"Emitted when the audio is muted.","name":"sd-playback-mute"},{"description":"Emitted when the audio is unmuted.","name":"sd-playback-unmute"},{"description":"Emitted when the playback speed is changed.","name":"sd-playback-speed"},{"description":"Emitted when the transcript button is clicked.","name":"sd-transcript-click"}],"attributes":[{"name":"reversed-layout","type":{"text":"boolean"},"default":"false","description":"Reverses the order of the audio controls and timestamps","fieldName":"reversedLayout","attribute":"reversed-layout"},{"name":"hide-timestamps","type":{"text":"boolean"},"default":"false","description":"Hides the timestamps","fieldName":"hideTimestamps","attribute":"hide-timestamps"},{"name":"animated","type":{"text":"boolean"},"default":"false","description":"Enables the wave animation","fieldName":"animated","attribute":"animated"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the colors of the component","fieldName":"inverted","attribute":"inverted"},{"name":"speed","type":{"text":"number"},"default":"1","description":"Sets value of the audio element playback rate","fieldName":"speed","attribute":"speed"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Used to play audio files that are part of the page content.","status":"stable","since":"3.19.0","dependencies":["sd-icon"],"tagName":"sd-audio","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdAudio","module":"components/audio/audio.js"}},{"kind":"custom-element-definition","name":"sd-audio","declaration":{"name":"SdAudio","module":"components/audio/audio.js"}},{"kind":"custom-element-definition","name":"sd-audio","declaration":{"name":"SdAudio","module":"components/audio/audio.js"}}]},{"kind":"javascript-module","path":"components/audio/base64Audio.js","declarations":[{"kind":"variable","name":"base64Audio","type":{"text":"string"},"default":"'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'"}],"exports":[{"kind":"js","name":"default","declaration":{"name":"base64Audio","module":"components/audio/base64Audio.js"}}]},{"kind":"javascript-module","path":"components/audio/wave.js","declarations":[{"kind":"class","description":"","name":"Wave","members":[{"kind":"field","name":"canvas"},{"kind":"field","name":"context"},{"kind":"field","name":"color","type":{"text":"string"}},{"kind":"field","name":"origin","type":{"text":"{ x: number; y: number }"},"default":"{\n x: 0,\n y: this.canvas.height\n }"},{"kind":"field","name":"damping","type":{"text":"number"}},{"kind":"field","name":"lineWidth","type":{"text":"number"},"default":"2"},{"kind":"field","name":"shift","type":{"text":"number"}},{"kind":"field","name":"amplitude","type":{"text":"number"}},{"kind":"field","name":"phase","type":{"text":"number"}},{"kind":"field","name":"frequency","type":{"text":"number"}},{"kind":"field","name":"fixedEnd","type":{"text":"boolean"},"default":"true"},{"kind":"field","name":"fixedStart","type":{"text":"boolean"},"default":"true"},{"kind":"field","name":"gradient","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"outline","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"paused","type":{"text":"boolean"},"default":"true"},{"kind":"field","name":"playbackSpeed","type":{"text":"number"},"default":"1"},{"kind":"field","name":"map","description":"Map a number from one range to another"},{"kind":"field","name":"damp"},{"kind":"method","name":"drawPoint","parameters":[{"name":"x","type":{"text":"number"}},{"name":"y","type":{"text":"number"}},{"name":"color","type":{"text":"string"}}],"description":"Draw a single point on the canvas\nUses arc() method of the context with radius 2\nDepending on the values of outline, fill and graient flags , it will draw a point on the wave"},{"kind":"method","name":"buildSine","parameters":[{"name":"wavelength","type":{"text":"number"}},{"name":"phase","type":{"text":"number"}},{"name":"color","type":{"text":"string"}},{"name":"amplitude","type":{"text":"number"}},{"name":"frequency","type":{"text":"number"}}]},{"kind":"method","name":"redraw"},{"kind":"method","name":"setPlay"},{"kind":"method","name":"setPause"},{"kind":"method","name":"setPlaybackSpeed","parameters":[{"name":"playbackSpeed","type":{"text":"number"}}]}]}],"exports":[{"kind":"js","name":"Wave","declaration":{"name":"Wave","module":"components/audio/wave.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":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","attribute":"size","reflects":true},{"kind":"field","name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's variant.","attribute":"variant","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the badge.","attribute":"inverted","reflects":true}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The badge's size.","fieldName":"size","attribute":"size"},{"name":"variant","type":{"text":"'default' | 'success' | 'error'"},"default":"'default'","description":"The badge's variant.","fieldName":"variant","attribute":"variant"},{"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"},{"description":"Container for border and image variant.","name":"stylized-container"}],"slots":[{"description":"The content inside the brandshape.","name":""},{"description":"The image slot for the 'image' variant.","name":"image"}],"members":[{"kind":"field","name":"variant","type":{"text":"| 'neutral-100'\n | 'primary'\n | 'white'\n | 'border-primary'\n | 'border-white'\n | 'image'"},"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":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"getSvg","privacy":"private","parameters":[{"name":"breakpoint","type":{"text":"Breakpoints"}},{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"largeSvg","privacy":"private","parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"mediumSvg","privacy":"private","parameters":[{"name":"shape","type":{"text":"'top' | 'bottom'"}}]},{"kind":"method","name":"smallSvg","privacy":"private","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."},{"kind":"method","name":"renderStylizedVariant","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderShapes","privacy":"private","return":{"type":{"text":"TemplateResult"}}}],"attributes":[{"name":"variant","type":{"text":"| 'neutral-100'\n | 'primary'\n | 'white'\n | 'border-primary'\n | 'border-white'\n | 'image'"},"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","readonly":true,"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","readonly":true,"default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"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","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"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"}]}],"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":"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","readonly":true},{"kind":"field","name":"intersectionObserver","type":{"text":"IntersectionObserver"},"privacy":"private"},{"kind":"field","name":"intersectionObserverEntries","privacy":"private","readonly":true,"default":"new Map<Element, IntersectionObserverEntry>()"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"mutationObserver","type":{"text":"MutationObserver"},"privacy":"private"},{"kind":"method","name":"getPageCount","static":true,"parameters":[{"name":"totalSlides","type":{"text":"number"}},{"name":"slidesPerPage","type":{"text":"number"}},{"name":"slidesPerMove","type":{"text":"number"}}]},{"kind":"method","name":"getCurrentPage","static":true,"return":{"type":{"text":"number"}},"parameters":[{"name":"totalSlides","type":{"text":"number"}},{"name":"activeSlide","type":{"text":"number"}},{"name":"slidesPerPage","type":{"text":"number"}},{"name":"slidesPerMove","type":{"text":"number"}}]},{"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":"field","name":"unblockAutoplay","privacy":"private"},{"kind":"method","name":"pause","privacy":"public","description":"Pause the autoplay."},{"kind":"method","name":"resume","privacy":"public","description":"Resume the autoplay"},{"kind":"method","name":"handlePausedAutoplay"},{"kind":"method","name":"initializeSlides"},{"kind":"method","name":"handleSlideChange"},{"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":"nextTillFirst","parameters":[{"name":"behavior","default":"'smooth'","type":{"text":"ScrollBehavior"}}]},{"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/checkbox-group/checkbox-group.js","declarations":[{"kind":"class","description":"","name":"SdCheckboxGroup","slots":[{"description":"The default slot where `<sd-checkbox>` elements are placed.","name":""},{"description":"The checkbox group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"An optional tooltip that helps describe the checkbox-group. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'label')"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The checkbox group's size. This size will be applied to the label, all child checkboxes.","attribute":"size","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":"label","type":{"text":"string"},"default":"''","description":"The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.","attribute":"label"},{"kind":"method","name":"getAllCheckboxes","privacy":"private"},{"kind":"method","name":"syncCheckboxElements","privacy":"private"},{"kind":"method","name":"syncCheckboxes","privacy":"private"},{"kind":"method","name":"handleSizeChange"},{"kind":"method","name":"handleInvalid"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The checkbox group's size. This size will be applied to the label, all child checkboxes.","fieldName":"size","attribute":"size"},{"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"},{"name":"label","type":{"text":"string"},"default":"''","description":"The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.","fieldName":"label","attribute":"label"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Checkbox groups are used to group multiple [checkbox](/components/checkbox). It provides only presentational functionality.","documentation":"https://solid.union-investment.com/[storybook-link]/checkbox-group","status":"stable","since":"1.22.0","tagName":"sd-checkbox-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCheckboxGroup","module":"components/checkbox-group/checkbox-group.js"}},{"kind":"custom-element-definition","name":"sd-checkbox-group","declaration":{"name":"SdCheckboxGroup","module":"components/checkbox-group/checkbox-group.js"}},{"kind":"custom-element-definition","name":"sd-checkbox-group","declaration":{"name":"SdCheckboxGroup","module":"components/checkbox-group/checkbox-group.js"}}]},{"kind":"javascript-module","path":"components/checkbox/checkbox.js","declarations":[{"kind":"class","description":"","name":"SdCheckbox","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The square container that wraps the checkbox's checked state.","name":"control"},{"description":"Matches the control part when the checkbox is checked.","name":"control--checked"},{"description":"Matches the control part when the checkbox is indeterminate.","name":"control--indeterminate"},{"description":"The checked icon, an `<sd-icon>` element.","name":"checked-icon"},{"description":"The indeterminate icon, an `<sd-icon>` element.","name":"indeterminate-icon"},{"description":"The container that wraps the checkbox's label.","name":"label"}],"slots":[{"description":"The checkbox's label.","name":""}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this, {\n value: (control: SdCheckbox) => (control.checked ? control.value || 'on' : undefined),\n defaultValue: (control: SdCheckbox) => control.defaultChecked,\n setValue: (control: SdCheckbox, checked: boolean) => (control.checked = checked)\n })"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","attribute":"title"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the checkbox, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"description":"The current value of the checkbox, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"size","type":{"text":"'sm' | 'md' | 'lg'"},"default":"'lg'","description":"The checkbox's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the checkbox.","attribute":"disabled","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in a checked state.","attribute":"checked","reflects":true},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.","attribute":"indeterminate","reflects":true},{"kind":"field","name":"defaultChecked","type":{"text":"boolean"},"default":"false","description":"The default value of the form control. Primarily used for resetting the form control."},{"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":"Makes the checkbox a required field.","attribute":"required","reflects":true},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleStateChange"},{"kind":"method","name":"click","description":"Simulates a click on the checkbox."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the checkbox."},{"kind":"method","name":"blur","description":"Removes focus from the checkbox."},{"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","description":"Checks for validity and shows a validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."}],"events":[{"description":"Emitted when the checkbox loses focus.","name":"sd-blur"},{"description":"Emitted when the checked state changes.","name":"sd-change"},{"description":"Emitted when the checkbox gains focus.","name":"sd-focus"},{"description":"Emitted when the checkbox receives input.","name":"sd-input"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","fieldName":"title","attribute":"title"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the checkbox, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"description":"The current value of the checkbox, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"size","type":{"text":"'sm' | 'md' | 'lg'"},"default":"'lg'","description":"The checkbox's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the checkbox.","fieldName":"disabled","attribute":"disabled"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in a checked state.","fieldName":"checked","attribute":"checked"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.","fieldName":"indeterminate","attribute":"indeterminate"},{"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":"Makes the checkbox a required field.","fieldName":"required","attribute":"required"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Checkboxes allow the user to toggle an option on or off.","documentation":"https://solid.union-investment.com/[storybook-link]/checkbox","status":"stable","since":"1.22.0","dependencies":["sd-icon"],"tagName":"sd-checkbox","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdCheckbox","module":"components/checkbox/checkbox.js"}},{"kind":"custom-element-definition","name":"sd-checkbox","declaration":{"name":"SdCheckbox","module":"components/checkbox/checkbox.js"}},{"kind":"custom-element-definition","name":"sd-checkbox","declaration":{"name":"SdCheckbox","module":"components/checkbox/checkbox.js"}}]},{"kind":"javascript-module","path":"components/dialog/dialog.js","declarations":[{"kind":"class","description":"","name":"SdDialog","cssProperties":[{"description":"The preferred width of the dialog. Note that the dialog 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 dialog.","name":"overlay"},{"description":"The dialog's panel (where the dialog and its content are rendered).","name":"panel"},{"description":"The dialog's header. This element wraps the title and header actions.","name":"header"},{"description":"The dialog's title.","name":"title"},{"description":"The close button, an `<sd-button>`.","name":"close-button"},{"description":"The dialog's body.","name":"body"},{"description":"The dialog's footer.","name":"footer"}],"slots":[{"description":"The dialog's main content.","name":""},{"description":"The dialog's headline. Alternatively, you can use the `headline` attribute.","name":"headline"},{"description":"The dialog's footer, usually one or more buttons representing various options.","name":"footer"},{"description":"The dialog's close button. Works best with `<sd-button>` and `<sd-icon>`.","name":"close-button"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"modal","type":{"text":"Modal"},"privacy":"private"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.","attribute":"open","reflects":true},{"kind":"field","name":"headline","type":{"text":"string"},"default":"''","description":"The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.","attribute":"headline","reflects":true},{"kind":"field","name":"noCloseButton","type":{"text":"boolean"},"default":"false","description":"This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.","attribute":"no-close-button","reflects":true},{"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":"method","name":"handleDocumentKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"show","description":"Shows the dialog."},{"kind":"method","name":"hide","description":"Hides the dialog"}],"events":[{"description":"Emitted when the dialog opens.","name":"sd-show"},{"description":"Emitted after the dialog opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the dialog closes.","name":"sd-hide"},{"description":"Emitted after the dialog closes and all animations are complete.","name":"sd-after-hide"},{"description":"Emitted when the dialog 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 dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog 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 dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.","fieldName":"open","attribute":"open"},{"name":"headline","type":{"text":"string"},"default":"''","description":"The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.","fieldName":"headline","attribute":"headline"},{"name":"no-close-button","type":{"text":"boolean"},"default":"false","description":"This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.","fieldName":"noCloseButton","attribute":"no-close-button"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.","documentation":"https://solid.union-investment.com/[storybook-link]/dialog","status":"stable","since":"1.40.0","dependencies":["sd-button","sd-icon"],"animations":[{"name":"dialog.show","description":"The animation to use when showing the dialog."},{"name":"dialog.hide","description":"The animation to use when hiding the dialog."},{"name":"dialog.denyClose","description":"The animation to use when a request to close the dialog is denied."},{"name":"dialog.overlay.show","description":"The animation to use when showing the dialog's overlay."},{"name":"dialog.overlay.hide","description":"The animation to use when hiding the dialog's overlay."}],"tagName":"sd-dialog","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdDialog","module":"components/dialog/dialog.js"}},{"kind":"custom-element-definition","name":"sd-dialog","declaration":{"name":"SdDialog","module":"components/dialog/dialog.js"}},{"kind":"custom-element-definition","name":"sd-dialog","declaration":{"name":"SdDialog","module":"components/dialog/dialog.js"}}]},{"kind":"javascript-module","path":"components/divider/divider.js","declarations":[{"kind":"class","description":"","name":"SdDivider","cssParts":[{"description":"The component's base wrapper.","name":"base"}],"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","readonly":true,"default":"new HasSlotController(this, 'footer')"},{"kind":"field","name":"localize","privacy":"public","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":"public","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/expandable/expandable.js","declarations":[{"kind":"class","description":"","name":"SdExpandable","cssProperties":[{"description":"Start color of the gradient. Set the opacity to 0 (default: rgba(255, 255, 255, 0))","name":"--gradient-color-start"},{"description":"End color of the gradient. Set the opacity to 1 (default: rgba(255, 255, 255, 1))","name":"--gradient-color-end"},{"description":"Height of the gradient (default: 24px)","name":"--gradient-height"},{"description":"Different value for initial visible block (default: 90px)","name":"--component-expandable-max-block-size"}],"cssParts":[{"description":"The content of the expandable.","name":"content"},{"description":"The toggle button of the expandable.","name":"toggle"},{"description":"The summary of the expandable.","name":"summary"},{"description":"The details element of the expandable.","name":"details"}],"slots":[{"description":"Content of the expandable","name":""},{"description":"Content of the toggle button when the expandable is open","name":"toggle-open"},{"description":"Content of the toggle button when the expandable is closed","name":"toggle-closed"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Used to check whether the component is expanded or not.","attribute":"open","reflects":true},{"kind":"field","name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the expandable and sets the color of the gradient to primary.","attribute":"inverted","reflects":true},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"method","name":"updateMaxHeight","privacy":"private"},{"kind":"method","name":"onToggleClick","privacy":"private"},{"kind":"method","name":"onOpenChange"},{"kind":"method","name":"show","description":"Opens the expandable"},{"kind":"method","name":"hide","description":"Closes the expandable"},{"kind":"method","name":"cloneContentToLightDOM"}],"events":[{"description":"Emitted when the expandable opens.","name":"sd-show"},{"description":"Emitted after the expandable opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the expandable closes.","name":"sd-hide"},{"description":"Emitted after the expandable closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Used to check whether the component is expanded or not.","fieldName":"open","attribute":"open"},{"name":"inverted","type":{"text":"boolean"},"default":"false","description":"Inverts the expandable and sets the color of the gradient to primary.","fieldName":"inverted","attribute":"inverted"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Expandable shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/expandable","status":"stable","since":"3.11.0","dependencies":["sd-icon"],"tagName":"sd-expandable","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdExpandable","module":"components/expandable/expandable.js"}},{"kind":"custom-element-definition","name":"sd-expandable","declaration":{"name":"SdExpandable","module":"components/expandable/expandable.js"}},{"kind":"custom-element-definition","name":"sd-expandable","declaration":{"name":"SdExpandable","module":"components/expandable/expandable.js"}}]},{"kind":"javascript-module","path":"components/flipcard/flipcard.js","declarations":[{"kind":"class","description":"","name":"SdFlipcard","cssProperties":[{"description":"Description of the flipcard.","name":"--name"},{"description":"Use this property to set the height of the flipcard.","name":"--height"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the front-side of the flipcard.","name":"front"},{"description":"The container that wraps the back-side of the flipcard.","name":"back"},{"description":"The container that wraps the front slot.","name":"front-slot-container"},{"description":"The container that wraps the back slot.","name":"back-slot-container"},{"description":"The container that wraps the media-front slot.","name":"media-front"},{"description":"The container that wraps the media-back slot.","name":"media-back"},{"description":"The container that wraps the secondary gradient of the front side.","name":"front-secondary-gradient"},{"description":"The container that wraps the secondary gradient of the back side.","name":"back-secondary-gradient"}],"slots":[{"description":"The front face of the flipcard.","name":"front"},{"description":"The back face of the flipcard.","name":"back"},{"description":"An optional media slot which can be as a background. Dependent from gradient variant.","name":"media-front"},{"description":"An optional media slot which can be as a background. Dependent from gradient variant.","name":"media-back"}],"members":[{"kind":"field","name":"activation","type":{"text":"'click' | 'click hover'"},"default":"'click hover'","description":"Determines the activation type of the flipcard.","attribute":"activation","reflects":true},{"kind":"field","name":"flipDirection","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Allows the flipcard to flip vertically or horizontally.","attribute":"flip-direction","reflects":true},{"kind":"field","name":"frontVariant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the front face of the flipcard.","attribute":"front-variant","reflects":true},{"kind":"field","name":"backVariant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the back face of the flipcard.","attribute":"back-variant","reflects":true},{"kind":"method","name":"flipFront","privacy":"private"},{"kind":"method","name":"flipBack","privacy":"private"},{"kind":"method","name":"handleFrontClick","privacy":"private","parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleBackClick","privacy":"private","parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleFrontKeydown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleBackKeydown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]}],"events":[{"description":"Emmited when the front face of the flipcard is clicked.","name":"sd-flip-front"},{"description":"Emmited when the back face of the flipcard is clicked.","name":"sd-flip-back"}],"attributes":[{"name":"activation","type":{"text":"'click' | 'click hover'"},"default":"'click hover'","description":"Determines the activation type of the flipcard.","fieldName":"activation","attribute":"activation"},{"name":"flip-direction","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Allows the flipcard to flip vertically or horizontally.","fieldName":"flipDirection","attribute":"flip-direction"},{"name":"front-variant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the front face of the flipcard.","fieldName":"frontVariant","attribute":"front-variant"},{"name":"back-variant","type":{"text":"| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"},"default":"'empty'","description":"Determines the variant of the back face of the flipcard.","fieldName":"backVariant","attribute":"back-variant"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Flipcard allows for the addition of content/information on both \"sides\" of the card, through means of a flip animation. Used to add dynamism and interactivity to a page.","documentation":"https://solid.union-investment.com/[storybook-link]/flipcard","status":"stable","since":"3.8.0","tagName":"sd-flipcard","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdFlipcard","module":"components/flipcard/flipcard.js"}},{"kind":"custom-element-definition","name":"sd-flipcard","declaration":{"name":"SdFlipcard","module":"components/flipcard/flipcard.js"}},{"kind":"custom-element-definition","name":"sd-flipcard","declaration":{"name":"SdFlipcard","module":"components/flipcard/flipcard.js"}}]},{"kind":"javascript-module","path":"components/header/header.js","declarations":[{"kind":"class","description":"","name":"SdHeader","cssProperties":[{"description":"width of the header content","name":"--sd-header-inner-width"},{"description":"max-width of the header content","name":"--sd-header-inner-max-width"},{"description":"padding-left and padding-right of the header content","name":"--sd-header-padding"}],"cssParts":[{"description":"The container that wraps the header's content.","name":"main"}],"slots":[{"description":"The header's default content.","name":""}],"members":[{"kind":"field","name":"fixed","type":{"text":"boolean"},"default":"false","description":"Determines whether the header is fixed or not. If the header is fixed at the top of the page, a shadow is shown underneath.","attribute":"fixed","reflects":true},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver | undefined"},"privacy":"private"},{"kind":"method","name":"toggleHeightCalculation","return":{"type":{"text":"void"}}},{"kind":"method","name":"onResize","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"addResizeObserver","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setCalculatedHeightProperty","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSlotChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]}],"attributes":[{"name":"fixed","type":{"text":"boolean"},"default":"false","description":"Determines whether the header is fixed or not. If the header is fixed at the top of the page, a shadow is shown underneath.","fieldName":"fixed","attribute":"fixed"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Header","documentation":"https://solid.union-investment.com/[storybook-link]/header","status":"stable","since":"1.25.0","tagName":"sd-header","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdHeader","module":"components/header/header.js"}},{"kind":"custom-element-definition","name":"sd-header","declaration":{"name":"SdHeader","module":"components/header/header.js"}},{"kind":"custom-element-definition","name":"sd-header","declaration":{"name":"SdHeader","module":"components/header/header.js"}}]},{"kind":"javascript-module","path":"components/icon/icon.js","declarations":[{"kind":"class","description":"","name":"SdIcon","members":[{"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.default.js","declarations":[{"kind":"variable","name":"defaultLibrary","type":{"text":"IconLibrary"},"default":"{\n name: 'default',\n resolver: name => {\n const path = name.split('/');\n if (path[0] === 'content' || path[0] === 'system') {\n name = 'union-investment/' + name;\n }\n return `https://celum-icons.fe.union-investment.de/${name}.svg`;\n },\n mutator: svg => {\n const recoloredElements = {\n currentColorFills: [] as unknown as NodeListOf<SVGElement>,\n currentColorStrokes: [] as unknown as NodeListOf<SVGElement>,\n greenFills: [] as unknown as NodeListOf<SVGElement>,\n greenStrokes: [] as unknown as NodeListOf<SVGElement>\n };\n recoloredElements['currentColorFills'] = svg.querySelectorAll('[fill=\"#00358e\" i]');\n recoloredElements['currentColorStrokes'] = svg.querySelectorAll('[stroke=\"#00358e\" i]');\n recoloredElements['greenFills'] = svg.querySelectorAll('[fill=\"#2d9d00\" i]');\n recoloredElements['greenStrokes'] = svg.querySelectorAll('[stroke=\"#2d9d00\" i]');\n\n recoloredElements.currentColorFills.forEach(filledElement => {\n filledElement.setAttribute('fill', 'currentColor');\n });\n\n recoloredElements.currentColorStrokes.forEach(strokedElement => {\n strokedElement.setAttribute('stroke', 'currentColor');\n });\n\n recoloredElements.greenFills.forEach(filledElement => {\n filledElement.setAttribute('fill', 'rgb(var(--sd-color-accent, 45 157 0) / var(--tw-bg-opacity, 1))');\n });\n\n recoloredElements.greenStrokes.forEach(strokedElement => {\n strokedElement.setAttribute('stroke', 'rgb(var(--sd-color-accent, 45 157 0) / var(--tw-bg-opacity, 1))');\n });\n return svg;\n }\n}"}],"exports":[{"kind":"js","name":"default","declaration":{"name":"defaultLibrary","module":"components/icon/library.default.js"}}]},{"kind":"javascript-module","path":"components/icon/library.system.js","declarations":[{"kind":"variable","name":"icons","type":{"text":"object"},"default":"{\n calendar: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M21 2H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM6 4v1.667a1 1 0 0 0 2 0V4h8v1.667a1 1 0 0 0 2 0V4h2v4H4V4h2ZM4 20V10h16v10H4Z\"/>\n <path d=\"m7.603 13.263.597.81.31-.25c.31-.25.593-.49.733-.63h.017c-.017.333-.033 1.14-.033 1.647V18h1.223v-6.03H9.353l-1.75 1.293ZM14.667 11.867c-1.543 0-2.26 1-2.26 3.163 0 1.9.667 3.063 2.217 3.063s2.193-1.18 2.193-3.13c-.017-2.063-.743-3.097-2.15-3.097v.001Zm-.044 5.333c-.647 0-1-.76-1-2.28 0-1.44.353-2.173 1-2.173s1 .743 1 2.233c0 1.49-.387 2.227-1.017 2.227l.017-.007Z\"/>\n </svg>\n `,\n 'chevron-down': `\n <svg 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 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 clock: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M13 11.587V8a1 1 0 0 0-2 0v4c0 .07.007.138.021.203l-.001-.006a.855.855 0 0 0 .029.093l-.002-.006c0 .033 0 .067.03.1a.709.709 0 0 0 .055.103l-.002-.003.037.07c.04.057.081.107.127.153l2.827 2.83a1.002 1.002 0 0 0 1.417-1.417L13 11.587Z\"/>\n <path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/>\n </svg>\n `,\n close: `\n <svg 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 'closing-round': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/>\n <path d=\"M16.373 7.627a1 1 0 0 0-1.414 0l-2.96 2.96-2.96-2.96a1 1 0 0 0-1.413 1.414l-.001-.001 2.96 2.96-2.96 2.96a1 1 0 0 0 1.414 1.414l2.96-2.96 2.96 2.96a1 1 0 0 0 1.414-1.414L13.413 12l2.96-2.96a1 1 0 0 0 0-1.414v.001Z\"/>\n </svg>`,\n eye: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12 18.96c-5.263 0-10-5.68-10-6.96 0-1.28 4.737-6.96 10-6.96S22 10.72 22 12c0 1.28-4.737 6.96-10 6.96ZM4.1 12c.76 1.197 4.07 4.96 7.9 4.96s7.14-3.767 7.9-4.96c-.76-1.197-4.07-4.96-7.9-4.96S4.86 10.807 4.1 12Z\"/>\n <path d=\"M12 16.107A4.11 4.11 0 0 1 7.893 12 4.11 4.11 0 0 1 12 7.893 4.11 4.11 0 0 1 16.107 12 4.11 4.11 0 0 1 12 16.107Zm0-6.21a2.107 2.107 0 1 0 0 4.213 2.107 2.107 0 0 0 0-4.213Z\"/>\n </svg>\n `,\n 'eye-crossed-out': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12 16.107A4.11 4.11 0 0 1 7.893 12 4.11 4.11 0 0 1 12 7.893 4.11 4.11 0 0 1 16.107 12 4.11 4.11 0 0 1 12 16.107Zm0-6.21a2.107 2.107 0 1 0 0 4.213 2.107 2.107 0 0 0 0-4.213Z\"/>\n <path d=\"M12 18.96c-5.263 0-10-5.68-10-6.96 0-1.28 4.737-6.96 10-6.96S22 10.72 22 12c0 1.28-4.737 6.96-10 6.96ZM4.1 12c.76 1.197 4.07 4.96 7.9 4.96s7.14-3.767 7.9-4.96c-.76-1.197-4.07-4.96-7.9-4.96S4.86 10.807 4.1 12Z\"/>\n <path d=\"M3 22a1 1 0 0 1-.707-1.707l18-18a1 1 0 0 1 1.414 1.414l-18 18A.991.991 0 0 1 3 22Z\"/>\n </svg>\n `,\n 'info-circle': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/><path d=\"M13.333 7.833a1.5 1.5 0 1 1-3.001-.001 1.5 1.5 0 0 1 3.001.001ZM13 11.667a1 1 0 0 0-1-1h-1a1 1 0 0 0 0 2v2.667h2v-3.667Z\"/><path d=\"M11 16.333v-1h-1a1 1 0 0 0 0 2h2a1 1 0 0 1-1-1Zm3-1h-1v1a1 1 0 0 1-1 1h2a1 1 0 0 0 0-2Z\"/><path d=\"M13 16.333v-1h-2v1a1 1 0 0 0 2 0Z\"/></svg>`,\n 'status-check': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 12 13\">\n <path fill=\"currentColor\" d=\"m9.947 1.138-.005.008-.001.003-5.56 8.34-2.434-2.447-.004-.004a.648.648 0 0 0-1.093.475c0 .172.066.328.175.444l.003.004 3 2.999c.117.117.28.19.46.19h.065c.2-.021.37-.13.475-.286l.005-.008.001-.002 5.994-8.992a.65.65 0 0 0-.18-.902l-.007-.005-.002-.002a.65.65 0 0 0-.892.185Z\"/>\n </svg>\n `,\n 'status-minus': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">\n <path d=\"M10 5.375H2C1.65496 5.375 1.375 5.65496 1.375 6C1.375 6.34504 1.65496 6.625 2 6.625H10C10.345 6.625 10.625 6.34504 10.625 6C10.625 5.65496 10.345 5.375 10 5.375Z\" fill=\"currentColor\"/>\n </svg>\n `,\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 risk: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12.893 2.553a1.002 1.002 0 0 0-1.784-.006L2.106 20.553A1 1 0 0 0 3 22h18a1 1 0 0 0 .891-1.452l.003.006-9.001-18.001ZM4.617 20 12 5.237 19.383 20H4.617Z\"/>\n <path d=\"M11 10.667V15a1 1 0 0 0 2 0v-4.333a1 1 0 0 0-2 0ZM13 18a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"/>\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 `,\n 'confirm-circle': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z\"/><path d=\"M15.843 7.473a.999.999 0 0 0-1.367.329l-.002.004-3.667 6.223-1.757-1.753a1 1 0 0 0-1.413 1.414l-.001-.001 2.667 2.667a.997.997 0 0 0 .695.31h.128c.314-.042.578-.223.731-.479l.003-.005 4.333-7.333a1 1 0 0 0-.345-1.374l-.005-.003v.001Z\"/></svg>`,\n warning: `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.893 2.55295C12.725 2.22395 12.388 2.00195 12 2.00195C11.612 2.00195 11.275 2.22295 11.109 2.54695L2.10598 20.553C2.03998 20.683 2.00098 20.837 2.00098 21C2.00098 21.552 2.44798 21.999 2.99998 22H21C21.552 21.999 21.999 21.552 21.999 21C21.999 20.837 21.96 20.683 21.891 20.548L21.894 20.554L12.893 2.55295ZM4.61698 20L12 5.23695L19.383 20H4.61698Z\"/><path d=\"M11 10.667V15C11 15.552 11.448 16 12 16C12.552 16 13 15.552 13 15V10.667C13 10.115 12.552 9.66695 12 9.66695C11.448 9.66695 11 10.115 11 10.667Z\"/><path d=\"M13 18C13 18.552 12.552 19 12 19C11.448 19 11 18.552 11 18C11 17.448 11.448 17 12 17C12.552 17 13 17.448 13 18Z\"/></svg>`,\n 'exclamation-circle': `\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 17C13 17.552 12.552 18 12 18C11.448 18 11 17.552 11 17C11 16.448 11.448 16 12 16C12.552 16 13 16.448 13 17Z\"/><path d=\"M12 6C11.448 6 11 6.448 11 7V13C11 13.552 11.448 14 12 14C12.552 14 13 13.552 13 13V7C13 6.448 12.552 6 12 6Z\"/><path d=\"M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM12 20C7.582 20 4 16.418 4 12C4 7.582 7.582 4 12 4C16.418 4 20 7.582 20 12C20 16.418 16.418 20 12 20Z\"/></svg>`,\n 'magnifying-glass': `\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M21.707 20.293l-6.967-6.96c-0.046-0.046-0.096-0.087-0.15-0.124l-0.004-0.002c0.882-1.162 1.413-2.632 1.413-4.227 0-3.881-3.146-7.027-7.027-7.027s-7.027 3.146-7.027 7.027c0 3.881 3.146 7.027 7.027 7.027 1.594 0 3.065-0.531 4.244-1.426l-0.017 0.013c0.039 0.057 0.081 0.107 0.127 0.153l6.967 6.967c0.181 0.181 0.431 0.292 0.707 0.292s0.526-0.112 0.707-0.292v0c0.183-0.181 0.296-0.432 0.296-0.71s-0.113-0.529-0.296-0.71l-0-0zM9 14c-2.761 0-5-2.239-5-5s2.239-5 5-5c2.761 0 5 2.239 5 5v0c0 2.761-2.239 5-5 5v0z\"></path></svg>`,\n transcript: `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\"> <path d=\"M19 22H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9a1 1 0 0 1 .707.293l5 5c.186.187.293.444.293.707v13a1 1 0 0 1-1 1ZM6 20h12V8.413L13.587 4H6v16Z\"/> <path d=\"M19 10h-6a1 1 0 0 1-1-1V3a1 1 0 1 1 2 0v5h5a1 1 0 1 1 0 2Zm-3 4H8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2Zm-2 4H8a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2Z\"/></svg>`,\n mute: `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path d=\"M10.717 4.077a.997.997 0 0 0-1.09.217L5.92 8.001H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.92l3.707 3.707a.997.997 0 0 0 .707.293h.007a.953.953 0 0 0 .382-.079l-.006.002c.365-.154.617-.509.617-.923v-14a1 1 0 0 0-.61-.921l-.007-.002v-.001ZM4 10h1.333v4H4v-4Zm5.333 6.587-2-2V9.414l2-2v9.173Zm12.374-8.96a1 1 0 0 0-1.414 0l-2.96 2.96-2.96-2.96a1 1 0 0 0-1.413 1.414l-.001-.001 2.96 2.96-2.96 2.96a1 1 0 0 0 1.414 1.414l2.96-2.96 2.96 2.96a1 1 0 0 0 1.414-1.414L18.747 12l2.96-2.96a1 1 0 0 0 0-1.414v.001Z\"/></svg>`,\n volume: `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path d=\"M10.717 4.077a.997.997 0 0 0-1.09.217L5.92 8.001H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.92l3.707 3.707a.997.997 0 0 0 .707.293h.007a.953.953 0 0 0 .382-.079l-.006.002c.365-.154.617-.509.617-.923v-14a1 1 0 0 0-.61-.921l-.007-.002v-.001ZM4 10h1.333v4H4v-4Zm5.333 6.587-2-2V9.414l2-2v9.173Zm9.217-13.48a1 1 0 0 0-.44 1.339l-.003-.006c1.177 2.191 1.876 4.792 1.893 7.555V12a16.365 16.365 0 0 1-1.936 7.638l.043-.088a1.002 1.002 0 0 0 .438 1.331l.006.003c.13.071.285.114.449.117h.001a.999.999 0 0 0 .89-.544l.003-.006c1.312-2.45 2.09-5.357 2.107-8.445v-.005c-.017-3.093-.794-6-2.155-8.549l.048.099a1.001 1.001 0 0 0-1.349-.44l.006-.003-.001-.001Z\"/><path d=\"M14.447 5.167a1 1 0 0 0-.278 1.39l-.002-.004C15.35 8.333 16 10.266 16 12s-.667 3.667-1.833 5.447a1 1 0 0 0 1.664 1.11l.002-.004C17.23 16.45 18 14.12 18 12s-.77-4.45-2.167-6.553a1 1 0 0 0-1.39-.278l.004-.002Z\"/></svg>`\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.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/input/input.js","declarations":[{"kind":"class","description":"","name":"SdInput","cssParts":[{"description":"The form control that wraps the label, input, and help text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The input's wrapper.","name":"form-control-input"},{"description":"The help text's wrapper.","name":"form-control-help-text"},{"description":"The component's base wrapper.","name":"base"},{"description":"The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.","name":"border"},{"description":"The internal `<input>` control.","name":"input"},{"description":"The container that wraps the left.","name":"left"},{"description":"The clear button.","name":"clear-button"},{"description":"The password toggle button.","name":"password-toggle-button"},{"description":"The container that wraps the right.","name":"right"},{"description":"The invalid icon.","name":"invalid-icon"},{"description":"The valid icon.","name":"valid-icon"},{"description":"The invalid message.","name":"invalid-message"}],"slots":[{"description":"The input's label. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"Used to prepend a presentational icon or similar element to the input.","name":"left"},{"description":"Used to append a presentational icon or similar element to the input.","name":"right"},{"description":"An icon to use in lieu of the default clear icon.","name":"clear-icon"},{"description":"An icon to use in lieu of the default show password icon.","name":"show-password-icon"},{"description":"An icon to use in lieu of the default hide password icon.","name":"hide-password-icon"},{"description":"Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.","name":"help-text"},{"description":"An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"protected","readonly":true,"default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(\n this,\n 'help-text',\n 'label',\n 'left',\n 'right',\n 'message',\n 'placeholder'\n )"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"type","type":{"text":"| 'date'\n | 'datetime-local'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'time'\n | 'url'"},"default":"'text'","description":"The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.","attribute":"type","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The input's size.","attribute":"size","reflects":true},{"kind":"field","name":"inputmode","type":{"text":"'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","attribute":"inputmode"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The current value of the input, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"defaultValue","type":{"text":"string"},"default":"''","description":"The default value of the form control. Primarily used for resetting the form control."},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","attribute":"placeholder"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The input's label. If you need to display HTML, use the `label` slot instead.","attribute":"label"},{"kind":"field","name":"helpText","type":{"text":"string"},"default":"''","description":"The input's help text. If you need to display HTML, use the `help-text` slot instead.","attribute":"help-text"},{"kind":"field","name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the input is not empty.","attribute":"clearable"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the input.","attribute":"disabled","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the input readonly.","attribute":"readonly","reflects":true},{"kind":"field","name":"passwordToggle","type":{"text":"boolean"},"default":"false","description":"Adds a button to toggle the password's visibility. Only applies to password types.","attribute":"password-toggle"},{"kind":"field","name":"passwordVisible","type":{"text":"boolean"},"default":"false","description":"Determines whether or not the password is currently visible. Only applies to password input types.","attribute":"password-visible"},{"kind":"field","name":"spinButtons","type":{"text":"boolean"},"default":"false","description":"Hides the browser's built-in increment/decrement spin buttons for number inputs and displays custom buttons.","attribute":"spin-buttons"},{"kind":"field","name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","attribute":"minlength"},{"kind":"field","name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","attribute":"maxlength"},{"kind":"field","name":"min","type":{"text":"number | string"},"description":"The input's minimum value. Only applies to date and number input types.","attribute":"min"},{"kind":"field","name":"max","type":{"text":"number | string"},"description":"The input's maximum value. Only applies to date and number input types.","attribute":"max"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the input, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","description":"The `title` attribute specifies extra information about an element most often as tooltip text when the mouse moves over the element.","attribute":"title"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input a required field.","attribute":"required","reflects":true},{"kind":"field","name":"pattern","type":{"text":"string"},"description":"A regular expression pattern to validate input against.","attribute":"pattern"},{"kind":"field","name":"step","type":{"text":"number | 'any'"},"description":"Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.","attribute":"step"},{"kind":"field","name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","attribute":"autocapitalize"},{"kind":"field","name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","attribute":"autocorrect"},{"kind":"field","name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","attribute":"autocomplete"},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","attribute":"autofocus"},{"kind":"field","name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","attribute":"enterkeyhint"},{"kind":"field","name":"styleOnValid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","attribute":"style-on-valid","reflects":true},{"kind":"field","name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the input.","attribute":"spellcheck"},{"kind":"field","name":"valueAsDate","description":"Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted."},{"kind":"field","name":"valueAsNumber","description":"Gets or sets the current value as a number. Returns `NaN` if the value can't be converted."},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleChange","privacy":"private"},{"kind":"method","name":"handleClearClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handlePasswordToggle","privacy":"private"},{"kind":"method","name":"isDecrementDisabled","privacy":"private"},{"kind":"method","name":"isIncrementDisabled","privacy":"private"},{"kind":"method","name":"handleStep","privacy":"private"},{"kind":"method","name":"handleStepUp","privacy":"private"},{"kind":"method","name":"handleStepDown","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleStepChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the input."},{"kind":"method","name":"blur","description":"Removes focus from the input."},{"kind":"method","name":"select","description":"Selects all the text in the input."},{"kind":"method","name":"setSelectionRange","parameters":[{"name":"selectionStart","type":{"text":"number"}},{"name":"selectionEnd","type":{"text":"number"}},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"}}],"description":"Sets the start and end positions of the text selection (0-based)."},{"kind":"method","name":"setRangeText","parameters":[{"name":"replacement","type":{"text":"string"}},{"name":"start","optional":true,"type":{"text":"number"}},{"name":"end","optional":true,"type":{"text":"number"}},{"name":"selectMode","optional":true,"type":{"text":"'select' | 'start' | 'end' | 'preserve'"}}],"description":"Replaces a range of text with a new string."},{"kind":"method","name":"showPicker","description":"Displays the browser picker for an input element (only works if the browser supports it for the input type)."},{"kind":"method","name":"stepUp","description":"Increments the value of a numeric input type by the value of the step attribute."},{"kind":"method","name":"stepDown","description":"Decrements the value of a numeric input type by the value of the step attribute."},{"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 control loses focus.","name":"sd-blur"},{"description":"Emitted when an alteration to the control's value is committed by the user.","name":"sd-change"},{"description":"Emitted when the clear button is activated.","name":"sd-clear"},{"description":"Emitted when the control gains focus.","name":"sd-focus"},{"description":"Emitted when the control receives input.","name":"sd-input"}],"attributes":[{"name":"type","type":{"text":"| 'date'\n | 'datetime-local'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'time'\n | 'url'"},"default":"'text'","description":"The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.","fieldName":"type","attribute":"type"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The input's size.","fieldName":"size","attribute":"size"},{"name":"inputmode","type":{"text":"'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","fieldName":"inputmode","attribute":"inputmode"},{"name":"value","type":{"text":"string"},"default":"''","description":"The current value of the input, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","fieldName":"placeholder","attribute":"placeholder"},{"name":"label","type":{"text":"string"},"default":"''","description":"The input's label. If you need to display HTML, use the `label` slot instead.","fieldName":"label","attribute":"label"},{"name":"help-text","type":{"text":"string"},"default":"''","description":"The input's help text. If you need to display HTML, use the `help-text` slot instead.","fieldName":"helpText","attribute":"help-text"},{"name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the input is not empty.","fieldName":"clearable","attribute":"clearable"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the input.","fieldName":"disabled","attribute":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the input readonly.","fieldName":"readonly","attribute":"readonly"},{"name":"password-toggle","type":{"text":"boolean"},"default":"false","description":"Adds a button to toggle the password's visibility. Only applies to password types.","fieldName":"passwordToggle","attribute":"password-toggle"},{"name":"password-visible","type":{"text":"boolean"},"default":"false","description":"Determines whether or not the password is currently visible. Only applies to password input types.","fieldName":"passwordVisible","attribute":"password-visible"},{"name":"spin-buttons","type":{"text":"boolean"},"default":"false","description":"Hides the browser's built-in increment/decrement spin buttons for number inputs and displays custom buttons.","fieldName":"spinButtons","attribute":"spin-buttons"},{"name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","fieldName":"minlength","attribute":"minlength"},{"name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","fieldName":"maxlength","attribute":"maxlength"},{"name":"min","type":{"text":"number | string"},"description":"The input's minimum value. Only applies to date and number input types.","fieldName":"min","attribute":"min"},{"name":"max","type":{"text":"number | string"},"description":"The input's maximum value. Only applies to date and number input types.","fieldName":"max","attribute":"max"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the input, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"title","type":{"text":"string"},"default":"''","description":"The `title` attribute specifies extra information about an element most often as tooltip text when the mouse moves over the element.","fieldName":"title","attribute":"title"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input a required field.","fieldName":"required","attribute":"required"},{"name":"pattern","type":{"text":"string"},"description":"A regular expression pattern to validate input against.","fieldName":"pattern","attribute":"pattern"},{"name":"step","type":{"text":"number | 'any'"},"description":"Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.","fieldName":"step","attribute":"step"},{"name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","fieldName":"autocapitalize","attribute":"autocapitalize"},{"name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","fieldName":"autocorrect","attribute":"autocorrect"},{"name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","fieldName":"autocomplete","attribute":"autocomplete"},{"name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","fieldName":"autofocus","attribute":"autofocus"},{"name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","fieldName":"enterkeyhint","attribute":"enterkeyhint"},{"name":"style-on-valid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","fieldName":"styleOnValid","attribute":"style-on-valid"},{"name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the input.","fieldName":"spellcheck","attribute":"spellcheck"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Inputs collect data from the user.","documentation":"https://solid.union-investment.com/[storybook-link]/input","status":"stable","since":"1.24.0","dependencies":["sd-icon"],"tagName":"sd-input","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdInput","module":"components/input/input.js"}},{"kind":"custom-element-definition","name":"sd-input","declaration":{"name":"SdInput","module":"components/input/input.js"}},{"kind":"custom-element-definition","name":"sd-input","declaration":{"name":"SdInput","module":"components/input/input.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","readonly":true,"default":"new HasSlotController(this, '[default]', 'icon-left', 'icon-right')"},{"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":"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":"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":"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":"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":"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":"stable","since":"1.0.0","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/map-marker/map-marker.js","declarations":[{"kind":"class","description":"","name":"SdMapMarker","cssProperties":[{"description":"Scale the marker size.","name":"--map-marker-scaling"}],"slots":[{"description":"The marker's content.\\","name":""}],"members":[{"kind":"field","name":"variant","type":{"text":"'cluster' | 'main' | 'place'"},"default":"'main'","description":"The map-marker's variant.","attribute":"variant","reflects":true},{"kind":"field","name":"state","type":{"text":"'default' | 'hover' | 'active'"},"default":"'default'","description":"The map-marker's state.","attribute":"state","reflects":true},{"kind":"field","name":"animated","type":{"text":"boolean"},"default":"false","description":"The map-marker's is animated when displayed.","attribute":"animated","reflects":true},{"kind":"field","name":"notInteractive","type":{"text":"boolean"},"default":"false","description":"Determines if the map-marker is interactive.","attribute":"not-interactive","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":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"isLink","privacy":"private"}],"events":[{"description":"Emitted when the map marker loses focus.","name":"sd-blur"},{"description":"Emitted when the map marker is focused.","name":"sd-focus"}],"attributes":[{"name":"variant","type":{"text":"'cluster' | 'main' | 'place'"},"default":"'main'","description":"The map-marker's variant.","fieldName":"variant","attribute":"variant"},{"name":"state","type":{"text":"'default' | 'hover' | 'active'"},"default":"'default'","description":"The map-marker's state.","fieldName":"state","attribute":"state"},{"name":"animated","type":{"text":"boolean"},"default":"false","description":"The map-marker's is animated when displayed.","fieldName":"animated","attribute":"animated"},{"name":"not-interactive","type":{"text":"boolean"},"default":"false","description":"Determines if the map-marker is interactive.","fieldName":"notInteractive","attribute":"not-interactive"},{"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"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"A marker identifies a location on google map","documentation":"https://solid.union-investment.com/[storybook-link]/components-sd-map-marker--docs","status":"stable","since":"2.12","tagName":"sd-map-marker","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdMapMarker","module":"components/map-marker/map-marker.js"}},{"kind":"custom-element-definition","name":"sd-map-marker","declaration":{"name":"SdMapMarker","module":"components/map-marker/map-marker.js"}},{"kind":"custom-element-definition","name":"sd-map-marker","declaration":{"name":"SdMapMarker","module":"components/map-marker/map-marker.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 wrapper.","name":"content-wrapper"},{"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","readonly":true,"default":"new HasSlotController(this, '[default]', 'description', 'children')"},{"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":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","attribute":"size","reflects":true},{"kind":"field","name":"href","type":{"text":"string"},"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":"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":"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":"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":"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":"field","name":"separated","type":{"text":"boolean"},"default":"false","attribute":"separated","reflects":true},{"kind":"field","name":"isButton","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"isLink","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"isAccordion","type":{"text":"boolean"},"privacy":"private","readonly":true},{"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":"field","name":"calculatePaddingX","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"tag","privacy":"private","readonly":true}],"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":"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":"size","type":{"text":"'base' | 'lg' | 'sm'"},"default":"'base'","description":"The navigation item's font size.","fieldName":"size","attribute":"size"},{"name":"href","type":{"text":"string"},"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":"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":"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":"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":"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"},{"name":"separated","type":{"text":"boolean"},"default":"false","fieldName":"separated","attribute":"separated"}],"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/notification/notification.js","declarations":[{"kind":"class","description":"","name":"SdNotification","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the optional icon.","name":"icon"},{"description":"The container that wraps the notifications's main content and the close button.","name":"content"},{"description":"The container that wraps the notifications's main content.","name":"message"},{"description":"The current duration indicator.","name":"duration-indicator__elapsed"},{"description":"The total duration indicator.","name":"duration-indicator__total"},{"description":"The close button, an `<sd-icon-button>`.","name":"close-button"}],"slots":[{"description":"The sd-notification's main content.","name":""},{"description":"An icon to show in the sd-notification. Works best with `<sd-icon>`.","name":"icon"}],"members":[{"kind":"field","name":"autoHideTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"variant","type":{"text":"'info' | 'success' | 'error' | 'warning'"},"default":"'info'","description":"The sd-notification's theme.","attribute":"variant","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not sd-notification is open. You can toggle this attribute to show and hide the notification, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the notifications's open state.","attribute":"open","reflects":true},{"kind":"field","name":"closable","type":{"text":"boolean"},"default":"false","description":"Enables a close button that allows the user to dismiss the notification.","attribute":"closable","reflects":true},{"kind":"field","name":"duration","default":"Infinity","description":"The length of time, in milliseconds, the sd-notification will show before closing itself. If the user interacts with\nthe notification before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe notification will not close on its own.","attribute":"duration"},{"kind":"field","name":"durationIndicator","type":{"text":"boolean"},"default":"false","description":"Enables an animation that visualizes the duration of a notification.","attribute":"duration-indicator","reflects":true},{"kind":"field","name":"toastStack","type":{"text":"'top-right' | 'bottom-center'"},"default":"'top-right'","description":"The position of the toasted sd-notification.","attribute":"toast-stack","reflects":true},{"kind":"field","name":"remainingDuration","privacy":"private"},{"kind":"field","name":"startTime","privacy":"private"},{"kind":"method","name":"startAutoHide","privacy":"private"},{"kind":"method","name":"onHover","privacy":"private"},{"kind":"method","name":"onHoverEnd","privacy":"private"},{"kind":"method","name":"handleCloseClick","privacy":"private"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleDurationChange"},{"kind":"method","name":"show","description":"Shows the notification."},{"kind":"method","name":"hide","description":"Hides the notification"},{"kind":"method","name":"toast","description":"Displays the notification as a toast notification. This will move the notification out of its position in the DOM and, when\ndismissed, it will be removed from the DOM completely. By storing a reference to the notification, you can reuse it by\ncalling this method again. The returned promise will resolve after the notification is hidden."}],"events":[{"description":"Emitted when the notification opens.","name":"sd-show"},{"description":"Emitted after the notification opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the notification closes.","name":"sd-hide"},{"description":"Emitted after the notification closes and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"variant","type":{"text":"'info' | 'success' | 'error' | 'warning'"},"default":"'info'","description":"The sd-notification's theme.","fieldName":"variant","attribute":"variant"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not sd-notification is open. You can toggle this attribute to show and hide the notification, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the notifications's open state.","fieldName":"open","attribute":"open"},{"name":"closable","type":{"text":"boolean"},"default":"false","description":"Enables a close button that allows the user to dismiss the notification.","fieldName":"closable","attribute":"closable"},{"name":"duration","default":"Infinity","description":"The length of time, in milliseconds, the sd-notification will show before closing itself. If the user interacts with\nthe notification before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe notification will not close on its own.","fieldName":"duration","attribute":"duration"},{"name":"duration-indicator","type":{"text":"boolean"},"default":"false","description":"Enables an animation that visualizes the duration of a notification.","fieldName":"durationIndicator","attribute":"duration-indicator"},{"name":"toast-stack","type":{"text":"'top-right' | 'bottom-center'"},"default":"'top-right'","description":"The position of the toasted sd-notification.","fieldName":"toastStack","attribute":"toast-stack"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element.js"},"summary":"Alerts are used to display important messages inline or as toast notifications.","documentation":"https://solid.union-investment.com/[storybook-link]/notification","status":"stable","since":"1.22.0","dependencies":["sd-button"],"animations":[{"name":"notification.show","description":"The animation to use when showing the sd-notification."},{"name":"notifiation.hide","description":"The animation to use when hiding the sd-notification."}],"tagName":"sd-notification","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdNotification","module":"components/notification/notification.js"}},{"kind":"custom-element-definition","name":"sd-notification","declaration":{"name":"SdNotification","module":"components/notification/notification.js"}},{"kind":"custom-element-definition","name":"sd-notification","declaration":{"name":"SdNotification","module":"components/notification/notification.js"}}]},{"kind":"javascript-module","path":"components/option/option.js","declarations":[{"kind":"class","description":"","name":"SdOption","cssParts":[{"description":"The checked icon, an `<sd-icon>` element.","name":"checked-icon"},{"description":"The component's base wrapper.","name":"base"},{"description":"The option's label.","name":"label"},{"description":"The container that wraps the left.","name":"left"},{"description":"The container that wraps the right.","name":"right"}],"slots":[{"description":"The option's label.","name":""},{"description":"Used to prepend an icon or similar element to the menu item.","name":"left"},{"description":"Used to append an icon or similar element to the menu item.","name":"right"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'default', 'left', 'right')"},{"kind":"field","name":"cachedTextLabel","type":{"text":"string"},"privacy":"private"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The option's size is inherited automatically from the `size` attribute of the parent `sd-select`.","attribute":"size","reflects":true},{"kind":"field","name":"checkbox","type":{"text":"boolean"},"default":"false","description":"Prefixes a styled checkbox to the option. Enabled automatically in `sd-select` when attribute `checklist` is set to `true`.","attribute":"checkbox","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Draws the option in a disabled state, preventing selection.","attribute":"disabled","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.","attribute":"value","reflects":true},{"kind":"method","name":"handleDefaultSlotChange","privacy":"private"},{"kind":"method","name":"handleMouseEnter","privacy":"private"},{"kind":"method","name":"handleMouseLeave","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleSelectedChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"getTextLabel","description":"Returns a plain text label based on the option's content."}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The option's size is inherited automatically from the `size` attribute of the parent `sd-select`.","fieldName":"size","attribute":"size"},{"name":"checkbox","type":{"text":"boolean"},"default":"false","description":"Prefixes a styled checkbox to the option. Enabled automatically in `sd-select` when attribute `checklist` is set to `true`.","fieldName":"checkbox","attribute":"checkbox"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Draws the option in a disabled state, preventing selection.","fieldName":"disabled","attribute":"disabled"},{"name":"value","type":{"text":"string"},"default":"''","description":"The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.","fieldName":"value","attribute":"value"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Options define the selectable items within various form controls such as [select](/components/select).","documentation":"https://solid.union-investment.com/[storybook-link]/option","status":"stable","since":"1.30.0","dependencies":["sd-icon"],"tagName":"sd-option","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdOption","module":"components/option/option.js"}},{"kind":"custom-element-definition","name":"sd-option","declaration":{"name":"SdOption","module":"components/option/option.js"}},{"kind":"custom-element-definition","name":"sd-option","declaration":{"name":"SdOption","module":"components/option/option.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":"mutationObserver","type":{"text":"MutationObserver | null"},"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":"setupMutationObserver","privacy":"private"},{"kind":"method","name":"handleCurrentPlacementChange","privacy":"private","parameters":[{"name":"mutations","type":{"text":"MutationRecord[]"}}]},{"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"},{"description":"Emitted when the popup's placement changes automatically based on screen limitations.","name":"sd-current-placement"}],"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/quickfact/quickfact.js","declarations":[{"kind":"class","description":"","name":"SdQuickfact","cssParts":[{"description":"The container that wraps the icon.","name":"icon"},{"description":"The component's base wrapper.","name":"base","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The header that wraps both the summary and the expand/collapse icon.","name":"header","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the summary.","name":"summary","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the expand/collapse icons.","name":"summary-icon","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the currently active accordions border.","name":"summary-border","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The container that wraps the accordion content slot.","name":"content","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The accordion content slot.","name":"content__slot","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}],"slots":[{"description":"Optional icon to show in the header. Works best with `<sd-icon>`.","name":"icon"},{"description":"The accordion main content.","name":"","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"The accordion summary. Alternatively, you can use the `summary` attribute.","name":"summary","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Optional expand icon to use instead of the default. Works best with `<sd-icon>`.","name":"expand-icon","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.","name":"collapse-icon","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}],"members":[{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.","attribute":"expandable","reflects":true},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"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,"inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"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","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"handleSummaryClick","privacy":"protected","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"handleSummaryKeyDown","privacy":"protected","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"handleOpenChange","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"show","description":"Shows the accordion.","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}},{"kind":"method","name":"hide","description":"Hides the accordion","inheritedFrom":{"name":"SdAccordion","module":"components/accordion/accordion.js"}}],"attributes":[{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.","fieldName":"expandable","attribute":"expandable"},{"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","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"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","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}],"superclass":{"name":"SdAccordion","module":"/src/components/accordion/accordion"},"summary":"Accordion shows a brief summary and expands to show additional content.","documentation":"https://solid.union-investment.com/[storybook-link]/quickfact","status":"stable","since":"3.12.0","dependencies":["sd-icon"],"tagName":"sd-quickfact","customElement":true,"events":[{"description":"Emitted when the accordion opens.","name":"sd-show","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Emitted after the accordion opens and all animations are complete.","name":"sd-after-show","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Emitted when the accordion closes.","name":"sd-hide","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}},{"description":"Emitted after the accordion closes and all animations are complete.","name":"sd-after-hide","inheritedFrom":{"name":"SdAccordion","module":"src/components/accordion/accordion.ts"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdQuickfact","module":"components/quickfact/quickfact.js"}},{"kind":"custom-element-definition","name":"sd-quickfact","declaration":{"name":"SdQuickfact","module":"components/quickfact/quickfact.js"}},{"kind":"custom-element-definition","name":"sd-quickfact","declaration":{"name":"SdQuickfact","module":"components/quickfact/quickfact.js"}}]},{"kind":"javascript-module","path":"components/radio-button/radio-button.js","declarations":[{"kind":"class","description":"","name":"SdRadioButton","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The internal `<button>` element.","name":"button"},{"description":"The internal button element when the radio button is checked.","name":"button--checked"},{"description":"The container that wraps the icon.","name":"icon"},{"description":"The container that wraps the radio button's label.","name":"label"}],"slots":[{"description":"The radio button's label.","name":""},{"description":"A presentational icon.","name":"icon"}],"members":[{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, '[default]', 'icon')"},{"kind":"field","name":"hasFocus","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The radio button's size.","attribute":"size","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the radio button.","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":"handleBlur","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the radio button."},{"kind":"method","name":"blur","description":"Removes focus from the radio button."}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The radio button's size.","fieldName":"size","attribute":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the radio button.","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":"Radio buttons allow the user to select a single option from a group using a button-like control.","documentation":"https://solid.union-investment.com/[storybook-link]/radio-button","status":"stable","since":"1.36.0","tagName":"sd-radio-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdRadioButton","module":"components/radio-button/radio-button.js"}},{"kind":"custom-element-definition","name":"sd-radio-button","declaration":{"name":"SdRadioButton","module":"components/radio-button/radio-button.js"}},{"kind":"custom-element-definition","name":"sd-radio-button","declaration":{"name":"SdRadioButton","module":"components/radio-button/radio-button.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"},{"description":"The button group that wraps radio buttons.","name":"button-group"},{"description":"The button group's `base` part.","name":"button-group__base"}],"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"},{"description":"An optional tooltip that helps describe the radio-group. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"dependencies","type":{"text":"object"},"static":true,"default":"{ 'sd-button-group': SdButtonGroup }"},{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"protected","readonly":true,"default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"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":"size","type":{"text":"'lg' | 'md' | '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":"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":"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":"boldLabel","type":{"text":"boolean"},"default":"false","description":"Quick way to make the group label bold. Bolding the group label is highly recommended for visual clarity between the label and radio options.\nIt is false by default for consistency among the other form elements which do not use bold labels by default.","attribute":"boldLabel","reflects":true},{"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":"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":"validity","description":"Gets the validity state object","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"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":"focus","description":"Move focus to the checked radio (or the first one if none are checked)"},{"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":"size","type":{"text":"'lg' | 'md' | '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":"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"},{"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":"boldLabel","type":{"text":"boolean"},"default":"false","description":"Quick way to make the group label bold. Bolding the group label is highly recommended for visual clarity between the label and radio options.\nIt is false by default for consistency among the other form elements which do not use bold labels by default.","fieldName":"boldLabel","attribute":"boldLabel"},{"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":"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"}],"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.20.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":"hasFocus","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The radio's size.","attribute":"size","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":"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":"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' | 'md' | 'sm'"},"default":"'lg'","description":"The radio's size.","fieldName":"size","attribute":"size"},{"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"},{"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"}],"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.20.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/scrollable/scrollable.js","declarations":[{"kind":"class","description":"","name":"SdScrollable","cssProperties":[{"description":"Defines a custom color for the gradient.","name":"--gradient-color"}],"cssParts":[{"description":"The scrollable's base wrapper.","name":"base"},{"description":"The scrollable's content.","name":"scroll-content"},{"description":"The scrollable's start scroll button.","name":"button-start"},{"description":"The scrollable's end scroll button.","name":"button-end"},{"description":"The scrollable's left scroll button.","name":"button-left"},{"description":"The scrollable's right scroll button.","name":"button-right"},{"description":"The scrollable's top scroll button.","name":"button-top"},{"description":"The scrollable's bottom scroll button.","name":"button-bottom"},{"description":"The scrollable's left shadow.","name":"shadow-left"},{"description":"The scrollable's right shadow.","name":"shadow-right"},{"description":"The scrollable's top shadow.","name":"shadow-top"},{"description":"The scrollable's bottom shadow.","name":"shadow-bottom"}],"slots":[{"description":"The scrollable's content.","name":""},{"description":"The scrollable's start icon.","name":"icon-start"},{"description":"The scrollable's end icon.","name":"icon-end"}],"members":[{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical' | 'auto'"},"default":"'horizontal'","description":"Defines the scroll orientation","attribute":"orientation","reflects":true},{"kind":"field","name":"scrollbars","type":{"text":"boolean"},"default":"false","description":"Activates browser scrollbars","attribute":"scrollbars","reflects":true},{"kind":"field","name":"buttons","type":{"text":"boolean"},"default":"false","description":"Activates scroll buttons","attribute":"buttons","reflects":true},{"kind":"field","name":"shadows","type":{"text":"boolean"},"default":"false","description":"Activates a shadow as optional visual scroll indicator","attribute":"shadows","reflects":true},{"kind":"field","name":"inset","type":{"text":"boolean"},"default":"false","description":"Adds inset padding","attribute":"inset","reflects":true},{"kind":"field","name":"step","type":{"text":"number"},"default":"150","description":"The amount in px to be scrolled when clicking the buttons.","attribute":"step","reflects":true},{"kind":"field","name":"canScroll","type":{"text":"Record<'left' | 'right' | 'up' | 'down', boolean>"},"privacy":"private","default":"{\n left: false,\n right: false,\n up: false,\n down: false\n }"},{"kind":"field","name":"isScrollHorizontalEnabled","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"isScrollVerticalEnabled","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"method","name":"updateScrollEnabledFlags","privacy":"private"},{"kind":"method","name":"updateScrollIndicatorVisibility"},{"kind":"method","name":"handleScroll","parameters":[{"name":"direction","type":{"text":"'left' | 'right' | 'up' | 'down'"}}]}],"events":[{"name":"start","type":{"text":"CustomEvent"},"description":"Emitted when the start of the scrollable is reached."},{"name":"end","type":{"text":"CustomEvent"},"description":"Emitted when the end of the scrollable is reached."},{"name":"eventName","type":{"text":"CustomEvent"}},{"description":"Emitted when the left button is clicked.","name":"button-left"},{"description":"Emitted when the right button is clicked.","name":"button-right"},{"description":"Emitted when the top button is clicked.","name":"button-up"},{"description":"Emitted when the bottom button is clicked.","name":"button-down"}],"attributes":[{"name":"orientation","type":{"text":"'horizontal' | 'vertical' | 'auto'"},"default":"'horizontal'","description":"Defines the scroll orientation","fieldName":"orientation","attribute":"orientation"},{"name":"scrollbars","type":{"text":"boolean"},"default":"false","description":"Activates browser scrollbars","fieldName":"scrollbars","attribute":"scrollbars"},{"name":"buttons","type":{"text":"boolean"},"default":"false","description":"Activates scroll buttons","fieldName":"buttons","attribute":"buttons"},{"name":"shadows","type":{"text":"boolean"},"default":"false","description":"Activates a shadow as optional visual scroll indicator","fieldName":"shadows","attribute":"shadows"},{"name":"inset","type":{"text":"boolean"},"default":"false","description":"Adds inset padding","fieldName":"inset","attribute":"inset"},{"name":"step","type":{"text":"number"},"default":"150","description":"The amount in px to be scrolled when clicking the buttons.","fieldName":"step","attribute":"step"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Scrollable is used to indicate there is hidden content to be scrolled.","documentation":"https://solid.union-investment.com/[storybook-link]/scrollable","status":"stable","since":"1.0","tagName":"sd-scrollable","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdScrollable","module":"components/scrollable/scrollable.js"}},{"kind":"custom-element-definition","name":"sd-scrollable","declaration":{"name":"SdScrollable","module":"components/scrollable/scrollable.js"}},{"kind":"custom-element-definition","name":"sd-scrollable","declaration":{"name":"SdScrollable","module":"components/scrollable/scrollable.js"}}]},{"kind":"javascript-module","path":"components/select/select.js","declarations":[{"kind":"class","description":"","name":"SdSelect","cssParts":[{"description":"The form control that wraps the label, input, and help text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The select's wrapper.","name":"form-control-input"},{"description":"The help text's wrapper.","name":"form-control-help-text"},{"description":"The container the wraps the combobox, clear icon, and expand button.","name":"combobox"},{"description":"The element that displays the selected option's label, an `<input>` element.","name":"display-input"},{"description":"The listbox container where options are slotted.","name":"listbox"},{"description":"The container that houses option tags when `multiselect` is used.","name":"tags"},{"description":"The individual tags that represent each multiselect option.","name":"tag"},{"description":"The tag's base part.","name":"tag__base"},{"description":"The tag's content part.","name":"tag__content"},{"description":"The tag's remove button.","name":"tag__removable-indicator"},{"description":"The clear button.","name":"clear-button"},{"description":"The container that wraps the expand icon.","name":"expand-icon"}],"slots":[{"description":"The listbox options. Must be `<sd-option>` elements. You can use `<sd-divider>` to group items visually.","name":""},{"description":"The input's label. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.","name":"help-text"},{"description":"An icon to use in lieu of the default clear icon.","name":"clear-icon"},{"description":"The icon to show when the control is expanded and collapsed. Rotates on open and close.","name":"expand-icon"},{"description":"An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"dependencies","type":{"text":"object"},"static":true,"default":"{\n 'sd-icon': SdIcon,\n 'sd-popup': SdPopup,\n 'sd-tag': SdTag\n }"},{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this, {\n assumeInteractionOn: ['sd-blur', 'sd-input']\n })"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'help-text', 'label')"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"typeToSelectString","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"typeToSelectTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"_optionsInDefaultSlot","type":{"text":"SdOption[]"}},{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"defaultValue","type":{"text":"string | string[]"},"default":"''","description":"The default value of the form control. Primarily used for resetting the form control."},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.","attribute":"open","reflects":true},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The select's size.","attribute":"size","reflects":true},{"kind":"field","name":"placement","type":{"text":"'top' | 'bottom'"},"default":"'bottom'","description":"The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The select's label. If you need to display HTML, use the `label` slot instead.","attribute":"label"},{"kind":"field","name":"placeholder","description":"Placeholder text to show as a hint when the select is empty.","attribute":"placeholder"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the select control.","attribute":"disabled","reflects":true},{"kind":"field","name":"helpText","type":{"text":"string"},"default":"''","description":"The select's help text. If you need to display HTML, use the `help-text` slot instead.","attribute":"help-text"},{"kind":"field","name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the select is not empty.","attribute":"clearable"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"default":"false","description":"Allows more than one option to be selected.","attribute":"multiple","reflects":true},{"kind":"field","name":"useTags","type":{"text":"boolean"},"default":"false","description":"Uses interactive `sd-tag` elements representing individual options in the display input when `multiple` is `true`.","attribute":"useTags","reflects":true},{"kind":"field","name":"maxOptionsVisible","type":{"text":"number"},"default":"3","description":"The maximum number of selected options to show when `multiple` and `useTags` are `true`. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.","attribute":"max-options-visible"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the select, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string | string[]"},"default":"''","description":"The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue attribute will be a space-delimited list of values based on the options selected, and the value property will\nbe an array. **For this reason, values must not contain spaces.**","attribute":"value"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"The select's required attribute.","attribute":"required","reflects":true},{"kind":"field","name":"styleOnValid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","attribute":"style-on-valid","reflects":true},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the listbox 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":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"kind":"method","name":"addOpenListeners","privacy":"private"},{"kind":"method","name":"removeOpenListeners","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"field","name":"handleDocumentFocusIn","privacy":"private"},{"kind":"field","name":"handleDocumentKeyDown","privacy":"private"},{"kind":"field","name":"handleDocumentMouseDown","privacy":"private"},{"kind":"method","name":"handleLabelClick","privacy":"private"},{"kind":"method","name":"handleComboboxMouseDown","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleComboboxKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleClearClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleClearMouseDown","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleOptionClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleDefaultSlotChange","privacy":"private"},{"kind":"method","name":"handleTagRemove","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}},{"name":"option","type":{"text":"SdOption"}}]},{"kind":"method","name":"getAllOptions","privacy":"private"},{"kind":"method","name":"getFirstOption","privacy":"private"},{"kind":"method","name":"setCurrentOption","privacy":"private","parameters":[{"name":"option","type":{"text":"SdOption | null"}}]},{"kind":"method","name":"setSelectedOptions","privacy":"private","parameters":[{"name":"option","type":{"text":"SdOption | SdOption[]"}}]},{"kind":"method","name":"toggleOptionSelection","privacy":"private","parameters":[{"name":"option","type":{"text":"SdOption"}},{"name":"force","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"selectionChanged","privacy":"private"},{"kind":"field","name":"tags","privacy":"protected","readonly":true},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleMouseEnter","privacy":"private"},{"kind":"method","name":"handleMouseLeave","privacy":"private"},{"kind":"method","name":"handleCurrentPlacement","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<'top' | 'bottom'>"}}],"description":"Receives incoming event detail from sd-popup and updates local state for conditional styling."},{"kind":"method","name":"handleUseTagsChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"applySizeToOptions"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"show","description":"Shows the listbox."},{"kind":"method","name":"hide","description":"Hides the listbox."},{"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","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."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the control."},{"kind":"method","name":"blur","description":"Removes focus from the control."}],"events":[{"description":"Emitted when the control's value changes.","name":"sd-change"},{"description":"Emitted when the control's value is cleared.","name":"sd-clear"},{"description":"Emitted when the control receives input.","name":"sd-input"},{"description":"Emitted when the control gains focus.","name":"sd-focus"},{"description":"Emitted when the control loses focus.","name":"sd-blur"},{"description":"Emitted when the select's menu opens.","name":"sd-show"},{"description":"Emitted after the select's menu opens and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the select's menu closes.","name":"sd-hide"},{"description":"Emitted after the select's menu closes and all animations are complete.","name":"sd-after-hide"},{"description":"Emitted when the form control has been checked for validity and its constraints aren't satisfied.","name":"sd-invalid"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.","fieldName":"open","attribute":"open"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The select's size.","fieldName":"size","attribute":"size"},{"name":"placement","type":{"text":"'top' | 'bottom'"},"default":"'bottom'","description":"The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"label","type":{"text":"string"},"default":"''","description":"The select's label. If you need to display HTML, use the `label` slot instead.","fieldName":"label","attribute":"label"},{"name":"placeholder","description":"Placeholder text to show as a hint when the select is empty.","fieldName":"placeholder","attribute":"placeholder"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the select control.","fieldName":"disabled","attribute":"disabled"},{"name":"help-text","type":{"text":"string"},"default":"''","description":"The select's help text. If you need to display HTML, use the `help-text` slot instead.","fieldName":"helpText","attribute":"help-text"},{"name":"clearable","type":{"text":"boolean"},"default":"false","description":"Adds a clear button when the select is not empty.","fieldName":"clearable","attribute":"clearable"},{"name":"multiple","type":{"text":"boolean"},"default":"false","description":"Allows more than one option to be selected.","fieldName":"multiple","attribute":"multiple"},{"name":"useTags","type":{"text":"boolean"},"default":"false","description":"Uses interactive `sd-tag` elements representing individual options in the display input when `multiple` is `true`.","fieldName":"useTags","attribute":"useTags"},{"name":"max-options-visible","type":{"text":"number"},"default":"3","description":"The maximum number of selected options to show when `multiple` and `useTags` are `true`. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.","fieldName":"maxOptionsVisible","attribute":"max-options-visible"},{"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":"name","type":{"text":"string"},"default":"''","description":"The name of the select, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string | string[]"},"default":"''","description":"The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue attribute will be a space-delimited list of values based on the options selected, and the value property will\nbe an array. **For this reason, values must not contain spaces.**","fieldName":"value","attribute":"value"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"The select's required attribute.","fieldName":"required","attribute":"required"},{"name":"style-on-valid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","fieldName":"styleOnValid","attribute":"style-on-valid"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the listbox 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"},{"name":"getTag","type":{"text":"(option: SdOption, index: number) => TemplateResult | string | HTMLElement"},"description":"A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.","fieldName":"getTag","attribute":"getTag"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Selects allow you to choose items from a menu of predefined options.","documentation":"https://shoelace.style/components/select","status":"stable","since":"1.30.0","dependencies":["sd-icon","sd-popup","sd-tag"],"tagName":"sd-select","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSelect","module":"components/select/select.js"}},{"kind":"custom-element-definition","name":"sd-select","declaration":{"name":"SdSelect","module":"components/select/select.js"}},{"kind":"custom-element-definition","name":"sd-select","declaration":{"name":"SdSelect","module":"components/select/select.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":"public","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/step-group/step-group.js","declarations":[{"kind":"class","description":"","name":"SdStepGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the steps.","name":"body"}],"slots":[{"description":"Used for grouping steps in the step group. Must be `<sd-step>` elements.","name":""}],"members":[{"kind":"field","name":"steps","type":{"text":"SdStep[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step-groups's size.","attribute":"size","reflects":true},{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step-group.","attribute":"orientation","reflects":true},{"kind":"field","name":"activeStep","type":{"text":"number"},"default":"0","description":"The active step in the step-group.","attribute":"active-step","reflects":true},{"kind":"field","name":"notInteractive","type":{"text":"boolean"},"default":"false","description":"Determines if the step-group is not interactive.","attribute":"not-interactive","reflects":true},{"kind":"method","name":"updateSize"},{"kind":"method","name":"updateOrientation"},{"kind":"method","name":"getAllSteps","privacy":"private"},{"kind":"method","name":"setActiveStep","parameters":[{"name":"index","type":{"text":"number"},"description":"The index of the step to set as active."}],"description":"Sets the active step."},{"kind":"method","name":"handleInteractivityChange"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step-groups's size.","fieldName":"size","attribute":"size"},{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step-group.","fieldName":"orientation","attribute":"orientation"},{"name":"active-step","type":{"text":"number"},"default":"0","description":"The active step in the step-group.","fieldName":"activeStep","attribute":"active-step"},{"name":"not-interactive","type":{"text":"boolean"},"default":"false","description":"Determines if the step-group is not interactive.","fieldName":"notInteractive","attribute":"not-interactive"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Used as navigation bar that guides users through the steps of a process or task.","documentation":"https://solid.union-investment.com/[storybook-link]/step-group","status":"stable","since":"3.2.0","tagName":"sd-step-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdStepGroup","module":"components/step-group/step-group.js"}},{"kind":"custom-element-definition","name":"sd-step-group","declaration":{"name":"SdStepGroup","module":"components/step-group/step-group.js"}},{"kind":"custom-element-definition","name":"sd-step-group","declaration":{"name":"SdStepGroup","module":"components/step-group/step-group.js"}}]},{"kind":"javascript-module","path":"components/step/step.js","declarations":[{"kind":"class","description":"","name":"SdStep","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The container that wraps the step's circle and tail.","name":"circle-and-tail-container"},{"description":"The circle that marks the step's state.","name":"circle"},{"description":"The step's tail.","name":"tail"},{"description":"The container that wraps the step's label and description.","name":"text-container"},{"description":"The step's label.","name":"label"},{"description":"The step's description.","name":"description"}],"slots":[{"description":"The step's description.","name":""},{"description":"The step's label.","name":"label"},{"description":"The step's index.","name":"index"},{"description":"The content inside a step circle. This could be an icon or a number.","name":"circle-content"}],"members":[{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step's size.","attribute":"size","reflects":true},{"kind":"field","name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step.","attribute":"orientation","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Sets the step to a disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"current","type":{"text":"boolean"},"default":"false","description":"Sets the step to an active state.","attribute":"current","reflects":true},{"kind":"field","name":"noTail","type":{"text":"boolean"},"default":"false","description":"Removes the tail from the step.","attribute":"no-tail","reflects":true},{"kind":"field","name":"notInteractive","type":{"text":"boolean"},"default":"false","description":"Determines if the step is not interactive.","attribute":"not-interactive","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The step's label overwriting the `label` slot. Use the `label` slot for complex label content.","attribute":"label"},{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"The step's description overwriting the `description` slot. Use the `description` slot for complex description content.","attribute":"description"},{"kind":"field","name":"index","type":{"text":"number"},"default":"1","description":"The step's number in a step-group","attribute":"index","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":"method","name":"isLink","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleCurrentChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleInteractivityChange"}],"events":[{"description":"Emitted when the button loses focus.","name":"sd-blur"},{"description":"Emitted when the button gains focus.","name":"sd-focus"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"The step's size.","fieldName":"size","attribute":"size"},{"name":"orientation","type":{"text":"'horizontal' | 'vertical'"},"default":"'horizontal'","description":"Determines the orientation of the step.","fieldName":"orientation","attribute":"orientation"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Sets the step to a disabled state.","fieldName":"disabled","attribute":"disabled"},{"name":"current","type":{"text":"boolean"},"default":"false","description":"Sets the step to an active state.","fieldName":"current","attribute":"current"},{"name":"no-tail","type":{"text":"boolean"},"default":"false","description":"Removes the tail from the step.","fieldName":"noTail","attribute":"no-tail"},{"name":"not-interactive","type":{"text":"boolean"},"default":"false","description":"Determines if the step is not interactive.","fieldName":"notInteractive","attribute":"not-interactive"},{"name":"label","type":{"text":"string"},"default":"''","description":"The step's label overwriting the `label` slot. Use the `label` slot for complex label content.","fieldName":"label","attribute":"label"},{"name":"description","type":{"text":"string"},"default":"''","description":"The step's description overwriting the `description` slot. Use the `description` slot for complex description content.","fieldName":"description","attribute":"description"},{"name":"index","type":{"text":"number"},"default":"1","description":"The step's number in a step-group","fieldName":"index","attribute":"index"},{"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"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Steps are used inside [step groups](/components/step-group) to guide users through the steps of a process or task..","documentation":"https://solid.union-investment.com/[storybook-link]/step","status":"stable","since":"3.2.0","dependencies":["sd-icon","sd-divider"],"tagName":"sd-step","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdStep","module":"components/step/step.js"}},{"kind":"custom-element-definition","name":"sd-step","declaration":{"name":"SdStep","module":"components/step/step.js"}},{"kind":"custom-element-definition","name":"sd-step","declaration":{"name":"SdStep","module":"components/step/step.js"}}]},{"kind":"javascript-module","path":"components/switch/switch.js","declarations":[{"kind":"class","description":"","name":"SdSwitch","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The square container that wraps the switch's state.","name":"control"},{"description":"Matches the control part when the switch is on.","name":"control--checked"},{"description":"Matches the control part when the switch is off.","name":"control--unchecked"},{"description":"The circle that marks the switch's state.","name":"thumb"},{"description":"The container that wraps the switch's label.","name":"label"}],"slots":[{"description":"The switch's label.","name":""}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this, {\n value: (control: SdSwitch) => (control.checked ? control.value || 'on' : undefined),\n defaultValue: (control: SdSwitch) => control.defaultChecked,\n setValue: (control: SdSwitch, checked: boolean) => (control.checked = checked)\n })"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","description":"The title of the switch adds a tooltip with title text.","attribute":"title"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the switch, submitted as a name/value pair with form data.","attribute":"name"},{"kind":"field","name":"value","type":{"text":"string"},"description":"The current value of the switch, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the switch.","attribute":"disabled","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the switch in a checked state.","attribute":"checked","reflects":true},{"kind":"field","name":"defaultChecked","type":{"text":"boolean"},"default":"false","description":"The default value of the form control. Primarily used for resetting the form control."},{"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":"Makes the switch a required field.","attribute":"required","reflects":true},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleStateChange"},{"kind":"method","name":"click","description":"Simulates a click on the switch."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the switch."},{"kind":"method","name":"blur","description":"Removes focus from the switch."},{"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","description":"Checks for validity and shows a validation message if the control is invalid."},{"kind":"method","name":"setCustomValidity","parameters":[{"name":"message","type":{"text":"string"}}],"description":"Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."}],"events":[{"description":"Emitted when the switch loses focus.","name":"sd-blur"},{"description":"Emitted when the checked state changes.","name":"sd-change"},{"description":"Emitted when the switch gains focus.","name":"sd-focus"},{"description":"Emitted when the switch receives input.","name":"sd-input"}],"attributes":[{"name":"title","type":{"text":"string"},"default":"''","description":"The title of the switch adds a tooltip with title text.","fieldName":"title","attribute":"title"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the switch, submitted as a name/value pair with form data.","fieldName":"name","attribute":"name"},{"name":"value","type":{"text":"string"},"description":"The current value of the switch, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the switch.","fieldName":"disabled","attribute":"disabled"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Draws the switch in a checked state.","fieldName":"checked","attribute":"checked"},{"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":"Makes the switch a required field.","fieldName":"required","attribute":"required"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Switches allow the user to toggle an option on or off.","documentation":"https://solid.union-investment.com/[storybook-link]/switch","status":"stable","since":"1.26.0","tagName":"sd-switch","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdSwitch","module":"components/switch/switch.js"}},{"kind":"custom-element-definition","name":"sd-switch","declaration":{"name":"SdSwitch","module":"components/switch/switch.js"}},{"kind":"custom-element-definition","name":"sd-switch","declaration":{"name":"SdSwitch","module":"components/switch/switch.js"}}]},{"kind":"javascript-module","path":"components/tab-group/tab-group.js","declarations":[{"kind":"class","description":"","name":"SdTabGroup","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The tab group's navigation container where tabs are slotted in.","name":"nav"},{"description":"The container that wraps the tabs and active-tab-indicator.","name":"scroll-container"},{"description":"The container that wraps the tabs.","name":"tabs"},{"description":"The line that separates tabs from panels.","name":"separation"},{"description":"The tab group's body where tab panels are slotted in.","name":"body"},{"description":"The starting scroll button.","name":"scroll-button--start"},{"description":"The ending scroll button.","name":"scroll-button--end"},{"description":"The scroll button's exported `base` part.","name":"scroll-button__base"}],"slots":[{"description":"Used for grouping tab panels in the tab group. Must be `<sd-tab-panel>` elements.","name":""},{"description":"Used for grouping tabs in the tab group. Must be `<sd-tab>` elements.","name":"nav"}],"members":[{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"activeTab","type":{"text":"SdTab | undefined"},"privacy":"private"},{"kind":"field","name":"mutationObserver","type":{"text":"MutationObserver"},"privacy":"private"},{"kind":"field","name":"resizeObserver","type":{"text":"ResizeObserver"},"privacy":"private"},{"kind":"field","name":"tabs","type":{"text":"SdTab[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"panels","type":{"text":"SdTabPanel[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"activation","type":{"text":"'auto' | 'manual'"},"default":"'auto'","description":"When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.","attribute":"activation"},{"kind":"method","name":"getAllTabs","privacy":"private","parameters":[{"name":"options","default":"{ includeDisabled: true }","type":{"text":"{ includeDisabled: boolean }"}}]},{"kind":"method","name":"getAllPanels","privacy":"private"},{"kind":"method","name":"getActiveTab","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"event","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleScrollToStart","privacy":"private"},{"kind":"method","name":"handleScrollToEnd","privacy":"private"},{"kind":"method","name":"setActiveTab","privacy":"private","parameters":[{"name":"tab","type":{"text":"SdTab"}},{"name":"options","optional":true,"type":{"text":"{ emitEvents?: boolean; scrollBehavior?: 'auto' | 'smooth' }"}}],"description":"Sets the active tab and panel."},{"kind":"method","name":"setAriaLabels","privacy":"private"},{"kind":"method","name":"syncTabsAndPanels","privacy":"private"},{"kind":"method","name":"updateScrollControls","privacy":"private"},{"kind":"method","name":"show","parameters":[{"name":"panel","type":{"text":"string"}}],"description":"Shows the specified tab panel."}],"events":[{"type":{"text":"{ name: String }"},"description":"Emitted when a tab is shown.","name":"sd-tab-show"},{"type":{"text":"{ name: String }"},"description":"Emitted when a tab is hidden.","name":"sd-tab-hide"}],"attributes":[{"name":"activation","type":{"text":"'auto' | 'manual'"},"default":"'auto'","description":"When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.","fieldName":"activation","attribute":"activation"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tab groups organize content into a container that shows one section at a time.","documentation":"https://solid.union-investment.com/[storybook-link]/tab-group","status":"stable","since":"2.6.0","tagName":"sd-tab-group","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTabGroup","module":"components/tab-group/tab-group.js"}},{"kind":"custom-element-definition","name":"sd-tab-group","declaration":{"name":"SdTabGroup","module":"components/tab-group/tab-group.js"}},{"kind":"custom-element-definition","name":"sd-tab-group","declaration":{"name":"SdTabGroup","module":"components/tab-group/tab-group.js"}}]},{"kind":"javascript-module","path":"components/tab-panel/tab-panel.js","declarations":[{"kind":"class","description":"","name":"SdTabPanel","cssProperties":[{"description":"The tab panel's padding.","name":"--padding"}],"cssParts":[{"description":"The component's base wrapper.","name":"base"}],"slots":[{"description":"The tab panel's content.","name":""}],"members":[{"kind":"field","name":"attrId","type":{"text":"number"},"privacy":"private","readonly":true,"default":"++id"},{"kind":"field","name":"componentId","privacy":"private","readonly":true,"default":"`sd-tab-panel-${this.attrId}`"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The tab panel's name.","attribute":"name","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"When true, the tab panel will be shown.","attribute":"active","reflects":true},{"kind":"method","name":"handleActiveChange"}],"attributes":[{"name":"name","type":{"text":"string"},"default":"''","description":"The tab panel's name.","fieldName":"name","attribute":"name"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"When true, the tab panel will be shown.","fieldName":"active","attribute":"active"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.","documentation":"https://solid.union-investment.com/[storybook-link]/tab-panel","status":"stable","since":"2.6.0","tagName":"sd-tab-panel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTabPanel","module":"components/tab-panel/tab-panel.js"}},{"kind":"custom-element-definition","name":"sd-tab-panel","declaration":{"name":"SdTabPanel","module":"components/tab-panel/tab-panel.js"}},{"kind":"custom-element-definition","name":"sd-tab-panel","declaration":{"name":"SdTabPanel","module":"components/tab-panel/tab-panel.js"}}]},{"kind":"javascript-module","path":"components/tab/tab.js","declarations":[{"kind":"class","description":"","name":"SdTab","cssParts":[{"description":"The component's base wrapper.","name":"base"},{"description":"The active tab indicator.","name":"active-tab-indicator"},{"description":"The bottom border that appears when the tab is hovered.","name":"hover-bottom-border"}],"slots":[{"description":"The tab's label.","name":""},{"description":"Optional element (eg. icon) positioned to the left of the label.","name":"left"}],"members":[{"kind":"field","name":"attrId","type":{"text":"number"},"privacy":"private","readonly":true,"default":"++id"},{"kind":"field","name":"componentId","privacy":"private","readonly":true,"default":"`sd-tab-${this.attrId}`"},{"kind":"field","name":"variant","type":{"text":"'default' | 'container'"},"default":"'default'","description":"When set to container, a border appears around the current tab and tab-panel.","attribute":"variant","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Draws the tab in an active state.","attribute":"active","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tab and prevents selection.","attribute":"disabled","reflects":true},{"kind":"field","name":"panel","type":{"text":"string"},"default":"''","description":"The name of the tab panel this tab is associated with. The panel must be located in the same tab group.","attribute":"panel","reflects":true},{"kind":"method","name":"handleActiveChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus to the tab."},{"kind":"method","name":"blur","description":"Removes focus from the tab."}],"attributes":[{"name":"variant","type":{"text":"'default' | 'container'"},"default":"'default'","description":"When set to container, a border appears around the current tab and tab-panel.","fieldName":"variant","attribute":"variant"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Draws the tab in an active state.","fieldName":"active","attribute":"active"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tab and prevents selection.","fieldName":"disabled","attribute":"disabled"},{"name":"panel","type":{"text":"string"},"default":"''","description":"The name of the tab panel this tab is associated with. The panel must be located in the same tab group.","fieldName":"panel","attribute":"panel"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).","documentation":"https://solid.union-investment.com/[storybook-link]/tab","status":"stable","since":"2.6.0","dependencies":["sd-button"],"tagName":"sd-tab","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTab","module":"components/tab/tab.js"}},{"kind":"custom-element-definition","name":"sd-tab","declaration":{"name":"SdTab","module":"components/tab/tab.js"}},{"kind":"custom-element-definition","name":"sd-tab","declaration":{"name":"SdTab","module":"components/tab/tab.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":"toggleable","type":{"text":"boolean"},"default":"false","description":"Defines the tag as toggleable, adding the `aria-pressed` attribute to indicate its selected state","attribute":"toggleable","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":"handleRemoveClick","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"},{"description":"Emitted when the remove button is activated.","name":"sd-remove"}],"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":"toggleable","type":{"text":"boolean"},"default":"false","description":"Defines the tag as toggleable, adding the `aria-pressed` attribute to indicate its selected state","fieldName":"toggleable","attribute":"toggleable"},{"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-media/teaser-media.js","declarations":[{"kind":"class","description":"","name":"SdTeaserMedia","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 expandable.","name":"expandable"},{"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":"An optional expandable slot, <strong>not</strong> shown on small devices.","name":"expandable"},{"description":"headline slot.","name":"headline"}],"members":[{"kind":"field","name":"variant","type":{"text":"'white' | 'neutral-100' | 'primary' | 'primary-100' | 'gradient-white' | 'gradient-dark'"},"default":"'white'","attribute":"variant","reflects":true},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(\n this,\n '[default]',\n 'media',\n 'meta',\n 'headline',\n 'expandable'\n )"}],"attributes":[{"name":"variant","type":{"text":"'white' | 'neutral-100' | 'primary' | 'primary-100' | 'gradient-white' | 'gradient-dark'"},"default":"'white'","fieldName":"variant","attribute":"variant"}],"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-design-system.fe.union-investment.de/docs/?path=/docs/components-sd-teaser-media--docs","status":"stable","since":"2.4.0","tagName":"sd-teaser-media","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTeaserMedia","module":"components/teaser-media/teaser-media.js"}},{"kind":"custom-element-definition","name":"sd-teaser-media","declaration":{"name":"SdTeaserMedia","module":"components/teaser-media/teaser-media.js"}},{"kind":"custom-element-definition","name":"sd-teaser-media","declaration":{"name":"SdTeaserMedia","module":"components/teaser-media/teaser-media.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-400' | '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-400`.","attribute":"inset","reflects":true},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"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-400' | '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-400`.","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/textarea/textarea.js","declarations":[{"kind":"class","description":"","name":"SdTextarea","cssParts":[{"description":"The form control that wraps the label, input, and help text.","name":"form-control"},{"description":"The label's wrapper.","name":"form-control-label"},{"description":"The input's wrapper.","name":"form-control-input"},{"description":"The help text's wrapper.","name":"form-control-help-text"},{"description":"The component's base wrapper.","name":"base"},{"description":"The base part's absolutely positioned border. Allows for easy adjustment of border thickness without affecting component dimensions.","name":"border"},{"description":"The internal `<textarea>` control.","name":"textarea"}],"slots":[{"description":"The textarea's label. Alternatively, you can use the `label` attribute.","name":"label"},{"description":"Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.","name":"help-text"},{"description":"An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.","name":"tooltip"}],"members":[{"kind":"field","name":"formControlController","type":{"text":"FormControlController"},"privacy":"private","readonly":true,"default":"new FormControlController(this)"},{"kind":"field","name":"hasSlotController","privacy":"private","readonly":true,"default":"new HasSlotController(this, 'help-text', 'label')"},{"kind":"field","name":"title","type":{"text":"string"},"default":"''","description":"An empty title prevents browser validation tooltips from appearing on hover","attribute":"title"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The name of the textarea, 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 textarea, submitted as a name/value pair with form data.","attribute":"value"},{"kind":"field","name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The textarea's size.","attribute":"size","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The textarea's label. If you need to display HTML, use the `label` slot instead.","attribute":"label"},{"kind":"field","name":"helpText","type":{"text":"string"},"default":"''","description":"The textarea's help text. If you need to display HTML, use the `help-text` slot instead.","attribute":"help-text"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","attribute":"placeholder"},{"kind":"field","name":"rows","type":{"text":"number"},"default":"4","description":"The number of rows to display by default.","attribute":"rows"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the textarea.","attribute":"disabled","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the textarea readonly.","attribute":"readonly","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":"Makes the textarea a required field.","attribute":"required","reflects":true},{"kind":"field","name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","attribute":"minlength"},{"kind":"field","name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","attribute":"maxlength"},{"kind":"field","name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","attribute":"autocapitalize"},{"kind":"field","name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","attribute":"autocorrect"},{"kind":"field","name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","attribute":"autocomplete"},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","attribute":"autofocus"},{"kind":"field","name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","attribute":"enterkeyhint"},{"kind":"field","name":"styleOnValid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","attribute":"style-on-valid","reflects":true},{"kind":"field","name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the textarea.","attribute":"spellcheck"},{"kind":"field","name":"inputmode","type":{"text":"'none' | 'text'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","attribute":"inputmode"},{"kind":"field","name":"defaultValue","type":{"text":"string"},"default":"''","description":"The default value of the form control. Primarily used for resetting the form control."},{"kind":"field","name":"validity","description":"Gets the validity state object","readonly":true},{"kind":"field","name":"validationMessage","description":"Gets the validation message","readonly":true},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleChange","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleInput","privacy":"private"},{"kind":"method","name":"handleInvalid","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"setTextareaHeight","privacy":"private"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"handleRowsChange"},{"kind":"method","name":"handleValueChange"},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"description":"Sets focus on the textarea."},{"kind":"method","name":"blur","description":"Removes focus from the textarea."},{"kind":"method","name":"select","description":"Selects all the text in the textarea."},{"kind":"method","name":"scrollPosition","return":{"type":{"text":"{ top: number; left: number } | undefined"}},"parameters":[{"name":"position","optional":true,"type":{"text":"{ top?: number; left?: number }"}}],"description":"Gets or sets the textarea's scroll position."},{"kind":"method","name":"setSelectionRange","parameters":[{"name":"selectionStart","type":{"text":"number"}},{"name":"selectionEnd","type":{"text":"number"}},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"}}],"description":"Sets the start and end positions of the text selection (0-based)."},{"kind":"method","name":"setRangeText","parameters":[{"name":"replacement","type":{"text":"string"}},{"name":"start","optional":true,"type":{"text":"number"}},{"name":"end","optional":true,"type":{"text":"number"}},{"name":"selectMode","optional":true,"type":{"text":"'select' | 'start' | 'end' | 'preserve'"}}],"description":"Replaces a range of text with a new string."},{"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","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 control loses focus.","name":"sd-blur"},{"description":"Emitted when an alteration to the control's value is committed by the user.","name":"sd-change"},{"description":"Emitted when the control gains focus.","name":"sd-focus"},{"description":"Emitted when the control receives 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":"title","type":{"text":"string"},"default":"''","description":"An empty title prevents browser validation tooltips from appearing on hover","fieldName":"title","attribute":"title"},{"name":"name","type":{"text":"string"},"default":"''","description":"The name of the textarea, 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 textarea, submitted as a name/value pair with form data.","fieldName":"value","attribute":"value"},{"name":"size","type":{"text":"'lg' | 'md' | 'sm'"},"default":"'lg'","description":"The textarea's size.","fieldName":"size","attribute":"size"},{"name":"label","type":{"text":"string"},"default":"''","description":"The textarea's label. If you need to display HTML, use the `label` slot instead.","fieldName":"label","attribute":"label"},{"name":"help-text","type":{"text":"string"},"default":"''","description":"The textarea's help text. If you need to display HTML, use the `help-text` slot instead.","fieldName":"helpText","attribute":"help-text"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text to show as a hint when the input is empty.","fieldName":"placeholder","attribute":"placeholder"},{"name":"rows","type":{"text":"number"},"default":"4","description":"The number of rows to display by default.","fieldName":"rows","attribute":"rows"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the textarea.","fieldName":"disabled","attribute":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Makes the textarea readonly.","fieldName":"readonly","attribute":"readonly"},{"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":"Makes the textarea a required field.","fieldName":"required","attribute":"required"},{"name":"minlength","type":{"text":"number"},"description":"The minimum length of input that will be considered valid.","fieldName":"minlength","attribute":"minlength"},{"name":"maxlength","type":{"text":"number"},"description":"The maximum length of input that will be considered valid.","fieldName":"maxlength","attribute":"maxlength"},{"name":"autocapitalize","type":{"text":"'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"},"description":"Controls whether and how text input is automatically capitalized as it is entered by the user.","fieldName":"autocapitalize","attribute":"autocapitalize"},{"name":"autocorrect","type":{"text":"'off' | 'on'"},"description":"Indicates whether the browser's autocorrect feature is on or off.","fieldName":"autocorrect","attribute":"autocorrect"},{"name":"autocomplete","type":{"text":"string"},"description":"Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.","fieldName":"autocomplete","attribute":"autocomplete"},{"name":"autofocus","type":{"text":"boolean"},"description":"Indicates that the input should receive focus on page load.","fieldName":"autofocus","attribute":"autofocus"},{"name":"enterkeyhint","type":{"text":"'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"},"description":"Used to customize the label or icon of the Enter key on virtual keyboards.","fieldName":"enterkeyhint","attribute":"enterkeyhint"},{"name":"style-on-valid","type":{"text":"boolean"},"default":"false","description":"Shows success styles if the validity of the input is valid.","fieldName":"styleOnValid","attribute":"style-on-valid"},{"name":"spellcheck","type":{"text":"boolean"},"default":"true","description":"Enables spell checking on the textarea.","fieldName":"spellcheck","attribute":"spellcheck"},{"name":"inputmode","type":{"text":"'none' | 'text'"},"description":"Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.","fieldName":"inputmode","attribute":"inputmode"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Textareas collect data from the user and allow multiple lines of text.","documentation":"https://shoelace.style/components/textarea","status":"stable","since":"1.31.0","tagName":"sd-textarea","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTextarea","module":"components/textarea/textarea.js"}},{"kind":"custom-element-definition","name":"sd-textarea","declaration":{"name":"SdTextarea","module":"components/textarea/textarea.js"}},{"kind":"custom-element-definition","name":"sd-textarea","declaration":{"name":"SdTextarea","module":"components/textarea/textarea.js"}}]},{"kind":"javascript-module","path":"components/tooltip/tooltip.js","declarations":[{"kind":"class","description":"","name":"SdTooltip","cssProperties":[{"description":"The maximum width of the tooltip before its content will wrap.","name":"--max-width"},{"description":"The amount of time to wait before hiding the tooltip when hovering.","name":"--hide-delay"},{"description":"The amount of time to wait before showing the tooltip when hovering.","name":"--show-delay"}],"cssParts":[{"description":"The component's base wrapper, an `<sd-popup>` element.","name":"base"},{"description":"The popup's exported `popup` part. Use this to target the tooltip's popup container.","name":"base__popup"},{"description":"The popup's exported `arrow` part. Use this to target the tooltip's arrow.","name":"base__arrow"},{"description":"The tooltip's body where its content is rendered.","name":"body"}],"slots":[{"description":"The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.","name":""},{"description":"The content to render in the tooltip. Alternatively, you can use the `content` attribute.","name":"content"}],"members":[{"kind":"field","name":"hoverTimeout","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"isFocusTriggered","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"localize","privacy":"public","default":"new LocalizeController(this)"},{"kind":"field","name":"popup","type":{"text":"SdPopup"}},{"kind":"field","name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"Sets the size of the default trigger icon.","attribute":"size"},{"kind":"field","name":"content","type":{"text":"string"},"default":"''","description":"The tooltip's content. If you need to display HTML, use the `content` slot instead.","attribute":"content"},{"kind":"field","name":"placement","type":{"text":"'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"},"default":"'top'","description":"The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.","attribute":"placement","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tooltip so it won't show when triggered.","attribute":"disabled","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.","attribute":"open","reflects":true},{"kind":"field","name":"trigger","type":{"text":"string"},"default":"'click focus'","description":"Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.","attribute":"trigger"},{"kind":"field","name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.","attribute":"hoist"},{"kind":"method","name":"handleBlur","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleFocus","privacy":"private"},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleMouseOver","privacy":"private"},{"kind":"method","name":"handleMouseOut","privacy":"private"},{"kind":"method","name":"hasTrigger","privacy":"private","parameters":[{"name":"triggerType","type":{"text":"string"}}]},{"kind":"method","name":"handleOpenChange"},{"kind":"method","name":"handleOptionsChange"},{"kind":"method","name":"handleDisabledChange"},{"kind":"method","name":"show","description":"Shows the tooltip."},{"kind":"method","name":"hide","description":"Hides the tooltip"}],"events":[{"description":"Emitted when the tooltip begins to show.","name":"sd-show"},{"description":"Emitted after the tooltip has shown and all animations are complete.","name":"sd-after-show"},{"description":"Emitted when the tooltip begins to hide.","name":"sd-hide"},{"description":"Emitted after the tooltip has hidden and all animations are complete.","name":"sd-after-hide"}],"attributes":[{"name":"size","type":{"text":"'lg' | 'sm'"},"default":"'lg'","description":"Sets the size of the default trigger icon.","fieldName":"size","attribute":"size"},{"name":"content","type":{"text":"string"},"default":"''","description":"The tooltip's content. If you need to display HTML, use the `content` slot instead.","fieldName":"content","attribute":"content"},{"name":"placement","type":{"text":"'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"},"default":"'top'","description":"The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.","fieldName":"placement","attribute":"placement"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the tooltip so it won't show when triggered.","fieldName":"disabled","attribute":"disabled"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.","fieldName":"open","attribute":"open"},{"name":"trigger","type":{"text":"string"},"default":"'click focus'","description":"Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.","fieldName":"trigger","attribute":"trigger"},{"name":"hoist","type":{"text":"boolean"},"default":"false","description":"Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.","fieldName":"hoist","attribute":"hoist"}],"superclass":{"name":"SolidElement","module":"/src/internal/solid-element"},"summary":"Tooltips display additional information based on a specific action.","documentation":"https://solid.union-investment.com/[storybook-link]/tooltip","status":"stable","since":"1.23.0","dependencies":["sd-popup"],"animations":[{"name":"tooltip.show","description":"The animation to use when showing the tooltip."},{"name":"tooltip.hide","description":"The animation to use when hiding the tooltip."}],"tagName":"sd-tooltip","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SdTooltip","module":"components/tooltip/tooltip.js"}},{"kind":"custom-element-definition","name":"sd-tooltip","declaration":{"name":"SdTooltip","module":"components/tooltip/tooltip.js"}},{"kind":"custom-element-definition","name":"sd-tooltip","declaration":{"name":"SdTooltip","module":"components/tooltip/tooltip.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","readonly":true,"default":"new HasSlotController(this, '[default]', 'play-icon', 'poster')"},{"kind":"field","name":"poster","type":{"text":"Element | null"},"privacy":"private","description":"Getter for optional poster slot.","readonly":true},{"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":"3.22.8","author":{"name":"Union Investment"},"homepage":"https://solid-design-system.fe.union-investment.de/docs/","license":"MIT"}}