@db-ux/wc-core-components 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/dist/cjs/db-button.cjs.entry.js +2 -2
  2. package/dist/cjs/db-button.cjs.entry.js.map +1 -1
  3. package/dist/cjs/db-button.entry.cjs.js.map +1 -1
  4. package/dist/cjs/db-card.cjs.entry.js +3 -3
  5. package/dist/cjs/db-card.cjs.entry.js.map +1 -1
  6. package/dist/cjs/db-card.entry.cjs.js.map +1 -1
  7. package/dist/cjs/db-checkbox.cjs.entry.js +3 -2
  8. package/dist/cjs/db-checkbox.cjs.entry.js.map +1 -1
  9. package/dist/cjs/db-checkbox.entry.cjs.js.map +1 -1
  10. package/dist/cjs/db-custom-select.cjs.entry.js +74 -65
  11. package/dist/cjs/db-custom-select.cjs.entry.js.map +1 -1
  12. package/dist/cjs/db-custom-select.entry.cjs.js.map +1 -1
  13. package/dist/cjs/db-link.cjs.entry.js +2 -2
  14. package/dist/cjs/db-link.cjs.entry.js.map +1 -1
  15. package/dist/cjs/db-link.entry.cjs.js.map +1 -1
  16. package/dist/cjs/db-navigation-item.cjs.entry.js +2 -2
  17. package/dist/cjs/db-navigation-item.cjs.entry.js.map +1 -1
  18. package/dist/cjs/db-navigation-item.entry.cjs.js.map +1 -1
  19. package/dist/cjs/db-radio.cjs.entry.js +3 -2
  20. package/dist/cjs/db-radio.cjs.entry.js.map +1 -1
  21. package/dist/cjs/db-radio.entry.cjs.js.map +1 -1
  22. package/dist/cjs/db-select.cjs.entry.js +5 -5
  23. package/dist/cjs/db-select.cjs.entry.js.map +1 -1
  24. package/dist/cjs/db-select.entry.cjs.js.map +1 -1
  25. package/dist/cjs/db-switch.cjs.entry.js +3 -2
  26. package/dist/cjs/db-switch.cjs.entry.js.map +1 -1
  27. package/dist/cjs/db-switch.entry.cjs.js.map +1 -1
  28. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  29. package/dist/cjs/db-textarea.cjs.entry.js.map +1 -1
  30. package/dist/cjs/db-textarea.entry.cjs.js.map +1 -1
  31. package/dist/cjs/db-ux.cjs.js +1 -1
  32. package/dist/cjs/{document-click-listener-BbGE8WyV.js → document-click-listener-Dfd-wUYX.js} +6 -6
  33. package/dist/cjs/document-click-listener-Dfd-wUYX.js.map +1 -0
  34. package/dist/cjs/index.cjs.js +1 -1
  35. package/dist/cjs/index.cjs.js.map +1 -1
  36. package/dist/cjs/loader.cjs.js +1 -1
  37. package/dist/collection/components/button/button.js +2 -2
  38. package/dist/collection/components/button/button.js.map +1 -1
  39. package/dist/collection/components/card/card.js +3 -3
  40. package/dist/collection/components/card/card.js.map +1 -1
  41. package/dist/collection/components/checkbox/checkbox.js +28 -2
  42. package/dist/collection/components/checkbox/checkbox.js.map +1 -1
  43. package/dist/collection/components/custom-select/custom-select.js +97 -63
  44. package/dist/collection/components/custom-select/custom-select.js.map +1 -1
  45. package/dist/collection/components/custom-select/model.js.map +1 -1
  46. package/dist/collection/components/link/link.js +2 -2
  47. package/dist/collection/components/link/link.js.map +1 -1
  48. package/dist/collection/components/navigation-item/navigation-item.js +2 -2
  49. package/dist/collection/components/navigation-item/navigation-item.js.map +1 -1
  50. package/dist/collection/components/radio/model.js.map +1 -1
  51. package/dist/collection/components/radio/radio.js +28 -2
  52. package/dist/collection/components/radio/radio.js.map +1 -1
  53. package/dist/collection/components/select/select.js +30 -5
  54. package/dist/collection/components/select/select.js.map +1 -1
  55. package/dist/collection/components/switch/switch.js +28 -2
  56. package/dist/collection/components/switch/switch.js.map +1 -1
  57. package/dist/collection/components/textarea/textarea.js +28 -3
  58. package/dist/collection/components/textarea/textarea.js.map +1 -1
  59. package/dist/collection/shared/model.js.map +1 -1
  60. package/dist/collection/utils/document-click-listener.js +4 -4
  61. package/dist/collection/utils/document-click-listener.js.map +1 -1
  62. package/dist/custom-elements.json +198 -19
  63. package/dist/db-ux/db-button.entry.esm.js.map +1 -1
  64. package/dist/db-ux/db-card.entry.esm.js.map +1 -1
  65. package/dist/db-ux/db-checkbox.entry.esm.js.map +1 -1
  66. package/dist/db-ux/db-custom-select.entry.esm.js.map +1 -1
  67. package/dist/db-ux/db-link.entry.esm.js.map +1 -1
  68. package/dist/db-ux/db-navigation-item.entry.esm.js.map +1 -1
  69. package/dist/db-ux/db-radio.entry.esm.js.map +1 -1
  70. package/dist/db-ux/db-select.entry.esm.js.map +1 -1
  71. package/dist/db-ux/db-switch.entry.esm.js.map +1 -1
  72. package/dist/db-ux/db-textarea.entry.esm.js.map +1 -1
  73. package/dist/db-ux/db-ux.esm.js +1 -1
  74. package/dist/db-ux/index.esm.js +1 -1
  75. package/dist/db-ux/index.esm.js.map +1 -1
  76. package/dist/db-ux/p-02f8816d.entry.js +2 -0
  77. package/dist/db-ux/p-02f8816d.entry.js.map +1 -0
  78. package/dist/db-ux/{p-33aaf986.entry.js → p-3a2fd85e.entry.js} +2 -2
  79. package/dist/db-ux/p-3a2fd85e.entry.js.map +1 -0
  80. package/dist/db-ux/{p-44f6404b.entry.js → p-3af37d5a.entry.js} +2 -2
  81. package/dist/db-ux/p-3af37d5a.entry.js.map +1 -0
  82. package/dist/db-ux/p-55913451.entry.js +2 -0
  83. package/dist/db-ux/p-55913451.entry.js.map +1 -0
  84. package/dist/db-ux/{p-a1ee66b3.entry.js → p-94471c06.entry.js} +2 -2
  85. package/dist/db-ux/p-94471c06.entry.js.map +1 -0
  86. package/dist/db-ux/{p-c989b5d8.entry.js → p-9d64dc74.entry.js} +2 -2
  87. package/dist/db-ux/p-9d64dc74.entry.js.map +1 -0
  88. package/dist/db-ux/p-YMQoOWgh.js +2 -0
  89. package/dist/db-ux/p-YMQoOWgh.js.map +1 -0
  90. package/dist/db-ux/{p-50c9112b.entry.js → p-c44f46be.entry.js} +2 -2
  91. package/dist/db-ux/p-c44f46be.entry.js.map +1 -0
  92. package/dist/db-ux/p-e2d6197f.entry.js +2 -0
  93. package/dist/db-ux/p-e2d6197f.entry.js.map +1 -0
  94. package/dist/db-ux/p-e33ddddb.entry.js +2 -0
  95. package/dist/db-ux/p-e33ddddb.entry.js.map +1 -0
  96. package/dist/db-ux/{p-61410d87.entry.js → p-eef5de38.entry.js} +2 -2
  97. package/dist/db-ux/p-eef5de38.entry.js.map +1 -0
  98. package/dist/esm/db-button.entry.js +2 -2
  99. package/dist/esm/db-button.entry.js.map +1 -1
  100. package/dist/esm/db-card.entry.js +3 -3
  101. package/dist/esm/db-card.entry.js.map +1 -1
  102. package/dist/esm/db-checkbox.entry.js +3 -2
  103. package/dist/esm/db-checkbox.entry.js.map +1 -1
  104. package/dist/esm/db-custom-select.entry.js +74 -65
  105. package/dist/esm/db-custom-select.entry.js.map +1 -1
  106. package/dist/esm/db-link.entry.js +2 -2
  107. package/dist/esm/db-link.entry.js.map +1 -1
  108. package/dist/esm/db-navigation-item.entry.js +2 -2
  109. package/dist/esm/db-navigation-item.entry.js.map +1 -1
  110. package/dist/esm/db-radio.entry.js +3 -2
  111. package/dist/esm/db-radio.entry.js.map +1 -1
  112. package/dist/esm/db-select.entry.js +5 -5
  113. package/dist/esm/db-select.entry.js.map +1 -1
  114. package/dist/esm/db-switch.entry.js +3 -2
  115. package/dist/esm/db-switch.entry.js.map +1 -1
  116. package/dist/esm/db-textarea.entry.js +3 -3
  117. package/dist/esm/db-textarea.entry.js.map +1 -1
  118. package/dist/esm/db-ux.js +1 -1
  119. package/dist/esm/{document-click-listener-Bn3nIGhA.js → document-click-listener-Bf90GXqB.js} +6 -6
  120. package/dist/esm/document-click-listener-Bf90GXqB.js.map +1 -0
  121. package/dist/esm/index.js +1 -1
  122. package/dist/esm/index.js.map +1 -1
  123. package/dist/esm/loader.js +1 -1
  124. package/dist/types/components/checkbox/checkbox.d.ts +1 -0
  125. package/dist/types/components/custom-select/custom-select.d.ts +6 -5
  126. package/dist/types/components/custom-select/model.d.ts +3 -3
  127. package/dist/types/components/radio/model.d.ts +1 -3
  128. package/dist/types/components/radio/radio.d.ts +1 -0
  129. package/dist/types/components/select/select.d.ts +1 -0
  130. package/dist/types/components/switch/switch.d.ts +1 -0
  131. package/dist/types/components/textarea/textarea.d.ts +1 -0
  132. package/dist/types/components.d.ts +12 -0
  133. package/dist/types/shared/model.d.ts +1 -0
  134. package/dist/vscode.html-custom-data.json +30 -8
  135. package/dist/web-types.json +67 -11
  136. package/package.json +3 -3
  137. package/dist/cjs/document-click-listener-BbGE8WyV.js.map +0 -1
  138. package/dist/db-ux/p-049844c6.entry.js +0 -2
  139. package/dist/db-ux/p-049844c6.entry.js.map +0 -1
  140. package/dist/db-ux/p-1d40e8cd.entry.js +0 -2
  141. package/dist/db-ux/p-1d40e8cd.entry.js.map +0 -1
  142. package/dist/db-ux/p-33aaf986.entry.js.map +0 -1
  143. package/dist/db-ux/p-44f6404b.entry.js.map +0 -1
  144. package/dist/db-ux/p-50c9112b.entry.js.map +0 -1
  145. package/dist/db-ux/p-61410d87.entry.js.map +0 -1
  146. package/dist/db-ux/p-623a9409.entry.js +0 -2
  147. package/dist/db-ux/p-623a9409.entry.js.map +0 -1
  148. package/dist/db-ux/p-DszXleuv.js +0 -2
  149. package/dist/db-ux/p-DszXleuv.js.map +0 -1
  150. package/dist/db-ux/p-a1ee66b3.entry.js.map +0 -1
  151. package/dist/db-ux/p-b5a8e9c3.entry.js +0 -2
  152. package/dist/db-ux/p-b5a8e9c3.entry.js.map +0 -1
  153. package/dist/db-ux/p-c989b5d8.entry.js.map +0 -1
  154. package/dist/esm/document-click-listener-Bn3nIGhA.js.map +0 -1
