@db-ux/wc-core-components 4.5.0 → 4.5.1

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 (203) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/agent/.gitkeep +0 -0
  3. package/dist/cjs/db-accordion-item.cjs.entry.js +3 -3
  4. package/dist/cjs/db-accordion.cjs.entry.js +2 -2
  5. package/dist/cjs/db-badge.cjs.entry.js +2 -2
  6. package/dist/cjs/db-brand.cjs.entry.js +2 -2
  7. package/dist/cjs/db-button.cjs.entry.js +2 -2
  8. package/dist/cjs/db-card.cjs.entry.js +3 -3
  9. package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
  10. package/dist/cjs/db-custom-button.cjs.entry.js +3 -3
  11. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +10 -10
  12. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +3 -3
  13. package/dist/cjs/db-custom-select.cjs.entry.js +13 -9
  14. package/dist/cjs/db-divider.cjs.entry.js +2 -2
  15. package/dist/cjs/db-drawer.cjs.entry.js +4 -4
  16. package/dist/cjs/db-header.cjs.entry.js +5 -5
  17. package/dist/cjs/db-icon.cjs.entry.js +2 -2
  18. package/dist/cjs/db-infotext.cjs.entry.js +2 -2
  19. package/dist/cjs/db-link.cjs.entry.js +2 -2
  20. package/dist/cjs/db-navigation-item.cjs.entry.js +4 -4
  21. package/dist/cjs/db-navigation.cjs.entry.js +3 -3
  22. package/dist/cjs/db-notification.cjs.entry.js +3 -3
  23. package/dist/cjs/db-page.cjs.entry.js +3 -3
  24. package/dist/cjs/db-popover.cjs.entry.js +4 -4
  25. package/dist/cjs/db-radio.cjs.entry.js +2 -2
  26. package/dist/cjs/db-section.cjs.entry.js +3 -3
  27. package/dist/cjs/db-select.cjs.entry.js +3 -3
  28. package/dist/cjs/db-stack.cjs.entry.js +3 -3
  29. package/dist/cjs/db-switch.cjs.entry.js +3 -3
  30. package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
  31. package/dist/cjs/db-tabs.cjs.entry.js +3 -3
  32. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  33. package/dist/cjs/db-tooltip.cjs.entry.js +4 -4
  34. package/dist/cjs/db-ux.cjs.js +2 -2
  35. package/dist/cjs/{floating-components-pYaTeNhp.js → floating-components-DlstoCKH.js} +4 -0
  36. package/dist/cjs/{index-CSMPhlzz.js → index-D_vrmAD6.js} +22 -13
  37. package/dist/cjs/index.cjs.js +2 -2
  38. package/dist/cjs/loader.cjs.js +1 -1
  39. package/dist/cjs/{navigation-BztJmEHf.js → navigation-Bah882nU.js} +1 -1
  40. package/dist/collection/collection-manifest.json +2 -1
  41. package/dist/collection/components/accordion/accordion.js +1 -1
  42. package/dist/collection/components/accordion-item/accordion-item.js +2 -2
  43. package/dist/collection/components/badge/badge.js +1 -1
  44. package/dist/collection/components/brand/brand.js +1 -1
  45. package/dist/collection/components/button/button.js +1 -1
  46. package/dist/collection/components/card/card.js +2 -2
  47. package/dist/collection/components/checkbox/checkbox.js +2 -2
  48. package/dist/collection/components/custom-button/custom-button.js +2 -2
  49. package/dist/collection/components/custom-select/custom-select.js +11 -7
  50. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +2 -2
  51. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
  52. package/dist/collection/components/custom-select-list/custom-select-list.js +2 -2
  53. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +1 -1
  54. package/dist/collection/components/divider/divider.js +1 -1
  55. package/dist/collection/components/drawer/drawer.js +3 -3
  56. package/dist/collection/components/header/header.js +2 -2
  57. package/dist/collection/components/icon/icon.js +1 -1
  58. package/dist/collection/components/infotext/infotext.js +1 -1
  59. package/dist/collection/components/input/input.js +2 -2
  60. package/dist/collection/components/link/link.js +1 -1
  61. package/dist/collection/components/navigation/navigation.js +2 -2
  62. package/dist/collection/components/navigation-item/navigation-item.js +1 -1
  63. package/dist/collection/components/notification/notification.js +2 -2
  64. package/dist/collection/components/page/page.js +2 -2
  65. package/dist/collection/components/popover/popover.js +2 -2
  66. package/dist/collection/components/radio/radio.js +1 -1
  67. package/dist/collection/components/section/section.js +2 -2
  68. package/dist/collection/components/select/select.js +2 -2
  69. package/dist/collection/components/stack/stack.js +2 -2
  70. package/dist/collection/components/switch/switch.js +2 -2
  71. package/dist/collection/components/tab-item/tab-item.js +2 -2
  72. package/dist/collection/components/tab-list/tab-list.js +2 -2
  73. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  74. package/dist/collection/components/tabs/tabs.js +2 -2
  75. package/dist/collection/components/tag/tag.js +2 -2
  76. package/dist/collection/components/textarea/textarea.js +2 -2
  77. package/dist/collection/components/tooltip/tooltip.js +2 -2
  78. package/dist/collection/utils/floating-components.js +4 -0
  79. package/dist/custom-elements.json +814 -814
  80. package/dist/db-ux/db-ux.esm.js +1 -1
  81. package/dist/db-ux/index.esm.js +1 -1
  82. package/dist/db-ux/p-043c407c.entry.js +1 -0
  83. package/dist/db-ux/p-0541c3c2.entry.js +1 -0
  84. package/dist/db-ux/p-074e4a43.entry.js +1 -0
  85. package/dist/db-ux/{p-0ff173fb.entry.js → p-11251b99.entry.js} +1 -1
  86. package/dist/db-ux/{p-d2674cff.entry.js → p-1c89f0fc.entry.js} +1 -1
  87. package/dist/db-ux/p-213bfff6.entry.js +1 -0
  88. package/dist/db-ux/{p-4183b8e1.entry.js → p-29442fd9.entry.js} +1 -1
  89. package/dist/db-ux/p-2bce91e1.entry.js +1 -0
  90. package/dist/db-ux/{p-1519dbbb.entry.js → p-32c4a1b5.entry.js} +1 -1
  91. package/dist/db-ux/{p-e19f2640.entry.js → p-3e5be44c.entry.js} +1 -1
  92. package/dist/db-ux/p-4cda36f1.entry.js +1 -0
  93. package/dist/db-ux/p-4cf64cbb.entry.js +1 -0
  94. package/dist/db-ux/{p-cd8557dd.entry.js → p-5028b12e.entry.js} +1 -1
  95. package/dist/db-ux/p-56af9177.entry.js +1 -0
  96. package/dist/db-ux/{p-ea7219af.entry.js → p-587263ad.entry.js} +1 -1
  97. package/dist/db-ux/{p-ad3d2cff.entry.js → p-58f21c03.entry.js} +1 -1
  98. package/dist/db-ux/p-6b073570.entry.js +1 -0
  99. package/dist/db-ux/{p-7a146dee.entry.js → p-745ccfb8.entry.js} +1 -1
  100. package/dist/db-ux/p-836f0fef.entry.js +1 -0
  101. package/dist/db-ux/p-9a19e197.entry.js +1 -0
  102. package/dist/db-ux/{p-766057ea.entry.js → p-9fb146d1.entry.js} +1 -1
  103. package/dist/db-ux/p-BjIPMjCM.js +2 -0
  104. package/dist/db-ux/{p-cNk4ImpW.js → p-BuBrj57D.js} +1 -1
  105. package/dist/db-ux/p-DOPXnIzL.js +1 -0
  106. package/dist/db-ux/{p-c1cf7ea4.entry.js → p-a34d2691.entry.js} +1 -1
  107. package/dist/db-ux/{p-bfe27311.entry.js → p-c6f43506.entry.js} +1 -1
  108. package/dist/db-ux/{p-d4e79c33.entry.js → p-cdfaf027.entry.js} +1 -1
  109. package/dist/db-ux/p-d186aef4.entry.js +1 -0
  110. package/dist/db-ux/p-dceb35a8.entry.js +1 -0
  111. package/dist/db-ux/{p-7e274359.entry.js → p-e199b6f9.entry.js} +1 -1
  112. package/dist/db-ux/{p-e3def528.entry.js → p-e3664354.entry.js} +1 -1
  113. package/dist/db-ux/p-ef034bba.entry.js +1 -0
  114. package/dist/db-ux/p-f0bc176a.entry.js +1 -0
  115. package/dist/db-ux/{p-503d5103.entry.js → p-ff3866f3.entry.js} +1 -1
  116. package/dist/esm/db-accordion-item.entry.js +3 -3
  117. package/dist/esm/db-accordion.entry.js +2 -2
  118. package/dist/esm/db-badge.entry.js +2 -2
  119. package/dist/esm/db-brand.entry.js +2 -2
  120. package/dist/esm/db-button.entry.js +2 -2
  121. package/dist/esm/db-card.entry.js +3 -3
  122. package/dist/esm/db-checkbox.entry.js +3 -3
  123. package/dist/esm/db-custom-button.entry.js +3 -3
  124. package/dist/esm/db-custom-select-dropdown_5.entry.js +10 -10
  125. package/dist/esm/db-custom-select-form-field.entry.js +3 -3
  126. package/dist/esm/db-custom-select.entry.js +13 -9
  127. package/dist/esm/db-divider.entry.js +2 -2
  128. package/dist/esm/db-drawer.entry.js +4 -4
  129. package/dist/esm/db-header.entry.js +5 -5
  130. package/dist/esm/db-icon.entry.js +2 -2
  131. package/dist/esm/db-infotext.entry.js +2 -2
  132. package/dist/esm/db-link.entry.js +2 -2
  133. package/dist/esm/db-navigation-item.entry.js +4 -4
  134. package/dist/esm/db-navigation.entry.js +3 -3
  135. package/dist/esm/db-notification.entry.js +3 -3
  136. package/dist/esm/db-page.entry.js +3 -3
  137. package/dist/esm/db-popover.entry.js +4 -4
  138. package/dist/esm/db-radio.entry.js +2 -2
  139. package/dist/esm/db-section.entry.js +3 -3
  140. package/dist/esm/db-select.entry.js +3 -3
  141. package/dist/esm/db-stack.entry.js +3 -3
  142. package/dist/esm/db-switch.entry.js +3 -3
  143. package/dist/esm/db-tab-item_3.entry.js +7 -7
  144. package/dist/esm/db-tabs.entry.js +3 -3
  145. package/dist/esm/db-textarea.entry.js +3 -3
  146. package/dist/esm/db-tooltip.entry.js +4 -4
  147. package/dist/esm/db-ux.js +3 -3
  148. package/dist/esm/{floating-components-DfYL98sI.js → floating-components-DOPXnIzL.js} +4 -0
  149. package/dist/esm/{index-Bs7RfNRP.js → index-BjIPMjCM.js} +22 -13
  150. package/dist/esm/index.js +2 -2
  151. package/dist/esm/loader.js +2 -2
  152. package/dist/esm/{navigation-DgsMCdfn.js → navigation-Jh6m0eMk.js} +1 -1
  153. package/dist/vscode.html-custom-data.json +75 -75
  154. package/dist/web-types.json +131 -131
  155. package/package.json +4 -4
  156. package/agent/Accordion.md +0 -23
  157. package/agent/AccordionItem.md +0 -29
  158. package/agent/Badge.md +0 -32
  159. package/agent/Brand.md +0 -13
  160. package/agent/Button.md +0 -47
  161. package/agent/Card.md +0 -23
  162. package/agent/Checkbox.md +0 -41
  163. package/agent/CustomSelect.md +0 -54
  164. package/agent/Divider.md +0 -21
  165. package/agent/Drawer.md +0 -71
  166. package/agent/Header.md +0 -29
  167. package/agent/Icon.md +0 -20
  168. package/agent/Infotext.md +0 -25
  169. package/agent/Input.md +0 -48
  170. package/agent/Link.md +0 -52
  171. package/agent/Navigation.md +0 -19
  172. package/agent/NavigationItem.md +0 -29
  173. package/agent/Notification.md +0 -38
  174. package/agent/Page.md +0 -27
  175. package/agent/Popover.md +0 -52
  176. package/agent/Radio.md +0 -28
  177. package/agent/Section.md +0 -21
  178. package/agent/Select.md +0 -62
  179. package/agent/Stack.md +0 -35
  180. package/agent/Switch.md +0 -44
  181. package/agent/TabItem.md +0 -25
  182. package/agent/Tabs.md +0 -61
  183. package/agent/Tag.md +0 -41
  184. package/agent/Textarea.md +0 -44
  185. package/agent/Tooltip.md +0 -37
  186. package/agent/_instructions.md +0 -31
  187. package/dist/db-ux/p-00df7d53.entry.js +0 -1
  188. package/dist/db-ux/p-064ddad6.entry.js +0 -1
  189. package/dist/db-ux/p-16281dcb.entry.js +0 -1
  190. package/dist/db-ux/p-27eb6e88.entry.js +0 -1
  191. package/dist/db-ux/p-2898ebe6.entry.js +0 -1
  192. package/dist/db-ux/p-2e940d2e.entry.js +0 -1
  193. package/dist/db-ux/p-309259be.entry.js +0 -1
  194. package/dist/db-ux/p-4284c37f.entry.js +0 -1
  195. package/dist/db-ux/p-432ceb90.entry.js +0 -1
  196. package/dist/db-ux/p-6794144b.entry.js +0 -1
  197. package/dist/db-ux/p-6cb4232d.entry.js +0 -1
  198. package/dist/db-ux/p-6da70f61.entry.js +0 -1
  199. package/dist/db-ux/p-Bs7RfNRP.js +0 -2
  200. package/dist/db-ux/p-DfYL98sI.js +0 -1
  201. package/dist/db-ux/p-aad9c604.entry.js +0 -1
  202. package/dist/db-ux/p-b218b08b.entry.js +0 -1
  203. package/dist/db-ux/p-e6b17374.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
 
