crmbonus-component-wake 2.0.128 → 2.0.130

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 (370) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  2. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  3. package/dist/cjs/app-modal.cjs.entry.js +28 -0
  4. package/dist/cjs/app-modal.cjs.entry.js.map +1 -0
  5. package/dist/cjs/cart.helper-d4d8d619.js +77 -0
  6. package/dist/cjs/cart.helper-d4d8d619.js.map +1 -0
  7. package/dist/cjs/countdown-timer_2.cjs.entry.js +63 -0
  8. package/dist/cjs/countdown-timer_2.cjs.entry.js.map +1 -0
  9. package/dist/cjs/crm-bonus-form.cjs.entry.js +104 -0
  10. package/dist/cjs/crm-bonus-form.cjs.entry.js.map +1 -0
  11. package/dist/cjs/crm-bonus-note.cjs.entry.js +101 -0
  12. package/dist/cjs/crm-bonus-note.cjs.entry.js.map +1 -0
  13. package/dist/cjs/crm-bonus.cjs.entry.js +249 -0
  14. package/dist/cjs/crm-bonus.cjs.entry.js.map +1 -0
  15. package/dist/cjs/crm-giftback-form_2.cjs.entry.js +253 -0
  16. package/dist/{crmbonus-component-wake/crm-giftback-form.entry.js.map → cjs/crm-giftback-form_2.cjs.entry.js.map} +1 -1
  17. package/dist/cjs/crm-tooltip_4.cjs.entry.js +211 -0
  18. package/dist/cjs/crm-tooltip_4.cjs.entry.js.map +1 -0
  19. package/dist/cjs/crmbonus-component-wake.cjs.js +27 -0
  20. package/dist/cjs/crmbonus-component-wake.cjs.js.map +1 -0
  21. package/dist/cjs/crmbonus.service-9067d00d.js +3877 -0
  22. package/dist/cjs/crmbonus.service-9067d00d.js.map +1 -0
  23. package/dist/cjs/giftback-finish_4.cjs.entry.js +131 -0
  24. package/dist/cjs/giftback-finish_4.cjs.entry.js.map +1 -0
  25. package/dist/cjs/i18n-f2a6f60e.js +2219 -0
  26. package/dist/cjs/i18n-f2a6f60e.js.map +1 -0
  27. package/dist/cjs/index-6054ed44.js +21 -0
  28. package/dist/cjs/index-6054ed44.js.map +1 -0
  29. package/dist/cjs/index-d11684bd.js +1599 -0
  30. package/dist/cjs/index-d11684bd.js.map +1 -0
  31. package/dist/cjs/index.cjs.js +11 -0
  32. package/dist/cjs/index.cjs.js.map +1 -0
  33. package/dist/cjs/info.config.helper-c5d9f781.js +16 -0
  34. package/dist/cjs/info.config.helper-c5d9f781.js.map +1 -0
  35. package/dist/cjs/keys.storage-de7744aa.js +17 -0
  36. package/dist/cjs/keys.storage-de7744aa.js.map +1 -0
  37. package/dist/cjs/loader.cjs.js +17 -0
  38. package/dist/cjs/loader.cjs.js.map +1 -0
  39. package/dist/cjs/loading-spinner.cjs.entry.js +24 -0
  40. package/dist/cjs/loading-spinner.cjs.entry.js.map +1 -0
  41. package/dist/cjs/pedido-finalizado.cjs.entry.js +39 -0
  42. package/dist/cjs/pedido-finalizado.cjs.entry.js.map +1 -0
  43. package/dist/cjs/phone-cancel-input.cjs.entry.js +25 -0
  44. package/dist/cjs/phone-cancel-input.cjs.entry.js.map +1 -0
  45. package/dist/cjs/phone-input-mask.cjs.entry.js +61 -0
  46. package/dist/cjs/phone-input-mask.cjs.entry.js.map +1 -0
  47. package/dist/cjs/phone-input.cjs.entry.js +25 -0
  48. package/dist/cjs/phone-input.cjs.entry.js.map +1 -0
  49. package/dist/cjs/utils-e9413ee3.js +25 -0
  50. package/dist/cjs/utils-e9413ee3.js.map +1 -0
  51. package/dist/collection/assets/svg/info-circle-svgrepo-com.svg +6 -0
  52. package/dist/collection/assets/svg/money-dollars-svgrepo-com.svg +6 -0
  53. package/dist/collection/collection-manifest.json +32 -0
  54. package/dist/collection/components/button/crm-button.css +22 -0
  55. package/dist/collection/components/button/index.js +76 -0
  56. package/dist/collection/components/button/index.js.map +1 -0
  57. package/dist/collection/components/countdown-timer/countdown-timer.js +81 -0
  58. package/dist/collection/components/countdown-timer/countdown-timer.js.map +1 -0
  59. package/dist/collection/components/crm-bonus/assets/logo.svg +18 -0
  60. package/dist/collection/components/crm-bonus/assets/success-svgrepo-com.svg +8 -0
  61. package/dist/collection/components/crm-bonus/assets/svg/logo.svg +18 -0
  62. package/dist/collection/components/crm-bonus/assets/svg/success-svgrepo-com.svg +8 -0
  63. package/dist/collection/components/crm-bonus/crm-bonus.css +84 -0
  64. package/dist/collection/components/crm-bonus/crm-bonus.js +313 -0
  65. package/dist/collection/components/crm-bonus/crm-bonus.js.map +1 -0
  66. package/dist/collection/components/crm-bonus-form/crm-bonus-form.css +19 -0
  67. package/dist/collection/components/crm-bonus-form/crm-bonus-form.js +348 -0
  68. package/dist/collection/components/crm-bonus-form/crm-bonus-form.js.map +1 -0
  69. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-finish/giftback-finish.css +10 -0
  70. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-finish/giftback-finish.js +20 -0
  71. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-finish/giftback-finish.js.map +1 -0
  72. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-pin/giftback-pin.css +70 -0
  73. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-pin/giftback-pin.js +126 -0
  74. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-pin/giftback-pin.js.map +1 -0
  75. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-progress/giftback-progress.css +110 -0
  76. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-progress/giftback-progress.js +127 -0
  77. package/dist/collection/components/crm-bonus-form/subcomponents/giftback-progress/giftback-progress.js.map +1 -0
  78. package/dist/collection/components/crm-bonus-form/subcomponents/name-input/name-input.css +108 -0
  79. package/dist/collection/components/crm-bonus-form/subcomponents/name-input/name-input.js +110 -0
  80. package/dist/collection/components/crm-bonus-form/subcomponents/name-input/name-input.js.map +1 -0
  81. package/dist/collection/components/crm-bonus-form/subcomponents/phone/phone.input.js +75 -0
  82. package/dist/collection/components/crm-bonus-form/subcomponents/phone/phone.input.js.map +1 -0
  83. package/dist/collection/components/crm-bonus-form/subcomponents/phone-cancel/phone.cancel.input.js +75 -0
  84. package/dist/collection/components/crm-bonus-form/subcomponents/phone-cancel/phone.cancel.input.js.map +1 -0
  85. package/dist/collection/components/giftback-form/giftback-form.css +75 -0
  86. package/dist/collection/components/giftback-form/giftback-form.js +410 -0
  87. package/dist/collection/components/giftback-form/giftback-form.js.map +1 -0
  88. package/dist/collection/components/giftback-form/subcomponents/giftback-info/giftback-info.css +181 -0
  89. package/dist/collection/components/giftback-form/subcomponents/giftback-info/giftback-info.js +221 -0
  90. package/dist/collection/components/giftback-form/subcomponents/giftback-info/giftback-info.js.map +1 -0
  91. package/dist/collection/components/giftback-form/subcomponents/giftback-message/giftback-massage.js +11 -0
  92. package/dist/collection/components/giftback-form/subcomponents/giftback-message/giftback-massage.js.map +1 -0
  93. package/dist/collection/components/giftback-form/subcomponents/phone-form/phone-form.js +103 -0
  94. package/dist/collection/components/giftback-form/subcomponents/phone-form/phone-form.js.map +1 -0
  95. package/dist/collection/components/giftback-form/subcomponents/pin-form/pin-form.css +84 -0
  96. package/dist/collection/components/giftback-form/subcomponents/pin-form/pin-form.js +197 -0
  97. package/dist/collection/components/giftback-form/subcomponents/pin-form/pin-form.js.map +1 -0
  98. package/dist/collection/components/loading-container/loading-container.css +47 -0
  99. package/dist/collection/components/loading-container/loading-container.js +43 -0
  100. package/dist/collection/components/loading-container/loading-container.js.map +1 -0
  101. package/dist/collection/components/loading-spinner/loading-spinner.css +17 -0
  102. package/dist/collection/components/loading-spinner/loading-spinner.js +63 -0
  103. package/dist/collection/components/loading-spinner/loading-spinner.js.map +1 -0
  104. package/dist/collection/components/modal/app-modal.css +45 -0
  105. package/dist/collection/components/modal/app-modal.js +83 -0
  106. package/dist/collection/components/modal/app-modal.js.map +1 -0
  107. package/dist/collection/components/note/crm-bonus-note.css +71 -0
  108. package/dist/collection/components/note/crm-bonus-note.js +117 -0
  109. package/dist/collection/components/note/crm-bonus-note.js.map +1 -0
  110. package/dist/collection/components/pedido/pedido.js +52 -0
  111. package/dist/collection/components/pedido/pedido.js.map +1 -0
  112. package/dist/collection/components/phone/phone-input-mask.css +40 -0
  113. package/dist/collection/components/phone/phone-input-mask.js +125 -0
  114. package/dist/collection/components/phone/phone-input-mask.js.map +1 -0
  115. package/dist/collection/components/tooltip/crm-tooltip.css +49 -0
  116. package/dist/collection/components/tooltip/tooltip.js +61 -0
  117. package/dist/collection/components/tooltip/tooltip.js.map +1 -0
  118. package/dist/collection/contants/index.js +16 -0
  119. package/dist/collection/contants/index.js.map +1 -0
  120. package/dist/collection/contants/mocks.js +28 -0
  121. package/dist/collection/contants/mocks.js.map +1 -0
  122. package/dist/collection/dto/pin.sent.js +2 -0
  123. package/dist/collection/dto/pin.sent.js.map +1 -0
  124. package/dist/collection/dto/update.order.dto.js +2 -0
  125. package/dist/collection/dto/update.order.dto.js.map +1 -0
  126. package/dist/collection/dto/validate.pin.bonus.js +5 -0
  127. package/dist/collection/dto/validate.pin.bonus.js.map +1 -0
  128. package/dist/collection/helpers/build.payload.helper.js +25 -0
  129. package/dist/collection/helpers/build.payload.helper.js.map +1 -0
  130. package/dist/collection/helpers/cart.helper.js +27 -0
  131. package/dist/collection/helpers/cart.helper.js.map +1 -0
  132. package/dist/collection/helpers/info.config.helper.js +11 -0
  133. package/dist/collection/helpers/info.config.helper.js.map +1 -0
  134. package/dist/collection/helpers/time.helper.js +12 -0
  135. package/dist/collection/helpers/time.helper.js.map +1 -0
  136. package/dist/collection/i18n/i18n.js +35 -0
  137. package/dist/collection/i18n/i18n.js.map +1 -0
  138. package/dist/collection/index.js +11 -0
  139. package/dist/collection/index.js.map +1 -0
  140. package/dist/collection/objectvalues/cart.wake.js +46 -0
  141. package/dist/collection/objectvalues/cart.wake.js.map +1 -0
  142. package/dist/collection/services/crmbonus.service.js +118 -0
  143. package/dist/collection/services/crmbonus.service.js.map +1 -0
  144. package/dist/collection/utils/keys.storage.js +9 -0
  145. package/dist/collection/utils/keys.storage.js.map +1 -0
  146. package/dist/{crmbonus-component-wake/utils-96cf9ae0.js → collection/utils/utils.js} +5 -8
  147. package/dist/collection/utils/utils.js.map +1 -0
  148. package/dist/components/app-modal.js +46 -0
  149. package/dist/components/app-modal.js.map +1 -0
  150. package/dist/components/countdown-timer.js +8 -0
  151. package/dist/components/countdown-timer.js.map +1 -0
  152. package/dist/components/crm-bonus-form.js +165 -0
  153. package/dist/components/crm-bonus-form.js.map +1 -0
  154. package/dist/components/crm-bonus-note.js +139 -0
  155. package/dist/components/crm-bonus-note.js.map +1 -0
  156. package/dist/components/crm-bonus.js +339 -0
  157. package/dist/components/crm-bonus.js.map +1 -0
  158. package/dist/components/crm-button.js +8 -0
  159. package/dist/components/crm-button.js.map +1 -0
  160. package/dist/components/crm-giftback-form.js +8 -0
  161. package/dist/components/crm-giftback-form.js.map +1 -0
  162. package/dist/components/crm-tooltip.js +8 -0
  163. package/dist/components/crm-tooltip.js.map +1 -0
  164. package/dist/components/giftback-finish.js +8 -0
  165. package/dist/components/giftback-finish.js.map +1 -0
  166. package/dist/components/giftback-info.js +8 -0
  167. package/dist/components/giftback-info.js.map +1 -0
  168. package/dist/components/giftback-pin.js +8 -0
  169. package/dist/components/giftback-pin.js.map +1 -0
  170. package/dist/components/giftback-progress.js +8 -0
  171. package/dist/components/giftback-progress.js.map +1 -0
  172. package/dist/components/index.js +4 -0
  173. package/dist/components/index.js.map +1 -0
  174. package/dist/components/loading-container.js +8 -0
  175. package/dist/components/loading-container.js.map +1 -0
  176. package/dist/components/loading-spinner.js +8 -0
  177. package/dist/components/loading-spinner.js.map +1 -0
  178. package/dist/components/name-input.js +8 -0
  179. package/dist/components/name-input.js.map +1 -0
  180. package/dist/components/p-11085d9b.js +79 -0
  181. package/dist/components/p-11085d9b.js.map +1 -0
  182. package/dist/{crmbonus-component-wake/name-input.entry.js → components/p-246a3e9d.js} +37 -8
  183. package/dist/components/p-246a3e9d.js.map +1 -0
  184. package/dist/{crmbonus-component-wake/giftback-info.entry.js → components/p-2671d669.js} +52 -12
  185. package/dist/components/p-2671d669.js.map +1 -0
  186. package/dist/{crmbonus-component-wake/countdown-timer.entry.js → components/p-2b3b8d6b.js} +27 -7
  187. package/dist/components/p-2b3b8d6b.js.map +1 -0
  188. package/dist/components/p-3e84f78c.js +1408 -0
  189. package/dist/components/p-3e84f78c.js.map +1 -0
  190. package/dist/components/p-47f9da55.js +46 -0
  191. package/dist/components/p-47f9da55.js.map +1 -0
  192. package/dist/components/p-5443db37.js +316 -0
  193. package/dist/components/p-5443db37.js.map +1 -0
  194. package/dist/{crmbonus-component-wake/crm-tooltip.entry.js → components/p-58b97429.js} +27 -8
  195. package/dist/components/p-58b97429.js.map +1 -0
  196. package/dist/{crmbonus-component-wake/giftback-pin.entry.js → components/p-6186ddcc.js} +38 -8
  197. package/dist/components/p-6186ddcc.js.map +1 -0
  198. package/dist/{crmbonus-component-wake/phone-form.entry.js → components/p-6c546e48.js} +47 -8
  199. package/dist/components/p-6c546e48.js.map +1 -0
  200. package/dist/{crmbonus-component-wake/crmbonus.service-9f4c6fd7.js → components/p-6eda79c3.js} +93 -165
  201. package/dist/components/p-6eda79c3.js.map +1 -0
  202. package/dist/components/p-75ba7b9a.js +14 -0
  203. package/dist/components/p-75ba7b9a.js.map +1 -0
  204. package/dist/{crmbonus-component-wake/giftback-progress.entry.js → components/p-7c744cca.js} +37 -8
  205. package/dist/components/p-7c744cca.js.map +1 -0
  206. package/dist/components/p-7cfea8fe.js +19 -0
  207. package/dist/components/p-7cfea8fe.js.map +1 -0
  208. package/dist/{crmbonus-component-wake/pin-form.entry.js → components/p-83a12a8f.js} +56 -9
  209. package/dist/components/p-83a12a8f.js.map +1 -0
  210. package/dist/{crmbonus-component-wake/cart.helper-4e40ffa9.js → components/p-abbfbc98.js} +2 -3
  211. package/dist/components/p-abbfbc98.js.map +1 -0
  212. package/dist/{crmbonus-component-wake/giftback-finish.entry.js → components/p-b79c86a8.js} +25 -8
  213. package/dist/components/p-b79c86a8.js.map +1 -0
  214. package/dist/components/p-ba369e65.js +21 -0
  215. package/dist/components/p-ba369e65.js.map +1 -0
  216. package/dist/components/p-cc1ea33f.js +36 -0
  217. package/dist/components/p-cc1ea33f.js.map +1 -0
  218. package/dist/{crmbonus-component-wake/i18n-11138a2c.js → components/p-e8c19a64.js} +1 -16
  219. package/dist/components/p-e8c19a64.js.map +1 -0
  220. package/dist/components/p-f9aeffc1.js +12 -0
  221. package/dist/components/p-f9aeffc1.js.map +1 -0
  222. package/dist/components/p-fe9c3966.js +39 -0
  223. package/dist/components/p-fe9c3966.js.map +1 -0
  224. package/dist/components/pedido-finalizado.js +54 -0
  225. package/dist/components/pedido-finalizado.js.map +1 -0
  226. package/dist/components/phone-cancel-input.js +55 -0
  227. package/dist/components/phone-cancel-input.js.map +1 -0
  228. package/dist/components/phone-form.js +8 -0
  229. package/dist/components/phone-form.js.map +1 -0
  230. package/dist/components/phone-input-mask.js +8 -0
  231. package/dist/components/phone-input-mask.js.map +1 -0
  232. package/dist/components/phone-input.js +55 -0
  233. package/dist/components/phone-input.js.map +1 -0
  234. package/dist/components/pin-form.js +8 -0
  235. package/dist/components/pin-form.js.map +1 -0
  236. package/dist/crmbonus-component-wake/crmbonus-component-wake.css +1 -7
  237. package/dist/crmbonus-component-wake/crmbonus-component-wake.esm.js +1 -48
  238. package/dist/crmbonus-component-wake/crmbonus-component-wake.esm.js.map +1 -1
  239. package/dist/crmbonus-component-wake/index.esm.js +1 -12
  240. package/dist/crmbonus-component-wake/index.esm.js.map +1 -1
  241. package/dist/crmbonus-component-wake/p-03b77c41.entry.js +2 -0
  242. package/dist/crmbonus-component-wake/p-03b77c41.entry.js.map +1 -0
  243. package/dist/crmbonus-component-wake/p-3d6152b1.js +3 -0
  244. package/dist/crmbonus-component-wake/p-3d6152b1.js.map +1 -0
  245. package/dist/crmbonus-component-wake/p-620ec1a3.entry.js +2 -0
  246. package/dist/crmbonus-component-wake/p-620ec1a3.entry.js.map +1 -0
  247. package/dist/crmbonus-component-wake/p-6eda79c3.js +2 -0
  248. package/dist/crmbonus-component-wake/p-6eda79c3.js.map +1 -0
  249. package/dist/crmbonus-component-wake/p-74206c91.entry.js +2 -0
  250. package/dist/crmbonus-component-wake/p-74206c91.entry.js.map +1 -0
  251. package/dist/crmbonus-component-wake/p-75ba7b9a.js +2 -0
  252. package/dist/crmbonus-component-wake/p-75ba7b9a.js.map +1 -0
  253. package/dist/crmbonus-component-wake/p-7b7fb354.entry.js +2 -0
  254. package/dist/crmbonus-component-wake/p-7b7fb354.entry.js.map +1 -0
  255. package/dist/crmbonus-component-wake/p-7cfea8fe.js +2 -0
  256. package/dist/crmbonus-component-wake/p-7cfea8fe.js.map +1 -0
  257. package/dist/crmbonus-component-wake/p-885fc30e.entry.js +2 -0
  258. package/dist/crmbonus-component-wake/p-885fc30e.entry.js.map +1 -0
  259. package/dist/crmbonus-component-wake/p-8df3f949.entry.js +2 -0
  260. package/dist/crmbonus-component-wake/p-8df3f949.entry.js.map +1 -0
  261. package/dist/crmbonus-component-wake/p-90716188.entry.js +2 -0
  262. package/dist/crmbonus-component-wake/p-90716188.entry.js.map +1 -0
  263. package/dist/crmbonus-component-wake/p-a33f7c24.entry.js +2 -0
  264. package/dist/crmbonus-component-wake/p-a33f7c24.entry.js.map +1 -0
  265. package/dist/crmbonus-component-wake/p-abbfbc98.js +2 -0
  266. package/dist/crmbonus-component-wake/p-abbfbc98.js.map +1 -0
  267. package/dist/crmbonus-component-wake/p-b7a8f915.entry.js +2 -0
  268. package/dist/crmbonus-component-wake/p-b7a8f915.entry.js.map +1 -0
  269. package/dist/crmbonus-component-wake/p-ba369e65.js +2 -0
  270. package/dist/crmbonus-component-wake/p-ba369e65.js.map +1 -0
  271. package/dist/crmbonus-component-wake/p-be3ddacc.entry.js +2 -0
  272. package/dist/crmbonus-component-wake/p-be3ddacc.entry.js.map +1 -0
  273. package/dist/crmbonus-component-wake/p-c23f3a07.entry.js +2 -0
  274. package/dist/crmbonus-component-wake/{crm-bonus-form.entry.js.map → p-c23f3a07.entry.js.map} +1 -1
  275. package/dist/crmbonus-component-wake/p-e1255160.js +2 -0
  276. package/dist/crmbonus-component-wake/p-e1255160.js.map +1 -0
  277. package/dist/crmbonus-component-wake/p-e8bd92d1.entry.js +2 -0
  278. package/dist/crmbonus-component-wake/p-e8bd92d1.entry.js.map +1 -0
  279. package/dist/crmbonus-component-wake/p-e8c19a64.js +2 -0
  280. package/dist/crmbonus-component-wake/p-e8c19a64.js.map +1 -0
  281. package/dist/crmbonus-component-wake/p-f9aeffc1.js +2 -0
  282. package/dist/crmbonus-component-wake/p-f9aeffc1.js.map +1 -0
  283. package/dist/crmbonus-component-wake/p-fad20959.entry.js +2 -0
  284. package/dist/crmbonus-component-wake/p-fad20959.entry.js.map +1 -0
  285. package/dist/env.js +3 -0
  286. package/dist/env.js.map +1 -0
  287. package/dist/{crmbonus-component-wake → esm}/app-modal.entry.js +3 -2
  288. package/dist/esm/app-modal.entry.js.map +1 -0
  289. package/dist/{crmbonus-component-wake/cart.helper-a921d7f9.js → esm/cart.helper-30a40560.js} +2 -3
  290. package/dist/esm/cart.helper-30a40560.js.map +1 -0
  291. package/dist/esm/countdown-timer_2.entry.js +58 -0
  292. package/dist/esm/countdown-timer_2.entry.js.map +1 -0
  293. package/dist/{crmbonus-component-wake → esm}/crm-bonus-form.entry.js +5 -4
  294. package/dist/esm/crm-bonus-form.entry.js.map +1 -0
  295. package/dist/{crmbonus-component-wake → esm}/crm-bonus-note.entry.js +10 -9
  296. package/dist/esm/crm-bonus-note.entry.js.map +1 -0
  297. package/dist/{crmbonus-component-wake → esm}/crm-bonus.entry.js +8 -7
  298. package/dist/esm/crm-bonus.entry.js.map +1 -0
  299. package/dist/{crmbonus-component-wake/crm-giftback-form.entry.js → esm/crm-giftback-form_2.entry.js} +26 -11
  300. package/dist/esm/crm-giftback-form_2.entry.js.map +1 -0
  301. package/dist/esm/crm-tooltip_4.entry.js +204 -0
  302. package/dist/esm/crm-tooltip_4.entry.js.map +1 -0
  303. package/dist/esm/crmbonus-component-wake.js +22 -0
  304. package/dist/esm/crmbonus-component-wake.js.map +1 -0
  305. package/dist/{crmbonus-component-wake/crmbonus.service-67550994.js → esm/crmbonus.service-42fbd7fa.js} +90 -162
  306. package/dist/esm/crmbonus.service-42fbd7fa.js.map +1 -0
  307. package/dist/esm/giftback-finish_4.entry.js +124 -0
  308. package/dist/esm/giftback-finish_4.entry.js.map +1 -0
  309. package/dist/esm/i18n-e8150dff.js +2217 -0
  310. package/dist/{crmbonus-component-wake/i18n-11138a2c.js.map → esm/i18n-e8150dff.js.map} +1 -1
  311. package/dist/esm/index-e8724c8f.js +1571 -0
  312. package/dist/esm/index-e8724c8f.js.map +1 -0
  313. package/dist/esm/index.js +3 -0
  314. package/dist/esm/index.js.map +1 -0
  315. package/dist/esm/loader.js +13 -0
  316. package/dist/esm/loader.js.map +1 -0
  317. package/dist/{crmbonus-component-wake → esm}/loading-spinner.entry.js +3 -2
  318. package/dist/esm/loading-spinner.entry.js.map +1 -0
  319. package/dist/{crmbonus-component-wake → esm}/pedido-finalizado.entry.js +4 -4
  320. package/dist/esm/pedido-finalizado.entry.js.map +1 -0
  321. package/dist/{crmbonus-component-wake → esm}/phone-cancel-input.entry.js +1 -1
  322. package/dist/esm/phone-cancel-input.entry.js.map +1 -0
  323. package/dist/{crmbonus-component-wake → esm}/phone-input-mask.entry.js +3 -2
  324. package/dist/esm/phone-input-mask.entry.js.map +1 -0
  325. package/dist/{crmbonus-component-wake → esm}/phone-input.entry.js +1 -1
  326. package/dist/esm/phone-input.entry.js.map +1 -0
  327. package/dist/esm/utils-d642b4db.js +21 -0
  328. package/dist/esm/utils-d642b4db.js.map +1 -0
  329. package/dist/index.cjs.js +1 -0
  330. package/dist/index.js +1 -0
  331. package/dist/types/home/darlison/Projects/Bycoders/crmbonus/crmbonus-component/.stencil/env.d.ts +1 -1
  332. package/package.json +1 -1
  333. package/dist/crmbonus-component-wake/app-modal.entry.js.map +0 -1
  334. package/dist/crmbonus-component-wake/cart.helper-4e40ffa9.js.map +0 -1
  335. package/dist/crmbonus-component-wake/cart.helper-a921d7f9.js.map +0 -1
  336. package/dist/crmbonus-component-wake/countdown-timer.entry.js.map +0 -1
  337. package/dist/crmbonus-component-wake/crm-bonus-note.entry.js.map +0 -1
  338. package/dist/crmbonus-component-wake/crm-bonus.entry.js.map +0 -1
  339. package/dist/crmbonus-component-wake/crm-button.entry.js +0 -20
  340. package/dist/crmbonus-component-wake/crm-button.entry.js.map +0 -1
  341. package/dist/crmbonus-component-wake/crm-tooltip.entry.js.map +0 -1
  342. package/dist/crmbonus-component-wake/crmbonus.service-67550994.js.map +0 -1
  343. package/dist/crmbonus-component-wake/crmbonus.service-9f4c6fd7.js.map +0 -1
  344. package/dist/crmbonus-component-wake/giftback-finish.entry.js.map +0 -1
  345. package/dist/crmbonus-component-wake/giftback-info.entry.js.map +0 -1
  346. package/dist/crmbonus-component-wake/giftback-pin.entry.js.map +0 -1
  347. package/dist/crmbonus-component-wake/giftback-progress.entry.js.map +0 -1
  348. package/dist/crmbonus-component-wake/index-d0fd1dc0.js +0 -3039
  349. package/dist/crmbonus-component-wake/index-d0fd1dc0.js.map +0 -1
  350. package/dist/crmbonus-component-wake/loading-container.entry.js +0 -18
  351. package/dist/crmbonus-component-wake/loading-container.entry.js.map +0 -1
  352. package/dist/crmbonus-component-wake/loading-spinner.entry.js.map +0 -1
  353. package/dist/crmbonus-component-wake/name-input.entry.js.map +0 -1
  354. package/dist/crmbonus-component-wake/pedido-finalizado.entry.js.map +0 -1
  355. package/dist/crmbonus-component-wake/phone-cancel-input.entry.js.map +0 -1
  356. package/dist/crmbonus-component-wake/phone-form.entry.js.map +0 -1
  357. package/dist/crmbonus-component-wake/phone-input-mask.entry.js.map +0 -1
  358. package/dist/crmbonus-component-wake/phone-input.entry.js.map +0 -1
  359. package/dist/crmbonus-component-wake/pin-form.entry.js.map +0 -1
  360. package/dist/crmbonus-component-wake/shadow-css-7ad5caf8.js +0 -334
  361. package/dist/crmbonus-component-wake/shadow-css-7ad5caf8.js.map +0 -1
  362. package/dist/crmbonus-component-wake/utils-96cf9ae0.js.map +0 -1
  363. /package/dist/{crmbonus-component-wake → esm}/app-globals-0f993ce5.js +0 -0
  364. /package/dist/{crmbonus-component-wake → esm}/app-globals-0f993ce5.js.map +0 -0
  365. /package/dist/{crmbonus-component-wake → esm}/index-5b567099.js +0 -0
  366. /package/dist/{crmbonus-component-wake → esm}/index-5b567099.js.map +0 -0
  367. /package/dist/{crmbonus-component-wake → esm}/info.config.helper-42d9ddf9.js +0 -0
  368. /package/dist/{crmbonus-component-wake → esm}/info.config.helper-42d9ddf9.js.map +0 -0
  369. /package/dist/{crmbonus-component-wake → esm}/keys.storage-8c76fcd7.js +0 -0
  370. /package/dist/{crmbonus-component-wake → esm}/keys.storage-8c76fcd7.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["NAMESPACE","BUILD","allRenderFn","appendChildSlotFix","asyncLoading","asyncQueue","attachStyles","cloneNodeFix","cmpDidLoad","cmpDidRender","cmpDidUnload","cmpDidUpdate","cmpShouldUpdate","cmpWillLoad","cmpWillRender","cmpWillUpdate","connectedCallback","constructableCSS","cssAnnotations","devTools","disconnectedCallback","element","event","experimentalScopedSlotChanges","experimentalSlotFixes","formAssociated","hasRenderFn","hostListener","hostListenerTarget","hostListenerTargetBody","hostListenerTargetDocument","hostListenerTargetParent","hostListenerTargetWindow","hotModuleReplacement","hydrateClientSide","hydrateServerSide","hydratedAttribute","hydratedClass","hydratedSelectorName","initializeNextTick","invisiblePrehydration","isDebug","isDev","isTesting","lazyLoad","lifecycle","lifecycleDOMEvents","member","method","mode","observeAttribute","profile","prop","propBoolean","propMutable","propNumber","propString","reflect","scoped","scopedSlotTextContentFix","scriptDataOpts","shadowDelegatesFocus","shadowDom","slot","slotChildNodesFix","slotRelocation","state","style","svg","taskQueue","transformTagName","updatable","vdomAttribute","vdomClass","vdomFunctional","vdomKey","vdomListener","vdomPropOrAttr","vdomRef","vdomRender","vdomStyle","vdomText","vdomXlink","watchCallback","__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","hostRefs","WeakMap","getHostRef","ref","registerInstance","lazyInstance","hostRef","set","$lazyInstance$","registerHost","hostElement","cmpMeta","$flags$","$hostElement$","$cmpMeta$","$instanceValues$","Map","$onInstancePromise$","Promise","r","$onInstanceResolve$","$onReadyPromise$","$onReadyResolve$","isMemberInElement","elm","memberName","consoleError","e","el","console","error","cmpModules","loadModule","hmrVersionId","exportName","$tagName$","replace","bundleId","$lazyBundleId$","module","import","then","importedModule","styles","HYDRATED_CSS","SLOT_FB_CSS","win","window","doc","document","head","plt","$resourcesUrl$","jmp","h2","raf","requestAnimationFrame","ael","eventName","listener","opts","addEventListener","rel","removeEventListener","ce","CustomEvent","promiseResolve","v","resolve","supportsConstructableStylesheets","CSSStyleSheet","replaceSync","queuePending","queueDomReads","queueDomWrites","queueTask","queue","write","cb","push","nextTick","flush","consume","i2","length","performance","now","writeTask","EMPTY_OBJ","isDef","isComplexType","o","queryNonceMetaTagContent","doc2","_a","_b","_c","querySelector","getAttribute","result_exports","err","map","ok","unwrap","unwrapErr","value","isOk","isErr","result","fn","val","newVal","createTime","fnName","tagName","uniqueTime","key","measureText","h","nodeName","vnodeData","children","child","slotName","simple","lastSimple","vNodeChildren","walk","c","Array","isArray","String","$text$","newVNode","classData","className","class","keys","filter","k","join","vnode","$attrs$","$children$","$key$","$name$","tag","text","$tag$","$elm$","Host","isHost","node","parsePropertyValue","propValue","propType","parseFloat","getElement","createEvent","flags","emit","detail","emitEvent","bubbles","composed","cancelable","ev","dispatchEvent","rootAppliedStyles","registerStyle","scopeId2","cssText","allowCS","addStyle","styleContainerNode","getScopeId","nodeType","appliedStyles","styleElm","Set","has","createElement","innerHTML","nonce","$nonce$","setAttribute","preconnectLinks","querySelectorAll","referenceNode2","nextSibling","insertBefore","stylesheet","adoptedStyleSheets","existingStyleContainer","prepend","append","add","includes","endAttachStyles","shadowRoot","getRootNode","classList","cmp","setAccessor","oldValue","newValue","isSvg","isProp","ln","toLowerCase","oldClasses","parseClassList","newClasses","remove","removeProperty","setProperty","slice","capture","endsWith","CAPTURE_EVENT_SUFFIX","CAPTURE_EVENT_REGEX","isComplex","n","__lookupSetter__","removeAttribute","parseClassListRegex","split","RegExp","updateElement","oldVnode","newVnode","isSvgMode2","host","oldVnodeAttrs","newVnodeAttrs","sortedAttrNames","attrNames","attr","scopeId","contentRef","hostTagName","useNativeShadowDom","checkSlotFallbackVisibility","checkSlotRelocate","isSvgMode","createElm","oldParentVNode","newParentVNode","childIndex","parentElm","newVNode2","childNode","oldVNode","createTextNode","BUILD16","rootNode","isElementWithinShadowRoot","updateElementScopeIds","appendChild","putBackInOriginalLocation","recursive","oldSlotChildNodes","from","childNodes","parentReferenceNode","referenceNode","addVnodes","before","parentVNode","vnodes","startIdx","endIdx","containerElm","parentNode","removeVnodes","index","nullifyVNodeRefs","updateChildren","oldCh","newCh","isInitialRender","oldStartIdx","newStartIdx","idxInOld","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","elmToMove","isSameVnode","patch","leftVNode","rightVNode","oldChildren","newChildren","defaultHolder","textContent","data","updateFallbackSlotVisibility","hidden","siblingNode","trim","relocateNodes","markSlotContentForRelocation","hostContentNodes","j","isNodeLocatedInSlot","relocateNodeData","find","$nodeToRelocate$","$slotRefNode$","relocateNode","some","nodeToRelocate","vNode","parent","newNode","reference","inserted","findScopeIds","scopeIds","parentElement","iterateChildNodes","Boolean","size","renderVdom","renderFnResults","isInitialLoad","_d","hostElm","$vnode$","rootVnode","$attrsToReflect$","propName","attribute","hasAttribute","relocateData","orgLocationNode","slotRefNode","parentNodeRef","insertBeforeNode","previousSibling","refNode","attachToAncestor","ancestorComponent","$onRenderResolve$","scheduleUpdate","$ancestorComponent$","dispatch","dispatchHooks","endSchedule","instance","Error","maybePromise","safeCall","enqueue","updateComponent","isPromisey","catch","err2","async","endUpdate","rc","endRender","callRender","childrenPromises","postUpdate","postUpdateComponent","render","endPostUpdate","addHydratedFlag","appDidLoad","who","documentElement","namespace","arg","BUILD17","getValue","setValue","oldVal","$members$","areBothNaN","Number","isNaN","didValueChange","$watchers$","watchMethods","watchMethodName","proxyComponent","Cstr","prototype","watchers","members","entries","memberFlags","this","configurable","args","_a2","_a3","attrNameToPropName","attributeChangedCallback","attrName","hasOwnProperty","flags2","entry","forEach","callbackName","call","observedAttributes","_","m","initializeComponent","CstrImport","endLoad","$modeName$","isProxied","endNewInstance","constructor","cmpTag","localName","customElements","whenDefined","endRegisterStyles","schedule","fireConnectedCallback","endConnected","setContentReference","contentRefElm","createComment","firstChild","disconnectInstance","bootstrapLazy","lazyBundles","options","endBootstrap","cmpTags","exclude","customElements2","metaCharset","dataStyles","deferredConnectedCallbacks","appLoadFallback","isBootstrapping","assign","URL","resourcesUrl","baseURI","href","hasSlotRelocation","lazyBundle","compactMeta","$listeners$","HostElement","HTMLElement","self","super","hasRegisteredEventListeners","attachShadow","clearTimeout","componentOnReady","define","sort","setTimeout","setNonce"],"sources":["@stencil/core/internal/app-data","node_modules/@stencil/core/internal/client/index.js?app-data=conditional"],"sourcesContent":["export const NAMESPACE = 'crmbonus-component-wake';\nexport const BUILD = /* crmbonus-component-wake */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, 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: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: true };\nexport const Env = /* crmbonus-component-wake */ {};\n","/*\n Stencil Client Platform v4.22.2 | MIT Licensed | https://stenciljs.com\n */\nvar __defProp = Object.defineProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\n\n// src/client/client-build.ts\nimport { BUILD } from \"@stencil/core/internal/app-data\";\nvar Build = {\n isDev: BUILD.isDev ? true : false,\n isBrowser: true,\n isServer: false,\n isTesting: BUILD.isTesting ? true : false\n};\n\n// src/client/client-host-ref.ts\nimport { BUILD as BUILD2 } from \"@stencil/core/internal/app-data\";\nvar hostRefs = BUILD2.hotModuleReplacement ? window.__STENCIL_HOSTREFS__ || (window.__STENCIL_HOSTREFS__ = /* @__PURE__ */ new WeakMap()) : /* @__PURE__ */ new WeakMap();\nvar getHostRef = (ref) => hostRefs.get(ref);\nvar registerInstance = (lazyInstance, hostRef) => hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);\nvar registerHost = (hostElement, cmpMeta) => {\n const hostRef = {\n $flags$: 0,\n $hostElement$: hostElement,\n $cmpMeta$: cmpMeta,\n $instanceValues$: /* @__PURE__ */ new Map()\n };\n if (BUILD2.isDev) {\n hostRef.$renderCount$ = 0;\n }\n if (BUILD2.method && BUILD2.lazyLoad) {\n hostRef.$onInstancePromise$ = new Promise((r) => hostRef.$onInstanceResolve$ = r);\n }\n if (BUILD2.asyncLoading) {\n hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);\n hostElement[\"s-p\"] = [];\n hostElement[\"s-rc\"] = [];\n }\n return hostRefs.set(hostElement, hostRef);\n};\nvar isMemberInElement = (elm, memberName) => memberName in elm;\n\n// src/client/client-load-module.ts\nimport { BUILD as BUILD4 } from \"@stencil/core/internal/app-data\";\n\n// src/client/client-log.ts\nimport { BUILD as BUILD3 } from \"@stencil/core/internal/app-data\";\nvar customError;\nvar consoleError = (e, el) => (customError || console.error)(e, el);\nvar STENCIL_DEV_MODE = BUILD3.isTesting ? [\"STENCIL:\"] : [\n \"%cstencil\",\n \"color: white;background:#4c47ff;font-weight: bold; font-size:10px; padding:2px 6px; border-radius: 5px\"\n];\nvar consoleDevError = (...m) => console.error(...STENCIL_DEV_MODE, ...m);\nvar consoleDevWarn = (...m) => console.warn(...STENCIL_DEV_MODE, ...m);\nvar consoleDevInfo = (...m) => console.info(...STENCIL_DEV_MODE, ...m);\nvar setErrorHandler = (handler) => customError = handler;\n\n// src/client/client-load-module.ts\nvar cmpModules = /* @__PURE__ */ new Map();\nvar MODULE_IMPORT_PREFIX = \"./\";\nvar loadModule = (cmpMeta, hostRef, hmrVersionId) => {\n const exportName = cmpMeta.$tagName$.replace(/-/g, \"_\");\n const bundleId = cmpMeta.$lazyBundleId$;\n if (BUILD4.isDev && typeof bundleId !== \"string\") {\n consoleDevError(\n `Trying to lazily load component <${cmpMeta.$tagName$}> with style mode \"${hostRef.$modeName$}\", but it does not exist.`\n );\n return void 0;\n } else if (!bundleId) {\n return void 0;\n }\n const module = !BUILD4.hotModuleReplacement ? cmpModules.get(bundleId) : false;\n if (module) {\n return module[exportName];\n }\n /*!__STENCIL_STATIC_IMPORT_SWITCH__*/\n return import(\n /* @vite-ignore */\n /* webpackInclude: /\\.entry\\.js$/ */\n /* webpackExclude: /\\.system\\.entry\\.js$/ */\n /* webpackMode: \"lazy\" */\n `./${bundleId}.entry.js${BUILD4.hotModuleReplacement && hmrVersionId ? \"?s-hmr=\" + hmrVersionId : \"\"}`\n ).then((importedModule) => {\n if (!BUILD4.hotModuleReplacement) {\n cmpModules.set(bundleId, importedModule);\n }\n return importedModule[exportName];\n }, consoleError);\n};\n\n// src/client/client-style.ts\nvar styles = /* @__PURE__ */ new Map();\nvar modeResolutionChain = [];\n\n// src/client/client-task-queue.ts\nimport { BUILD as BUILD6 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/runtime-constants.ts\nvar CONTENT_REF_ID = \"r\";\nvar ORG_LOCATION_ID = \"o\";\nvar SLOT_NODE_ID = \"s\";\nvar TEXT_NODE_ID = \"t\";\nvar HYDRATE_ID = \"s-id\";\nvar HYDRATED_STYLE_ID = \"sty-id\";\nvar HYDRATE_CHILD_ID = \"c-id\";\nvar HYDRATED_CSS = \"{visibility:hidden}.hydrated{visibility:inherit}\";\nvar STENCIL_DOC_DATA = \"_stencilDocData\";\nvar DEFAULT_DOC_DATA = {\n hostIds: 0,\n rootLevelIds: 0,\n staticComponents: /* @__PURE__ */ new Set()\n};\nvar SLOT_FB_CSS = \"slot-fb{display:contents}slot-fb[hidden]{display:none}\";\nvar XLINK_NS = \"http://www.w3.org/1999/xlink\";\nvar FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS = [\n \"formAssociatedCallback\",\n \"formResetCallback\",\n \"formDisabledCallback\",\n \"formStateRestoreCallback\"\n];\n\n// src/client/client-window.ts\nimport { BUILD as BUILD5 } from \"@stencil/core/internal/app-data\";\nvar win = typeof window !== \"undefined\" ? window : {};\nvar doc = win.document || { head: {} };\nvar H = win.HTMLElement || class {\n};\nvar plt = {\n $flags$: 0,\n $resourcesUrl$: \"\",\n jmp: (h2) => h2(),\n raf: (h2) => requestAnimationFrame(h2),\n ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),\n rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),\n ce: (eventName, opts) => new CustomEvent(eventName, opts)\n};\nvar setPlatformHelpers = (helpers) => {\n Object.assign(plt, helpers);\n};\nvar supportsShadow = BUILD5.shadowDom;\nvar supportsListenerOptions = /* @__PURE__ */ (() => {\n let supportsListenerOptions2 = false;\n try {\n doc.addEventListener(\n \"e\",\n null,\n Object.defineProperty({}, \"passive\", {\n get() {\n supportsListenerOptions2 = true;\n }\n })\n );\n } catch (e) {\n }\n return supportsListenerOptions2;\n})();\nvar promiseResolve = (v) => Promise.resolve(v);\nvar supportsConstructableStylesheets = BUILD5.constructableCSS ? /* @__PURE__ */ (() => {\n try {\n new CSSStyleSheet();\n return typeof new CSSStyleSheet().replaceSync === \"function\";\n } catch (e) {\n }\n return false;\n})() : false;\n\n// src/client/client-task-queue.ts\nvar queueCongestion = 0;\nvar queuePending = false;\nvar queueDomReads = [];\nvar queueDomWrites = [];\nvar queueDomWritesLow = [];\nvar queueTask = (queue, write) => (cb) => {\n queue.push(cb);\n if (!queuePending) {\n queuePending = true;\n if (write && plt.$flags$ & 4 /* queueSync */) {\n nextTick(flush);\n } else {\n plt.raf(flush);\n }\n }\n};\nvar consume = (queue) => {\n for (let i2 = 0; i2 < queue.length; i2++) {\n try {\n queue[i2](performance.now());\n } catch (e) {\n consoleError(e);\n }\n }\n queue.length = 0;\n};\nvar consumeTimeout = (queue, timeout) => {\n let i2 = 0;\n let ts = 0;\n while (i2 < queue.length && (ts = performance.now()) < timeout) {\n try {\n queue[i2++](ts);\n } catch (e) {\n consoleError(e);\n }\n }\n if (i2 === queue.length) {\n queue.length = 0;\n } else if (i2 !== 0) {\n queue.splice(0, i2);\n }\n};\nvar flush = () => {\n if (BUILD6.asyncQueue) {\n queueCongestion++;\n }\n consume(queueDomReads);\n if (BUILD6.asyncQueue) {\n const timeout = (plt.$flags$ & 6 /* queueMask */) === 2 /* appLoaded */ ? performance.now() + 14 * Math.ceil(queueCongestion * (1 / 10)) : Infinity;\n consumeTimeout(queueDomWrites, timeout);\n consumeTimeout(queueDomWritesLow, timeout);\n if (queueDomWrites.length > 0) {\n queueDomWritesLow.push(...queueDomWrites);\n queueDomWrites.length = 0;\n }\n if (queuePending = queueDomReads.length + queueDomWrites.length + queueDomWritesLow.length > 0) {\n plt.raf(flush);\n } else {\n queueCongestion = 0;\n }\n } else {\n consume(queueDomWrites);\n if (queuePending = queueDomReads.length > 0) {\n plt.raf(flush);\n }\n }\n};\nvar nextTick = (cb) => promiseResolve().then(cb);\nvar readTask = /* @__PURE__ */ queueTask(queueDomReads, false);\nvar writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);\n\n// src/client/index.ts\nimport { BUILD as BUILD27, Env, NAMESPACE as NAMESPACE2 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/asset-path.ts\nvar getAssetPath = (path) => {\n const assetUrl = new URL(path, plt.$resourcesUrl$);\n return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;\n};\nvar setAssetPath = (path) => plt.$resourcesUrl$ = path;\n\n// src/runtime/bootstrap-custom-element.ts\nimport { BUILD as BUILD24 } from \"@stencil/core/internal/app-data\";\n\n// src/utils/constants.ts\nvar EMPTY_OBJ = {};\nvar SVG_NS = \"http://www.w3.org/2000/svg\";\nvar HTML_NS = \"http://www.w3.org/1999/xhtml\";\n\n// src/utils/helpers.ts\nvar isDef = (v) => v != null;\nvar isComplexType = (o) => {\n o = typeof o;\n return o === \"object\" || o === \"function\";\n};\n\n// src/utils/query-nonce-meta-tag-content.ts\nfunction queryNonceMetaTagContent(doc2) {\n var _a, _b, _c;\n 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;\n}\n\n// src/utils/result.ts\nvar result_exports = {};\n__export(result_exports, {\n err: () => err,\n map: () => map,\n ok: () => ok,\n unwrap: () => unwrap,\n unwrapErr: () => unwrapErr\n});\nvar ok = (value) => ({\n isOk: true,\n isErr: false,\n value\n});\nvar err = (value) => ({\n isOk: false,\n isErr: true,\n value\n});\nfunction map(result, fn) {\n if (result.isOk) {\n const val = fn(result.value);\n if (val instanceof Promise) {\n return val.then((newVal) => ok(newVal));\n } else {\n return ok(val);\n }\n }\n if (result.isErr) {\n const value = result.value;\n return err(value);\n }\n throw \"should never get here\";\n}\nvar unwrap = (result) => {\n if (result.isOk) {\n return result.value;\n } else {\n throw result.value;\n }\n};\nvar unwrapErr = (result) => {\n if (result.isErr) {\n return result.value;\n } else {\n throw result.value;\n }\n};\n\n// src/runtime/connected-callback.ts\nimport { BUILD as BUILD21 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/client-hydrate.ts\nimport { BUILD as BUILD9 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/profile.ts\nimport { BUILD as BUILD7 } from \"@stencil/core/internal/app-data\";\nvar i = 0;\nvar createTime = (fnName, tagName = \"\") => {\n if (BUILD7.profile && performance.mark) {\n const key = `st:${fnName}:${tagName}:${i++}`;\n performance.mark(key);\n return () => performance.measure(`[Stencil] ${fnName}() <${tagName}>`, key);\n } else {\n return () => {\n return;\n };\n }\n};\nvar uniqueTime = (key, measureText) => {\n if (BUILD7.profile && performance.mark) {\n if (performance.getEntriesByName(key, \"mark\").length === 0) {\n performance.mark(key);\n }\n return () => {\n if (performance.getEntriesByName(measureText, \"measure\").length === 0) {\n performance.measure(measureText, key);\n }\n };\n } else {\n return () => {\n return;\n };\n }\n};\nvar inspect = (ref) => {\n const hostRef = getHostRef(ref);\n if (!hostRef) {\n return void 0;\n }\n const flags = hostRef.$flags$;\n const hostElement = hostRef.$hostElement$;\n return {\n renderCount: hostRef.$renderCount$,\n flags: {\n hasRendered: !!(flags & 2 /* hasRendered */),\n hasConnected: !!(flags & 1 /* hasConnected */),\n isWaitingForChildren: !!(flags & 4 /* isWaitingForChildren */),\n isConstructingInstance: !!(flags & 8 /* isConstructingInstance */),\n isQueuedForUpdate: !!(flags & 16 /* isQueuedForUpdate */),\n hasInitializedComponent: !!(flags & 32 /* hasInitializedComponent */),\n hasLoadedComponent: !!(flags & 64 /* hasLoadedComponent */),\n isWatchReady: !!(flags & 128 /* isWatchReady */),\n isListenReady: !!(flags & 256 /* isListenReady */),\n needsRerender: !!(flags & 512 /* needsRerender */)\n },\n instanceValues: hostRef.$instanceValues$,\n ancestorComponent: hostRef.$ancestorComponent$,\n hostElement,\n lazyInstance: hostRef.$lazyInstance$,\n vnode: hostRef.$vnode$,\n modeName: hostRef.$modeName$,\n onReadyPromise: hostRef.$onReadyPromise$,\n onReadyResolve: hostRef.$onReadyResolve$,\n onInstancePromise: hostRef.$onInstancePromise$,\n onInstanceResolve: hostRef.$onInstanceResolve$,\n onRenderResolve: hostRef.$onRenderResolve$,\n queuedListeners: hostRef.$queuedListeners$,\n rmListeners: hostRef.$rmListeners$,\n [\"s-id\"]: hostElement[\"s-id\"],\n [\"s-cr\"]: hostElement[\"s-cr\"],\n [\"s-lr\"]: hostElement[\"s-lr\"],\n [\"s-p\"]: hostElement[\"s-p\"],\n [\"s-rc\"]: hostElement[\"s-rc\"],\n [\"s-sc\"]: hostElement[\"s-sc\"]\n };\n};\nvar installDevTools = () => {\n if (BUILD7.devTools) {\n const stencil = win.stencil = win.stencil || {};\n const originalInspect = stencil.inspect;\n stencil.inspect = (ref) => {\n let result = inspect(ref);\n if (!result && typeof originalInspect === \"function\") {\n result = originalInspect(ref);\n }\n return result;\n };\n }\n};\n\n// src/runtime/vdom/h.ts\nimport { BUILD as BUILD8 } from \"@stencil/core/internal/app-data\";\nvar h = (nodeName, vnodeData, ...children) => {\n let child = null;\n let key = null;\n let slotName = null;\n let simple = false;\n let lastSimple = false;\n const vNodeChildren = [];\n const walk = (c) => {\n for (let i2 = 0; i2 < c.length; i2++) {\n child = c[i2];\n if (Array.isArray(child)) {\n walk(child);\n } else if (child != null && typeof child !== \"boolean\") {\n if (simple = typeof nodeName !== \"function\" && !isComplexType(child)) {\n child = String(child);\n } else if (BUILD8.isDev && typeof nodeName !== \"function\" && child.$flags$ === void 0) {\n consoleDevError(`vNode passed as children has unexpected type.\nMake sure it's using the correct h() function.\nEmpty objects can also be the cause, look for JSX comments that became objects.`);\n }\n if (simple && lastSimple) {\n vNodeChildren[vNodeChildren.length - 1].$text$ += child;\n } else {\n vNodeChildren.push(simple ? newVNode(null, child) : child);\n }\n lastSimple = simple;\n }\n }\n };\n walk(children);\n if (vnodeData) {\n if (BUILD8.isDev && nodeName === \"input\") {\n validateInputProperties(vnodeData);\n }\n if (BUILD8.vdomKey && vnodeData.key) {\n key = vnodeData.key;\n }\n if (BUILD8.slotRelocation && vnodeData.name) {\n slotName = vnodeData.name;\n }\n if (BUILD8.vdomClass) {\n const classData = vnodeData.className || vnodeData.class;\n if (classData) {\n vnodeData.class = typeof classData !== \"object\" ? classData : Object.keys(classData).filter((k) => classData[k]).join(\" \");\n }\n }\n }\n if (BUILD8.isDev && vNodeChildren.some(isHost)) {\n consoleDevError(`The <Host> must be the single root component. Make sure:\n- You are NOT using hostData() and <Host> in the same component.\n- <Host> is used once, and it's the single root component of the render() function.`);\n }\n if (BUILD8.vdomFunctional && typeof nodeName === \"function\") {\n return nodeName(\n vnodeData === null ? {} : vnodeData,\n vNodeChildren,\n vdomFnUtils\n );\n }\n const vnode = newVNode(nodeName, null);\n vnode.$attrs$ = vnodeData;\n if (vNodeChildren.length > 0) {\n vnode.$children$ = vNodeChildren;\n }\n if (BUILD8.vdomKey) {\n vnode.$key$ = key;\n }\n if (BUILD8.slotRelocation) {\n vnode.$name$ = slotName;\n }\n return vnode;\n};\nvar newVNode = (tag, text) => {\n const vnode = {\n $flags$: 0,\n $tag$: tag,\n $text$: text,\n $elm$: null,\n $children$: null\n };\n if (BUILD8.vdomAttribute) {\n vnode.$attrs$ = null;\n }\n if (BUILD8.vdomKey) {\n vnode.$key$ = null;\n }\n if (BUILD8.slotRelocation) {\n vnode.$name$ = null;\n }\n return vnode;\n};\nvar Host = {};\nvar isHost = (node) => node && node.$tag$ === Host;\nvar vdomFnUtils = {\n forEach: (children, cb) => children.map(convertToPublic).forEach(cb),\n map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate)\n};\nvar convertToPublic = (node) => ({\n vattrs: node.$attrs$,\n vchildren: node.$children$,\n vkey: node.$key$,\n vname: node.$name$,\n vtag: node.$tag$,\n vtext: node.$text$\n});\nvar convertToPrivate = (node) => {\n if (typeof node.vtag === \"function\") {\n const vnodeData = { ...node.vattrs };\n if (node.vkey) {\n vnodeData.key = node.vkey;\n }\n if (node.vname) {\n vnodeData.name = node.vname;\n }\n return h(node.vtag, vnodeData, ...node.vchildren || []);\n }\n const vnode = newVNode(node.vtag, node.vtext);\n vnode.$attrs$ = node.vattrs;\n vnode.$children$ = node.vchildren;\n vnode.$key$ = node.vkey;\n vnode.$name$ = node.vname;\n return vnode;\n};\nvar validateInputProperties = (inputElm) => {\n const props = Object.keys(inputElm);\n const value = props.indexOf(\"value\");\n if (value === -1) {\n return;\n }\n const typeIndex = props.indexOf(\"type\");\n const minIndex = props.indexOf(\"min\");\n const maxIndex = props.indexOf(\"max\");\n const stepIndex = props.indexOf(\"step\");\n if (value < typeIndex || value < minIndex || value < maxIndex || value < stepIndex) {\n consoleDevWarn(`The \"value\" prop of <input> should be set after \"min\", \"max\", \"type\" and \"step\"`);\n }\n};\n\n// src/runtime/client-hydrate.ts\nvar initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {\n const endHydrate = createTime(\"hydrateClient\", tagName);\n const shadowRoot = hostElm.shadowRoot;\n const childRenderNodes = [];\n const slotNodes = [];\n const shadowRootNodes = BUILD9.shadowDom && shadowRoot ? [] : null;\n const vnode = hostRef.$vnode$ = newVNode(tagName, null);\n if (!plt.$orgLocNodes$) {\n initializeDocumentHydrate(doc.body, plt.$orgLocNodes$ = /* @__PURE__ */ new Map());\n }\n hostElm[HYDRATE_ID] = hostId;\n hostElm.removeAttribute(HYDRATE_ID);\n clientHydrate(vnode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, hostElm, hostId);\n childRenderNodes.map((c) => {\n const orgLocationId = c.$hostId$ + \".\" + c.$nodeId$;\n const orgLocationNode = plt.$orgLocNodes$.get(orgLocationId);\n const node = c.$elm$;\n if (orgLocationNode && supportsShadow && orgLocationNode[\"s-en\"] === \"\") {\n orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);\n }\n if (!shadowRoot) {\n node[\"s-hn\"] = tagName;\n if (orgLocationNode) {\n node[\"s-ol\"] = orgLocationNode;\n node[\"s-ol\"][\"s-nr\"] = node;\n }\n }\n plt.$orgLocNodes$.delete(orgLocationId);\n });\n if (BUILD9.shadowDom && shadowRoot) {\n shadowRootNodes.map((shadowRootNode) => {\n if (shadowRootNode) {\n shadowRoot.appendChild(shadowRootNode);\n }\n });\n }\n endHydrate();\n};\nvar clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node, hostId) => {\n let childNodeType;\n let childIdSplt;\n let childVNode;\n let i2;\n if (node.nodeType === 1 /* ElementNode */) {\n childNodeType = node.getAttribute(HYDRATE_CHILD_ID);\n if (childNodeType) {\n childIdSplt = childNodeType.split(\".\");\n if (childIdSplt[0] === hostId || childIdSplt[0] === \"0\") {\n childVNode = {\n $flags$: 0,\n $hostId$: childIdSplt[0],\n $nodeId$: childIdSplt[1],\n $depth$: childIdSplt[2],\n $index$: childIdSplt[3],\n $tag$: node.tagName.toLowerCase(),\n $elm$: node,\n $attrs$: null,\n $children$: null,\n $key$: null,\n $name$: null,\n $text$: null\n };\n childRenderNodes.push(childVNode);\n node.removeAttribute(HYDRATE_CHILD_ID);\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n parentVNode = childVNode;\n if (shadowRootNodes && childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n }\n if (node.shadowRoot) {\n for (i2 = node.shadowRoot.childNodes.length - 1; i2 >= 0; i2--) {\n clientHydrate(\n parentVNode,\n childRenderNodes,\n slotNodes,\n shadowRootNodes,\n hostElm,\n node.shadowRoot.childNodes[i2],\n hostId\n );\n }\n }\n for (i2 = node.childNodes.length - 1; i2 >= 0; i2--) {\n clientHydrate(\n parentVNode,\n childRenderNodes,\n slotNodes,\n shadowRootNodes,\n hostElm,\n node.childNodes[i2],\n hostId\n );\n }\n } else if (node.nodeType === 8 /* CommentNode */) {\n childIdSplt = node.nodeValue.split(\".\");\n if (childIdSplt[1] === hostId || childIdSplt[1] === \"0\") {\n childNodeType = childIdSplt[0];\n childVNode = {\n $flags$: 0,\n $hostId$: childIdSplt[1],\n $nodeId$: childIdSplt[2],\n $depth$: childIdSplt[3],\n $index$: childIdSplt[4],\n $elm$: node,\n $attrs$: null,\n $children$: null,\n $key$: null,\n $name$: null,\n $tag$: null,\n $text$: null\n };\n if (childNodeType === TEXT_NODE_ID) {\n childVNode.$elm$ = node.nextSibling;\n if (childVNode.$elm$ && childVNode.$elm$.nodeType === 3 /* TextNode */) {\n childVNode.$text$ = childVNode.$elm$.textContent;\n childRenderNodes.push(childVNode);\n node.remove();\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n if (shadowRootNodes && childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n } else if (childVNode.$hostId$ === hostId) {\n if (childNodeType === SLOT_NODE_ID) {\n childVNode.$tag$ = \"slot\";\n if (childIdSplt[5]) {\n node[\"s-sn\"] = childVNode.$name$ = childIdSplt[5];\n } else {\n node[\"s-sn\"] = \"\";\n }\n node[\"s-sr\"] = true;\n if (BUILD9.shadowDom && shadowRootNodes) {\n childVNode.$elm$ = doc.createElement(childVNode.$tag$);\n if (childVNode.$name$) {\n childVNode.$elm$.setAttribute(\"name\", childVNode.$name$);\n }\n node.parentNode.insertBefore(childVNode.$elm$, node);\n node.remove();\n if (childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n slotNodes.push(childVNode);\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n } else if (childNodeType === CONTENT_REF_ID) {\n if (BUILD9.shadowDom && shadowRootNodes) {\n node.remove();\n } else if (BUILD9.slotRelocation) {\n hostElm[\"s-cr\"] = node;\n node[\"s-cn\"] = true;\n }\n }\n }\n }\n } else if (parentVNode && parentVNode.$tag$ === \"style\") {\n const vnode = newVNode(null, node.textContent);\n vnode.$elm$ = node;\n vnode.$index$ = \"0\";\n parentVNode.$children$ = [vnode];\n }\n};\nvar initializeDocumentHydrate = (node, orgLocNodes) => {\n if (node.nodeType === 1 /* ElementNode */) {\n let i2 = 0;\n if (node.shadowRoot) {\n for (; i2 < node.shadowRoot.childNodes.length; i2++) {\n initializeDocumentHydrate(node.shadowRoot.childNodes[i2], orgLocNodes);\n }\n }\n for (i2 = 0; i2 < node.childNodes.length; i2++) {\n initializeDocumentHydrate(node.childNodes[i2], orgLocNodes);\n }\n } else if (node.nodeType === 8 /* CommentNode */) {\n const childIdSplt = node.nodeValue.split(\".\");\n if (childIdSplt[0] === ORG_LOCATION_ID) {\n orgLocNodes.set(childIdSplt[1] + \".\" + childIdSplt[2], node);\n node.nodeValue = \"\";\n node[\"s-en\"] = childIdSplt[3];\n }\n }\n};\n\n// src/runtime/initialize-component.ts\nimport { BUILD as BUILD20 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/mode.ts\nvar computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);\nvar setMode = (handler) => modeResolutionChain.push(handler);\nvar getMode = (ref) => getHostRef(ref).$modeName$;\n\n// src/runtime/proxy-component.ts\nimport { BUILD as BUILD19 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/set-value.ts\nimport { BUILD as BUILD18 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/parse-property-value.ts\nimport { BUILD as BUILD10 } from \"@stencil/core/internal/app-data\";\nvar parsePropertyValue = (propValue, propType) => {\n if (propValue != null && !isComplexType(propValue)) {\n if (BUILD10.propBoolean && propType & 4 /* Boolean */) {\n return propValue === \"false\" ? false : propValue === \"\" || !!propValue;\n }\n if (BUILD10.propNumber && propType & 2 /* Number */) {\n return parseFloat(propValue);\n }\n if (BUILD10.propString && propType & 1 /* String */) {\n return String(propValue);\n }\n return propValue;\n }\n return propValue;\n};\n\n// src/runtime/update-component.ts\nimport { BUILD as BUILD17, NAMESPACE } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/event-emitter.ts\nimport { BUILD as BUILD12 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/element.ts\nimport { BUILD as BUILD11 } from \"@stencil/core/internal/app-data\";\nvar getElement = (ref) => BUILD11.lazyLoad ? getHostRef(ref).$hostElement$ : ref;\n\n// src/runtime/event-emitter.ts\nvar createEvent = (ref, name, flags) => {\n const elm = getElement(ref);\n return {\n emit: (detail) => {\n if (BUILD12.isDev && !elm.isConnected) {\n consoleDevWarn(`The \"${name}\" event was emitted, but the dispatcher node is no longer connected to the dom.`);\n }\n return emitEvent(elm, name, {\n bubbles: !!(flags & 4 /* Bubbles */),\n composed: !!(flags & 2 /* Composed */),\n cancelable: !!(flags & 1 /* Cancellable */),\n detail\n });\n }\n };\n};\nvar emitEvent = (elm, name, opts) => {\n const ev = plt.ce(name, opts);\n elm.dispatchEvent(ev);\n return ev;\n};\n\n// src/runtime/styles.ts\nimport { BUILD as BUILD13 } from \"@stencil/core/internal/app-data\";\nvar rootAppliedStyles = /* @__PURE__ */ new WeakMap();\nvar registerStyle = (scopeId2, cssText, allowCS) => {\n let style = styles.get(scopeId2);\n if (supportsConstructableStylesheets && allowCS) {\n style = style || new CSSStyleSheet();\n if (typeof style === \"string\") {\n style = cssText;\n } else {\n style.replaceSync(cssText);\n }\n } else {\n style = cssText;\n }\n styles.set(scopeId2, style);\n};\nvar addStyle = (styleContainerNode, cmpMeta, mode) => {\n var _a;\n const scopeId2 = getScopeId(cmpMeta, mode);\n const style = styles.get(scopeId2);\n if (!BUILD13.attachStyles) {\n return scopeId2;\n }\n styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;\n if (style) {\n if (typeof style === \"string\") {\n styleContainerNode = styleContainerNode.head || styleContainerNode;\n let appliedStyles = rootAppliedStyles.get(styleContainerNode);\n let styleElm;\n if (!appliedStyles) {\n rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());\n }\n if (!appliedStyles.has(scopeId2)) {\n if (BUILD13.hydrateClientSide && styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}=\"${scopeId2}\"]`))) {\n styleElm.innerHTML = style;\n } else {\n styleElm = doc.createElement(\"style\");\n styleElm.innerHTML = style;\n const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n styleElm.setAttribute(\"nonce\", nonce);\n }\n if ((BUILD13.hydrateServerSide || BUILD13.hotModuleReplacement) && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);\n }\n if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {\n if (styleContainerNode.nodeName === \"HEAD\") {\n const preconnectLinks = styleContainerNode.querySelectorAll(\"link[rel=preconnect]\");\n const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector(\"style\");\n styleContainerNode.insertBefore(styleElm, referenceNode2);\n } else if (\"host\" in styleContainerNode) {\n if (supportsConstructableStylesheets) {\n const stylesheet = new CSSStyleSheet();\n stylesheet.replaceSync(style);\n styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];\n } else {\n const existingStyleContainer = styleContainerNode.querySelector(\"style\");\n if (existingStyleContainer) {\n existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;\n } else {\n styleContainerNode.prepend(styleElm);\n }\n }\n } else {\n styleContainerNode.append(styleElm);\n }\n }\n if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== \"HEAD\") {\n styleContainerNode.insertBefore(styleElm, null);\n }\n }\n if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {\n styleElm.innerHTML += SLOT_FB_CSS;\n }\n if (appliedStyles) {\n appliedStyles.add(scopeId2);\n }\n }\n } else if (BUILD13.constructableCSS && !styleContainerNode.adoptedStyleSheets.includes(style)) {\n styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];\n }\n }\n return scopeId2;\n};\nvar attachStyles = (hostRef) => {\n const cmpMeta = hostRef.$cmpMeta$;\n const elm = hostRef.$hostElement$;\n const flags = cmpMeta.$flags$;\n const endAttachStyles = createTime(\"attachStyles\", cmpMeta.$tagName$);\n const scopeId2 = addStyle(\n BUILD13.shadowDom && supportsShadow && elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),\n cmpMeta,\n hostRef.$modeName$\n );\n if ((BUILD13.shadowDom || BUILD13.scoped) && BUILD13.cssAnnotations && flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {\n elm[\"s-sc\"] = scopeId2;\n elm.classList.add(scopeId2 + \"-h\");\n if (BUILD13.scoped && flags & 2 /* scopedCssEncapsulation */) {\n elm.classList.add(scopeId2 + \"-s\");\n }\n }\n endAttachStyles();\n};\nvar getScopeId = (cmp, mode) => \"sc-\" + (BUILD13.mode && mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + \"-\" + mode : cmp.$tagName$);\n\n// src/runtime/vdom/vdom-render.ts\nimport { BUILD as BUILD16 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/vdom/update-element.ts\nimport { BUILD as BUILD15 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/vdom/set-accessor.ts\nimport { BUILD as BUILD14 } from \"@stencil/core/internal/app-data\";\nvar setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {\n if (oldValue !== newValue) {\n let isProp = isMemberInElement(elm, memberName);\n let ln = memberName.toLowerCase();\n if (BUILD14.vdomClass && memberName === \"class\") {\n const classList = elm.classList;\n const oldClasses = parseClassList(oldValue);\n const newClasses = parseClassList(newValue);\n classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));\n classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));\n } else if (BUILD14.vdomStyle && memberName === \"style\") {\n if (BUILD14.updatable) {\n for (const prop in oldValue) {\n if (!newValue || newValue[prop] == null) {\n if (!BUILD14.hydrateServerSide && prop.includes(\"-\")) {\n elm.style.removeProperty(prop);\n } else {\n elm.style[prop] = \"\";\n }\n }\n }\n }\n for (const prop in newValue) {\n if (!oldValue || newValue[prop] !== oldValue[prop]) {\n if (!BUILD14.hydrateServerSide && prop.includes(\"-\")) {\n elm.style.setProperty(prop, newValue[prop]);\n } else {\n elm.style[prop] = newValue[prop];\n }\n }\n }\n } else if (BUILD14.vdomKey && memberName === \"key\") {\n } else if (BUILD14.vdomRef && memberName === \"ref\") {\n if (newValue) {\n newValue(elm);\n }\n } else if (BUILD14.vdomListener && (BUILD14.lazyLoad ? !isProp : !elm.__lookupSetter__(memberName)) && memberName[0] === \"o\" && memberName[1] === \"n\") {\n if (memberName[2] === \"-\") {\n memberName = memberName.slice(3);\n } else if (isMemberInElement(win, ln)) {\n memberName = ln.slice(2);\n } else {\n memberName = ln[2] + memberName.slice(3);\n }\n if (oldValue || newValue) {\n const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);\n memberName = memberName.replace(CAPTURE_EVENT_REGEX, \"\");\n if (oldValue) {\n plt.rel(elm, memberName, oldValue, capture);\n }\n if (newValue) {\n plt.ael(elm, memberName, newValue, capture);\n }\n }\n } else if (BUILD14.vdomPropOrAttr) {\n const isComplex = isComplexType(newValue);\n if ((isProp || isComplex && newValue !== null) && !isSvg) {\n try {\n if (!elm.tagName.includes(\"-\")) {\n const n = newValue == null ? \"\" : newValue;\n if (memberName === \"list\") {\n isProp = false;\n } else if (oldValue == null || elm[memberName] != n) {\n if (typeof elm.__lookupSetter__(memberName) === \"function\") {\n elm[memberName] = n;\n } else {\n elm.setAttribute(memberName, n);\n }\n }\n } else {\n elm[memberName] = newValue;\n }\n } catch (e) {\n }\n }\n let xlink = false;\n if (BUILD14.vdomXlink) {\n if (ln !== (ln = ln.replace(/^xlink\\:?/, \"\"))) {\n memberName = ln;\n xlink = true;\n }\n }\n if (newValue == null || newValue === false) {\n if (newValue !== false || elm.getAttribute(memberName) === \"\") {\n if (BUILD14.vdomXlink && xlink) {\n elm.removeAttributeNS(XLINK_NS, memberName);\n } else {\n elm.removeAttribute(memberName);\n }\n }\n } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {\n newValue = newValue === true ? \"\" : newValue;\n if (BUILD14.vdomXlink && xlink) {\n elm.setAttributeNS(XLINK_NS, memberName, newValue);\n } else {\n elm.setAttribute(memberName, newValue);\n }\n }\n }\n }\n};\nvar parseClassListRegex = /\\s/;\nvar parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);\nvar CAPTURE_EVENT_SUFFIX = \"Capture\";\nvar CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + \"$\");\n\n// src/runtime/vdom/update-element.ts\nvar updateElement = (oldVnode, newVnode, isSvgMode2) => {\n const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;\n const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || EMPTY_OBJ;\n const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;\n if (BUILD15.updatable) {\n for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {\n if (!(memberName in newVnodeAttrs)) {\n setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);\n }\n }\n }\n for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {\n setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);\n }\n};\nfunction sortedAttrNames(attrNames) {\n return attrNames.includes(\"ref\") ? (\n // we need to sort these to ensure that `'ref'` is the last attr\n [...attrNames.filter((attr) => attr !== \"ref\"), \"ref\"]\n ) : (\n // no need to sort, return the original array\n attrNames\n );\n}\n\n// src/runtime/vdom/vdom-render.ts\nvar scopeId;\nvar contentRef;\nvar hostTagName;\nvar useNativeShadowDom = false;\nvar checkSlotFallbackVisibility = false;\nvar checkSlotRelocate = false;\nvar isSvgMode = false;\nvar createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {\n var _a;\n const newVNode2 = newParentVNode.$children$[childIndex];\n let i2 = 0;\n let elm;\n let childNode;\n let oldVNode;\n if (BUILD16.slotRelocation && !useNativeShadowDom) {\n checkSlotRelocate = true;\n if (newVNode2.$tag$ === \"slot\") {\n if (scopeId) {\n parentElm.classList.add(scopeId + \"-s\");\n }\n newVNode2.$flags$ |= newVNode2.$children$ ? (\n // slot element has fallback content\n // still create an element that \"mocks\" the slot element\n 2 /* isSlotFallback */\n ) : (\n // slot element does not have fallback content\n // create an html comment we'll use to always reference\n // where actual slot content should sit next to\n 1 /* isSlotReference */\n );\n }\n }\n if (BUILD16.isDev && newVNode2.$elm$) {\n consoleDevError(\n `The JSX ${newVNode2.$text$ !== null ? `\"${newVNode2.$text$}\" text` : `\"${newVNode2.$tag$}\" element`} node should not be shared within the same renderer. The renderer caches element lookups in order to improve performance. However, a side effect from this is that the exact same JSX node should not be reused. For more information please see https://stenciljs.com/docs/templating-jsx#avoid-shared-jsx-nodes`\n );\n }\n if (BUILD16.vdomText && newVNode2.$text$ !== null) {\n elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);\n } else if (BUILD16.slotRelocation && newVNode2.$flags$ & 1 /* isSlotReference */) {\n elm = newVNode2.$elm$ = BUILD16.isDebug || BUILD16.hydrateServerSide ? slotReferenceDebugNode(newVNode2) : doc.createTextNode(\"\");\n } else {\n if (BUILD16.svg && !isSvgMode) {\n isSvgMode = newVNode2.$tag$ === \"svg\";\n }\n elm = newVNode2.$elm$ = BUILD16.svg ? doc.createElementNS(\n isSvgMode ? SVG_NS : HTML_NS,\n !useNativeShadowDom && BUILD16.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? \"slot-fb\" : newVNode2.$tag$\n ) : doc.createElement(\n !useNativeShadowDom && BUILD16.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? \"slot-fb\" : newVNode2.$tag$\n );\n if (BUILD16.svg && isSvgMode && newVNode2.$tag$ === \"foreignObject\") {\n isSvgMode = false;\n }\n if (BUILD16.vdomAttribute) {\n updateElement(null, newVNode2, isSvgMode);\n }\n const rootNode = elm.getRootNode();\n const isElementWithinShadowRoot = !rootNode.querySelector(\"body\");\n if (!isElementWithinShadowRoot && BUILD16.scoped && isDef(scopeId) && elm[\"s-si\"] !== scopeId) {\n elm.classList.add(elm[\"s-si\"] = scopeId);\n }\n if (BUILD16.scoped) {\n updateElementScopeIds(elm, parentElm);\n }\n if (newVNode2.$children$) {\n for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {\n childNode = createElm(oldParentVNode, newVNode2, i2, elm);\n if (childNode) {\n elm.appendChild(childNode);\n }\n }\n }\n if (BUILD16.svg) {\n if (newVNode2.$tag$ === \"svg\") {\n isSvgMode = false;\n } else if (elm.tagName === \"foreignObject\") {\n isSvgMode = true;\n }\n }\n }\n elm[\"s-hn\"] = hostTagName;\n if (BUILD16.slotRelocation) {\n if (newVNode2.$flags$ & (2 /* isSlotFallback */ | 1 /* isSlotReference */)) {\n elm[\"s-sr\"] = true;\n elm[\"s-cr\"] = contentRef;\n elm[\"s-sn\"] = newVNode2.$name$ || \"\";\n elm[\"s-rf\"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;\n oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];\n if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {\n if (BUILD16.experimentalSlotFixes) {\n relocateToHostRoot(oldParentVNode.$elm$);\n } else {\n putBackInOriginalLocation(oldParentVNode.$elm$, false);\n }\n }\n }\n }\n return elm;\n};\nvar relocateToHostRoot = (parentElm) => {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n const host = parentElm.closest(hostTagName.toLowerCase());\n if (host != null) {\n const contentRefNode = Array.from(host.childNodes).find((ref) => ref[\"s-cr\"]);\n const childNodeArray = Array.from(parentElm.childNodes);\n for (const childNode of contentRefNode ? childNodeArray.reverse() : childNodeArray) {\n if (childNode[\"s-sh\"] != null) {\n insertBefore(host, childNode, contentRefNode != null ? contentRefNode : null);\n childNode[\"s-sh\"] = void 0;\n checkSlotRelocate = true;\n }\n }\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n};\nvar putBackInOriginalLocation = (parentElm, recursive) => {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n const oldSlotChildNodes = Array.from(parentElm.childNodes);\n if (parentElm[\"s-sr\"] && BUILD16.experimentalSlotFixes) {\n let node = parentElm;\n while (node = node.nextSibling) {\n if (node && node[\"s-sn\"] === parentElm[\"s-sn\"] && node[\"s-sh\"] === hostTagName) {\n oldSlotChildNodes.push(node);\n }\n }\n }\n for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {\n const childNode = oldSlotChildNodes[i2];\n if (childNode[\"s-hn\"] !== hostTagName && childNode[\"s-ol\"]) {\n insertBefore(parentReferenceNode(childNode), childNode, referenceNode(childNode));\n childNode[\"s-ol\"].remove();\n childNode[\"s-ol\"] = void 0;\n childNode[\"s-sh\"] = void 0;\n checkSlotRelocate = true;\n }\n if (recursive) {\n putBackInOriginalLocation(childNode, recursive);\n }\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n};\nvar addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {\n let containerElm = BUILD16.slotRelocation && parentElm[\"s-cr\"] && parentElm[\"s-cr\"].parentNode || parentElm;\n let childNode;\n if (BUILD16.shadowDom && containerElm.shadowRoot && containerElm.tagName === hostTagName) {\n containerElm = containerElm.shadowRoot;\n }\n for (; startIdx <= endIdx; ++startIdx) {\n if (vnodes[startIdx]) {\n childNode = createElm(null, parentVNode, startIdx, parentElm);\n if (childNode) {\n vnodes[startIdx].$elm$ = childNode;\n insertBefore(containerElm, childNode, BUILD16.slotRelocation ? referenceNode(before) : before);\n }\n }\n }\n};\nvar removeVnodes = (vnodes, startIdx, endIdx) => {\n for (let index = startIdx; index <= endIdx; ++index) {\n const vnode = vnodes[index];\n if (vnode) {\n const elm = vnode.$elm$;\n nullifyVNodeRefs(vnode);\n if (elm) {\n if (BUILD16.slotRelocation) {\n checkSlotFallbackVisibility = true;\n if (elm[\"s-ol\"]) {\n elm[\"s-ol\"].remove();\n } else {\n putBackInOriginalLocation(elm, true);\n }\n }\n elm.remove();\n }\n }\n }\n};\nvar updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {\n let oldStartIdx = 0;\n let newStartIdx = 0;\n let idxInOld = 0;\n let i2 = 0;\n let oldEndIdx = oldCh.length - 1;\n let oldStartVnode = oldCh[0];\n let oldEndVnode = oldCh[oldEndIdx];\n let newEndIdx = newCh.length - 1;\n let newStartVnode = newCh[0];\n let newEndVnode = newCh[newEndIdx];\n let node;\n let elmToMove;\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (oldStartVnode == null) {\n oldStartVnode = oldCh[++oldStartIdx];\n } else if (oldEndVnode == null) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (newStartVnode == null) {\n newStartVnode = newCh[++newStartIdx];\n } else if (newEndVnode == null) {\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {\n patch(oldStartVnode, newStartVnode, isInitialRender);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {\n patch(oldEndVnode, newEndVnode, isInitialRender);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {\n if (BUILD16.slotRelocation && (oldStartVnode.$tag$ === \"slot\" || newEndVnode.$tag$ === \"slot\")) {\n putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);\n }\n patch(oldStartVnode, newEndVnode, isInitialRender);\n insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {\n if (BUILD16.slotRelocation && (oldStartVnode.$tag$ === \"slot\" || newEndVnode.$tag$ === \"slot\")) {\n putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);\n }\n patch(oldEndVnode, newStartVnode, isInitialRender);\n insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n idxInOld = -1;\n if (BUILD16.vdomKey) {\n for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {\n if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {\n idxInOld = i2;\n break;\n }\n }\n }\n if (BUILD16.vdomKey && idxInOld >= 0) {\n elmToMove = oldCh[idxInOld];\n if (elmToMove.$tag$ !== newStartVnode.$tag$) {\n node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld, parentElm);\n } else {\n patch(elmToMove, newStartVnode, isInitialRender);\n oldCh[idxInOld] = void 0;\n node = elmToMove.$elm$;\n }\n newStartVnode = newCh[++newStartIdx];\n } else {\n node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx, parentElm);\n newStartVnode = newCh[++newStartIdx];\n }\n if (node) {\n if (BUILD16.slotRelocation) {\n insertBefore(parentReferenceNode(oldStartVnode.$elm$), node, referenceNode(oldStartVnode.$elm$));\n } else {\n insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);\n }\n }\n }\n }\n if (oldStartIdx > oldEndIdx) {\n addVnodes(\n parentElm,\n newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,\n newVNode2,\n newCh,\n newStartIdx,\n newEndIdx\n );\n } else if (BUILD16.updatable && newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n};\nvar isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {\n if (leftVNode.$tag$ === rightVNode.$tag$) {\n if (BUILD16.slotRelocation && leftVNode.$tag$ === \"slot\") {\n if (\n // The component gets hydrated and no VDOM has been initialized.\n // Here the comparison can't happen as $name$ property is not set for `leftNode`.\n \"$nodeId$\" in leftVNode && isInitialRender && // `leftNode` is not from type HTMLComment which would cause many\n // hydration comments to be removed\n leftVNode.$elm$.nodeType !== 8\n ) {\n return false;\n }\n return leftVNode.$name$ === rightVNode.$name$;\n }\n if (BUILD16.vdomKey && !isInitialRender) {\n return leftVNode.$key$ === rightVNode.$key$;\n }\n return true;\n }\n return false;\n};\nvar referenceNode = (node) => {\n return node && node[\"s-ol\"] || node;\n};\nvar parentReferenceNode = (node) => (node[\"s-ol\"] ? node[\"s-ol\"] : node).parentNode;\nvar patch = (oldVNode, newVNode2, isInitialRender = false) => {\n const elm = newVNode2.$elm$ = oldVNode.$elm$;\n const oldChildren = oldVNode.$children$;\n const newChildren = newVNode2.$children$;\n const tag = newVNode2.$tag$;\n const text = newVNode2.$text$;\n let defaultHolder;\n if (!BUILD16.vdomText || text === null) {\n if (BUILD16.svg) {\n isSvgMode = tag === \"svg\" ? true : tag === \"foreignObject\" ? false : isSvgMode;\n }\n if (BUILD16.vdomAttribute || BUILD16.reflect) {\n if (BUILD16.slot && tag === \"slot\" && !useNativeShadowDom) {\n if (BUILD16.experimentalSlotFixes && oldVNode.$name$ !== newVNode2.$name$) {\n newVNode2.$elm$[\"s-sn\"] = newVNode2.$name$ || \"\";\n relocateToHostRoot(newVNode2.$elm$.parentElement);\n }\n } else {\n updateElement(oldVNode, newVNode2, isSvgMode);\n }\n }\n if (BUILD16.updatable && oldChildren !== null && newChildren !== null) {\n updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);\n } else if (newChildren !== null) {\n if (BUILD16.updatable && BUILD16.vdomText && oldVNode.$text$ !== null) {\n elm.textContent = \"\";\n }\n addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);\n } else if (\n // don't do this on initial render as it can cause non-hydrated content to be removed\n !isInitialRender && BUILD16.updatable && oldChildren !== null\n ) {\n removeVnodes(oldChildren, 0, oldChildren.length - 1);\n }\n if (BUILD16.svg && isSvgMode && tag === \"svg\") {\n isSvgMode = false;\n }\n } else if (BUILD16.vdomText && BUILD16.slotRelocation && (defaultHolder = elm[\"s-cr\"])) {\n defaultHolder.parentNode.textContent = text;\n } else if (BUILD16.vdomText && oldVNode.$text$ !== text) {\n elm.data = text;\n }\n};\nvar updateFallbackSlotVisibility = (elm) => {\n const childNodes = elm.childNodes;\n for (const childNode of childNodes) {\n if (childNode.nodeType === 1 /* ElementNode */) {\n if (childNode[\"s-sr\"]) {\n const slotName = childNode[\"s-sn\"];\n childNode.hidden = false;\n for (const siblingNode of childNodes) {\n if (siblingNode !== childNode) {\n if (siblingNode[\"s-hn\"] !== childNode[\"s-hn\"] || slotName !== \"\") {\n if (siblingNode.nodeType === 1 /* ElementNode */ && (slotName === siblingNode.getAttribute(\"slot\") || slotName === siblingNode[\"s-sn\"]) || siblingNode.nodeType === 3 /* TextNode */ && slotName === siblingNode[\"s-sn\"]) {\n childNode.hidden = true;\n break;\n }\n } else {\n if (siblingNode.nodeType === 1 /* ElementNode */ || siblingNode.nodeType === 3 /* TextNode */ && siblingNode.textContent.trim() !== \"\") {\n childNode.hidden = true;\n break;\n }\n }\n }\n }\n }\n updateFallbackSlotVisibility(childNode);\n }\n }\n};\nvar relocateNodes = [];\nvar markSlotContentForRelocation = (elm) => {\n let node;\n let hostContentNodes;\n let j;\n for (const childNode of elm.childNodes) {\n if (childNode[\"s-sr\"] && (node = childNode[\"s-cr\"]) && node.parentNode) {\n hostContentNodes = node.parentNode.childNodes;\n const slotName = childNode[\"s-sn\"];\n for (j = hostContentNodes.length - 1; j >= 0; j--) {\n node = hostContentNodes[j];\n if (!node[\"s-cn\"] && !node[\"s-nr\"] && node[\"s-hn\"] !== childNode[\"s-hn\"] && (!BUILD16.experimentalSlotFixes || !node[\"s-sh\"] || node[\"s-sh\"] !== childNode[\"s-hn\"])) {\n if (isNodeLocatedInSlot(node, slotName)) {\n let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);\n checkSlotFallbackVisibility = true;\n node[\"s-sn\"] = node[\"s-sn\"] || slotName;\n if (relocateNodeData) {\n relocateNodeData.$nodeToRelocate$[\"s-sh\"] = childNode[\"s-hn\"];\n relocateNodeData.$slotRefNode$ = childNode;\n } else {\n node[\"s-sh\"] = childNode[\"s-hn\"];\n relocateNodes.push({\n $slotRefNode$: childNode,\n $nodeToRelocate$: node\n });\n }\n if (node[\"s-sr\"]) {\n relocateNodes.map((relocateNode) => {\n if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node[\"s-sn\"])) {\n relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);\n if (relocateNodeData && !relocateNode.$slotRefNode$) {\n relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;\n }\n }\n });\n }\n } else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {\n relocateNodes.push({\n $nodeToRelocate$: node\n });\n }\n }\n }\n }\n if (childNode.nodeType === 1 /* ElementNode */) {\n markSlotContentForRelocation(childNode);\n }\n }\n};\nvar isNodeLocatedInSlot = (nodeToRelocate, slotName) => {\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n if (nodeToRelocate.getAttribute(\"slot\") === null && slotName === \"\") {\n return true;\n }\n if (nodeToRelocate.getAttribute(\"slot\") === slotName) {\n return true;\n }\n return false;\n }\n if (nodeToRelocate[\"s-sn\"] === slotName) {\n return true;\n }\n return slotName === \"\";\n};\nvar nullifyVNodeRefs = (vNode) => {\n if (BUILD16.vdomRef) {\n vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);\n vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);\n }\n};\nvar insertBefore = (parent, newNode, reference) => {\n const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);\n if (BUILD16.scoped) {\n updateElementScopeIds(newNode, parent);\n }\n return inserted;\n};\nvar findScopeIds = (element) => {\n const scopeIds = [];\n if (element) {\n scopeIds.push(\n ...element[\"s-scs\"] || [],\n element[\"s-si\"],\n element[\"s-sc\"],\n ...findScopeIds(element.parentElement)\n );\n }\n return scopeIds;\n};\nvar updateElementScopeIds = (element, parent, iterateChildNodes = false) => {\n var _a;\n if (element && parent && element.nodeType === 1 /* ElementNode */) {\n const scopeIds = new Set(findScopeIds(parent).filter(Boolean));\n if (scopeIds.size) {\n (_a = element.classList) == null ? void 0 : _a.add(...element[\"s-scs\"] = [...scopeIds]);\n if (element[\"s-ol\"] || iterateChildNodes) {\n for (const childNode of Array.from(element.childNodes)) {\n updateElementScopeIds(childNode, element, true);\n }\n }\n }\n }\n};\nvar renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {\n var _a, _b, _c, _d, _e;\n const hostElm = hostRef.$hostElement$;\n const cmpMeta = hostRef.$cmpMeta$;\n const oldVNode = hostRef.$vnode$ || newVNode(null, null);\n const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);\n hostTagName = hostElm.tagName;\n if (BUILD16.isDev && Array.isArray(renderFnResults) && renderFnResults.some(isHost)) {\n throw new Error(`The <Host> must be the single root component.\nLooks like the render() function of \"${hostTagName.toLowerCase()}\" is returning an array that contains the <Host>.\n\nThe render() function should look like this instead:\n\nrender() {\n // Do not return an array\n return (\n <Host>{content}</Host>\n );\n}\n `);\n }\n if (BUILD16.reflect && cmpMeta.$attrsToReflect$) {\n rootVnode.$attrs$ = rootVnode.$attrs$ || {};\n cmpMeta.$attrsToReflect$.map(\n ([propName, attribute]) => rootVnode.$attrs$[attribute] = hostElm[propName]\n );\n }\n if (isInitialLoad && rootVnode.$attrs$) {\n for (const key of Object.keys(rootVnode.$attrs$)) {\n if (hostElm.hasAttribute(key) && ![\"key\", \"ref\", \"style\", \"class\"].includes(key)) {\n rootVnode.$attrs$[key] = hostElm[key];\n }\n }\n }\n rootVnode.$tag$ = null;\n rootVnode.$flags$ |= 4 /* isHost */;\n hostRef.$vnode$ = rootVnode;\n rootVnode.$elm$ = oldVNode.$elm$ = BUILD16.shadowDom ? hostElm.shadowRoot || hostElm : hostElm;\n if (BUILD16.scoped || BUILD16.shadowDom) {\n scopeId = hostElm[\"s-sc\"];\n }\n useNativeShadowDom = supportsShadow && (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;\n if (BUILD16.slotRelocation) {\n contentRef = hostElm[\"s-cr\"];\n checkSlotFallbackVisibility = false;\n }\n patch(oldVNode, rootVnode, isInitialLoad);\n if (BUILD16.slotRelocation) {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n if (checkSlotRelocate) {\n markSlotContentForRelocation(rootVnode.$elm$);\n for (const relocateData of relocateNodes) {\n const nodeToRelocate = relocateData.$nodeToRelocate$;\n if (!nodeToRelocate[\"s-ol\"]) {\n const orgLocationNode = BUILD16.isDebug || BUILD16.hydrateServerSide ? originalLocationDebugNode(nodeToRelocate) : doc.createTextNode(\"\");\n orgLocationNode[\"s-nr\"] = nodeToRelocate;\n insertBefore(nodeToRelocate.parentNode, nodeToRelocate[\"s-ol\"] = orgLocationNode, nodeToRelocate);\n }\n }\n for (const relocateData of relocateNodes) {\n const nodeToRelocate = relocateData.$nodeToRelocate$;\n const slotRefNode = relocateData.$slotRefNode$;\n if (slotRefNode) {\n const parentNodeRef = slotRefNode.parentNode;\n let insertBeforeNode = slotRefNode.nextSibling;\n if (!BUILD16.experimentalSlotFixes || insertBeforeNode && insertBeforeNode.nodeType === 1 /* ElementNode */) {\n let orgLocationNode = (_a = nodeToRelocate[\"s-ol\"]) == null ? void 0 : _a.previousSibling;\n while (orgLocationNode) {\n let refNode = (_b = orgLocationNode[\"s-nr\"]) != null ? _b : null;\n if (refNode && refNode[\"s-sn\"] === nodeToRelocate[\"s-sn\"] && parentNodeRef === refNode.parentNode) {\n refNode = refNode.nextSibling;\n while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode[\"s-sr\"])) {\n refNode = refNode == null ? void 0 : refNode.nextSibling;\n }\n if (!refNode || !refNode[\"s-nr\"]) {\n insertBeforeNode = refNode;\n break;\n }\n }\n orgLocationNode = orgLocationNode.previousSibling;\n }\n }\n if (!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode || nodeToRelocate.nextSibling !== insertBeforeNode) {\n if (nodeToRelocate !== insertBeforeNode) {\n if (!BUILD16.experimentalSlotFixes && !nodeToRelocate[\"s-hn\"] && nodeToRelocate[\"s-ol\"]) {\n nodeToRelocate[\"s-hn\"] = nodeToRelocate[\"s-ol\"].parentNode.nodeName;\n }\n insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n nodeToRelocate.hidden = (_c = nodeToRelocate[\"s-ih\"]) != null ? _c : false;\n }\n }\n }\n nodeToRelocate && typeof slotRefNode[\"s-rf\"] === \"function\" && slotRefNode[\"s-rf\"](nodeToRelocate);\n } else {\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n if (isInitialLoad) {\n nodeToRelocate[\"s-ih\"] = (_d = nodeToRelocate.hidden) != null ? _d : false;\n }\n nodeToRelocate.hidden = true;\n }\n }\n }\n }\n if (checkSlotFallbackVisibility) {\n updateFallbackSlotVisibility(rootVnode.$elm$);\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n relocateNodes.length = 0;\n }\n if (BUILD16.experimentalScopedSlotChanges && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n for (const childNode of rootVnode.$elm$.childNodes) {\n if (childNode[\"s-hn\"] !== hostTagName && !childNode[\"s-sh\"]) {\n if (isInitialLoad && childNode[\"s-ih\"] == null) {\n childNode[\"s-ih\"] = (_e = childNode.hidden) != null ? _e : false;\n }\n childNode.hidden = true;\n }\n }\n }\n contentRef = void 0;\n};\nvar slotReferenceDebugNode = (slotVNode) => doc.createComment(\n `<slot${slotVNode.$name$ ? ' name=\"' + slotVNode.$name$ + '\"' : \"\"}> (host=${hostTagName.toLowerCase()})`\n);\nvar originalLocationDebugNode = (nodeToRelocate) => doc.createComment(\n `org-location for ` + (nodeToRelocate.localName ? `<${nodeToRelocate.localName}> (host=${nodeToRelocate[\"s-hn\"]})` : `[${nodeToRelocate.textContent}]`)\n);\n\n// src/runtime/update-component.ts\nvar attachToAncestor = (hostRef, ancestorComponent) => {\n if (BUILD17.asyncLoading && ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent[\"s-p\"]) {\n ancestorComponent[\"s-p\"].push(new Promise((r) => hostRef.$onRenderResolve$ = r));\n }\n};\nvar scheduleUpdate = (hostRef, isInitialLoad) => {\n if (BUILD17.taskQueue && BUILD17.updatable) {\n hostRef.$flags$ |= 16 /* isQueuedForUpdate */;\n }\n if (BUILD17.asyncLoading && hostRef.$flags$ & 4 /* isWaitingForChildren */) {\n hostRef.$flags$ |= 512 /* needsRerender */;\n return;\n }\n attachToAncestor(hostRef, hostRef.$ancestorComponent$);\n const dispatch = () => dispatchHooks(hostRef, isInitialLoad);\n return BUILD17.taskQueue ? writeTask(dispatch) : dispatch();\n};\nvar dispatchHooks = (hostRef, isInitialLoad) => {\n const elm = hostRef.$hostElement$;\n const endSchedule = createTime(\"scheduleUpdate\", hostRef.$cmpMeta$.$tagName$);\n const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;\n if (!instance) {\n throw new Error(\n `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`\n );\n }\n let maybePromise;\n if (isInitialLoad) {\n if (BUILD17.lazyLoad && BUILD17.hostListener) {\n hostRef.$flags$ |= 256 /* isListenReady */;\n if (hostRef.$queuedListeners$) {\n hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));\n hostRef.$queuedListeners$ = void 0;\n }\n }\n emitLifecycleEvent(elm, \"componentWillLoad\");\n if (BUILD17.cmpWillLoad) {\n maybePromise = safeCall(instance, \"componentWillLoad\");\n }\n } else {\n emitLifecycleEvent(elm, \"componentWillUpdate\");\n if (BUILD17.cmpWillUpdate) {\n maybePromise = safeCall(instance, \"componentWillUpdate\");\n }\n }\n emitLifecycleEvent(elm, \"componentWillRender\");\n if (BUILD17.cmpWillRender) {\n maybePromise = enqueue(maybePromise, () => safeCall(instance, \"componentWillRender\"));\n }\n endSchedule();\n return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));\n};\nvar enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {\n console.error(err2);\n fn();\n}) : fn();\nvar isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === \"function\";\nvar updateComponent = async (hostRef, instance, isInitialLoad) => {\n var _a;\n const elm = hostRef.$hostElement$;\n const endUpdate = createTime(\"update\", hostRef.$cmpMeta$.$tagName$);\n const rc = elm[\"s-rc\"];\n if (BUILD17.style && isInitialLoad) {\n attachStyles(hostRef);\n }\n const endRender = createTime(\"render\", hostRef.$cmpMeta$.$tagName$);\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n if (BUILD17.hydrateServerSide) {\n await callRender(hostRef, instance, elm, isInitialLoad);\n } else {\n callRender(hostRef, instance, elm, isInitialLoad);\n }\n if (BUILD17.isDev) {\n hostRef.$renderCount$ = hostRef.$renderCount$ === void 0 ? 1 : hostRef.$renderCount$ + 1;\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n if (BUILD17.hydrateServerSide) {\n try {\n serverSideConnected(elm);\n if (isInitialLoad) {\n if (hostRef.$cmpMeta$.$flags$ & 1 /* shadowDomEncapsulation */) {\n elm[\"s-en\"] = \"\";\n } else if (hostRef.$cmpMeta$.$flags$ & 2 /* scopedCssEncapsulation */) {\n elm[\"s-en\"] = \"c\";\n }\n }\n } catch (e) {\n consoleError(e, elm);\n }\n }\n if (BUILD17.asyncLoading && rc) {\n rc.map((cb) => cb());\n elm[\"s-rc\"] = void 0;\n }\n endRender();\n endUpdate();\n if (BUILD17.asyncLoading) {\n const childrenPromises = (_a = elm[\"s-p\"]) != null ? _a : [];\n const postUpdate = () => postUpdateComponent(hostRef);\n if (childrenPromises.length === 0) {\n postUpdate();\n } else {\n Promise.all(childrenPromises).then(postUpdate);\n hostRef.$flags$ |= 4 /* isWaitingForChildren */;\n childrenPromises.length = 0;\n }\n } else {\n postUpdateComponent(hostRef);\n }\n};\nvar renderingRef = null;\nvar callRender = (hostRef, instance, elm, isInitialLoad) => {\n const allRenderFn = BUILD17.allRenderFn ? true : false;\n const lazyLoad = BUILD17.lazyLoad ? true : false;\n const taskQueue = BUILD17.taskQueue ? true : false;\n const updatable = BUILD17.updatable ? true : false;\n try {\n renderingRef = instance;\n instance = allRenderFn ? instance.render() : instance.render && instance.render();\n if (updatable && taskQueue) {\n hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;\n }\n if (updatable || lazyLoad) {\n hostRef.$flags$ |= 2 /* hasRendered */;\n }\n if (BUILD17.hasRenderFn || BUILD17.reflect) {\n if (BUILD17.vdomRender || BUILD17.reflect) {\n if (BUILD17.hydrateServerSide) {\n return Promise.resolve(instance).then((value) => renderVdom(hostRef, value, isInitialLoad));\n } else {\n renderVdom(hostRef, instance, isInitialLoad);\n }\n } else {\n const shadowRoot = elm.shadowRoot;\n if (hostRef.$cmpMeta$.$flags$ & 1 /* shadowDomEncapsulation */) {\n shadowRoot.textContent = instance;\n } else {\n elm.textContent = instance;\n }\n }\n }\n } catch (e) {\n consoleError(e, hostRef.$hostElement$);\n }\n renderingRef = null;\n return null;\n};\nvar getRenderingRef = () => renderingRef;\nvar postUpdateComponent = (hostRef) => {\n const tagName = hostRef.$cmpMeta$.$tagName$;\n const elm = hostRef.$hostElement$;\n const endPostUpdate = createTime(\"postUpdate\", tagName);\n const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;\n const ancestorComponent = hostRef.$ancestorComponent$;\n if (BUILD17.cmpDidRender) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n safeCall(instance, \"componentDidRender\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidRender\");\n if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {\n hostRef.$flags$ |= 64 /* hasLoadedComponent */;\n if (BUILD17.asyncLoading && BUILD17.cssAnnotations) {\n addHydratedFlag(elm);\n }\n if (BUILD17.cmpDidLoad) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 2048 /* devOnDidLoad */;\n }\n safeCall(instance, \"componentDidLoad\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~2048 /* devOnDidLoad */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidLoad\");\n endPostUpdate();\n if (BUILD17.asyncLoading) {\n hostRef.$onReadyResolve$(elm);\n if (!ancestorComponent) {\n appDidLoad(tagName);\n }\n }\n } else {\n if (BUILD17.cmpDidUpdate) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n safeCall(instance, \"componentDidUpdate\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidUpdate\");\n endPostUpdate();\n }\n if (BUILD17.method && BUILD17.lazyLoad) {\n hostRef.$onInstanceResolve$(elm);\n }\n if (BUILD17.asyncLoading) {\n if (hostRef.$onRenderResolve$) {\n hostRef.$onRenderResolve$();\n hostRef.$onRenderResolve$ = void 0;\n }\n if (hostRef.$flags$ & 512 /* needsRerender */) {\n nextTick(() => scheduleUpdate(hostRef, false));\n }\n hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);\n }\n};\nvar forceUpdate = (ref) => {\n if (BUILD17.updatable && (Build.isBrowser || Build.isTesting)) {\n const hostRef = getHostRef(ref);\n const isConnected = hostRef.$hostElement$.isConnected;\n if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {\n scheduleUpdate(hostRef, false);\n }\n return isConnected;\n }\n return false;\n};\nvar appDidLoad = (who) => {\n if (BUILD17.cssAnnotations) {\n addHydratedFlag(doc.documentElement);\n }\n if (BUILD17.asyncQueue) {\n plt.$flags$ |= 2 /* appLoaded */;\n }\n nextTick(() => emitEvent(win, \"appload\", { detail: { namespace: NAMESPACE } }));\n if (BUILD17.profile && performance.measure) {\n performance.measure(`[Stencil] ${NAMESPACE} initial load (by ${who})`, \"st:app:start\");\n }\n};\nvar safeCall = (instance, method, arg) => {\n if (instance && instance[method]) {\n try {\n return instance[method](arg);\n } catch (e) {\n consoleError(e);\n }\n }\n return void 0;\n};\nvar emitLifecycleEvent = (elm, lifecycleName) => {\n if (BUILD17.lifecycleDOMEvents) {\n emitEvent(elm, \"stencil_\" + lifecycleName, {\n bubbles: true,\n composed: true,\n detail: {\n namespace: NAMESPACE\n }\n });\n }\n};\nvar addHydratedFlag = (elm) => {\n var _a, _b;\n return BUILD17.hydratedClass ? elm.classList.add((_a = BUILD17.hydratedSelectorName) != null ? _a : \"hydrated\") : BUILD17.hydratedAttribute ? elm.setAttribute((_b = BUILD17.hydratedSelectorName) != null ? _b : \"hydrated\", \"\") : void 0;\n};\nvar serverSideConnected = (elm) => {\n const children = elm.children;\n if (children != null) {\n for (let i2 = 0, ii = children.length; i2 < ii; i2++) {\n const childElm = children[i2];\n if (typeof childElm.connectedCallback === \"function\") {\n childElm.connectedCallback();\n }\n serverSideConnected(childElm);\n }\n }\n};\n\n// src/runtime/set-value.ts\nvar getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);\nvar setValue = (ref, propName, newVal, cmpMeta) => {\n const hostRef = getHostRef(ref);\n if (BUILD18.lazyLoad && !hostRef) {\n throw new Error(\n `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).`\n );\n }\n const elm = BUILD18.lazyLoad ? hostRef.$hostElement$ : ref;\n const oldVal = hostRef.$instanceValues$.get(propName);\n const flags = hostRef.$flags$;\n const instance = BUILD18.lazyLoad ? hostRef.$lazyInstance$ : elm;\n newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);\n const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);\n const didValueChange = newVal !== oldVal && !areBothNaN;\n if ((!BUILD18.lazyLoad || !(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {\n hostRef.$instanceValues$.set(propName, newVal);\n if (BUILD18.isDev) {\n if (hostRef.$flags$ & 1024 /* devOnRender */) {\n consoleDevWarn(\n `The state/prop \"${propName}\" changed during rendering. This can potentially lead to infinite-loops and other bugs.`,\n \"\\nElement\",\n elm,\n \"\\nNew value\",\n newVal,\n \"\\nOld value\",\n oldVal\n );\n } else if (hostRef.$flags$ & 2048 /* devOnDidLoad */) {\n consoleDevWarn(\n `The state/prop \"${propName}\" changed during \"componentDidLoad()\", this triggers extra re-renders, try to setup on \"componentWillLoad()\"`,\n \"\\nElement\",\n elm,\n \"\\nNew value\",\n newVal,\n \"\\nOld value\",\n oldVal\n );\n }\n }\n if (!BUILD18.lazyLoad || instance) {\n if (BUILD18.watchCallback && cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {\n const watchMethods = cmpMeta.$watchers$[propName];\n if (watchMethods) {\n watchMethods.map((watchMethodName) => {\n try {\n instance[watchMethodName](newVal, oldVal, propName);\n } catch (e) {\n consoleError(e, elm);\n }\n });\n }\n }\n if (BUILD18.updatable && (flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {\n if (BUILD18.cmpShouldUpdate && instance.componentShouldUpdate) {\n if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {\n return;\n }\n }\n scheduleUpdate(hostRef, false);\n }\n }\n }\n};\n\n// src/runtime/proxy-component.ts\nvar proxyComponent = (Cstr, cmpMeta, flags) => {\n var _a, _b;\n const prototype = Cstr.prototype;\n if (BUILD19.formAssociated && cmpMeta.$flags$ & 64 /* formAssociated */ && flags & 1 /* isElementConstructor */) {\n FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS.forEach(\n (cbName) => Object.defineProperty(prototype, cbName, {\n value(...args) {\n const hostRef = getHostRef(this);\n const elm = BUILD19.lazyLoad ? hostRef.$hostElement$ : this;\n const instance = BUILD19.lazyLoad ? hostRef.$lazyInstance$ : elm;\n if (!instance) {\n hostRef.$onReadyPromise$.then((instance2) => {\n const cb = instance2[cbName];\n typeof cb === \"function\" && cb.call(instance2, ...args);\n });\n } else {\n const cb = instance[cbName];\n typeof cb === \"function\" && cb.call(instance, ...args);\n }\n }\n })\n );\n }\n if (BUILD19.member && cmpMeta.$members$ || BUILD19.watchCallback && (cmpMeta.$watchers$ || Cstr.watchers)) {\n if (BUILD19.watchCallback && Cstr.watchers && !cmpMeta.$watchers$) {\n cmpMeta.$watchers$ = Cstr.watchers;\n }\n const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});\n members.map(([memberName, [memberFlags]]) => {\n if ((BUILD19.prop || BUILD19.state) && (memberFlags & 31 /* Prop */ || (!BUILD19.lazyLoad || flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {\n Object.defineProperty(prototype, memberName, {\n get() {\n return getValue(this, memberName);\n },\n set(newValue) {\n if (BUILD19.isDev) {\n const ref = getHostRef(this);\n if (\n // we are proxying the instance (not element)\n (flags & 1 /* isElementConstructor */) === 0 && // the element is not constructing\n (ref && ref.$flags$ & 8 /* isConstructingInstance */) === 0 && // the member is a prop\n (memberFlags & 31 /* Prop */) !== 0 && // the member is not mutable\n (memberFlags & 1024 /* Mutable */) === 0\n ) {\n consoleDevWarn(\n `@Prop() \"${memberName}\" on <${cmpMeta.$tagName$}> is immutable but was modified from within the component.\nMore information: https://stenciljs.com/docs/properties#prop-mutability`\n );\n }\n }\n setValue(this, memberName, newValue, cmpMeta);\n },\n configurable: true,\n enumerable: true\n });\n } else if (BUILD19.lazyLoad && BUILD19.method && flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {\n Object.defineProperty(prototype, memberName, {\n value(...args) {\n var _a2;\n const ref = getHostRef(this);\n return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {\n var _a3;\n return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);\n });\n }\n });\n }\n });\n if (BUILD19.observeAttribute && (!BUILD19.lazyLoad || flags & 1 /* isElementConstructor */)) {\n const attrNameToPropName = /* @__PURE__ */ new Map();\n prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {\n plt.jmp(() => {\n var _a2;\n const propName = attrNameToPropName.get(attrName);\n if (this.hasOwnProperty(propName)) {\n newValue = this[propName];\n delete this[propName];\n } else if (prototype.hasOwnProperty(propName) && typeof this[propName] === \"number\" && // cast type to number to avoid TS compiler issues\n this[propName] == newValue) {\n return;\n } else if (propName == null) {\n const hostRef = getHostRef(this);\n const flags2 = hostRef == null ? void 0 : hostRef.$flags$;\n if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {\n const elm = BUILD19.lazyLoad ? hostRef.$hostElement$ : this;\n const instance = BUILD19.lazyLoad ? hostRef.$lazyInstance$ : elm;\n const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];\n entry == null ? void 0 : entry.forEach((callbackName) => {\n if (instance[callbackName] != null) {\n instance[callbackName].call(instance, newValue, oldValue, attrName);\n }\n });\n }\n return;\n }\n this[propName] = newValue === null && typeof this[propName] === \"boolean\" ? false : newValue;\n });\n };\n Cstr.observedAttributes = Array.from(\n /* @__PURE__ */ new Set([\n ...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),\n ...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {\n var _a2;\n const attrName = m[1] || propName;\n attrNameToPropName.set(attrName, propName);\n if (BUILD19.reflect && m[0] & 512 /* ReflectAttr */) {\n (_a2 = cmpMeta.$attrsToReflect$) == null ? void 0 : _a2.push([propName, attrName]);\n }\n return attrName;\n })\n ])\n );\n }\n }\n return Cstr;\n};\n\n// src/runtime/initialize-component.ts\nvar initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {\n let Cstr;\n if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {\n hostRef.$flags$ |= 32 /* hasInitializedComponent */;\n const bundleId = cmpMeta.$lazyBundleId$;\n if ((BUILD20.lazyLoad || BUILD20.hydrateClientSide) && bundleId) {\n const CstrImport = loadModule(cmpMeta, hostRef, hmrVersionId);\n if (CstrImport && \"then\" in CstrImport) {\n const endLoad = uniqueTime(\n `st:load:${cmpMeta.$tagName$}:${hostRef.$modeName$}`,\n `[Stencil] Load module for <${cmpMeta.$tagName$}>`\n );\n Cstr = await CstrImport;\n endLoad();\n } else {\n Cstr = CstrImport;\n }\n if (!Cstr) {\n throw new Error(`Constructor for \"${cmpMeta.$tagName$}#${hostRef.$modeName$}\" was not found`);\n }\n if (BUILD20.member && !Cstr.isProxied) {\n if (BUILD20.watchCallback) {\n cmpMeta.$watchers$ = Cstr.watchers;\n }\n proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);\n Cstr.isProxied = true;\n }\n const endNewInstance = createTime(\"createInstance\", cmpMeta.$tagName$);\n if (BUILD20.member) {\n hostRef.$flags$ |= 8 /* isConstructingInstance */;\n }\n try {\n new Cstr(hostRef);\n } catch (e) {\n consoleError(e);\n }\n if (BUILD20.member) {\n hostRef.$flags$ &= ~8 /* isConstructingInstance */;\n }\n if (BUILD20.watchCallback) {\n hostRef.$flags$ |= 128 /* isWatchReady */;\n }\n endNewInstance();\n fireConnectedCallback(hostRef.$lazyInstance$);\n } else {\n Cstr = elm.constructor;\n const cmpTag = elm.localName;\n customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);\n }\n if (BUILD20.style && Cstr && Cstr.style) {\n let style;\n if (typeof Cstr.style === \"string\") {\n style = Cstr.style;\n } else if (BUILD20.mode && typeof Cstr.style !== \"string\") {\n hostRef.$modeName$ = computeMode(elm);\n if (hostRef.$modeName$) {\n style = Cstr.style[hostRef.$modeName$];\n }\n if (BUILD20.hydrateServerSide && hostRef.$modeName$) {\n elm.setAttribute(\"s-mode\", hostRef.$modeName$);\n }\n }\n const scopeId2 = getScopeId(cmpMeta, hostRef.$modeName$);\n if (!styles.has(scopeId2)) {\n const endRegisterStyles = createTime(\"registerStyles\", cmpMeta.$tagName$);\n if (!BUILD20.hydrateServerSide && BUILD20.shadowDom && // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n BUILD20.shadowDomShim && cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {\n style = await import(\"./shadow-css.js\").then((m) => m.scopeCss(style, scopeId2));\n }\n registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));\n endRegisterStyles();\n }\n }\n }\n const ancestorComponent = hostRef.$ancestorComponent$;\n const schedule = () => scheduleUpdate(hostRef, true);\n if (BUILD20.asyncLoading && ancestorComponent && ancestorComponent[\"s-rc\"]) {\n ancestorComponent[\"s-rc\"].push(schedule);\n } else {\n schedule();\n }\n};\nvar fireConnectedCallback = (instance) => {\n if (BUILD20.lazyLoad && BUILD20.connectedCallback) {\n safeCall(instance, \"connectedCallback\");\n }\n};\n\n// src/runtime/connected-callback.ts\nvar connectedCallback = (elm) => {\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {\n const hostRef = getHostRef(elm);\n const cmpMeta = hostRef.$cmpMeta$;\n const endConnected = createTime(\"connectedCallback\", cmpMeta.$tagName$);\n if (BUILD21.hostListenerTargetParent) {\n addHostEventListeners(elm, hostRef, cmpMeta.$listeners$, true);\n }\n if (!(hostRef.$flags$ & 1 /* hasConnected */)) {\n hostRef.$flags$ |= 1 /* hasConnected */;\n let hostId;\n if (BUILD21.hydrateClientSide) {\n hostId = elm.getAttribute(HYDRATE_ID);\n if (hostId) {\n if (BUILD21.shadowDom && supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n const scopeId2 = BUILD21.mode ? addStyle(elm.shadowRoot, cmpMeta, elm.getAttribute(\"s-mode\")) : addStyle(elm.shadowRoot, cmpMeta);\n elm.classList.remove(scopeId2 + \"-h\", scopeId2 + \"-s\");\n }\n initializeClientHydrate(elm, cmpMeta.$tagName$, hostId, hostRef);\n }\n }\n if (BUILD21.slotRelocation && !hostId) {\n if (BUILD21.hydrateServerSide || (BUILD21.slot || BUILD21.shadowDom) && // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {\n setContentReference(elm);\n }\n }\n if (BUILD21.asyncLoading) {\n let ancestorComponent = elm;\n while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {\n if (BUILD21.hydrateClientSide && ancestorComponent.nodeType === 1 /* ElementNode */ && ancestorComponent.hasAttribute(\"s-id\") && ancestorComponent[\"s-p\"] || ancestorComponent[\"s-p\"]) {\n attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);\n break;\n }\n }\n }\n if (BUILD21.prop && !BUILD21.hydrateServerSide && cmpMeta.$members$) {\n Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {\n if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {\n const value = elm[memberName];\n delete elm[memberName];\n elm[memberName] = value;\n }\n });\n }\n if (BUILD21.initializeNextTick) {\n nextTick(() => initializeComponent(elm, hostRef, cmpMeta));\n } else {\n initializeComponent(elm, hostRef, cmpMeta);\n }\n } else {\n addHostEventListeners(elm, hostRef, cmpMeta.$listeners$, false);\n if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {\n fireConnectedCallback(hostRef.$lazyInstance$);\n } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {\n hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));\n }\n }\n endConnected();\n }\n};\nvar setContentReference = (elm) => {\n const contentRefElm = elm[\"s-cr\"] = doc.createComment(\n BUILD21.isDebug ? `content-ref (host=${elm.localName})` : \"\"\n );\n contentRefElm[\"s-cn\"] = true;\n insertBefore(elm, contentRefElm, elm.firstChild);\n};\n\n// src/runtime/disconnected-callback.ts\nimport { BUILD as BUILD22 } from \"@stencil/core/internal/app-data\";\nvar disconnectInstance = (instance) => {\n if (BUILD22.lazyLoad && BUILD22.disconnectedCallback) {\n safeCall(instance, \"disconnectedCallback\");\n }\n if (BUILD22.cmpDidUnload) {\n safeCall(instance, \"componentDidUnload\");\n }\n};\nvar disconnectedCallback = async (elm) => {\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {\n const hostRef = getHostRef(elm);\n if (BUILD22.hostListener) {\n if (hostRef.$rmListeners$) {\n hostRef.$rmListeners$.map((rmListener) => rmListener());\n hostRef.$rmListeners$ = void 0;\n }\n }\n if (!BUILD22.lazyLoad) {\n disconnectInstance(elm);\n } else if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {\n disconnectInstance(hostRef.$lazyInstance$);\n } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {\n hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));\n }\n }\n};\n\n// src/runtime/dom-extras.ts\nimport { BUILD as BUILD23 } from \"@stencil/core/internal/app-data\";\nvar patchPseudoShadowDom = (hostElementPrototype, descriptorPrototype) => {\n patchCloneNode(hostElementPrototype);\n patchSlotAppendChild(hostElementPrototype);\n patchSlotAppend(hostElementPrototype);\n patchSlotPrepend(hostElementPrototype);\n patchSlotInsertAdjacentElement(hostElementPrototype);\n patchSlotInsertAdjacentHTML(hostElementPrototype);\n patchSlotInsertAdjacentText(hostElementPrototype);\n patchTextContent(hostElementPrototype);\n patchChildSlotNodes(hostElementPrototype, descriptorPrototype);\n patchSlotRemoveChild(hostElementPrototype);\n};\nvar patchCloneNode = (HostElementPrototype) => {\n const orgCloneNode = HostElementPrototype.cloneNode;\n HostElementPrototype.cloneNode = function(deep) {\n const srcNode = this;\n const isShadowDom = BUILD23.shadowDom ? srcNode.shadowRoot && supportsShadow : false;\n const clonedNode = orgCloneNode.call(srcNode, isShadowDom ? deep : false);\n if (BUILD23.slot && !isShadowDom && deep) {\n let i2 = 0;\n let slotted, nonStencilNode;\n const stencilPrivates = [\n \"s-id\",\n \"s-cr\",\n \"s-lr\",\n \"s-rc\",\n \"s-sc\",\n \"s-p\",\n \"s-cn\",\n \"s-sr\",\n \"s-sn\",\n \"s-hn\",\n \"s-ol\",\n \"s-nr\",\n \"s-si\",\n \"s-rf\",\n \"s-scs\"\n ];\n for (; i2 < srcNode.childNodes.length; i2++) {\n slotted = srcNode.childNodes[i2][\"s-nr\"];\n nonStencilNode = stencilPrivates.every((privateField) => !srcNode.childNodes[i2][privateField]);\n if (slotted) {\n if (BUILD23.appendChildSlotFix && clonedNode.__appendChild) {\n clonedNode.__appendChild(slotted.cloneNode(true));\n } else {\n clonedNode.appendChild(slotted.cloneNode(true));\n }\n }\n if (nonStencilNode) {\n clonedNode.appendChild(srcNode.childNodes[i2].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nvar patchSlotAppendChild = (HostElementPrototype) => {\n HostElementPrototype.__appendChild = HostElementPrototype.appendChild;\n HostElementPrototype.appendChild = function(newChild) {\n const slotName = newChild[\"s-sn\"] = getSlotName(newChild);\n const slotNode = getHostSlotNode(this.childNodes, slotName, this.tagName);\n if (slotNode) {\n const slotPlaceholder = document.createTextNode(\"\");\n slotPlaceholder[\"s-nr\"] = newChild;\n slotNode[\"s-cr\"].parentNode.__appendChild(slotPlaceholder);\n newChild[\"s-ol\"] = slotPlaceholder;\n newChild[\"s-sh\"] = slotNode[\"s-hn\"];\n const slotChildNodes = getHostSlotChildNodes(slotNode, slotName);\n const appendAfter = slotChildNodes[slotChildNodes.length - 1];\n const insertedNode = insertBefore(appendAfter.parentNode, newChild, appendAfter.nextSibling);\n updateFallbackSlotVisibility(this);\n return insertedNode;\n }\n return this.__appendChild(newChild);\n };\n};\nvar patchSlotRemoveChild = (ElementPrototype) => {\n ElementPrototype.__removeChild = ElementPrototype.removeChild;\n ElementPrototype.removeChild = function(toRemove) {\n if (toRemove && typeof toRemove[\"s-sn\"] !== \"undefined\") {\n const slotNode = getHostSlotNode(this.childNodes, toRemove[\"s-sn\"], this.tagName);\n if (slotNode) {\n const slotChildNodes = getHostSlotChildNodes(slotNode, toRemove[\"s-sn\"]);\n const existingNode = slotChildNodes.find((n) => n === toRemove);\n if (existingNode) {\n existingNode.remove();\n updateFallbackSlotVisibility(this);\n return;\n }\n }\n }\n return this.__removeChild(toRemove);\n };\n};\nvar patchSlotPrepend = (HostElementPrototype) => {\n const originalPrepend = HostElementPrototype.prepend;\n HostElementPrototype.prepend = function(...newChildren) {\n newChildren.forEach((newChild) => {\n if (typeof newChild === \"string\") {\n newChild = this.ownerDocument.createTextNode(newChild);\n }\n const slotName = newChild[\"s-sn\"] = getSlotName(newChild);\n const slotNode = getHostSlotNode(this.childNodes, slotName, this.tagName);\n if (slotNode) {\n const slotPlaceholder = document.createTextNode(\"\");\n slotPlaceholder[\"s-nr\"] = newChild;\n slotNode[\"s-cr\"].parentNode.__appendChild(slotPlaceholder);\n newChild[\"s-ol\"] = slotPlaceholder;\n newChild[\"s-sh\"] = slotNode[\"s-hn\"];\n const slotChildNodes = getHostSlotChildNodes(slotNode, slotName);\n const appendAfter = slotChildNodes[0];\n return insertBefore(appendAfter.parentNode, newChild, appendAfter.nextSibling);\n }\n if (newChild.nodeType === 1 && !!newChild.getAttribute(\"slot\")) {\n newChild.hidden = true;\n }\n return originalPrepend.call(this, newChild);\n });\n };\n};\nvar patchSlotAppend = (HostElementPrototype) => {\n HostElementPrototype.append = function(...newChildren) {\n newChildren.forEach((newChild) => {\n if (typeof newChild === \"string\") {\n newChild = this.ownerDocument.createTextNode(newChild);\n }\n this.appendChild(newChild);\n });\n };\n};\nvar patchSlotInsertAdjacentHTML = (HostElementPrototype) => {\n const originalInsertAdjacentHtml = HostElementPrototype.insertAdjacentHTML;\n HostElementPrototype.insertAdjacentHTML = function(position, text) {\n if (position !== \"afterbegin\" && position !== \"beforeend\") {\n return originalInsertAdjacentHtml.call(this, position, text);\n }\n const container = this.ownerDocument.createElement(\"_\");\n let node;\n container.innerHTML = text;\n if (position === \"afterbegin\") {\n while (node = container.firstChild) {\n this.prepend(node);\n }\n } else if (position === \"beforeend\") {\n while (node = container.firstChild) {\n this.append(node);\n }\n }\n };\n};\nvar patchSlotInsertAdjacentText = (HostElementPrototype) => {\n HostElementPrototype.insertAdjacentText = function(position, text) {\n this.insertAdjacentHTML(position, text);\n };\n};\nvar patchSlotInsertAdjacentElement = (HostElementPrototype) => {\n const originalInsertAdjacentElement = HostElementPrototype.insertAdjacentElement;\n HostElementPrototype.insertAdjacentElement = function(position, element) {\n if (position !== \"afterbegin\" && position !== \"beforeend\") {\n return originalInsertAdjacentElement.call(this, position, element);\n }\n if (position === \"afterbegin\") {\n this.prepend(element);\n return element;\n } else if (position === \"beforeend\") {\n this.append(element);\n return element;\n }\n return element;\n };\n};\nvar patchTextContent = (hostElementPrototype) => {\n const descriptor = Object.getOwnPropertyDescriptor(Node.prototype, \"textContent\");\n Object.defineProperty(hostElementPrototype, \"__textContent\", descriptor);\n if (BUILD23.experimentalScopedSlotChanges) {\n Object.defineProperty(hostElementPrototype, \"textContent\", {\n // To mimic shadow root behavior, we need to return the text content of all\n // nodes in a slot reference node\n get() {\n const slotRefNodes = getAllChildSlotNodes(this.childNodes);\n const textContent = slotRefNodes.map((node) => {\n var _a, _b;\n const text = [];\n let slotContent = node.nextSibling;\n while (slotContent && slotContent[\"s-sn\"] === node[\"s-sn\"]) {\n if (slotContent.nodeType === 3 /* TEXT_NODE */ || slotContent.nodeType === 1 /* ELEMENT_NODE */) {\n text.push((_b = (_a = slotContent.textContent) == null ? void 0 : _a.trim()) != null ? _b : \"\");\n }\n slotContent = slotContent.nextSibling;\n }\n return text.filter((ref) => ref !== \"\").join(\" \");\n }).filter((text) => text !== \"\").join(\" \");\n return \" \" + textContent + \" \";\n },\n // To mimic shadow root behavior, we need to overwrite all nodes in a slot\n // reference node. If a default slot reference node exists, the text content will be\n // placed there. Otherwise, the new text node will be hidden\n set(value) {\n const slotRefNodes = getAllChildSlotNodes(this.childNodes);\n slotRefNodes.forEach((node) => {\n let slotContent = node.nextSibling;\n while (slotContent && slotContent[\"s-sn\"] === node[\"s-sn\"]) {\n const tmp = slotContent;\n slotContent = slotContent.nextSibling;\n tmp.remove();\n }\n if (node[\"s-sn\"] === \"\") {\n const textNode = this.ownerDocument.createTextNode(value);\n textNode[\"s-sn\"] = \"\";\n insertBefore(node.parentElement, textNode, node.nextSibling);\n } else {\n node.remove();\n }\n });\n }\n });\n } else {\n Object.defineProperty(hostElementPrototype, \"textContent\", {\n get() {\n var _a;\n const slotNode = getHostSlotNode(this.childNodes, \"\", this.tagName);\n if (((_a = slotNode == null ? void 0 : slotNode.nextSibling) == null ? void 0 : _a.nodeType) === 3 /* TEXT_NODE */) {\n return slotNode.nextSibling.textContent;\n } else if (slotNode) {\n return slotNode.textContent;\n } else {\n return this.__textContent;\n }\n },\n set(value) {\n var _a;\n const slotNode = getHostSlotNode(this.childNodes, \"\", this.tagName);\n if (((_a = slotNode == null ? void 0 : slotNode.nextSibling) == null ? void 0 : _a.nodeType) === 3 /* TEXT_NODE */) {\n slotNode.nextSibling.textContent = value;\n } else if (slotNode) {\n slotNode.textContent = value;\n } else {\n this.__textContent = value;\n const contentRefElm = this[\"s-cr\"];\n if (contentRefElm) {\n insertBefore(this, contentRefElm, this.firstChild);\n }\n }\n }\n });\n }\n};\nvar patchChildSlotNodes = (elm, cmpMeta) => {\n class FakeNodeList extends Array {\n item(n) {\n return this[n];\n }\n }\n if (cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {\n const childNodesFn = elm.__lookupGetter__(\"childNodes\");\n Object.defineProperty(elm, \"children\", {\n get() {\n return this.childNodes.map((n) => n.nodeType === 1);\n }\n });\n Object.defineProperty(elm, \"childElementCount\", {\n get() {\n return elm.children.length;\n }\n });\n Object.defineProperty(elm, \"childNodes\", {\n get() {\n const childNodes = childNodesFn.call(this);\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0 && getHostRef(this).$flags$ & 2 /* hasRendered */) {\n const result = new FakeNodeList();\n for (let i2 = 0; i2 < childNodes.length; i2++) {\n const slot = childNodes[i2][\"s-nr\"];\n if (slot) {\n result.push(slot);\n }\n }\n return result;\n }\n return FakeNodeList.from(childNodes);\n }\n });\n }\n};\nvar getAllChildSlotNodes = (childNodes) => {\n const slotRefNodes = [];\n for (const childNode of Array.from(childNodes)) {\n if (childNode[\"s-sr\"]) {\n slotRefNodes.push(childNode);\n }\n slotRefNodes.push(...getAllChildSlotNodes(childNode.childNodes));\n }\n return slotRefNodes;\n};\nvar getSlotName = (node) => node[\"s-sn\"] || node.nodeType === 1 && node.getAttribute(\"slot\") || \"\";\nvar getHostSlotNode = (childNodes, slotName, hostName) => {\n let i2 = 0;\n let childNode;\n for (; i2 < childNodes.length; i2++) {\n childNode = childNodes[i2];\n if (childNode[\"s-sr\"] && childNode[\"s-sn\"] === slotName && childNode[\"s-hn\"] === hostName) {\n return childNode;\n }\n childNode = getHostSlotNode(childNode.childNodes, slotName, hostName);\n if (childNode) {\n return childNode;\n }\n }\n return null;\n};\nvar getHostSlotChildNodes = (n, slotName) => {\n const childNodes = [n];\n while ((n = n.nextSibling) && n[\"s-sn\"] === slotName) {\n childNodes.push(n);\n }\n return childNodes;\n};\n\n// src/runtime/bootstrap-custom-element.ts\nvar defineCustomElement = (Cstr, compactMeta) => {\n customElements.define(compactMeta[1], proxyCustomElement(Cstr, compactMeta));\n};\nvar proxyCustomElement = (Cstr, compactMeta) => {\n const cmpMeta = {\n $flags$: compactMeta[0],\n $tagName$: compactMeta[1]\n };\n if (BUILD24.member) {\n cmpMeta.$members$ = compactMeta[2];\n }\n if (BUILD24.hostListener) {\n cmpMeta.$listeners$ = compactMeta[3];\n }\n if (BUILD24.watchCallback) {\n cmpMeta.$watchers$ = Cstr.$watchers$;\n }\n if (BUILD24.reflect) {\n cmpMeta.$attrsToReflect$ = [];\n }\n if (BUILD24.shadowDom && !supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;\n }\n if (BUILD24.experimentalSlotFixes) {\n if (BUILD24.scoped && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchPseudoShadowDom(Cstr.prototype, cmpMeta);\n }\n } else {\n if (BUILD24.slotChildNodesFix) {\n patchChildSlotNodes(Cstr.prototype, cmpMeta);\n }\n if (BUILD24.cloneNodeFix) {\n patchCloneNode(Cstr.prototype);\n }\n if (BUILD24.appendChildSlotFix) {\n patchSlotAppendChild(Cstr.prototype);\n }\n if (BUILD24.scopedSlotTextContentFix && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchTextContent(Cstr.prototype);\n }\n }\n const originalConnectedCallback = Cstr.prototype.connectedCallback;\n const originalDisconnectedCallback = Cstr.prototype.disconnectedCallback;\n Object.assign(Cstr.prototype, {\n __registerHost() {\n registerHost(this, cmpMeta);\n },\n connectedCallback() {\n const hostRef = getHostRef(this);\n addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);\n connectedCallback(this);\n if (BUILD24.connectedCallback && originalConnectedCallback) {\n originalConnectedCallback.call(this);\n }\n },\n disconnectedCallback() {\n disconnectedCallback(this);\n if (BUILD24.disconnectedCallback && originalDisconnectedCallback) {\n originalDisconnectedCallback.call(this);\n }\n },\n __attachShadow() {\n if (supportsShadow) {\n if (!this.shadowRoot) {\n if (BUILD24.shadowDelegatesFocus) {\n this.attachShadow({\n mode: \"open\",\n delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)\n });\n } else {\n this.attachShadow({ mode: \"open\" });\n }\n } else {\n if (this.shadowRoot.mode !== \"open\") {\n throw new Error(\n `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`\n );\n }\n }\n } else {\n this.shadowRoot = this;\n }\n }\n });\n Cstr.is = cmpMeta.$tagName$;\n return proxyComponent(Cstr, cmpMeta, 1 /* isElementConstructor */ | 2 /* proxyState */);\n};\nvar forceModeUpdate = (elm) => {\n if (BUILD24.style && BUILD24.mode && !BUILD24.lazyLoad) {\n const mode = computeMode(elm);\n const hostRef = getHostRef(elm);\n if (hostRef.$modeName$ !== mode) {\n const cmpMeta = hostRef.$cmpMeta$;\n const oldScopeId = elm[\"s-sc\"];\n const scopeId2 = getScopeId(cmpMeta, mode);\n const style = elm.constructor.style[mode];\n const flags = cmpMeta.$flags$;\n if (style) {\n if (!styles.has(scopeId2)) {\n registerStyle(scopeId2, style, !!(flags & 1 /* shadowDomEncapsulation */));\n }\n hostRef.$modeName$ = mode;\n elm.classList.remove(oldScopeId + \"-h\", oldScopeId + \"-s\");\n attachStyles(hostRef);\n forceUpdate(elm);\n }\n }\n }\n};\n\n// src/runtime/bootstrap-lazy.ts\nimport { BUILD as BUILD25 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/hmr-component.ts\nvar hmrStart = (hostElement, cmpMeta, hmrVersionId) => {\n const hostRef = getHostRef(hostElement);\n hostRef.$flags$ = 1 /* hasConnected */;\n initializeComponent(hostElement, hostRef, cmpMeta, hmrVersionId);\n};\n\n// src/runtime/bootstrap-lazy.ts\nvar bootstrapLazy = (lazyBundles, options = {}) => {\n var _a;\n if (BUILD25.profile && performance.mark) {\n performance.mark(\"st:app:start\");\n }\n installDevTools();\n const endBootstrap = createTime(\"bootstrapLazy\");\n const cmpTags = [];\n const exclude = options.exclude || [];\n const customElements2 = win.customElements;\n const head = doc.head;\n const metaCharset = /* @__PURE__ */ head.querySelector(\"meta[charset]\");\n const dataStyles = /* @__PURE__ */ doc.createElement(\"style\");\n const deferredConnectedCallbacks = [];\n let appLoadFallback;\n let isBootstrapping = true;\n Object.assign(plt, options);\n plt.$resourcesUrl$ = new URL(options.resourcesUrl || \"./\", doc.baseURI).href;\n if (BUILD25.asyncQueue) {\n if (options.syncQueue) {\n plt.$flags$ |= 4 /* queueSync */;\n }\n }\n if (BUILD25.hydrateClientSide) {\n plt.$flags$ |= 2 /* appLoaded */;\n }\n let hasSlotRelocation = false;\n lazyBundles.map((lazyBundle) => {\n lazyBundle[1].map((compactMeta) => {\n var _a2;\n const cmpMeta = {\n $flags$: compactMeta[0],\n $tagName$: compactMeta[1],\n $members$: compactMeta[2],\n $listeners$: compactMeta[3]\n };\n if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {\n hasSlotRelocation = true;\n }\n if (BUILD25.member) {\n cmpMeta.$members$ = compactMeta[2];\n }\n if (BUILD25.hostListener) {\n cmpMeta.$listeners$ = compactMeta[3];\n }\n if (BUILD25.reflect) {\n cmpMeta.$attrsToReflect$ = [];\n }\n if (BUILD25.watchCallback) {\n cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};\n }\n if (BUILD25.shadowDom && !supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;\n }\n const tagName = BUILD25.transformTagName && options.transformTagName ? options.transformTagName(cmpMeta.$tagName$) : cmpMeta.$tagName$;\n const HostElement = class extends HTMLElement {\n // StencilLazyHost\n constructor(self) {\n super(self);\n this.hasRegisteredEventListeners = false;\n self = this;\n registerHost(self, cmpMeta);\n if (BUILD25.shadowDom && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n if (supportsShadow) {\n if (!self.shadowRoot) {\n if (BUILD25.shadowDelegatesFocus) {\n self.attachShadow({\n mode: \"open\",\n delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)\n });\n } else {\n self.attachShadow({ mode: \"open\" });\n }\n } else {\n if (self.shadowRoot.mode !== \"open\") {\n throw new Error(\n `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`\n );\n }\n }\n } else if (!BUILD25.hydrateServerSide && !(\"shadowRoot\" in self)) {\n self.shadowRoot = self;\n }\n }\n }\n connectedCallback() {\n const hostRef = getHostRef(this);\n if (!this.hasRegisteredEventListeners) {\n this.hasRegisteredEventListeners = true;\n addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);\n }\n if (appLoadFallback) {\n clearTimeout(appLoadFallback);\n appLoadFallback = null;\n }\n if (isBootstrapping) {\n deferredConnectedCallbacks.push(this);\n } else {\n plt.jmp(() => connectedCallback(this));\n }\n }\n disconnectedCallback() {\n plt.jmp(() => disconnectedCallback(this));\n }\n componentOnReady() {\n return getHostRef(this).$onReadyPromise$;\n }\n };\n if (BUILD25.experimentalSlotFixes) {\n if (BUILD25.scoped && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchPseudoShadowDom(HostElement.prototype, cmpMeta);\n }\n } else {\n if (BUILD25.slotChildNodesFix) {\n patchChildSlotNodes(HostElement.prototype, cmpMeta);\n }\n if (BUILD25.cloneNodeFix) {\n patchCloneNode(HostElement.prototype);\n }\n if (BUILD25.appendChildSlotFix) {\n patchSlotAppendChild(HostElement.prototype);\n }\n if (BUILD25.scopedSlotTextContentFix && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchTextContent(HostElement.prototype);\n }\n }\n if (BUILD25.formAssociated && cmpMeta.$flags$ & 64 /* formAssociated */) {\n HostElement.formAssociated = true;\n }\n if (BUILD25.hotModuleReplacement) {\n HostElement.prototype[\"s-hmr\"] = function(hmrVersionId) {\n hmrStart(this, cmpMeta, hmrVersionId);\n };\n }\n cmpMeta.$lazyBundleId$ = lazyBundle[0];\n if (!exclude.includes(tagName) && !customElements2.get(tagName)) {\n cmpTags.push(tagName);\n customElements2.define(\n tagName,\n proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)\n );\n }\n });\n });\n if (cmpTags.length > 0) {\n if (hasSlotRelocation) {\n dataStyles.textContent += SLOT_FB_CSS;\n }\n if (BUILD25.invisiblePrehydration && (BUILD25.hydratedClass || BUILD25.hydratedAttribute)) {\n dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;\n }\n if (dataStyles.innerHTML.length) {\n dataStyles.setAttribute(\"data-styles\", \"\");\n const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n dataStyles.setAttribute(\"nonce\", nonce);\n }\n head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);\n }\n }\n isBootstrapping = false;\n if (deferredConnectedCallbacks.length) {\n deferredConnectedCallbacks.map((host) => host.connectedCallback());\n } else {\n if (BUILD25.profile) {\n plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30, \"timeout\"));\n } else {\n plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));\n }\n }\n endBootstrap();\n};\n\n// src/runtime/fragment.ts\nvar Fragment = (_, children) => children;\n\n// src/runtime/host-listener.ts\nimport { BUILD as BUILD26 } from \"@stencil/core/internal/app-data\";\nvar addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {\n if (BUILD26.hostListener && listeners) {\n if (BUILD26.hostListenerTargetParent) {\n if (attachParentListeners) {\n listeners = listeners.filter(([flags]) => flags & 32 /* TargetParent */);\n } else {\n listeners = listeners.filter(([flags]) => !(flags & 32 /* TargetParent */));\n }\n }\n listeners.map(([flags, name, method]) => {\n const target = BUILD26.hostListenerTarget ? getHostListenerTarget(elm, flags) : elm;\n const handler = hostListenerProxy(hostRef, method);\n const opts = hostListenerOpts(flags);\n plt.ael(target, name, handler, opts);\n (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));\n });\n }\n};\nvar hostListenerProxy = (hostRef, methodName) => (ev) => {\n var _a;\n try {\n if (BUILD26.lazyLoad) {\n if (hostRef.$flags$ & 256 /* isListenReady */) {\n (_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);\n } else {\n (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);\n }\n } else {\n hostRef.$hostElement$[methodName](ev);\n }\n } catch (e) {\n consoleError(e);\n }\n};\nvar getHostListenerTarget = (elm, flags) => {\n if (BUILD26.hostListenerTargetDocument && flags & 4 /* TargetDocument */) return doc;\n if (BUILD26.hostListenerTargetWindow && flags & 8 /* TargetWindow */) return win;\n if (BUILD26.hostListenerTargetBody && flags & 16 /* TargetBody */) return doc.body;\n if (BUILD26.hostListenerTargetParent && flags & 32 /* TargetParent */ && elm.parentElement)\n return elm.parentElement;\n return elm;\n};\nvar hostListenerOpts = (flags) => supportsListenerOptions ? {\n passive: (flags & 1 /* Passive */) !== 0,\n capture: (flags & 2 /* Capture */) !== 0\n} : (flags & 2 /* Capture */) !== 0;\n\n// src/runtime/nonce.ts\nvar setNonce = (nonce) => plt.$nonce$ = nonce;\n\n// src/runtime/platform-options.ts\nvar setPlatformOptions = (opts) => Object.assign(plt, opts);\n\n// src/runtime/vdom/vdom-annotations.ts\nvar insertVdomAnnotations = (doc2, staticComponents) => {\n if (doc2 != null) {\n const docData = STENCIL_DOC_DATA in doc2 ? doc2[STENCIL_DOC_DATA] : { ...DEFAULT_DOC_DATA };\n docData.staticComponents = new Set(staticComponents);\n const orgLocationNodes = [];\n parseVNodeAnnotations(doc2, doc2.body, docData, orgLocationNodes);\n orgLocationNodes.forEach((orgLocationNode) => {\n var _a;\n if (orgLocationNode != null && orgLocationNode[\"s-nr\"]) {\n const nodeRef = orgLocationNode[\"s-nr\"];\n let hostId = nodeRef[\"s-host-id\"];\n let nodeId = nodeRef[\"s-node-id\"];\n let childId = `${hostId}.${nodeId}`;\n if (hostId == null) {\n hostId = 0;\n docData.rootLevelIds++;\n nodeId = docData.rootLevelIds;\n childId = `${hostId}.${nodeId}`;\n if (nodeRef.nodeType === 1 /* ElementNode */) {\n nodeRef.setAttribute(HYDRATE_CHILD_ID, childId);\n } else if (nodeRef.nodeType === 3 /* TextNode */) {\n if (hostId === 0) {\n const textContent = (_a = nodeRef.nodeValue) == null ? void 0 : _a.trim();\n if (textContent === \"\") {\n orgLocationNode.remove();\n return;\n }\n }\n const commentBeforeTextNode = doc2.createComment(childId);\n commentBeforeTextNode.nodeValue = `${TEXT_NODE_ID}.${childId}`;\n insertBefore(nodeRef.parentNode, commentBeforeTextNode, nodeRef);\n }\n }\n let orgLocationNodeId = `${ORG_LOCATION_ID}.${childId}`;\n const orgLocationParentNode = orgLocationNode.parentElement;\n if (orgLocationParentNode) {\n if (orgLocationParentNode[\"s-en\"] === \"\") {\n orgLocationNodeId += `.`;\n } else if (orgLocationParentNode[\"s-en\"] === \"c\") {\n orgLocationNodeId += `.c`;\n }\n }\n orgLocationNode.nodeValue = orgLocationNodeId;\n }\n });\n }\n};\nvar parseVNodeAnnotations = (doc2, node, docData, orgLocationNodes) => {\n var _a;\n if (node == null) {\n return;\n }\n if (node[\"s-nr\"] != null) {\n orgLocationNodes.push(node);\n }\n if (node.nodeType === 1 /* ElementNode */) {\n const childNodes = [...Array.from(node.childNodes), ...Array.from(((_a = node.shadowRoot) == null ? void 0 : _a.childNodes) || [])];\n childNodes.forEach((childNode) => {\n const hostRef = getHostRef(childNode);\n if (hostRef != null && !docData.staticComponents.has(childNode.nodeName.toLowerCase())) {\n const cmpData = {\n nodeIds: 0\n };\n insertVNodeAnnotations(doc2, childNode, hostRef.$vnode$, docData, cmpData);\n }\n parseVNodeAnnotations(doc2, childNode, docData, orgLocationNodes);\n });\n }\n};\nvar insertVNodeAnnotations = (doc2, hostElm, vnode, docData, cmpData) => {\n if (vnode != null) {\n const hostId = ++docData.hostIds;\n hostElm.setAttribute(HYDRATE_ID, hostId);\n if (hostElm[\"s-cr\"] != null) {\n hostElm[\"s-cr\"].nodeValue = `${CONTENT_REF_ID}.${hostId}`;\n }\n if (vnode.$children$ != null) {\n const depth = 0;\n vnode.$children$.forEach((vnodeChild, index) => {\n insertChildVNodeAnnotations(doc2, vnodeChild, cmpData, hostId, depth, index);\n });\n }\n if (hostElm && vnode && vnode.$elm$ && !hostElm.hasAttribute(HYDRATE_CHILD_ID)) {\n const parent = hostElm.parentElement;\n if (parent && parent.childNodes) {\n const parentChildNodes = Array.from(parent.childNodes);\n const comment = parentChildNodes.find(\n (node) => node.nodeType === 8 /* CommentNode */ && node[\"s-sr\"]\n );\n if (comment) {\n const index = parentChildNodes.indexOf(hostElm) - 1;\n vnode.$elm$.setAttribute(\n HYDRATE_CHILD_ID,\n `${comment[\"s-host-id\"]}.${comment[\"s-node-id\"]}.0.${index}`\n );\n }\n }\n }\n }\n};\nvar insertChildVNodeAnnotations = (doc2, vnodeChild, cmpData, hostId, depth, index) => {\n const childElm = vnodeChild.$elm$;\n if (childElm == null) {\n return;\n }\n const nodeId = cmpData.nodeIds++;\n const childId = `${hostId}.${nodeId}.${depth}.${index}`;\n childElm[\"s-host-id\"] = hostId;\n childElm[\"s-node-id\"] = nodeId;\n if (childElm.nodeType === 1 /* ElementNode */) {\n childElm.setAttribute(HYDRATE_CHILD_ID, childId);\n } else if (childElm.nodeType === 3 /* TextNode */) {\n const parentNode = childElm.parentNode;\n const nodeName = parentNode == null ? void 0 : parentNode.nodeName;\n if (nodeName !== \"STYLE\" && nodeName !== \"SCRIPT\") {\n const textNodeId = `${TEXT_NODE_ID}.${childId}`;\n const commentBeforeTextNode = doc2.createComment(textNodeId);\n insertBefore(parentNode, commentBeforeTextNode, childElm);\n }\n } else if (childElm.nodeType === 8 /* CommentNode */) {\n if (childElm[\"s-sr\"]) {\n const slotName = childElm[\"s-sn\"] || \"\";\n const slotNodeId = `${SLOT_NODE_ID}.${childId}.${slotName}`;\n childElm.nodeValue = slotNodeId;\n }\n }\n if (vnodeChild.$children$ != null) {\n const childDepth = depth + 1;\n vnodeChild.$children$.forEach((vnode, index2) => {\n insertChildVNodeAnnotations(doc2, vnode, cmpData, hostId, childDepth, index2);\n });\n }\n};\nexport {\n BUILD27 as BUILD,\n Build,\n Env,\n Fragment,\n H,\n H as HTMLElement,\n Host,\n NAMESPACE2 as NAMESPACE,\n STENCIL_DEV_MODE,\n addHostEventListeners,\n bootstrapLazy,\n cmpModules,\n connectedCallback,\n consoleDevError,\n consoleDevInfo,\n consoleDevWarn,\n consoleError,\n createEvent,\n defineCustomElement,\n disconnectedCallback,\n doc,\n forceModeUpdate,\n forceUpdate,\n getAssetPath,\n getElement,\n getHostRef,\n getMode,\n getRenderingRef,\n getValue,\n h,\n insertVdomAnnotations,\n isMemberInElement,\n loadModule,\n modeResolutionChain,\n nextTick,\n parsePropertyValue,\n plt,\n postUpdateComponent,\n promiseResolve,\n proxyComponent,\n proxyCustomElement,\n readTask,\n registerHost,\n registerInstance,\n renderVdom,\n setAssetPath,\n setErrorHandler,\n setMode,\n setNonce,\n setPlatformHelpers,\n setPlatformOptions,\n setValue,\n styles,\n supportsConstructableStylesheets,\n supportsListenerOptions,\n supportsShadow,\n win,\n writeTask\n};\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ import{r as o,h as e}from"./p-3d6152b1.js";import{M as t}from"./p-7cfea8fe.js";const s="*{margin:0;padding:0;box-sizing:border-box}.phone{display:block;width:100%;height:24px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.phone-input-form{width:100%;height:48px;padding:13px 16px 13px 16px;border:1px solid #CCCCCC;font-size:14px}.crm-erro-msg{color:#E11D48;font-size:12px;font-weight:500;margin-top:11px}";const i=s;const n=class{constructor(e){o(this,e);this.phone="";this.message="";this.initialValue=undefined;this.disabled=undefined}componentWillLoad(){this.phone=this.initialValue}formatPhone(o){const e=o.replace(/\D/g,"");const t=e.match(/^(\d{0,2})(\d{0,5})(\d{0,4})$/);if(!t)return o;const s=t[1]?`(${t[1]}`:"";const i=t[2]?`) ${t[2]}`:"";const n=t[3]?` ${t[3]}`:"";return`${s}${i}${n}`}handleInput(o){const e=o.target;this.phone=this.formatPhone(e.value);if(!this.validatePhoneNumber(e.value)){this.message=t}else{this.message=""}console.log("phone",this.phone)}validatePhoneNumber(o){if(o.length<15){return true}const e=/^\(\d{2}\) \d{5} \d{4}$/;return e.test(o)}async getPhone(){return this.phone}render(){return e("div",{key:"44d9a3f88829cdf269da2ea029ca81197a9ca31e"},e("input",{key:"4af46e5c7eb38f108f3a3b58937b3b5560a0757d",disabled:this.disabled,id:"phone",type:"text",class:"phone-input-form",value:this.phone,onInput:o=>this.handleInput(o),placeholder:"(99) 99999 9999"}),e("p",{key:"5058284a0a7bda9e750cbf4e1134fdc47c7de83e",class:"crm-erro-msg"},this.message))}};n.style=i;export{n as phone_input_mask};
2
+ //# sourceMappingURL=p-620ec1a3.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["phoneInputMaskCss","PhoneInputMaskStyle0","PhoneInputMask","componentWillLoad","this","phone","initialValue","formatPhone","value","cleaned","replace","match","part1","part2","part3","handleInput","event","input","target","validatePhoneNumber","message","MESSAGE_ERROR_INVALID_NUMBER","console","log","length","phoneRegex","test","getPhone","render","h","key","disabled","id","type","class","onInput","placeholder"],"sources":["src/components/phone/phone-input-mask.css?tag=phone-input-mask&encapsulation=shadow","src/components/phone/phone-input-mask.tsx"],"sourcesContent":["* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\n.phone {\n display: block;\n width: 100%;\n height: 24px;\n padding: 6px 12px;\n font-size: 14px;\n line-height: 1.42857143;\n color: #555;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 0px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);\n -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;\n -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n\n\n.phone-input-form {\n width: 100%;\n height: 48px;\n padding: 13px 16px 13px 16px;\n border: 1px solid #CCCCCC;\n font-size: 14px;\n}\n\n.crm-erro-msg {\n color: #E11D48;\n font-size: 12px;\n font-weight: 500;\n margin-top: 11px;\n}\n","import { Component, h, Method, Prop, State } from '@stencil/core';\nimport { MESSAGE_ERROR_INVALID_NUMBER } from '../../contants';\n\n@Component({\n tag: 'phone-input-mask',\n styleUrl: 'phone-input-mask.css',\n shadow: true,\n})\nexport class PhoneInputMask {\n @State() phone: string = '';\n @State() message: string = \"\";\n\n @Prop() initialValue: string;\n @Prop() disabled: boolean;\n\n componentWillLoad() {\n this.phone = this.initialValue;\n }\n\n private formatPhone(value: string): string {\n\n const cleaned = value.replace(/\\D/g, ''); // Remove tudo que não for número\n const match = cleaned.match(/^(\\d{0,2})(\\d{0,5})(\\d{0,4})$/);\n\n if (!match) return value;\n\n const part1 = match[1] ? `(${match[1]}` : '';\n const part2 = match[2] ? `) ${match[2]}` : '';\n const part3 = match[3] ? ` ${match[3]}` : '';\n\n return `${part1}${part2}${part3}`;\n }\n\n private handleInput(event: Event): void {\n const input = event.target as HTMLInputElement;\n this.phone = this.formatPhone(input.value);\n\n if(!this.validatePhoneNumber(input.value)) {\n this.message = MESSAGE_ERROR_INVALID_NUMBER\n } else {\n this.message = \"\"\n }\n\n console.log('phone', this.phone)\n }\n\n validatePhoneNumber(phone: string): boolean {\n if(phone.length < 15) {\n return true\n }\n const phoneRegex = /^\\(\\d{2}\\) \\d{5} \\d{4}$/; // Valida formato (99) 99999-9999\n return phoneRegex.test(phone);\n }\n\n @Method()\n public async getPhone() {\n return this.phone;\n }\n\n render() {\n return (\n <div>\n <input\n disabled={this.disabled}\n id=\"phone\"\n type=\"text\"\n class=\"phone-input-form\"\n value={this.phone}\n onInput={(event) => this.handleInput(event)}\n placeholder=\"(99) 99999 9999\"\n />\n <p class=\"crm-erro-msg\">{this.message}</p>\n </div>\n\n );\n }\n}\n"],"mappings":"+EAAA,MAAMA,EAAoB,mvBAC1B,MAAAC,EAAeD,E,MCOFE,EAAc,M,oCACE,G,aACE,G,oDAK3B,iBAAAC,GACIC,KAAKC,MAAQD,KAAKE,Y,CAGd,WAAAC,CAAYC,GAEhB,MAAMC,EAAUD,EAAME,QAAQ,MAAO,IACrC,MAAMC,EAAQF,EAAQE,MAAM,iCAE5B,IAAKA,EAAO,OAAOH,EAEnB,MAAMI,EAAQD,EAAM,GAAK,IAAIA,EAAM,KAAO,GAC1C,MAAME,EAAQF,EAAM,GAAK,KAAKA,EAAM,KAAO,GAC3C,MAAMG,EAAQH,EAAM,GAAK,IAAIA,EAAM,KAAO,GAE1C,MAAO,GAAGC,IAAQC,IAAQC,G,CAGtB,WAAAC,CAAYC,GAChB,MAAMC,EAAQD,EAAME,OACpBd,KAAKC,MAAQD,KAAKG,YAAYU,EAAMT,OAEpC,IAAIJ,KAAKe,oBAAoBF,EAAMT,OAAQ,CACvCJ,KAAKgB,QAAUC,C,KACZ,CACHjB,KAAKgB,QAAU,E,CAGnBE,QAAQC,IAAI,QAASnB,KAAKC,M,CAG9B,mBAAAc,CAAoBd,GAChB,GAAGA,EAAMmB,OAAS,GAAI,CAClB,OAAO,I,CAEX,MAAMC,EAAa,0BACnB,OAAOA,EAAWC,KAAKrB,E,CAIpB,cAAMsB,GACT,OAAOvB,KAAKC,K,CAGhB,MAAAuB,GACI,OACIC,EAAA,OAAAC,IAAA,4CACID,EAAA,SAAAC,IAAA,2CACIC,SAAU3B,KAAK2B,SACfC,GAAG,QACHC,KAAK,OACLC,MAAM,mBACN1B,MAAOJ,KAAKC,MACZ8B,QAAUnB,GAAUZ,KAAKW,YAAYC,GACrCoB,YAAY,oBAEhBP,EAAA,KAAAC,IAAA,2CAAGI,MAAM,gBAAgB9B,KAAKgB,S","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ import{U as t,g as e,B as n,a as o}from"./p-f9aeffc1.js";function r(t,e){return function n(){return t.apply(e,arguments)}}const{toString:s}=Object.prototype;const{getPrototypeOf:i}=Object;const c=(t=>e=>{const n=s.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null));const u=t=>{t=t.toLowerCase();return e=>c(e)===t};const a=t=>e=>typeof e===t;const{isArray:l}=Array;const f=a("undefined");function d(t){return t!==null&&!f(t)&&t.constructor!==null&&!f(t.constructor)&&w(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const h=u("ArrayBuffer");function p(t){let e;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){e=ArrayBuffer.isView(t)}else{e=t&&t.buffer&&h(t.buffer)}return e}const m=a("string");const w=a("function");const y=a("number");const b=t=>t!==null&&typeof t==="object";const g=t=>t===true||t===false;const R=t=>{if(c(t)!=="object"){return false}const e=i(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};const O=u("Date");const S=u("File");const E=u("Blob");const T=u("FileList");const A=t=>b(t)&&w(t.pipe);const j=t=>{let e;return t&&(typeof FormData==="function"&&t instanceof FormData||w(t.append)&&((e=c(t))==="formdata"||e==="object"&&w(t.toString)&&t.toString()==="[object FormData]"))};const N=u("URLSearchParams");const[x,v,C,P]=["ReadableStream","Request","Response","Headers"].map(u);const B=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function F(t,e,{allOwnKeys:n=false}={}){if(t===null||typeof t==="undefined"){return}let o;let r;if(typeof t!=="object"){t=[t]}if(l(t)){for(o=0,r=t.length;o<r;o++){e.call(null,t[o],o,t)}}else{const r=n?Object.getOwnPropertyNames(t):Object.keys(t);const s=r.length;let i;for(o=0;o<s;o++){i=r[o];e.call(null,t[i],i,t)}}}function D(t,e){e=e.toLowerCase();const n=Object.keys(t);let o=n.length;let r;while(o-- >0){r=n[o];if(e===r.toLowerCase()){return r}}return null}const U=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const _=t=>!f(t)&&t!==U;function k(){const{caseless:t}=_(this)&&this||{};const e={};const n=(n,o)=>{const r=t&&D(e,o)||o;if(R(e[r])&&R(n)){e[r]=k(e[r],n)}else if(R(n)){e[r]=k({},n)}else if(l(n)){e[r]=n.slice()}else{e[r]=n}};for(let t=0,e=arguments.length;t<e;t++){arguments[t]&&F(arguments[t],n)}return e}const q=(t,e,n,{allOwnKeys:o}={})=>{F(e,((e,o)=>{if(n&&w(e)){t[o]=r(e,n)}else{t[o]=e}}),{allOwnKeys:o});return t};const L=t=>{if(t.charCodeAt(0)===65279){t=t.slice(1)}return t};const I=(t,e,n,o)=>{t.prototype=Object.create(e.prototype,o);t.prototype.constructor=t;Object.defineProperty(t,"super",{value:e.prototype});n&&Object.assign(t.prototype,n)};const z=(t,e,n,o)=>{let r;let s;let c;const u={};e=e||{};if(t==null)return e;do{r=Object.getOwnPropertyNames(t);s=r.length;while(s-- >0){c=r[s];if((!o||o(c,t,e))&&!u[c]){e[c]=t[c];u[c]=true}}t=n!==false&&i(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e};const $=(t,e,n)=>{t=String(t);if(n===undefined||n>t.length){n=t.length}n-=e.length;const o=t.indexOf(e,n);return o!==-1&&o===n};const M=t=>{if(!t)return null;if(l(t))return t;let e=t.length;if(!y(e))return null;const n=new Array(e);while(e-- >0){n[e]=t[e]}return n};const H=(t=>e=>t&&e instanceof t)(typeof Uint8Array!=="undefined"&&i(Uint8Array));const J=(t,e)=>{const n=t&&t[Symbol.iterator];const o=n.call(t);let r;while((r=o.next())&&!r.done){const n=r.value;e.call(t,n[0],n[1])}};const K=(t,e)=>{let n;const o=[];while((n=t.exec(e))!==null){o.push(n)}return o};const V=u("HTMLFormElement");const W=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function t(e,n,o){return n.toUpperCase()+o}));const G=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype);const X=u("RegExp");const Y=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t);const o={};F(n,((n,r)=>{let s;if((s=e(n,r,t))!==false){o[r]=s||n}}));Object.defineProperties(t,o)};const Z=t=>{Y(t,((e,n)=>{if(w(t)&&["arguments","caller","callee"].indexOf(n)!==-1){return false}const o=t[n];if(!w(o))return;e.enumerable=false;if("writable"in e){e.writable=false;return}if(!e.set){e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}}}))};const Q=(t,e)=>{const n={};const o=t=>{t.forEach((t=>{n[t]=true}))};l(t)?o(t):o(String(t).split(e));return n};const tt=()=>{};const et=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;const nt="abcdefghijklmnopqrstuvwxyz";const ot="0123456789";const rt={DIGIT:ot,ALPHA:nt,ALPHA_DIGIT:nt+nt.toUpperCase()+ot};const st=(t=16,e=rt.ALPHA_DIGIT)=>{let n="";const{length:o}=e;while(t--){n+=e[Math.random()*o|0]}return n};function it(t){return!!(t&&w(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const ct=t=>{const e=new Array(10);const n=(t,o)=>{if(b(t)){if(e.indexOf(t)>=0){return}if(!("toJSON"in t)){e[o]=t;const r=l(t)?[]:{};F(t,((t,e)=>{const s=n(t,o+1);!f(s)&&(r[e]=s)}));e[o]=undefined;return r}}return t};return n(t,0)};const ut=u("AsyncFunction");const at=t=>t&&(b(t)||w(t))&&w(t.then)&&w(t.catch);const lt=((t,e)=>{if(t){return setImmediate}return e?((t,e)=>{U.addEventListener("message",(({source:n,data:o})=>{if(n===U&&o===t){e.length&&e.shift()()}}),false);return n=>{e.push(n);U.postMessage(t,"*")}})(`axios@${Math.random()}`,[]):t=>setTimeout(t)})(typeof setImmediate==="function",w(U.postMessage));const ft=typeof queueMicrotask!=="undefined"?queueMicrotask.bind(U):typeof process!=="undefined"&&process.nextTick||lt;const dt={isArray:l,isArrayBuffer:h,isBuffer:d,isFormData:j,isArrayBufferView:p,isString:m,isNumber:y,isBoolean:g,isObject:b,isPlainObject:R,isReadableStream:x,isRequest:v,isResponse:C,isHeaders:P,isUndefined:f,isDate:O,isFile:S,isBlob:E,isRegExp:X,isFunction:w,isStream:A,isURLSearchParams:N,isTypedArray:H,isFileList:T,forEach:F,merge:k,extend:q,trim:B,stripBOM:L,inherits:I,toFlatObject:z,kindOf:c,kindOfTest:u,endsWith:$,toArray:M,forEachEntry:J,matchAll:K,isHTMLForm:V,hasOwnProperty:G,hasOwnProp:G,reduceDescriptors:Y,freezeMethods:Z,toObjectSet:Q,toCamelCase:W,noop:tt,toFiniteNumber:et,findKey:D,global:U,isContextDefined:_,ALPHABET:rt,generateString:st,isSpecCompliantForm:it,toJSONObject:ct,isAsyncFn:ut,isThenable:at,setImmediate:lt,asap:ft};function ht(t,e,n,o,r){Error.call(this);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack}this.message=t;this.name="AxiosError";e&&(this.code=e);n&&(this.config=n);o&&(this.request=o);if(r){this.response=r;this.status=r.status?r.status:null}}dt.inherits(ht,Error,{toJSON:function t(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:dt.toJSONObject(this.config),code:this.code,status:this.status}}});const pt=ht.prototype;const mt={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((t=>{mt[t]={value:t}}));Object.defineProperties(ht,mt);Object.defineProperty(pt,"isAxiosError",{value:true});ht.from=(t,e,n,o,r,s)=>{const i=Object.create(pt);dt.toFlatObject(t,i,(function t(e){return e!==Error.prototype}),(t=>t!=="isAxiosError"));ht.call(i,t.message,e,n,o,r);i.cause=t;i.name=t.name;s&&Object.assign(i,s);return i};const wt=null;function yt(t){return dt.isPlainObject(t)||dt.isArray(t)}function bt(t){return dt.endsWith(t,"[]")?t.slice(0,-2):t}function gt(t,e,n){if(!t)return e;return t.concat(e).map((function t(e,o){e=bt(e);return!n&&o?"["+e+"]":e})).join(n?".":"")}function Rt(t){return dt.isArray(t)&&!t.some(yt)}const Ot=dt.toFlatObject(dt,{},null,(function t(e){return/^is[A-Z]/.test(e)}));function St(t,e,n){if(!dt.isObject(t)){throw new TypeError("target must be an object")}e=e||new FormData;n=dt.toFlatObject(n,{metaTokens:true,dots:false,indexes:false},false,(function t(e,n){return!dt.isUndefined(n[e])}));const o=n.metaTokens;const r=n.visitor||l;const s=n.dots;const i=n.indexes;const c=n.Blob||typeof Blob!=="undefined"&&Blob;const u=c&&dt.isSpecCompliantForm(e);if(!dt.isFunction(r)){throw new TypeError("visitor must be a function")}function a(t){if(t===null)return"";if(dt.isDate(t)){return t.toISOString()}if(!u&&dt.isBlob(t)){throw new ht("Blob is not supported. Use a Buffer instead.")}if(dt.isArrayBuffer(t)||dt.isTypedArray(t)){return u&&typeof Blob==="function"?new Blob([t]):Buffer.from(t)}return t}function l(t,n,r){let c=t;if(t&&!r&&typeof t==="object"){if(dt.endsWith(n,"{}")){n=o?n:n.slice(0,-2);t=JSON.stringify(t)}else if(dt.isArray(t)&&Rt(t)||(dt.isFileList(t)||dt.endsWith(n,"[]"))&&(c=dt.toArray(t))){n=bt(n);c.forEach((function t(o,r){!(dt.isUndefined(o)||o===null)&&e.append(i===true?gt([n],r,s):i===null?n:n+"[]",a(o))}));return false}}if(yt(t)){return true}e.append(gt(r,n,s),a(t));return false}const f=[];const d=Object.assign(Ot,{defaultVisitor:l,convertValue:a,isVisitable:yt});function h(t,n){if(dt.isUndefined(t))return;if(f.indexOf(t)!==-1){throw Error("Circular reference detected in "+n.join("."))}f.push(t);dt.forEach(t,(function t(o,s){const i=!(dt.isUndefined(o)||o===null)&&r.call(e,o,dt.isString(s)?s.trim():s,n,d);if(i===true){h(o,n?n.concat(s):[s])}}));f.pop()}if(!dt.isObject(t)){throw new TypeError("data must be an object")}h(t);return e}function Et(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function t(n){return e[n]}))}function Tt(t,e){this._pairs=[];t&&St(t,this,e)}const At=Tt.prototype;At.append=function t(e,n){this._pairs.push([e,n])};At.toString=function t(e){const n=e?function(t){return e.call(this,t,Et)}:Et;return this._pairs.map((function t(e){return n(e[0])+"="+n(e[1])}),"").join("&")};function jt(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Nt(t,e,n){if(!e){return t}const o=n&&n.encode||jt;const r=n&&n.serialize;let s;if(r){s=r(e,n)}else{s=dt.isURLSearchParams(e)?e.toString():new Tt(e,n).toString(o)}if(s){const e=t.indexOf("#");if(e!==-1){t=t.slice(0,e)}t+=(t.indexOf("?")===-1?"?":"&")+s}return t}class xt{constructor(){this.handlers=[]}use(t,e,n){this.handlers.push({fulfilled:t,rejected:e,synchronous:n?n.synchronous:false,runWhen:n?n.runWhen:null});return this.handlers.length-1}eject(t){if(this.handlers[t]){this.handlers[t]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(t){dt.forEach(this.handlers,(function e(n){if(n!==null){t(n)}}))}}const vt=xt;const Ct={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false};const Pt=typeof URLSearchParams!=="undefined"?URLSearchParams:Tt;const Bt=typeof FormData!=="undefined"?FormData:null;const Ft=typeof Blob!=="undefined"?Blob:null;const Dt={isBrowser:true,classes:{URLSearchParams:Pt,FormData:Bt,Blob:Ft},protocols:["http","https","file","blob","url","data"]};const Ut=typeof window!=="undefined"&&typeof document!=="undefined";const _t=typeof navigator==="object"&&navigator||undefined;const kt=Ut&&(!_t||["ReactNative","NativeScript","NS"].indexOf(_t.product)<0);const qt=(()=>typeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const Lt=Ut&&window.location.href||"http://localhost";const It=Object.freeze({__proto__:null,hasBrowserEnv:Ut,hasStandardBrowserWebWorkerEnv:qt,hasStandardBrowserEnv:kt,navigator:_t,origin:Lt});const zt={...It,...Dt};function $t(t,e){return St(t,new zt.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,o){if(zt.isNode&&dt.isBuffer(t)){this.append(e,t.toString("base64"));return false}return o.defaultVisitor.apply(this,arguments)}},e))}function Mt(t){return dt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>t[0]==="[]"?"":t[1]||t[0]))}function Ht(t){const e={};const n=Object.keys(t);let o;const r=n.length;let s;for(o=0;o<r;o++){s=n[o];e[s]=t[s]}return e}function Jt(t){function e(t,n,o,r){let s=t[r++];if(s==="__proto__")return true;const i=Number.isFinite(+s);const c=r>=t.length;s=!s&&dt.isArray(o)?o.length:s;if(c){if(dt.hasOwnProp(o,s)){o[s]=[o[s],n]}else{o[s]=n}return!i}if(!o[s]||!dt.isObject(o[s])){o[s]=[]}const u=e(t,n,o[s],r);if(u&&dt.isArray(o[s])){o[s]=Ht(o[s])}return!i}if(dt.isFormData(t)&&dt.isFunction(t.entries)){const n={};dt.forEachEntry(t,((t,o)=>{e(Mt(t),o,n,0)}));return n}return null}function Kt(t,e,n){if(dt.isString(t)){try{(e||JSON.parse)(t);return dt.trim(t)}catch(t){if(t.name!=="SyntaxError"){throw t}}}return(n||JSON.stringify)(t)}const Vt={transitional:Ct,adapter:["xhr","http","fetch"],transformRequest:[function t(e,n){const o=n.getContentType()||"";const r=o.indexOf("application/json")>-1;const s=dt.isObject(e);if(s&&dt.isHTMLForm(e)){e=new FormData(e)}const i=dt.isFormData(e);if(i){return r?JSON.stringify(Jt(e)):e}if(dt.isArrayBuffer(e)||dt.isBuffer(e)||dt.isStream(e)||dt.isFile(e)||dt.isBlob(e)||dt.isReadableStream(e)){return e}if(dt.isArrayBufferView(e)){return e.buffer}if(dt.isURLSearchParams(e)){n.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return e.toString()}let c;if(s){if(o.indexOf("application/x-www-form-urlencoded")>-1){return $t(e,this.formSerializer).toString()}if((c=dt.isFileList(e))||o.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return St(c?{"files[]":e}:e,t&&new t,this.formSerializer)}}if(s||r){n.setContentType("application/json",false);return Kt(e)}return e}],transformResponse:[function t(e){const n=this.transitional||Vt.transitional;const o=n&&n.forcedJSONParsing;const r=this.responseType==="json";if(dt.isResponse(e)||dt.isReadableStream(e)){return e}if(e&&dt.isString(e)&&(o&&!this.responseType||r)){const t=n&&n.silentJSONParsing;const o=!t&&r;try{return JSON.parse(e)}catch(t){if(o){if(t.name==="SyntaxError"){throw ht.from(t,ht.ERR_BAD_RESPONSE,this,null,this.response)}throw t}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:zt.classes.FormData,Blob:zt.classes.Blob},validateStatus:function t(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};dt.forEach(["delete","get","head","post","put","patch"],(t=>{Vt.headers[t]={}}));const Wt=Vt;const Gt=dt.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const Xt=t=>{const e={};let n;let o;let r;t&&t.split("\n").forEach((function t(s){r=s.indexOf(":");n=s.substring(0,r).trim().toLowerCase();o=s.substring(r+1).trim();if(!n||e[n]&&Gt[n]){return}if(n==="set-cookie"){if(e[n]){e[n].push(o)}else{e[n]=[o]}}else{e[n]=e[n]?e[n]+", "+o:o}}));return e};const Yt=Symbol("internals");function Zt(t){return t&&String(t).trim().toLowerCase()}function Qt(t){if(t===false||t==null){return t}return dt.isArray(t)?t.map(Qt):String(t)}function te(t){const e=Object.create(null);const n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;while(o=n.exec(t)){e[o[1]]=o[2]}return e}const ee=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function ne(t,e,n,o,r){if(dt.isFunction(o)){return o.call(this,e,n)}if(r){e=n}if(!dt.isString(e))return;if(dt.isString(o)){return e.indexOf(o)!==-1}if(dt.isRegExp(o)){return o.test(e)}}function oe(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}function re(t,e){const n=dt.toCamelCase(" "+e);["get","set","has"].forEach((o=>{Object.defineProperty(t,o+n,{value:function(t,n,r){return this[o].call(this,e,t,n,r)},configurable:true})}))}class se{constructor(t){t&&this.set(t)}set(t,e,n){const o=this;function r(t,e,n){const r=Zt(e);if(!r){throw new Error("header name must be a non-empty string")}const s=dt.findKey(o,r);if(!s||o[s]===undefined||n===true||n===undefined&&o[s]!==false){o[s||e]=Qt(t)}}const s=(t,e)=>dt.forEach(t,((t,n)=>r(t,n,e)));if(dt.isPlainObject(t)||t instanceof this.constructor){s(t,e)}else if(dt.isString(t)&&(t=t.trim())&&!ee(t)){s(Xt(t),e)}else if(dt.isHeaders(t)){for(const[e,o]of t.entries()){r(o,e,n)}}else{t!=null&&r(e,t,n)}return this}get(t,e){t=Zt(t);if(t){const n=dt.findKey(this,t);if(n){const t=this[n];if(!e){return t}if(e===true){return te(t)}if(dt.isFunction(e)){return e.call(this,t,n)}if(dt.isRegExp(e)){return e.exec(t)}throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){t=Zt(t);if(t){const n=dt.findKey(this,t);return!!(n&&this[n]!==undefined&&(!e||ne(this,this[n],n,e)))}return false}delete(t,e){const n=this;let o=false;function r(t){t=Zt(t);if(t){const r=dt.findKey(n,t);if(r&&(!e||ne(n,n[r],r,e))){delete n[r];o=true}}}if(dt.isArray(t)){t.forEach(r)}else{r(t)}return o}clear(t){const e=Object.keys(this);let n=e.length;let o=false;while(n--){const r=e[n];if(!t||ne(this,this[r],r,t,true)){delete this[r];o=true}}return o}normalize(t){const e=this;const n={};dt.forEach(this,((o,r)=>{const s=dt.findKey(n,r);if(s){e[s]=Qt(o);delete e[r];return}const i=t?oe(r):String(r).trim();if(i!==r){delete e[r]}e[i]=Qt(o);n[i]=true}));return this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);dt.forEach(this,((n,o)=>{n!=null&&n!==false&&(e[o]=t&&dt.isArray(n)?n.join(", "):n)}));return e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);e.forEach((t=>n.set(t)));return n}static accessor(t){const e=this[Yt]=this[Yt]={accessors:{}};const n=e.accessors;const o=this.prototype;function r(t){const e=Zt(t);if(!n[e]){re(o,t);n[e]=true}}dt.isArray(t)?t.forEach(r):r(t);return this}}se.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);dt.reduceDescriptors(se.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}}));dt.freezeMethods(se);const ie=se;function ce(t,e){const n=this||Wt;const o=e||n;const r=ie.from(o.headers);let s=o.data;dt.forEach(t,(function t(o){s=o.call(n,s,r.normalize(),e?e.status:undefined)}));r.normalize();return s}function ue(t){return!!(t&&t.__CANCEL__)}function ae(t,e,n){ht.call(this,t==null?"canceled":t,ht.ERR_CANCELED,e,n);this.name="CanceledError"}dt.inherits(ae,ht,{__CANCEL__:true});function le(t,e,n){const o=n.config.validateStatus;if(!n.status||!o||o(n.status)){t(n)}else{e(new ht("Request failed with status code "+n.status,[ht.ERR_BAD_REQUEST,ht.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}}function fe(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function de(t,e){t=t||10;const n=new Array(t);const o=new Array(t);let r=0;let s=0;let i;e=e!==undefined?e:1e3;return function c(u){const a=Date.now();const l=o[s];if(!i){i=a}n[r]=u;o[r]=a;let f=s;let d=0;while(f!==r){d+=n[f++];f=f%t}r=(r+1)%t;if(r===s){s=(s+1)%t}if(a-i<e){return}const h=l&&a-l;return h?Math.round(d*1e3/h):undefined}}function he(t,e){let n=0;let o=1e3/e;let r;let s;const i=(e,o=Date.now())=>{n=o;r=null;if(s){clearTimeout(s);s=null}t.apply(null,e)};const c=(...t)=>{const e=Date.now();const c=e-n;if(c>=o){i(t,e)}else{r=t;if(!s){s=setTimeout((()=>{s=null;i(r)}),o-c)}}};const u=()=>r&&i(r);return[c,u]}const pe=(t,e,n=3)=>{let o=0;const r=de(50,250);return he((n=>{const s=n.loaded;const i=n.lengthComputable?n.total:undefined;const c=s-o;const u=r(c);const a=s<=i;o=s;const l={loaded:s,total:i,progress:i?s/i:undefined,bytes:c,rate:u?u:undefined,estimated:u&&i&&a?(i-s)/u:undefined,event:n,lengthComputable:i!=null,[e?"download":"upload"]:true};t(l)}),n)};const me=(t,e)=>{const n=t!=null;return[o=>e[0]({lengthComputable:n,total:t,loaded:o}),e[1]]};const we=t=>(...e)=>dt.asap((()=>t(...e)));const ye=zt.hasStandardBrowserEnv?function t(){const e=zt.navigator&&/(msie|trident)/i.test(zt.navigator.userAgent);const n=document.createElement("a");let o;function r(t){let o=t;if(e){n.setAttribute("href",o);o=n.href}n.setAttribute("href",o);return{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}o=r(window.location.href);return function t(e){const n=dt.isString(e)?r(e):e;return n.protocol===o.protocol&&n.host===o.host}}():function t(){return function t(){return true}}();const be=zt.hasStandardBrowserEnv?{write(t,e,n,o,r,s){const i=[t+"="+encodeURIComponent(e)];dt.isNumber(n)&&i.push("expires="+new Date(n).toGMTString());dt.isString(o)&&i.push("path="+o);dt.isString(r)&&i.push("domain="+r);s===true&&i.push("secure");document.cookie=i.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function ge(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Re(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function Oe(t,e){if(t&&!ge(e)){return Re(t,e)}return e}const Se=t=>t instanceof ie?{...t}:t;function Ee(t,e){e=e||{};const n={};function o(t,e,n){if(dt.isPlainObject(t)&&dt.isPlainObject(e)){return dt.merge.call({caseless:n},t,e)}else if(dt.isPlainObject(e)){return dt.merge({},e)}else if(dt.isArray(e)){return e.slice()}return e}function r(t,e,n){if(!dt.isUndefined(e)){return o(t,e,n)}else if(!dt.isUndefined(t)){return o(undefined,t,n)}}function s(t,e){if(!dt.isUndefined(e)){return o(undefined,e)}}function i(t,e){if(!dt.isUndefined(e)){return o(undefined,e)}else if(!dt.isUndefined(t)){return o(undefined,t)}}function c(n,r,s){if(s in e){return o(n,r)}else if(s in t){return o(undefined,n)}}const u={url:s,method:s,data:s,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:c,headers:(t,e)=>r(Se(t),Se(e),true)};dt.forEach(Object.keys(Object.assign({},t,e)),(function o(s){const i=u[s]||r;const a=i(t[s],e[s],s);dt.isUndefined(a)&&i!==c||(n[s]=a)}));return n}const Te=t=>{const e=Ee({},t);let{data:n,withXSRFToken:o,xsrfHeaderName:r,xsrfCookieName:s,headers:i,auth:c}=e;e.headers=i=ie.from(i);e.url=Nt(Oe(e.baseURL,e.url),t.params,t.paramsSerializer);if(c){i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")))}let u;if(dt.isFormData(n)){if(zt.hasStandardBrowserEnv||zt.hasStandardBrowserWebWorkerEnv){i.setContentType(undefined)}else if((u=i.getContentType())!==false){const[t,...e]=u?u.split(";").map((t=>t.trim())).filter(Boolean):[];i.setContentType([t||"multipart/form-data",...e].join("; "))}}if(zt.hasStandardBrowserEnv){o&&dt.isFunction(o)&&(o=o(e));if(o||o!==false&&ye(e.url)){const t=r&&s&&be.read(s);if(t){i.set(r,t)}}}return e};const Ae=typeof XMLHttpRequest!=="undefined";const je=Ae&&function(t){return new Promise((function e(n,o){const r=Te(t);let s=r.data;const i=ie.from(r.headers).normalize();let{responseType:c,onUploadProgress:u,onDownloadProgress:a}=r;let l;let f,d;let h,p;function m(){h&&h();p&&p();r.cancelToken&&r.cancelToken.unsubscribe(l);r.signal&&r.signal.removeEventListener("abort",l)}let w=new XMLHttpRequest;w.open(r.method.toUpperCase(),r.url,true);w.timeout=r.timeout;function y(){if(!w){return}const e=ie.from("getAllResponseHeaders"in w&&w.getAllResponseHeaders());const r=!c||c==="text"||c==="json"?w.responseText:w.response;const s={data:r,status:w.status,statusText:w.statusText,headers:e,config:t,request:w};le((function t(e){n(e);m()}),(function t(e){o(e);m()}),s);w=null}if("onloadend"in w){w.onloadend=y}else{w.onreadystatechange=function t(){if(!w||w.readyState!==4){return}if(w.status===0&&!(w.responseURL&&w.responseURL.indexOf("file:")===0)){return}setTimeout(y)}}w.onabort=function e(){if(!w){return}o(new ht("Request aborted",ht.ECONNABORTED,t,w));w=null};w.onerror=function e(){o(new ht("Network Error",ht.ERR_NETWORK,t,w));w=null};w.ontimeout=function e(){let n=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const s=r.transitional||Ct;if(r.timeoutErrorMessage){n=r.timeoutErrorMessage}o(new ht(n,s.clarifyTimeoutError?ht.ETIMEDOUT:ht.ECONNABORTED,t,w));w=null};s===undefined&&i.setContentType(null);if("setRequestHeader"in w){dt.forEach(i.toJSON(),(function t(e,n){w.setRequestHeader(n,e)}))}if(!dt.isUndefined(r.withCredentials)){w.withCredentials=!!r.withCredentials}if(c&&c!=="json"){w.responseType=r.responseType}if(a){[d,p]=pe(a,true);w.addEventListener("progress",d)}if(u&&w.upload){[f,h]=pe(u);w.upload.addEventListener("progress",f);w.upload.addEventListener("loadend",h)}if(r.cancelToken||r.signal){l=e=>{if(!w){return}o(!e||e.type?new ae(null,t,w):e);w.abort();w=null};r.cancelToken&&r.cancelToken.subscribe(l);if(r.signal){r.signal.aborted?l():r.signal.addEventListener("abort",l)}}const b=fe(r.url);if(b&&zt.protocols.indexOf(b)===-1){o(new ht("Unsupported protocol "+b+":",ht.ERR_BAD_REQUEST,t));return}w.send(s||null)}))};const Ne=(t,e)=>{const{length:n}=t=t?t.filter(Boolean):[];if(e||n){let n=new AbortController;let o;const r=function(t){if(!o){o=true;i();const e=t instanceof Error?t:this.reason;n.abort(e instanceof ht?e:new ae(e instanceof Error?e.message:e))}};let s=e&&setTimeout((()=>{s=null;r(new ht(`timeout ${e} of ms exceeded`,ht.ETIMEDOUT))}),e);const i=()=>{if(t){s&&clearTimeout(s);s=null;t.forEach((t=>{t.unsubscribe?t.unsubscribe(r):t.removeEventListener("abort",r)}));t=null}};t.forEach((t=>t.addEventListener("abort",r)));const{signal:c}=n;c.unsubscribe=()=>dt.asap(i);return c}};const xe=Ne;const ve=function*(t,e){let n=t.byteLength;if(!e||n<e){yield t;return}let o=0;let r;while(o<n){r=o+e;yield t.slice(o,r);o=r}};const Ce=async function*(t,e){for await(const n of Pe(t)){yield*ve(n,e)}};const Pe=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const e=t.getReader();try{for(;;){const{done:t,value:n}=await e.read();if(t){break}yield n}}finally{await e.cancel()}};const Be=(t,e,n,o)=>{const r=Ce(t,e);let s=0;let i;let c=t=>{if(!i){i=true;o&&o(t)}};return new ReadableStream({async pull(t){try{const{done:e,value:o}=await r.next();if(e){c();t.close();return}let i=o.byteLength;if(n){let t=s+=i;n(t)}t.enqueue(new Uint8Array(o))}catch(t){c(t);throw t}},cancel(t){c(t);return r.return()}},{highWaterMark:2})};const Fe=typeof fetch==="function"&&typeof Request==="function"&&typeof Response==="function";const De=Fe&&typeof ReadableStream==="function";const Ue=Fe&&(typeof TextEncoder==="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer()));const _e=(t,...e)=>{try{return!!t(...e)}catch(t){return false}};const ke=De&&_e((()=>{let t=false;const e=new Request(zt.origin,{body:new ReadableStream,method:"POST",get duplex(){t=true;return"half"}}).headers.has("Content-Type");return t&&!e}));const qe=64*1024;const Le=De&&_e((()=>dt.isReadableStream(new Response("").body)));const Ie={stream:Le&&(t=>t.body)};Fe&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!Ie[e]&&(Ie[e]=dt.isFunction(t[e])?t=>t[e]():(t,n)=>{throw new ht(`Response type '${e}' is not supported`,ht.ERR_NOT_SUPPORT,n)})}))})(new Response);const ze=async t=>{if(t==null){return 0}if(dt.isBlob(t)){return t.size}if(dt.isSpecCompliantForm(t)){const e=new Request(zt.origin,{method:"POST",body:t});return(await e.arrayBuffer()).byteLength}if(dt.isArrayBufferView(t)||dt.isArrayBuffer(t)){return t.byteLength}if(dt.isURLSearchParams(t)){t=t+""}if(dt.isString(t)){return(await Ue(t)).byteLength}};const $e=async(t,e)=>{const n=dt.toFiniteNumber(t.getContentLength());return n==null?ze(e):n};const Me=Fe&&(async t=>{let{url:e,method:n,data:o,signal:r,cancelToken:s,timeout:i,onDownloadProgress:c,onUploadProgress:u,responseType:a,headers:l,withCredentials:f="same-origin",fetchOptions:d}=Te(t);a=a?(a+"").toLowerCase():"text";let h=xe([r,s&&s.toAbortSignal()],i);let p;const m=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let w;try{if(u&&ke&&n!=="get"&&n!=="head"&&(w=await $e(l,o))!==0){let t=new Request(e,{method:"POST",body:o,duplex:"half"});let n;if(dt.isFormData(o)&&(n=t.headers.get("content-type"))){l.setContentType(n)}if(t.body){const[e,n]=me(w,pe(we(u)));o=Be(t.body,qe,e,n)}}if(!dt.isString(f)){f=f?"include":"omit"}const r="credentials"in Request.prototype;p=new Request(e,{...d,signal:h,method:n.toUpperCase(),headers:l.normalize().toJSON(),body:o,duplex:"half",credentials:r?f:undefined});let s=await fetch(p);const i=Le&&(a==="stream"||a==="response");if(Le&&(c||i&&m)){const t={};["status","statusText","headers"].forEach((e=>{t[e]=s[e]}));const e=dt.toFiniteNumber(s.headers.get("content-length"));const[n,o]=c&&me(e,pe(we(c),true))||[];s=new Response(Be(s.body,qe,n,(()=>{o&&o();m&&m()})),t)}a=a||"text";let y=await Ie[dt.findKey(Ie,a)||"text"](s,t);!i&&m&&m();return await new Promise(((e,n)=>{le(e,n,{data:y,headers:ie.from(s.headers),status:s.status,statusText:s.statusText,config:t,request:p})}))}catch(e){m&&m();if(e&&e.name==="TypeError"&&/fetch/i.test(e.message)){throw Object.assign(new ht("Network Error",ht.ERR_NETWORK,t,p),{cause:e.cause||e})}throw ht.from(e,e&&e.code,t,p)}});const He={http:wt,xhr:je,fetch:Me};dt.forEach(He,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(t){}Object.defineProperty(t,"adapterName",{value:e})}}));const Je=t=>`- ${t}`;const Ke=t=>dt.isFunction(t)||t===null||t===false;const Ve={getAdapter:t=>{t=dt.isArray(t)?t:[t];const{length:e}=t;let n;let o;const r={};for(let s=0;s<e;s++){n=t[s];let e;o=n;if(!Ke(n)){o=He[(e=String(n)).toLowerCase()];if(o===undefined){throw new ht(`Unknown adapter '${e}'`)}}if(o){break}r[e||"#"+s]=o}if(!o){const t=Object.entries(r).map((([t,e])=>`adapter ${t} `+(e===false?"is not supported by the environment":"is not available in the build")));let n=e?t.length>1?"since :\n"+t.map(Je).join("\n"):" "+Je(t[0]):"as no adapter specified";throw new ht(`There is no suitable adapter to dispatch the request `+n,"ERR_NOT_SUPPORT")}return o},adapters:He};function We(t){if(t.cancelToken){t.cancelToken.throwIfRequested()}if(t.signal&&t.signal.aborted){throw new ae(null,t)}}function Ge(t){We(t);t.headers=ie.from(t.headers);t.data=ce.call(t,t.transformRequest);if(["post","put","patch"].indexOf(t.method)!==-1){t.headers.setContentType("application/x-www-form-urlencoded",false)}const e=Ve.getAdapter(t.adapter||Wt.adapter);return e(t).then((function e(n){We(t);n.data=ce.call(t,t.transformResponse,n);n.headers=ie.from(n.headers);return n}),(function e(n){if(!ue(n)){We(t);if(n&&n.response){n.response.data=ce.call(t,t.transformResponse,n.response);n.response.headers=ie.from(n.response.headers)}}return Promise.reject(n)}))}const Xe="1.7.7";const Ye={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{Ye[t]=function n(o){return typeof o===t||"a"+(e<1?"n ":" ")+t}}));const Ze={};Ye.transitional=function t(e,n,o){function r(t,e){return"[Axios v"+Xe+"] Transitional option '"+t+"'"+e+(o?". "+o:"")}return(t,o,s)=>{if(e===false){throw new ht(r(o," has been removed"+(n?" in "+n:"")),ht.ERR_DEPRECATED)}if(n&&!Ze[o]){Ze[o]=true;console.warn(r(o," has been deprecated since v"+n+" and will be removed in the near future"))}return e?e(t,o,s):true}};function Qe(t,e,n){if(typeof t!=="object"){throw new ht("options must be an object",ht.ERR_BAD_OPTION_VALUE)}const o=Object.keys(t);let r=o.length;while(r-- >0){const s=o[r];const i=e[s];if(i){const e=t[s];const n=e===undefined||i(e,s,t);if(n!==true){throw new ht("option "+s+" must be "+n,ht.ERR_BAD_OPTION_VALUE)}continue}if(n!==true){throw new ht("Unknown option "+s,ht.ERR_BAD_OPTION)}}}const tn={assertOptions:Qe,validators:Ye};const en=tn.validators;class nn{constructor(t){this.defaults=t;this.interceptors={request:new vt,response:new vt}}async request(t,e){try{return await this._request(t,e)}catch(t){if(t instanceof Error){let e;Error.captureStackTrace?Error.captureStackTrace(e={}):e=new Error;const n=e.stack?e.stack.replace(/^.+\n/,""):"";try{if(!t.stack){t.stack=n}else if(n&&!String(t.stack).endsWith(n.replace(/^.+\n.+\n/,""))){t.stack+="\n"+n}}catch(t){}}throw t}}_request(t,e){if(typeof t==="string"){e=e||{};e.url=t}else{e=t||{}}e=Ee(this.defaults,e);const{transitional:n,paramsSerializer:o,headers:r}=e;if(n!==undefined){tn.assertOptions(n,{silentJSONParsing:en.transitional(en.boolean),forcedJSONParsing:en.transitional(en.boolean),clarifyTimeoutError:en.transitional(en.boolean)},false)}if(o!=null){if(dt.isFunction(o)){e.paramsSerializer={serialize:o}}else{tn.assertOptions(o,{encode:en.function,serialize:en.function},true)}}e.method=(e.method||this.defaults.method||"get").toLowerCase();let s=r&&dt.merge(r.common,r[e.method]);r&&dt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete r[t]}));e.headers=ie.concat(s,r);const i=[];let c=true;this.interceptors.request.forEach((function t(n){if(typeof n.runWhen==="function"&&n.runWhen(e)===false){return}c=c&&n.synchronous;i.unshift(n.fulfilled,n.rejected)}));const u=[];this.interceptors.response.forEach((function t(e){u.push(e.fulfilled,e.rejected)}));let a;let l=0;let f;if(!c){const t=[Ge.bind(this),undefined];t.unshift.apply(t,i);t.push.apply(t,u);f=t.length;a=Promise.resolve(e);while(l<f){a=a.then(t[l++],t[l++])}return a}f=i.length;let d=e;l=0;while(l<f){const t=i[l++];const e=i[l++];try{d=t(d)}catch(t){e.call(this,t);break}}try{a=Ge.call(this,d)}catch(t){return Promise.reject(t)}l=0;f=u.length;while(l<f){a=a.then(u[l++],u[l++])}return a}getUri(t){t=Ee(this.defaults,t);const e=Oe(t.baseURL,t.url);return Nt(e,t.params,t.paramsSerializer)}}dt.forEach(["delete","get","head","options"],(function t(e){nn.prototype[e]=function(t,n){return this.request(Ee(n||{},{method:e,url:t,data:(n||{}).data}))}}));dt.forEach(["post","put","patch"],(function t(e){function n(t){return function n(o,r,s){return this.request(Ee(s||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:o,data:r}))}}nn.prototype[e]=n();nn.prototype[e+"Form"]=n(true)}));const on=nn;class rn{constructor(t){if(typeof t!=="function"){throw new TypeError("executor must be a function.")}let e;this.promise=new Promise((function t(n){e=n}));const n=this;this.promise.then((t=>{if(!n._listeners)return;let e=n._listeners.length;while(e-- >0){n._listeners[e](t)}n._listeners=null}));this.promise.then=t=>{let e;const o=new Promise((t=>{n.subscribe(t);e=t})).then(t);o.cancel=function t(){n.unsubscribe(e)};return o};t((function t(o,r,s){if(n.reason){return}n.reason=new ae(o,r,s);e(n.reason)}))}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(t){if(this.reason){t(this.reason);return}if(this._listeners){this._listeners.push(t)}else{this._listeners=[t]}}unsubscribe(t){if(!this._listeners){return}const e=this._listeners.indexOf(t);if(e!==-1){this._listeners.splice(e,1)}}toAbortSignal(){const t=new AbortController;const e=e=>{t.abort(e)};this.subscribe(e);t.signal.unsubscribe=()=>this.unsubscribe(e);return t.signal}static source(){let t;const e=new rn((function e(n){t=n}));return{token:e,cancel:t}}}const sn=rn;function cn(t){return function e(n){return t.apply(null,n)}}function un(t){return dt.isObject(t)&&t.isAxiosError===true}const an={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(an).forEach((([t,e])=>{an[e]=t}));const ln=an;function fn(t){const e=new on(t);const n=r(on.prototype.request,e);dt.extend(n,on.prototype,e,{allOwnKeys:true});dt.extend(n,e,null,{allOwnKeys:true});n.create=function e(n){return fn(Ee(t,n))};return n}const dn=fn(Wt);dn.Axios=on;dn.CanceledError=ae;dn.CancelToken=sn;dn.isCancel=ue;dn.VERSION=Xe;dn.toFormData=St;dn.AxiosError=ht;dn.Cancel=dn.CanceledError;dn.all=function t(e){return Promise.all(e)};dn.spread=cn;dn.isAxiosError=un;dn.mergeConfig=Ee;dn.AxiosHeaders=ie;dn.formToJSON=t=>Jt(dt.isHTMLForm(t)?new FormData(t):t);dn.getAdapter=Ve.getAdapter;dn.HttpStatusCode=ln;dn.default=dn;const hn=dn;const pn="https://wake.crmbonus.com/api";const mn="http://localhost:3001";class wn{constructor(){this.axiosInstance=hn.create({baseURL:pn,headers:{"Content-Type":"application/json",accept:"application/json"}})}static getInstance(){if(this._instance){return this._instance}this._instance=new wn;return this._instance}async getCustomer(t,e){var n,o;const r={"Content-Type":"application/json",Authorization:`Bearer ${this.token}`};const s=await this.axiosInstance.get(`/store/${e}/customer/${t}`,{headers:r});this.token=(n=s===null||s===void 0?void 0:s.data)===null||n===void 0?void 0:n.token;return(o=s===null||s===void 0?void 0:s.data)===null||o===void 0?void 0:o.customer}async updateOrder(n){const o=localStorage.getItem("@BYCODERS_KEY");const r={"Content-Type":"application/json",Authorization:`Bearer ${o}`};await this.axiosInstance.patch(`/checkouts/${n.cartId}/updateOrder`,{orderId:n.orderId,externalId:n.cartIdCrm},{headers:r});localStorage.removeItem("@BYCODERS_KEY");localStorage.removeItem(t);localStorage.removeItem(e(n.cartId))}async sendPin(t,e,n){const o={"Content-Type":"application/json",Authorization:`Bearer ${this.token}`};const r=await this.axiosInstance.post("/crmbonus/send-pin",{cellphone:t,name:e,storeName:n},{headers:o});return{storeId:r.data.storeId,userId:r.data.userId}}async validatePinBonus(t){const e={"Content-Type":"application/json",Authorization:`Bearer ${this.token}`};const n=await this.axiosInstance.post("/crmbonus/process-pin-bonus",t,{headers:e});return n.data}async reserve(t){const e={"Content-Type":"application/json",Authorization:`Bearer ${this.token}`};const n=await this.axiosInstance.post("/crmbonus/redeem-bonus",t,{headers:e});return n.data}async cancel(t){const e={"Content-Type":"application/json",Authorization:`Bearer ${this.token}`};const n=await this.axiosInstance.post("/crmbonus/cancel-apply-bonus",{ticket:t},{headers:e});return n.data}async getToken(t){var e,o;const r=await this.axiosInstance.post("/wake/requestToken",{storeName:t});this.token=(e=r===null||r===void 0?void 0:r.data)===null||e===void 0?void 0:e.token;localStorage.setItem(n,this.token);return(o=r===null||r===void 0?void 0:r.data)===null||o===void 0?void 0:o.token}async getCustomization(t){const e={"Content-Type":"application/json",Authorization:`Bearer ${this.token}`};const n=await this.axiosInstance.get(`/stores/${t}/customizations`,{headers:e});localStorage.setItem(o(t),JSON.stringify(n.data))}async cancelBonus(e,o){const r=localStorage.getItem(n);const s={"Content-Type":"application/json",Authorization:`Bearer ${r}`};await this.axiosInstance.post(`/crmbonus/cancel-bonus`,{cartId:e,usedBonus:true,storeName:o},{headers:s});localStorage.setItem(e,"0");localStorage.removeItem(t)}async getInfoCart(t){const e=await this.axiosInstance.get(`${t}/api/carrinho`);return e.data}}wn._instance=null;export{wn as C,mn as a};
2
+ //# sourceMappingURL=p-6eda79c3.js.map