@@ -5,7 +5,7 @@ import { g as globalScripts } from './app-globals-DQuL1Twl.js';
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy(JSON.parse("[[\"db-custom-select\",[[4,\"db-custom-select\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"showNoResults\":[4,\"show-no-results\"],\"multiple\":[8],\"showSelectAll\":[4,\"show-select-all\"],\"showSearch\":[4,\"show-search\"],\"values\":[16],\"validation\":[1],\"options\":[16],\"selectedType\":[1,\"selected-type\"],\"amountText\":[1,\"amount-text\"],\"validMessage\":[1,\"valid-message\"],\"required\":[8],\"selectAllLabel\":[1,\"select-all-label\"],\"removeTagsTexts\":[16,\"remove-tags-texts\"],\"className\":[1,\"classname\"],\"formFieldWidth\":[1,\"form-field-width\"],\"variant\":[1],\"placement\":[1],\"showLabel\":[8,\"show-label\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"label\":[1],\"form\":[1],\"name\":[1],\"disabled\":[8],\"open\":[4],\"dropdownWidth\":[1,\"dropdown-width\"],\"searchLabel\":[1,\"search-label\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"showLoading\":[4,\"show-loading\"],\"ariaListLabel\":[1,\"aria-list-label\"],\"noResultsText\":[1,\"no-results-text\"],\"loadingText\":[1,\"loading-text\"],\"mobileCloseButtonText\":[1,\"mobile-close-button-text\"],\"showClearSelection\":[4,\"show-clear-selection\"],\"clearSelectionText\":[1,\"clear-selection-text\"],\"placeholder\":[1],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_selectId\":[32],\"_labelId\":[32],\"_summaryId\":[32],\"_placeholderId\":[32],\"_infoTextId\":[32],\"_validity\":[32],\"_descByIds\":[32],\"_selectedLabels\":[32],\"_selectedLabelsId\":[32],\"_voiceOverFallback\":[32],\"_selectedOptions\":[32],\"selectAllEnabled\":[32],\"searchEnabled\":[32],\"amountOptions\":[32],\"_values\":[32],\"_options\":[32],\"_hasNoOptions\":[32],\"_documentClickListenerCallbackId\":[32],\"_internalChangeTimestamp\":[32],\"selectAllChecked\":[32],\"selectAllIndeterminate\":[32]},null,{\"detailsRef\":[\"watch0\",\"watch2\"],\"_id\":[\"watch1\"],\"_descByIds\":[\"watch2\"],\"showNoResults\":[\"watch3\"],\"_options\":[\"watch3\",\"watch11\"],\"showSelectAll\":[\"watch4\"],\"amountOptions\":[\"watch4\",\"watch5\",\"watch9\"],\"multiple\":[\"watch4\"],\"showSearch\":[\"watch5\"],\"values\":[\"watch6\"],\"_values\":[\"watch7\",\"watch9\",\"watch11\"],\"validation\":[\"watch8\"],\"options\":[\"watch10\"],\"_selectedOptions\":[\"watch12\",\"watch13\"],\"selectedType\":[\"watch12\"],\"amountText\":[\"watch12\"],\"selectAllIndeterminate\":[\"watch14\"],\"selectAllRef\":[\"watch14\"],\"selectRef\":[\"watch15\"],\"invalidMessage\":[\"watch15\"]}]]],[\"db-tabs\",[[4,\"db-tabs\",{\"id\":[1],\"name\":[1],\"tabs\":[1],\"arrowScrollDistance\":[8,\"arrow-scroll-distance\"],\"orientation\":[1],\"behavior\":[1],\"initialSelectedMode\":[1,\"initial-selected-mode\"],\"initialSelectedIndex\":[8,\"initial-selected-index\"],\"className\":[1,\"classname\"],\"alignment\":[1],\"width\":[1],\"_id\":[32],\"_name\":[32],\"initialized\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"scrollContainer\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"]}]]],[\"db-header\",[[4,\"db-header\",{\"id\":[1],\"forceMobile\":[8,\"force-mobile\"],\"drawerOpen\":[8,\"drawer-open\"],\"className\":[1,\"classname\"],\"width\":[1],\"burgerMenuLabel\":[1,\"burger-menu-label\"],\"_id\":[32],\"initialized\":[32],\"forcedToMobile\":[32]},null,{\"initialized\":[\"watch0\"]}]]],[\"db-accordion\",[[4,\"db-accordion\",{\"id\":[1],\"name\":[1],\"behavior\":[1],\"initOpenIndex\":[16,\"init-open-index\"],\"items\":[1],\"className\":[1,\"classname\"],\"variant\":[1],\"_id\":[32],\"_name\":[32],\"initialized\":[32],\"_initOpenIndexDone\":[32]},null,{\"initialized\":[\"watch0\"],\"name\":[\"watch0\"],\"behavior\":[\"watch0\"],\"_id\":[\"watch0\"],\"_ref\":[\"watch1\",\"watch2\"],\"_name\":[\"watch1\"],\"_initOpenIndexDone\":[\"watch2\"],\"initOpenIndex\":[\"watch2\"]}]]],[\"db-checkbox\",[[4,\"db-checkbox\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"indeterminate\":[8],\"checked\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"className\":[1,\"classname\"],\"size\":[1],\"showLabel\":[8,\"show-label\"],\"name\":[1],\"disabled\":[8],\"value\":[8],\"label\":[1],\"messageIcon\":[1,\"message-icon\"],\"initialized\":[32],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_descByIds\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\",\"watch2\",\"watch3\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"initialized\":[\"watch2\",\"watch3\"],\"indeterminate\":[\"watch2\"],\"checked\":[\"watch3\"]}]]],[\"db-navigation-item\",[[4,\"db-navigation-item\",{\"subNavigationExpanded\":[8,\"sub-navigation-expanded\"],\"id\":[1],\"className\":[1,\"classname\"],\"width\":[1],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"active\":[4],\"wrap\":[8],\"disabled\":[8],\"text\":[1],\"backButtonId\":[1,\"back-button-id\"],\"backButtonText\":[1,\"back-button-text\"],\"initialized\":[32],\"hasAreaPopup\":[32],\"hasSubNavigation\":[32],\"isSubNavigationExpanded\":[32],\"autoClose\":[32],\"subNavigationId\":[32],\"navigationItemSafeTriangle\":[32]},null,{\"subNavigationExpanded\":[\"watch0\"],\"initialized\":[\"watch1\"],\"_ref\":[\"watch1\"]}]]],[\"db-notification\",[[4,\"db-notification\",{\"id\":[1],\"className\":[1,\"classname\"],\"ariaLive\":[1,\"aria-live\"],\"semantic\":[1],\"variant\":[1],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"linkVariant\":[1,\"link-variant\"],\"headline\":[8],\"showHeadline\":[8,\"show-headline\"],\"text\":[1],\"timestamp\":[1],\"showTimestamp\":[8,\"show-timestamp\"],\"closeable\":[8],\"closeButtonId\":[1,\"close-button-id\"],\"closeButtonText\":[1,\"close-button-text\"]}]]],[\"db-select\",[[4,\"db-select\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"value\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"className\":[1,\"classname\"],\"variant\":[1],\"showLabel\":[8,\"show-label\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"label\":[1],\"disabled\":[8],\"name\":[1],\"size\":[2],\"autocomplete\":[1],\"multiple\":[4],\"options\":[16],\"placeholder\":[1],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_placeholderId\":[32],\"_descByIds\":[32],\"_value\":[32],\"initialized\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"initialized\":[\"watch1\"],\"value\":[\"watch2\"]}]]],[\"db-textarea\",[[0,\"db-textarea\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"value\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"minLength\":[8,\"min-length\"],\"maxLength\":[8,\"max-length\"],\"className\":[1,\"classname\"],\"variant\":[1],\"showLabel\":[8,\"show-label\"],\"label\":[1],\"resize\":[1],\"disabled\":[8],\"readOnly\":[8,\"read-only\"],\"readonly\":[8],\"form\":[1],\"maxlength\":[8],\"minlength\":[8],\"name\":[1],\"wrap\":[1],\"spellCheck\":[4,\"spell-check\"],\"autocomplete\":[1],\"placeholder\":[1],\"rows\":[8],\"cols\":[8],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_descByIds\":[32],\"_value\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"value\":[\"watch2\"]}]]],[\"db-badge\",[[4,\"db-badge\",{\"placement\":[1],\"id\":[1],\"className\":[1,\"classname\"],\"semantic\":[1],\"size\":[1],\"emphasis\":[1],\"label\":[1],\"text\":[1],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"]}]]],[\"db-brand\",[[4,\"db-brand\",{\"hideLogo\":[4,\"hide-logo\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"id\":[1],\"className\":[1,\"classname\"],\"text\":[1]}]]],[\"db-card\",[[4,\"db-card\",{\"id\":[1],\"className\":[1,\"classname\"],\"behavior\":[1],\"elevationLevel\":[1,\"elevation-level\"],\"spacing\":[1]}]]],[\"db-custom-select-form-field\",[[4,\"db-custom-select-form-field\",{\"id\":[1],\"className\":[1,\"classname\"]}]]],[\"db-divider\",[[0,\"db-divider\",{\"id\":[1],\"margin\":[1],\"variant\":[1],\"emphasis\":[1],\"width\":[1],\"className\":[1,\"classname\"]}]]],[\"db-icon\",[[4,\"db-icon\",{\"id\":[1],\"className\":[1,\"classname\"],\"icon\":[1],\"weight\":[1],\"variant\":[1],\"text\":[1]}]]],[\"db-link\",[[4,\"db-link\",{\"id\":[1],\"className\":[1,\"classname\"],\"href\":[1],\"target\":[1],\"rel\":[1],\"role\":[1],\"hreflang\":[1],\"disabled\":[8],\"selected\":[8],\"label\":[1],\"current\":[8],\"size\":[1],\"showIcon\":[8,\"show-icon\"],\"variant\":[1],\"content\":[1],\"text\":[1]}]]],[\"db-navigation\",[[4,\"db-navigation\",{\"id\":[1],\"labelledBy\":[1,\"labelled-by\"],\"className\":[1,\"classname\"],\"_id\":[32]}]]],[\"db-page\",[[4,\"db-page\",{\"fadeIn\":[8,\"fade-in\"],\"documentOverflow\":[1,\"document-overflow\"],\"variant\":[1],\"id\":[1],\"className\":[1,\"classname\"],\"mainClass\":[1,\"main-class\"],\"fontsLoaded\":[32]}]]],[\"db-popover\",[[4,\"db-popover\",{\"id\":[1],\"className\":[1,\"classname\"],\"spacing\":[1],\"gap\":[8],\"animation\":[8],\"open\":[8],\"delay\":[1],\"width\":[1],\"placement\":[1],\"initialized\":[32],\"isExpanded\":[32]},null,{\"_ref\":[\"watch0\",\"watch1\"],\"initialized\":[\"watch0\"],\"isExpanded\":[\"watch1\"]}]]],[\"db-radio\",[[4,\"db-radio\",{\"id\":[1],\"checked\":[8],\"size\":[1],\"showLabel\":[8,\"show-label\"],\"className\":[1,\"classname\"],\"validation\":[1],\"name\":[1],\"disabled\":[8],\"describedbyid\":[1],\"value\":[8],\"required\":[8],\"label\":[1],\"initialized\":[32],\"_id\":[32]},null,{\"initialized\":[\"watch0\"],\"_ref\":[\"watch0\"],\"checked\":[\"watch0\"]}]]],[\"db-section\",[[4,\"db-section\",{\"id\":[1],\"className\":[1,\"classname\"],\"spacing\":[1],\"width\":[1],\"_id\":[32]}]]],[\"db-stack\",[[4,\"db-stack\",{\"id\":[1],\"className\":[1,\"classname\"],\"gap\":[1],\"variant\":[1],\"direction\":[1],\"alignment\":[1],\"justifyContent\":[1,\"justify-content\"],\"wrap\":[8]}]]],[\"db-switch\",[[4,\"db-switch\",{\"id\":[1],\"checked\":[8],\"visualAid\":[8,\"visual-aid\"],\"size\":[1],\"showLabel\":[8,\"show-label\"],\"emphasis\":[1],\"className\":[1,\"classname\"],\"value\":[8],\"disabled\":[8],\"describedbyid\":[1],\"validation\":[1],\"name\":[1],\"required\":[8],\"icon\":[1],\"iconAfter\":[1,\"icon-after\"],\"label\":[1],\"_id\":[32],\"_checked\":[32]},null,{\"checked\":[\"watch0\"]}]]],[\"db-drawer\",[[4,\"db-drawer\",{\"open\":[8],\"backdrop\":[1],\"variant\":[1],\"id\":[1],\"className\":[1,\"classname\"],\"spacing\":[1],\"width\":[1],\"direction\":[1],\"rounded\":[8],\"closeButtonId\":[1,\"close-button-id\"],\"closeButtonText\":[1,\"close-button-text\"]},null,{\"open\":[\"watch0\"]}]]],[\"db-accordion-item\",[[4,\"db-accordion-item\",{\"id\":[1],\"defaultOpen\":[4,\"default-open\"],\"name\":[1],\"className\":[1,\"classname\"],\"disabled\":[8],\"headlinePlain\":[1,\"headline-plain\"],\"text\":[1],\"_id\":[32],\"_open\":[32],\"_name\":[32],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"],\"name\":[\"watch1\"]}]]],[\"db-tab-item_3\",[[4,\"db-tab-item\",{\"active\":[8],\"name\":[1],\"className\":[1,\"classname\"],\"id\":[1],\"icon\":[1],\"iconAfter\":[1,\"icon-after\"],\"showIcon\":[8,\"show-icon\"],\"noText\":[8,\"no-text\"],\"disabled\":[8],\"controls\":[1],\"checked\":[8],\"label\":[1],\"_selected\":[32],\"_name\":[32],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"],\"name\":[\"watch1\"]}],[4,\"db-tab-list\",{\"id\":[1],\"className\":[1,\"classname\"],\"_id\":[32]}],[4,\"db-tab-panel\",{\"className\":[1,\"classname\"],\"id\":[1],\"labelledBy\":[1,\"labelled-by\"],\"content\":[1]}]]],[\"db-infotext\",[[4,\"db-infotext\",{\"id\":[1],\"className\":[1,\"classname\"],\"icon\":[1],\"semantic\":[1],\"size\":[1],\"showIcon\":[8,\"show-icon\"],\"text\":[1]}]]],[\"db-custom-select-dropdown_6\",[[4,\"db-input\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"dataListId\":[1,\"data-list-id\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"value\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"minLength\":[8,\"min-length\"],\"maxLength\":[8,\"max-length\"],\"pattern\":[1],\"dataList\":[16,\"data-list\"],\"className\":[1,\"classname\"],\"variant\":[1],\"showLabel\":[8,\"show-label\"],\"showIcon\":[8,\"show-icon\"],\"icon\":[1],\"iconAfter\":[1,\"icon-after\"],\"label\":[1],\"name\":[1],\"type\":[1],\"placeholder\":[1],\"disabled\":[8],\"step\":[8],\"maxlength\":[8],\"minlength\":[8],\"max\":[8],\"min\":[8],\"readOnly\":[8,\"read-only\"],\"readonly\":[8],\"form\":[1],\"size\":[2],\"autocomplete\":[1],\"autofocus\":[8],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_dataListId\":[32],\"_descByIds\":[32],\"_value\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"value\":[\"watch2\"]}],[4,\"db-custom-select-dropdown\",{\"id\":[1],\"className\":[1,\"classname\"],\"width\":[1]}],[4,\"db-custom-select-list\",{\"multiple\":[4],\"label\":[1],\"id\":[1],\"className\":[1,\"classname\"]}],[4,\"db-custom-select-list-item\",{\"id\":[1],\"isGroupTitle\":[4,\"is-group-title\"],\"showDivider\":[4,\"show-divider\"],\"type\":[1],\"checked\":[8],\"className\":[1,\"classname\"],\"groupTitle\":[1,\"group-title\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"name\":[1],\"disabled\":[8],\"value\":[8],\"label\":[1],\"_id\":[32],\"hasDivider\":[32]},null,{\"isGroupTitle\":[\"watch0\"],\"showDivider\":[\"watch0\"]}],[4,\"db-tag\",{\"disabled\":[8],\"removeButton\":[1,\"remove-button\"],\"id\":[1],\"className\":[1,\"classname\"],\"semantic\":[1],\"emphasis\":[1],\"icon\":[1],\"showCheckState\":[8,\"show-check-state\"],\"showIcon\":[8,\"show-icon\"],\"noText\":[8,\"no-text\"],\"overflow\":[8],\"text\":[1],\"behavior\":[1],\"initialized\":[32]},null,{\"initialized\":[\"watch0\"],\"disabled\":[\"watch0\"],\"_ref\":[\"watch0\"]}],[4,\"db-tooltip\",{\"id\":[1],\"className\":[1,\"classname\"],\"emphasis\":[1],\"animation\":[8],\"delay\":[1],\"width\":[1],\"showArrow\":[8,\"show-arrow\"],\"placement\":[1],\"_id\":[32],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"]}]]],[\"db-button\",[[4,\"db-button\",{\"id\":[1],\"className\":[1,\"classname\"],\"type\":[1],\"disabled\":[8],\"label\":[1],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"size\":[1],\"state\":[1],\"width\":[1],\"variant\":[1],\"noText\":[8,\"no-text\"],\"name\":[1],\"form\":[1],\"value\":[1],\"describedbyid\":[1],\"ariaexpanded\":[4],\"ariapressed\":[4],\"text\":[1]}]]]]"), options);
8
+ return bootstrapLazy(JSON.parse("[[\"db-custom-select\",[[4,\"db-custom-select\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"showNoResults\":[4,\"show-no-results\"],\"multiple\":[8],\"showSelectAll\":[4,\"show-select-all\"],\"showSearch\":[4,\"show-search\"],\"values\":[16],\"validation\":[1],\"options\":[16],\"selectedType\":[1,\"selected-type\"],\"amountText\":[1,\"amount-text\"],\"validMessage\":[1,\"valid-message\"],\"required\":[8],\"selectAllLabel\":[1,\"select-all-label\"],\"removeTagsTexts\":[16,\"remove-tags-texts\"],\"className\":[1,\"classname\"],\"formFieldWidth\":[1,\"form-field-width\"],\"variant\":[1],\"placement\":[1],\"showLabel\":[8,\"show-label\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"label\":[1],\"form\":[1],\"name\":[1],\"disabled\":[8],\"open\":[4],\"dropdownWidth\":[1,\"dropdown-width\"],\"searchLabel\":[1,\"search-label\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"showLoading\":[4,\"show-loading\"],\"ariaListLabel\":[1,\"aria-list-label\"],\"noResultsText\":[1,\"no-results-text\"],\"loadingText\":[1,\"loading-text\"],\"mobileCloseButtonText\":[1,\"mobile-close-button-text\"],\"showClearSelection\":[4,\"show-clear-selection\"],\"clearSelectionText\":[1,\"clear-selection-text\"],\"placeholder\":[1],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_selectId\":[32],\"_labelId\":[32],\"_summaryId\":[32],\"_placeholderId\":[32],\"_infoTextId\":[32],\"_validity\":[32],\"_descByIds\":[32],\"_selectedLabels\":[32],\"_selectedLabelsId\":[32],\"_voiceOverFallback\":[32],\"_selectedOptions\":[32],\"selectAllEnabled\":[32],\"searchEnabled\":[32],\"amountOptions\":[32],\"_values\":[32],\"_options\":[32],\"_hasNoOptions\":[32],\"_documentClickListenerCallbackId\":[32],\"_internalChangeTimestamp\":[32],\"selectAllChecked\":[32],\"selectAllIndeterminate\":[32]},null,{\"detailsRef\":[\"watch0\",\"watch2\"],\"_id\":[\"watch1\"],\"_descByIds\":[\"watch2\"],\"showNoResults\":[\"watch3\"],\"_options\":[\"watch3\"],\"showSelectAll\":[\"watch4\"],\"amountOptions\":[\"watch4\",\"watch5\",\"watch9\"],\"multiple\":[\"watch4\"],\"showSearch\":[\"watch5\"],\"values\":[\"watch6\"],\"_values\":[\"watch7\",\"watch9\",\"watch11\"],\"validation\":[\"watch8\"],\"options\":[\"watch10\",\"watch11\"],\"_selectedOptions\":[\"watch12\",\"watch13\"],\"selectedType\":[\"watch12\"],\"amountText\":[\"watch12\"],\"selectAllIndeterminate\":[\"watch14\"],\"selectAllRef\":[\"watch14\"],\"selectRef\":[\"watch15\"],\"invalidMessage\":[\"watch15\"]}]]],[\"db-tabs\",[[4,\"db-tabs\",{\"id\":[1],\"name\":[1],\"tabs\":[1],\"arrowScrollDistance\":[8,\"arrow-scroll-distance\"],\"orientation\":[1],\"behavior\":[1],\"initialSelectedMode\":[1,\"initial-selected-mode\"],\"initialSelectedIndex\":[8,\"initial-selected-index\"],\"className\":[1,\"classname\"],\"alignment\":[1],\"width\":[1],\"_id\":[32],\"_name\":[32],\"initialized\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"scrollContainer\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"]}]]],[\"db-header\",[[4,\"db-header\",{\"id\":[1],\"forceMobile\":[8,\"force-mobile\"],\"drawerOpen\":[8,\"drawer-open\"],\"className\":[1,\"classname\"],\"width\":[1],\"burgerMenuLabel\":[1,\"burger-menu-label\"],\"_id\":[32],\"initialized\":[32],\"forcedToMobile\":[32]},null,{\"initialized\":[\"watch0\"]}]]],[\"db-accordion\",[[4,\"db-accordion\",{\"id\":[1],\"name\":[1],\"behavior\":[1],\"initOpenIndex\":[16,\"init-open-index\"],\"items\":[1],\"className\":[1,\"classname\"],\"variant\":[1],\"_id\":[32],\"_name\":[32],\"initialized\":[32],\"_initOpenIndexDone\":[32]},null,{\"initialized\":[\"watch0\"],\"name\":[\"watch0\"],\"behavior\":[\"watch0\"],\"_id\":[\"watch0\"],\"_ref\":[\"watch1\",\"watch2\"],\"_name\":[\"watch1\"],\"_initOpenIndexDone\":[\"watch2\"],\"initOpenIndex\":[\"watch2\"]}]]],[\"db-checkbox\",[[4,\"db-checkbox\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"indeterminate\":[8],\"checked\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"className\":[1,\"classname\"],\"size\":[1],\"showLabel\":[8,\"show-label\"],\"name\":[1],\"disabled\":[8],\"value\":[8],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"label\":[1],\"messageIcon\":[1,\"message-icon\"],\"initialized\":[32],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_descByIds\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\",\"watch2\",\"watch3\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"initialized\":[\"watch2\",\"watch3\"],\"indeterminate\":[\"watch2\"],\"checked\":[\"watch3\"]}]]],[\"db-navigation-item\",[[4,\"db-navigation-item\",{\"subNavigationExpanded\":[8,\"sub-navigation-expanded\"],\"id\":[1],\"className\":[1,\"classname\"],\"width\":[1],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"active\":[4],\"wrap\":[8],\"disabled\":[8],\"text\":[1],\"backButtonId\":[1,\"back-button-id\"],\"backButtonText\":[1,\"back-button-text\"],\"initialized\":[32],\"hasAreaPopup\":[32],\"hasSubNavigation\":[32],\"isSubNavigationExpanded\":[32],\"autoClose\":[32],\"subNavigationId\":[32],\"navigationItemSafeTriangle\":[32]},null,{\"subNavigationExpanded\":[\"watch0\"],\"initialized\":[\"watch1\"],\"_ref\":[\"watch1\"]}]]],[\"db-notification\",[[4,\"db-notification\",{\"id\":[1],\"className\":[1,\"classname\"],\"ariaLive\":[1,\"aria-live\"],\"semantic\":[1],\"variant\":[1],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"linkVariant\":[1,\"link-variant\"],\"headline\":[8],\"showHeadline\":[8,\"show-headline\"],\"text\":[1],\"timestamp\":[1],\"showTimestamp\":[8,\"show-timestamp\"],\"closeable\":[8],\"closeButtonId\":[1,\"close-button-id\"],\"closeButtonText\":[1,\"close-button-text\"]}]]],[\"db-select\",[[4,\"db-select\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"value\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"className\":[1,\"classname\"],\"variant\":[1],\"showLabel\":[8,\"show-label\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"label\":[1],\"disabled\":[8],\"name\":[1],\"size\":[2],\"autocomplete\":[1],\"multiple\":[4],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"options\":[16],\"placeholder\":[1],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_placeholderId\":[32],\"_descByIds\":[32],\"_value\":[32],\"initialized\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"initialized\":[\"watch1\"],\"value\":[\"watch2\"]}]]],[\"db-textarea\",[[0,\"db-textarea\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"value\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"minLength\":[8,\"min-length\"],\"maxLength\":[8,\"max-length\"],\"className\":[1,\"classname\"],\"variant\":[1],\"showLabel\":[8,\"show-label\"],\"label\":[1],\"resize\":[1],\"disabled\":[8],\"readOnly\":[8,\"read-only\"],\"readonly\":[8],\"form\":[1],\"maxlength\":[8],\"minlength\":[8],\"name\":[1],\"wrap\":[1],\"spellCheck\":[4,\"spell-check\"],\"autocomplete\":[1],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"placeholder\":[1],\"rows\":[8],\"cols\":[8],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_descByIds\":[32],\"_value\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"value\":[\"watch2\"]}]]],[\"db-badge\",[[4,\"db-badge\",{\"placement\":[1],\"id\":[1],\"className\":[1,\"classname\"],\"semantic\":[1],\"size\":[1],\"emphasis\":[1],\"label\":[1],\"text\":[1],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"]}]]],[\"db-brand\",[[4,\"db-brand\",{\"hideLogo\":[4,\"hide-logo\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"id\":[1],\"className\":[1,\"classname\"],\"text\":[1]}]]],[\"db-card\",[[4,\"db-card\",{\"id\":[1],\"className\":[1,\"classname\"],\"behavior\":[1],\"elevationLevel\":[1,\"elevation-level\"],\"spacing\":[1]}]]],[\"db-custom-select-form-field\",[[4,\"db-custom-select-form-field\",{\"id\":[1],\"className\":[1,\"classname\"]}]]],[\"db-divider\",[[0,\"db-divider\",{\"id\":[1],\"margin\":[1],\"variant\":[1],\"emphasis\":[1],\"width\":[1],\"className\":[1,\"classname\"]}]]],[\"db-icon\",[[4,\"db-icon\",{\"id\":[1],\"className\":[1,\"classname\"],\"icon\":[1],\"weight\":[1],\"variant\":[1],\"text\":[1]}]]],[\"db-link\",[[4,\"db-link\",{\"id\":[1],\"className\":[1,\"classname\"],\"href\":[1],\"target\":[1],\"rel\":[1],\"role\":[1],\"hreflang\":[1],\"disabled\":[8],\"selected\":[8],\"label\":[1],\"current\":[8],\"size\":[1],\"showIcon\":[8,\"show-icon\"],\"variant\":[1],\"content\":[1],\"text\":[1]}]]],[\"db-navigation\",[[4,\"db-navigation\",{\"id\":[1],\"labelledBy\":[1,\"labelled-by\"],\"className\":[1,\"classname\"],\"_id\":[32]}]]],[\"db-page\",[[4,\"db-page\",{\"fadeIn\":[8,\"fade-in\"],\"documentOverflow\":[1,\"document-overflow\"],\"variant\":[1],\"id\":[1],\"className\":[1,\"classname\"],\"mainClass\":[1,\"main-class\"],\"fontsLoaded\":[32]}]]],[\"db-popover\",[[4,\"db-popover\",{\"id\":[1],\"className\":[1,\"classname\"],\"spacing\":[1],\"gap\":[8],\"animation\":[8],\"open\":[8],\"delay\":[1],\"width\":[1],\"placement\":[1],\"initialized\":[32],\"isExpanded\":[32]},null,{\"_ref\":[\"watch0\",\"watch1\"],\"initialized\":[\"watch0\"],\"isExpanded\":[\"watch1\"]}]]],[\"db-radio\",[[4,\"db-radio\",{\"id\":[1],\"checked\":[8],\"size\":[1],\"showLabel\":[8,\"show-label\"],\"className\":[1,\"classname\"],\"validation\":[1],\"name\":[1],\"disabled\":[8],\"describedbyid\":[1],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"value\":[8],\"required\":[8],\"label\":[1],\"initialized\":[32],\"_id\":[32]},null,{\"initialized\":[\"watch0\"],\"_ref\":[\"watch0\"],\"checked\":[\"watch0\"]}]]],[\"db-section\",[[4,\"db-section\",{\"id\":[1],\"className\":[1,\"classname\"],\"spacing\":[1],\"width\":[1],\"_id\":[32]}]]],[\"db-stack\",[[4,\"db-stack\",{\"id\":[1],\"className\":[1,\"classname\"],\"gap\":[1],\"variant\":[1],\"direction\":[1],\"alignment\":[1],\"justifyContent\":[1,\"justify-content\"],\"wrap\":[8]}]]],[\"db-switch\",[[4,\"db-switch\",{\"id\":[1],\"checked\":[8],\"visualAid\":[8,\"visual-aid\"],\"size\":[1],\"showLabel\":[8,\"show-label\"],\"emphasis\":[1],\"className\":[1,\"classname\"],\"value\":[8],\"disabled\":[8],\"describedbyid\":[1],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"validation\":[1],\"name\":[1],\"required\":[8],\"icon\":[1],\"iconAfter\":[1,\"icon-after\"],\"label\":[1],\"_id\":[32],\"_checked\":[32]},null,{\"checked\":[\"watch0\"]}]]],[\"db-drawer\",[[4,\"db-drawer\",{\"open\":[8],\"backdrop\":[1],\"variant\":[1],\"id\":[1],\"className\":[1,\"classname\"],\"spacing\":[1],\"width\":[1],\"direction\":[1],\"rounded\":[8],\"closeButtonId\":[1,\"close-button-id\"],\"closeButtonText\":[1,\"close-button-text\"]},null,{\"open\":[\"watch0\"]}]]],[\"db-accordion-item\",[[4,\"db-accordion-item\",{\"id\":[1],\"defaultOpen\":[4,\"default-open\"],\"name\":[1],\"className\":[1,\"classname\"],\"disabled\":[8],\"headlinePlain\":[1,\"headline-plain\"],\"text\":[1],\"_id\":[32],\"_open\":[32],\"_name\":[32],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"],\"name\":[\"watch1\"]}]]],[\"db-tab-item_3\",[[4,\"db-tab-item\",{\"active\":[8],\"name\":[1],\"className\":[1,\"classname\"],\"id\":[1],\"icon\":[1],\"iconAfter\":[1,\"icon-after\"],\"showIcon\":[8,\"show-icon\"],\"noText\":[8,\"no-text\"],\"disabled\":[8],\"controls\":[1],\"checked\":[8],\"label\":[1],\"_selected\":[32],\"_name\":[32],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"],\"name\":[\"watch1\"]}],[4,\"db-tab-list\",{\"id\":[1],\"className\":[1,\"classname\"],\"_id\":[32]}],[4,\"db-tab-panel\",{\"className\":[1,\"classname\"],\"id\":[1],\"labelledBy\":[1,\"labelled-by\"],\"content\":[1]}]]],[\"db-infotext\",[[4,\"db-infotext\",{\"id\":[1],\"className\":[1,\"classname\"],\"icon\":[1],\"semantic\":[1],\"size\":[1],\"showIcon\":[8,\"show-icon\"],\"text\":[1]}]]],[\"db-custom-select-dropdown_6\",[[4,\"db-input\",{\"id\":[1],\"invalidMessage\":[1,\"invalid-message\"],\"dataListId\":[1,\"data-list-id\"],\"message\":[1],\"showMessage\":[8,\"show-message\"],\"value\":[8],\"validMessage\":[1,\"valid-message\"],\"validation\":[1],\"required\":[8],\"minLength\":[8,\"min-length\"],\"maxLength\":[8,\"max-length\"],\"pattern\":[1],\"dataList\":[16,\"data-list\"],\"className\":[1,\"classname\"],\"variant\":[1],\"showLabel\":[8,\"show-label\"],\"showIcon\":[8,\"show-icon\"],\"icon\":[1],\"iconAfter\":[1,\"icon-after\"],\"label\":[1],\"name\":[1],\"type\":[1],\"placeholder\":[1],\"disabled\":[8],\"step\":[8],\"maxlength\":[8],\"minlength\":[8],\"max\":[8],\"min\":[8],\"readOnly\":[8,\"read-only\"],\"readonly\":[8],\"form\":[1],\"size\":[2],\"autocomplete\":[1],\"autofocus\":[8],\"ariaDescribedBy\":[1,\"aria-described-by\"],\"messageIcon\":[1,\"message-icon\"],\"_id\":[32],\"_messageId\":[32],\"_validMessageId\":[32],\"_invalidMessageId\":[32],\"_invalidMessage\":[32],\"_dataListId\":[32],\"_descByIds\":[32],\"_value\":[32],\"_voiceOverFallback\":[32]},null,{\"_ref\":[\"watch0\"],\"invalidMessage\":[\"watch0\"],\"_id\":[\"watch1\"],\"value\":[\"watch2\"]}],[4,\"db-custom-select-dropdown\",{\"id\":[1],\"className\":[1,\"classname\"],\"width\":[1]}],[4,\"db-custom-select-list\",{\"multiple\":[4],\"label\":[1],\"id\":[1],\"className\":[1,\"classname\"]}],[4,\"db-custom-select-list-item\",{\"id\":[1],\"isGroupTitle\":[4,\"is-group-title\"],\"showDivider\":[4,\"show-divider\"],\"type\":[1],\"checked\":[8],\"className\":[1,\"classname\"],\"groupTitle\":[1,\"group-title\"],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"name\":[1],\"disabled\":[8],\"value\":[8],\"label\":[1],\"_id\":[32],\"hasDivider\":[32]},null,{\"isGroupTitle\":[\"watch0\"],\"showDivider\":[\"watch0\"]}],[4,\"db-tag\",{\"disabled\":[8],\"removeButton\":[1,\"remove-button\"],\"id\":[1],\"className\":[1,\"classname\"],\"semantic\":[1],\"emphasis\":[1],\"icon\":[1],\"showCheckState\":[8,\"show-check-state\"],\"showIcon\":[8,\"show-icon\"],\"noText\":[8,\"no-text\"],\"overflow\":[8],\"text\":[1],\"behavior\":[1],\"initialized\":[32]},null,{\"initialized\":[\"watch0\"],\"disabled\":[\"watch0\"],\"_ref\":[\"watch0\"]}],[4,\"db-tooltip\",{\"id\":[1],\"className\":[1,\"classname\"],\"emphasis\":[1],\"animation\":[8],\"delay\":[1],\"width\":[1],\"showArrow\":[8,\"show-arrow\"],\"placement\":[1],\"_id\":[32],\"initialized\":[32]},null,{\"_ref\":[\"watch0\"],\"initialized\":[\"watch0\"]}]]],[\"db-button\",[[4,\"db-button\",{\"id\":[1],\"className\":[1,\"classname\"],\"type\":[1],\"disabled\":[8],\"label\":[1],\"icon\":[1],\"showIcon\":[8,\"show-icon\"],\"size\":[1],\"state\":[1],\"width\":[1],\"variant\":[1],\"noText\":[8,\"no-text\"],\"name\":[1],\"form\":[1],\"value\":[1],\"describedbyid\":[1],\"ariaexpanded\":[4],\"ariapressed\":[4],\"text\":[1]}]]]]"), options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };
@@ -25,6 +25,7 @@ export declare class DBCheckbox {
25
25
  name: DBCheckboxProps["name"];
26
26
  disabled: DBCheckboxProps["disabled"];
27
27
  value: DBCheckboxProps["value"];
28
+ ariaDescribedBy: DBCheckboxProps["ariaDescribedBy"];
28
29
  label: DBCheckboxProps["label"];
29
30
  messageIcon: DBCheckboxProps["messageIcon"];
30
31
  initialized: boolean;
@@ -1,4 +1,4 @@
1
- import { DBCustomSelectProps, CustomSelectOptionType } from "./model";
1
+ import { CustomSelectOptionType, DBCustomSelectProps } from "./model";
2
2
  import { EventEmitter } from "../../stencil-public-runtime";
3
3
  /**
4
4
  * @slot children - This is a default/unnamed slot
@@ -14,6 +14,7 @@ export declare class DBCustomSelect {
14
14
  invalidMessage: DBCustomSelectProps["invalidMessage"];
15
15
  message: DBCustomSelectProps["message"];
16
16
  showMessage: DBCustomSelectProps["showMessage"];
17
+ ariaDescribedBy: DBCustomSelectProps["ariaDescribedBy"];
17
18
  showNoResults: DBCustomSelectProps["showNoResults"];
18
19
  multiple: DBCustomSelectProps["multiple"];
19
20
  showSelectAll: DBCustomSelectProps["showSelectAll"];
@@ -98,13 +99,13 @@ export declare class DBCustomSelect {
98
99
  handleDocumentClose(event: any): void;
99
100
  handleOptionSelected(values: string[]): void;
100
101
  handleSelect(value?: string): void;
101
- handleSelectAll(): void;
102
+ handleSelectAll(event: any): void;
102
103
  handleFocusFirstDropdownCheckbox(activeElement?: Element): void;
103
- handleOpenByKeyboardFocus(onlySearch?: boolean): void;
104
+ handleOpenByKeyboardFocus(): void;
104
105
  handleSearch(event: any): void;
105
- handleClearAll(): void;
106
+ handleClearAll(event: any): void;
106
107
  handleSummaryFocus(): void;
107
- satisfyReact: () => void;
108
+ satisfyReact: (event: any) => void;
108
109
  /**
109
110
  * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
110
111
  * @param element the ref for the component
@@ -176,11 +176,11 @@ export type DBCustomSelectDefaultState = {
176
176
  handleTagRemove: (option: CustomSelectOptionType, event?: any) => void;
177
177
  handleSummaryFocus: () => void;
178
178
  handleSelect: (value?: string) => void;
179
- handleSelectAll: () => void;
180
- handleClearAll: () => void;
179
+ handleSelectAll: (event: any) => void;
180
+ handleClearAll: (event: any) => void;
181
181
  handleDropdownToggle: (event: any) => void;
182
182
  handleDocumentClose: (event: any) => void;
183
- handleOpenByKeyboardFocus: (onlySearch?: boolean) => void;
183
+ handleOpenByKeyboardFocus: () => void;
184
184
  handleFocusFirstDropdownCheckbox: (activeElement?: Element) => void;
185
185
  handleKeyboardPress: (event: any) => void;
186
186
  handleArrowDownUp: (event: any) => void;
@@ -1,7 +1,5 @@
1
1
  import { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormProps, FormState, GlobalProps, GlobalState, InitializedState, SizeProps } from '../../shared/model';
2
- export type DBRadioDefaultProps = {
3
- describedbyid?: string;
4
- };
2
+ export type DBRadioDefaultProps = {};
5
3
  export type DBRadioProps = DBRadioDefaultProps & GlobalProps & ChangeEventProps<HTMLInputElement> & FocusEventProps<HTMLInputElement> & FormProps & FormCheckProps & SizeProps;
6
4
  export type DBRadioDefaultState = {};
7
5
  export type DBRadioState = DBRadioDefaultState & GlobalState & ChangeEventState<HTMLInputElement> & FocusEventState<HTMLInputElement> & FormState & InitializedState;
@@ -19,6 +19,7 @@ export declare class DBRadio {
19
19
  name: DBRadioProps["name"];
20
20
  disabled: DBRadioProps["disabled"];
21
21
  describedbyid: DBRadioProps["describedbyid"];
22
+ ariaDescribedBy: DBRadioProps["ariaDescribedBy"];
22
23
  value: DBRadioProps["value"];
23
24
  required: DBRadioProps["required"];
24
25
  label: DBRadioProps["label"];
@@ -31,6 +31,7 @@ export declare class DBSelect {
31
31
  size: DBSelectProps["size"];
32
32
  autocomplete: DBSelectProps["autocomplete"];
33
33
  multiple: DBSelectProps["multiple"];
34
+ ariaDescribedBy: DBSelectProps["ariaDescribedBy"];
34
35
  options: DBSelectProps["options"];
35
36
  placeholder: DBSelectProps["placeholder"];
36
37
  messageIcon: DBSelectProps["messageIcon"];
@@ -20,6 +20,7 @@ export declare class DBSwitch {
20
20
  value: DBSwitchProps["value"];
21
21
  disabled: DBSwitchProps["disabled"];
22
22
  describedbyid: DBSwitchProps["describedbyid"];
23
+ ariaDescribedBy: DBSwitchProps["ariaDescribedBy"];
23
24
  validation: DBSwitchProps["validation"];
24
25
  name: DBSwitchProps["name"];
25
26
  required: DBSwitchProps["required"];
@@ -36,6 +36,7 @@ export declare class DBTextarea {
36
36
  wrap: DBTextareaProps["wrap"];
37
37
  spellCheck: DBTextareaProps["spellCheck"];
38
38
  autocomplete: DBTextareaProps["autocomplete"];
39
+ ariaDescribedBy: DBTextareaProps["ariaDescribedBy"];
39
40
  placeholder: DBTextareaProps["placeholder"];
40
41
  rows: DBTextareaProps["rows"];
41
42
  cols: DBTextareaProps["cols"];
@@ -143,6 +143,7 @@ export namespace Components {
143
143
  "spacing": DBCardProps["spacing"];
144
144
  }
145
145
  interface DbCheckbox {
146
+ "ariaDescribedBy": DBCheckboxProps["ariaDescribedBy"];
146
147
  "checked": DBCheckboxProps["checked"];
147
148
  "className": DBCheckboxProps["className"];
148
149
  "disabled": DBCheckboxProps["disabled"];
@@ -163,6 +164,7 @@ export namespace Components {
163
164
  }
164
165
  interface DbCustomSelect {
165
166
  "amountText": DBCustomSelectProps["amountText"];
167
+ "ariaDescribedBy": DBCustomSelectProps["ariaDescribedBy"];
166
168
  "ariaListLabel": DBCustomSelectProps["ariaListLabel"];
167
169
  "className": DBCustomSelectProps["className"];
168
170
  "clearSelectionText": DBCustomSelectProps["clearSelectionText"];
@@ -394,6 +396,7 @@ export namespace Components {
394
396
  "width": DBPopoverProps["width"];
395
397
  }
396
398
  interface DbRadio {
399
+ "ariaDescribedBy": DBRadioProps["ariaDescribedBy"];
397
400
  "checked": DBRadioProps["checked"];
398
401
  "className": DBRadioProps["className"];
399
402
  "describedbyid": DBRadioProps["describedbyid"];
@@ -414,6 +417,7 @@ export namespace Components {
414
417
  "width": DBSectionProps["width"];
415
418
  }
416
419
  interface DbSelect {
420
+ "ariaDescribedBy": DBSelectProps["ariaDescribedBy"];
417
421
  "autocomplete": DBSelectProps["autocomplete"];
418
422
  "className": DBSelectProps["className"];
419
423
  "disabled": DBSelectProps["disabled"];
@@ -448,6 +452,7 @@ export namespace Components {
448
452
  "wrap": DBStackProps["wrap"];
449
453
  }
450
454
  interface DbSwitch {
455
+ "ariaDescribedBy": DBSwitchProps["ariaDescribedBy"];
451
456
  "checked": DBSwitchProps["checked"];
452
457
  "className": DBSwitchProps["className"];
453
458
  "describedbyid": DBSwitchProps["describedbyid"];
@@ -518,6 +523,7 @@ export namespace Components {
518
523
  "text": DBTagProps["text"];
519
524
  }
520
525
  interface DbTextarea {
526
+ "ariaDescribedBy": DBTextareaProps["ariaDescribedBy"];
521
527
  "autocomplete": DBTextareaProps["autocomplete"];
522
528
  "className": DBTextareaProps["className"];
523
529
  "cols": DBTextareaProps["cols"];
@@ -1188,6 +1194,7 @@ declare namespace LocalJSX {
1188
1194
  "spacing"?: DBCardProps["spacing"];
1189
1195
  }
1190
1196
  interface DbCheckbox {
1197
+ "ariaDescribedBy"?: DBCheckboxProps["ariaDescribedBy"];
1191
1198
  "checked"?: DBCheckboxProps["checked"];
1192
1199
  "className"?: DBCheckboxProps["className"];
1193
1200
  "disabled"?: DBCheckboxProps["disabled"];
@@ -1211,6 +1218,7 @@ declare namespace LocalJSX {
1211
1218
  }
1212
1219
  interface DbCustomSelect {
1213
1220
  "amountText"?: DBCustomSelectProps["amountText"];
1221
+ "ariaDescribedBy"?: DBCustomSelectProps["ariaDescribedBy"];
1214
1222
  "ariaListLabel"?: DBCustomSelectProps["ariaListLabel"];
1215
1223
  "className"?: DBCustomSelectProps["className"];
1216
1224
  "clearSelectionText"?: DBCustomSelectProps["clearSelectionText"];
@@ -1455,6 +1463,7 @@ declare namespace LocalJSX {
1455
1463
  "width"?: DBPopoverProps["width"];
1456
1464
  }
1457
1465
  interface DbRadio {
1466
+ "ariaDescribedBy"?: DBRadioProps["ariaDescribedBy"];
1458
1467
  "checked"?: DBRadioProps["checked"];
1459
1468
  "className"?: DBRadioProps["className"];
1460
1469
  "describedbyid"?: DBRadioProps["describedbyid"];
@@ -1478,6 +1487,7 @@ declare namespace LocalJSX {
1478
1487
  "width"?: DBSectionProps["width"];
1479
1488
  }
1480
1489
  interface DbSelect {
1490
+ "ariaDescribedBy"?: DBSelectProps["ariaDescribedBy"];
1481
1491
  "autocomplete"?: DBSelectProps["autocomplete"];
1482
1492
  "className"?: DBSelectProps["className"];
1483
1493
  "disabled"?: DBSelectProps["disabled"];
@@ -1517,6 +1527,7 @@ declare namespace LocalJSX {
1517
1527
  "wrap"?: DBStackProps["wrap"];
1518
1528
  }
1519
1529
  interface DbSwitch {
1530
+ "ariaDescribedBy"?: DBSwitchProps["ariaDescribedBy"];
1520
1531
  "checked"?: DBSwitchProps["checked"];
1521
1532
  "className"?: DBSwitchProps["className"];
1522
1533
  "describedbyid"?: DBSwitchProps["describedbyid"];
@@ -1594,6 +1605,7 @@ declare namespace LocalJSX {
1594
1605
  "text"?: DBTagProps["text"];
1595
1606
  }
1596
1607
  interface DbTextarea {
1608
+ "ariaDescribedBy"?: DBTextareaProps["ariaDescribedBy"];
1597
1609
  "autocomplete"?: DBTextareaProps["autocomplete"];
1598
1610
  "className"?: DBTextareaProps["className"];
1599
1611
  "cols"?: DBTextareaProps["cols"];
@@ -13,6 +13,7 @@ export type GlobalProps = {
13
13
  */
14
14
  class?: string | any;
15
15
  /**
16
+ * @deprecated
16
17
  * [`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.
17
18
  */
18
19
  describedbyid?: string;
@@ -90,11 +90,7 @@
90
90
  "description": "The value attribute specifies an initial [value for the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#value).",
91
91
  "values": []
92
92
  },