6
6
  const DBPage = class {
@@ -65,9 +65,9 @@ const DBPage = class {
65
65
  }
66
66
  render() {
67
67
  var _a, _b;
68
- return (index.h("div", { key: 'c08b2ad9b8e77fb1f11664ee52dcbb1d09bd9481', class: index$1.cls("db-page", this.className), ref: (el) => {
68
+ return (index.h("div", { key: '3c52f5947a841db0fcfe81b09e37db5a59f04158', class: index$1.cls("db-page", this.className), ref: (el) => {
69
69
  this._ref = el;
70
- }, 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": index$1.getBooleanAsString(this.fadeIn), "data-fonts-loaded": index$1.getBooleanAsString(this.fontsLoaded) }, index.h("slot", { key: '86fa25b9544b850ffa82b6ddff06699992671b7d', name: "header" }), index.h("main", { key: '7f5c1cd1c87d9cbc5cd8d905098c92adaf8370ab', class: index$1.cls("db-main", this.mainClass) }, index.h("slot", { key: '07186f253bb25d9d56707074a6d1ebe03fb27554' })), index.h("slot", { key: '549079cb855687037a0f3b241d23784430419bd6', name: "footer" })));
70
+ }, 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": index$1.getBooleanAsString(this.fadeIn), "data-fonts-loaded": index$1.getBooleanAsString(this.fontsLoaded) }, index.h("slot", { key: '9b5d03938d5e60f37d807b3acbeb76a1ecb24aab', name: "header" }), index.h("main", { key: '49b72ad7dab4cc675c1af0c684bf211affd3fa36', class: index$1.cls("db-main", this.mainClass) }, index.h("slot", { key: '63915bf376296bbfdd9e7f1c3f3e36331543d15c' })), index.h("slot", { key: 'e94f63187f9347a7377956b040d3c201aa008dd6', name: "footer" })));
71
71
  }
72
72
  };
73
73
 
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
  var documentScrollListener = require('./document-scroll-listener-ChQ7XZRk.js');
6
- var floatingComponents = require('./floating-components-pYaTeNhp.js');
6
+ var floatingComponents = require('./floating-components-DlstoCKH.js');
7
7
 
8
8
  const DBPopover = class {
9
9
  constructor(hostRef) {
@@ -170,9 +170,9 @@ const DBPopover = class {
170
170
  }
171
171
  render() {
172
172
  var _a, _b, _c;
173
- return (index.h("div", { key: 'aa9250091fc55d09bb5db9f6ca82af793999160c', class: index$1.cls("db-popover", this.className), ref: (el) => {
173
+ return (index.h("div", { key: 'a160c72e468d3f98cf94f76193b31dea016821f5', class: index$1.cls("db-popover", this.className), ref: (el) => {
174
174
  this._ref = el;
175
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, index.h("slot", { key: 'aab79e27b5ce47cb859342d448c4efc0933fc523', name: "trigger" }), index.h("article", { key: '4f8ba04305cf074b94d50c0c5121c89bd4251434', class: "db-popover-content", "data-spacing": this.spacing, "data-gap": index$1.getBooleanAsString(this.gap), "data-animation": index$1.getBooleanAsString((_c = this.animation) !== null && _c !== void 0 ? _c : true), "data-open": index$1.getBooleanAsString(this.open), "data-delay": this.delay, "data-width": this.width, "data-placement": this.placement }, index.h("slot", { key: '3ce3cca432122ee2b52d7df9cd0016d4c6b81da1' }))));
175
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, index.h("slot", { key: 'bb80f944827c1a2edb671ce3572546eabdac8fe3', name: "trigger" }), index.h("article", { key: '5286e4c7e53558e4bdff52ab3742acf0b854cb4a', class: "db-popover-content", "data-spacing": this.spacing, "data-gap": index$1.getBooleanAsString(this.gap), "data-animation": index$1.getBooleanAsString((_c = this.animation) !== null && _c !== void 0 ? _c : true), "data-open": index$1.getBooleanAsString(this.open), "data-delay": this.delay, "data-width": this.width, "data-placement": this.placement }, index.h("slot", { key: '09822daff7336bfe9541418bcd55a8809cdaab08' }))));
176
176
  }
177
177
  static get watchers() { return {
178
178
  "_ref": [{
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
  var formComponents = require('./form-components-_ncB_U2D.js');
6
6
 
@@ -127,7 +127,7 @@ const DBRadio = class {
127
127
  (_a = this.abortController) === null || _a === void 0 ? void 0 : _a.abort();
128
128
  }
129
129
  render() {
130
- return (index.h("label", { key: '9c3f8305d05457c20250793e18a9d18c8c036f7c', class: index$1.cls("db-radio", this.className), "data-size": this.size, "data-hide-label": index$1.getHideProp(this.showLabel), "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), htmlFor: this._id }, index.h("input", { key: 'f65b487ea3dcd26eb348d7b7e18461d29fc6e0af', type: "radio", "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
130
+ return (index.h("label", { key: 'b77bbb3335c0b3f3813e11c7ac7228a84a40769a', class: index$1.cls("db-radio", this.className), "data-size": this.size, "data-hide-label": index$1.getHideProp(this.showLabel), "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), htmlFor: this._id }, index.h("input", { key: '4fe82a7b57a6dd06e556e26d50df574a541129f9', type: "radio", "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
131
131
  this._ref = el;
132
132
  }, id: this._id, name: this.name, checked: index$1.getBoolean(this.checked, "checked"), disabled: index$1.getBoolean(this.disabled, "disabled"), value: this.value, required: index$1.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 : index.h("slot", null)));
133
133
  }
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
 
6
6
  const DBSection = class {
@@ -48,9 +48,9 @@ const DBSection = class {
48
48
  }
49
49
  render() {
50
50
  var _a, _b;
51
- return (index.h("section", { key: '433827caeacf2a63ea928bd6178f66dad7112d6d', class: index$1.cls("db-section", this.className), ref: (el) => {
51
+ return (index.h("section", { key: 'd2cb50a43641ef50d901bd488c7d31911e0f5487', class: index$1.cls("db-section", this.className), ref: (el) => {
52
52
  this._ref = el;
53
- }, 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 }, index.h("slot", { key: 'b815cad646a0d81b749b215a02299b290f765f09' })));
53
+ }, 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 }, index.h("slot", { key: '90ce1533ea3392317c7e271ad6d2880d0434321e' })));
54
54
  }
55
55
  };
56
56
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var constants = require('./constants-bMY2_d8A.js');
5
5
  var index$1 = require('./index-2_9ESkQu.js');
6
6
  var formComponents = require('./form-components-_ncB_U2D.js');
@@ -238,14 +238,14 @@ const DBSelect = class {
238
238
  }
239
239
  render() {
240
240
  var _a, _b, _c, _d, _e;
241
- return (index.h("div", { key: '0e3ebb6a472cbd86ec971d96062c6779e11c9ff4', class: index$1.cls("db-select", this.className), "data-variant": this.variant, "data-hide-label": index$1.getHideProp(this.showLabel), "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-icon": this.icon, "data-show-icon": index$1.getBooleanAsString(this.showIcon) }, index.h("label", { key: '7d22cdb4c487037568a185719165efeaf4825b38', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : constants.DEFAULT_LABEL), index.h("select", { key: '6a4e62ac9f68e9ec0cf8379b812b8868bf47beb0', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
241
+ return (index.h("div", { key: 'e083b3de98c929310348ef084f614b6115cc79cb', class: index$1.cls("db-select", this.className), "data-variant": this.variant, "data-hide-label": index$1.getHideProp(this.showLabel), "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-icon": this.icon, "data-show-icon": index$1.getBooleanAsString(this.showIcon) }, index.h("label", { key: 'f2dab8efe5a3c299268da1f5c58d09752b6b8ca5', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : constants.DEFAULT_LABEL), index.h("select", { key: '197c8e2861449bed151348411043d5acb9c7b57c', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
242
242
  this._ref = el;
243
243
  }, required: index$1.getBoolean(this.required, "required"), disabled: index$1.getBoolean(this.disabled, "disabled"), id: this._id, name: this.name, size: this.size,
244
244
  /* @ts-ignore */
245
245
  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 ? (index.h("option", { class: "placeholder", value: "", "data-show-empty-option": index$1.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) => {
246
246
  var _a;
247
247
  return (index.h(index.Fragment, null, option.options ? (index.h("optgroup", { label: this.getOptionLabel(option), key: undefined }, (_a = option.options) === null || _a === void 0 ? void 0 : _a.map((optgroupOption) => (index.h("option", { value: optgroupOption.value, selected: optgroupOption.selected, disabled: optgroupOption.disabled, key: undefined }, this.getOptionLabel(optgroupOption)))))) : (index.h("option", { value: option.value, disabled: option.disabled, selected: option.selected, key: undefined }, this.getOptionLabel(option)))));
248
- })) : (index.h("slot", null))), this.placeholder ? (index.h("span", { class: "db-select-placeholder", id: this._placeholderId }, this.placeholder)) : null, index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '736b83b341e8161f463a3131fc6cb39f6c966fc7', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: '1353c1a7cf3ae895b6108bc4800ab40ca808c596', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
248
+ })) : (index.h("slot", null))), this.placeholder ? (index.h("span", { class: "db-select-placeholder", id: this._placeholderId }, this.placeholder)) : null, index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '613305a3087d33f6ce2e9a90f6709897067f4355', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: '6f3d17afd859cd7f58c64f7d030509478a7fb438', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
249
249
  }
250
250
  static get watchers() { return {
251
251
  "id": [{
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
 
6
6
  const DBStack = class {
@@ -48,9 +48,9 @@ const DBStack = class {
48
48
  }
49
49
  render() {
50
50
  var _a, _b;
51
- return (index.h("div", { key: '6927a665a08e7383c992d2b93d264a991e871969', class: index$1.cls("db-stack", this.className), ref: (el) => {
51
+ return (index.h("div", { key: 'e8a95918ab5412c03412b92adb3f2a2d5979d492', class: index$1.cls("db-stack", this.className), ref: (el) => {
52
52
  this._ref = el;
53
- }, 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": index$1.getBooleanAsString(this.wrap) }, index.h("slot", { key: '0c5f39afc50167b38e39797c240f32a696d93adb' })));
53
+ }, 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": index$1.getBooleanAsString(this.wrap) }, index.h("slot", { key: 'b95b19d6ff1a61f416eadfb14d9e19647e4f6cb4' })));
54
54
  }
55
55
  };
56
56
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var constants = require('./constants-bMY2_d8A.js');
5
5
  var index$1 = require('./index-2_9ESkQu.js');
6
6
  var formComponents = require('./form-components-_ncB_U2D.js');
@@ -188,9 +188,9 @@ const DBSwitch = class {
188
188
  }
189
189
  render() {
190
190
  var _a, _b;
191
- return (index.h("div", { key: '5d55932625984fa62f0ee9d86f3d89f5b63f9072', class: index$1.cls("db-switch", this.className), "data-visual-aid": index$1.getBooleanAsString(this.visualAid), "data-size": this.size, "data-hide-label": index$1.getHideProp(this.showLabel), "data-variant": this.variant, "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-custom-validity": this.validation }, index.h("label", { key: '711ab3c882dbd490e19400ecf5d926f5bf80e95e', htmlFor: this._id }, index.h("input", { key: 'aa50031870b7ee76e1f1e6f9bd5dd14b9013de18', type: "checkbox", role: "switch", id: this._id, ref: (el) => {
191
+ return (index.h("div", { key: '66c2badcfc403e68d44d93cd1a79d087b212bbd6', class: index$1.cls("db-switch", this.className), "data-visual-aid": index$1.getBooleanAsString(this.visualAid), "data-size": this.size, "data-hide-label": index$1.getHideProp(this.showLabel), "data-variant": this.variant, "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-custom-validity": this.validation }, index.h("label", { key: 'c22fc86dd012f6de327f861cca3c1b4ab4f3605d', htmlFor: this._id }, index.h("input", { key: '3d1532eee9a137f2a1db1ba1574856ecc61833d8', type: "checkbox", role: "switch", id: this._id, ref: (el) => {
192
192
  this._ref = el;
193
- }, checked: index$1.getBoolean(this.checked, "checked"), value: this.value, disabled: index$1.getBoolean(this.disabled, "disabled"), "aria-invalid": this.validation === "invalid" ? "true" : undefined, "aria-describedby": this._descByIds, name: this.name, required: index$1.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 : index.h("slot", null)), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", semantic: "adaptive", id: this._messageId, icon: this.messageIcon }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, (_b = this.validMessage) !== null && _b !== void 0 ? _b : constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '95f846f3de48f29bef0406c3c19d0314a2a0cfc6', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: '297a64a0c5b5faf97a3f685ab78eea7145fe700e', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
193
+ }, checked: index$1.getBoolean(this.checked, "checked"), value: this.value, disabled: index$1.getBoolean(this.disabled, "disabled"), "aria-invalid": this.validation === "invalid" ? "true" : undefined, "aria-describedby": this._descByIds, name: this.name, required: index$1.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 : index.h("slot", null)), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", semantic: "adaptive", id: this._messageId, icon: this.messageIcon }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, (_b = this.validMessage) !== null && _b !== void 0 ? _b : constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: 'd24f80874212a9a9669d5731d9e5b6f4f3be6001', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: 'cb3420bd986f1398094fbac151d27a5c2f392d7d', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
194
194
  }
195
195
  static get watchers() { return {
196
196
  "id": [{
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
 
6
6
  const DBTabItem = class {
@@ -114,9 +114,9 @@ const DBTabItem = class {
114
114
  }
115
115
  render() {
116
116
  var _a, _b, _c, _d, _e, _f;
117
- return (index.h("li", { key: 'aa5a73d9a5f1482623ebdb8a79846b478ecf9fd1', class: index$1.cls("db-tab-item", this.className), role: "none" }, index.h("label", { key: 'b6148c23f64ffd2d9153db7e8e3d39a90f009da3', 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": index$1.getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-show-icon-trailing": index$1.getBooleanAsString(this.showIconTrailing), "data-no-text": index$1.getBooleanAsString(this.noText) }, index.h("input", { key: 'c7d167364eaa4f9cee156d9260553b14d60ffb13', type: "radio", role: "tab", disabled: index$1.getBoolean(this.disabled, "disabled"), "aria-selected": this._selected, checked: index$1.getBoolean(this.checked, "checked"), ref: (el) => {
117
+ return (index.h("li", { key: '0b8687c942d18b49bdf25249be3f0ae1ca727256', class: index$1.cls("db-tab-item", this.className), role: "none" }, index.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": index$1.getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-show-icon-trailing": index$1.getBooleanAsString(this.showIconTrailing), "data-no-text": index$1.getBooleanAsString(this.noText) }, index.h("input", { key: '81cf38a1a39e88fc85282e8b82d43768ce6f70a4', type: "radio", role: "tab", disabled: index$1.getBoolean(this.disabled, "disabled"), "aria-selected": this._selected, checked: index$1.getBoolean(this.checked, "checked"), ref: (el) => {
118
118
  this._ref = el;
119
- }, 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, index.h("slot", { key: 'aab78a92118a8ea9b7ffcb446ead8211294a6e6c' }))));
119
+ }, 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, index.h("slot", { key: '89a4ba46af36e8dcc3bc53f87d17977c5827cd12' }))));
120
120
  }
121
121
  static get watchers() { return {
122
122
  "_ref": [{
@@ -179,9 +179,9 @@ const DBTabList = class {
179
179
  }
180
180
  render() {
181
181
  var _a, _b;
182
- return (index.h("div", { key: '9d2121250cb2a12971ea33774d8ff9e79117d18e', class: index$1.cls("db-tab-list", this.className), ref: (el) => {
182
+ return (index.h("div", { key: '8f02145864a04b79d94d5d5923b6eff32346a0c3', class: index$1.cls("db-tab-list", this.className), ref: (el) => {
183
183
  this._ref = el;
184
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, index.h("ul", { key: 'db93a3777f11ee39e15633b0b5ae501b0526d73d', role: "tablist" }, index.h("slot", { key: '14d45a6c1693c5c2bdb2d422397e6ddeb93bf5b3' }))));
184
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, index.h("ul", { key: '759fdba6e69209ca915148c8b190f9311cb6f1ff', role: "tablist" }, index.h("slot", { key: '96bf4a10d3b422d6eb6be68c46f926b9f55eb0e6' }))));
185
185
  }
186
186
  };
187
187
 
@@ -230,9 +230,9 @@ const DBTabPanel = class {
230
230
  }
231
231
  render() {
232
232
  var _a, _b;
233
- return (index.h("section", { key: '3cae700e240af4818416120b8c85fc91839c7fa1', class: index$1.cls("db-tab-panel", this.className), role: "tabpanel", ref: (el) => {
233
+ return (index.h("section", { key: 'c10873d5857be6ea8653189ab735784939c53474', class: index$1.cls("db-tab-panel", this.className), role: "tabpanel", ref: (el) => {
234
234
  this._ref = el;
235
- }, 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, index.h("slot", { key: '25595de165921a31119ffd785bd5c569c42fa557' })));
235
+ }, 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, index.h("slot", { key: '57a98a1b7e26ca61b16397b7615f71d883bfbd28' })));
236
236
  }
237
237
  };
238
238
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var index$1 = require('./index-2_9ESkQu.js');
5
5
 
6
6
  const DBTabs = class {
@@ -208,10 +208,10 @@ const DBTabs = class {
208
208
  }
209
209
  render() {
210
210
  var _a, _b, _c, _d, _e, _f;
211
- return (index.h("div", { key: '6d273b967668288248c3853be80261a877d3ae04', class: index$1.cls("db-tabs", this.className), ref: (el) => {
211
+ return (index.h("div", { key: '20d8d662866ff60717de87ad4deb98a3b647672a', class: index$1.cls("db-tabs", this.className), ref: (el) => {
212
212
  this._ref = el;
213
213
  }, 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 ? (index.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 ? (index.h(index.Fragment, null, index.h("db-tab-list", null, (_e = this.convertTabs()) === null || _e === void 0 ? void 0 : _e.map((tab, index$1) => (index.h("db-tab-item", { key: this.name + "tab-item" + index$1, active: tab.active, label: tab.label, iconTrailing: tab.iconTrailing, icon: tab.icon, noText: tab.noText })))), (_f = this.convertTabs()) === null || _f === void 0 ? void 0 :
214
- _f.map((tab, index$1) => (index.h("db-tab-panel", { key: this.name + "tab-panel" + index$1, content: tab.content }, tab.children))))) : null, this.showScrollRight ? (index.h("db-button", { class: "tabs-scroll-right", variant: "ghost", icon: "chevron_right", type: "button", noText: true, onClick: () => this.scroll() }, "Scroll right")) : null, index.h("slot", { key: '04f5d96f32695ae2661ace77827ee783eb0f23d0' })));
214
+ _f.map((tab, index$1) => (index.h("db-tab-panel", { key: this.name + "tab-panel" + index$1, content: tab.content }, tab.children))))) : null, this.showScrollRight ? (index.h("db-button", { class: "tabs-scroll-right", variant: "ghost", icon: "chevron_right", type: "button", noText: true, onClick: () => this.scroll() }, "Scroll right")) : null, index.h("slot", { key: 'f9803a647f9a01adc0b20eb6bdb999f38c3602af' })));
215
215
  }
216
216
  static get watchers() { return {
217
217
  "_ref": [{
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var constants = require('./constants-bMY2_d8A.js');
5
5
  var index$1 = require('./index-2_9ESkQu.js');
6
6
  var formComponents = require('./form-components-_ncB_U2D.js');
@@ -203,10 +203,10 @@ const DBTextarea = class {
203
203
  }
204
204
  render() {
205
205
  var _a, _b, _c, _d, _e;
206
- return (index.h("div", { key: '393d0c53d9c4566418ac057d776c17b3f17c32aa', class: index$1.cls("db-textarea", this.className), "data-variant": this.variant, "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-hide-label": index$1.getHideProp(this.showLabel) }, index.h("label", { key: 'a899bcdffbffcdeef71bd1a62c4d0e3d5e4bbecc', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : constants.DEFAULT_LABEL), index.h("textarea", { key: 'e21b1f05254885af4ff600ad4ffeb691040074d1', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
206
+ return (index.h("div", { key: 'acb23abfb477beeceebdf88503a51a6aa90e268e', class: index$1.cls("db-textarea", this.className), "data-variant": this.variant, "data-hide-asterisk": index$1.getHideProp(this.showRequiredAsterisk), "data-hide-label": index$1.getHideProp(this.showLabel) }, index.h("label", { key: '03df1963dce7436d616df5f26c8fbff37243421f', htmlFor: this._id }, (_a = this.label) !== null && _a !== void 0 ? _a : constants.DEFAULT_LABEL), index.h("textarea", { key: 'b09e8a714ee44c18a2af738d90c6939309eb143c', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
207
207
  this._ref = el;
208
208
  }, id: this._id, "data-resize": this.resize, "data-hide-resizer": index$1.getHideProp((_b = this.showResizer) !== null && _b !== void 0 ? _b : true), disabled: index$1.getBoolean(this.disabled, "disabled"), required: index$1.getBoolean(this.required, "required"), readOnly: index$1.getBoolean(this.readOnly, "readOnly") ||
209
- index$1.getBoolean(this.readonly, "readonly"), form: this.form, maxLength: index$1.getNumber(this.maxLength, this.maxlength), minLength: index$1.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 : constants.DEFAULT_PLACEHOLDER, rows: index$1.getNumber(this.rows, constants.DEFAULT_ROWS), cols: index$1.getNumber(this.cols) }), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: '9067bf72dc0406d8fa9365d57f6289aabdccc507', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: '85655aea65cece93bbc6fbc5d50b8849548a4365', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
209
+ index$1.getBoolean(this.readonly, "readonly"), form: this.form, maxLength: index$1.getNumber(this.maxLength, this.maxlength), minLength: index$1.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 : constants.DEFAULT_PLACEHOLDER, rows: index$1.getNumber(this.rows, constants.DEFAULT_ROWS), cols: index$1.getNumber(this.cols) }), index$1.stringPropVisible(this.message, this.showMessage) ? (index.h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (index.h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || constants.DEFAULT_VALID_MESSAGE)) : null, index.h("db-infotext", { key: 'c62d3e639536d955cc454b43c289b0ad11e9d7b3', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), index.h("span", { key: '430d5b39be9fa9eb29c7720f46be601fa1f25161', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
210
210
  }
211
211
  static get watchers() { return {
212
212
  "id": [{
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var constants = require('./constants-bMY2_d8A.js');
5
5
  var index$1 = require('./index-2_9ESkQu.js');
6
6
  var documentScrollListener = require('./document-scroll-listener-ChQ7XZRk.js');
7
- var floatingComponents = require('./floating-components-pYaTeNhp.js');
7
+ var floatingComponents = require('./floating-components-DlstoCKH.js');
8
8
 
9
9
  const DBTooltip = class {
10
10
  constructor(hostRef) {
@@ -158,9 +158,9 @@ const DBTooltip = class {
158
158
  }
159
159
  render() {
160
160
  var _a, _b;
161
- return (index.h("i", { key: '3340b8840c8d749852c69311cf4a28d5bc4c9252', class: index$1.cls("db-tooltip", this.className), role: "tooltip", "aria-hidden": "true", "data-gap": "true", ref: (el) => {
161
+ return (index.h("i", { key: 'df7b27f485e4029f51329dd73e50603f6965efb8', class: index$1.cls("db-tooltip", this.className), role: "tooltip", "aria-hidden": "true", "data-gap": "true", ref: (el) => {
162
162
  this._ref = el;
163
- }, id: this._id, "data-emphasis": this.emphasis, "data-wrap": index$1.getBooleanAsString(this.wrap), "data-animation": index$1.getBooleanAsString((_a = this.animation) !== null && _a !== void 0 ? _a : true), "data-delay": this.delay, "data-width": this.width, "data-show-arrow": index$1.getBooleanAsString((_b = this.showArrow) !== null && _b !== void 0 ? _b : true), "data-placement": this.placement, onClick: (event) => this.handleClick(event) }, index.h("slot", { key: 'b20207e24fe5999249505cb8a5543ae853425ae2' })));
163
+ }, id: this._id, "data-emphasis": this.emphasis, "data-wrap": index$1.getBooleanAsString(this.wrap), "data-animation": index$1.getBooleanAsString((_a = this.animation) !== null && _a !== void 0 ? _a : true), "data-delay": this.delay, "data-width": this.width, "data-show-arrow": index$1.getBooleanAsString((_b = this.showArrow) !== null && _b !== void 0 ? _b : true), "data-placement": this.placement, onClick: (event) => this.handleClick(event) }, index.h("slot", { key: '7c1aee92a530f8b0899231f55122f6109c72bc46' })));
164
164
  }
165
165
  static get watchers() { return {
166
166
  "id": [{
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
7
7
  /*
8
- Stencil Client Patch Browser v4.43.1 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.43.2 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
 
11
11
  var patchBrowser = () => {
@@ -62,6 +62,8 @@ const handleDataOutside = (el) => {
62
62
  return dataOutsidePair;
63
63
  };
64
64
  const handleFixedDropdown = (element, parent, placement) => {
65
+ if (!element || !parent)
66
+ return;
65
67
  // We skip this if we are in mobile it's already fixed
66
68
  if (getComputedStyle(element).zIndex === '9999')
67
69
  return;
@@ -251,6 +253,8 @@ const getAncestorHasCorrectedPlacement = (element) => {
251
253
  };
252
254
  const handleFixedPopover = (element, parent, placement) => {
253
255
  var _a, _b;
256
+ if (!element || !parent)
257
+ return;
254
258
  const parentComputedStyles = getComputedStyle(parent);
255
259
  const parentHasFloatingPosition = ['absolute', 'fixed'].includes(parentComputedStyles.position);
256
260
  const ancestorWithCorrectedPlacement = getAncestorHasCorrectedPlacement(element);
@@ -4,9 +4,22 @@ const NAMESPACE = 'db-ux';
4
4
  const BUILD = /* db-ux */ { hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, shadowDom: false, slotRelocation: true, state: true, updatable: true};
5
5
 
6
6
  /*
7
- Stencil Client Platform v4.43.1 | MIT Licensed | https://stenciljs.com
7
+ Stencil Client Platform v4.43.2 | MIT Licensed | https://stenciljs.com
8
8
  */
9
9
 
10
+
11
+ // src/utils/get-prop-descriptor.ts
12
+ function getPropertyDescriptor(obj, memberName, getOnly) {
13
+ const stopAt = typeof HTMLElement !== "undefined" ? HTMLElement.prototype : null;
14
+ while (obj && obj !== stopAt) {
15
+ const desc = Object.getOwnPropertyDescriptor(obj, memberName);
16
+ if (desc && (!getOnly || desc.get)) return desc;
17
+ obj = Object.getPrototypeOf(obj);
18
+ }
19
+ return void 0;
20
+ }
21
+
22
+ // src/utils/es2022-rewire-class-members.ts
10
23
  var reWireGetterSetter = (instance, hostRef) => {
11
24
  var _a;
12
25
  const cmpMeta = hostRef.$cmpMeta$;
@@ -14,7 +27,7 @@ var reWireGetterSetter = (instance, hostRef) => {
14
27
  members.map(([memberName, [memberFlags]]) => {
15
28
  if ((memberFlags & 31 /* Prop */ || memberFlags & 32 /* State */)) {
16
29
  const ogValue = instance[memberName];
17
- const ogDescriptor = getPropertyDescriptor(Object.getPrototypeOf(instance), memberName) || Object.getOwnPropertyDescriptor(instance, memberName);
30
+ const ogDescriptor = getPropertyDescriptor(Object.getPrototypeOf(instance), memberName, true) || Object.getOwnPropertyDescriptor(instance, memberName);
18
31
  if (ogDescriptor) {
19
32
  Object.defineProperty(instance, memberName, {
20
33
  get() {
@@ -27,18 +40,14 @@ var reWireGetterSetter = (instance, hostRef) => {
27
40
  enumerable: true
28
41
  });
29
42
  }
30
- instance[memberName] = hostRef.$instanceValues$.has(memberName) ? hostRef.$instanceValues$.get(memberName) : ogValue;
43
+ if (hostRef.$instanceValues$.has(memberName)) {
44
+ instance[memberName] = hostRef.$instanceValues$.get(memberName);
45
+ } else if (ogValue !== void 0) {
46
+ instance[memberName] = ogValue;
47
+ }
31
48
  }
32
49
  });
33
50
  };
34
- function getPropertyDescriptor(obj, memberName) {
35
- while (obj) {
36
- const desc = Object.getOwnPropertyDescriptor(obj, memberName);
37
- if (desc == null ? void 0 : desc.get) return desc;
38
- obj = Object.getPrototypeOf(obj);
39
- }
40
- return void 0;
41
- }
42
51
 
43
52
  // src/client/client-host-ref.ts
44
53
  var getHostRef = (ref) => {
@@ -1368,7 +1377,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1368
1377
  const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
1369
1378
  members.map(([memberName, [memberFlags]]) => {
1370
1379
  if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
1371
- const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
1380
+ const { get: origGetter, set: origSetter } = getPropertyDescriptor(prototype, memberName) || {};
1372
1381
  if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
1373
1382
  if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
1374
1383
  if (flags & 1 /* isElementConstructor */ || !origGetter) {
@@ -1603,7 +1612,7 @@ var connectedCallback = (elm) => {
1603
1612
  }
1604
1613
  if (cmpMeta.$members$) {
1605
1614
  Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
1606
- if (memberFlags & 31 /* Prop */ && memberName in elm && elm[memberName] !== Object.prototype[memberName]) {
1615
+ if (memberFlags & 31 /* Prop */ && Object.prototype.hasOwnProperty.call(elm, memberName)) {
1607
1616
  const value = elm[memberName];
1608
1617
  delete elm[memberName];
1609
1618
  elm[memberName] = value;
@@ -4,8 +4,8 @@ var index = require('./index-2_9ESkQu.js');
4
4
  var constants = require('./constants-bMY2_d8A.js');
5
5
  var documentClickListener = require('./document-click-listener-B2-xKJv3.js');
6
6
  var documentScrollListener = require('./document-scroll-listener-ChQ7XZRk.js');
7
- var floatingComponents = require('./floating-components-pYaTeNhp.js');
8
- var navigation = require('./navigation-BztJmEHf.js');
7
+ var floatingComponents = require('./floating-components-DlstoCKH.js');
8
+ var navigation = require('./navigation-Bah882nU.js');
9
9
 
10
10
  const AccordionVariantList = ['divider', 'card'];
11
11
  const AccordionBehaviorList = ['multiple', 'single'];
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CSMPhlzz.js');
3
+ var index = require('./index-D_vrmAD6.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  const defineCustomElements = async (win, options) => {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var floatingComponents = require('./floating-components-pYaTeNhp.js');
3
+ var floatingComponents = require('./floating-components-DlstoCKH.js');
4
4
 
5
5
  const isEventTargetNavigationItem = (event) => {
6
6
  var _a, _b;
@@ -38,9 +38,10 @@
38
38
  "components/tabs/tabs.js",
39
39
  "components/textarea/textarea.js"
40
40
  ],
41
+ "mixins": [],
41
42
  "compiler": {
42
43
  "name": "@stencil/core",
43
- "version": "4.43.1",
44
+ "version": "4.43.2",
44
45
  "typescriptVersion": "5.8.3"
45
46
  },
46
47
  "collections": [],
@@ -130,7 +130,7 @@ export class DBAccordion {
130
130
  }
131
131
  render() {
132
132
  var _a, _b, _c;
133
- return (h("ul", { key: 'ea919e6fa79f820a40ece5ee3305dad84f113d1d', class: cls("db-accordion", this.className), ref: (el) => {
133
+ return (h("ul", { key: 'edef9c59c72278c614826ba8a7b67699080a078a', class: cls("db-accordion", this.className), ref: (el) => {
134
134
  this._ref = el;
135
135
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-variant": this.variant }, !this.items ? h("slot", null) : null, this.items
136
136
  ? (_c = this.convertItems()) === null || _c === void 0 ? void 0 : _c.map((item, index) => (h("db-accordion-item", { key: `accordion-item-${index}`, headlinePlain: item.headlinePlain, disabled: item.disabled, text: item.text })))
@@ -92,9 +92,9 @@ export class DBAccordionItem {
92
92
  }
93
93
  render() {
94
94
  var _a, _b;
95
- return (h("li", { key: 'd326ba8af9e635f673d1016cd16ef9a9a8b1503c', class: cls("db-accordion-item", this.className), id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("details", { key: '6f15470fcdaf103df318c251e941fed9fd79c4ee', "aria-disabled": getBooleanAsString(this.disabled), ref: (el) => {
95
+ return (h("li", { key: '3f7c64593e783768fdfc575b020a6252c5e68393', class: cls("db-accordion-item", this.className), id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id }, h("details", { key: '6b6e78645d2cdbc59415abedb59c761df5b7af59', "aria-disabled": getBooleanAsString(this.disabled), ref: (el) => {
96
96
  this._ref = el;
97
- }, name: this._name, open: this._open }, h("summary", { key: 'db41f2b1f85dfdecf9ab37b35b04efb2e83d69af', onClick: (event) => this.handleToggle(event) }, this.headlinePlain ? this.headlinePlain : null, !this.headlinePlain ? h("slot", { name: "headline" }) : null), h("div", { key: '00a6fed4fdb26de2c998d991a6dfaee6caa3ca92' }, this.text ? this.text : h("slot", null)))));
97
+ }, name: this._name, open: this._open }, h("summary", { key: 'bedf3e8a9555637cf990886e14e1f78d81c8a733', onClick: (event) => this.handleToggle(event) }, this.headlinePlain ? this.headlinePlain : null, !this.headlinePlain ? h("slot", { name: "headline" }) : null), h("div", { key: '1679dbd607f9f63af890b1e402e38cb9aa2929af' }, this.text ? this.text : h("slot", null)))));
98
98
  }
99
99
  static get is() { return "db-accordion-item"; }
100
100
  static get properties() {
@@ -70,7 +70,7 @@ export class DBBadge {
70
70
  }
71
71
  render() {
72
72
  var _a, _b, _c, _d;
73
- return (h("span", { key: '285ff83ac5c79c7e1c6328aba89e1825f57dd78a', class: cls("db-badge", this.className), ref: (el) => {
73
+ return (h("span", { key: 'c566e49b9d78c51fe2615eb8b55182997485e5bb', class: cls("db-badge", this.className), ref: (el) => {
74
74
  this._ref = el;
75
75
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-semantic": this.semantic, "data-size": this.size, "data-emphasis": this.emphasis, "data-placement": this.placement, "data-wrap": getBooleanAsString(this.wrap), "data-label": ((_c = this.placement) === null || _c === void 0 ? void 0 : _c.startsWith("corner")) && ((_d = this.label) !== null && _d !== void 0 ? _d : DEFAULT_LABEL) }, this.text ? this.text : h("slot", null)));
76
76
  }
@@ -47,7 +47,7 @@ export class DBBrand {
47
47
  }
48
48
  render() {
49
49
  var _a, _b, _c;
50
- return (h("div", { key: '2dbff45d3e8c3dbe6f1993c3401a12f15628984d', class: cls("db-brand", this.className), ref: (el) => {
50
+ return (h("div", { key: 'fc41608ac72c69c17542343ce283c584b3e5c3f5', class: cls("db-brand", this.className), ref: (el) => {
51
51
  this._ref = el;
52
52
  }, "data-icon": this.hideLogo ? "none" : (_a = this.icon) !== null && _a !== void 0 ? _a : DEFAULT_ICON, "data-show-icon": getBooleanAsString(this.showIcon), id: (_b = this.id) !== null && _b !== void 0 ? _b : (_c = this.propOverrides) === null || _c === void 0 ? void 0 : _c.id }, this.text ? this.text : h("slot", null)));
53
53
  }
@@ -55,7 +55,7 @@ export class DBButton {
55
55
  }
56
56
  render() {
57
57
  var _a, _b, _c, _d;
58
- return (h("button", { key: '8bd02e4a26046fa1b62f26449e961b2ba7edf377', class: cls("db-button", this.className), ref: (el) => {
58
+ return (h("button", { key: '61179d6427e5c3245c1cfe539f2a0dce9b22ba1d', class: cls("db-button", this.className), ref: (el) => {
59
59
  this._ref = el;
60
60
  }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, type: this.getButtonType(), disabled: getBoolean(this.disabled, "disabled"), "data-icon": (_c = this.iconLeading) !== null && _c !== void 0 ? _c : this.icon, "data-show-icon": getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-icon-trailing": this.iconTrailing, "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing), "data-size": this.size, "data-width": this.width, "data-variant": this.variant, "data-wrap": getBooleanAsString(this.wrap), "data-no-text": getBooleanAsString(this.noText), name: this.name, form: this.form, value: this.value }, this.text ? this.text : h("slot", null)));
61
61
  }
@@ -51,9 +51,9 @@ export class DBCard {
51
51
  }
52
52
  render() {
53
53
  var _a, _b;
54
- return (h("div", { key: 'fc177f67efe5de971fcc6eeeb069473788988c1a', class: cls("db-card", this.className), ref: (el) => {
54
+ return (h("div", { key: '252e6e05d1f5fdef212ae943b0d4d4121a52f5d6', class: cls("db-card", this.className), ref: (el) => {
55
55
  this._ref = el;
56
- }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-behavior": this.behavior, "data-elevation-level": this.elevationLevel, "data-spacing": this.spacing, onClick: (event) => this.handleClick(event) }, h("slot", { key: 'cffa2e7b3427e279ef5ae1b3d00ff923e5c819c6' })));
56
+ }, id: (_a = this.id) !== null && _a !== void 0 ? _a : (_b = this.propOverrides) === null || _b === void 0 ? void 0 : _b.id, "data-behavior": this.behavior, "data-elevation-level": this.elevationLevel, "data-spacing": this.spacing, onClick: (event) => this.handleClick(event) }, h("slot", { key: '862fd715856bb6ef858c274c9c916bc7f4250051' })));
57
57
  }
58
58
  static get is() { return "db-card"; }
59
59
  static get properties() {
@@ -207,9 +207,9 @@ export class DBCheckbox {
207
207
  }
208
208
  render() {
209
209
  var _a;
210
- return (h("div", { key: '433618f3dbf837b2b8febeb5b3acd77b0cebbc24', class: cls("db-checkbox", this.className), "data-size": this.size, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-hide-label": getHideProp(this.showLabel) }, h("label", { key: '02b767c372314a2dc32b90fec28a0a2d4caa67c1', htmlFor: this._id }, h("input", { key: '1fc78fbb4079f69ed7bde43097ff3125ec67edf9', type: "checkbox", "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
210
+ return (h("div", { key: '4238fbd4e76d437554f9b6164d007f1039d4de80', class: cls("db-checkbox", this.className), "data-size": this.size, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-hide-label": getHideProp(this.showLabel) }, h("label", { key: '8d8743528e8ef8d117233e5de2957a78e37b0436', htmlFor: this._id }, h("input", { key: '631676480151dd94bca3c10cd1ccaf29f307b235', type: "checkbox", "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, ref: (el) => {
211
211
  this._ref = el;
212
- }, id: this._id, name: this.name, checked: getBoolean(this.checked, "checked"), disabled: getBoolean(this.disabled, "disabled"), value: this.value, required: getBoolean(this.required, "required"), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), "aria-describedby": (_a = this.ariaDescribedBy) !== null && _a !== void 0 ? _a : this._descByIds }), this.label ? this.label : h("slot", 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: '1bc15384adefeb0a9749ebe60ee8e130e9258321', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '9daadc858ce041949b5470e6914c2c22f5a2918e', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
212
+ }, id: this._id, name: this.name, checked: getBoolean(this.checked, "checked"), disabled: getBoolean(this.disabled, "disabled"), value: this.value, required: getBoolean(this.required, "required"), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), "aria-describedby": (_a = this.ariaDescribedBy) !== null && _a !== void 0 ? _a : this._descByIds }), this.label ? this.label : h("slot", 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: '986898b076efd93c970c6656ff44f9b949a63c1c', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '651eadfb4cbeaa60405335c76aef0c671b02851c', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
213
213
  }
214
214
  static get is() { return "db-checkbox"; }
215
215
  static get properties() {
@@ -46,9 +46,9 @@ export class DBCustomButton {
46
46
  }
47
47
  render() {
48
48
  var _a, _b, _c, _d;
49
- return (h("div", { key: 'ee954dad8cd0baff52172a1ec9553c43673d0fa4', class: cls("db-custom-button", this.className), ref: (el) => {
49
+ return (h("div", { key: '3360941151b3648c3b03e8d1e231798e751b6445', class: cls("db-custom-button", 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-icon": (_c = this.iconLeading) !== null && _c !== void 0 ? _c : this.icon, "data-show-icon": getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-icon-trailing": this.iconTrailing, "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing), "data-size": this.size, "data-width": this.width, "data-variant": this.variant, "data-no-text": getBooleanAsString(this.noText) }, h("slot", { key: 'accbe2a436c60ecb945aea8b008453e3a264fd2b' })));
51
+ }, id: (_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-show-icon": getBooleanAsString((_d = this.showIconLeading) !== null && _d !== void 0 ? _d : this.showIcon), "data-icon-trailing": this.iconTrailing, "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing), "data-size": this.size, "data-width": this.width, "data-variant": this.variant, "data-no-text": getBooleanAsString(this.noText) }, h("slot", { key: '5991018ad35e6c9e04febd57a3affb0d0f81513f' })));
52
52
  }
53
53
  static get is() { return "db-custom-button"; }
54
54
  static get properties() {