@db-ux/wc-core-components 4.5.4-table-c758ae7 → 4.5.4-tailwind-inline-5d37a00

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 (221) hide show
  1. package/README.md +11 -9
  2. package/dist/cjs/db-accordion-item.cjs.entry.js +3 -3
  3. package/dist/cjs/db-accordion.cjs.entry.js +2 -2
  4. package/dist/cjs/db-badge.cjs.entry.js +2 -2
  5. package/dist/cjs/db-brand.cjs.entry.js +2 -2
  6. package/dist/cjs/db-button.cjs.entry.js +2 -2
  7. package/dist/cjs/db-card.cjs.entry.js +3 -3
  8. package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
  9. package/dist/cjs/db-custom-button.cjs.entry.js +3 -3
  10. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +10 -10
  11. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +3 -3
  12. package/dist/cjs/db-custom-select.cjs.entry.js +6 -6
  13. package/dist/cjs/db-divider.cjs.entry.js +2 -2
  14. package/dist/cjs/db-drawer.cjs.entry.js +4 -4
  15. package/dist/cjs/db-header.cjs.entry.js +3 -3
  16. package/dist/cjs/db-icon.cjs.entry.js +2 -2
  17. package/dist/cjs/db-infotext.cjs.entry.js +2 -2
  18. package/dist/cjs/{db-table-caption.cjs.entry.js → db-link.cjs.entry.js} +7 -6
  19. package/dist/cjs/db-navigation-item.cjs.entry.js +2 -2
  20. package/dist/cjs/db-navigation.cjs.entry.js +3 -3
  21. package/dist/cjs/db-notification.cjs.entry.js +3 -3
  22. package/dist/cjs/db-page.cjs.entry.js +3 -3
  23. package/dist/cjs/db-popover.cjs.entry.js +3 -3
  24. package/dist/cjs/db-radio.cjs.entry.js +2 -2
  25. package/dist/cjs/db-section.cjs.entry.js +3 -3
  26. package/dist/cjs/db-select.cjs.entry.js +3 -3
  27. package/dist/cjs/db-stack.cjs.entry.js +3 -3
  28. package/dist/cjs/db-switch.cjs.entry.js +3 -3
  29. package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
  30. package/dist/cjs/db-tabs.cjs.entry.js +3 -3
  31. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  32. package/dist/cjs/db-tooltip.cjs.entry.js +3 -3
  33. package/dist/cjs/db-ux.cjs.js +2 -2
  34. package/dist/cjs/{index-CSakRmZZ.js → index-EqJP9Qyt.js} +0 -21
  35. package/dist/cjs/index.cjs.js +1 -20
  36. package/dist/cjs/loader.cjs.js +2 -2
  37. package/dist/collection/collection-manifest.json +1 -9
  38. package/dist/collection/components/accordion/accordion.js +1 -1
  39. package/dist/collection/components/accordion-item/accordion-item.js +2 -2
  40. package/dist/collection/components/badge/badge.js +1 -1
  41. package/dist/collection/components/brand/brand.js +2 -2
  42. package/dist/collection/components/button/button.js +4 -4
  43. package/dist/collection/components/card/card.js +2 -2
  44. package/dist/collection/components/checkbox/checkbox.js +3 -3
  45. package/dist/collection/components/custom-button/custom-button.js +5 -5
  46. package/dist/collection/components/custom-select/custom-select.js +7 -7
  47. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +2 -2
  48. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
  49. package/dist/collection/components/custom-select-list/custom-select-list.js +2 -2
  50. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +2 -2
  51. package/dist/collection/components/divider/divider.js +1 -1
  52. package/dist/collection/components/drawer/drawer.js +3 -3
  53. package/dist/collection/components/header/header.js +2 -2
  54. package/dist/collection/components/icon/icon.js +2 -2
  55. package/dist/collection/components/infotext/infotext.js +2 -2
  56. package/dist/collection/components/input/input.js +6 -6
  57. package/dist/collection/components/link/link.js +1 -1
  58. package/dist/collection/components/navigation/navigation.js +2 -2
  59. package/dist/collection/components/navigation-item/navigation-item.js +2 -2
  60. package/dist/collection/components/notification/notification.js +3 -3
  61. package/dist/collection/components/page/page.js +2 -2
  62. package/dist/collection/components/popover/popover.js +2 -2
  63. package/dist/collection/components/radio/radio.js +1 -1
  64. package/dist/collection/components/section/section.js +2 -2
  65. package/dist/collection/components/select/select.js +4 -4
  66. package/dist/collection/components/stack/stack.js +2 -2
  67. package/dist/collection/components/switch/switch.js +6 -6
  68. package/dist/collection/components/tab-item/tab-item.js +5 -5
  69. package/dist/collection/components/tab-list/tab-list.js +2 -2
  70. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  71. package/dist/collection/components/tabs/tabs.js +2 -2
  72. package/dist/collection/components/tag/tag.js +3 -3
  73. package/dist/collection/components/textarea/textarea.js +3 -3
  74. package/dist/collection/components/tooltip/tooltip.js +2 -2
  75. package/dist/collection/index.js +0 -16
  76. package/dist/collection/shared/model.js +1 -1
  77. package/dist/custom-elements.json +2660 -5671
  78. package/dist/db-ux/db-ux.esm.js +1 -1
  79. package/dist/db-ux/index.esm.js +1 -1
  80. package/dist/db-ux/p-05e9aa2e.entry.js +1 -0
  81. package/dist/db-ux/{p-7387346c.entry.js → p-19ae6336.entry.js} +1 -1
  82. package/dist/db-ux/{p-dbdfc04a.entry.js → p-2c30a356.entry.js} +1 -1
  83. package/dist/db-ux/p-2ed98454.entry.js +1 -0
  84. package/dist/db-ux/p-33443732.entry.js +1 -0
  85. package/dist/db-ux/{p-150c4aeb.entry.js → p-3ca07f53.entry.js} +1 -1
  86. package/dist/db-ux/{p-d603dcc4.entry.js → p-4a0870fa.entry.js} +1 -1
  87. package/dist/db-ux/{p-8f76eea7.entry.js → p-4f519859.entry.js} +1 -1
  88. package/dist/db-ux/{p-0055d6ce.entry.js → p-516c3f64.entry.js} +1 -1
  89. package/dist/db-ux/{p-6b87f6f1.entry.js → p-56da8875.entry.js} +1 -1
  90. package/dist/db-ux/p-58c6c29d.entry.js +1 -0
  91. package/dist/db-ux/{p-7da51a4c.entry.js → p-669fe992.entry.js} +1 -1
  92. package/dist/db-ux/{p-19fe0672.entry.js → p-72d1ea3b.entry.js} +1 -1
  93. package/dist/db-ux/{p-77ee580e.entry.js → p-7f6fae6f.entry.js} +1 -1
  94. package/dist/db-ux/{p-10acdb01.entry.js → p-83e69c0e.entry.js} +1 -1
  95. package/dist/db-ux/p-85897212.entry.js +1 -0
  96. package/dist/db-ux/p-8a521b05.entry.js +1 -0
  97. package/dist/db-ux/p-974fbc69.entry.js +1 -0
  98. package/dist/db-ux/{p-8baf5ea2.entry.js → p-a0f6fc10.entry.js} +1 -1
  99. package/dist/db-ux/p-a3aef74b.entry.js +1 -0
  100. package/dist/db-ux/{p-e367150f.entry.js → p-a726cd18.entry.js} +1 -1
  101. package/dist/db-ux/{p-54d2e18d.entry.js → p-aad2d524.entry.js} +1 -1
  102. package/dist/db-ux/{p-5e4de899.entry.js → p-b99e76fd.entry.js} +1 -1
  103. package/dist/db-ux/{p-823a7488.entry.js → p-bd1b0142.entry.js} +1 -1
  104. package/dist/db-ux/{p-032487d0.entry.js → p-c7d1bee4.entry.js} +1 -1
  105. package/dist/db-ux/p-cb093137.entry.js +1 -0
  106. package/dist/db-ux/{p-003f3468.entry.js → p-cdef6789.entry.js} +1 -1
  107. package/dist/db-ux/{p-e3279b61.entry.js → p-df2b1979.entry.js} +1 -1
  108. package/dist/db-ux/{p-e9058123.entry.js → p-f49ed233.entry.js} +1 -1
  109. package/dist/db-ux/{p-50a16969.entry.js → p-fc9fb7cd.entry.js} +1 -1
  110. package/dist/db-ux/{p-47bd992d.entry.js → p-fdbf8d91.entry.js} +1 -1
  111. package/dist/db-ux/p-kHKR5QG5.js +2 -0
  112. package/dist/esm/db-accordion-item.entry.js +3 -3
  113. package/dist/esm/db-accordion.entry.js +2 -2
  114. package/dist/esm/db-badge.entry.js +2 -2
  115. package/dist/esm/db-brand.entry.js +2 -2
  116. package/dist/esm/db-button.entry.js +2 -2
  117. package/dist/esm/db-card.entry.js +3 -3
  118. package/dist/esm/db-checkbox.entry.js +3 -3
  119. package/dist/esm/db-custom-button.entry.js +3 -3
  120. package/dist/esm/db-custom-select-dropdown_5.entry.js +10 -10
  121. package/dist/esm/db-custom-select-form-field.entry.js +3 -3
  122. package/dist/esm/db-custom-select.entry.js +6 -6
  123. package/dist/esm/db-divider.entry.js +2 -2
  124. package/dist/esm/db-drawer.entry.js +4 -4
  125. package/dist/esm/db-header.entry.js +3 -3
  126. package/dist/esm/db-icon.entry.js +2 -2
  127. package/dist/esm/db-infotext.entry.js +2 -2
  128. package/dist/esm/{db-table-caption.entry.js → db-link.entry.js} +8 -7
  129. package/dist/esm/db-navigation-item.entry.js +2 -2
  130. package/dist/esm/db-navigation.entry.js +3 -3
  131. package/dist/esm/db-notification.entry.js +3 -3
  132. package/dist/esm/db-page.entry.js +3 -3
  133. package/dist/esm/db-popover.entry.js +3 -3
  134. package/dist/esm/db-radio.entry.js +2 -2
  135. package/dist/esm/db-section.entry.js +3 -3
  136. package/dist/esm/db-select.entry.js +3 -3
  137. package/dist/esm/db-stack.entry.js +3 -3
  138. package/dist/esm/db-switch.entry.js +3 -3
  139. package/dist/esm/db-tab-item_3.entry.js +7 -7
  140. package/dist/esm/db-tabs.entry.js +3 -3
  141. package/dist/esm/db-textarea.entry.js +3 -3
  142. package/dist/esm/db-tooltip.entry.js +3 -3
  143. package/dist/esm/db-ux.js +3 -3
  144. package/dist/esm/{index-LpjjuLKB.js → index-kHKR5QG5.js} +0 -21
  145. package/dist/esm/index.js +2 -13
  146. package/dist/esm/loader.js +3 -3
  147. package/dist/types/components.d.ts +0 -278
  148. package/dist/types/index.d.ts +0 -16
  149. package/dist/types/shared/model.d.ts +2 -42
  150. package/dist/vscode.html-custom-data.json +2 -400
  151. package/dist/web-types.json +4 -692
  152. package/package.json +3 -3
  153. package/dist/cjs/db-link_4.cjs.entry.js +0 -220
  154. package/dist/cjs/db-table-body_3.cjs.entry.js +0 -173
  155. package/dist/cjs/db-table.cjs.entry.js +0 -136
  156. package/dist/collection/components/table/examples/data.js +0 -258
  157. package/dist/collection/components/table/index.js +0 -2
  158. package/dist/collection/components/table/model.js +0 -6
  159. package/dist/collection/components/table/table.js +0 -456
  160. package/dist/collection/components/table-body/index.js +0 -2
  161. package/dist/collection/components/table-body/model.js +0 -1
  162. package/dist/collection/components/table-body/table-body.js +0 -137
  163. package/dist/collection/components/table-caption/index.js +0 -2
  164. package/dist/collection/components/table-caption/model.js +0 -1
  165. package/dist/collection/components/table-caption/table-caption.js +0 -109
  166. package/dist/collection/components/table-data-cell/index.js +0 -2
  167. package/dist/collection/components/table-data-cell/model.js +0 -1
  168. package/dist/collection/components/table-data-cell/table-data-cell.js +0 -291
  169. package/dist/collection/components/table-footer/index.js +0 -2
  170. package/dist/collection/components/table-footer/model.js +0 -1
  171. package/dist/collection/components/table-footer/table-footer.js +0 -137
  172. package/dist/collection/components/table-head/index.js +0 -2
  173. package/dist/collection/components/table-head/model.js +0 -1
  174. package/dist/collection/components/table-head/table-head.js +0 -140
  175. package/dist/collection/components/table-header-cell/index.js +0 -2
  176. package/dist/collection/components/table-header-cell/model.js +0 -1
  177. package/dist/collection/components/table-header-cell/table-header-cell.js +0 -369
  178. package/dist/collection/components/table-row/index.js +0 -2
  179. package/dist/collection/components/table-row/model.js +0 -1
  180. package/dist/collection/components/table-row/table-row.js +0 -195
  181. package/dist/db-ux/p-2cdc1311.entry.js +0 -1
  182. package/dist/db-ux/p-33ca6422.entry.js +0 -1
  183. package/dist/db-ux/p-42e61221.entry.js +0 -1
  184. package/dist/db-ux/p-68a1d35a.entry.js +0 -1
  185. package/dist/db-ux/p-75005663.entry.js +0 -1
  186. package/dist/db-ux/p-7f2eaa8b.entry.js +0 -1
  187. package/dist/db-ux/p-8826c7fc.entry.js +0 -1
  188. package/dist/db-ux/p-97f5d48e.entry.js +0 -1
  189. package/dist/db-ux/p-LpjjuLKB.js +0 -2
  190. package/dist/db-ux/p-a8368ed2.entry.js +0 -1
  191. package/dist/db-ux/p-c0b8571d.entry.js +0 -1
  192. package/dist/db-ux/p-d20bd873.entry.js +0 -1
  193. package/dist/db-ux/p-e9142fec.entry.js +0 -1
  194. package/dist/esm/db-link_4.entry.js +0 -215
  195. package/dist/esm/db-table-body_3.entry.js +0 -169
  196. package/dist/esm/db-table.entry.js +0 -134
  197. package/dist/types/components/table/examples/data.d.ts +0 -9
  198. package/dist/types/components/table/index.d.ts +0 -2
  199. package/dist/types/components/table/model.d.ts +0 -74
  200. package/dist/types/components/table/table.d.ts +0 -37
  201. package/dist/types/components/table-body/index.d.ts +0 -2
  202. package/dist/types/components/table-body/model.d.ts +0 -8
  203. package/dist/types/components/table-body/table-body.d.ts +0 -19
  204. package/dist/types/components/table-caption/index.d.ts +0 -2
  205. package/dist/types/components/table-caption/model.d.ts +0 -5
  206. package/dist/types/components/table-caption/table-caption.d.ts +0 -18
  207. package/dist/types/components/table-data-cell/index.d.ts +0 -2
  208. package/dist/types/components/table-data-cell/model.d.ts +0 -5
  209. package/dist/types/components/table-data-cell/table-data-cell.d.ts +0 -25
  210. package/dist/types/components/table-footer/index.d.ts +0 -2
  211. package/dist/types/components/table-footer/model.d.ts +0 -8
  212. package/dist/types/components/table-footer/table-footer.d.ts +0 -19
  213. package/dist/types/components/table-head/index.d.ts +0 -2
  214. package/dist/types/components/table-head/model.d.ts +0 -10
  215. package/dist/types/components/table-head/table-head.d.ts +0 -58
  216. package/dist/types/components/table-header-cell/index.d.ts +0 -2
  217. package/dist/types/components/table-header-cell/model.d.ts +0 -24
  218. package/dist/types/components/table-header-cell/table-header-cell.d.ts +0 -28
  219. package/dist/types/components/table-row/index.d.ts +0 -2
  220. package/dist/types/components/table-row/model.d.ts +0 -30
  221. package/dist/types/components/table-row/table-row.d.ts +0 -23
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBCustomSelectFormField = class {
@@ -46,9 +46,9 @@ const DBCustomSelectFormField = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b;
49
- return (h("summary", { key: '76aa8c30e636d11faf08ea79fd8e55d162a6c224', class: cls("db-custom-select-form-field", this.className), ref: (el) => {
49
+ return (h("summary", { key: '960e6eb6b0f7f46884e26a820f3ae38e13d57f33', class: cls("db-custom-select-form-field", this.className), ref: (el) => {
50
50
  this._ref = el;
51
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("slot", { key: '829025ec61e9b2b4891e9289f0292261a43aff0a' })));
51
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("slot", { key: 'e109b45a0935d878434ae5e330d55fdab7fb438d' })));
52
52
  }
53
53
  };
54
54
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-kHKR5QG5.js';
2
2
  import { l as DEFAULT_INVALID_MESSAGE, a as DEFAULT_LABEL, m as DEFAULT_REMOVE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, e as DEFAULT_SELECT_ID_SUFFIX, d as DEFAULT_LABEL_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, o as DEFAULT_SELECTED, k as DEFAULT_VALID_MESSAGE, c as DEFAULT_MESSAGE, s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
3
3
  import { h as hasVoiceOver, d as delay, s as stringPropVisible, m as getSearchInput, u as uuid, g as getBooleanAsString, e as getBoolean, l as getHideProp, c as cls } from './index-xkoBSP8R.js';
4
4
  import { D as DocumentClickListener } from './document-click-listener-D7W_VE5O.js';
@@ -792,19 +792,19 @@ const DBCustomSelect = class {
792
792
  }
793
793
  render() {
794
794
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
795
- return (h("div", { key: 'adc424fa6a3f8653e88e5f5db601a8661da73994', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
795
+ return (h("div", { key: '04344ea736f4311c09459970f6c743516c0a45ba', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
796
796
  this._ref = el;
797
797
  }, "aria-invalid": this._validity === "invalid", "data-custom-validity": this._validity, "data-width": this.formFieldWidth, "data-variant": this.variant === "floating" &&
798
798
  this.selectedType === "tag" &&
799
799
  this.multiple
800
800
  ? "above"
801
- : this.variant, "data-required": getBooleanAsString(this.required), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: 'fecde7273841b8365690a6b1e0de407107f0765f', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL, h("select", { key: 'c6498a15a6c57bfdd46cc9624d42de5ebe78c0cc', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
801
+ : this.variant, "data-required": getBooleanAsString(this.required), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: 'ed856ad29b0f840ebe37c8edf275267efc780f2c', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL, h("select", { key: '093be2cd13041a45a95664e083125f5e4e8c2689', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
802
802
  this.selectRef = el;
803
803
  }, form: this.form, name: this.name, "data-custom-validity": this._validity, multiple: getBoolean(this.multiple, "multiple"), disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), onChange: (event) => this.satisfyReact(event) }, ((_b = this.options) === null || _b === void 0 ? void 0 : _b.length)
804
804
  ? (_c = this.options) === null || _c === void 0 ? void 0 : _c.map((option) => (h("option", { disabled: option.disabled, value: option.value, key: undefined }, this.getOptionLabel(option))))
805
- : null)), h("details", { key: 'ea5eecf0c0a3285921c191c81710947c3ab14cab', ref: (el) => {
805
+ : null)), h("details", { key: 'e0617c55fb94a72432719b485d922d87cca58d40', ref: (el) => {
806
806
  this.detailsRef = el;
807
- }, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: '52d3c600ec77ad908deb69b1b57b089f05579aa5' }), this.options ? (h(Fragment, null, h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : undefined, "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (h("span", { "data-visually-hidden": getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option) => (h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (h("div", null, h("db-input", { type: "search", ref: (el) => {
807
+ }, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: '4a4754177ce637816734d8e195d1d34b0e4a9707' }), this.options ? (h(Fragment, null, h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : undefined, "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (h("span", { "data-visually-hidden": getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option) => (h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (h("div", null, h("db-input", { type: "search", ref: (el) => {
808
808
  this.searchInputRef = el;
809
809
  }, name: this._id, form: this._id, showLabel: false, value: this._searchValue, label: (_f = this.searchLabel) !== null && _f !== void 0 ? _f : DEFAULT_LABEL, placeholder: (_g = this.searchPlaceholder) !== null && _g !== void 0 ? _g : this.searchLabel, ariaDescribedBy: this._hasNoOptions || this.showLoading
810
810
  ? this._infoTextId
@@ -814,7 +814,7 @@ const DBCustomSelect = class {
814
814
  this.selectAllRef = el;
815
815
  }, form: this._id, checked: this.selectAllChecked, onChange: (event) => this.handleSelectAll(event) }), this.getSelectAllLabel())))) : null, h("db-custom-select-list", { multiple: getBoolean(this.multiple, "multiple"), label: (_k = (_j = this.listLabel) !== null && _j !== void 0 ? _j : this.label) !== null && _k !== void 0 ? _k : DEFAULT_LABEL }, (_l = this._options) === null || _l === void 0 ? void 0 : _l.map((option) => (h("db-custom-select-list-item", { type: this.multiple ? "checkbox" : "radio", showDivider: option.showDivider, icon: option.icon, isGroupTitle: option.isGroupTitle, groupTitle: this.getOptionLabel(option), name: this._id, checked: this.getOptionChecked(option.value), disabled: option.disabled, value: option.value, onChange: () => this.handleSelect(option.value), key: undefined }, !option.isGroupTitle
816
816
  ? this.getOptionLabel(option)
817
- : null)))))), h("div", null, h("db-button", { variant: "ghost", width: "full", icon: "cross", size: "small", name: this._id, form: this._id, onClick: () => this.handleClose(undefined, true) }, (_m = this.mobileCloseButtonText) !== null && _m !== void 0 ? _m : DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, disabled: getBoolean(this.disabled, "disabled"), onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, h("span", { key: '312797b7c41d57e43821cbaecaf6f82be6dc6239', class: "db-custom-select-placeholder", "aria-hidden": getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: 'c4f623a9e3c3ed61054960db586b0589873235fe', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '69f9c8fe36de328caed05e820faec5a76bdae6d2', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
817
+ : null)))))), h("div", null, h("db-button", { variant: "ghost", width: "full", icon: "cross", size: "small", name: this._id, form: this._id, onClick: () => this.handleClose(undefined, true) }, (_m = this.mobileCloseButtonText) !== null && _m !== void 0 ? _m : DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, disabled: getBoolean(this.disabled, "disabled"), onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, h("span", { key: 'ea3f5751609a4383f9d381cfbc7947a4b0192880', class: "db-custom-select-placeholder", "aria-hidden": getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: 'd8733256a74ba4876d4080a27798f01264d6472d', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '4ca046467d7da79ac48f0e1dddf2712ef2a93074', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
818
818
  }
819
819
  static get watchers() { return {
820
820
  "id": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBDivider = class {
@@ -46,7 +46,7 @@ const DBDivider = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b;
49
- return (h("div", { key: '40f582795805c0f3bd32ffba379049ba0a1140f6', class: cls("db-divider", this.className), ref: (el) => {
49
+ return (h("div", { key: '5773c14fcdd05f7e4b7b73af32c779133ac1b65b', class: cls("db-divider", this.className), ref: (el) => {
50
50
  this._ref = el;
51
51
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-margin": this.margin, "data-variant": this.variant, "data-emphasis": this.emphasis, "data-width": this.width }));
52
52
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
3
3
  import { o as isKeyboardEvent, d as delay, g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
4
4
 
@@ -133,11 +133,11 @@ const DBDrawer = class {
133
133
  }
134
134
  render() {
135
135
  var _a, _b, _c;
136
- return (h("dialog", { key: 'c2796bb6f012c8f9824c6202e2e5e3defe3805a5', class: "db-drawer", id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, ref: (el) => {
136
+ return (h("dialog", { key: '5980a60cbe0d46868a4a65d853551a25159523f0', class: "db-drawer", id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, ref: (el) => {
137
137
  this._ref = el;
138
- }, onClick: (event) => this.handleClose(event), onKeyDown: (event) => this.handleClose(event), "data-position": this.position, "data-backdrop": this.backdrop, "data-direction": this.direction, "data-variant": this.variant }, h("article", { key: '2e5ef8d5226f3f28a5aa5e8f988d05b2499e7821', class: cls("db-drawer-container", this.className), ref: (el) => {
138
+ }, onClick: (event) => this.handleClose(event), onKeyDown: (event) => this.handleClose(event), "data-position": this.position, "data-backdrop": this.backdrop, "data-direction": this.direction, "data-variant": this.variant }, h("article", { key: '305ff89261e63e2dbe0640fc9be97b330a4b94cf', class: cls("db-drawer-container", this.className), ref: (el) => {
139
139
  this.dialogContainerRef = el;
140
- }, "data-spacing": this.spacing, "data-width": this.width, "data-direction": this.direction, "data-rounded": getBooleanAsString(this.rounded) }, h("header", { key: 'b33353ca17228c7bcebe90dbc56f551024b3fe0a', class: "db-drawer-header" }, h("div", { key: '37bcf6a7c21eadc37152f2c3a69566c5d34ab864', class: "db-drawer-header-text" }, h("slot", { key: 'ac39f65966a07323e520f92475e731d048a004ee', name: "drawerHeader" })), h("db-button", { key: 'dd5f587ad603796a3743652ebfdd040cb782cc9c', class: "button-close-drawer", icon: "cross", variant: "ghost", id: this.closeButtonId, noText: true, onClick: (event) => this.handleClose(event, true) }, (_c = this.closeButtonText) !== null && _c !== void 0 ? _c : DEFAULT_CLOSE_BUTTON)), h("div", { key: '6bdf59f204628f244c9d1114dfed96c6ff05dbdc', class: "db-drawer-content" }, h("slot", { key: 'bded85dab209599b6159a516d8a2d66a39051452' })))));
140
+ }, "data-spacing": this.spacing, "data-width": this.width, "data-direction": this.direction, "data-rounded": getBooleanAsString(this.rounded) }, h("header", { key: 'fe07654ff3c238c6a0eb2f73ff5f8a035ff9232c', class: "db-drawer-header" }, h("div", { key: '56eff8cf0d755c027bf72e2319e7897ed3b4b51c', class: "db-drawer-header-text" }, h("slot", { key: 'ff8378e26a292c20991899764a927aadd5b35ac8', name: "drawerHeader" })), h("db-button", { key: '5300a384462ceb1ac7ac9272bed2ee34f426ccf2', class: "button-close-drawer", icon: "cross", variant: "ghost", id: this.closeButtonId, noText: true, onClick: (event) => this.handleClose(event, true) }, (_c = this.closeButtonText) !== null && _c !== void 0 ? _c : DEFAULT_CLOSE_BUTTON)), h("div", { key: '681bd3593f743539104398e0dbb6628abdd8ae2c', class: "db-drawer-content" }, h("slot", { key: 'ad9f204d5f0b6b44fec8bfc49f8aa361cbb155d7' })))));
141
141
  }
142
142
  static get watchers() { return {
143
143
  "open": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { p as DEFAULT_BURGER_MENU } from './constants-BdL-nI5y.js';
3
3
  import { a as addAttributeToChildren, e as getBoolean, c as cls } from './index-xkoBSP8R.js';
4
4
  import { i as isEventTargetNavigationItem } from './navigation-Jh6m0eMk.js';
@@ -82,9 +82,9 @@ const DBHeader = class {
82
82
  }
83
83
  render() {
84
84
  var _a, _b, _c;
85
- return (h("header", { key: '8e54210db9b89732d6405bbe8bcdbfe1151b9731', class: cls("db-header", this.className), ref: (el) => {
85
+ return (h("header", { key: 'b5085e769fbc61e94b0ae0e1cca91db441efc1a5', class: cls("db-header", this.className), ref: (el) => {
86
86
  this._ref = el;
87
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-width": this.width, "data-on-forcing-mobile": this.forceMobile && !this.forcedToMobile }, h("db-drawer", { key: 'ce22e304d9c36200d421aee13ff70316fdba442f', class: "db-header-drawer", spacing: "small", rounded: true, closeButtonId: this.closeButtonId, closeButtonText: this.closeButtonText, open: getBoolean(this.drawerOpen), onClose: () => this.handleToggle() }, h("div", { key: '908307e3c05e5ca675112a6e3c87b1e4d7fed751', class: "db-header-drawer-navigation" }, h("div", { key: 'da6c85a149b09733bab2e51fed341b16282577a1', class: "db-header-navigation", onClick: (event) => this.handleNavigationItemClick(event) }, h("slot", { key: 'f0092c3f841c796acc940c70772731964b2f44c0' })), h("div", { key: '7afc8e437343327f5707f45be0a2fd5e03e58a29', class: "db-header-meta-navigation" }, h("slot", { key: '08a7c6500bd59a860242ebe17b71fdc3cc303b33', name: "metaNavigation" }))), h("div", { key: '2e49cc794f28e3d25c2bcdd5d7e857ade2127e11', class: "db-header-secondary-action" }, h("slot", { key: '7877c1166d58fc228236d1279720cfc16c496b72', name: "secondaryAction" }))), h("div", { key: '9b2c8ad3b231d6b98b72dd10c7d6961770c203e6', class: "db-header-meta-navigation" }, h("slot", { key: 'd8a56e3c478fc665aebd6e450cf84a3bb319f73a', name: "metaNavigation" })), h("div", { key: '3ea89f132a57326a968a9d9def0077aa6e9124c7', class: "db-header-navigation-bar" }, h("div", { key: '5f24251272645917aec75d4a4eed962bb93bf72f', class: "db-header-brand-container" }, h("slot", { key: '0f484f8b46d50841d081ffcd859a5eacedd021b3', name: "brand" })), h("div", { key: '05e28c8261c3957f27e72ef79e184261035f0954', class: "db-header-navigation-container" }, h("div", { key: 'bf013bb85f2cd6bee2544237c6888325ba14ab1a', class: "db-header-navigation" }, h("slot", { key: '9fad72ee7f7be86eb8c3ff58b8d1351e7def044e' })), h("div", { key: 'b859a359c3a9f579b3dd57b74cc0c28d1d2f8f99', class: "db-header-primary-action" }, h("slot", { key: '25382acb1f778a4f2064c27219c41a3da4238007', name: "primaryAction" }))), h("div", { key: 'beccb5ee836518231ca9d99daa2d6a1a881ce3b9', class: "db-header-action-container" }, h("div", { key: 'fa85b7a06a88ef94746974734083ad92d7e0a7d0', class: "db-header-burger-menu-container" }, h("db-button", { key: 'b7c80b7e1e2ebe798f7815236444280a672338d4', icon: "menu", variant: "ghost", noText: true, onClick: () => this.handleToggle() }, (_c = this.burgerMenuLabel) !== null && _c !== void 0 ? _c : DEFAULT_BURGER_MENU)), h("div", { key: '1bb4dd0e6bf32dd922e4eb28ffb2b632637a1be7', class: "db-header-secondary-action" }, h("slot", { key: '42fd8c627f309e901ca8d07442a5a1c5f8776288', name: "secondaryAction" }))))));
87
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-width": this.width, "data-on-forcing-mobile": this.forceMobile && !this.forcedToMobile }, h("db-drawer", { key: 'a47facce9c8108126495c77d37a487cd34fe0ecb', class: "db-header-drawer", spacing: "small", rounded: true, closeButtonId: this.closeButtonId, closeButtonText: this.closeButtonText, open: getBoolean(this.drawerOpen), onClose: () => this.handleToggle() }, h("div", { key: 'cda6c2d0070ce377af2bd5ca4b77459a94350df5', class: "db-header-drawer-navigation" }, h("div", { key: '15713a6e12680039ca79f27ec4a1000b120af4fd', class: "db-header-navigation", onClick: (event) => this.handleNavigationItemClick(event) }, h("slot", { key: 'e553fe01864f6a23e12edb336ddfabae78ca4f74' })), h("div", { key: '73339268263f22638ce7e7cde00369f58a279d62', class: "db-header-meta-navigation" }, h("slot", { key: 'deffe76713c7ad062821f83a34ad1c0530acff6c', name: "metaNavigation" }))), h("div", { key: '42f61529aa00d9422cac6c8d5ae2588d0eb4760d', class: "db-header-secondary-action" }, h("slot", { key: '3273017c0520401367809b3e39e1d642b92bec50', name: "secondaryAction" }))), h("div", { key: '26b07d2244c291b78daa6dd2bc39ce2ee93d8674', class: "db-header-meta-navigation" }, h("slot", { key: '4adfd5ac044acbb161a26e9e033a1483991842c6', name: "metaNavigation" })), h("div", { key: '6a9709c60965315e7ecffb41ea4aac8caf986086', class: "db-header-navigation-bar" }, h("div", { key: '6eca84e588432ec968d4aed685d0dda4053b08a9', class: "db-header-brand-container" }, h("slot", { key: 'c034633ed87c6c554621e275b6d98d1d1628265c', name: "brand" })), h("div", { key: '04766e92142de2cd49a08711e7ad627b0cef14bd', class: "db-header-navigation-container" }, h("div", { key: 'fa4a5f6deab5edf3e1acf6e67d73ce06e638ae02', class: "db-header-navigation" }, h("slot", { key: '192fbdd2773ab46f2e4800d919a2ace97c9f5ef2' })), h("div", { key: '3bf503b08a862dbca679c198916da4be7228c528', class: "db-header-primary-action" }, h("slot", { key: '2ab7194da0568d92c85d47ecbf4e34aa4a734d00', name: "primaryAction" }))), h("div", { key: 'f45dbbf3346e8bf533a4af7c82e754fe0a679082', class: "db-header-action-container" }, h("div", { key: '7dfcd81988888a0595b94e15ba963abcfb1200ea', class: "db-header-burger-menu-container" }, h("db-button", { key: '52e71ba370d564b8739966643adf2ccce5e48bcb', icon: "menu", variant: "ghost", noText: true, onClick: () => this.handleToggle() }, (_c = this.burgerMenuLabel) !== null && _c !== void 0 ? _c : DEFAULT_BURGER_MENU)), h("div", { key: '54cf3d9d67d7be42f6b06227100abb337deb396d', class: "db-header-secondary-action" }, h("slot", { key: 'fc0a9946c1fd478c57e73f4c3b5b6ae0600101b8', name: "secondaryAction" }))))));
88
88
  }
89
89
  static get watchers() { return {
90
90
  "initialized": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBIcon = class {
@@ -46,7 +46,7 @@ const DBIcon = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b;
49
- return (h("span", { key: 'bbb6c25057c2d14ce8aa9c4b9e98451e7592ac9b', class: cls("db-icon", this.className), "aria-hidden": "true", ref: (el) => {
49
+ return (h("span", { key: '3bef98de9ca12c66f7cce8e11eaa5d895a8d6750', class: cls("db-icon", this.className), "aria-hidden": "true", ref: (el) => {
50
50
  this._ref = el;
51
51
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-icon": this.icon, "data-icon-weight": this.weight, "data-icon-variant": this.variant }, this.text ? this.text : h("slot", null)));
52
52
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBInfotext = class {
@@ -46,7 +46,7 @@ const DBInfotext = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b, _c;
49
- return (h("span", { key: '2e7fc7ada2ff751ab1b3e31bd19dc4f3dc0db63d', class: cls("db-infotext", this.className), ref: (el) => {
49
+ return (h("span", { key: '49219bd5f07042ba66ee28e86aed0536e0f776eb', class: cls("db-infotext", this.className), ref: (el) => {
50
50
  this._ref = el;
51
51
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-icon": this.icon, "data-semantic": this.semantic, "data-size": this.size, "data-wrap": getBooleanAsString(this.wrap), "data-show-icon-leading": getBooleanAsString((_c = this.showIcon) !== null && _c !== void 0 ? _c : true) }, this.text ? this.text : h("slot", null)));
52
52
  }
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
2
- import { c as cls } from './index-xkoBSP8R.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
+ import { g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
3
3
 
4
- const DBTableCaption = class {
4
+ const DBLink = class {
5
5
  constructor(hostRef) {
6
6
  registerInstance(this, hostRef);
7
7
  }
@@ -42,13 +42,14 @@ const DBTableCaption = class {
42
42
  }
43
43
  }
44
44
  componentDidLoad() {
45
- this.enableAttributePassing(this._ref, "db-table-caption");
45
+ this.enableAttributePassing(this._ref, "db-link");
46
46
  }
47
47
  render() {
48
- return (h("caption", { key: 'baeddf92648dcbf2965b0c3832e54f196a95dabe', class: cls("db-table-caption", this.className), ref: (el) => {
48
+ var _a, _b, _c, _d;
49
+ return (h("a", { key: '71c5ab28a592fe182048091df4ed2d34f4cafe96', class: cls("db-link", this.className), ref: (el) => {
49
50
  this._ref = el;
50
- }, id: this.id }, h("slot", { key: '46e4b15773e65ae78bd93699c41b463a2783fcd3' })));
51
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, href: this.href, target: this.target, rel: this.rel, role: this.role, referrerPolicy: (_c = this.referrerpolicy) !== null && _c !== void 0 ? _c : this.referrerPolicy, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((_d = this.showIcon) !== null && _d !== void 0 ? _d : true), "data-variant": this.variant, "data-content": this.content || "internal", "data-wrap": getBooleanAsString(this.wrap) }, this.text ? this.text : h("slot", null)));
51
52
  }
52
53
  };
53
54
 
54
- export { DBTableCaption as db_table_caption };
55
+ export { DBLink as db_link };
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-kHKR5QG5.js';
2
2
  import { n as DEFAULT_BACK } from './constants-BdL-nI5y.js';
3
3
  import { d as delay, e as getBoolean, u as uuid, g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
4
4
  import { N as NavigationItemSafeTriangle } from './navigation-Jh6m0eMk.js';
@@ -115,7 +115,7 @@ const DBNavigationItem = class {
115
115
  }
116
116
  render() {
117
117
  var _a, _b, _c;
118
- return (h("li", { key: 'b567c0fa3acc631c90bbbcd7ef570f1868e3afb4', class: cls("db-navigation-item", this.className), ref: (el) => {
118
+ return (h("li", { key: '58b2c247c8dad65176a6bc037d908c81da83fc58', class: cls("db-navigation-item", this.className), ref: (el) => {
119
119
  this._ref = el;
120
120
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, onMouseOver: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.enableFollow(); }, onMouseLeave: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.disableFollow(); }, onMouseMove: (event) => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.followByMouseEvent(event); }, "data-width": this.width, "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon), "data-active": this.active, "data-wrap": getBooleanAsString(this.wrap), "aria-disabled": getBooleanAsString(this.disabled) }, !this.hasSubNavigation ? this.text ? this.text : h("slot", null) : null, this.hasSubNavigation ? (h(Fragment, null, h("button", { class: "db-navigation-item-expand-button", id: this.subNavigationToggleId, "aria-haspopup": this.hasAreaPopup ? "true" : undefined, "aria-expanded": this.isSubNavigationExpanded, "aria-controls": this.subNavigationId, disabled: getBoolean(this.disabled, "disabled"), onClick: (event) => this.handleClick(event) }, this.text ? this.text : h("slot", null)), h("menu", { class: "db-sub-navigation", id: this.subNavigationId, "aria-labelledby": this.subNavigationToggleId, "data-force-close": this.autoClose, onClick: (event) => this.handleNavigationItemClick(event) }, this.hasAreaPopup ? (h("div", { class: "db-mobile-navigation-back" }, h("db-button", { icon: "arrow_left", variant: "ghost", id: this.backButtonId, onClick: (event) => this.handleBackClick(event) }, (_c = this.backButtonText) !== null && _c !== void 0 ? _c : DEFAULT_BACK))) : null, h("slot", { name: "subNavigation" })))) : null));
121
121
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBNavigation = class {
@@ -46,9 +46,9 @@ const DBNavigation = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b;
49
- return (h("nav", { key: 'b010a46304b40eb38d99b2e26a4f46d32fc86d97', class: cls("db-navigation", this.className), ref: (el) => {
49
+ return (h("nav", { key: 'd35a0452fce96ed3fa6d692c8022ea4e36802626', class: cls("db-navigation", this.className), ref: (el) => {
50
50
  this._ref = el;
51
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("menu", { key: '8e731e3da4f8e414c8e0756c70bba576e93a5841' }, h("slot", { key: '302cc4871db0bf06c9f35766be74b52a30ed1f82' }))));
51
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("menu", { key: '2b1ad0fd739f64003078bbf18535666f83487d1f' }, h("slot", { key: '0c82a0f8e78ca1489efe693ec5ba973ada355c97' }))));
52
52
  }
53
53
  };
54
54
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
3
3
  import { e as getBoolean, s as stringPropVisible, g as getBooleanAsString, p as getNotificationRole, c as cls } from './index-xkoBSP8R.js';
4
4
 
@@ -56,13 +56,13 @@ const DBNotification = class {
56
56
  }
57
57
  render() {
58
58
  var _a, _b, _c;
59
- return (h("div", { key: '3c1803adcfe5c34175c112c6c9d55e4c8fef3af0', class: cls("db-notification", this.className), ref: (el) => {
59
+ return (h("div", { key: 'b7789fad4794a93805eeec0cf2740b3f592f32fa', class: cls("db-notification", this.className), ref: (el) => {
60
60
  this._ref = el;
61
61
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, role: getNotificationRole({
62
62
  semantic: this.semantic,
63
63
  role: this.role,
64
64
  ariaLive: this.ariaLive,
65
- }), "aria-live": this.ariaLive, "data-semantic": this.semantic, "data-variant": this.variant, "data-icon": getBoolean(this.showIcon) !== false ? this.icon : undefined, "data-show-icon": getBooleanAsString(this.showIcon), "data-link-variant": this.linkVariant }, h("slot", { key: 'fd2deb6b191feb65cf2c2b21a88737007bda7f1f', name: "image" }), stringPropVisible(this.headline, this.showHeadline) ? (h("header", null, this.headline)) : null, h("p", { key: 'a6400239df82a1fe57d4df466ac57078d0c35ac3' }, this.text ? this.text : h("slot", null)), stringPropVisible(this.timestamp, this.showTimestamp) ? (h("span", null, this.timestamp)) : null, h("slot", { key: '35b6377f9bdbf475dd80058502ee1c04277a967f', name: "link" }), getBoolean(this.closeable, "closeable") ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", id: this.closeButtonId, noText: true, onClick: (event) => this.handleClose(event) }, (_c = this.closeButtonText) !== null && _c !== void 0 ? _c : DEFAULT_CLOSE_BUTTON)) : null));
65
+ }), "aria-live": this.ariaLive, "data-semantic": this.semantic, "data-variant": this.variant, "data-icon": getBoolean(this.showIcon) !== false ? this.icon : undefined, "data-show-icon": getBooleanAsString(this.showIcon), "data-link-variant": this.linkVariant }, h("slot", { key: 'cdf91c6a6cd8dd519ab235046b9ab260007a370e', name: "image" }), stringPropVisible(this.headline, this.showHeadline) ? (h("header", null, this.headline)) : null, h("p", { key: 'a93c1810e6a75cdd81660cb6e252ed7028c2a5f5' }, this.text ? this.text : h("slot", null)), stringPropVisible(this.timestamp, this.showTimestamp) ? (h("span", null, this.timestamp)) : null, h("slot", { key: '26cae9faba7d9f277413f38a59ea02c9b99eb8c5', name: "link" }), getBoolean(this.closeable, "closeable") ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", id: this.closeButtonId, noText: true, onClick: (event) => this.handleClose(event) }, (_c = this.closeButtonText) !== null && _c !== void 0 ? _c : DEFAULT_CLOSE_BUTTON)) : null));
66
66
  }
67
67
  };
68
68
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { c as cls, g as getBooleanAsString } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBPage = class {
@@ -63,9 +63,9 @@ const DBPage = class {
63
63
  }
64
64
  render() {
65
65
  var _a, _b;
66
- return (h("div", { key: '3ab3a293a869c9d557e8998e8d523a999b50f582', class: cls("db-page", this.className), ref: (el) => {
66
+ return (h("div", { key: '3c52f5947a841db0fcfe81b09e37db5a59f04158', class: cls("db-page", this.className), ref: (el) => {
67
67
  this._ref = el;
68
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-variant": this.variant, "data-fade-in": getBooleanAsString(this.fadeIn), "data-fonts-loaded": getBooleanAsString(this.fontsLoaded) }, h("slot", { key: 'd4ad87f9642d0be01271e3cc31389083893b5b12', name: "header" }), h("main", { key: '74d35e61900006b8996e91236a8f8aa56b50a571', class: cls("db-main", this.mainClass) }, h("slot", { key: 'a41b05ab87cfee50527ce033cdde32664219a830' })), h("slot", { key: '6612f687f66f6382366ce97eb50c17f905ebecdf', name: "footer" })));
68
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-variant": this.variant, "data-fade-in": getBooleanAsString(this.fadeIn), "data-fonts-loaded": getBooleanAsString(this.fontsLoaded) }, h("slot", { key: '9b5d03938d5e60f37d807b3acbeb76a1ecb24aab', name: "header" }), h("main", { key: '49b72ad7dab4cc675c1af0c684bf211affd3fa36', class: cls("db-main", this.mainClass) }, h("slot", { key: '63915bf376296bbfdd9e7f1c3f3e36331543d15c' })), h("slot", { key: 'e94f63187f9347a7377956b040d3c201aa008dd6', name: "footer" })));
69
69
  }
70
70
  };
71
71
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { d as delay, g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
3
3
  import { D as DocumentScrollListener } from './document-scroll-listener-DOBe3Oa9.js';
4
4
  import { b as handleFixedPopover } from './floating-components-DOPXnIzL.js';
@@ -168,9 +168,9 @@ const DBPopover = class {
168
168
  }
169
169
  render() {
170
170
  var _a, _b, _c;
171
- return (h("div", { key: 'a1f493f8b3a02907a91c2ca142a94a427acd3922', class: cls("db-popover", this.className), ref: (el) => {
171
+ return (h("div", { key: 'a160c72e468d3f98cf94f76193b31dea016821f5', class: cls("db-popover", this.className), ref: (el) => {
172
172
  this._ref = el;
173
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("slot", { key: 'cf1d7de8b1d75d6142b9db5a38dc80a3ec72a623', name: "trigger" }), h("article", { key: '1583bf74dcff72ce68c547800035aaca9ba4178d', class: "db-popover-content", "data-spacing": this.spacing, "data-gap": getBooleanAsString(this.gap), "data-animation": getBooleanAsString((_c = this.animation) !== null && _c !== void 0 ? _c : true), "data-open": getBooleanAsString(this.open), "data-delay": this.delay, "data-width": this.width, "data-placement": this.placement }, h("slot", { key: '432ffdd18b6121de6704ce901231c8225ec68106' }))));
173
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("slot", { key: 'bb80f944827c1a2edb671ce3572546eabdac8fe3', name: "trigger" }), h("article", { key: '5286e4c7e53558e4bdff52ab3742acf0b854cb4a', class: "db-popover-content", "data-spacing": this.spacing, "data-gap": getBooleanAsString(this.gap), "data-animation": getBooleanAsString((_c = this.animation) !== null && _c !== void 0 ? _c : true), "data-open": getBooleanAsString(this.open), "data-delay": this.delay, "data-width": this.width, "data-placement": this.placement }, h("slot", { key: '09822daff7336bfe9541418bcd55a8809cdaab08' }))));
174
174
  }
175
175
  static get watchers() { return {
176
176
  "_ref": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { u as uuid, e as getBoolean, l as getHideProp, c as cls, d as delay } from './index-xkoBSP8R.js';
3
3
  import { b as addResetEventListener } from './form-components-D6LQfJvq.js';
4
4
 
@@ -125,7 +125,7 @@ const DBRadio = class {
125
125
  (_a = this.abortController) === null || _a === void 0 ? void 0 : _a.abort();
126
126
  }
127
127
  render() {
128
- return (h("label", { key: '1450495bf8a887db244427529a5811c8aba388e9', class: cls("db-radio", this.className), "data-size": this.size, "data-hide-label": getHideProp(this.showLabel), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), htmlFor: this._id }, h("input", { key: 'f0d89d24058e1c77c64cc7f1a26fcc86392900c5', type: "radio", "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
128
+ return (h("label", { key: 'b77bbb3335c0b3f3813e11c7ac7228a84a40769a', class: cls("db-radio", this.className), "data-size": this.size, "data-hide-label": getHideProp(this.showLabel), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), htmlFor: this._id }, h("input", { key: '4fe82a7b57a6dd06e556e26d50df574a541129f9', type: "radio", "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
129
129
  this._ref = el;
130
130
  }, id: this._id, name: this.name, checked: getBoolean(this.checked, "checked"), disabled: getBoolean(this.disabled, "disabled"), value: this.value, required: getBoolean(this.required, "required"), onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event) }), this.label ? this.label : h("slot", null)));
131
131
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBSection = class {
@@ -46,9 +46,9 @@ const DBSection = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b;
49
- return (h("section", { key: '21276e8ff993a9db126db60f13ec9b61ee903d52', class: cls("db-section", this.className), ref: (el) => {
49
+ return (h("section", { key: 'd2cb50a43641ef50d901bd488c7d31911e0f5487', class: cls("db-section", this.className), ref: (el) => {
50
50
  this._ref = el;
51
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-spacing": this.spacing || "medium", "data-width": this.width }, h("slot", { key: '5f239ac66f8caaf528db0e9af88ac7950894ff2a' })));
51
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-spacing": this.spacing || "medium", "data-width": this.width }, h("slot", { key: '90ce1533ea3392317c7e271ad6d2880d0434321e' })));
52
52
  }
53
53
  };
54
54
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-kHKR5QG5.js';
2
2
  import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, a as DEFAULT_LABEL } from './constants-BdL-nI5y.js';
3
3
  import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, g as getBooleanAsString, l as getHideProp, c as cls } from './index-xkoBSP8R.js';
4
4
  import { c as addValueResetEventListener } from './form-components-D6LQfJvq.js';
@@ -236,14 +236,14 @@ const DBSelect = class {
236
236
  }
237
237
  render() {
238
238
  var _a, _b, _c, _d, _e;
239
- return (h("div", { key: 'b5781f8679a45319dd04b45aad3a8da9f60b8f86', class: cls("db-select", this.className), "data-variant": this.variant, "data-hide-label": getHideProp(this.showLabel), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: 'cf6035ebd7f8906dd6d91eec96e225e11b5532d1', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL), h("select", { key: '42c6d79acf18ef26bf6b3b56b457f777d845a324', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
239
+ return (h("div", { key: 'e083b3de98c929310348ef084f614b6115cc79cb', class: cls("db-select", this.className), "data-variant": this.variant, "data-hide-label": getHideProp(this.showLabel), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: 'f2dab8efe5a3c299268da1f5c58d09752b6b8ca5', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL), h("select", { key: '197c8e2861449bed151348411043d5acb9c7b57c', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
240
240
  this._ref = el;
241
241
  }, required: getBoolean(this.required, "required"), disabled: getBoolean(this.disabled, "disabled"), id: this._id, name: this.name, size: this.size,
242
242
  /* @ts-ignore */
243
243
  value: (_b = this.value) !== null && _b !== void 0 ? _b : this._value, autocomplete: this.autocomplete, multiple: this.multiple, onInput: (event) => this.handleInput(event), onClick: (event) => this.handleClick(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), "aria-describedby": (_c = this.ariaDescribedBy) !== null && _c !== void 0 ? _c : this._descByIds }, this.variant === "floating" || !!this.placeholder ? (h("option", { class: "placeholder", value: "", "data-show-empty-option": getBooleanAsString(this.shouldShowEmptyOption()) })) : null, ((_d = this.options) === null || _d === void 0 ? void 0 : _d.length) ? ((_e = this.options) === null || _e === void 0 ? void 0 : _e.map((option) => {
244
244
  var _a;
245
245
  return (h(Fragment, null, option.options ? (h("optgroup", { label: this.getOptionLabel(option), key: undefined }, (_a = option.options) === null || _a === void 0 ? void 0 : _a.map((optgroupOption) => (h("option", { value: optgroupOption.value, selected: optgroupOption.selected, disabled: optgroupOption.disabled, key: undefined }, this.getOptionLabel(optgroupOption)))))) : (h("option", { value: option.value, disabled: option.disabled, selected: option.selected, key: undefined }, this.getOptionLabel(option)))));
246
- })) : (h("slot", null))), this.placeholder ? (h("span", { class: "db-select-placeholder", id: this._placeholderId }, this.placeholder)) : null, stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '705a3194b49b644c53729a74277f2fb339fffdc7', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '201aea9cd882406033990555b71030d7b9899cde', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
246
+ })) : (h("slot", null))), this.placeholder ? (h("span", { class: "db-select-placeholder", id: this._placeholderId }, this.placeholder)) : null, stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '613305a3087d33f6ce2e9a90f6709897067f4355', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '6f3d17afd859cd7f58c64f7d030509478a7fb438', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
247
247
  }
248
248
  static get watchers() { return {
249
249
  "id": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBStack = class {
@@ -46,9 +46,9 @@ const DBStack = class {
46
46
  }
47
47
  render() {
48
48
  var _a, _b;
49
- return (h("div", { key: '4792ed6d6adf369b6b031e4545476b4461be0bde', class: cls("db-stack", this.className), ref: (el) => {
49
+ return (h("div", { key: 'e8a95918ab5412c03412b92adb3f2a2d5979d492', class: cls("db-stack", this.className), ref: (el) => {
50
50
  this._ref = el;
51
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-gap": this.gap, "data-variant": this.variant, "data-direction": this.direction, "data-alignment": this.alignment, "data-justify-content": this.justifyContent, "data-wrap": getBooleanAsString(this.wrap) }, h("slot", { key: 'e4104abeed53330037edfc294fa9315e4d553783' })));
51
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-gap": this.gap, "data-variant": this.variant, "data-direction": this.direction, "data-alignment": this.alignment, "data-justify-content": this.justifyContent, "data-wrap": getBooleanAsString(this.wrap) }, h("slot", { key: 'b95b19d6ff1a61f416eadfb14d9e19647e4f6cb4' })));
52
52
  }
53
53
  };
54
54
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE } from './constants-BdL-nI5y.js';
3
3
  import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, l as getHideProp, g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
4
4
  import { a as addCheckedResetEventListener } from './form-components-D6LQfJvq.js';
@@ -186,9 +186,9 @@ const DBSwitch = class {
186
186
  }
187
187
  render() {
188
188
  var _a, _b;
189
- return (h("div", { key: '15af22a47433a33d2c9329ae58e61e0fe990618b', class: cls("db-switch", this.className), "data-visual-aid": getBooleanAsString(this.visualAid), "data-size": this.size, "data-hide-label": getHideProp(this.showLabel), "data-variant": this.variant, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-custom-validity": this.validation }, h("label", { key: '0b219e038aa70ce09b9369721b9441d7a302cfbc', htmlFor: this._id }, h("input", { key: '119c82316aabc99df99d5d1da5dc6b85803abd51', type: "checkbox", role: "switch", id: this._id, ref: (el) => {
189
+ return (h("div", { key: '66c2badcfc403e68d44d93cd1a79d087b212bbd6', class: cls("db-switch", this.className), "data-visual-aid": getBooleanAsString(this.visualAid), "data-size": this.size, "data-hide-label": getHideProp(this.showLabel), "data-variant": this.variant, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-custom-validity": this.validation }, h("label", { key: 'c22fc86dd012f6de327f861cca3c1b4ab4f3605d', htmlFor: this._id }, h("input", { key: '3d1532eee9a137f2a1db1ba1574856ecc61833d8', type: "checkbox", role: "switch", id: this._id, ref: (el) => {
190
190
  this._ref = el;
191
- }, checked: getBoolean(this.checked, "checked"), value: this.value, disabled: getBoolean(this.disabled, "disabled"), "aria-invalid": this.validation === "invalid" ? "true" : undefined, "aria-describedby": this._descByIds, name: this.name, required: getBoolean(this.required, "required"), "data-aid-icon": (_a = this.iconLeading) !== null && _a !== void 0 ? _a : this.icon, "data-aid-icon-trailing": this.iconTrailing, onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), onKeyDown: (event) => this.handleKeyDown(event) }), this.label ? this.label : h("slot", null)), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", semantic: "adaptive", id: this._messageId, icon: this.messageIcon }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, (_b = this.validMessage) !== null && _b !== void 0 ? _b : DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '895a6b540bc1e23d9d928aa6321776075afef39a', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '6439487fcbda2df868b233dfca151f8f678b9de3', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
191
+ }, checked: getBoolean(this.checked, "checked"), value: this.value, disabled: getBoolean(this.disabled, "disabled"), "aria-invalid": this.validation === "invalid" ? "true" : undefined, "aria-describedby": this._descByIds, name: this.name, required: getBoolean(this.required, "required"), "data-aid-icon": (_a = this.iconLeading) !== null && _a !== void 0 ? _a : this.icon, "data-aid-icon-trailing": this.iconTrailing, onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), onKeyDown: (event) => this.handleKeyDown(event) }), this.label ? this.label : h("slot", null)), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", semantic: "adaptive", id: this._messageId, icon: this.messageIcon }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, (_b = this.validMessage) !== null && _b !== void 0 ? _b : DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: 'd24f80874212a9a9669d5731d9e5b6f4f3be6001', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: 'cb3420bd986f1398094fbac151d27a5c2f392d7d', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
192
192
  }
193
193
  static get watchers() { return {
194
194
  "id": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { g as getBooleanAsString, e as getBoolean, c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBTabItem = class {
@@ -112,9 +112,9 @@ const DBTabItem = class {
112
112
  }
113
113
  render() {
114
114
  var _a, _b, _c, _d, _e, _f;
115
- return (h("li", { key: 'db7c124385c66f1f62679fae9a8dfb91f76f76c5', class: cls("db-tab-item", this.className), role: "none" }, h("label", { key: 'fd4471af1096f1c577f38c0fcf34e4dd73944623', htmlFor: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-icon": (_c = this.iconLeading) !== null && _c !== void 0 ? _c : this.icon, "data-icon-trailing": this.iconTrailing, "data-show-icon": getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing), "data-no-text": getBooleanAsString(this.noText) }, h("input", { key: '36283eb7682b3080fbe4f65712629c7f28bd7c47', type: "radio", role: "tab", disabled: getBoolean(this.disabled, "disabled"), "aria-selected": this._selected, checked: getBoolean(this.checked, "checked"), ref: (el) => {
115
+ return (h("li", { key: '0b8687c942d18b49bdf25249be3f0ae1ca727256', class: cls("db-tab-item", this.className), role: "none" }, h("label", { key: 'b9eaa4d53de58d78d7f968d18b021c9cfe013502', htmlFor: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-icon": (_c = this.iconLeading) !== null && _c !== void 0 ? _c : this.icon, "data-icon-trailing": this.iconTrailing, "data-show-icon": getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing), "data-no-text": getBooleanAsString(this.noText) }, h("input", { key: '81cf38a1a39e88fc85282e8b82d43768ce6f70a4', type: "radio", role: "tab", disabled: getBoolean(this.disabled, "disabled"), "aria-selected": this._selected, checked: getBoolean(this.checked, "checked"), ref: (el) => {
116
116
  this._ref = el;
117
- }, name: this._name, id: (_e = this.id) !== null && _e !== void 0 ? _e : (_f = this.propOverrides) === null || _f === void 0 ? void 0 : _f.id, onInput: (event) => this.handleChange(event) }), this.label ? this.label : null, h("slot", { key: '0984f4b39959be344e5fd15a38ae2d3fef4d15cc' }))));
117
+ }, name: this._name, id: (_e = this.id) !== null && _e !== void 0 ? _e : (_f = this.propOverrides) === null || _f === void 0 ? void 0 : _f.id, onInput: (event) => this.handleChange(event) }), this.label ? this.label : null, h("slot", { key: '89a4ba46af36e8dcc3bc53f87d17977c5827cd12' }))));
118
118
  }
119
119
  static get watchers() { return {
120
120
  "_ref": [{
@@ -177,9 +177,9 @@ const DBTabList = class {
177
177
  }
178
178
  render() {
179
179
  var _a, _b;
180
- return (h("div", { key: '64ae135babefc16c3173fbc67ed1605a74c009a0', class: cls("db-tab-list", this.className), ref: (el) => {
180
+ return (h("div", { key: '8f02145864a04b79d94d5d5923b6eff32346a0c3', class: cls("db-tab-list", this.className), ref: (el) => {
181
181
  this._ref = el;
182
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("ul", { key: '7f587632a62e52d03cb0f4831e48c9ec2f0060cc', role: "tablist" }, h("slot", { key: 'e1b7531ea0c97b907697cd0a637b51534bee9eb7' }))));
182
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("ul", { key: '759fdba6e69209ca915148c8b190f9311cb6f1ff', role: "tablist" }, h("slot", { key: '96bf4a10d3b422d6eb6be68c46f926b9f55eb0e6' }))));
183
183
  }
184
184
  };
185
185
 
@@ -228,9 +228,9 @@ const DBTabPanel = class {
228
228
  }
229
229
  render() {
230
230
  var _a, _b;
231
- return (h("section", { key: '6dcccad8702b6c097e5d6ed208698caecf68c403', class: cls("db-tab-panel", this.className), role: "tabpanel", ref: (el) => {
231
+ return (h("section", { key: 'c10873d5857be6ea8653189ab735784939c53474', class: cls("db-tab-panel", this.className), role: "tabpanel", ref: (el) => {
232
232
  this._ref = el;
233
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, this.content ? this.content : null, h("slot", { key: 'c2db0f4c48fb5a509a7ca7d1095133c171ea821a' })));
233
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, this.content ? this.content : null, h("slot", { key: '57a98a1b7e26ca61b16397b7615f71d883bfbd28' })));
234
234
  }
235
235
  };
236
236
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-kHKR5QG5.js';
2
2
  import { u as uuid, c as cls } from './index-xkoBSP8R.js';
3
3
 
4
4
  const DBTabs = class {
@@ -206,10 +206,10 @@ const DBTabs = class {
206
206
  }
207
207
  render() {
208
208
  var _a, _b, _c, _d, _e, _f;
209
- return (h("div", { key: 'f3fb4ac197d61be6eafccb2f467c6f3aa70e3063', class: cls("db-tabs", this.className), ref: (el) => {
209
+ return (h("div", { key: '20d8d662866ff60717de87ad4deb98a3b647672a', class: cls("db-tabs", this.className), ref: (el) => {
210
210
  this._ref = el;
211
211
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-orientation": this.orientation, "data-scroll-behavior": this.behavior, "data-alignment": (_c = this.alignment) !== null && _c !== void 0 ? _c : "start", "data-width": (_d = this.width) !== null && _d !== void 0 ? _d : "auto", onInput: (event) => this.handleChange(event), onChange: (event) => this.handleChange(event) }, this.showScrollLeft ? (h("db-button", { class: "tabs-scroll-left", variant: "ghost", icon: "chevron_left", type: "button", noText: true, onClick: () => this.scroll(true) }, "Scroll left")) : null, this.tabs ? (h(Fragment, null, h("db-tab-list", null, (_e = this.convertTabs()) === null || _e === void 0 ? void 0 : _e.map((tab, index) => (h("db-tab-item", { key: this.name + "tab-item" + index, active: tab.active, label: tab.label, iconTrailing: tab.iconTrailing, icon: tab.icon, noText: tab.noText })))), (_f = this.convertTabs()) === null || _f === void 0 ? void 0 :
212
- _f.map((tab, index) => (h("db-tab-panel", { key: this.name + "tab-panel" + index, content: tab.content }, tab.children))))) : null, this.showScrollRight ? (h("db-button", { class: "tabs-scroll-right", variant: "ghost", icon: "chevron_right", type: "button", noText: true, onClick: () => this.scroll() }, "Scroll right")) : null, h("slot", { key: 'e0ff10fbe01c7e4f60c3d401636c351be31d2197' })));
212
+ _f.map((tab, index) => (h("db-tab-panel", { key: this.name + "tab-panel" + index, content: tab.content }, tab.children))))) : null, this.showScrollRight ? (h("db-button", { class: "tabs-scroll-right", variant: "ghost", icon: "chevron_right", type: "button", noText: true, onClick: () => this.scroll() }, "Scroll right")) : null, h("slot", { key: 'f9803a647f9a01adc0b20eb6bdb999f38c3602af' })));
213
213
  }
214
214
  static get watchers() { return {
215
215
  "_ref": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-kHKR5QG5.js';
2
2
  import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, b as DEFAULT_PLACEHOLDER, r as DEFAULT_ROWS, a as DEFAULT_LABEL } from './constants-BdL-nI5y.js';
3
3
  import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, f as getNumber, e as getBoolean, l as getHideProp, c as cls } from './index-xkoBSP8R.js';
4
4
  import { c as addValueResetEventListener } from './form-components-D6LQfJvq.js';
@@ -201,10 +201,10 @@ const DBTextarea = class {
201
201
  }
202
202
  render() {
203
203
  var _a, _b, _c, _d, _e;
204
- return (h("div", { key: '1df1ca2804c2bee763a928d48324437be67fabef', class: cls("db-textarea", this.className), "data-variant": this.variant, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-hide-label": getHideProp(this.showLabel) }, h("label", { key: 'ee3f721a5fb4c79d57de1942cae4a8fd232d22da', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL), h("textarea", { key: '431cc52f6b2d373e2d25c85cda4bc7fa7b35bb55', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
204
+ return (h("div", { key: 'acb23abfb477beeceebdf88503a51a6aa90e268e', class: cls("db-textarea", this.className), "data-variant": this.variant, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-hide-label": getHideProp(this.showLabel) }, h("label", { key: '03df1963dce7436d616df5f26c8fbff37243421f', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL), h("textarea", { key: 'b09e8a714ee44c18a2af738d90c6939309eb143c', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
205
205
  this._ref = el;
206
206
  }, id: this._id, "data-resize": this.resize, "data-hide-resizer": getHideProp((_b = this.showResizer) !== null && _b !== void 0 ? _b : true), disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), readOnly: getBoolean(this.readOnly, "readOnly") ||
207
- getBoolean(this.readonly, "readonly"), form: this.form, maxLength: getNumber(this.maxLength, this.maxlength), minLength: getNumber(this.minLength, this.minlength), name: this.name, wrap: this.wrap, spellcheck: this.spellCheck, autocomplete: this.autocomplete, onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), value: (_c = this.value) !== null && _c !== void 0 ? _c : this._value, "aria-describedby": (_d = this.ariaDescribedBy) !== null && _d !== void 0 ? _d : this._descByIds, placeholder: (_e = this.placeholder) !== null && _e !== void 0 ? _e : DEFAULT_PLACEHOLDER, rows: getNumber(this.rows, DEFAULT_ROWS), cols: getNumber(this.cols) }), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '654ff4562dc5f762ba52c0e0761a1376d4d88fdc', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '5c5af1f93bb8b1494d22f6278076c2cf25887f86', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
207
+ getBoolean(this.readonly, "readonly"), form: this.form, maxLength: getNumber(this.maxLength, this.maxlength), minLength: getNumber(this.minLength, this.minlength), name: this.name, wrap: this.wrap, spellcheck: this.spellCheck, autocomplete: this.autocomplete, onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), value: (_c = this.value) !== null && _c !== void 0 ? _c : this._value, "aria-describedby": (_d = this.ariaDescribedBy) !== null && _d !== void 0 ? _d : this._descByIds, placeholder: (_e = this.placeholder) !== null && _e !== void 0 ? _e : DEFAULT_PLACEHOLDER, rows: getNumber(this.rows, DEFAULT_ROWS), cols: getNumber(this.cols) }), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: 'c62d3e639536d955cc454b43c289b0ad11e9d7b3', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '430d5b39be9fa9eb29c7720f46be601fa1f25161', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
208
208
  }
209
209
  static get watchers() { return {
210
210
  "id": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-LpjjuLKB.js';
1
+ import { r as registerInstance, h } from './index-kHKR5QG5.js';
2
2
  import { D as DEFAULT_ID } from './constants-BdL-nI5y.js';
3
3
  import { d as delay, u as uuid, g as getBooleanAsString, c as cls } from './index-xkoBSP8R.js';
4
4
  import { D as DocumentScrollListener } from './document-scroll-listener-DOBe3Oa9.js';
@@ -156,9 +156,9 @@ const DBTooltip = class {
156
156
  }
157
157
  render() {
158
158
  var _a, _b;
159
- return (h("i", { key: '28e7ae8a00ad233525996c1fdda68465d5fbe33e', class: cls("db-tooltip", this.className), role: "tooltip", "aria-hidden": "true", "data-gap": "true", ref: (el) => {
159
+ return (h("i", { key: 'df7b27f485e4029f51329dd73e50603f6965efb8', class: cls("db-tooltip", this.className), role: "tooltip", "aria-hidden": "true", "data-gap": "true", ref: (el) => {
160
160
  this._ref = el;
161
- }, id: this._id, "data-emphasis": this.emphasis, "data-wrap": getBooleanAsString(this.wrap), "data-animation": getBooleanAsString((_a = this.animation) !== null && _a !== void 0 ? _a : true), "data-delay": this.delay, "data-width": this.width, "data-show-arrow": getBooleanAsString((_b = this.showArrow) !== null && _b !== void 0 ? _b : true), "data-placement": this.placement, onClick: (event) => this.handleClick(event) }, h("slot", { key: '30baf105fab31565512655e1823ee1c2a7311a0a' })));
161
+ }, id: this._id, "data-emphasis": this.emphasis, "data-wrap": getBooleanAsString(this.wrap), "data-animation": getBooleanAsString((_a = this.animation) !== null && _a !== void 0 ? _a : true), "data-delay": this.delay, "data-width": this.width, "data-show-arrow": getBooleanAsString((_b = this.showArrow) !== null && _b !== void 0 ? _b : true), "data-placement": this.placement, onClick: (event) => this.handleClick(event) }, h("slot", { key: '7c1aee92a530f8b0899231f55122f6109c72bc46' })));
162
162
  }
163
163
  static get watchers() { return {
164
164
  "id": [{