93
- {
94
- "name": "describedbyid",
95
- "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
96
- "values": []
97
- },
93
+ { "name": "describedbyid", "description": "", "values": [] },
98
94
  {
99
95
  "name": "ariaexpanded",
100
96
  "description": "If the button controls a grouping of other elements, the ariaexpanded state [indicates whether the controlled grouping is currently expanded or collapsed](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded).",
@@ -479,6 +475,11 @@
479
475
  "description": "The value property is to receive results from the native form element.",
480
476
  "values": []
481
477
  },
478
+ {
479
+ "name": "aria-described-by",
480
+ "description": "Overwrites auto handling for aria-describedby.",
481
+ "values": []
482
+ },
482
483
  {
483
484
  "name": "label",
484
485
  "description": "The label attribute specifies the caption of the form element.",
@@ -1138,7 +1139,12 @@
1138
1139
  "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
1139
1140
  "values": []
1140
1141
  },
1141
- { "name": "describedbyid", "values": [] },
1142
+ { "name": "describedbyid", "description": "", "values": [] },
1143
+ {
1144
+ "name": "aria-described-by",
1145
+ "description": "Overwrites auto handling for aria-describedby.",
1146
+ "values": []
1147
+ },
1142
1148
  {
1143
1149
  "name": "value",
1144
1150
  "description": "The value property is to receive results from the native form element.",
@@ -1351,6 +1357,11 @@
1351
1357
  "description": "Enable multiple select -> use DBCustomSelect/db-custom-select for a better look",
1352
1358
  "values": []
1353
1359
  },
