@db-ux/wc-core-components 4.2.5 → 4.2.7-consolidation2-66e78e5

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 (568) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -3
  3. package/dist/cjs/{constants-CTtyzyuo.js → constants-bMY2_d8A.js} +4 -3
  4. package/dist/cjs/db-accordion-item.cjs.entry.js +12 -7
  5. package/dist/cjs/db-accordion.cjs.entry.js +29 -12
  6. package/dist/cjs/db-badge.cjs.entry.js +9 -6
  7. package/dist/cjs/db-brand.cjs.entry.js +3 -4
  8. package/dist/cjs/db-button.cjs.entry.js +2 -3
  9. package/dist/cjs/db-card.cjs.entry.js +2 -3
  10. package/dist/cjs/db-checkbox.cjs.entry.js +30 -11
  11. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +27 -14
  12. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +2 -3
  13. package/dist/cjs/db-custom-select.cjs.entry.js +101 -36
  14. package/dist/cjs/db-divider.cjs.entry.js +2 -3
  15. package/dist/cjs/db-drawer.cjs.entry.js +15 -8
  16. package/dist/cjs/db-header.cjs.entry.js +9 -6
  17. package/dist/cjs/db-icon.cjs.entry.js +2 -3
  18. package/dist/cjs/db-infotext.cjs.entry.js +2 -3
  19. package/dist/cjs/db-link.cjs.entry.js +5 -6
  20. package/dist/cjs/db-navigation-item.cjs.entry.js +12 -7
  21. package/dist/cjs/db-navigation.cjs.entry.js +3 -4
  22. package/dist/cjs/db-notification.cjs.entry.js +3 -4
  23. package/dist/cjs/db-page.cjs.entry.js +2 -3
  24. package/dist/cjs/db-popover.cjs.entry.js +14 -7
  25. package/dist/cjs/db-radio.cjs.entry.js +14 -7
  26. package/dist/cjs/db-section.cjs.entry.js +2 -3
  27. package/dist/cjs/db-select.cjs.entry.js +21 -10
  28. package/dist/cjs/db-stack.cjs.entry.js +2 -3
  29. package/dist/cjs/db-switch.cjs.entry.js +28 -13
  30. package/dist/cjs/db-tab-item_3.cjs.entry.js +15 -8
  31. package/dist/cjs/db-tabs.cjs.entry.js +8 -5
  32. package/dist/cjs/db-textarea.cjs.entry.js +18 -9
  33. package/dist/cjs/db-tooltip.cjs.entry.js +10 -7
  34. package/dist/cjs/db-ux.cjs.js +3 -4
  35. package/dist/cjs/{document-click-listener-DGna8oDJ.js → document-click-listener-B2Xzqbvs.js} +1 -4
  36. package/dist/cjs/{document-scroll-listener-BBXRu9dN.js → document-scroll-listener-C_v46oIg.js} +1 -4
  37. package/dist/cjs/floating-components-ogUqz72V.js +0 -3
  38. package/dist/cjs/{form-components-CPqbzZwG.js → form-components-BrtqMwX0.js} +1 -4
  39. package/dist/cjs/{index-Bm2Cw2rz.js → index-CW5aVEyQ.js} +19 -3
  40. package/dist/cjs/{index-Db5RdCbB.js → index-Mi8dWSSD.js} +190 -142
  41. package/dist/cjs/index.cjs.js +7 -6
  42. package/dist/cjs/loader.cjs.js +2 -3
  43. package/dist/cjs/navigation-DauGE-qj.js +0 -3
  44. package/dist/collection/collection-manifest.json +2 -2
  45. package/dist/collection/components/accordion/accordion.js +14 -8
  46. package/dist/collection/components/accordion/index.js +0 -1
  47. package/dist/collection/components/accordion/model.js +0 -1
  48. package/dist/collection/components/accordion-item/accordion-item.js +14 -8
  49. package/dist/collection/components/accordion-item/index.js +0 -1
  50. package/dist/collection/components/accordion-item/model.js +0 -1
  51. package/dist/collection/components/badge/badge.js +16 -9
  52. package/dist/collection/components/badge/index.js +0 -1
  53. package/dist/collection/components/badge/model.js +0 -1
  54. package/dist/collection/components/brand/brand.js +13 -8
  55. package/dist/collection/components/brand/index.js +0 -1
  56. package/dist/collection/components/brand/model.js +0 -1
  57. package/dist/collection/components/button/button.js +39 -22
  58. package/dist/collection/components/button/index.js +0 -1
  59. package/dist/collection/components/button/model.js +0 -1
  60. package/dist/collection/components/card/card.js +10 -6
  61. package/dist/collection/components/card/index.js +0 -1
  62. package/dist/collection/components/card/model.js +0 -1
  63. package/dist/collection/components/checkbox/checkbox.js +39 -21
  64. package/dist/collection/components/checkbox/index.js +0 -1
  65. package/dist/collection/components/checkbox/model.js +0 -1
  66. package/dist/collection/components/custom-select/custom-select.js +103 -56
  67. package/dist/collection/components/custom-select/index.js +0 -1
  68. package/dist/collection/components/custom-select/model.js +0 -1
  69. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +6 -4
  70. package/dist/collection/components/custom-select-dropdown/index.js +0 -1
  71. package/dist/collection/components/custom-select-dropdown/model.js +0 -1
  72. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +4 -3
  73. package/dist/collection/components/custom-select-form-field/index.js +0 -1
  74. package/dist/collection/components/custom-select-form-field/model.js +0 -1
  75. package/dist/collection/components/custom-select-list/custom-select-list.js +8 -5
  76. package/dist/collection/components/custom-select-list/index.js +0 -1
  77. package/dist/collection/components/custom-select-list/model.js +0 -1
  78. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +27 -15
  79. package/dist/collection/components/custom-select-list-item/index.js +0 -1
  80. package/dist/collection/components/custom-select-list-item/model.js +0 -1
  81. package/dist/collection/components/divider/divider.js +12 -7
  82. package/dist/collection/components/divider/index.js +0 -1
  83. package/dist/collection/components/divider/model.js +0 -1
  84. package/dist/collection/components/drawer/drawer.js +24 -13
  85. package/dist/collection/components/drawer/index.js +0 -1
  86. package/dist/collection/components/drawer/model.js +0 -1
  87. package/dist/collection/components/header/header.js +16 -9
  88. package/dist/collection/components/header/index.js +0 -1
  89. package/dist/collection/components/header/model.js +0 -1
  90. package/dist/collection/components/icon/icon.js +13 -8
  91. package/dist/collection/components/icon/index.js +0 -1
  92. package/dist/collection/components/icon/model.js +0 -1
  93. package/dist/collection/components/infotext/index.js +0 -1
  94. package/dist/collection/components/infotext/infotext.js +15 -9
  95. package/dist/collection/components/infotext/model.js +0 -1
  96. package/dist/collection/components/input/index.js +0 -1
  97. package/dist/collection/components/input/input.js +104 -57
  98. package/dist/collection/components/input/model.js +0 -1
  99. package/dist/collection/components/link/index.js +0 -1
  100. package/dist/collection/components/link/link.js +83 -18
  101. package/dist/collection/components/link/model.js +0 -1
  102. package/dist/collection/components/navigation/index.js +0 -1
  103. package/dist/collection/components/navigation/model.js +0 -1
  104. package/dist/collection/components/navigation/navigation.js +4 -3
  105. package/dist/collection/components/navigation-item/index.js +0 -1
  106. package/dist/collection/components/navigation-item/model.js +0 -1
  107. package/dist/collection/components/navigation-item/navigation-item.js +25 -14
  108. package/dist/collection/components/notification/index.js +0 -1
  109. package/dist/collection/components/notification/model.js +0 -1
  110. package/dist/collection/components/notification/notification.js +33 -18
  111. package/dist/collection/components/page/index.js +0 -1
  112. package/dist/collection/components/page/model.js +0 -1
  113. package/dist/collection/components/page/page.js +12 -7
  114. package/dist/collection/components/popover/index.js +0 -1
  115. package/dist/collection/components/popover/model.js +0 -1
  116. package/dist/collection/components/popover/popover.js +18 -10
  117. package/dist/collection/components/radio/index.js +0 -1
  118. package/dist/collection/components/radio/model.js +0 -1
  119. package/dist/collection/components/radio/radio.js +24 -13
  120. package/dist/collection/components/section/index.js +0 -1
  121. package/dist/collection/components/section/model.js +0 -1
  122. package/dist/collection/components/section/section.js +8 -5
  123. package/dist/collection/components/select/index.js +0 -1
  124. package/dist/collection/components/select/model.js +0 -1
  125. package/dist/collection/components/select/select.js +50 -27
  126. package/dist/collection/components/stack/index.js +0 -1
  127. package/dist/collection/components/stack/model.js +0 -1
  128. package/dist/collection/components/stack/stack.js +16 -9
  129. package/dist/collection/components/switch/index.js +0 -1
  130. package/dist/collection/components/switch/model.js +0 -1
  131. package/dist/collection/components/switch/switch.js +48 -27
  132. package/dist/collection/components/tab-item/index.js +0 -1
  133. package/dist/collection/components/tab-item/model.js +0 -1
  134. package/dist/collection/components/tab-item/tab-item.js +31 -18
  135. package/dist/collection/components/tab-list/index.js +0 -1
  136. package/dist/collection/components/tab-list/model.js +0 -1
  137. package/dist/collection/components/tab-list/tab-list.js +4 -3
  138. package/dist/collection/components/tab-panel/index.js +0 -1
  139. package/dist/collection/components/tab-panel/model.js +0 -1
  140. package/dist/collection/components/tab-panel/tab-panel.js +6 -4
  141. package/dist/collection/components/tabs/index.js +0 -1
  142. package/dist/collection/components/tabs/model.js +0 -1
  143. package/dist/collection/components/tabs/tabs.js +22 -12
  144. package/dist/collection/components/tag/index.js +0 -1
  145. package/dist/collection/components/tag/model.js +0 -1
  146. package/dist/collection/components/tag/tag.js +25 -14
  147. package/dist/collection/components/textarea/index.js +0 -1
  148. package/dist/collection/components/textarea/model.js +0 -1
  149. package/dist/collection/components/textarea/textarea.js +67 -35
  150. package/dist/collection/components/tooltip/index.js +0 -1
  151. package/dist/collection/components/tooltip/model.js +0 -1
  152. package/dist/collection/components/tooltip/tooltip.js +18 -10
  153. package/dist/collection/index.js +0 -1
  154. package/dist/collection/shared/constants.js +2 -1
  155. package/dist/collection/shared/examples/index.js +4 -0
  156. package/dist/collection/shared/model.js +0 -1
  157. package/dist/collection/utils/document-click-listener.js +0 -1
  158. package/dist/collection/utils/document-scroll-listener.js +0 -1
  159. package/dist/collection/utils/floating-components.js +0 -1
  160. package/dist/collection/utils/form-components.js +0 -1
  161. package/dist/collection/utils/index.js +18 -1
  162. package/dist/collection/utils/navigation.js +0 -1
  163. package/dist/collection/utils/react.js +0 -1
  164. package/dist/custom-elements.json +1063 -1
  165. package/dist/db-ux/db-ux.esm.js +1 -2
  166. package/dist/db-ux/index.esm.js +1 -2
  167. package/dist/db-ux/p-027fb90a.entry.js +1 -0
  168. package/dist/db-ux/p-13dd39f1.entry.js +1 -0
  169. package/dist/db-ux/p-15241486.entry.js +1 -0
  170. package/dist/db-ux/p-197f90e4.entry.js +1 -0
  171. package/dist/db-ux/p-2069117e.entry.js +1 -0
  172. package/dist/db-ux/p-23834011.entry.js +1 -0
  173. package/dist/db-ux/p-26fa6bc1.entry.js +1 -0
  174. package/dist/db-ux/p-286f83f4.entry.js +1 -0
  175. package/dist/db-ux/p-29d3070a.entry.js +1 -0
  176. package/dist/db-ux/p-29efc51e.entry.js +1 -0
  177. package/dist/db-ux/p-2baf9c08.entry.js +1 -0
  178. package/dist/db-ux/p-3622f7e7.entry.js +1 -0
  179. package/dist/db-ux/p-40ce182c.entry.js +1 -0
  180. package/dist/db-ux/p-5426dbd3.entry.js +1 -0
  181. package/dist/db-ux/p-58611dcc.entry.js +1 -0
  182. package/dist/db-ux/p-5bca6d35.entry.js +1 -0
  183. package/dist/db-ux/p-623a6b59.entry.js +1 -0
  184. package/dist/db-ux/p-78f6b72a.entry.js +1 -0
  185. package/dist/db-ux/p-86414acd.entry.js +1 -0
  186. package/dist/db-ux/p-9a543d5a.entry.js +1 -0
  187. package/dist/db-ux/p-9d5365f7.entry.js +1 -0
  188. package/dist/db-ux/p-9pYJFapZ.js +2 -0
  189. package/dist/db-ux/p-BdL-nI5y.js +1 -0
  190. package/dist/db-ux/p-BwBkekqp.js +1 -0
  191. package/dist/db-ux/p-Cb-k135w.js +1 -0
  192. package/dist/db-ux/p-DQuL1Twl.js +1 -2
  193. package/dist/db-ux/p-EqlW5Wqf.js +1 -0
  194. package/dist/db-ux/p-G-TursYV.js +1 -2
  195. package/dist/db-ux/p-a1e66a3d.entry.js +1 -0
  196. package/dist/db-ux/p-a232eea2.entry.js +1 -0
  197. package/dist/db-ux/p-a7463ead.entry.js +1 -0
  198. package/dist/db-ux/p-a98bde77.entry.js +1 -0
  199. package/dist/db-ux/p-af0e61d0.entry.js +1 -0
  200. package/dist/db-ux/p-b6538eed.entry.js +1 -0
  201. package/dist/db-ux/p-bde7ff5f.entry.js +1 -0
  202. package/dist/db-ux/p-c9d514e5.entry.js +1 -0
  203. package/dist/db-ux/p-cqrM3KjS.js +1 -0
  204. package/dist/db-ux/p-e30a4814.entry.js +1 -0
  205. package/dist/db-ux/p-sP2NlPcu.js +1 -2
  206. package/dist/esm/app-globals-DQuL1Twl.js +0 -3
  207. package/dist/esm/{constants-DC9V_oNU.js → constants-BdL-nI5y.js} +3 -4
  208. package/dist/esm/db-accordion-item.entry.js +12 -7
  209. package/dist/esm/db-accordion.entry.js +29 -12
  210. package/dist/esm/db-badge.entry.js +9 -6
  211. package/dist/esm/db-brand.entry.js +3 -4
  212. package/dist/esm/db-button.entry.js +2 -3
  213. package/dist/esm/db-card.entry.js +2 -3
  214. package/dist/esm/db-checkbox.entry.js +30 -11
  215. package/dist/esm/db-custom-select-dropdown_5.entry.js +27 -14
  216. package/dist/esm/db-custom-select-form-field.entry.js +2 -3
  217. package/dist/esm/db-custom-select.entry.js +101 -36
  218. package/dist/esm/db-divider.entry.js +2 -3
  219. package/dist/esm/db-drawer.entry.js +15 -8
  220. package/dist/esm/db-header.entry.js +9 -6
  221. package/dist/esm/db-icon.entry.js +2 -3
  222. package/dist/esm/db-infotext.entry.js +2 -3
  223. package/dist/esm/db-link.entry.js +5 -6
  224. package/dist/esm/db-navigation-item.entry.js +12 -7
  225. package/dist/esm/db-navigation.entry.js +3 -4
  226. package/dist/esm/db-notification.entry.js +3 -4
  227. package/dist/esm/db-page.entry.js +2 -3
  228. package/dist/esm/db-popover.entry.js +14 -7
  229. package/dist/esm/db-radio.entry.js +14 -7
  230. package/dist/esm/db-section.entry.js +2 -3
  231. package/dist/esm/db-select.entry.js +21 -10
  232. package/dist/esm/db-stack.entry.js +2 -3
  233. package/dist/esm/db-switch.entry.js +28 -13
  234. package/dist/esm/db-tab-item_3.entry.js +15 -8
  235. package/dist/esm/db-tabs.entry.js +8 -5
  236. package/dist/esm/db-textarea.entry.js +18 -9
  237. package/dist/esm/db-tooltip.entry.js +10 -7
  238. package/dist/esm/db-ux.js +4 -5
  239. package/dist/esm/{document-click-listener-D1ZXrKSx.js → document-click-listener-B_LaIr0O.js} +1 -4
  240. package/dist/esm/{document-scroll-listener-DF6f0ByI.js → document-scroll-listener-dHAsT0Tb.js} +1 -4
  241. package/dist/esm/floating-components-G-TursYV.js +0 -3
  242. package/dist/esm/{form-components-DmI6JmyJ.js → form-components-Cl_wgkeJ.js} +1 -4
  243. package/dist/esm/{index-BMAwJo5Z.js → index-9pYJFapZ.js} +190 -142
  244. package/dist/esm/{index-DhKljLRG.js → index-BwBkekqp.js} +19 -4
  245. package/dist/esm/index.js +4 -6
  246. package/dist/esm/loader.js +3 -4
  247. package/dist/esm/navigation--UdC9CzO.js +0 -3
  248. package/dist/types/components/custom-select/custom-select.d.ts +1 -1
  249. package/dist/types/components/link/link.d.ts +2 -0
  250. package/dist/types/components.d.ts +4 -0
  251. package/dist/types/shared/constants.d.ts +2 -0
  252. package/dist/types/shared/examples/index.d.ts +4 -0
  253. package/dist/types/shared/model.d.ts +12 -0
  254. package/dist/types/stencil-public-runtime.d.ts +87 -4
  255. package/dist/types/utils/index.d.ts +10 -0
  256. package/dist/vscode.html-custom-data.json +118 -0
  257. package/dist/web-types.json +177 -1
  258. package/package.json +10 -9
  259. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  260. package/dist/cjs/constants-CTtyzyuo.js.map +0 -1
  261. package/dist/cjs/db-accordion-item.entry.cjs.js.map +0 -1
  262. package/dist/cjs/db-accordion.entry.cjs.js.map +0 -1
  263. package/dist/cjs/db-badge.entry.cjs.js.map +0 -1
  264. package/dist/cjs/db-brand.entry.cjs.js.map +0 -1
  265. package/dist/cjs/db-button.entry.cjs.js.map +0 -1
  266. package/dist/cjs/db-card.entry.cjs.js.map +0 -1
  267. package/dist/cjs/db-checkbox.entry.cjs.js.map +0 -1
  268. package/dist/cjs/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.cjs.js.map +0 -1
  269. package/dist/cjs/db-custom-select-form-field.entry.cjs.js.map +0 -1
  270. package/dist/cjs/db-custom-select.entry.cjs.js.map +0 -1
  271. package/dist/cjs/db-divider.entry.cjs.js.map +0 -1
  272. package/dist/cjs/db-drawer.entry.cjs.js.map +0 -1
  273. package/dist/cjs/db-header.entry.cjs.js.map +0 -1
  274. package/dist/cjs/db-icon.entry.cjs.js.map +0 -1
  275. package/dist/cjs/db-infotext.entry.cjs.js.map +0 -1
  276. package/dist/cjs/db-link.entry.cjs.js.map +0 -1
  277. package/dist/cjs/db-navigation-item.entry.cjs.js.map +0 -1
  278. package/dist/cjs/db-navigation.entry.cjs.js.map +0 -1
  279. package/dist/cjs/db-notification.entry.cjs.js.map +0 -1
  280. package/dist/cjs/db-page.entry.cjs.js.map +0 -1
  281. package/dist/cjs/db-popover.entry.cjs.js.map +0 -1
  282. package/dist/cjs/db-radio.entry.cjs.js.map +0 -1
  283. package/dist/cjs/db-section.entry.cjs.js.map +0 -1
  284. package/dist/cjs/db-select.entry.cjs.js.map +0 -1
  285. package/dist/cjs/db-stack.entry.cjs.js.map +0 -1
  286. package/dist/cjs/db-switch.entry.cjs.js.map +0 -1
  287. package/dist/cjs/db-tab-item.db-tab-list.db-tab-panel.entry.cjs.js.map +0 -1
  288. package/dist/cjs/db-tabs.entry.cjs.js.map +0 -1
  289. package/dist/cjs/db-textarea.entry.cjs.js.map +0 -1
  290. package/dist/cjs/db-tooltip.entry.cjs.js.map +0 -1
  291. package/dist/cjs/db-ux.cjs.js.map +0 -1
  292. package/dist/cjs/document-click-listener-DGna8oDJ.js.map +0 -1
  293. package/dist/cjs/document-scroll-listener-BBXRu9dN.js.map +0 -1
  294. package/dist/cjs/floating-components-ogUqz72V.js.map +0 -1
  295. package/dist/cjs/form-components-CPqbzZwG.js.map +0 -1
  296. package/dist/cjs/index-Bm2Cw2rz.js.map +0 -1
  297. package/dist/cjs/index-Db5RdCbB.js.map +0 -1
  298. package/dist/cjs/index.cjs.js.map +0 -1
  299. package/dist/cjs/loader.cjs.js.map +0 -1
  300. package/dist/cjs/navigation-DauGE-qj.js.map +0 -1
  301. package/dist/collection/components/accordion/accordion.js.map +0 -1
  302. package/dist/collection/components/accordion/index.js.map +0 -1
  303. package/dist/collection/components/accordion/model.js.map +0 -1
  304. package/dist/collection/components/accordion-item/accordion-item.js.map +0 -1
  305. package/dist/collection/components/accordion-item/index.js.map +0 -1
  306. package/dist/collection/components/accordion-item/model.js.map +0 -1
  307. package/dist/collection/components/badge/badge.js.map +0 -1
  308. package/dist/collection/components/badge/index.js.map +0 -1
  309. package/dist/collection/components/badge/model.js.map +0 -1
  310. package/dist/collection/components/brand/brand.js.map +0 -1
  311. package/dist/collection/components/brand/index.js.map +0 -1
  312. package/dist/collection/components/brand/model.js.map +0 -1
  313. package/dist/collection/components/button/button.js.map +0 -1
  314. package/dist/collection/components/button/index.js.map +0 -1
  315. package/dist/collection/components/button/model.js.map +0 -1
  316. package/dist/collection/components/card/card.js.map +0 -1
  317. package/dist/collection/components/card/index.js.map +0 -1
  318. package/dist/collection/components/card/model.js.map +0 -1
  319. package/dist/collection/components/checkbox/checkbox.js.map +0 -1
  320. package/dist/collection/components/checkbox/index.js.map +0 -1
  321. package/dist/collection/components/checkbox/model.js.map +0 -1
  322. package/dist/collection/components/custom-select/custom-select.js.map +0 -1
  323. package/dist/collection/components/custom-select/index.js.map +0 -1
  324. package/dist/collection/components/custom-select/model.js.map +0 -1
  325. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js.map +0 -1
  326. package/dist/collection/components/custom-select-dropdown/index.js.map +0 -1
  327. package/dist/collection/components/custom-select-dropdown/model.js.map +0 -1
  328. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js.map +0 -1
  329. package/dist/collection/components/custom-select-form-field/index.js.map +0 -1
  330. package/dist/collection/components/custom-select-form-field/model.js.map +0 -1
  331. package/dist/collection/components/custom-select-list/custom-select-list.js.map +0 -1
  332. package/dist/collection/components/custom-select-list/index.js.map +0 -1
  333. package/dist/collection/components/custom-select-list/model.js.map +0 -1
  334. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js.map +0 -1
  335. package/dist/collection/components/custom-select-list-item/index.js.map +0 -1
  336. package/dist/collection/components/custom-select-list-item/model.js.map +0 -1
  337. package/dist/collection/components/divider/divider.js.map +0 -1
  338. package/dist/collection/components/divider/index.js.map +0 -1
  339. package/dist/collection/components/divider/model.js.map +0 -1
  340. package/dist/collection/components/drawer/drawer.js.map +0 -1
  341. package/dist/collection/components/drawer/index.js.map +0 -1
  342. package/dist/collection/components/drawer/model.js.map +0 -1
  343. package/dist/collection/components/header/header.js.map +0 -1
  344. package/dist/collection/components/header/index.js.map +0 -1
  345. package/dist/collection/components/header/model.js.map +0 -1
  346. package/dist/collection/components/icon/icon.js.map +0 -1
  347. package/dist/collection/components/icon/index.js.map +0 -1
  348. package/dist/collection/components/icon/model.js.map +0 -1
  349. package/dist/collection/components/infotext/index.js.map +0 -1
  350. package/dist/collection/components/infotext/infotext.js.map +0 -1
  351. package/dist/collection/components/infotext/model.js.map +0 -1
  352. package/dist/collection/components/input/index.js.map +0 -1
  353. package/dist/collection/components/input/input.js.map +0 -1
  354. package/dist/collection/components/input/model.js.map +0 -1
  355. package/dist/collection/components/link/index.js.map +0 -1
  356. package/dist/collection/components/link/link.js.map +0 -1
  357. package/dist/collection/components/link/model.js.map +0 -1
  358. package/dist/collection/components/navigation/index.js.map +0 -1
  359. package/dist/collection/components/navigation/model.js.map +0 -1
  360. package/dist/collection/components/navigation/navigation.js.map +0 -1
  361. package/dist/collection/components/navigation-item/index.js.map +0 -1
  362. package/dist/collection/components/navigation-item/model.js.map +0 -1
  363. package/dist/collection/components/navigation-item/navigation-item.js.map +0 -1
  364. package/dist/collection/components/notification/index.js.map +0 -1
  365. package/dist/collection/components/notification/model.js.map +0 -1
  366. package/dist/collection/components/notification/notification.js.map +0 -1
  367. package/dist/collection/components/page/index.js.map +0 -1
  368. package/dist/collection/components/page/model.js.map +0 -1
  369. package/dist/collection/components/page/page.js.map +0 -1
  370. package/dist/collection/components/popover/index.js.map +0 -1
  371. package/dist/collection/components/popover/model.js.map +0 -1
  372. package/dist/collection/components/popover/popover.js.map +0 -1
  373. package/dist/collection/components/radio/index.js.map +0 -1
  374. package/dist/collection/components/radio/model.js.map +0 -1
  375. package/dist/collection/components/radio/radio.js.map +0 -1
  376. package/dist/collection/components/section/index.js.map +0 -1
  377. package/dist/collection/components/section/model.js.map +0 -1
  378. package/dist/collection/components/section/section.js.map +0 -1
  379. package/dist/collection/components/select/index.js.map +0 -1
  380. package/dist/collection/components/select/model.js.map +0 -1
  381. package/dist/collection/components/select/select.js.map +0 -1
  382. package/dist/collection/components/stack/index.js.map +0 -1
  383. package/dist/collection/components/stack/model.js.map +0 -1
  384. package/dist/collection/components/stack/stack.js.map +0 -1
  385. package/dist/collection/components/switch/index.js.map +0 -1
  386. package/dist/collection/components/switch/model.js.map +0 -1
  387. package/dist/collection/components/switch/switch.js.map +0 -1
  388. package/dist/collection/components/tab-item/index.js.map +0 -1
  389. package/dist/collection/components/tab-item/model.js.map +0 -1
  390. package/dist/collection/components/tab-item/tab-item.js.map +0 -1
  391. package/dist/collection/components/tab-list/index.js.map +0 -1
  392. package/dist/collection/components/tab-list/model.js.map +0 -1
  393. package/dist/collection/components/tab-list/tab-list.js.map +0 -1
  394. package/dist/collection/components/tab-panel/index.js.map +0 -1
  395. package/dist/collection/components/tab-panel/model.js.map +0 -1
  396. package/dist/collection/components/tab-panel/tab-panel.js.map +0 -1
  397. package/dist/collection/components/tabs/index.js.map +0 -1
  398. package/dist/collection/components/tabs/model.js.map +0 -1
  399. package/dist/collection/components/tabs/tabs.js.map +0 -1
  400. package/dist/collection/components/tag/index.js.map +0 -1
  401. package/dist/collection/components/tag/model.js.map +0 -1
  402. package/dist/collection/components/tag/tag.js.map +0 -1
  403. package/dist/collection/components/textarea/index.js.map +0 -1
  404. package/dist/collection/components/textarea/model.js.map +0 -1
  405. package/dist/collection/components/textarea/textarea.js.map +0 -1
  406. package/dist/collection/components/tooltip/index.js.map +0 -1
  407. package/dist/collection/components/tooltip/model.js.map +0 -1
  408. package/dist/collection/components/tooltip/tooltip.js.map +0 -1
  409. package/dist/collection/index.js.map +0 -1
  410. package/dist/collection/shared/constants.js.map +0 -1
  411. package/dist/collection/shared/model.js.map +0 -1
  412. package/dist/collection/utils/document-click-listener.js.map +0 -1
  413. package/dist/collection/utils/document-scroll-listener.js.map +0 -1
  414. package/dist/collection/utils/floating-components.js.map +0 -1
  415. package/dist/collection/utils/form-components.js.map +0 -1
  416. package/dist/collection/utils/index.js.map +0 -1
  417. package/dist/collection/utils/navigation.js.map +0 -1
  418. package/dist/collection/utils/react.js.map +0 -1
  419. package/dist/db-ux/db-accordion-item.entry.esm.js.map +0 -1
  420. package/dist/db-ux/db-accordion.entry.esm.js.map +0 -1
  421. package/dist/db-ux/db-badge.entry.esm.js.map +0 -1
  422. package/dist/db-ux/db-brand.entry.esm.js.map +0 -1
  423. package/dist/db-ux/db-button.entry.esm.js.map +0 -1
  424. package/dist/db-ux/db-card.entry.esm.js.map +0 -1
  425. package/dist/db-ux/db-checkbox.entry.esm.js.map +0 -1
  426. package/dist/db-ux/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.esm.js.map +0 -1
  427. package/dist/db-ux/db-custom-select-form-field.entry.esm.js.map +0 -1
  428. package/dist/db-ux/db-custom-select.entry.esm.js.map +0 -1
  429. package/dist/db-ux/db-divider.entry.esm.js.map +0 -1
  430. package/dist/db-ux/db-drawer.entry.esm.js.map +0 -1
  431. package/dist/db-ux/db-header.entry.esm.js.map +0 -1
  432. package/dist/db-ux/db-icon.entry.esm.js.map +0 -1
  433. package/dist/db-ux/db-infotext.entry.esm.js.map +0 -1
  434. package/dist/db-ux/db-link.entry.esm.js.map +0 -1
  435. package/dist/db-ux/db-navigation-item.entry.esm.js.map +0 -1
  436. package/dist/db-ux/db-navigation.entry.esm.js.map +0 -1
  437. package/dist/db-ux/db-notification.entry.esm.js.map +0 -1
  438. package/dist/db-ux/db-page.entry.esm.js.map +0 -1
  439. package/dist/db-ux/db-popover.entry.esm.js.map +0 -1
  440. package/dist/db-ux/db-radio.entry.esm.js.map +0 -1
  441. package/dist/db-ux/db-section.entry.esm.js.map +0 -1
  442. package/dist/db-ux/db-select.entry.esm.js.map +0 -1
  443. package/dist/db-ux/db-stack.entry.esm.js.map +0 -1
  444. package/dist/db-ux/db-switch.entry.esm.js.map +0 -1
  445. package/dist/db-ux/db-tab-item.db-tab-list.db-tab-panel.entry.esm.js.map +0 -1
  446. package/dist/db-ux/db-tabs.entry.esm.js.map +0 -1
  447. package/dist/db-ux/db-textarea.entry.esm.js.map +0 -1
  448. package/dist/db-ux/db-tooltip.entry.esm.js.map +0 -1
  449. package/dist/db-ux/db-ux.esm.js.map +0 -1
  450. package/dist/db-ux/index.esm.js.map +0 -1
  451. package/dist/db-ux/loader.esm.js.map +0 -1
  452. package/dist/db-ux/p-129cbaa9.entry.js +0 -2
  453. package/dist/db-ux/p-129cbaa9.entry.js.map +0 -1
  454. package/dist/db-ux/p-162c989a.entry.js +0 -2
  455. package/dist/db-ux/p-162c989a.entry.js.map +0 -1
  456. package/dist/db-ux/p-18f10b76.entry.js +0 -2
  457. package/dist/db-ux/p-18f10b76.entry.js.map +0 -1
  458. package/dist/db-ux/p-1dcb2a08.entry.js +0 -2
  459. package/dist/db-ux/p-1dcb2a08.entry.js.map +0 -1
  460. package/dist/db-ux/p-2addb72d.entry.js +0 -2
  461. package/dist/db-ux/p-2addb72d.entry.js.map +0 -1
  462. package/dist/db-ux/p-2f6afcbc.entry.js +0 -2
  463. package/dist/db-ux/p-2f6afcbc.entry.js.map +0 -1
  464. package/dist/db-ux/p-35bb2b0a.entry.js +0 -2
  465. package/dist/db-ux/p-35bb2b0a.entry.js.map +0 -1
  466. package/dist/db-ux/p-4318a6c7.entry.js +0 -2
  467. package/dist/db-ux/p-4318a6c7.entry.js.map +0 -1
  468. package/dist/db-ux/p-45562afc.entry.js +0 -2
  469. package/dist/db-ux/p-45562afc.entry.js.map +0 -1
  470. package/dist/db-ux/p-49b9ab25.entry.js +0 -2
  471. package/dist/db-ux/p-49b9ab25.entry.js.map +0 -1
  472. package/dist/db-ux/p-4c944f45.entry.js +0 -2
  473. package/dist/db-ux/p-4c944f45.entry.js.map +0 -1
  474. package/dist/db-ux/p-4ff5ddf2.entry.js +0 -2
  475. package/dist/db-ux/p-4ff5ddf2.entry.js.map +0 -1
  476. package/dist/db-ux/p-5b15eef1.entry.js +0 -2
  477. package/dist/db-ux/p-5b15eef1.entry.js.map +0 -1
  478. package/dist/db-ux/p-68c1dd8d.entry.js +0 -2
  479. package/dist/db-ux/p-68c1dd8d.entry.js.map +0 -1
  480. package/dist/db-ux/p-78f062f6.entry.js +0 -2
  481. package/dist/db-ux/p-78f062f6.entry.js.map +0 -1
  482. package/dist/db-ux/p-7c0eefb1.entry.js +0 -2
  483. package/dist/db-ux/p-7c0eefb1.entry.js.map +0 -1
  484. package/dist/db-ux/p-7c46fd6c.entry.js +0 -2
  485. package/dist/db-ux/p-7c46fd6c.entry.js.map +0 -1
  486. package/dist/db-ux/p-7f894c65.entry.js +0 -2
  487. package/dist/db-ux/p-7f894c65.entry.js.map +0 -1
  488. package/dist/db-ux/p-84ab3984.entry.js +0 -2
  489. package/dist/db-ux/p-84ab3984.entry.js.map +0 -1
  490. package/dist/db-ux/p-89e04100.entry.js +0 -2
  491. package/dist/db-ux/p-89e04100.entry.js.map +0 -1
  492. package/dist/db-ux/p-BMAwJo5Z.js +0 -3
  493. package/dist/db-ux/p-BMAwJo5Z.js.map +0 -1
  494. package/dist/db-ux/p-BMfF_eQJ.js +0 -2
  495. package/dist/db-ux/p-BMfF_eQJ.js.map +0 -1
  496. package/dist/db-ux/p-BX4jNwUm.js +0 -2
  497. package/dist/db-ux/p-BX4jNwUm.js.map +0 -1
  498. package/dist/db-ux/p-CdVqfu2Z.js +0 -2
  499. package/dist/db-ux/p-CdVqfu2Z.js.map +0 -1
  500. package/dist/db-ux/p-DC9V_oNU.js +0 -2
  501. package/dist/db-ux/p-DC9V_oNU.js.map +0 -1
  502. package/dist/db-ux/p-DQuL1Twl.js.map +0 -1
  503. package/dist/db-ux/p-DhKljLRG.js +0 -2
  504. package/dist/db-ux/p-DhKljLRG.js.map +0 -1
  505. package/dist/db-ux/p-G-TursYV.js.map +0 -1
  506. package/dist/db-ux/p-baeda9f2.entry.js +0 -2
  507. package/dist/db-ux/p-baeda9f2.entry.js.map +0 -1
  508. package/dist/db-ux/p-bc6b636e.entry.js +0 -2
  509. package/dist/db-ux/p-bc6b636e.entry.js.map +0 -1
  510. package/dist/db-ux/p-c7bb7bea.entry.js +0 -2
  511. package/dist/db-ux/p-c7bb7bea.entry.js.map +0 -1
  512. package/dist/db-ux/p-d1b7a69c.entry.js +0 -2
  513. package/dist/db-ux/p-d1b7a69c.entry.js.map +0 -1
  514. package/dist/db-ux/p-d2e189a4.entry.js +0 -2
  515. package/dist/db-ux/p-d2e189a4.entry.js.map +0 -1
  516. package/dist/db-ux/p-d9c43ba7.entry.js +0 -2
  517. package/dist/db-ux/p-d9c43ba7.entry.js.map +0 -1
  518. package/dist/db-ux/p-e46f112c.entry.js +0 -2
  519. package/dist/db-ux/p-e46f112c.entry.js.map +0 -1
  520. package/dist/db-ux/p-e470d0a2.entry.js +0 -2
  521. package/dist/db-ux/p-e470d0a2.entry.js.map +0 -1
  522. package/dist/db-ux/p-f7c1e940.entry.js +0 -2
  523. package/dist/db-ux/p-f7c1e940.entry.js.map +0 -1
  524. package/dist/db-ux/p-fedb9696.entry.js +0 -2
  525. package/dist/db-ux/p-fedb9696.entry.js.map +0 -1
  526. package/dist/db-ux/p-sP2NlPcu.js.map +0 -1
  527. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  528. package/dist/esm/constants-DC9V_oNU.js.map +0 -1
  529. package/dist/esm/db-accordion-item.entry.js.map +0 -1
  530. package/dist/esm/db-accordion.entry.js.map +0 -1
  531. package/dist/esm/db-badge.entry.js.map +0 -1
  532. package/dist/esm/db-brand.entry.js.map +0 -1
  533. package/dist/esm/db-button.entry.js.map +0 -1
  534. package/dist/esm/db-card.entry.js.map +0 -1
  535. package/dist/esm/db-checkbox.entry.js.map +0 -1
  536. package/dist/esm/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.js.map +0 -1
  537. package/dist/esm/db-custom-select-form-field.entry.js.map +0 -1
  538. package/dist/esm/db-custom-select.entry.js.map +0 -1
  539. package/dist/esm/db-divider.entry.js.map +0 -1
  540. package/dist/esm/db-drawer.entry.js.map +0 -1
  541. package/dist/esm/db-header.entry.js.map +0 -1
  542. package/dist/esm/db-icon.entry.js.map +0 -1
  543. package/dist/esm/db-infotext.entry.js.map +0 -1
  544. package/dist/esm/db-link.entry.js.map +0 -1
  545. package/dist/esm/db-navigation-item.entry.js.map +0 -1
  546. package/dist/esm/db-navigation.entry.js.map +0 -1
  547. package/dist/esm/db-notification.entry.js.map +0 -1
  548. package/dist/esm/db-page.entry.js.map +0 -1
  549. package/dist/esm/db-popover.entry.js.map +0 -1
  550. package/dist/esm/db-radio.entry.js.map +0 -1
  551. package/dist/esm/db-section.entry.js.map +0 -1
  552. package/dist/esm/db-select.entry.js.map +0 -1
  553. package/dist/esm/db-stack.entry.js.map +0 -1
  554. package/dist/esm/db-switch.entry.js.map +0 -1
  555. package/dist/esm/db-tab-item.db-tab-list.db-tab-panel.entry.js.map +0 -1
  556. package/dist/esm/db-tabs.entry.js.map +0 -1
  557. package/dist/esm/db-textarea.entry.js.map +0 -1
  558. package/dist/esm/db-tooltip.entry.js.map +0 -1
  559. package/dist/esm/db-ux.js.map +0 -1
  560. package/dist/esm/document-click-listener-D1ZXrKSx.js.map +0 -1
  561. package/dist/esm/document-scroll-listener-DF6f0ByI.js.map +0 -1
  562. package/dist/esm/floating-components-G-TursYV.js.map +0 -1
  563. package/dist/esm/form-components-DmI6JmyJ.js.map +0 -1
  564. package/dist/esm/index-BMAwJo5Z.js.map +0 -1
  565. package/dist/esm/index-DhKljLRG.js.map +0 -1
  566. package/dist/esm/index.js.map +0 -1
  567. package/dist/esm/loader.js.map +0 -1
  568. package/dist/esm/navigation--UdC9CzO.js.map +0 -1
