@rarui/components 0.0.0-rc.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 (334) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +13 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  4. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  5. package/dist/cjs/index-b5398c4a.js +1428 -0
  6. package/dist/cjs/index-b5398c4a.js.map +1 -0
  7. package/dist/cjs/index.cjs.js +4 -0
  8. package/dist/cjs/index.cjs.js.map +1 -0
  9. package/dist/cjs/loader.cjs.js +17 -0
  10. package/dist/cjs/loader.cjs.js.map +1 -0
  11. package/dist/cjs/rarui-box.cjs.entry.js +28 -0
  12. package/dist/cjs/rarui-box.cjs.entry.js.map +1 -0
  13. package/dist/cjs/rarui-button.cjs.entry.js +35 -0
  14. package/dist/cjs/rarui-button.cjs.entry.js.map +1 -0
  15. package/dist/cjs/rarui-components.cjs.js +27 -0
  16. package/dist/cjs/rarui-components.cjs.js.map +1 -0
  17. package/dist/cjs/rarui-tabs-item.cjs.entry.js +20 -0
  18. package/dist/cjs/rarui-tabs-item.cjs.entry.js.map +1 -0
  19. package/dist/cjs/rarui-tabs.cjs.entry.js +39 -0
  20. package/dist/cjs/rarui-tabs.cjs.entry.js.map +1 -0
  21. package/dist/cjs/rarui-text.cjs.entry.js +36 -0
  22. package/dist/cjs/rarui-text.cjs.entry.js.map +1 -0
  23. package/dist/cjs/rarui-title.cjs.entry.js +36 -0
  24. package/dist/cjs/rarui-title.cjs.entry.js.map +1 -0
  25. package/dist/cjs/tslib.es6-512c1da2.js +32 -0
  26. package/dist/cjs/tslib.es6-512c1da2.js.map +1 -0
  27. package/dist/collection/collection-manifest.json +17 -0
  28. package/dist/collection/exhibition/Text/dist/cjs/app-globals-3a1e7e63.js +7 -0
  29. package/dist/collection/exhibition/Text/dist/cjs/index-d70084e6.js +1319 -0
  30. package/dist/collection/exhibition/Text/dist/cjs/index.cjs.js +4 -0
  31. package/dist/collection/exhibition/Text/dist/cjs/loader.cjs.js +17 -0
  32. package/dist/collection/exhibition/Text/dist/cjs/rarui-button.cjs.entry.js +35 -0
  33. package/dist/collection/exhibition/Text/dist/cjs/rarui-button.cjs.js +27 -0
  34. package/dist/collection/exhibition/Text/dist/collection/Button.js +233 -0
  35. package/dist/collection/exhibition/Text/dist/collection/index.js +2 -0
  36. package/dist/collection/exhibition/Text/dist/esm/app-globals-0f993ce5.js +5 -0
  37. package/dist/collection/exhibition/Text/dist/esm/index-51e345c1.js +1291 -0
  38. package/dist/collection/exhibition/Text/dist/esm/index.js +3 -0
  39. package/dist/collection/exhibition/Text/dist/esm/loader.js +13 -0
  40. package/dist/collection/exhibition/Text/dist/esm/rarui-button.entry.js +31 -0
  41. package/dist/collection/exhibition/Text/dist/esm/rarui-button.js +22 -0
  42. package/dist/collection/exhibition/Text/dist/index.cjs.js +1 -0
  43. package/dist/collection/exhibition/Text/dist/index.js +1 -0
  44. package/dist/collection/exhibition/Text/dist/loader/cdn.js +1 -0
  45. package/dist/collection/exhibition/Text/dist/loader/index.cjs.js +1 -0
  46. package/dist/collection/exhibition/Text/dist/loader/index.es2017.js +1 -0
  47. package/dist/collection/exhibition/Text/dist/loader/index.js +2 -0
  48. package/dist/collection/exhibition/Text/dist/rarui-button/index.esm.js +2 -0
  49. package/dist/collection/exhibition/Text/dist/rarui-button/p-54ec5e00.js +3 -0
  50. package/dist/collection/exhibition/Text/dist/rarui-button/p-e1255160.js +2 -0
  51. package/dist/collection/exhibition/Text/dist/rarui-button/p-e35c2483.entry.js +2 -0
  52. package/dist/collection/exhibition/Text/dist/rarui-button/rarui-button.esm.js +2 -0
  53. package/dist/collection/exhibition/Text/src/Text.js +67 -0
  54. package/dist/collection/exhibition/Text/src/Text.js.map +1 -0
  55. package/dist/collection/exhibition/Text/src/index.js +2 -0
  56. package/dist/collection/exhibition/Text/src/index.js.map +1 -0
  57. package/dist/collection/exhibition/Text/src/text.stories.js +66 -0
  58. package/dist/collection/exhibition/Text/src/text.stories.js.map +1 -0
  59. package/dist/collection/exhibition/Text/stencil.config.js +5 -0
  60. package/dist/collection/exhibition/Text/stencil.config.js.map +1 -0
  61. package/dist/collection/exhibition/Title/dist/cjs/app-globals-3a1e7e63.js +7 -0
  62. package/dist/collection/exhibition/Title/dist/cjs/index-d70084e6.js +1319 -0
  63. package/dist/collection/exhibition/Title/dist/cjs/index.cjs.js +4 -0
  64. package/dist/collection/exhibition/Title/dist/cjs/loader.cjs.js +17 -0
  65. package/dist/collection/exhibition/Title/dist/cjs/rarui-button.cjs.entry.js +35 -0
  66. package/dist/collection/exhibition/Title/dist/cjs/rarui-button.cjs.js +27 -0
  67. package/dist/collection/exhibition/Title/dist/collection/Button.js +233 -0
  68. package/dist/collection/exhibition/Title/dist/collection/index.js +2 -0
  69. package/dist/collection/exhibition/Title/dist/esm/app-globals-0f993ce5.js +5 -0
  70. package/dist/collection/exhibition/Title/dist/esm/index-51e345c1.js +1291 -0
  71. package/dist/collection/exhibition/Title/dist/esm/index.js +3 -0
  72. package/dist/collection/exhibition/Title/dist/esm/loader.js +13 -0
  73. package/dist/collection/exhibition/Title/dist/esm/rarui-button.entry.js +31 -0
  74. package/dist/collection/exhibition/Title/dist/esm/rarui-button.js +22 -0
  75. package/dist/collection/exhibition/Title/dist/index.cjs.js +1 -0
  76. package/dist/collection/exhibition/Title/dist/index.js +1 -0
  77. package/dist/collection/exhibition/Title/dist/loader/cdn.js +1 -0
  78. package/dist/collection/exhibition/Title/dist/loader/index.cjs.js +1 -0
  79. package/dist/collection/exhibition/Title/dist/loader/index.es2017.js +1 -0
  80. package/dist/collection/exhibition/Title/dist/loader/index.js +2 -0
  81. package/dist/collection/exhibition/Title/dist/rarui-button/index.esm.js +2 -0
  82. package/dist/collection/exhibition/Title/dist/rarui-button/p-54ec5e00.js +3 -0
  83. package/dist/collection/exhibition/Title/dist/rarui-button/p-e1255160.js +2 -0
  84. package/dist/collection/exhibition/Title/dist/rarui-button/p-e35c2483.entry.js +2 -0
  85. package/dist/collection/exhibition/Title/dist/rarui-button/rarui-button.esm.js +2 -0
  86. package/dist/collection/exhibition/Title/src/Title.js +67 -0
  87. package/dist/collection/exhibition/Title/src/Title.js.map +1 -0
  88. package/dist/collection/exhibition/Title/src/index.js +2 -0
  89. package/dist/collection/exhibition/Title/src/index.js.map +1 -0
  90. package/dist/collection/exhibition/Title/src/title.stories.js +62 -0
  91. package/dist/collection/exhibition/Title/src/title.stories.js.map +1 -0
  92. package/dist/collection/exhibition/Title/stencil.config.js +5 -0
  93. package/dist/collection/exhibition/Title/stencil.config.js.map +1 -0
  94. package/dist/collection/index.js +2 -0
  95. package/dist/collection/index.js.map +1 -0
  96. package/dist/collection/input/Button/dist/cjs/app-globals-3a1e7e63.js +7 -0
  97. package/dist/collection/input/Button/dist/cjs/index-2f27cc5f.js +1318 -0
  98. package/dist/collection/input/Button/dist/cjs/index.cjs.js +4 -0
  99. package/dist/collection/input/Button/dist/cjs/loader.cjs.js +17 -0
  100. package/dist/collection/input/Button/dist/cjs/rarui-button.cjs.entry.js +35 -0
  101. package/dist/collection/input/Button/dist/cjs/rarui-button.cjs.js +27 -0
  102. package/dist/collection/input/Button/dist/collection/Button.js +233 -0
  103. package/dist/collection/input/Button/dist/collection/index.js +2 -0
  104. package/dist/collection/input/Button/dist/esm/app-globals-0f993ce5.js +5 -0
  105. package/dist/collection/input/Button/dist/esm/index-7434516d.js +1291 -0
  106. package/dist/collection/input/Button/dist/esm/index.js +3 -0
  107. package/dist/collection/input/Button/dist/esm/loader.js +13 -0
  108. package/dist/collection/input/Button/dist/esm/rarui-button.entry.js +31 -0
  109. package/dist/collection/input/Button/dist/esm/rarui-button.js +22 -0
  110. package/dist/collection/input/Button/dist/index.cjs.js +1 -0
  111. package/dist/collection/input/Button/dist/index.js +1 -0
  112. package/dist/collection/input/Button/dist/loader/cdn.js +1 -0
  113. package/dist/collection/input/Button/dist/loader/index.cjs.js +1 -0
  114. package/dist/collection/input/Button/dist/loader/index.es2017.js +1 -0
  115. package/dist/collection/input/Button/dist/loader/index.js +2 -0
  116. package/dist/collection/input/Button/dist/rarui-button/index.esm.js +2 -0
  117. package/dist/collection/input/Button/dist/rarui-button/p-c9d5c486.entry.js +2 -0
  118. package/dist/collection/input/Button/dist/rarui-button/p-de52cca4.js +3 -0
  119. package/dist/collection/input/Button/dist/rarui-button/p-e1255160.js +2 -0
  120. package/dist/collection/input/Button/dist/rarui-button/rarui-button.esm.js +2 -0
  121. package/dist/collection/input/Button/src/Button.js +233 -0
  122. package/dist/collection/input/Button/src/Button.js.map +1 -0
  123. package/dist/collection/input/Button/src/button.stories.js +70 -0
  124. package/dist/collection/input/Button/src/button.stories.js.map +1 -0
  125. package/dist/collection/input/Button/src/index.js +2 -0
  126. package/dist/collection/input/Button/src/index.js.map +1 -0
  127. package/dist/collection/input/Button/stencil.config.js +5 -0
  128. package/dist/collection/input/Button/stencil.config.js.map +1 -0
  129. package/dist/collection/layout/Box/dist/cjs/app-globals-3a1e7e63.js +7 -0
  130. package/dist/collection/layout/Box/dist/cjs/index-5fda0522.js +1332 -0
  131. package/dist/collection/layout/Box/dist/cjs/index.cjs.js +4 -0
  132. package/dist/collection/layout/Box/dist/cjs/loader.cjs.js +17 -0
  133. package/dist/collection/layout/Box/dist/cjs/rarui-box.cjs.entry.js +54 -0
  134. package/dist/collection/layout/Box/dist/cjs/rarui-box.cjs.js +27 -0
  135. package/dist/collection/layout/Box/dist/collection/Box.js +42 -0
  136. package/dist/collection/layout/Box/dist/collection/index.js +2 -0
  137. package/dist/collection/layout/Box/dist/esm/app-globals-0f993ce5.js +5 -0
  138. package/dist/collection/layout/Box/dist/esm/index-131cdfc1.js +1305 -0
  139. package/dist/collection/layout/Box/dist/esm/index.js +3 -0
  140. package/dist/collection/layout/Box/dist/esm/loader.js +13 -0
  141. package/dist/collection/layout/Box/dist/esm/rarui-box.entry.js +50 -0
  142. package/dist/collection/layout/Box/dist/esm/rarui-box.js +22 -0
  143. package/dist/collection/layout/Box/dist/index.cjs.js +1 -0
  144. package/dist/collection/layout/Box/dist/index.js +1 -0
  145. package/dist/collection/layout/Box/dist/loader/cdn.js +1 -0
  146. package/dist/collection/layout/Box/dist/loader/index.cjs.js +1 -0
  147. package/dist/collection/layout/Box/dist/loader/index.es2017.js +1 -0
  148. package/dist/collection/layout/Box/dist/loader/index.js +2 -0
  149. package/dist/collection/layout/Box/dist/rarui-box/index.esm.js +2 -0
  150. package/dist/collection/layout/Box/dist/rarui-box/p-6a233dc8.js +3 -0
  151. package/dist/collection/layout/Box/dist/rarui-box/p-8c90ee66.entry.js +2 -0
  152. package/dist/collection/layout/Box/dist/rarui-box/p-e1255160.js +2 -0
  153. package/dist/collection/layout/Box/dist/rarui-box/rarui-box.esm.js +2 -0
  154. package/dist/collection/layout/Box/src/Box.js +42 -0
  155. package/dist/collection/layout/Box/src/Box.js.map +1 -0
  156. package/dist/collection/layout/Box/src/box.stories.js +54 -0
  157. package/dist/collection/layout/Box/src/box.stories.js.map +1 -0
  158. package/dist/collection/layout/Box/src/index.js +2 -0
  159. package/dist/collection/layout/Box/src/index.js.map +1 -0
  160. package/dist/collection/layout/Box/stencil.config.js +5 -0
  161. package/dist/collection/layout/Box/stencil.config.js.map +1 -0
  162. package/dist/collection/navigation/Tabs/Item/dist/cjs/app-globals-3a1e7e63.js +7 -0
  163. package/dist/collection/navigation/Tabs/Item/dist/cjs/index-962dfb5a.js +1264 -0
  164. package/dist/collection/navigation/Tabs/Item/dist/cjs/index.cjs.js +4 -0
  165. package/dist/collection/navigation/Tabs/Item/dist/cjs/loader.cjs.js +17 -0
  166. package/dist/collection/navigation/Tabs/Item/dist/cjs/rarui-tabs-item.cjs.entry.js +20 -0
  167. package/dist/collection/navigation/Tabs/Item/dist/cjs/rarui-tabs-item.cjs.js +27 -0
  168. package/dist/collection/navigation/Tabs/Item/dist/collection/Item.js +34 -0
  169. package/dist/collection/navigation/Tabs/Item/dist/collection/index.js +2 -0
  170. package/dist/collection/navigation/Tabs/Item/dist/esm/app-globals-0f993ce5.js +5 -0
  171. package/dist/collection/navigation/Tabs/Item/dist/esm/index-be92efca.js +1237 -0
  172. package/dist/collection/navigation/Tabs/Item/dist/esm/index.js +3 -0
  173. package/dist/collection/navigation/Tabs/Item/dist/esm/loader.js +13 -0
  174. package/dist/collection/navigation/Tabs/Item/dist/esm/rarui-tabs-item.entry.js +16 -0
  175. package/dist/collection/navigation/Tabs/Item/dist/esm/rarui-tabs-item.js +22 -0
  176. package/dist/collection/navigation/Tabs/Item/dist/index.cjs.js +1 -0
  177. package/dist/collection/navigation/Tabs/Item/dist/index.js +1 -0
  178. package/dist/collection/navigation/Tabs/Item/dist/loader/cdn.js +1 -0
  179. package/dist/collection/navigation/Tabs/Item/dist/loader/index.cjs.js +1 -0
  180. package/dist/collection/navigation/Tabs/Item/dist/loader/index.es2017.js +1 -0
  181. package/dist/collection/navigation/Tabs/Item/dist/loader/index.js +2 -0
  182. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/index.esm.js +2 -0
  183. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/p-3d591146.entry.js +2 -0
  184. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/p-d0520efc.js +3 -0
  185. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/p-e1255160.js +2 -0
  186. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/rarui-tabs-item.esm.js +2 -0
  187. package/dist/collection/navigation/Tabs/Item/src/Item.js +34 -0
  188. package/dist/collection/navigation/Tabs/Item/src/Item.js.map +1 -0
  189. package/dist/collection/navigation/Tabs/Item/src/index.js +2 -0
  190. package/dist/collection/navigation/Tabs/Item/src/index.js.map +1 -0
  191. package/dist/collection/navigation/Tabs/Item/src/item.stories.js +17 -0
  192. package/dist/collection/navigation/Tabs/Item/src/item.stories.js.map +1 -0
  193. package/dist/collection/navigation/Tabs/Item/stencil.config.js +5 -0
  194. package/dist/collection/navigation/Tabs/Item/stencil.config.js.map +1 -0
  195. package/dist/collection/navigation/Tabs/Root/dist/cjs/app-globals-3a1e7e63.js +7 -0
  196. package/dist/collection/navigation/Tabs/Root/dist/cjs/index-c1cf5e11.js +1074 -0
  197. package/dist/collection/navigation/Tabs/Root/dist/cjs/index.cjs.js +4 -0
  198. package/dist/collection/navigation/Tabs/Root/dist/cjs/loader.cjs.js +17 -0
  199. package/dist/collection/navigation/Tabs/Root/dist/cjs/rarui-tabs.cjs.entry.js +39 -0
  200. package/dist/collection/navigation/Tabs/Root/dist/cjs/rarui-tabs.cjs.js +27 -0
  201. package/dist/collection/navigation/Tabs/Root/dist/collection/Root.js +146 -0
  202. package/dist/collection/navigation/Tabs/Root/dist/collection/index.js +2 -0
  203. package/dist/collection/navigation/Tabs/Root/dist/esm/app-globals-0f993ce5.js +5 -0
  204. package/dist/collection/navigation/Tabs/Root/dist/esm/index-dbe371ba.js +1045 -0
  205. package/dist/collection/navigation/Tabs/Root/dist/esm/index.js +3 -0
  206. package/dist/collection/navigation/Tabs/Root/dist/esm/loader.js +13 -0
  207. package/dist/collection/navigation/Tabs/Root/dist/esm/rarui-tabs.entry.js +35 -0
  208. package/dist/collection/navigation/Tabs/Root/dist/esm/rarui-tabs.js +22 -0
  209. package/dist/collection/navigation/Tabs/Root/dist/index.cjs.js +1 -0
  210. package/dist/collection/navigation/Tabs/Root/dist/index.js +1 -0
  211. package/dist/collection/navigation/Tabs/Root/dist/loader/cdn.js +1 -0
  212. package/dist/collection/navigation/Tabs/Root/dist/loader/index.cjs.js +1 -0
  213. package/dist/collection/navigation/Tabs/Root/dist/loader/index.es2017.js +1 -0
  214. package/dist/collection/navigation/Tabs/Root/dist/loader/index.js +2 -0
  215. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/index.esm.js +2 -0
  216. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-325ce1b1.js +3 -0
  217. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-43fc3e90.entry.js +2 -0
  218. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-e1255160.js +2 -0
  219. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/rarui-tabs.esm.js +2 -0
  220. package/dist/collection/navigation/Tabs/Root/src/Root.js +146 -0
  221. package/dist/collection/navigation/Tabs/Root/src/Root.js.map +1 -0
  222. package/dist/collection/navigation/Tabs/Root/src/index.js +2 -0
  223. package/dist/collection/navigation/Tabs/Root/src/index.js.map +1 -0
  224. package/dist/collection/navigation/Tabs/Root/src/root.stories.js +59 -0
  225. package/dist/collection/navigation/Tabs/Root/src/root.stories.js.map +1 -0
  226. package/dist/collection/navigation/Tabs/Root/stencil.config.js +5 -0
  227. package/dist/collection/navigation/Tabs/Root/stencil.config.js.map +1 -0
  228. package/dist/esm/app-globals-0f993ce5.js +5 -0
  229. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  230. package/dist/esm/index-81e77ca5.js +1399 -0
  231. package/dist/esm/index-81e77ca5.js.map +1 -0
  232. package/dist/esm/index.js +3 -0
  233. package/dist/esm/index.js.map +1 -0
  234. package/dist/esm/loader.js +13 -0
  235. package/dist/esm/loader.js.map +1 -0
  236. package/dist/esm/rarui-box.entry.js +24 -0
  237. package/dist/esm/rarui-box.entry.js.map +1 -0
  238. package/dist/esm/rarui-button.entry.js +31 -0
  239. package/dist/esm/rarui-button.entry.js.map +1 -0
  240. package/dist/esm/rarui-components.js +22 -0
  241. package/dist/esm/rarui-components.js.map +1 -0
  242. package/dist/esm/rarui-tabs-item.entry.js +16 -0
  243. package/dist/esm/rarui-tabs-item.entry.js.map +1 -0
  244. package/dist/esm/rarui-tabs.entry.js +35 -0
  245. package/dist/esm/rarui-tabs.entry.js.map +1 -0
  246. package/dist/esm/rarui-text.entry.js +32 -0
  247. package/dist/esm/rarui-text.entry.js.map +1 -0
  248. package/dist/esm/rarui-title.entry.js +32 -0
  249. package/dist/esm/rarui-title.entry.js.map +1 -0
  250. package/dist/esm/tslib.es6-46fef1fc.js +30 -0
  251. package/dist/esm/tslib.es6-46fef1fc.js.map +1 -0
  252. package/dist/index.cjs.js +1 -0
  253. package/dist/index.js +1 -0
  254. package/dist/loader/cdn.js +1 -0
  255. package/dist/loader/index.cjs.js +1 -0
  256. package/dist/loader/index.d.ts +24 -0
  257. package/dist/loader/index.es2017.js +1 -0
  258. package/dist/loader/index.js +2 -0
  259. package/dist/loader/package.json +11 -0
  260. package/dist/rarui-components/index.esm.js +2 -0
  261. package/dist/rarui-components/index.esm.js.map +1 -0
  262. package/dist/rarui-components/p-2160244e.entry.js +2 -0
  263. package/dist/rarui-components/p-2160244e.entry.js.map +1 -0
  264. package/dist/rarui-components/p-4235f9e9.entry.js +2 -0
  265. package/dist/rarui-components/p-4235f9e9.entry.js.map +1 -0
  266. package/dist/rarui-components/p-4e227328.entry.js +2 -0
  267. package/dist/rarui-components/p-4e227328.entry.js.map +1 -0
  268. package/dist/rarui-components/p-8495565d.js +2 -0
  269. package/dist/rarui-components/p-8495565d.js.map +1 -0
  270. package/dist/rarui-components/p-9492df61.js +3 -0
  271. package/dist/rarui-components/p-9492df61.js.map +1 -0
  272. package/dist/rarui-components/p-d48974f3.entry.js +2 -0
  273. package/dist/rarui-components/p-d48974f3.entry.js.map +1 -0
  274. package/dist/rarui-components/p-e1255160.js +2 -0
  275. package/dist/rarui-components/p-e1255160.js.map +1 -0
  276. package/dist/rarui-components/p-ee513f26.entry.js +2 -0
  277. package/dist/rarui-components/p-ee513f26.entry.js.map +1 -0
  278. package/dist/rarui-components/p-ffb1013c.entry.js +2 -0
  279. package/dist/rarui-components/p-ffb1013c.entry.js.map +1 -0
  280. package/dist/rarui-components/rarui-components.esm.js +2 -0
  281. package/dist/rarui-components/rarui-components.esm.js.map +1 -0
  282. package/dist/types/Users/juniorconquista/Desktop/Workdir/rarui/packages/implementations/web-components/.stencil/.storybook/utils.d.ts +24 -0
  283. package/dist/types/components.d.ts +158 -0
  284. package/dist/types/exhibition/Text/dist/loader/index.d.ts +24 -0
  285. package/dist/types/exhibition/Text/dist/types/Button.d.ts +14 -0
  286. package/dist/types/exhibition/Text/dist/types/index.d.ts +10 -0
  287. package/dist/types/exhibition/Text/dist/types/stencil-public-runtime.d.ts +1674 -0
  288. package/dist/types/exhibition/Text/src/Text.d.ts +7 -0
  289. package/dist/types/exhibition/Text/src/index.d.ts +10 -0
  290. package/dist/types/exhibition/Text/src/text.stories.d.ts +21 -0
  291. package/dist/types/exhibition/Text/stencil.config.d.ts +54 -0
  292. package/dist/types/exhibition/Title/dist/loader/index.d.ts +24 -0
  293. package/dist/types/exhibition/Title/dist/types/Button.d.ts +14 -0
  294. package/dist/types/exhibition/Title/dist/types/index.d.ts +10 -0
  295. package/dist/types/exhibition/Title/dist/types/stencil-public-runtime.d.ts +1674 -0
  296. package/dist/types/exhibition/Title/src/Title.d.ts +7 -0
  297. package/dist/types/exhibition/Title/src/index.d.ts +10 -0
  298. package/dist/types/exhibition/Title/src/title.stories.d.ts +19 -0
  299. package/dist/types/exhibition/Title/stencil.config.d.ts +54 -0
  300. package/dist/types/index.d.ts +1 -0
  301. package/dist/types/input/Button/dist/loader/index.d.ts +24 -0
  302. package/dist/types/input/Button/dist/types/Button.d.ts +14 -0
  303. package/dist/types/input/Button/dist/types/index.d.ts +10 -0
  304. package/dist/types/input/Button/dist/types/stencil-public-runtime.d.ts +1674 -0
  305. package/dist/types/input/Button/src/Button.d.ts +14 -0
  306. package/dist/types/input/Button/src/button.stories.d.ts +21 -0
  307. package/dist/types/input/Button/src/index.d.ts +10 -0
  308. package/dist/types/input/Button/stencil.config.d.ts +54 -0
  309. package/dist/types/layout/Box/dist/loader/index.d.ts +24 -0
  310. package/dist/types/layout/Box/dist/types/Box.d.ts +6 -0
  311. package/dist/types/layout/Box/dist/types/index.d.ts +10 -0
  312. package/dist/types/layout/Box/dist/types/stencil-public-runtime.d.ts +1674 -0
  313. package/dist/types/layout/Box/src/Box.d.ts +6 -0
  314. package/dist/types/layout/Box/src/box.stories.d.ts +13 -0
  315. package/dist/types/layout/Box/src/index.d.ts +10 -0
  316. package/dist/types/layout/Box/stencil.config.d.ts +54 -0
  317. package/dist/types/navigation/Tabs/Item/dist/loader/index.d.ts +24 -0
  318. package/dist/types/navigation/Tabs/Item/dist/types/Item.d.ts +5 -0
  319. package/dist/types/navigation/Tabs/Item/dist/types/index.d.ts +10 -0
  320. package/dist/types/navigation/Tabs/Item/dist/types/stencil-public-runtime.d.ts +1674 -0
  321. package/dist/types/navigation/Tabs/Item/src/Item.d.ts +5 -0
  322. package/dist/types/navigation/Tabs/Item/src/index.d.ts +10 -0
  323. package/dist/types/navigation/Tabs/Item/src/item.stories.d.ts +13 -0
  324. package/dist/types/navigation/Tabs/Item/stencil.config.d.ts +54 -0
  325. package/dist/types/navigation/Tabs/Root/dist/loader/index.d.ts +24 -0
  326. package/dist/types/navigation/Tabs/Root/dist/types/Root.d.ts +14 -0
  327. package/dist/types/navigation/Tabs/Root/dist/types/index.d.ts +10 -0
  328. package/dist/types/navigation/Tabs/Root/dist/types/stencil-public-runtime.d.ts +1674 -0
  329. package/dist/types/navigation/Tabs/Root/src/Root.d.ts +14 -0
  330. package/dist/types/navigation/Tabs/Root/src/index.d.ts +10 -0
  331. package/dist/types/navigation/Tabs/Root/src/root.stories.d.ts +15 -0
  332. package/dist/types/navigation/Tabs/Root/stencil.config.d.ts +54 -0
  333. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  334. package/package.json +37 -0