1360
+ {
1361
+ "name": "aria-described-by",
1362
+ "description": "Overwrites auto handling for aria-describedby.",
1363
+ "values": []
1364
+ },
1354
1365
  {
1355
1366
  "name": "options",
1356
1367
  "description": "If you don't/can't use children/slots you can pass in the options as an array.",
@@ -1418,9 +1429,10 @@
1418
1429
  "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
1419
1430
  "values": []
1420
1431
  },
1432
+ { "name": "describedbyid", "description": "", "values": [] },
1421
1433
  {
1422
- "name": "describedbyid",
1423
- "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
1434
+ "name": "aria-described-by",
1435
+ "description": "Overwrites auto handling for aria-describedby.",
1424
1436
  "values": []
1425
1437
  },
1426
1438
  {
@@ -1798,6 +1810,11 @@
1798
1810
  { "name": "webauthn" }
1799
1811
  ]
1800
1812
  },
1813
+ {
1814
+ "name": "aria-described-by",
1815
+ "description": "Overwrites auto handling for aria-describedby.",
1816
+ "values": []
1817
+ },
1801
1818
  {
1802
1819
  "name": "placeholder",
1803
1820
  "description": "Text that appears in the form control when it has no value set",
@@ -2409,6 +2426,11 @@
2409
2426
  "description": "Enables or disables the visibility of the message.",
2410
2427
  "values": []
2411
2428
  },