@@ -4,13 +4,9 @@ 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.38.3 | MIT Licensed | https://stenciljs.com
7
+ Stencil Client Platform v4.41.2 | MIT Licensed | https://stenciljs.com
8
8
  */
9
- var __defProp = Object.defineProperty;
10
- var __export = (target, all) => {
11
- for (var name in all)
12
- __defProp(target, name, { get: all[name], enumerable: true });
13
- };
9
+
14
10
  var reWireGetterSetter = (instance, hostRef) => {
15
11
  var _a;
16
12
  const cmpMeta = hostRef.$cmpMeta$;
@@ -162,70 +158,6 @@ var flush = () => {
162
158
  };
163
159
  var nextTick = (cb) => promiseResolve().then(cb);
164
160
  var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
165
- var isComplexType = (o) => {
166
- o = typeof o;
167
- return o === "object" || o === "function";
168
- };
169
-
170
- // src/utils/query-nonce-meta-tag-content.ts
171
- function queryNonceMetaTagContent(doc) {
172
- var _a, _b, _c;
173
- return (_c = (_b = (_a = doc.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
174
- }
175
-
176
- // src/utils/regular-expression.ts
177
- var escapeRegExpSpecialCharacters = (text) => {
178
- return text.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
179
- };
180
-
181
- // src/utils/result.ts
182
- var result_exports = {};
183
- __export(result_exports, {
184
- err: () => err,
185
- map: () => map,
186
- ok: () => ok,
187
- unwrap: () => unwrap,
188
- unwrapErr: () => unwrapErr
189
- });
190
- var ok = (value) => ({
191
- isOk: true,
192
- isErr: false,
193
- value
194
- });
195
- var err = (value) => ({
196
- isOk: false,
197
- isErr: true,
198
- value
199
- });
200
- function map(result, fn) {
201
- if (result.isOk) {
202
- const val = fn(result.value);
203
- if (val instanceof Promise) {
204
- return val.then((newVal) => ok(newVal));
205
- } else {
206
- return ok(val);
207
- }
208
- }
209
- if (result.isErr) {
210
- const value = result.value;
211
- return err(value);
212
- }
213
- throw "should never get here";
214
- }
215
- var unwrap = (result) => {
216
- if (result.isOk) {
217
- return result.value;
218
- } else {
219
- throw result.value;
220
- }
221
- };
222
- var unwrapErr = (result) => {
223
- if (result.isErr) {
224
- return result.value;
225
- } else {
226
- throw result.value;
227
- }
228
- };
229
161
  var updateFallbackSlotVisibility = (elm) => {
230
162
  const childNodes = internalCall(elm, "childNodes");
231
163
  if (elm.tagName && elm.tagName.includes("-") && elm["s-cr"] && elm.tagName !== "SLOT-FB") {
@@ -263,8 +195,9 @@ function getHostSlotNodes(childNodes, hostName, slotName) {
263
195
  let childNode;
264
196
  for (; i2 < childNodes.length; i2++) {
265
197
  childNode = childNodes[i2];
266
- if (childNode["s-sr"] && (!hostName || childNode["s-hn"] === hostName) && (slotName === void 0)) {
198
+ if (childNode["s-sr"] && (!hostName || childNode["s-hn"] === hostName) && (slotName === void 0 || getSlotName(childNode) === slotName)) {
267
199
  slottedNodes.push(childNode);
200
+ if (typeof slotName !== "undefined") return slottedNodes;
268
201
  }
269
202
  slottedNodes = [...slottedNodes, ...getHostSlotNodes(childNode.childNodes, hostName, slotName)];
270
203
  }
@@ -322,6 +255,18 @@ function patchSlotNode(node) {
322
255
  node.assignedElements = assignedFactory(true);
323
256
  node.assignedNodes = assignedFactory(false);
324
257
  }
258
+ function dispatchSlotChangeEvent(elm) {
259
+ elm.dispatchEvent(new CustomEvent("slotchange", { bubbles: false, cancelable: false, composed: false }));
260
+ }
261
+ function findSlotFromSlottedNode(slottedNode, parentHost) {
262
+ var _a;
263
+ parentHost = parentHost || ((_a = slottedNode["s-ol"]) == null ? void 0 : _a.parentElement);
264
+ if (!parentHost) return { slotNode: null, slotName: "" };
265
+ const slotName = slottedNode["s-sn"] = getSlotName(slottedNode) || "";
266
+ const childNodes = internalCall(parentHost, "childNodes");
267
+ const slotNode = getHostSlotNodes(childNodes, parentHost.tagName, slotName)[0];
268
+ return { slotNode, slotName };
269
+ }
325
270
  function internalCall(node, method) {
326
271
  if ("__" + method in node) {
327
272
  const toReturn = node["__" + method];
@@ -346,8 +291,25 @@ var uniqueTime = (key, measureText) => {
346
291
  };
347
292
  }
348
293
  };
294
+
295
+ // src/utils/query-nonce-meta-tag-content.ts
296
+ function queryNonceMetaTagContent(doc) {
297
+ var _a, _b, _c;
298
+ return (_c = (_b = (_a = doc.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
299
+ }
300
+
301
+ // src/runtime/styles.ts
349
302
  var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
303
+ var isComplexType = (o) => {
304
+ o = typeof o;
305
+ return o === "object" || o === "function";
306
+ };
307
+
308
+ // src/runtime/vdom/h.ts
350
309
  var h = (nodeName, vnodeData, ...children) => {
310
+ if (typeof nodeName === "string") {
311
+ nodeName = transformTag(nodeName);
312
+ }
351
313
  let child = null;
352
314
  let key = null;
353
315
  let slotName = null;
@@ -411,7 +373,8 @@ var newVNode = (tag, text) => {
411
373
  const vnode = {
412
374
  $flags$: 0,
413
375
  $tag$: tag,
414
- $text$: text,
376
+ // Normalize undefined to null to prevent rendering "undefined" as text
377
+ $text$: text != null ? text : null,
415
378
  $elm$: null,
416
379
  $children$: null
417
380
  };
@@ -458,18 +421,8 @@ var convertToPrivate = (node) => {
458
421
  vnode.$name$ = node.vname;
459
422
  return vnode;
460
423
  };
461
- var createSupportsRuleRe = (selector) => {
462
- const safeSelector2 = escapeRegExpSpecialCharacters(selector);
463
- return new RegExp(
464
- // First capture group: match any context before the selector that's not inside @supports selector()
465
- // Using negative lookahead to avoid matching inside @supports selector(...) condition
466
- `(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${safeSelector2}))(${safeSelector2}\\b)`,
467
- "g"
468
- );
469
- };
470
- createSupportsRuleRe("::slotted");
471
- createSupportsRuleRe(":host");
472
- createSupportsRuleRe(":host-context");
424
+
425
+ // src/runtime/parse-property-value.ts
473
426
  var parsePropertyValue = (propValue, propType, isFormAssociated) => {
474
427
  if (propValue != null && !isComplexType(propValue)) {
475
428
  if (propType & 4 /* Boolean */) {
@@ -660,7 +613,7 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
660
613
  );
661
614
  }
662
615
  }
663
- if (newVNode2.$text$ !== null) {
616
+ if (newVNode2.$text$ != null) {
664
617
  elm = newVNode2.$elm$ = win.document.createTextNode(newVNode2.$text$);
665
618
  } else if (newVNode2.$flags$ & 1 /* isSlotReference */) {
666
619
  elm = newVNode2.$elm$ = win.document.createTextNode("");
@@ -669,9 +622,7 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
669
622
  }
670
623
  } else {
671
624
  if (!win.document) {
672
- throw new Error(
673
- "You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component."
674
- );
625
+ throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");
675
626
  }
676
627
  elm = newVNode2.$elm$ = win.document.createElement(
677
628
  !useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
@@ -680,10 +631,11 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
680
631
  updateElement(null, newVNode2, isSvgMode);
681
632
  }
682
633
  if (newVNode2.$children$) {
634
+ const appendTarget = newVNode2.$tag$ === "template" ? elm.content : elm;
683
635
  for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
684
636
  childNode = createElm(oldParentVNode, newVNode2, i2);
685
637
  if (childNode) {
686
- elm.appendChild(childNode);
638
+ appendTarget.appendChild(childNode);
687
639
  }
688
640
  }
689
641
  }
@@ -698,17 +650,43 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
698
650
  patchSlotNode(elm);
699
651
  oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
700
652
  if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {
701
- {
702
- putBackInOriginalLocation(oldParentVNode.$elm$, false);
703
- }
653
+ relocateToHostRoot(oldParentVNode.$elm$);
704
654
  }
705
655
  }
706
656
  }
707
657
  return elm;
708
658
  };
659
+ var relocateToHostRoot = (parentElm) => {
660
+ plt.$flags$ |= 1 /* isTmpDisconnected */;
661
+ const host = parentElm.closest(hostTagName.toLowerCase());
662
+ if (host != null) {
663
+ const contentRefNode = Array.from(host.__childNodes || host.childNodes).find(
664
+ (ref) => ref["s-cr"]
665
+ );
666
+ const childNodeArray = Array.from(
667
+ parentElm.__childNodes || parentElm.childNodes
668
+ );
669
+ for (const childNode of contentRefNode ? childNodeArray.reverse() : childNodeArray) {
670
+ if (childNode["s-sh"] != null) {
671
+ insertBefore(host, childNode, contentRefNode != null ? contentRefNode : null);
672
+ childNode["s-sh"] = void 0;
673
+ checkSlotRelocate = true;
674
+ }
675
+ }
676
+ }
677
+ plt.$flags$ &= -2 /* isTmpDisconnected */;
678
+ };
709
679
  var putBackInOriginalLocation = (parentElm, recursive) => {
710
680
  plt.$flags$ |= 1 /* isTmpDisconnected */;
711
681
  const oldSlotChildNodes = Array.from(parentElm.__childNodes || parentElm.childNodes);
682
+ if (parentElm["s-sr"]) {
683
+ let node = parentElm;
684
+ while (node = node.nextSibling) {
685
+ if (node && node["s-sn"] === parentElm["s-sn"] && node["s-sh"] === hostTagName) {
686
+ oldSlotChildNodes.push(node);
687
+ }
688
+ }
689
+ }
712
690
  for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {
713
691
  const childNode = oldSlotChildNodes[i2];
714
692
  if (childNode["s-hn"] !== hostTagName && childNode["s-ol"]) {
@@ -727,6 +705,9 @@ var putBackInOriginalLocation = (parentElm, recursive) => {
727
705
  var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
728
706
  let containerElm = parentElm["s-cr"] && parentElm["s-cr"].parentNode || parentElm;
729
707
  let childNode;
708
+ if (parentVNode.$tag$ === "template") {
709
+ containerElm = containerElm.content;
710
+ }
730
711
  for (; startIdx <= endIdx; ++startIdx) {
731
712
  if (vnodes[startIdx]) {
732
713
  childNode = createElm(null, parentVNode, startIdx);
@@ -770,6 +751,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
770
751
  let newEndVnode = newCh[newEndIdx];
771
752
  let node;
772
753
  let elmToMove;
754
+ const containerElm = newVNode2.$tag$ === "template" ? parentElm.content : parentElm;
773
755
  while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
774
756
  if (oldStartVnode == null) {
775
757
  oldStartVnode = oldCh[++oldStartIdx];
@@ -792,7 +774,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
792
774
  putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
793
775
  }
794
776
  patch(oldStartVnode, newEndVnode, isInitialRender);
795
- insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
777
+ insertBefore(containerElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
796
778
  oldStartVnode = oldCh[++oldStartIdx];
797
779
  newEndVnode = newCh[--newEndIdx];
798
780
  } else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
@@ -800,7 +782,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
800
782
  putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
801
783
  }
802
784
  patch(oldEndVnode, newStartVnode, isInitialRender);
803
- insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
785
+ insertBefore(containerElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
804
786
  oldEndVnode = oldCh[--oldEndIdx];
805
787
  newStartVnode = newCh[++newStartIdx];
806
788
  } else {
@@ -871,10 +853,17 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
871
853
  const elm = newVNode2.$elm$ = oldVNode.$elm$;
872
854
  const oldChildren = oldVNode.$children$;
873
855
  const newChildren = newVNode2.$children$;
856
+ const tag = newVNode2.$tag$;
874
857
  const text = newVNode2.$text$;
875
858
  let defaultHolder;
876
- if (text === null) {
859
+ if (text == null) {
877
860
  {
861
+ if (tag === "slot" && !useNativeShadowDom) {
862
+ if (oldVNode.$name$ !== newVNode2.$name$) {
863
+ newVNode2.$elm$["s-sn"] = newVNode2.$name$ || "";
864
+ relocateToHostRoot(newVNode2.$elm$.parentElement);
865
+ }
866
+ }
878
867
  updateElement(oldVNode, newVNode2, isSvgMode);
879
868
  }
880
869
  if (oldChildren !== null && newChildren !== null) {
@@ -908,7 +897,7 @@ var markSlotContentForRelocation = (elm) => {
908
897
  const slotName = childNode["s-sn"];
909
898
  for (j = hostContentNodes.length - 1; j >= 0; j--) {
910
899
  node = hostContentNodes[j];
911
- if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (true)) {
900
+ if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (!node["s-sh"] || node["s-sh"] !== childNode["s-hn"])) {
912
901
  if (isNodeLocatedInSlot(node, slotName)) {
913
902
  let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
914
903
  checkSlotFallbackVisibility = true;
@@ -952,14 +941,25 @@ var nullifyVNodeRefs = (vNode) => {
952
941
  vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
953
942
  }
954
943
  };
955
- var insertBefore = (parent, newNode, reference) => {
944
+ var insertBefore = (parent, newNode, reference, isInitialLoad) => {
956
945
  {
946
+ if (typeof newNode["s-sn"] === "string") {
947
+ parent.insertBefore(newNode, reference);
948
+ const { slotNode } = findSlotFromSlottedNode(newNode);
949
+ if (slotNode && !isInitialLoad) dispatchSlotChangeEvent(slotNode);
950
+ return newNode;
951
+ }
952
+ }
953
+ if (parent.__insertBefore) {
954
+ return parent.__insertBefore(newNode, reference);
955
+ } else {
957
956
  return parent == null ? void 0 : parent.insertBefore(newNode, reference);
958
957
  }
959
958
  };
960
959
  var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
961
- var _a, _b, _c, _d;
960
+ var _a, _b, _c, _d, _e;
962
961
  const hostElm = hostRef.$hostElement$;
962
+ const cmpMeta = hostRef.$cmpMeta$;
963
963
  const oldVNode = hostRef.$vnode$ || newVNode(null, null);
964
964
  const isHostElement = isHost(renderFnResults);
965
965
  const rootVnode = isHostElement ? renderFnResults : h(null, null, renderFnResults);
@@ -990,19 +990,27 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
990
990
  if (!nodeToRelocate["s-ol"] && win.document) {
991
991
  const orgLocationNode = win.document.createTextNode("");
992
992
  orgLocationNode["s-nr"] = nodeToRelocate;
993
- insertBefore(nodeToRelocate.parentNode, nodeToRelocate["s-ol"] = orgLocationNode, nodeToRelocate);
993
+ insertBefore(
994
+ nodeToRelocate.parentNode,
995
+ nodeToRelocate["s-ol"] = orgLocationNode,
996
+ nodeToRelocate,
997
+ isInitialLoad
998
+ );
994
999
  }
995
1000
  }
996
1001
  for (const relocateData of relocateNodes) {
997
1002
  const nodeToRelocate = relocateData.$nodeToRelocate$;
998
1003
  const slotRefNode = relocateData.$slotRefNode$;
1004
+ if (nodeToRelocate.nodeType === 1 /* ElementNode */ && isInitialLoad) {
1005
+ nodeToRelocate["s-ih"] = (_a = nodeToRelocate.hidden) != null ? _a : false;
1006
+ }
999
1007
  if (slotRefNode) {
1000
1008
  const parentNodeRef = slotRefNode.parentNode;
1001
1009
  let insertBeforeNode = slotRefNode.nextSibling;
1002
- {
1003
- let orgLocationNode = (_a = nodeToRelocate["s-ol"]) == null ? void 0 : _a.previousSibling;
1010
+ if (insertBeforeNode && insertBeforeNode.nodeType === 1 /* ElementNode */) {
1011
+ let orgLocationNode = (_b = nodeToRelocate["s-ol"]) == null ? void 0 : _b.previousSibling;
1004
1012
  while (orgLocationNode) {
1005
- let refNode = (_b = orgLocationNode["s-nr"]) != null ? _b : null;
1013
+ let refNode = (_c = orgLocationNode["s-nr"]) != null ? _c : null;
1006
1014
  if (refNode && refNode["s-sn"] === nodeToRelocate["s-sn"] && parentNodeRef === (refNode.__parentNode || refNode.parentNode)) {
1007
1015
  refNode = refNode.nextSibling;
1008
1016
  while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode["s-sr"])) {
@@ -1020,23 +1028,26 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1020
1028
  const nextSibling = nodeToRelocate.__nextSibling || nodeToRelocate.nextSibling;
1021
1029
  if (!insertBeforeNode && parentNodeRef !== parent || nextSibling !== insertBeforeNode) {
1022
1030
  if (nodeToRelocate !== insertBeforeNode) {
1023
- if (!nodeToRelocate["s-hn"] && nodeToRelocate["s-ol"]) {
1024
- nodeToRelocate["s-hn"] = nodeToRelocate["s-ol"].parentNode.nodeName;
1031
+ insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode, isInitialLoad);
1032
+ if (nodeToRelocate.nodeType === 8 /* CommentNode */ && nodeToRelocate.nodeValue.startsWith("s-nt-")) {
1033
+ const textNode = win.document.createTextNode(nodeToRelocate.nodeValue.replace(/^s-nt-/, ""));
1034
+ textNode["s-hn"] = nodeToRelocate["s-hn"];
1035
+ textNode["s-sn"] = nodeToRelocate["s-sn"];
1036
+ textNode["s-sh"] = nodeToRelocate["s-sh"];
1037
+ textNode["s-sr"] = nodeToRelocate["s-sr"];
1038
+ textNode["s-ol"] = nodeToRelocate["s-ol"];
1039
+ textNode["s-ol"]["s-nr"] = textNode;
1040
+ insertBefore(nodeToRelocate.parentNode, textNode, nodeToRelocate, isInitialLoad);
1041
+ nodeToRelocate.parentNode.removeChild(nodeToRelocate);
1025
1042
  }
1026
- insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);
1027
1043
  if (nodeToRelocate.nodeType === 1 /* ElementNode */ && nodeToRelocate.tagName !== "SLOT-FB") {
1028
- nodeToRelocate.hidden = (_c = nodeToRelocate["s-ih"]) != null ? _c : false;
1044
+ nodeToRelocate.hidden = (_d = nodeToRelocate["s-ih"]) != null ? _d : false;
1029
1045
  }
1030
1046
  }
1031
1047
  }
1032
1048
  nodeToRelocate && typeof slotRefNode["s-rf"] === "function" && slotRefNode["s-rf"](slotRefNode);
1033
- } else {
1034
- if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
1035
- if (isInitialLoad) {
1036
- nodeToRelocate["s-ih"] = (_d = nodeToRelocate.hidden) != null ? _d : false;
1037
- }
1038
- nodeToRelocate.hidden = true;
1039
- }
1049
+ } else if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
1050
+ nodeToRelocate.hidden = true;
1040
1051
  }
1041
1052
  }
1042
1053
  }
@@ -1046,6 +1057,24 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1046
1057
  plt.$flags$ &= -2 /* isTmpDisconnected */;
1047
1058
  relocateNodes.length = 0;
1048
1059
  }
1060
+ if (!useNativeShadowDom && !(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) && hostElm["s-cr"]) {
1061
+ const children = rootVnode.$elm$.__childNodes || rootVnode.$elm$.childNodes;
1062
+ for (const childNode of children) {
1063
+ if (childNode["s-hn"] !== hostTagName && !childNode["s-sh"]) {
1064
+ if (isInitialLoad && childNode["s-ih"] == null) {
1065
+ childNode["s-ih"] = (_e = childNode.hidden) != null ? _e : false;
1066
+ }
1067
+ if (childNode.nodeType === 1 /* ElementNode */) {
1068
+ childNode.hidden = true;
1069
+ } else if (childNode.nodeType === 3 /* TextNode */ && !!childNode.nodeValue.trim()) {
1070
+ const textCommentNode = win.document.createComment("s-nt-" + childNode.nodeValue);
1071
+ textCommentNode["s-sn"] = childNode["s-sn"];
1072
+ insertBefore(childNode.parentNode, textCommentNode, childNode, isInitialLoad);
1073
+ childNode.parentNode.removeChild(childNode);
1074
+ }
1075
+ }
1076
+ }
1077
+ }
1049
1078
  contentRef = void 0;
1050
1079
  };
1051
1080
 
@@ -1092,6 +1121,10 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
1092
1121
  let maybePromise;
1093
1122
  if (isInitialLoad) {
1094
1123
  {
1124
+ if (hostRef.$deferredConnectedCallback$) {
1125
+ hostRef.$deferredConnectedCallback$ = false;
1126
+ safeCall(instance, "connectedCallback", void 0, elm);
1127
+ }
1095
1128
  if (hostRef.$fetchedCbList$.length) {
1096
1129
  hostRef.$fetchedCbList$.forEach((cb) => cb(elm));
1097
1130
  }
@@ -1104,8 +1137,8 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
1104
1137
  endSchedule();
1105
1138
  return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
1106
1139
  };
1107
- var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {
1108
- console.error(err2);
1140
+ var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err) => {
1141
+ console.error(err);
1109
1142
  fn();
1110
1143
  }) : fn();
1111
1144
  var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
@@ -1233,27 +1266,34 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
1233
1266
  const didValueChange = newVal !== oldVal && !areBothNaN;
1234
1267
  if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
1235
1268
  hostRef.$instanceValues$.set(propName, newVal);
1236
- if (instance) {
1237
- if (cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {
1238
- const watchMethods = cmpMeta.$watchers$[propName];
1239
- if (watchMethods) {
1240
- watchMethods.map((watchMethodName) => {
1241
- try {
1242
- instance[watchMethodName](newVal, oldVal, propName);
1243
- } catch (e) {
1244
- consoleError(e, elm);
1269
+ if (cmpMeta.$watchers$) {
1270
+ const watchMethods = cmpMeta.$watchers$[propName];
1271
+ if (watchMethods) {
1272
+ watchMethods.map((watcher) => {
1273
+ try {
1274
+ const [[watchMethodName, watcherFlags]] = Object.entries(watcher);
1275
+ if (flags & 128 /* isWatchReady */ || watcherFlags & 1 /* Immediate */) {
1276
+ if (!instance) {
1277
+ hostRef.$fetchedCbList$.push(() => {
1278
+ hostRef.$lazyInstance$[watchMethodName](newVal, oldVal, propName);
1279
+ });
1280
+ } else {
1281
+ instance[watchMethodName](newVal, oldVal, propName);
1282
+ }
1245
1283
  }
1246
- });
1247
- }
1248
- }
1249
- if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
1250
- if (instance.componentShouldUpdate) {
1251
- if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
1252
- return;
1284
+ } catch (e) {
1285
+ consoleError(e, elm);
1253
1286
  }
1287
+ });
1288
+ }
1289
+ }
1290
+ if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
1291
+ if (instance.componentShouldUpdate) {
1292
+ if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
1293
+ return;
1254
1294
  }
1255
- scheduleUpdate(hostRef, false);
1256
1295
  }
1296
+ scheduleUpdate(hostRef, false);
1257
1297
  }
1258
1298
  }
1259
1299
  };
@@ -1367,12 +1407,13 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1367
1407
  return;
1368
1408
  } else if (propName == null) {
1369
1409
  const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
1370
- if (hostRef && flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
1410
+ if (hostRef && flags2 && !(flags2 & 8 /* isConstructingInstance */) && newValue !== oldValue) {
1371
1411
  const instance = hostRef.$lazyInstance$ ;
1372
1412
  const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
1373
- entry == null ? void 0 : entry.forEach((callbackName) => {
1374
- if (instance[callbackName] != null) {
1375
- instance[callbackName].call(instance, newValue, oldValue, attrName);
1413
+ entry == null ? void 0 : entry.forEach((watcher) => {
1414
+ const [[watchMethodName, watcherFlags]] = Object.entries(watcher);
1415
+ if (instance[watchMethodName] != null && (flags2 & 128 /* isWatchReady */ || watcherFlags & 1 /* Immediate */)) {
1416
+ instance[watchMethodName].call(instance, newValue, oldValue, attrName);
1376
1417
  }
1377
1418
  });
1378
1419
  }
@@ -1446,7 +1487,12 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1446
1487
  hostRef.$flags$ |= 128 /* isWatchReady */;
1447
1488
  }
1448
1489
  endNewInstance();
1449
- fireConnectedCallback(hostRef.$lazyInstance$, elm);
1490
+ const needsDeferredCallback = cmpMeta.$flags$ & 4 /* hasSlotRelocation */;
1491
+ if (!needsDeferredCallback) {
1492
+ fireConnectedCallback(hostRef.$lazyInstance$, elm);
1493
+ } else {
1494
+ hostRef.$deferredConnectedCallback$ = true;
1495
+ }
1450
1496
  } else {
1451
1497
  Cstr = elm.constructor;
1452
1498
  const cmpTag = elm.localName;
@@ -1587,12 +1633,14 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1587
1633
  cmpMeta.$serializers$ = (_b = compactMeta[5]) != null ? _b : {};
1588
1634
  cmpMeta.$deserializers$ = (_c = compactMeta[6]) != null ? _c : {};
1589
1635
  }
1590
- const tagName = cmpMeta.$tagName$;
1636
+ const tagName = transformTag(cmpMeta.$tagName$);
1591
1637
  const HostElement = class extends HTMLElement {
1638
+ ["s-p"];
1639
+ ["s-rc"];
1640
+ hasRegisteredEventListeners = false;
1592
1641
  // StencilLazyHost
1593
1642
  constructor(self) {
1594
1643
  super(self);
1595
- this.hasRegisteredEventListeners = false;
1596
1644
  self = this;
1597
1645
  registerHost(self, cmpMeta);
1598
1646
  }
@@ -1678,6 +1726,9 @@ var Fragment = (_, children) => children;
1678
1726
 
1679
1727
  // src/runtime/nonce.ts
1680
1728
  var setNonce = (nonce) => plt.$nonce$ = nonce;
1729
+ function transformTag(tag) {
1730
+ return tag;
1731
+ }
1681
1732
 
1682
1733
  exports.Fragment = Fragment;
1683
1734
  exports.bootstrapLazy = bootstrapLazy;
@@ -1686,6 +1737,3 @@ exports.h = h;
1686
1737
  exports.promiseResolve = promiseResolve;
1687
1738
  exports.registerInstance = registerInstance;
1688
1739
  exports.setNonce = setNonce;
1689
- //# sourceMappingURL=index-Db5RdCbB.js.map
1690
-
1691
- //# sourceMappingURL=index-Db5RdCbB.js.map
@@ -1,10 +1,9 @@
1
1
  'use strict';
2
2
 
3
- require('./index-Db5RdCbB.js');
4
- var constants = require('./constants-CTtyzyuo.js');
5
- var index = require('./index-Bm2Cw2rz.js');
6
- var documentClickListener = require('./document-click-listener-DGna8oDJ.js');
7
- var documentScrollListener = require('./document-scroll-listener-BBXRu9dN.js');
3
+ var constants = require('./constants-bMY2_d8A.js');
4
+ var index = require('./index-CW5aVEyQ.js');
5
+ var documentClickListener = require('./document-click-listener-B2Xzqbvs.js');
6
+ var documentScrollListener = require('./document-scroll-listener-C_v46oIg.js');
8
7
  var floatingComponents = require('./floating-components-ogUqz72V.js');
9
8
  var navigation = require('./navigation-DauGE-qj.js');
10
9
 
@@ -102,6 +101,8 @@ Object.defineProperty(exports, "COLOR_SIMPLE", {
102
101
  enumerable: true,
103
102
  get: function () { return constants.COLOR_SIMPLE; }
104
103
  });
104
+ exports.DB_UX_LOCAL_STORAGE_FRAMEWORK = constants.DB_UX_LOCAL_STORAGE_FRAMEWORK;
105
+ exports.DB_UX_LOCAL_STORAGE_MODE = constants.DB_UX_LOCAL_STORAGE_MODE;
105
106
  exports.DEFAULT_BACK = constants.DEFAULT_BACK;
106
107
  exports.DEFAULT_BURGER_MENU = constants.DEFAULT_BURGER_MENU;
107
108
  exports.DEFAULT_CLOSE_BUTTON = constants.DEFAULT_CLOSE_BUTTON;
@@ -146,6 +147,7 @@ exports.getInputValue = index.getInputValue;
146
147
  exports.getNumber = index.getNumber;
147
148
  exports.getOptionKey = index.getOptionKey;
148
149
  exports.getSearchInput = index.getSearchInput;
150
+ exports.getStep = index.getStep;
149
151
  exports.hasVoiceOver = index.hasVoiceOver;
150
152
  exports.isArrayOfStrings = index.isArrayOfStrings;
151
153
  exports.isIOSSafari = index.isIOSSafari;
@@ -218,4 +220,3 @@ exports.TextareaWrapList = TextareaWrapList;
218
220
  exports.TooltipVariantList = TooltipVariantList;
219
221
  exports.ValidationList = ValidationList;
220
222
  exports.WidthList = WidthList;
221
- //# sourceMappingURL=index.cjs.js.map