@@ -0,0 +1,1045 @@
1
+ const NAMESPACE = 'rarui-tabs';
2
+ const BUILD = /* rarui-tabs */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: false, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: false, slot: false, slotChildNodesFix: false, slotRelocation: false, state: true, style: false, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: false };
3
+
4
+ /*
5
+ Stencil Client Platform v4.19.2 | MIT Licensed | https://stenciljs.com
6
+ */
7
+ var __defProp = Object.defineProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var hostRefs = /* @__PURE__ */ new WeakMap();
13
+ var getHostRef = (ref) => hostRefs.get(ref);
14
+ var registerInstance = (lazyInstance, hostRef) => hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
15
+ var registerHost = (hostElement, cmpMeta) => {
16
+ const hostRef = {
17
+ $flags$: 0,
18
+ $hostElement$: hostElement,
19
+ $cmpMeta$: cmpMeta,
20
+ $instanceValues$: /* @__PURE__ */ new Map()
21
+ };
22
+ {
23
+ hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
24
+ hostElement["s-p"] = [];
25
+ hostElement["s-rc"] = [];
26
+ }
27
+ return hostRefs.set(hostElement, hostRef);
28
+ };
29
+ var isMemberInElement = (elm, memberName) => memberName in elm;
30
+ var consoleError = (e, el) => (0, console.error)(e, el);
31
+
32
+ // src/client/client-load-module.ts
33
+ var cmpModules = /* @__PURE__ */ new Map();
34
+ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
35
+ const exportName = cmpMeta.$tagName$.replace(/-/g, "_");
36
+ const bundleId = cmpMeta.$lazyBundleId$;
37
+ if (!bundleId) {
38
+ return void 0;
39
+ }
40
+ const module = cmpModules.get(bundleId) ;
41
+ if (module) {
42
+ return module[exportName];
43
+ }
44
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/
45
+ return import(
46
+ /* @vite-ignore */
47
+ /* webpackInclude: /\.entry\.js$/ */
48
+ /* webpackExclude: /\.system\.entry\.js$/ */
49
+ /* webpackMode: "lazy" */
50
+ `./${bundleId}.entry.js${""}`
51
+ ).then((importedModule) => {
52
+ {
53
+ cmpModules.set(bundleId, importedModule);
54
+ }
55
+ return importedModule[exportName];
56
+ }, consoleError);
57
+ };
58
+ var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
59
+ var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
60
+ var win = typeof window !== "undefined" ? window : {};
61
+ var doc = win.document || { head: {} };
62
+ var plt = {
63
+ $flags$: 0,
64
+ $resourcesUrl$: "",
65
+ jmp: (h2) => h2(),
66
+ raf: (h2) => requestAnimationFrame(h2),
67
+ ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
68
+ rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
69
+ ce: (eventName, opts) => new CustomEvent(eventName, opts)
70
+ };
71
+ var supportsShadow = BUILD.shadowDom;
72
+ var promiseResolve = (v) => Promise.resolve(v);
73
+ var queuePending = false;
74
+ var queueDomReads = [];
75
+ var queueDomWrites = [];
76
+ var queueTask = (queue, write) => (cb) => {
77
+ queue.push(cb);
78
+ if (!queuePending) {
79
+ queuePending = true;
80
+ if (write && plt.$flags$ & 4 /* queueSync */) {
81
+ nextTick(flush);
82
+ } else {
83
+ plt.raf(flush);
84
+ }
85
+ }
86
+ };
87
+ var consume = (queue) => {
88
+ for (let i2 = 0; i2 < queue.length; i2++) {
89
+ try {
90
+ queue[i2](performance.now());
91
+ } catch (e) {
92
+ consoleError(e);
93
+ }
94
+ }
95
+ queue.length = 0;
96
+ };
97
+ var flush = () => {
98
+ consume(queueDomReads);
99
+ {
100
+ consume(queueDomWrites);
101
+ if (queuePending = queueDomReads.length > 0) {
102
+ plt.raf(flush);
103
+ }
104
+ }
105
+ };
106
+ var nextTick = (cb) => promiseResolve().then(cb);
107
+ var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
108
+
109
+ // src/utils/constants.ts
110
+ var EMPTY_OBJ = {};
111
+
112
+ // src/utils/helpers.ts
113
+ var isDef = (v) => v != null;
114
+ var isComplexType = (o) => {
115
+ o = typeof o;
116
+ return o === "object" || o === "function";
117
+ };
118
+
119
+ // src/utils/query-nonce-meta-tag-content.ts
120
+ function queryNonceMetaTagContent(doc2) {
121
+ var _a, _b, _c;
122
+ return (_c = (_b = (_a = doc2.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
123
+ }
124
+
125
+ // src/utils/result.ts
126
+ var result_exports = {};
127
+ __export(result_exports, {
128
+ err: () => err,
129
+ map: () => map,
130
+ ok: () => ok,
131
+ unwrap: () => unwrap,
132
+ unwrapErr: () => unwrapErr
133
+ });
134
+ var ok = (value) => ({
135
+ isOk: true,
136
+ isErr: false,
137
+ value
138
+ });
139
+ var err = (value) => ({
140
+ isOk: false,
141
+ isErr: true,
142
+ value
143
+ });
144
+ function map(result, fn) {
145
+ if (result.isOk) {
146
+ const val = fn(result.value);
147
+ if (val instanceof Promise) {
148
+ return val.then((newVal) => ok(newVal));
149
+ } else {
150
+ return ok(val);
151
+ }
152
+ }
153
+ if (result.isErr) {
154
+ const value = result.value;
155
+ return err(value);
156
+ }
157
+ throw "should never get here";
158
+ }
159
+ var unwrap = (result) => {
160
+ if (result.isOk) {
161
+ return result.value;
162
+ } else {
163
+ throw result.value;
164
+ }
165
+ };
166
+ var unwrapErr = (result) => {
167
+ if (result.isErr) {
168
+ return result.value;
169
+ } else {
170
+ throw result.value;
171
+ }
172
+ };
173
+ var createTime = (fnName, tagName = "") => {
174
+ {
175
+ return () => {
176
+ return;
177
+ };
178
+ }
179
+ };
180
+ var uniqueTime = (key, measureText) => {
181
+ {
182
+ return () => {
183
+ return;
184
+ };
185
+ }
186
+ };
187
+ var h = (nodeName, vnodeData, ...children) => {
188
+ let child = null;
189
+ let key = null;
190
+ let simple = false;
191
+ let lastSimple = false;
192
+ const vNodeChildren = [];
193
+ const walk = (c) => {
194
+ for (let i2 = 0; i2 < c.length; i2++) {
195
+ child = c[i2];
196
+ if (Array.isArray(child)) {
197
+ walk(child);
198
+ } else if (child != null && typeof child !== "boolean") {
199
+ if (simple = typeof nodeName !== "function" && !isComplexType(child)) {
200
+ child = String(child);
201
+ }
202
+ if (simple && lastSimple) {
203
+ vNodeChildren[vNodeChildren.length - 1].$text$ += child;
204
+ } else {
205
+ vNodeChildren.push(simple ? newVNode(null, child) : child);
206
+ }
207
+ lastSimple = simple;
208
+ }
209
+ }
210
+ };
211
+ walk(children);
212
+ if (vnodeData) {
213
+ if (vnodeData.key) {
214
+ key = vnodeData.key;
215
+ }
216
+ {
217
+ const classData = vnodeData.className || vnodeData.class;
218
+ if (classData) {
219
+ vnodeData.class = typeof classData !== "object" ? classData : Object.keys(classData).filter((k) => classData[k]).join(" ");
220
+ }
221
+ }
222
+ }
223
+ const vnode = newVNode(nodeName, null);
224
+ vnode.$attrs$ = vnodeData;
225
+ if (vNodeChildren.length > 0) {
226
+ vnode.$children$ = vNodeChildren;
227
+ }
228
+ {
229
+ vnode.$key$ = key;
230
+ }
231
+ return vnode;
232
+ };
233
+ var newVNode = (tag, text) => {
234
+ const vnode = {
235
+ $flags$: 0,
236
+ $tag$: tag,
237
+ $text$: text,
238
+ $elm$: null,
239
+ $children$: null
240
+ };
241
+ {
242
+ vnode.$attrs$ = null;
243
+ }
244
+ {
245
+ vnode.$key$ = null;
246
+ }
247
+ return vnode;
248
+ };
249
+ var Host = {};
250
+ var isHost = (node) => node && node.$tag$ === Host;
251
+ var parsePropertyValue = (propValue, propType) => {
252
+ if (propValue != null && !isComplexType(propValue)) {
253
+ if (propType & 4 /* Boolean */) {
254
+ return propValue === "false" ? false : propValue === "" || !!propValue;
255
+ }
256
+ if (propType & 2 /* Number */) {
257
+ return parseFloat(propValue);
258
+ }
259
+ if (propType & 1 /* String */) {
260
+ return String(propValue);
261
+ }
262
+ return propValue;
263
+ }
264
+ return propValue;
265
+ };
266
+ var getElement = (ref) => getHostRef(ref).$hostElement$ ;
267
+
268
+ // src/runtime/event-emitter.ts
269
+ var createEvent = (ref, name, flags) => {
270
+ const elm = getElement(ref);
271
+ return {
272
+ emit: (detail) => {
273
+ return emitEvent(elm, name, {
274
+ bubbles: !!(flags & 4 /* Bubbles */),
275
+ composed: !!(flags & 2 /* Composed */),
276
+ cancelable: !!(flags & 1 /* Cancellable */),
277
+ detail
278
+ });
279
+ }
280
+ };
281
+ };
282
+ var emitEvent = (elm, name, opts) => {
283
+ const ev = plt.ce(name, opts);
284
+ elm.dispatchEvent(ev);
285
+ return ev;
286
+ };
287
+ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
288
+ if (oldValue !== newValue) {
289
+ let isProp = isMemberInElement(elm, memberName);
290
+ let ln = memberName.toLowerCase();
291
+ if (memberName === "class") {
292
+ const classList = elm.classList;
293
+ const oldClasses = parseClassList(oldValue);
294
+ const newClasses = parseClassList(newValue);
295
+ classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
296
+ classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
297
+ } else if (memberName === "key") ; else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
298
+ if (memberName[2] === "-") {
299
+ memberName = memberName.slice(3);
300
+ } else if (isMemberInElement(win, ln)) {
301
+ memberName = ln.slice(2);
302
+ } else {
303
+ memberName = ln[2] + memberName.slice(3);
304
+ }
305
+ if (oldValue || newValue) {
306
+ const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
307
+ memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
308
+ if (oldValue) {
309
+ plt.rel(elm, memberName, oldValue, capture);
310
+ }
311
+ if (newValue) {
312
+ plt.ael(elm, memberName, newValue, capture);
313
+ }
314
+ }
315
+ } else {
316
+ const isComplex = isComplexType(newValue);
317
+ if ((isProp || isComplex && newValue !== null) && !isSvg) {
318
+ try {
319
+ if (!elm.tagName.includes("-")) {
320
+ const n = newValue == null ? "" : newValue;
321
+ if (memberName === "list") {
322
+ isProp = false;
323
+ } else if (oldValue == null || elm[memberName] != n) {
324
+ elm[memberName] = n;
325
+ }
326
+ } else {
327
+ elm[memberName] = newValue;
328
+ }
329
+ } catch (e) {
330
+ }
331
+ }
332
+ if (newValue == null || newValue === false) {
333
+ if (newValue !== false || elm.getAttribute(memberName) === "") {
334
+ {
335
+ elm.removeAttribute(memberName);
336
+ }
337
+ }
338
+ } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
339
+ newValue = newValue === true ? "" : newValue;
340
+ {
341
+ elm.setAttribute(memberName, newValue);
342
+ }
343
+ }
344
+ }
345
+ }
346
+ };
347
+ var parseClassListRegex = /\s/;
348
+ var parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);
349
+ var CAPTURE_EVENT_SUFFIX = "Capture";
350
+ var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
351
+
352
+ // src/runtime/vdom/update-element.ts
353
+ var updateElement = (oldVnode, newVnode, isSvgMode2) => {
354
+ const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
355
+ const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || EMPTY_OBJ;
356
+ const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
357
+ {
358
+ for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
359
+ if (!(memberName in newVnodeAttrs)) {
360
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);
361
+ }
362
+ }
363
+ }
364
+ for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
365
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);
366
+ }
367
+ };
368
+ function sortedAttrNames(attrNames) {
369
+ return attrNames.includes("ref") ? (
370
+ // we need to sort these to ensure that `'ref'` is the last attr
371
+ [...attrNames.filter((attr) => attr !== "ref"), "ref"]
372
+ ) : (
373
+ // no need to sort, return the original array
374
+ attrNames
375
+ );
376
+ }
377
+
378
+ // src/runtime/vdom/vdom-render.ts
379
+ var scopeId;
380
+ var hostTagName;
381
+ var useNativeShadowDom = false;
382
+ var isSvgMode = false;
383
+ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
384
+ const newVNode2 = newParentVNode.$children$[childIndex];
385
+ let i2 = 0;
386
+ let elm;
387
+ let childNode;
388
+ if (newVNode2.$text$ !== null) {
389
+ elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);
390
+ } else {
391
+ elm = newVNode2.$elm$ = doc.createElement(
392
+ !useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
393
+ );
394
+ {
395
+ updateElement(null, newVNode2, isSvgMode);
396
+ }
397
+ if (isDef(scopeId) && elm["s-si"] !== scopeId) {
398
+ elm.classList.add(elm["s-si"] = scopeId);
399
+ }
400
+ {
401
+ updateElementScopeIds(elm, parentElm);
402
+ }
403
+ if (newVNode2.$children$) {
404
+ for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
405
+ childNode = createElm(oldParentVNode, newVNode2, i2, elm);
406
+ if (childNode) {
407
+ elm.appendChild(childNode);
408
+ }
409
+ }
410
+ }
411
+ }
412
+ elm["s-hn"] = hostTagName;
413
+ return elm;
414
+ };
415
+ var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
416
+ let containerElm = parentElm;
417
+ let childNode;
418
+ for (; startIdx <= endIdx; ++startIdx) {
419
+ if (vnodes[startIdx]) {
420
+ childNode = createElm(null, parentVNode, startIdx, parentElm);
421
+ if (childNode) {
422
+ vnodes[startIdx].$elm$ = childNode;
423
+ insertBefore(containerElm, childNode, before);
424
+ }
425
+ }
426
+ }
427
+ };
428
+ var removeVnodes = (vnodes, startIdx, endIdx) => {
429
+ for (let index = startIdx; index <= endIdx; ++index) {
430
+ const vnode = vnodes[index];
431
+ if (vnode) {
432
+ const elm = vnode.$elm$;
433
+ if (elm) {
434
+ elm.remove();
435
+ }
436
+ }
437
+ }
438
+ };
439
+ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {
440
+ let oldStartIdx = 0;
441
+ let newStartIdx = 0;
442
+ let idxInOld = 0;
443
+ let i2 = 0;
444
+ let oldEndIdx = oldCh.length - 1;
445
+ let oldStartVnode = oldCh[0];
446
+ let oldEndVnode = oldCh[oldEndIdx];
447
+ let newEndIdx = newCh.length - 1;
448
+ let newStartVnode = newCh[0];
449
+ let newEndVnode = newCh[newEndIdx];
450
+ let node;
451
+ let elmToMove;
452
+ while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
453
+ if (oldStartVnode == null) {
454
+ oldStartVnode = oldCh[++oldStartIdx];
455
+ } else if (oldEndVnode == null) {
456
+ oldEndVnode = oldCh[--oldEndIdx];
457
+ } else if (newStartVnode == null) {
458
+ newStartVnode = newCh[++newStartIdx];
459
+ } else if (newEndVnode == null) {
460
+ newEndVnode = newCh[--newEndIdx];
461
+ } else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
462
+ patch(oldStartVnode, newStartVnode, isInitialRender);
463
+ oldStartVnode = oldCh[++oldStartIdx];
464
+ newStartVnode = newCh[++newStartIdx];
465
+ } else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
466
+ patch(oldEndVnode, newEndVnode, isInitialRender);
467
+ oldEndVnode = oldCh[--oldEndIdx];
468
+ newEndVnode = newCh[--newEndIdx];
469
+ } else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
470
+ patch(oldStartVnode, newEndVnode, isInitialRender);
471
+ insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
472
+ oldStartVnode = oldCh[++oldStartIdx];
473
+ newEndVnode = newCh[--newEndIdx];
474
+ } else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
475
+ patch(oldEndVnode, newStartVnode, isInitialRender);
476
+ insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
477
+ oldEndVnode = oldCh[--oldEndIdx];
478
+ newStartVnode = newCh[++newStartIdx];
479
+ } else {
480
+ idxInOld = -1;
481
+ {
482
+ for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {
483
+ if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {
484
+ idxInOld = i2;
485
+ break;
486
+ }
487
+ }
488
+ }
489
+ if (idxInOld >= 0) {
490
+ elmToMove = oldCh[idxInOld];
491
+ if (elmToMove.$tag$ !== newStartVnode.$tag$) {
492
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld, parentElm);
493
+ } else {
494
+ patch(elmToMove, newStartVnode, isInitialRender);
495
+ oldCh[idxInOld] = void 0;
496
+ node = elmToMove.$elm$;
497
+ }
498
+ newStartVnode = newCh[++newStartIdx];
499
+ } else {
500
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx, parentElm);
501
+ newStartVnode = newCh[++newStartIdx];
502
+ }
503
+ if (node) {
504
+ {
505
+ insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);
506
+ }
507
+ }
508
+ }
509
+ }
510
+ if (oldStartIdx > oldEndIdx) {
511
+ addVnodes(
512
+ parentElm,
513
+ newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,
514
+ newVNode2,
515
+ newCh,
516
+ newStartIdx,
517
+ newEndIdx
518
+ );
519
+ } else if (newStartIdx > newEndIdx) {
520
+ removeVnodes(oldCh, oldStartIdx, oldEndIdx);
521
+ }
522
+ };
523
+ var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
524
+ if (leftVNode.$tag$ === rightVNode.$tag$) {
525
+ if (!isInitialRender) {
526
+ return leftVNode.$key$ === rightVNode.$key$;
527
+ }
528
+ return true;
529
+ }
530
+ return false;
531
+ };
532
+ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
533
+ const elm = newVNode2.$elm$ = oldVNode.$elm$;
534
+ const oldChildren = oldVNode.$children$;
535
+ const newChildren = newVNode2.$children$;
536
+ const text = newVNode2.$text$;
537
+ if (text === null) {
538
+ {
539
+ {
540
+ updateElement(oldVNode, newVNode2, isSvgMode);
541
+ }
542
+ }
543
+ if (oldChildren !== null && newChildren !== null) {
544
+ updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
545
+ } else if (newChildren !== null) {
546
+ if (oldVNode.$text$ !== null) {
547
+ elm.textContent = "";
548
+ }
549
+ addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
550
+ } else if (oldChildren !== null) {
551
+ removeVnodes(oldChildren, 0, oldChildren.length - 1);
552
+ }
553
+ } else if (oldVNode.$text$ !== text) {
554
+ elm.data = text;
555
+ }
556
+ };
557
+ var insertBefore = (parent, newNode, reference) => {
558
+ const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);
559
+ {
560
+ updateElementScopeIds(newNode, parent);
561
+ }
562
+ return inserted;
563
+ };
564
+ var findScopeIds = (element) => {
565
+ const scopeIds = [];
566
+ if (element) {
567
+ scopeIds.push(
568
+ ...element["s-scs"] || [],
569
+ element["s-si"],
570
+ element["s-sc"],
571
+ ...findScopeIds(element.parentElement)
572
+ );
573
+ }
574
+ return scopeIds;
575
+ };
576
+ var updateElementScopeIds = (element, parent, iterateChildNodes = false) => {
577
+ var _a;
578
+ if (element && parent && element.nodeType === 1 /* ElementNode */) {
579
+ const scopeIds = new Set(findScopeIds(parent).filter(Boolean));
580
+ if (scopeIds.size) {
581
+ (_a = element.classList) == null ? void 0 : _a.add(...element["s-scs"] = [...scopeIds]);
582
+ if (element["s-ol"] || iterateChildNodes) {
583
+ for (const childNode of Array.from(element.childNodes)) {
584
+ updateElementScopeIds(childNode, element, true);
585
+ }
586
+ }
587
+ }
588
+ }
589
+ };
590
+ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
591
+ const hostElm = hostRef.$hostElement$;
592
+ const oldVNode = hostRef.$vnode$ || newVNode(null, null);
593
+ const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
594
+ hostTagName = hostElm.tagName;
595
+ if (isInitialLoad && rootVnode.$attrs$) {
596
+ for (const key of Object.keys(rootVnode.$attrs$)) {
597
+ if (hostElm.hasAttribute(key) && !["key", "ref", "style", "class"].includes(key)) {
598
+ rootVnode.$attrs$[key] = hostElm[key];
599
+ }
600
+ }
601
+ }
602
+ rootVnode.$tag$ = null;
603
+ rootVnode.$flags$ |= 4 /* isHost */;
604
+ hostRef.$vnode$ = rootVnode;
605
+ rootVnode.$elm$ = oldVNode.$elm$ = hostElm;
606
+ {
607
+ scopeId = hostElm["s-sc"];
608
+ }
609
+ useNativeShadowDom = supportsShadow ;
610
+ patch(oldVNode, rootVnode, isInitialLoad);
611
+ };
612
+
613
+ // src/runtime/update-component.ts
614
+ var attachToAncestor = (hostRef, ancestorComponent) => {
615
+ if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
616
+ ancestorComponent["s-p"].push(new Promise((r) => hostRef.$onRenderResolve$ = r));
617
+ }
618
+ };
619
+ var scheduleUpdate = (hostRef, isInitialLoad) => {
620
+ {
621
+ hostRef.$flags$ |= 16 /* isQueuedForUpdate */;
622
+ }
623
+ if (hostRef.$flags$ & 4 /* isWaitingForChildren */) {
624
+ hostRef.$flags$ |= 512 /* needsRerender */;
625
+ return;
626
+ }
627
+ attachToAncestor(hostRef, hostRef.$ancestorComponent$);
628
+ const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
629
+ return writeTask(dispatch) ;
630
+ };
631
+ var dispatchHooks = (hostRef, isInitialLoad) => {
632
+ const elm = hostRef.$hostElement$;
633
+ const endSchedule = createTime("scheduleUpdate", hostRef.$cmpMeta$.$tagName$);
634
+ const instance = hostRef.$lazyInstance$ ;
635
+ if (!instance) {
636
+ throw new Error(
637
+ `Can't render component <${elm.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`
638
+ );
639
+ }
640
+ let maybePromise;
641
+ if (isInitialLoad) {
642
+ {
643
+ maybePromise = safeCall(instance, "componentWillLoad");
644
+ }
645
+ }
646
+ endSchedule();
647
+ return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
648
+ };
649
+ var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {
650
+ console.error(err2);
651
+ fn();
652
+ }) : fn();
653
+ var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
654
+ var updateComponent = async (hostRef, instance, isInitialLoad) => {
655
+ var _a;
656
+ const elm = hostRef.$hostElement$;
657
+ const endUpdate = createTime("update", hostRef.$cmpMeta$.$tagName$);
658
+ const rc = elm["s-rc"];
659
+ const endRender = createTime("render", hostRef.$cmpMeta$.$tagName$);
660
+ {
661
+ callRender(hostRef, instance, elm, isInitialLoad);
662
+ }
663
+ if (rc) {
664
+ rc.map((cb) => cb());
665
+ elm["s-rc"] = void 0;
666
+ }
667
+ endRender();
668
+ endUpdate();
669
+ {
670
+ const childrenPromises = (_a = elm["s-p"]) != null ? _a : [];
671
+ const postUpdate = () => postUpdateComponent(hostRef);
672
+ if (childrenPromises.length === 0) {
673
+ postUpdate();
674
+ } else {
675
+ Promise.all(childrenPromises).then(postUpdate);
676
+ hostRef.$flags$ |= 4 /* isWaitingForChildren */;
677
+ childrenPromises.length = 0;
678
+ }
679
+ }
680
+ };
681
+ var callRender = (hostRef, instance, elm, isInitialLoad) => {
682
+ try {
683
+ instance = instance.render() ;
684
+ {
685
+ hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;
686
+ }
687
+ {
688
+ hostRef.$flags$ |= 2 /* hasRendered */;
689
+ }
690
+ {
691
+ {
692
+ {
693
+ renderVdom(hostRef, instance, isInitialLoad);
694
+ }
695
+ }
696
+ }
697
+ } catch (e) {
698
+ consoleError(e, hostRef.$hostElement$);
699
+ }
700
+ return null;
701
+ };
702
+ var postUpdateComponent = (hostRef) => {
703
+ const tagName = hostRef.$cmpMeta$.$tagName$;
704
+ const elm = hostRef.$hostElement$;
705
+ const endPostUpdate = createTime("postUpdate", tagName);
706
+ const ancestorComponent = hostRef.$ancestorComponent$;
707
+ if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
708
+ hostRef.$flags$ |= 64 /* hasLoadedComponent */;
709
+ {
710
+ addHydratedFlag(elm);
711
+ }
712
+ endPostUpdate();
713
+ {
714
+ hostRef.$onReadyResolve$(elm);
715
+ if (!ancestorComponent) {
716
+ appDidLoad();
717
+ }
718
+ }
719
+ } else {
720
+ endPostUpdate();
721
+ }
722
+ {
723
+ if (hostRef.$onRenderResolve$) {
724
+ hostRef.$onRenderResolve$();
725
+ hostRef.$onRenderResolve$ = void 0;
726
+ }
727
+ if (hostRef.$flags$ & 512 /* needsRerender */) {
728
+ nextTick(() => scheduleUpdate(hostRef, false));
729
+ }
730
+ hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);
731
+ }
732
+ };
733
+ var appDidLoad = (who) => {
734
+ {
735
+ addHydratedFlag(doc.documentElement);
736
+ }
737
+ nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
738
+ };
739
+ var safeCall = (instance, method, arg) => {
740
+ if (instance && instance[method]) {
741
+ try {
742
+ return instance[method](arg);
743
+ } catch (e) {
744
+ consoleError(e);
745
+ }
746
+ }
747
+ return void 0;
748
+ };
749
+ var addHydratedFlag = (elm) => {
750
+ var _a;
751
+ return elm.classList.add((_a = BUILD.hydratedSelectorName) != null ? _a : "hydrated") ;
752
+ };
753
+
754
+ // src/runtime/set-value.ts
755
+ var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
756
+ var setValue = (ref, propName, newVal, cmpMeta) => {
757
+ const hostRef = getHostRef(ref);
758
+ if (!hostRef) {
759
+ throw new Error(
760
+ `Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`
761
+ );
762
+ }
763
+ const oldVal = hostRef.$instanceValues$.get(propName);
764
+ const flags = hostRef.$flags$;
765
+ const instance = hostRef.$lazyInstance$ ;
766
+ newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
767
+ const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
768
+ const didValueChange = newVal !== oldVal && !areBothNaN;
769
+ if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
770
+ hostRef.$instanceValues$.set(propName, newVal);
771
+ if (instance) {
772
+ if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
773
+ scheduleUpdate(hostRef, false);
774
+ }
775
+ }
776
+ }
777
+ };
778
+
779
+ // src/runtime/proxy-component.ts
780
+ var proxyComponent = (Cstr, cmpMeta, flags) => {
781
+ var _a, _b;
782
+ const prototype = Cstr.prototype;
783
+ if (cmpMeta.$members$ || BUILD.watchCallback ) {
784
+ const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
785
+ members.map(([memberName, [memberFlags]]) => {
786
+ if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
787
+ Object.defineProperty(prototype, memberName, {
788
+ get() {
789
+ return getValue(this, memberName);
790
+ },
791
+ set(newValue) {
792
+ setValue(this, memberName, newValue, cmpMeta);
793
+ },
794
+ configurable: true,
795
+ enumerable: true
796
+ });
797
+ }
798
+ });
799
+ if ((flags & 1 /* isElementConstructor */)) {
800
+ const attrNameToPropName = /* @__PURE__ */ new Map();
801
+ prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {
802
+ plt.jmp(() => {
803
+ var _a2;
804
+ const propName = attrNameToPropName.get(attrName);
805
+ if (this.hasOwnProperty(propName)) {
806
+ newValue = this[propName];
807
+ delete this[propName];
808
+ } else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && this[propName] == newValue) {
809
+ return;
810
+ } else if (propName == null) {
811
+ const hostRef = getHostRef(this);
812
+ const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
813
+ if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
814
+ const instance = hostRef.$lazyInstance$ ;
815
+ const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
816
+ entry == null ? void 0 : entry.forEach((callbackName) => {
817
+ if (instance[callbackName] != null) {
818
+ instance[callbackName].call(instance, newValue, oldValue, attrName);
819
+ }
820
+ });
821
+ }
822
+ return;
823
+ }
824
+ this[propName] = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
825
+ });
826
+ };
827
+ Cstr.observedAttributes = Array.from(
828
+ /* @__PURE__ */ new Set([
829
+ ...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),
830
+ ...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {
831
+ const attrName = m[1] || propName;
832
+ attrNameToPropName.set(attrName, propName);
833
+ return attrName;
834
+ })
835
+ ])
836
+ );
837
+ }
838
+ }
839
+ return Cstr;
840
+ };
841
+
842
+ // src/runtime/initialize-component.ts
843
+ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
844
+ let Cstr;
845
+ if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
846
+ hostRef.$flags$ |= 32 /* hasInitializedComponent */;
847
+ const bundleId = cmpMeta.$lazyBundleId$;
848
+ if (bundleId) {
849
+ const CstrImport = loadModule(cmpMeta);
850
+ if (CstrImport && "then" in CstrImport) {
851
+ const endLoad = uniqueTime();
852
+ Cstr = await CstrImport;
853
+ endLoad();
854
+ } else {
855
+ Cstr = CstrImport;
856
+ }
857
+ if (!Cstr) {
858
+ throw new Error(`Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found`);
859
+ }
860
+ if (!Cstr.isProxied) {
861
+ proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);
862
+ Cstr.isProxied = true;
863
+ }
864
+ const endNewInstance = createTime("createInstance", cmpMeta.$tagName$);
865
+ {
866
+ hostRef.$flags$ |= 8 /* isConstructingInstance */;
867
+ }
868
+ try {
869
+ new Cstr(hostRef);
870
+ } catch (e) {
871
+ consoleError(e);
872
+ }
873
+ {
874
+ hostRef.$flags$ &= ~8 /* isConstructingInstance */;
875
+ }
876
+ endNewInstance();
877
+ } else {
878
+ Cstr = elm.constructor;
879
+ const cmpTag = elm.localName;
880
+ customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
881
+ }
882
+ }
883
+ const ancestorComponent = hostRef.$ancestorComponent$;
884
+ const schedule = () => scheduleUpdate(hostRef, true);
885
+ if (ancestorComponent && ancestorComponent["s-rc"]) {
886
+ ancestorComponent["s-rc"].push(schedule);
887
+ } else {
888
+ schedule();
889
+ }
890
+ };
891
+ var fireConnectedCallback = (instance) => {
892
+ };
893
+
894
+ // src/runtime/connected-callback.ts
895
+ var connectedCallback = (elm) => {
896
+ if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
897
+ const hostRef = getHostRef(elm);
898
+ const cmpMeta = hostRef.$cmpMeta$;
899
+ const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
900
+ if (!(hostRef.$flags$ & 1 /* hasConnected */)) {
901
+ hostRef.$flags$ |= 1 /* hasConnected */;
902
+ {
903
+ let ancestorComponent = elm;
904
+ while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
905
+ if (ancestorComponent["s-p"]) {
906
+ attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);
907
+ break;
908
+ }
909
+ }
910
+ }
911
+ if (cmpMeta.$members$) {
912
+ Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
913
+ if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {
914
+ const value = elm[memberName];
915
+ delete elm[memberName];
916
+ elm[memberName] = value;
917
+ }
918
+ });
919
+ }
920
+ {
921
+ initializeComponent(elm, hostRef, cmpMeta);
922
+ }
923
+ } else {
924
+ if (hostRef == null ? void 0 : hostRef.$lazyInstance$) ; else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
925
+ hostRef.$onReadyPromise$.then(() => fireConnectedCallback());
926
+ }
927
+ }
928
+ endConnected();
929
+ }
930
+ };
931
+ var disconnectInstance = (instance) => {
932
+ };
933
+ var disconnectedCallback = async (elm) => {
934
+ if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
935
+ const hostRef = getHostRef(elm);
936
+ if (hostRef == null ? void 0 : hostRef.$lazyInstance$) ; else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
937
+ hostRef.$onReadyPromise$.then(() => disconnectInstance());
938
+ }
939
+ }
940
+ };
941
+
942
+ // src/runtime/bootstrap-lazy.ts
943
+ var bootstrapLazy = (lazyBundles, options = {}) => {
944
+ var _a;
945
+ const endBootstrap = createTime();
946
+ const cmpTags = [];
947
+ const exclude = options.exclude || [];
948
+ const customElements2 = win.customElements;
949
+ const head = doc.head;
950
+ const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
951
+ const dataStyles = /* @__PURE__ */ doc.createElement("style");
952
+ const deferredConnectedCallbacks = [];
953
+ let appLoadFallback;
954
+ let isBootstrapping = true;
955
+ Object.assign(plt, options);
956
+ plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", doc.baseURI).href;
957
+ let hasSlotRelocation = false;
958
+ lazyBundles.map((lazyBundle) => {
959
+ lazyBundle[1].map((compactMeta) => {
960
+ const cmpMeta = {
961
+ $flags$: compactMeta[0],
962
+ $tagName$: compactMeta[1],
963
+ $members$: compactMeta[2],
964
+ $listeners$: compactMeta[3]
965
+ };
966
+ if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
967
+ hasSlotRelocation = true;
968
+ }
969
+ {
970
+ cmpMeta.$members$ = compactMeta[2];
971
+ }
972
+ const tagName = cmpMeta.$tagName$;
973
+ const HostElement = class extends HTMLElement {
974
+ // StencilLazyHost
975
+ constructor(self) {
976
+ super(self);
977
+ this.hasRegisteredEventListeners = false;
978
+ self = this;
979
+ registerHost(self, cmpMeta);
980
+ }
981
+ connectedCallback() {
982
+ getHostRef(this);
983
+ if (!this.hasRegisteredEventListeners) {
984
+ this.hasRegisteredEventListeners = true;
985
+ }
986
+ if (appLoadFallback) {
987
+ clearTimeout(appLoadFallback);
988
+ appLoadFallback = null;
989
+ }
990
+ if (isBootstrapping) {
991
+ deferredConnectedCallbacks.push(this);
992
+ } else {
993
+ plt.jmp(() => connectedCallback(this));
994
+ }
995
+ }
996
+ disconnectedCallback() {
997
+ plt.jmp(() => disconnectedCallback(this));
998
+ }
999
+ componentOnReady() {
1000
+ return getHostRef(this).$onReadyPromise$;
1001
+ }
1002
+ };
1003
+ cmpMeta.$lazyBundleId$ = lazyBundle[0];
1004
+ if (!exclude.includes(tagName) && !customElements2.get(tagName)) {
1005
+ cmpTags.push(tagName);
1006
+ customElements2.define(
1007
+ tagName,
1008
+ proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)
1009
+ );
1010
+ }
1011
+ });
1012
+ });
1013
+ if (cmpTags.length > 0) {
1014
+ if (hasSlotRelocation) {
1015
+ dataStyles.textContent += SLOT_FB_CSS;
1016
+ }
1017
+ {
1018
+ dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;
1019
+ }
1020
+ if (dataStyles.innerHTML.length) {
1021
+ dataStyles.setAttribute("data-styles", "");
1022
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
1023
+ if (nonce != null) {
1024
+ dataStyles.setAttribute("nonce", nonce);
1025
+ }
1026
+ head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
1027
+ }
1028
+ }
1029
+ isBootstrapping = false;
1030
+ if (deferredConnectedCallbacks.length) {
1031
+ deferredConnectedCallbacks.map((host) => host.connectedCallback());
1032
+ } else {
1033
+ {
1034
+ plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));
1035
+ }
1036
+ }
1037
+ endBootstrap();
1038
+ };
1039
+
1040
+ // src/runtime/nonce.ts
1041
+ var setNonce = (nonce) => plt.$nonce$ = nonce;
1042
+
1043
+ export { Host as H, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
1044
+
1045
+ //# sourceMappingURL=index-dbe371ba.js.map