2429
+ {
2430
+ "name": "aria-described-by",
2431
+ "description": "Overwrites auto handling for aria-describedby.",
2432
+ "values": []
2433
+ },
2412
2434
  {
2413
2435
  "name": "show-no-results",
2414
2436
  "description": "Dropdown - enable no options infotext",
@@ -90,7 +90,7 @@
90
90
  },
91
91
  {
92
92
  "name": "describedbyid",
93
- "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
93
+ "description": "",
94
94
  "value": { "type": "string" }
95
95
  },
96
96
  {
@@ -193,11 +193,7 @@
193
193
  "description": "The value attribute specifies an initial [value for the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#value).",
194
194
  "type": "string"
195
195
  },
196
- {
197
- "name": "describedbyid",
198
- "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
199
- "type": "string"
200
- },
196
+ { "name": "describedbyid", "description": "", "type": "string" },
201
197
  {
202
198
  "name": "ariaexpanded",
203
199
  "description": "If the button controls a grouping of other elements, the ariaexpanded state [indicates whether the controlled grouping is currently expanded or collapsed](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded).",
@@ -829,6 +825,11 @@
829
825
  "description": "The value property is to receive results from the native form element.",
830
826
  "value": { "type": "any" }
831
827
  },
828
+ {
829
+ "name": "aria-described-by",
830
+ "description": "Overwrites auto handling for aria-describedby.",
831
+ "value": { "type": "string" }
832
+ },
832
833
  {
833
834
  "name": "label",
834
835
  "description": "The label attribute specifies the caption of the form element.",
@@ -932,6 +933,11 @@
932
933
  "description": "The value property is to receive results from the native form element.",
933
934
  "type": "any"
934
935
  },
936
+ {
937
+ "name": "ariaDescribedBy",
938
+ "description": "Overwrites auto handling for aria-describedby.",
939
+ "type": "string"
940
+ },
935
941
  {
936
942
  "name": "label",
937
943
  "description": "The label attribute specifies the caption of the form element.",
@@ -2113,7 +2119,16 @@
2113
2119
  "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2114
2120
  "value": { "type": "boolean | string" }
2115
2121
  },
2116
- { "name": "describedbyid", "value": { "type": "string" } },
2122
+ {
2123
+ "name": "describedbyid",
2124
+ "description": "",
2125
+ "value": { "type": "string" }
2126
+ },
2127
+ {
2128
+ "name": "aria-described-by",
2129
+ "description": "Overwrites auto handling for aria-describedby.",
2130
+ "value": { "type": "string" }
2131
+ },
2117
2132
  {
2118
2133
  "name": "value",
2119
2134
  "description": "The value property is to receive results from the native form element.",
@@ -2187,7 +2202,12 @@
2187
2202
  "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2188
2203
  "type": "boolean | string"
2189
2204
  },
2190
- { "name": "describedbyid", "type": "string" },
2205
+ { "name": "describedbyid", "description": "", "type": "string" },
2206
+ {
2207
+ "name": "ariaDescribedBy",
2208
+ "description": "Overwrites auto handling for aria-describedby.",
2209
+ "type": "string"
2210
+ },
2191
2211
  {
2192
2212
  "name": "value",
2193
2213
  "description": "The value property is to receive results from the native form element.",
@@ -2383,6 +2403,11 @@
2383
2403
  "description": "Enable multiple select -> use DBCustomSelect/db-custom-select for a better look",
2384
2404
  "value": { "type": "boolean" }
2385
2405
  },
2406
+ {
2407
+ "name": "aria-described-by",
2408
+ "description": "Overwrites auto handling for aria-describedby.",
2409
+ "value": { "type": "string" }
2410
+ },
2386
2411
  {
2387
2412
  "name": "options",
2388
2413
  "description": "If you don't/can't use children/slots you can pass in the options as an array.",
@@ -2519,6 +2544,11 @@
2519
2544
  "description": "Enable multiple select -> use DBCustomSelect/db-custom-select for a better look",
2520
2545
  "type": "boolean"
2521
2546
  },
2547
+ {
2548
+ "name": "ariaDescribedBy",
2549
+ "description": "Overwrites auto handling for aria-describedby.",
2550
+ "type": "string"
2551
+ },
2522
2552
  {
2523
2553
  "name": "options",
2524
2554
  "description": "If you don't/can't use children/slots you can pass in the options as an array.",
@@ -2621,7 +2651,12 @@
2621
2651
  },
2622
2652
  {
2623
2653
  "name": "describedbyid",
2624
- "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
2654
+ "description": "",
2655
+ "value": { "type": "string" }
2656
+ },
2657
+ {
2658
+ "name": "aria-described-by",
2659
+ "description": "Overwrites auto handling for aria-describedby.",
2625
2660
  "value": { "type": "string" }
2626
2661
  },
2627
2662
  {
@@ -2717,9 +2752,10 @@
2717
2752
  "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2718
2753
  "type": "boolean | string"
2719
2754
  },
2755
+ { "name": "describedbyid", "description": "", "type": "string" },
2720
2756
  {
2721
- "name": "describedbyid",
2722
- "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
2757
+ "name": "ariaDescribedBy",
2758
+ "description": "Overwrites auto handling for aria-describedby.",
2723
2759
  "type": "string"
2724
2760
  },
2725
2761
  {
@@ -3215,6 +3251,11 @@
3215
3251
  "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
3216
3252
  }
3217
3253
  },
3254
+ {
3255
+ "name": "aria-described-by",
3256
+ "description": "Overwrites auto handling for aria-describedby.",
3257
+ "value": { "type": "string" }
3258
+ },
3218
3259
  {
3219
3260
  "name": "placeholder",
3220
3261
  "description": "Text that appears in the form control when it has no value set",
@@ -3382,6 +3423,11 @@
3382
3423
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
3383
3424
  "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
3384
3425
  },
3426
+ {
3427
+ "name": "ariaDescribedBy",
3428
+ "description": "Overwrites auto handling for aria-describedby.",
3429
+ "type": "string"
3430
+ },
3385
3431
  {
3386
3432
  "name": "placeholder",
3387
3433
  "description": "Text that appears in the form control when it has no value set",
@@ -4622,6 +4668,11 @@
4622
4668
  "description": "Enables or disables the visibility of the message.",
4623
4669
  "value": { "type": "boolean | string" }
4624
4670
  },
4671
+ {
4672
+ "name": "aria-described-by",
4673
+ "description": "Overwrites auto handling for aria-describedby.",
4674
+ "value": { "type": "string" }
4675
+ },
4625
4676
  {
4626
4677
  "name": "show-no-results",
4627
4678
  "description": "Dropdown - enable no options infotext",
@@ -4847,6 +4898,11 @@
4847
4898
  "description": "Enables or disables the visibility of the message.",
4848
4899
  "type": "boolean | string"
4849
4900
  },
4901
+ {
4902
+ "name": "ariaDescribedBy",
4903
+ "description": "Overwrites auto handling for aria-describedby.",
4904
+ "type": "string"
4905
+ },
4850
4906
  {
4851
4907
  "name": "showNoResults",
4852
4908
  "description": "Dropdown - enable no options infotext",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/wc-core-components",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Stencil components for @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "web-types": "./dist/web-types.json",
44
44
  "dependencies": {
45
- "@db-ux/core-components": "2.0.8",
46
- "@db-ux/core-foundations": "2.0.8"
45
+ "@db-ux/core-components": "2.0.9",
46
+ "@db-ux/core-foundations": "2.0.9"
47
47
  }
48
48
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"document-click-listener-BbGE8WyV.js","sources":["src/utils/document-click-listener.ts"],"sourcesContent":["import { uuid } from './index';\nexport class DocumentClickListener {\n private static callbacks: Record<string, (event: any) => void> = {};\n private static _instance: DocumentClickListener | null = null;\n private static runCallbacks(event: any) {\n Object.values(DocumentClickListener.callbacks).forEach(callback => {\n if (typeof callback === 'function') {\n callback(event);\n }\n });\n }\n constructor() {\n if (DocumentClickListener._instance) {\n return DocumentClickListener._instance;\n }\n DocumentClickListener._instance = this;\n if (document) {\n document.addEventListener('click', event => DocumentClickListener.runCallbacks(event));\n }\n }\n public addCallback(callback: (event: any) => void) {\n const callbackID = uuid();\n DocumentClickListener.callbacks[callbackID] = callback;\n return callbackID;\n }\n public removeCallback(id: string) {\n delete DocumentClickListener.callbacks[id];\n }\n}"],"names":["uuid"],"mappings":";;;;MACa,qBAAqB,CAAA;IAGxB,OAAO,YAAY,CAAC,KAAU,EAAA;AACpC,QAAA,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,QAAQ,IAAG;AAChE,YAAA,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;gBAClC,QAAQ,CAAC,KAAK,CAAC;;AAEnB,SAAC,CAAC;;AAEJ,IAAA,WAAA,GAAA;AACE,QAAA,IAAI,qBAAqB,CAAC,SAAS,EAAE;YACnC,OAAO,qBAAqB,CAAC,SAAS;;AAExC,QAAA,qBAAqB,CAAC,SAAS,GAAG,IAAI;QACtC,IAAI,QAAQ,EAAE;AACZ,YAAA,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE,KAAK,IAAI,qBAAqB,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;;;AAGnF,IAAA,WAAW,CAAC,QAA8B,EAAA;AAC/C,QAAA,MAAM,UAAU,GAAGA,UAAI,EAAE;AACzB,QAAA,qBAAqB,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,QAAQ;AACtD,QAAA,OAAO,UAAU;;AAEZ,IAAA,cAAc,CAAC,EAAU,EAAA;AAC9B,QAAA,OAAO,qBAAqB,CAAC,SAAS,CAAC,EAAE,CAAC;;;AAxB7B,qBAAS,CAAA,SAAA,GAAyC,EAAE;AACpD,qBAAS,CAAA,SAAA,GAAiC,IAAI;;;;"}
@@ -1,2 +0,0 @@
1
- import{r as i,c as s,h as t}from"./p-bH2PZLSq.js";import{j as a,u as h,g as e,m as d,c}from"./p-pglUTSkG.js";const l=class{constructor(t){i(this,t);this.change=s(this,"change");this.blur=s(this,"blur");this.focus=s(this,"focus");this._id=undefined;this._checked=false}handleChange(i){var s;i.stopPropagation();if(this.change){this.change.emit(i)}this._checked=(s=i.target)===null||s===void 0?void 0:s["checked"]}handleBlur(i){i.stopPropagation();if(this.blur){this.blur.emit(i)}}handleFocus(i){i.stopPropagation();if(this.focus){this.focus.emit(i)}}enableAttributePassing(i,s){const t=i===null||i===void 0?void 0:i.closest(s);if(i&&t){const s=t.attributes;for(let a=0;a<s.length;a++){const h=s.item(a);if(h&&(h.name.startsWith("data-")||h.name.startsWith("aria-"))){i.setAttribute(h.name,h.value);t.removeAttribute(h.name)}if(h&&h.name==="class"){const s=h.value.includes("hydrated");const a=h.value.replace("hydrated","").trim();const e=i.getAttribute("class");i.setAttribute(h.name,`${e?`${e} `:""}${a}`);if(s){t.setAttribute("class","hydrated")}else{t.removeAttribute(h.name)}}}}}watch0Fn(){if(this.checked!==undefined&&this.checked!==null){this._checked=a(this.checked)}}watch0(){this.watch0Fn()}componentDidLoad(){var i;this.enableAttributePassing(this._ref,"db-switch");this._id=(i=this.id)!==null&&i!==void 0?i:`switch-${h()}`;this.watch0Fn()}render(){return t("label",{key:"81de35ea95c4feb1cba1ff951ea38ed1b0f44e49",class:c("db-switch",this.className),"data-visual-aid":e(this.visualAid),"data-size":this.size,"data-hide-label":d(this.showLabel),"data-emphasis":this.emphasis,htmlFor:this._id},t("input",{key:"49ee8a23eaf6baa63979b4394eefb9276cc54d44",type:"checkbox",role:"switch",id:this._id,"aria-checked":e(this._checked),ref:i=>{this._ref=i},checked:a(this.checked,"checked"),value:this.value,disabled:a(this.disabled,"disabled"),"aria-describedby":this.describedbyid,"aria-invalid":this.validation==="invalid","data-custom-validity":this.validation,name:this.name,required:a(this.required,"required"),"data-aid-icon":this.icon,"data-aid-icon-after":this.iconAfter,onChange:i=>this.handleChange(i),onBlur:i=>this.handleBlur(i),onFocus:i=>this.handleFocus(i)}),this.label?this.label:t("slot",null))}static get watchers(){return{checked:["watch0"]}}};export{l as db_switch};
2
- //# sourceMappingURL=p-049844c6.entry.js.map