@esri/solutions-components 0.11.11 → 0.11.13

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 (1253) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +258 -49
  2. package/dist/cjs/buffer-tools_2.cjs.entry.js +122 -28
  3. package/dist/cjs/card-manager_3.cjs.entry.js +433 -98
  4. package/dist/cjs/consent-manager.cjs.entry.js +55 -13
  5. package/dist/cjs/create-feature_4.cjs.entry.js +247 -53
  6. package/dist/cjs/create-related-feature_3.cjs.entry.js +166 -35
  7. package/dist/cjs/crowdsource-manager.cjs.entry.js +247 -58
  8. package/dist/cjs/crowdsource-reporter.cjs.entry.js +213 -52
  9. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  10. package/dist/cjs/delete-dialog.cjs.entry.js +37 -8
  11. package/dist/cjs/downloadUtils-37a2426c.js +3223 -0
  12. package/dist/cjs/feature-list.cjs.entry.js +95 -24
  13. package/dist/cjs/helpers-f649d911.js +867 -0
  14. package/dist/cjs/index-915dd9e3.js +201 -0
  15. package/dist/cjs/index-dd05c644.js +1901 -0
  16. package/dist/cjs/instant-apps-app-guide.cjs.entry.js +2 -2
  17. package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +4 -4
  18. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +1 -1
  19. package/dist/cjs/instant-apps-create.cjs.entry.js +2 -2
  20. package/dist/cjs/instant-apps-export-views.cjs.entry.js +2 -2
  21. package/dist/cjs/instant-apps-export.cjs.entry.js +2 -2
  22. package/dist/cjs/instant-apps-filter-list_2.cjs.entry.js +2 -2
  23. package/dist/cjs/instant-apps-header.cjs.entry.js +1 -1
  24. package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +3 -3
  25. package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +3 -3
  26. package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +3 -3
  27. package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +3 -3
  28. package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +4 -4
  29. package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +2 -2
  30. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +1 -1
  31. package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +4 -4
  32. package/dist/cjs/instant-apps-language-translator.cjs.entry.js +4 -4
  33. package/dist/cjs/instant-apps-measurement-tool.cjs.entry.js +1 -1
  34. package/dist/cjs/instant-apps-measurement.cjs.entry.js +2 -2
  35. package/dist/cjs/instant-apps-popover.cjs.entry.js +2 -2
  36. package/dist/cjs/instant-apps-popovers.cjs.entry.js +1 -1
  37. package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +2 -2
  38. package/dist/cjs/instant-apps-sign-in.cjs.entry.js +2 -2
  39. package/dist/cjs/instant-apps-splash.cjs.entry.js +2 -2
  40. package/dist/cjs/instant-apps-time-filter.cjs.entry.js +3 -3
  41. package/dist/cjs/json-editor_7.cjs.entry.js +227 -49
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/cjs/locale-9cb687b1.js +160 -0
  44. package/dist/cjs/locale-d10ec17b.js +943 -0
  45. package/dist/cjs/map-layer-picker.cjs.entry.js +112 -27
  46. package/dist/cjs/map-select-tools_3.cjs.entry.js +229 -50
  47. package/dist/cjs/pci-calculator.cjs.entry.js +15 -2
  48. package/dist/cjs/popupUtils-c1061629.js +121 -0
  49. package/dist/cjs/public-notification.cjs.entry.js +194 -44
  50. package/dist/cjs/publicNotificationStore-30643216.js +47 -0
  51. package/dist/cjs/solution-configuration.cjs.entry.js +52 -17
  52. package/dist/cjs/solution-contents_3.cjs.entry.js +84 -18
  53. package/dist/cjs/solution-item-accordion.cjs.entry.js +39 -9
  54. package/dist/cjs/solution-item-icon.cjs.entry.js +18 -4
  55. package/dist/cjs/solution-store-9b6ae901.js +1105 -0
  56. package/dist/cjs/solutions-components.cjs.js +2 -2
  57. package/dist/cjs/spatial-ref.cjs.entry.js +45 -10
  58. package/dist/cjs/store-manager.cjs.entry.js +21 -6
  59. package/dist/cjs/utils-acaa2acd.js +153 -0
  60. package/dist/collection/assets/t9n/consent-manager/resources.json +1 -1
  61. package/dist/collection/assets/t9n/consent-manager/resources_en.json +1 -1
  62. package/dist/collection/collection-manifest.json +1 -1
  63. package/dist/collection/components/basemap-gallery/basemap-gallery.js +19 -5
  64. package/dist/collection/components/buffer-tools/buffer-tools.js +52 -13
  65. package/dist/collection/components/card-manager/card-manager.js +71 -17
  66. package/dist/collection/components/consent-manager/consent-manager.js +53 -13
  67. package/dist/collection/components/create-feature/create-feature.js +68 -16
  68. package/dist/collection/components/create-related-feature/create-related-feature.js +44 -10
  69. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +245 -58
  70. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +211 -52
  71. package/dist/collection/components/delete-button/delete-button.js +55 -13
  72. package/dist/collection/components/delete-dialog/delete-dialog.js +35 -8
  73. package/dist/collection/components/edit-card/edit-card.js +43 -10
  74. package/dist/collection/components/feature-details/feature-details.js +70 -17
  75. package/dist/collection/components/feature-list/feature-list.js +91 -22
  76. package/dist/collection/components/floor-filter/floor-filter.js +19 -5
  77. package/dist/collection/components/info-card/info-card.js +77 -18
  78. package/dist/collection/components/json-editor/json-editor.js +28 -7
  79. package/dist/collection/components/layer-list/layer-list.js +50 -12
  80. package/dist/collection/components/layer-table/layer-table.js +177 -41
  81. package/dist/collection/components/map-card/map-card.js +182 -43
  82. package/dist/collection/components/map-draw-tools/map-draw-tools.js +66 -15
  83. package/dist/collection/components/map-fullscreen/map-fullscreen.js +18 -4
  84. package/dist/collection/components/map-layer-picker/map-layer-picker.js +108 -25
  85. package/dist/collection/components/map-legend/map-legend.js +15 -4
  86. package/dist/collection/components/map-picker/map-picker.js +35 -8
  87. package/dist/collection/components/map-search/map-search.js +35 -8
  88. package/dist/collection/components/map-select-tools/map-select-tools.js +138 -32
  89. package/dist/collection/components/map-tools/map-tools.js +115 -27
  90. package/dist/collection/components/pci-calculator/pci-calculator.js +14 -3
  91. package/dist/collection/components/pdf-download/pdf-download.js +27 -6
  92. package/dist/collection/components/public-notification/public-notification.js +189 -41
  93. package/dist/collection/components/refine-selection/refine-selection.js +59 -13
  94. package/dist/collection/components/solution-configuration/solution-configuration.js +48 -13
  95. package/dist/collection/components/solution-contents/solution-contents.js +13 -4
  96. package/dist/collection/components/solution-item/solution-item.js +36 -9
  97. package/dist/collection/components/solution-item-accordion/solution-item-accordion.css +0 -4
  98. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +36 -8
  99. package/dist/collection/components/solution-item-details/solution-item-details.js +35 -16
  100. package/dist/collection/components/solution-item-icon/solution-item-icon.js +17 -5
  101. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +27 -6
  102. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +24 -6
  103. package/dist/collection/components/solution-resource-item/solution-resource-item.js +36 -8
  104. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +31 -7
  105. package/dist/collection/components/solution-template-data/solution-template-data.js +49 -8
  106. package/dist/collection/components/solution-variables/solution-variables.js +24 -6
  107. package/dist/collection/components/spatial-ref/spatial-ref.js +43 -8
  108. package/dist/collection/components/store-manager/store-manager.js +18 -5
  109. package/dist/collection/vendor/calcite-components/24P6DEQH.js +4 -0
  110. package/dist/collection/vendor/calcite-components/2AVRQATR.js +4 -0
  111. package/dist/collection/vendor/calcite-components/2CTO4WXV.js +4 -0
  112. package/dist/collection/vendor/calcite-components/2I33XQO3.js +4 -0
  113. package/dist/collection/vendor/calcite-components/2VMQ4ZHH.js +4 -0
  114. package/dist/collection/vendor/calcite-components/2XGOJ2TK.js +4 -0
  115. package/dist/collection/vendor/calcite-components/2Z6KCCXZ.js +4 -0
  116. package/dist/collection/vendor/calcite-components/36GZKNTR.js +4 -0
  117. package/dist/collection/vendor/calcite-components/3APPCCCZ.js +4 -0
  118. package/dist/collection/vendor/calcite-components/3AWHEFUT.js +4 -0
  119. package/dist/collection/vendor/calcite-components/3NZA5FPC.js +4 -0
  120. package/dist/collection/vendor/calcite-components/4CJKDY6O.js +4 -0
  121. package/dist/collection/vendor/calcite-components/4CN4DMSY.js +4 -0
  122. package/dist/collection/vendor/calcite-components/4D6XNDXD.js +4 -0
  123. package/dist/collection/vendor/calcite-components/4GH4R7AR.js +4 -0
  124. package/dist/collection/vendor/calcite-components/4NZ22FMP.js +4 -0
  125. package/dist/collection/vendor/calcite-components/4TW23CN7.js +4 -0
  126. package/dist/collection/vendor/calcite-components/4W55CXIJ.js +4 -0
  127. package/dist/collection/vendor/calcite-components/4YCDJ4BL.js +4 -0
  128. package/dist/collection/vendor/calcite-components/57KYZCIP.js +4 -0
  129. package/dist/collection/vendor/calcite-components/5DTLNTCL.js +4 -0
  130. package/dist/collection/vendor/calcite-components/5E4NPYBD.js +4 -0
  131. package/dist/collection/vendor/calcite-components/5E6WFGQD.js +4 -0
  132. package/dist/collection/vendor/calcite-components/5TU2CNVP.js +4 -0
  133. package/dist/collection/vendor/calcite-components/5U35BULS.js +4 -0
  134. package/dist/collection/vendor/calcite-components/5WIIOMNV.js +6 -0
  135. package/dist/collection/vendor/calcite-components/62UA4F4S.js +4 -0
  136. package/dist/collection/vendor/calcite-components/62VYJEUG.js +4 -0
  137. package/dist/collection/vendor/calcite-components/65NO3JUC.js +4 -0
  138. package/dist/collection/vendor/calcite-components/6GZCW3B4.js +4 -0
  139. package/dist/collection/vendor/calcite-components/6LJIPAYF.js +4 -0
  140. package/dist/collection/vendor/calcite-components/6LTFSVKG.js +4 -0
  141. package/dist/collection/vendor/calcite-components/6QDWHJ5K.js +4 -0
  142. package/dist/collection/vendor/calcite-components/6U6YH5MS.js +4 -0
  143. package/dist/collection/vendor/calcite-components/6VFJT5QA.js +4 -0
  144. package/dist/collection/vendor/calcite-components/6Y4OKAGD.js +4 -0
  145. package/dist/collection/vendor/calcite-components/74SSYUHC.js +5 -0
  146. package/dist/collection/vendor/calcite-components/75GQA36Q.js +4 -0
  147. package/dist/collection/vendor/calcite-components/7AD7VKZ6.js +4 -0
  148. package/dist/collection/vendor/calcite-components/7MGQRD7Z.js +4 -0
  149. package/dist/collection/vendor/calcite-components/7Q4LBBRD.js +4 -0
  150. package/dist/collection/vendor/calcite-components/7YRITLGU.js +4 -0
  151. package/dist/collection/vendor/calcite-components/A43TKJ6J.js +4 -0
  152. package/dist/collection/vendor/calcite-components/A4LOL6RT.js +4 -0
  153. package/dist/collection/vendor/calcite-components/A6LI6WSB.js +4 -0
  154. package/dist/collection/vendor/calcite-components/AD27WW7R.js +4 -0
  155. package/dist/collection/vendor/calcite-components/AHU7FP65.js +4 -0
  156. package/dist/collection/vendor/calcite-components/AI3NCYN4.js +4 -0
  157. package/dist/collection/vendor/calcite-components/AU24EMIU.js +4 -0
  158. package/dist/collection/vendor/calcite-components/AZ2MVQY2.js +4 -0
  159. package/dist/collection/vendor/calcite-components/BNWN4RE2.js +4 -0
  160. package/dist/collection/vendor/calcite-components/BQHDLRDE.js +4 -0
  161. package/dist/collection/vendor/calcite-components/BYJ6CJMV.js +4 -0
  162. package/dist/collection/vendor/calcite-components/C456ACXC.js +4 -0
  163. package/dist/collection/vendor/calcite-components/CFACWEH3.js +4 -0
  164. package/dist/collection/vendor/calcite-components/CZ6YBXDI.js +4 -0
  165. package/dist/collection/vendor/calcite-components/D2IBWEZJ.js +4 -0
  166. package/dist/collection/vendor/calcite-components/D5V7QPEQ.js +4 -0
  167. package/dist/collection/vendor/calcite-components/DV72VFBR.js +4 -0
  168. package/dist/collection/vendor/calcite-components/DXTGGP6F.js +4 -0
  169. package/dist/collection/vendor/calcite-components/DYX3VYAF.js +4 -0
  170. package/dist/collection/vendor/calcite-components/E4INVUQF.js +4 -0
  171. package/dist/collection/vendor/calcite-components/EC76JAWC.js +4 -0
  172. package/dist/collection/vendor/calcite-components/EFBSBD4Q.js +4 -0
  173. package/dist/collection/vendor/calcite-components/EGQT3WAL.js +4 -0
  174. package/dist/collection/vendor/calcite-components/ELLEOMPV.js +4 -0
  175. package/dist/collection/vendor/calcite-components/EQL77WNN.js +4 -0
  176. package/dist/collection/vendor/calcite-components/EREAGDHN.js +4 -0
  177. package/dist/collection/vendor/calcite-components/ETCKBCGT.js +4 -0
  178. package/dist/collection/vendor/calcite-components/F3MFWM7N.js +4 -0
  179. package/dist/collection/vendor/calcite-components/F57BIANZ.js +4 -0
  180. package/dist/collection/vendor/calcite-components/FLGYQACS.js +4 -0
  181. package/dist/collection/vendor/calcite-components/FVKXG7IX.js +4 -0
  182. package/dist/collection/vendor/calcite-components/FX4E46UA.js +4 -0
  183. package/dist/collection/vendor/calcite-components/FXMO4NFQ.js +4 -0
  184. package/dist/collection/vendor/calcite-components/G377AV4F.js +4 -0
  185. package/dist/collection/vendor/calcite-components/G4UFYIPU.js +4 -0
  186. package/dist/collection/vendor/calcite-components/G5GEKU4E.js +4 -0
  187. package/dist/collection/vendor/calcite-components/GEIJQLU7.js +4 -0
  188. package/dist/collection/vendor/calcite-components/GI3XXRNT.js +4 -0
  189. package/dist/collection/vendor/calcite-components/GQMODQ6D.js +4 -0
  190. package/dist/collection/vendor/calcite-components/GSVJHXH2.js +4 -0
  191. package/dist/collection/vendor/calcite-components/GUMVKQTR.js +4 -0
  192. package/dist/collection/vendor/calcite-components/GVOEPDQC.js +4 -0
  193. package/dist/collection/vendor/calcite-components/GWWXB6FV.js +4 -0
  194. package/dist/collection/vendor/calcite-components/GYOK6DI7.js +4 -0
  195. package/dist/collection/vendor/calcite-components/HDAL3OW2.js +4 -0
  196. package/dist/collection/vendor/calcite-components/HIP3N6DH.js +4 -0
  197. package/dist/collection/vendor/calcite-components/HLGSDCWJ.js +4 -0
  198. package/dist/collection/vendor/calcite-components/HPFASJXB.js +4 -0
  199. package/dist/collection/vendor/calcite-components/HPY2G26P.js +4 -0
  200. package/dist/collection/vendor/calcite-components/HYWMTX3X.js +4 -0
  201. package/dist/collection/vendor/calcite-components/HZGIYOHQ.js +4 -0
  202. package/dist/collection/vendor/calcite-components/HZWEQZY7.js +4 -0
  203. package/dist/collection/vendor/calcite-components/I3PTWPIY.js +4 -0
  204. package/dist/collection/vendor/calcite-components/I4CET6OW.js +5 -0
  205. package/dist/collection/vendor/calcite-components/I4G6P727.js +4 -0
  206. package/dist/collection/vendor/calcite-components/I6YTTPYR.js +4 -0
  207. package/dist/collection/vendor/calcite-components/IG7V543A.js +4 -0
  208. package/dist/collection/vendor/calcite-components/IGJ6NR2R.js +4 -0
  209. package/dist/collection/vendor/calcite-components/IMHYTFTU.js +4 -0
  210. package/dist/collection/vendor/calcite-components/IN5OHY5V.js +4 -0
  211. package/dist/collection/vendor/calcite-components/IPMCFXXP.js +4 -0
  212. package/dist/collection/vendor/calcite-components/IWHKNQVC.js +4 -0
  213. package/dist/collection/vendor/calcite-components/IXRENB6A.js +4 -0
  214. package/dist/collection/vendor/calcite-components/J6LILHDF.js +4 -0
  215. package/dist/collection/vendor/calcite-components/JADXGLI3.js +4 -0
  216. package/dist/collection/vendor/calcite-components/JLXVLF74.js +4 -0
  217. package/dist/collection/vendor/calcite-components/JWVCWXY6.js +4 -0
  218. package/dist/collection/vendor/calcite-components/K3474HB5.js +4 -0
  219. package/dist/collection/vendor/calcite-components/K43H5XTK.js +4 -0
  220. package/dist/collection/vendor/calcite-components/KEKOJLYV.js +4 -0
  221. package/dist/collection/vendor/calcite-components/KEXGE4NJ.js +4 -0
  222. package/dist/collection/vendor/calcite-components/KK3Z3W4I.js +4 -0
  223. package/dist/collection/vendor/calcite-components/KS4B6LK4.js +4 -0
  224. package/dist/collection/vendor/calcite-components/KUAZDOO6.js +4 -0
  225. package/dist/collection/vendor/calcite-components/KUGH3USL.js +4 -0
  226. package/dist/collection/vendor/calcite-components/KZL3CPTV.js +5 -0
  227. package/dist/collection/vendor/calcite-components/L3P7IWQ6.js +4 -0
  228. package/dist/collection/vendor/calcite-components/L5FEKBXU.js +5 -0
  229. package/dist/collection/vendor/calcite-components/L7UUJ325.js +4 -0
  230. package/dist/collection/vendor/calcite-components/LF6Z3CUU.js +4 -0
  231. package/dist/collection/vendor/calcite-components/LIPHS6R3.js +4 -0
  232. package/dist/collection/vendor/calcite-components/LNMOXDYH.js +4 -0
  233. package/dist/collection/vendor/calcite-components/LNX6IEUD.js +4 -0
  234. package/dist/collection/vendor/calcite-components/LSGKUJVV.js +4 -0
  235. package/dist/collection/vendor/calcite-components/LXOXPZWA.js +4 -0
  236. package/dist/collection/vendor/calcite-components/LYIEETRB.js +4 -0
  237. package/dist/collection/vendor/calcite-components/M5B5XMQA.js +28 -0
  238. package/dist/collection/vendor/calcite-components/M6TFTMFD.js +4 -0
  239. package/dist/collection/vendor/calcite-components/MO24RCUT.js +4 -0
  240. package/dist/collection/vendor/calcite-components/MOTR6ZPN.js +4 -0
  241. package/dist/collection/vendor/calcite-components/MPZIFQAA.js +4 -0
  242. package/dist/collection/vendor/calcite-components/MSERO633.js +4 -0
  243. package/dist/collection/vendor/calcite-components/N2ACZZPH.js +4 -0
  244. package/dist/collection/vendor/calcite-components/N2QB6H74.js +4 -0
  245. package/dist/collection/vendor/calcite-components/N6UWSSGW.js +4 -0
  246. package/dist/collection/vendor/calcite-components/NALQXSWX.js +4 -0
  247. package/dist/collection/vendor/calcite-components/NCKQSORU.js +4 -0
  248. package/dist/collection/vendor/calcite-components/NFGDGOX2.js +4 -0
  249. package/dist/collection/vendor/calcite-components/NJDS6SVP.js +4 -0
  250. package/dist/collection/vendor/calcite-components/NN7IWJQ4.js +4 -0
  251. package/dist/collection/vendor/calcite-components/NSI34PAP.js +4 -0
  252. package/dist/collection/vendor/calcite-components/O42B2Q4F.js +4 -0
  253. package/dist/collection/vendor/calcite-components/OGF5TUWN.js +4 -0
  254. package/dist/collection/vendor/calcite-components/OJCYBIGG.js +4 -0
  255. package/dist/collection/vendor/calcite-components/OOY2MGXQ.js +4 -0
  256. package/dist/collection/vendor/calcite-components/OQW7QIRH.js +4 -0
  257. package/dist/collection/vendor/calcite-components/OTCDMLUC.js +4 -0
  258. package/dist/collection/vendor/calcite-components/OZVEH4B5.js +4 -0
  259. package/dist/collection/vendor/calcite-components/P7HTSDH2.js +22 -0
  260. package/dist/collection/vendor/calcite-components/PLA7W3AT.js +4 -0
  261. package/dist/collection/vendor/calcite-components/PLXESTWV.js +4 -0
  262. package/dist/collection/vendor/calcite-components/PMITL6IC.js +4 -0
  263. package/dist/collection/vendor/calcite-components/PQBKOUKQ.js +4 -0
  264. package/dist/collection/vendor/calcite-components/PWUMIRZ6.js +4 -0
  265. package/dist/collection/vendor/calcite-components/Q5J2S3VY.js +4 -0
  266. package/dist/collection/vendor/calcite-components/QCZULBWY.js +4 -0
  267. package/dist/collection/vendor/calcite-components/QG6HHELM.js +4 -0
  268. package/dist/collection/vendor/calcite-components/QO3T2U37.js +4 -0
  269. package/dist/collection/vendor/calcite-components/QUDJ3N3N.js +4 -0
  270. package/dist/collection/vendor/calcite-components/QZIFYSUW.js +4 -0
  271. package/dist/collection/vendor/calcite-components/RBW3635P.js +4 -0
  272. package/dist/collection/vendor/calcite-components/RHRLZ43T.js +4 -0
  273. package/dist/collection/vendor/calcite-components/ROGH35KN.js +4 -0
  274. package/dist/collection/vendor/calcite-components/RU7EMDYD.js +4 -0
  275. package/dist/collection/vendor/calcite-components/RYTO443L.js +4 -0
  276. package/dist/collection/vendor/calcite-components/SA6NHSUC.js +4 -0
  277. package/dist/collection/vendor/calcite-components/SGUU7WHF.js +4 -0
  278. package/dist/collection/vendor/calcite-components/SHC4YDKE.js +4 -0
  279. package/dist/collection/vendor/calcite-components/T2ALVZYL.js +4 -0
  280. package/dist/collection/vendor/calcite-components/T3SQ25MS.js +4 -0
  281. package/dist/collection/vendor/calcite-components/TAD74E6K.js +4 -0
  282. package/dist/collection/vendor/calcite-components/TKUCTGZQ.js +4 -0
  283. package/dist/collection/vendor/calcite-components/TNN7X24K.js +4 -0
  284. package/dist/collection/vendor/calcite-components/TVLD3AOO.js +4 -0
  285. package/dist/collection/vendor/calcite-components/U6YW2HHD.js +4 -0
  286. package/dist/collection/vendor/calcite-components/UIF5EHAA.js +4 -0
  287. package/dist/collection/vendor/calcite-components/UPPZPSLX.js +4 -0
  288. package/dist/collection/vendor/calcite-components/UPVIMVOR.js +4 -0
  289. package/dist/collection/vendor/calcite-components/V56SP7RX.js +4 -0
  290. package/dist/collection/vendor/calcite-components/V6MKTTBQ.js +4 -0
  291. package/dist/collection/vendor/calcite-components/V7HGGFTI.js +4 -0
  292. package/dist/collection/vendor/calcite-components/V7JMIX7A.js +4 -0
  293. package/dist/collection/vendor/calcite-components/VALEMC46.js +4 -0
  294. package/dist/collection/vendor/calcite-components/VF6LK743.js +4 -0
  295. package/dist/collection/vendor/calcite-components/VICC3NDD.js +4 -0
  296. package/dist/collection/vendor/calcite-components/VP7NXOWD.js +4 -0
  297. package/dist/collection/vendor/calcite-components/VQDN7OO3.js +4 -0
  298. package/dist/collection/vendor/calcite-components/VRHJ5OK7.js +4 -0
  299. package/dist/collection/vendor/calcite-components/VSJGDSNK.js +4 -0
  300. package/dist/collection/vendor/calcite-components/VTNRWHPJ.js +4 -0
  301. package/dist/collection/vendor/calcite-components/VWRFMVFO.js +4 -0
  302. package/dist/collection/vendor/calcite-components/VYNHH43V.js +4 -0
  303. package/dist/collection/vendor/calcite-components/VZCTXPAB.js +4 -0
  304. package/dist/collection/vendor/calcite-components/W2PJHNUO.js +4 -0
  305. package/dist/collection/vendor/calcite-components/WGOS6SLC.js +4 -0
  306. package/dist/collection/vendor/calcite-components/WI77ICVL.js +4 -0
  307. package/dist/collection/vendor/calcite-components/WIMUFNVO.js +4 -0
  308. package/dist/collection/vendor/calcite-components/WKIE22JL.js +4 -0
  309. package/dist/collection/vendor/calcite-components/WL55EYBZ.js +4 -0
  310. package/dist/collection/vendor/calcite-components/WNKEORGU.js +4 -0
  311. package/dist/collection/vendor/calcite-components/WR2VE6JZ.js +4 -0
  312. package/dist/collection/vendor/calcite-components/XF5JMHOK.js +4 -0
  313. package/dist/collection/vendor/calcite-components/XIZD6JFU.js +4 -0
  314. package/dist/collection/vendor/calcite-components/XKHOO62D.js +4 -0
  315. package/dist/collection/vendor/calcite-components/XV33QQSP.js +4 -0
  316. package/dist/collection/vendor/calcite-components/XXCPMHQI.js +4 -0
  317. package/dist/collection/vendor/calcite-components/XYEB5PRT.js +4 -0
  318. package/dist/collection/vendor/calcite-components/Y3HCVBC6.js +4 -0
  319. package/dist/collection/vendor/calcite-components/Y7BXR2VY.js +4 -0
  320. package/dist/collection/vendor/calcite-components/YDUPLCIG.js +4 -0
  321. package/dist/collection/vendor/calcite-components/YOV6OIH2.js +4 -0
  322. package/dist/collection/vendor/calcite-components/YPEU6VCU.js +4 -0
  323. package/dist/collection/vendor/calcite-components/YUVCAMVK.js +4 -0
  324. package/dist/collection/vendor/calcite-components/YWAPFYEJ.js +4 -0
  325. package/dist/collection/vendor/calcite-components/YZIMMUUW.js +4 -0
  326. package/dist/collection/vendor/calcite-components/Z2FJJLZ3.js +4 -0
  327. package/dist/collection/vendor/calcite-components/ZQ6GYGGS.js +4 -0
  328. package/dist/collection/vendor/calcite-components/ZQG72P7P.js +4 -0
  329. package/dist/collection/vendor/calcite-components/ZROM77D7.js +4 -0
  330. package/dist/collection/vendor/calcite-components/ZWBJOZZD.js +4 -0
  331. package/dist/collection/vendor/calcite-components/assets/icon/crosshair16.json +1 -0
  332. package/dist/collection/vendor/calcite-components/assets/icon/crosshair24.json +1 -0
  333. package/dist/collection/vendor/calcite-components/assets/icon/crosshair32.json +1 -0
  334. package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer16.json +1 -0
  335. package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer24.json +1 -0
  336. package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer32.json +1 -0
  337. package/dist/collection/vendor/calcite-components/calcite.esm.js +4 -6
  338. package/dist/components/basemap-gallery2.js +19 -3
  339. package/dist/components/buffer-tools2.js +52 -11
  340. package/dist/components/card-manager2.js +71 -15
  341. package/dist/components/consent-manager.js +53 -11
  342. package/dist/components/create-feature2.js +68 -14
  343. package/dist/components/create-related-feature2.js +44 -8
  344. package/dist/components/crowdsource-manager.js +245 -56
  345. package/dist/components/crowdsource-reporter.js +211 -50
  346. package/dist/components/delete-button2.js +55 -11
  347. package/dist/components/delete-dialog2.js +35 -6
  348. package/dist/components/edit-card2.js +43 -8
  349. package/dist/components/feature-details2.js +70 -15
  350. package/dist/components/feature-list2.js +91 -20
  351. package/dist/components/floor-filter2.js +19 -3
  352. package/dist/components/info-card2.js +77 -16
  353. package/dist/components/json-editor2.js +28 -5
  354. package/dist/components/layer-list2.js +50 -10
  355. package/dist/components/layer-table2.js +177 -39
  356. package/dist/components/map-card2.js +182 -41
  357. package/dist/components/map-draw-tools2.js +66 -13
  358. package/dist/components/map-fullscreen2.js +18 -2
  359. package/dist/components/map-layer-picker2.js +108 -23
  360. package/dist/components/map-legend2.js +15 -2
  361. package/dist/components/map-picker2.js +35 -6
  362. package/dist/components/map-search2.js +35 -6
  363. package/dist/components/map-select-tools2.js +138 -30
  364. package/dist/components/map-tools2.js +115 -25
  365. package/dist/components/pci-calculator.js +14 -1
  366. package/dist/components/pdf-download2.js +27 -4
  367. package/dist/components/public-notification.js +189 -39
  368. package/dist/components/refine-selection2.js +59 -11
  369. package/dist/components/solution-configuration.js +48 -13
  370. package/dist/components/solution-contents2.js +13 -2
  371. package/dist/components/solution-item-accordion.js +37 -7
  372. package/dist/components/solution-item-details2.js +35 -14
  373. package/dist/components/solution-item-icon2.js +17 -3
  374. package/dist/components/solution-item-sharing2.js +27 -4
  375. package/dist/components/solution-item2.js +36 -7
  376. package/dist/components/solution-organization-variables2.js +24 -4
  377. package/dist/components/solution-resource-item2.js +36 -6
  378. package/dist/components/solution-spatial-ref2.js +31 -5
  379. package/dist/components/solution-template-data2.js +49 -8
  380. package/dist/components/solution-variables2.js +24 -4
  381. package/dist/components/spatial-ref.js +43 -8
  382. package/dist/components/store-manager.js +18 -3
  383. package/dist/esm/basemap-gallery_7.entry.js +258 -49
  384. package/dist/esm/buffer-tools_2.entry.js +122 -28
  385. package/dist/esm/card-manager_3.entry.js +433 -98
  386. package/dist/esm/consent-manager.entry.js +55 -13
  387. package/dist/esm/create-feature_4.entry.js +247 -53
  388. package/dist/esm/create-related-feature_3.entry.js +166 -35
  389. package/dist/esm/crowdsource-manager.entry.js +247 -58
  390. package/dist/esm/crowdsource-reporter.entry.js +213 -52
  391. package/dist/esm/deduct-calculator.entry.js +1 -1
  392. package/dist/esm/delete-dialog.entry.js +37 -8
  393. package/dist/esm/downloadUtils-05da05a5.js +3217 -0
  394. package/dist/esm/feature-list.entry.js +95 -24
  395. package/dist/esm/helpers-3d7571df.js +841 -0
  396. package/dist/esm/index-29ce74dd.js +199 -0
  397. package/dist/esm/index-b49a8ff6.js +1868 -0
  398. package/dist/esm/instant-apps-app-guide.entry.js +2 -2
  399. package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +4 -4
  400. package/dist/esm/instant-apps-control-panel.entry.js +1 -1
  401. package/dist/esm/instant-apps-create.entry.js +2 -2
  402. package/dist/esm/instant-apps-export-views.entry.js +2 -2
  403. package/dist/esm/instant-apps-export.entry.js +2 -2
  404. package/dist/esm/instant-apps-filter-list_2.entry.js +2 -2
  405. package/dist/esm/instant-apps-header.entry.js +1 -1
  406. package/dist/esm/instant-apps-interactive-legend-classic.entry.js +3 -3
  407. package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +3 -3
  408. package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +3 -3
  409. package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +3 -3
  410. package/dist/esm/instant-apps-interactive-legend.entry.js +4 -4
  411. package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +2 -2
  412. package/dist/esm/instant-apps-landing-page.entry.js +1 -1
  413. package/dist/esm/instant-apps-language-switcher.entry.js +4 -4
  414. package/dist/esm/instant-apps-language-translator.entry.js +4 -4
  415. package/dist/esm/instant-apps-measurement-tool.entry.js +1 -1
  416. package/dist/esm/instant-apps-measurement.entry.js +2 -2
  417. package/dist/esm/instant-apps-popover.entry.js +2 -2
  418. package/dist/esm/instant-apps-popovers.entry.js +1 -1
  419. package/dist/esm/instant-apps-scoreboard.entry.js +2 -2
  420. package/dist/esm/instant-apps-sign-in.entry.js +2 -2
  421. package/dist/esm/instant-apps-splash.entry.js +2 -2
  422. package/dist/esm/instant-apps-time-filter.entry.js +3 -3
  423. package/dist/esm/json-editor_7.entry.js +227 -49
  424. package/dist/esm/loader.js +2 -2
  425. package/dist/esm/locale-2b4fcfe1.js +155 -0
  426. package/dist/esm/locale-63587966.js +938 -0
  427. package/dist/esm/map-layer-picker.entry.js +112 -27
  428. package/dist/esm/map-select-tools_3.entry.js +229 -50
  429. package/dist/esm/pci-calculator.entry.js +15 -2
  430. package/dist/esm/popupUtils-d4429b90.js +119 -0
  431. package/dist/esm/public-notification.entry.js +194 -44
  432. package/dist/esm/publicNotificationStore-0af2f0c7.js +45 -0
  433. package/dist/esm/solution-configuration.entry.js +52 -17
  434. package/dist/esm/solution-contents_3.entry.js +84 -18
  435. package/dist/esm/solution-item-accordion.entry.js +39 -9
  436. package/dist/esm/solution-item-icon.entry.js +18 -4
  437. package/dist/esm/solution-store-8f4fe1d9.js +1103 -0
  438. package/dist/esm/solutions-components.js +3 -3
  439. package/dist/esm/spatial-ref.entry.js +45 -10
  440. package/dist/esm/store-manager.entry.js +21 -6
  441. package/dist/esm/utils-f9183b76.js +142 -0
  442. package/dist/solutions-components/assets/t9n/consent-manager/resources.json +1 -1
  443. package/dist/solutions-components/assets/t9n/consent-manager/resources_en.json +1 -1
  444. package/dist/solutions-components/p-004426dc.entry.js +6 -0
  445. package/dist/solutions-components/p-01068666.entry.js +6 -0
  446. package/dist/solutions-components/p-02c009a2.entry.js +6 -0
  447. package/dist/solutions-components/p-1546373f.entry.js +6 -0
  448. package/dist/solutions-components/p-1f670efc.entry.js +6 -0
  449. package/dist/solutions-components/p-1f72c19b.entry.js +6 -0
  450. package/dist/solutions-components/p-27ff3a85.entry.js +6 -0
  451. package/dist/solutions-components/p-285c4fe6.js +21 -0
  452. package/dist/solutions-components/p-2fc2238d.entry.js +6 -0
  453. package/dist/solutions-components/p-33ca9789.entry.js +6 -0
  454. package/dist/solutions-components/p-37fd56c8.entry.js +6 -0
  455. package/dist/solutions-components/p-3df0f3d3.js +6 -0
  456. package/dist/solutions-components/p-419233a3.js +488 -0
  457. package/dist/solutions-components/p-442a68ea.entry.js +6 -0
  458. package/dist/solutions-components/p-4b5ea333.entry.js +6 -0
  459. package/dist/solutions-components/p-4bd66ae5.entry.js +6 -0
  460. package/dist/solutions-components/p-4d55eb0e.entry.js +6 -0
  461. package/dist/solutions-components/p-50dfa0b8.entry.js +6 -0
  462. package/dist/solutions-components/p-59633ef0.entry.js +6 -0
  463. package/dist/solutions-components/p-67befb92.entry.js +6 -0
  464. package/dist/solutions-components/p-68fd9d5d.entry.js +6 -0
  465. package/dist/solutions-components/p-723482d1.js +21 -0
  466. package/dist/solutions-components/p-750a8a39.entry.js +6 -0
  467. package/dist/solutions-components/p-79756a0f.entry.js +6 -0
  468. package/dist/solutions-components/p-7b42823b.entry.js +6 -0
  469. package/dist/solutions-components/p-7ded7b2e.js +36 -0
  470. package/dist/solutions-components/p-80033583.entry.js +6 -0
  471. package/dist/solutions-components/p-8384ba17.entry.js +6 -0
  472. package/dist/solutions-components/p-893d8e26.entry.js +6 -0
  473. package/dist/solutions-components/p-905a911c.entry.js +6 -0
  474. package/dist/solutions-components/p-94aca64c.entry.js +6 -0
  475. package/dist/solutions-components/p-957a880f.entry.js +6 -0
  476. package/dist/solutions-components/p-9775f9d7.entry.js +6 -0
  477. package/dist/solutions-components/p-9b741908.entry.js +11 -0
  478. package/dist/solutions-components/p-9c4ea2e2.entry.js +6 -0
  479. package/dist/solutions-components/p-a0f4c730.entry.js +6 -0
  480. package/dist/solutions-components/p-a5bfdb73.entry.js +6 -0
  481. package/dist/solutions-components/p-a650b356.entry.js +6 -0
  482. package/dist/solutions-components/p-a725bcdf.entry.js +6 -0
  483. package/dist/solutions-components/p-abe9c0de.entry.js +6 -0
  484. package/dist/solutions-components/p-af355bbd.entry.js +6 -0
  485. package/dist/solutions-components/p-b266dcf6.entry.js +6 -0
  486. package/dist/solutions-components/p-b7a6512b.js +6 -0
  487. package/dist/solutions-components/p-b9fc59da.js +6 -0
  488. package/dist/solutions-components/p-be144ed5.entry.js +6 -0
  489. package/dist/solutions-components/p-c1ec9613.entry.js +6 -0
  490. package/dist/solutions-components/p-c3107e95.entry.js +6 -0
  491. package/dist/solutions-components/p-c34857fe.js +129 -0
  492. package/dist/solutions-components/p-c3eae9ba.js +7 -0
  493. package/dist/solutions-components/p-c60990bf.entry.js +6 -0
  494. package/dist/solutions-components/p-c65ff1a0.entry.js +21 -0
  495. package/dist/solutions-components/p-c97d6d8a.entry.js +6 -0
  496. package/dist/solutions-components/p-c987cdf2.entry.js +6 -0
  497. package/dist/solutions-components/p-ddd731d3.entry.js +6 -0
  498. package/dist/solutions-components/p-f053236e.entry.js +6 -0
  499. package/dist/solutions-components/p-f08084fb.entry.js +21 -0
  500. package/dist/solutions-components/p-fb75e187.js +6 -0
  501. package/dist/solutions-components/solutions-components.esm.js +1 -1
  502. package/dist/solutions-components/vendor/calcite-components/24P6DEQH.js +4 -0
  503. package/dist/solutions-components/vendor/calcite-components/2AVRQATR.js +4 -0
  504. package/dist/solutions-components/vendor/calcite-components/2CTO4WXV.js +4 -0
  505. package/dist/solutions-components/vendor/calcite-components/2I33XQO3.js +4 -0
  506. package/dist/solutions-components/vendor/calcite-components/2VMQ4ZHH.js +4 -0
  507. package/dist/solutions-components/vendor/calcite-components/2XGOJ2TK.js +4 -0
  508. package/dist/solutions-components/vendor/calcite-components/2Z6KCCXZ.js +4 -0
  509. package/dist/solutions-components/vendor/calcite-components/36GZKNTR.js +4 -0
  510. package/dist/solutions-components/vendor/calcite-components/3APPCCCZ.js +4 -0
  511. package/dist/solutions-components/vendor/calcite-components/3AWHEFUT.js +4 -0
  512. package/dist/solutions-components/vendor/calcite-components/3NZA5FPC.js +4 -0
  513. package/dist/solutions-components/vendor/calcite-components/4CJKDY6O.js +4 -0
  514. package/dist/solutions-components/vendor/calcite-components/4CN4DMSY.js +4 -0
  515. package/dist/solutions-components/vendor/calcite-components/4D6XNDXD.js +4 -0
  516. package/dist/solutions-components/vendor/calcite-components/4GH4R7AR.js +4 -0
  517. package/dist/solutions-components/vendor/calcite-components/4NZ22FMP.js +4 -0
  518. package/dist/solutions-components/vendor/calcite-components/4TW23CN7.js +4 -0
  519. package/dist/solutions-components/vendor/calcite-components/4W55CXIJ.js +4 -0
  520. package/dist/solutions-components/vendor/calcite-components/4YCDJ4BL.js +4 -0
  521. package/dist/solutions-components/vendor/calcite-components/57KYZCIP.js +4 -0
  522. package/dist/solutions-components/vendor/calcite-components/5DTLNTCL.js +4 -0
  523. package/dist/solutions-components/vendor/calcite-components/5E4NPYBD.js +4 -0
  524. package/dist/solutions-components/vendor/calcite-components/5E6WFGQD.js +4 -0
  525. package/dist/solutions-components/vendor/calcite-components/5TU2CNVP.js +4 -0
  526. package/dist/solutions-components/vendor/calcite-components/5U35BULS.js +4 -0
  527. package/dist/solutions-components/vendor/calcite-components/5WIIOMNV.js +6 -0
  528. package/dist/solutions-components/vendor/calcite-components/62UA4F4S.js +4 -0
  529. package/dist/solutions-components/vendor/calcite-components/62VYJEUG.js +4 -0
  530. package/dist/solutions-components/vendor/calcite-components/65NO3JUC.js +4 -0
  531. package/dist/solutions-components/vendor/calcite-components/6GZCW3B4.js +4 -0
  532. package/dist/solutions-components/vendor/calcite-components/6LJIPAYF.js +4 -0
  533. package/dist/solutions-components/vendor/calcite-components/6LTFSVKG.js +4 -0
  534. package/dist/solutions-components/vendor/calcite-components/6QDWHJ5K.js +4 -0
  535. package/dist/solutions-components/vendor/calcite-components/6U6YH5MS.js +4 -0
  536. package/dist/solutions-components/vendor/calcite-components/6VFJT5QA.js +4 -0
  537. package/dist/solutions-components/vendor/calcite-components/6Y4OKAGD.js +4 -0
  538. package/dist/solutions-components/vendor/calcite-components/74SSYUHC.js +5 -0
  539. package/dist/solutions-components/vendor/calcite-components/75GQA36Q.js +4 -0
  540. package/dist/solutions-components/vendor/calcite-components/7AD7VKZ6.js +4 -0
  541. package/dist/solutions-components/vendor/calcite-components/7MGQRD7Z.js +4 -0
  542. package/dist/solutions-components/vendor/calcite-components/7Q4LBBRD.js +4 -0
  543. package/dist/solutions-components/vendor/calcite-components/7YRITLGU.js +4 -0
  544. package/dist/solutions-components/vendor/calcite-components/A43TKJ6J.js +4 -0
  545. package/dist/solutions-components/vendor/calcite-components/A4LOL6RT.js +4 -0
  546. package/dist/solutions-components/vendor/calcite-components/A6LI6WSB.js +4 -0
  547. package/dist/solutions-components/vendor/calcite-components/AD27WW7R.js +4 -0
  548. package/dist/solutions-components/vendor/calcite-components/AHU7FP65.js +4 -0
  549. package/dist/solutions-components/vendor/calcite-components/AI3NCYN4.js +4 -0
  550. package/dist/solutions-components/vendor/calcite-components/AU24EMIU.js +4 -0
  551. package/dist/solutions-components/vendor/calcite-components/AZ2MVQY2.js +4 -0
  552. package/dist/solutions-components/vendor/calcite-components/BNWN4RE2.js +4 -0
  553. package/dist/solutions-components/vendor/calcite-components/BQHDLRDE.js +4 -0
  554. package/dist/solutions-components/vendor/calcite-components/BYJ6CJMV.js +4 -0
  555. package/dist/solutions-components/vendor/calcite-components/C456ACXC.js +4 -0
  556. package/dist/solutions-components/vendor/calcite-components/CFACWEH3.js +4 -0
  557. package/dist/solutions-components/vendor/calcite-components/CZ6YBXDI.js +4 -0
  558. package/dist/solutions-components/vendor/calcite-components/D2IBWEZJ.js +4 -0
  559. package/dist/solutions-components/vendor/calcite-components/D5V7QPEQ.js +4 -0
  560. package/dist/solutions-components/vendor/calcite-components/DV72VFBR.js +4 -0
  561. package/dist/solutions-components/vendor/calcite-components/DXTGGP6F.js +4 -0
  562. package/dist/solutions-components/vendor/calcite-components/DYX3VYAF.js +4 -0
  563. package/dist/solutions-components/vendor/calcite-components/E4INVUQF.js +4 -0
  564. package/dist/solutions-components/vendor/calcite-components/EC76JAWC.js +4 -0
  565. package/dist/solutions-components/vendor/calcite-components/EFBSBD4Q.js +4 -0
  566. package/dist/solutions-components/vendor/calcite-components/EGQT3WAL.js +4 -0
  567. package/dist/solutions-components/vendor/calcite-components/ELLEOMPV.js +4 -0
  568. package/dist/solutions-components/vendor/calcite-components/EQL77WNN.js +4 -0
  569. package/dist/solutions-components/vendor/calcite-components/EREAGDHN.js +4 -0
  570. package/dist/solutions-components/vendor/calcite-components/ETCKBCGT.js +4 -0
  571. package/dist/solutions-components/vendor/calcite-components/F3MFWM7N.js +4 -0
  572. package/dist/solutions-components/vendor/calcite-components/F57BIANZ.js +4 -0
  573. package/dist/solutions-components/vendor/calcite-components/FLGYQACS.js +4 -0
  574. package/dist/solutions-components/vendor/calcite-components/FVKXG7IX.js +4 -0
  575. package/dist/solutions-components/vendor/calcite-components/FX4E46UA.js +4 -0
  576. package/dist/solutions-components/vendor/calcite-components/FXMO4NFQ.js +4 -0
  577. package/dist/solutions-components/vendor/calcite-components/G377AV4F.js +4 -0
  578. package/dist/solutions-components/vendor/calcite-components/G4UFYIPU.js +4 -0
  579. package/dist/solutions-components/vendor/calcite-components/G5GEKU4E.js +4 -0
  580. package/dist/solutions-components/vendor/calcite-components/GEIJQLU7.js +4 -0
  581. package/dist/solutions-components/vendor/calcite-components/GI3XXRNT.js +4 -0
  582. package/dist/solutions-components/vendor/calcite-components/GQMODQ6D.js +4 -0
  583. package/dist/solutions-components/vendor/calcite-components/GSVJHXH2.js +4 -0
  584. package/dist/solutions-components/vendor/calcite-components/GUMVKQTR.js +4 -0
  585. package/dist/solutions-components/vendor/calcite-components/GVOEPDQC.js +4 -0
  586. package/dist/solutions-components/vendor/calcite-components/GWWXB6FV.js +4 -0
  587. package/dist/solutions-components/vendor/calcite-components/GYOK6DI7.js +4 -0
  588. package/dist/solutions-components/vendor/calcite-components/HDAL3OW2.js +4 -0
  589. package/dist/solutions-components/vendor/calcite-components/HIP3N6DH.js +4 -0
  590. package/dist/solutions-components/vendor/calcite-components/HLGSDCWJ.js +4 -0
  591. package/dist/solutions-components/vendor/calcite-components/HPFASJXB.js +4 -0
  592. package/dist/solutions-components/vendor/calcite-components/HPY2G26P.js +4 -0
  593. package/dist/solutions-components/vendor/calcite-components/HYWMTX3X.js +4 -0
  594. package/dist/solutions-components/vendor/calcite-components/HZGIYOHQ.js +4 -0
  595. package/dist/solutions-components/vendor/calcite-components/HZWEQZY7.js +4 -0
  596. package/dist/solutions-components/vendor/calcite-components/I3PTWPIY.js +4 -0
  597. package/dist/solutions-components/vendor/calcite-components/I4CET6OW.js +5 -0
  598. package/dist/solutions-components/vendor/calcite-components/I4G6P727.js +4 -0
  599. package/dist/solutions-components/vendor/calcite-components/I6YTTPYR.js +4 -0
  600. package/dist/solutions-components/vendor/calcite-components/IG7V543A.js +4 -0
  601. package/dist/solutions-components/vendor/calcite-components/IGJ6NR2R.js +4 -0
  602. package/dist/solutions-components/vendor/calcite-components/IMHYTFTU.js +4 -0
  603. package/dist/solutions-components/vendor/calcite-components/IN5OHY5V.js +4 -0
  604. package/dist/solutions-components/vendor/calcite-components/IPMCFXXP.js +4 -0
  605. package/dist/solutions-components/vendor/calcite-components/IWHKNQVC.js +4 -0
  606. package/dist/solutions-components/vendor/calcite-components/IXRENB6A.js +4 -0
  607. package/dist/solutions-components/vendor/calcite-components/J6LILHDF.js +4 -0
  608. package/dist/solutions-components/vendor/calcite-components/JADXGLI3.js +4 -0
  609. package/dist/solutions-components/vendor/calcite-components/JLXVLF74.js +4 -0
  610. package/dist/solutions-components/vendor/calcite-components/JWVCWXY6.js +4 -0
  611. package/dist/solutions-components/vendor/calcite-components/K3474HB5.js +4 -0
  612. package/dist/solutions-components/vendor/calcite-components/K43H5XTK.js +4 -0
  613. package/dist/solutions-components/vendor/calcite-components/KEKOJLYV.js +4 -0
  614. package/dist/solutions-components/vendor/calcite-components/KEXGE4NJ.js +4 -0
  615. package/dist/solutions-components/vendor/calcite-components/KK3Z3W4I.js +4 -0
  616. package/dist/solutions-components/vendor/calcite-components/KS4B6LK4.js +4 -0
  617. package/dist/solutions-components/vendor/calcite-components/KUAZDOO6.js +4 -0
  618. package/dist/solutions-components/vendor/calcite-components/KUGH3USL.js +4 -0
  619. package/dist/solutions-components/vendor/calcite-components/KZL3CPTV.js +5 -0
  620. package/dist/solutions-components/vendor/calcite-components/L3P7IWQ6.js +4 -0
  621. package/dist/solutions-components/vendor/calcite-components/L5FEKBXU.js +5 -0
  622. package/dist/solutions-components/vendor/calcite-components/L7UUJ325.js +4 -0
  623. package/dist/solutions-components/vendor/calcite-components/LF6Z3CUU.js +4 -0
  624. package/dist/solutions-components/vendor/calcite-components/LIPHS6R3.js +4 -0
  625. package/dist/solutions-components/vendor/calcite-components/LNMOXDYH.js +4 -0
  626. package/dist/solutions-components/vendor/calcite-components/LNX6IEUD.js +4 -0
  627. package/dist/solutions-components/vendor/calcite-components/LSGKUJVV.js +4 -0
  628. package/dist/solutions-components/vendor/calcite-components/LXOXPZWA.js +4 -0
  629. package/dist/solutions-components/vendor/calcite-components/LYIEETRB.js +4 -0
  630. package/dist/solutions-components/vendor/calcite-components/M5B5XMQA.js +28 -0
  631. package/dist/solutions-components/vendor/calcite-components/M6TFTMFD.js +4 -0
  632. package/dist/solutions-components/vendor/calcite-components/MO24RCUT.js +4 -0
  633. package/dist/solutions-components/vendor/calcite-components/MOTR6ZPN.js +4 -0
  634. package/dist/solutions-components/vendor/calcite-components/MPZIFQAA.js +4 -0
  635. package/dist/solutions-components/vendor/calcite-components/MSERO633.js +4 -0
  636. package/dist/solutions-components/vendor/calcite-components/N2ACZZPH.js +4 -0
  637. package/dist/solutions-components/vendor/calcite-components/N2QB6H74.js +4 -0
  638. package/dist/solutions-components/vendor/calcite-components/N6UWSSGW.js +4 -0
  639. package/dist/solutions-components/vendor/calcite-components/NALQXSWX.js +4 -0
  640. package/dist/solutions-components/vendor/calcite-components/NCKQSORU.js +4 -0
  641. package/dist/solutions-components/vendor/calcite-components/NFGDGOX2.js +4 -0
  642. package/dist/solutions-components/vendor/calcite-components/NJDS6SVP.js +4 -0
  643. package/dist/solutions-components/vendor/calcite-components/NN7IWJQ4.js +4 -0
  644. package/dist/solutions-components/vendor/calcite-components/NSI34PAP.js +4 -0
  645. package/dist/solutions-components/vendor/calcite-components/O42B2Q4F.js +4 -0
  646. package/dist/solutions-components/vendor/calcite-components/OGF5TUWN.js +4 -0
  647. package/dist/solutions-components/vendor/calcite-components/OJCYBIGG.js +4 -0
  648. package/dist/solutions-components/vendor/calcite-components/OOY2MGXQ.js +4 -0
  649. package/dist/solutions-components/vendor/calcite-components/OQW7QIRH.js +4 -0
  650. package/dist/solutions-components/vendor/calcite-components/OTCDMLUC.js +4 -0
  651. package/dist/solutions-components/vendor/calcite-components/OZVEH4B5.js +4 -0
  652. package/dist/solutions-components/vendor/calcite-components/P7HTSDH2.js +22 -0
  653. package/dist/solutions-components/vendor/calcite-components/PLA7W3AT.js +4 -0
  654. package/dist/solutions-components/vendor/calcite-components/PLXESTWV.js +4 -0
  655. package/dist/solutions-components/vendor/calcite-components/PMITL6IC.js +4 -0
  656. package/dist/solutions-components/vendor/calcite-components/PQBKOUKQ.js +4 -0
  657. package/dist/solutions-components/vendor/calcite-components/PWUMIRZ6.js +4 -0
  658. package/dist/solutions-components/vendor/calcite-components/Q5J2S3VY.js +4 -0
  659. package/dist/solutions-components/vendor/calcite-components/QCZULBWY.js +4 -0
  660. package/dist/solutions-components/vendor/calcite-components/QG6HHELM.js +4 -0
  661. package/dist/solutions-components/vendor/calcite-components/QO3T2U37.js +4 -0
  662. package/dist/solutions-components/vendor/calcite-components/QUDJ3N3N.js +4 -0
  663. package/dist/solutions-components/vendor/calcite-components/QZIFYSUW.js +4 -0
  664. package/dist/solutions-components/vendor/calcite-components/RBW3635P.js +4 -0
  665. package/dist/solutions-components/vendor/calcite-components/RHRLZ43T.js +4 -0
  666. package/dist/solutions-components/vendor/calcite-components/ROGH35KN.js +4 -0
  667. package/dist/solutions-components/vendor/calcite-components/RU7EMDYD.js +4 -0
  668. package/dist/solutions-components/vendor/calcite-components/RYTO443L.js +4 -0
  669. package/dist/solutions-components/vendor/calcite-components/SA6NHSUC.js +4 -0
  670. package/dist/solutions-components/vendor/calcite-components/SGUU7WHF.js +4 -0
  671. package/dist/solutions-components/vendor/calcite-components/SHC4YDKE.js +4 -0
  672. package/dist/solutions-components/vendor/calcite-components/T2ALVZYL.js +4 -0
  673. package/dist/solutions-components/vendor/calcite-components/T3SQ25MS.js +4 -0
  674. package/dist/solutions-components/vendor/calcite-components/TAD74E6K.js +4 -0
  675. package/dist/solutions-components/vendor/calcite-components/TKUCTGZQ.js +4 -0
  676. package/dist/solutions-components/vendor/calcite-components/TNN7X24K.js +4 -0
  677. package/dist/solutions-components/vendor/calcite-components/TVLD3AOO.js +4 -0
  678. package/dist/solutions-components/vendor/calcite-components/U6YW2HHD.js +4 -0
  679. package/dist/solutions-components/vendor/calcite-components/UIF5EHAA.js +4 -0
  680. package/dist/solutions-components/vendor/calcite-components/UPPZPSLX.js +4 -0
  681. package/dist/solutions-components/vendor/calcite-components/UPVIMVOR.js +4 -0
  682. package/dist/solutions-components/vendor/calcite-components/V56SP7RX.js +4 -0
  683. package/dist/solutions-components/vendor/calcite-components/V6MKTTBQ.js +4 -0
  684. package/dist/solutions-components/vendor/calcite-components/V7HGGFTI.js +4 -0
  685. package/dist/solutions-components/vendor/calcite-components/V7JMIX7A.js +4 -0
  686. package/dist/solutions-components/vendor/calcite-components/VALEMC46.js +4 -0
  687. package/dist/solutions-components/vendor/calcite-components/VF6LK743.js +4 -0
  688. package/dist/solutions-components/vendor/calcite-components/VICC3NDD.js +4 -0
  689. package/dist/solutions-components/vendor/calcite-components/VP7NXOWD.js +4 -0
  690. package/dist/solutions-components/vendor/calcite-components/VQDN7OO3.js +4 -0
  691. package/dist/solutions-components/vendor/calcite-components/VRHJ5OK7.js +4 -0
  692. package/dist/solutions-components/vendor/calcite-components/VSJGDSNK.js +4 -0
  693. package/dist/solutions-components/vendor/calcite-components/VTNRWHPJ.js +4 -0
  694. package/dist/solutions-components/vendor/calcite-components/VWRFMVFO.js +4 -0
  695. package/dist/solutions-components/vendor/calcite-components/VYNHH43V.js +4 -0
  696. package/dist/solutions-components/vendor/calcite-components/VZCTXPAB.js +4 -0
  697. package/dist/solutions-components/vendor/calcite-components/W2PJHNUO.js +4 -0
  698. package/dist/solutions-components/vendor/calcite-components/WGOS6SLC.js +4 -0
  699. package/dist/solutions-components/vendor/calcite-components/WI77ICVL.js +4 -0
  700. package/dist/solutions-components/vendor/calcite-components/WIMUFNVO.js +4 -0
  701. package/dist/solutions-components/vendor/calcite-components/WKIE22JL.js +4 -0
  702. package/dist/solutions-components/vendor/calcite-components/WL55EYBZ.js +4 -0
  703. package/dist/solutions-components/vendor/calcite-components/WNKEORGU.js +4 -0
  704. package/dist/solutions-components/vendor/calcite-components/WR2VE6JZ.js +4 -0
  705. package/dist/solutions-components/vendor/calcite-components/XF5JMHOK.js +4 -0
  706. package/dist/solutions-components/vendor/calcite-components/XIZD6JFU.js +4 -0
  707. package/dist/solutions-components/vendor/calcite-components/XKHOO62D.js +4 -0
  708. package/dist/solutions-components/vendor/calcite-components/XV33QQSP.js +4 -0
  709. package/dist/solutions-components/vendor/calcite-components/XXCPMHQI.js +4 -0
  710. package/dist/solutions-components/vendor/calcite-components/XYEB5PRT.js +4 -0
  711. package/dist/solutions-components/vendor/calcite-components/Y3HCVBC6.js +4 -0
  712. package/dist/solutions-components/vendor/calcite-components/Y7BXR2VY.js +4 -0
  713. package/dist/solutions-components/vendor/calcite-components/YDUPLCIG.js +4 -0
  714. package/dist/solutions-components/vendor/calcite-components/YOV6OIH2.js +4 -0
  715. package/dist/solutions-components/vendor/calcite-components/YPEU6VCU.js +4 -0
  716. package/dist/solutions-components/vendor/calcite-components/YUVCAMVK.js +4 -0
  717. package/dist/solutions-components/vendor/calcite-components/YWAPFYEJ.js +4 -0
  718. package/dist/solutions-components/vendor/calcite-components/YZIMMUUW.js +4 -0
  719. package/dist/solutions-components/vendor/calcite-components/Z2FJJLZ3.js +4 -0
  720. package/dist/solutions-components/vendor/calcite-components/ZQ6GYGGS.js +4 -0
  721. package/dist/solutions-components/vendor/calcite-components/ZQG72P7P.js +4 -0
  722. package/dist/solutions-components/vendor/calcite-components/ZROM77D7.js +4 -0
  723. package/dist/solutions-components/vendor/calcite-components/ZWBJOZZD.js +4 -0
  724. package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair16.json +1 -0
  725. package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair24.json +1 -0
  726. package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair32.json +1 -0
  727. package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer16.json +1 -0
  728. package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer24.json +1 -0
  729. package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer32.json +1 -0
  730. package/dist/solutions-components/vendor/calcite-components/calcite.esm.js +4 -6
  731. package/dist/solutions-components_commit.txt +4 -7
  732. package/package.json +10 -10
  733. package/dist/cjs/downloadUtils-9ce90176.js +0 -3223
  734. package/dist/cjs/helpers-6a222aa7.js +0 -867
  735. package/dist/cjs/index-af14245a.js +0 -1828
  736. package/dist/cjs/index-ffd12cb0.js +0 -201
  737. package/dist/cjs/locale-1c60be9c.js +0 -160
  738. package/dist/cjs/locale-2dd3020a.js +0 -943
  739. package/dist/cjs/popupUtils-93b14f86.js +0 -121
  740. package/dist/cjs/publicNotificationStore-beb782de.js +0 -47
  741. package/dist/cjs/solution-store-3cf25b71.js +0 -1105
  742. package/dist/cjs/utils-53383d03.js +0 -153
  743. package/dist/collection/vendor/calcite-components/2OHLWTVV.js +0 -6
  744. package/dist/collection/vendor/calcite-components/2YNPAPXX.js +0 -6
  745. package/dist/collection/vendor/calcite-components/3MV46GBB.js +0 -6
  746. package/dist/collection/vendor/calcite-components/3OQ2ZMWE.js +0 -6
  747. package/dist/collection/vendor/calcite-components/3VYZVKRG.js +0 -6
  748. package/dist/collection/vendor/calcite-components/3YAQ3WXL.js +0 -6
  749. package/dist/collection/vendor/calcite-components/3YMYDWGD.js +0 -6
  750. package/dist/collection/vendor/calcite-components/4BBHRHVO.js +0 -6
  751. package/dist/collection/vendor/calcite-components/4Y32YCMF.js +0 -6
  752. package/dist/collection/vendor/calcite-components/52M672S5.js +0 -6
  753. package/dist/collection/vendor/calcite-components/5DHYCNO3.js +0 -6
  754. package/dist/collection/vendor/calcite-components/5MCURGUM.js +0 -6
  755. package/dist/collection/vendor/calcite-components/5O6ZNC7G.js +0 -6
  756. package/dist/collection/vendor/calcite-components/5RROROO5.js +0 -6
  757. package/dist/collection/vendor/calcite-components/5WC57GPQ.js +0 -6
  758. package/dist/collection/vendor/calcite-components/5WSY45L7.js +0 -6
  759. package/dist/collection/vendor/calcite-components/5XKYFEBC.js +0 -6
  760. package/dist/collection/vendor/calcite-components/66KPC4YV.js +0 -6
  761. package/dist/collection/vendor/calcite-components/67MILQAM.js +0 -6
  762. package/dist/collection/vendor/calcite-components/67YJME3J.js +0 -7
  763. package/dist/collection/vendor/calcite-components/6BG6DXGU.js +0 -6
  764. package/dist/collection/vendor/calcite-components/6J7J7RFI.js +0 -6
  765. package/dist/collection/vendor/calcite-components/6KJHPKLM.js +0 -6
  766. package/dist/collection/vendor/calcite-components/6LBWQVLS.js +0 -6
  767. package/dist/collection/vendor/calcite-components/6LOB5NKS.js +0 -6
  768. package/dist/collection/vendor/calcite-components/74AHNYT6.js +0 -6
  769. package/dist/collection/vendor/calcite-components/75LS6AUK.js +0 -6
  770. package/dist/collection/vendor/calcite-components/7AC4OZRT.js +0 -6
  771. package/dist/collection/vendor/calcite-components/7CTQOYNN.js +0 -6
  772. package/dist/collection/vendor/calcite-components/7IMTQM3A.js +0 -6
  773. package/dist/collection/vendor/calcite-components/7NNFVP5Y.js +0 -6
  774. package/dist/collection/vendor/calcite-components/7PLH76D5.js +0 -6
  775. package/dist/collection/vendor/calcite-components/7SRUH72U.js +0 -6
  776. package/dist/collection/vendor/calcite-components/7WIMMB52.js +0 -6
  777. package/dist/collection/vendor/calcite-components/A3TZO3T4.js +0 -6
  778. package/dist/collection/vendor/calcite-components/A4JSLISH.js +0 -7
  779. package/dist/collection/vendor/calcite-components/A77L2PAE.js +0 -6
  780. package/dist/collection/vendor/calcite-components/AAJZVCOQ.js +0 -6
  781. package/dist/collection/vendor/calcite-components/AK7JTREX.js +0 -6
  782. package/dist/collection/vendor/calcite-components/APJDJGRX.js +0 -6
  783. package/dist/collection/vendor/calcite-components/B7XAXKYO.js +0 -6
  784. package/dist/collection/vendor/calcite-components/B7YRQCNE.js +0 -6
  785. package/dist/collection/vendor/calcite-components/BAAOO7UE.js +0 -6
  786. package/dist/collection/vendor/calcite-components/BKJX2UVI.js +0 -6
  787. package/dist/collection/vendor/calcite-components/BMTT77MQ.js +0 -6
  788. package/dist/collection/vendor/calcite-components/BMULWGQL.js +0 -6
  789. package/dist/collection/vendor/calcite-components/BOOD43TE.js +0 -6
  790. package/dist/collection/vendor/calcite-components/BT6BGDUQ.js +0 -6
  791. package/dist/collection/vendor/calcite-components/C4BI2I6X.js +0 -6
  792. package/dist/collection/vendor/calcite-components/CARSEP6Y.js +0 -6
  793. package/dist/collection/vendor/calcite-components/CARUWMRC.js +0 -6
  794. package/dist/collection/vendor/calcite-components/CGP5NAVZ.js +0 -6
  795. package/dist/collection/vendor/calcite-components/CHPU2ORW.js +0 -6
  796. package/dist/collection/vendor/calcite-components/CKCZ6NNQ.js +0 -6
  797. package/dist/collection/vendor/calcite-components/CLWQ573O.js +0 -6
  798. package/dist/collection/vendor/calcite-components/COVTDEEB.js +0 -6
  799. package/dist/collection/vendor/calcite-components/CSDMYGZU.js +0 -6
  800. package/dist/collection/vendor/calcite-components/CSR5Q44Q.js +0 -6
  801. package/dist/collection/vendor/calcite-components/CWDZ4NQP.js +0 -6
  802. package/dist/collection/vendor/calcite-components/D7V3NS2J.js +0 -6
  803. package/dist/collection/vendor/calcite-components/DHITRFFR.js +0 -6
  804. package/dist/collection/vendor/calcite-components/DL6GCZF7.js +0 -6
  805. package/dist/collection/vendor/calcite-components/DPLQUB7Z.js +0 -6
  806. package/dist/collection/vendor/calcite-components/DQWJPC22.js +0 -6
  807. package/dist/collection/vendor/calcite-components/DRM7BNH3.js +0 -6
  808. package/dist/collection/vendor/calcite-components/DWIP44NC.js +0 -6
  809. package/dist/collection/vendor/calcite-components/E3RER5S3.js +0 -6
  810. package/dist/collection/vendor/calcite-components/ECWNOIEW.js +0 -6
  811. package/dist/collection/vendor/calcite-components/EPKORG4B.js +0 -6
  812. package/dist/collection/vendor/calcite-components/ERE76CER.js +0 -6
  813. package/dist/collection/vendor/calcite-components/EU5GIDX7.js +0 -6
  814. package/dist/collection/vendor/calcite-components/FB6NATRQ.js +0 -6
  815. package/dist/collection/vendor/calcite-components/FHAIE7PW.js +0 -6
  816. package/dist/collection/vendor/calcite-components/FITCS5RA.js +0 -6
  817. package/dist/collection/vendor/calcite-components/FJUGYL5W.js +0 -6
  818. package/dist/collection/vendor/calcite-components/FP5CKCOM.js +0 -6
  819. package/dist/collection/vendor/calcite-components/FQ6G6HKC.js +0 -6
  820. package/dist/collection/vendor/calcite-components/FQTOWUOI.js +0 -6
  821. package/dist/collection/vendor/calcite-components/FSBJYIK7.js +0 -6
  822. package/dist/collection/vendor/calcite-components/FUR5QRYV.js +0 -6
  823. package/dist/collection/vendor/calcite-components/FV5F4TOB.js +0 -30
  824. package/dist/collection/vendor/calcite-components/GHRW2Z4J.js +0 -6
  825. package/dist/collection/vendor/calcite-components/GKLGNYAX.js +0 -6
  826. package/dist/collection/vendor/calcite-components/GRGOLBJ6.js +0 -6
  827. package/dist/collection/vendor/calcite-components/H2QNORW6.js +0 -6
  828. package/dist/collection/vendor/calcite-components/H6JENZS2.js +0 -6
  829. package/dist/collection/vendor/calcite-components/HE6ZJBOG.js +0 -6
  830. package/dist/collection/vendor/calcite-components/HEYQRNVV.js +0 -6
  831. package/dist/collection/vendor/calcite-components/HJ7LTJIL.js +0 -6
  832. package/dist/collection/vendor/calcite-components/HUXUCABV.js +0 -6
  833. package/dist/collection/vendor/calcite-components/HVG3FNW6.js +0 -6
  834. package/dist/collection/vendor/calcite-components/I5RDDH5E.js +0 -6
  835. package/dist/collection/vendor/calcite-components/IGLINVEB.js +0 -6
  836. package/dist/collection/vendor/calcite-components/IH6XHUKC.js +0 -6
  837. package/dist/collection/vendor/calcite-components/IN4OTIGO.js +0 -6
  838. package/dist/collection/vendor/calcite-components/IOQ5NGFA.js +0 -6
  839. package/dist/collection/vendor/calcite-components/ITIJ42U7.js +0 -6
  840. package/dist/collection/vendor/calcite-components/ITILALYC.js +0 -6
  841. package/dist/collection/vendor/calcite-components/J3NSY2Y7.js +0 -6
  842. package/dist/collection/vendor/calcite-components/J4RAJYKF.js +0 -6
  843. package/dist/collection/vendor/calcite-components/J6IGXQYQ.js +0 -6
  844. package/dist/collection/vendor/calcite-components/JA2ML5I6.js +0 -6
  845. package/dist/collection/vendor/calcite-components/JOTIQZAS.js +0 -6
  846. package/dist/collection/vendor/calcite-components/JULIKI65.js +0 -6
  847. package/dist/collection/vendor/calcite-components/JW6QBCWN.js +0 -6
  848. package/dist/collection/vendor/calcite-components/JWIQZFGO.js +0 -6
  849. package/dist/collection/vendor/calcite-components/K4HQ6WGE.js +0 -6
  850. package/dist/collection/vendor/calcite-components/K4OPLD7F.js +0 -6
  851. package/dist/collection/vendor/calcite-components/KHULIKKP.js +0 -7
  852. package/dist/collection/vendor/calcite-components/KRZMNBJS.js +0 -6
  853. package/dist/collection/vendor/calcite-components/LDAXCWWP.js +0 -6
  854. package/dist/collection/vendor/calcite-components/LMRFYM2J.js +0 -6
  855. package/dist/collection/vendor/calcite-components/LSUXEOMN.js +0 -6
  856. package/dist/collection/vendor/calcite-components/M5BOCCQL.js +0 -6
  857. package/dist/collection/vendor/calcite-components/M5XI6NNV.js +0 -6
  858. package/dist/collection/vendor/calcite-components/M7MOBM7M.js +0 -6
  859. package/dist/collection/vendor/calcite-components/MA2YIQZL.js +0 -6
  860. package/dist/collection/vendor/calcite-components/MBJAGWVS.js +0 -6
  861. package/dist/collection/vendor/calcite-components/MI3BWAKN.js +0 -6
  862. package/dist/collection/vendor/calcite-components/MOO4BCRV.js +0 -6
  863. package/dist/collection/vendor/calcite-components/MVHJMI6L.js +0 -6
  864. package/dist/collection/vendor/calcite-components/MZRLL3GR.js +0 -6
  865. package/dist/collection/vendor/calcite-components/N2FZGLE3.js +0 -6
  866. package/dist/collection/vendor/calcite-components/N2UM5A2L.js +0 -6
  867. package/dist/collection/vendor/calcite-components/NNL2N4OB.js +0 -6
  868. package/dist/collection/vendor/calcite-components/NP3SY2AL.js +0 -6
  869. package/dist/collection/vendor/calcite-components/NPYZ3JS7.js +0 -6
  870. package/dist/collection/vendor/calcite-components/NS47CSEP.js +0 -6
  871. package/dist/collection/vendor/calcite-components/NSL6XZ2B.js +0 -6
  872. package/dist/collection/vendor/calcite-components/NW4BVBVD.js +0 -6
  873. package/dist/collection/vendor/calcite-components/O66NAEPJ.js +0 -6
  874. package/dist/collection/vendor/calcite-components/OA55VNGP.js +0 -6
  875. package/dist/collection/vendor/calcite-components/OHEBCS4O.js +0 -6
  876. package/dist/collection/vendor/calcite-components/OI755RA3.js +0 -6
  877. package/dist/collection/vendor/calcite-components/OUC47AKY.js +0 -6
  878. package/dist/collection/vendor/calcite-components/PIOS7EUM.js +0 -6
  879. package/dist/collection/vendor/calcite-components/PJPFKU6T.js +0 -6
  880. package/dist/collection/vendor/calcite-components/PJT7DMRY.js +0 -6
  881. package/dist/collection/vendor/calcite-components/QDTRI7C7.js +0 -6
  882. package/dist/collection/vendor/calcite-components/QIG2J5PE.js +0 -6
  883. package/dist/collection/vendor/calcite-components/QO6KDHE7.js +0 -6
  884. package/dist/collection/vendor/calcite-components/QP3WP6XK.js +0 -6
  885. package/dist/collection/vendor/calcite-components/QRMUPTEN.js +0 -6
  886. package/dist/collection/vendor/calcite-components/QS2H5WWV.js +0 -7
  887. package/dist/collection/vendor/calcite-components/QSXIXUQG.js +0 -6
  888. package/dist/collection/vendor/calcite-components/R4UWD64I.js +0 -6
  889. package/dist/collection/vendor/calcite-components/R6R2QDCZ.js +0 -6
  890. package/dist/collection/vendor/calcite-components/R7BOWUQR.js +0 -6
  891. package/dist/collection/vendor/calcite-components/RBX4II3R.js +0 -6
  892. package/dist/collection/vendor/calcite-components/RGXKBYDS.js +0 -6
  893. package/dist/collection/vendor/calcite-components/RIG4ZWVJ.js +0 -6
  894. package/dist/collection/vendor/calcite-components/RM7DO3WC.js +0 -6
  895. package/dist/collection/vendor/calcite-components/RM7JYDOG.js +0 -6
  896. package/dist/collection/vendor/calcite-components/RS3QB5Z6.js +0 -6
  897. package/dist/collection/vendor/calcite-components/RTNOQY3F.js +0 -6
  898. package/dist/collection/vendor/calcite-components/RXFQEBLZ.js +0 -6
  899. package/dist/collection/vendor/calcite-components/S72C3HDO.js +0 -6
  900. package/dist/collection/vendor/calcite-components/SCVHHYPP.js +0 -6
  901. package/dist/collection/vendor/calcite-components/SH3ZYF5Y.js +0 -6
  902. package/dist/collection/vendor/calcite-components/SLRX7WEV.js +0 -6
  903. package/dist/collection/vendor/calcite-components/SQBCUXGV.js +0 -6
  904. package/dist/collection/vendor/calcite-components/SUMUVN3S.js +0 -6
  905. package/dist/collection/vendor/calcite-components/SUOP4NP6.js +0 -6
  906. package/dist/collection/vendor/calcite-components/SV2NJMD7.js +0 -6
  907. package/dist/collection/vendor/calcite-components/T5H4BCFU.js +0 -6
  908. package/dist/collection/vendor/calcite-components/T5XJU6AI.js +0 -24
  909. package/dist/collection/vendor/calcite-components/T6NZYTYO.js +0 -6
  910. package/dist/collection/vendor/calcite-components/TEFAP3AK.js +0 -6
  911. package/dist/collection/vendor/calcite-components/TEGL7RHQ.js +0 -6
  912. package/dist/collection/vendor/calcite-components/TGH5IJQY.js +0 -6
  913. package/dist/collection/vendor/calcite-components/TGYJTTJS.js +0 -6
  914. package/dist/collection/vendor/calcite-components/TITRCHWJ.js +0 -6
  915. package/dist/collection/vendor/calcite-components/TRYKNJDA.js +0 -6
  916. package/dist/collection/vendor/calcite-components/TYYR7NIL.js +0 -8
  917. package/dist/collection/vendor/calcite-components/TZEZTECF.js +0 -6
  918. package/dist/collection/vendor/calcite-components/U2E5SVFR.js +0 -6
  919. package/dist/collection/vendor/calcite-components/U5VSHGIS.js +0 -6
  920. package/dist/collection/vendor/calcite-components/U64XMC5X.js +0 -6
  921. package/dist/collection/vendor/calcite-components/UK4SFYVV.js +0 -6
  922. package/dist/collection/vendor/calcite-components/UKF62PNM.js +0 -6
  923. package/dist/collection/vendor/calcite-components/UOL6J47W.js +0 -6
  924. package/dist/collection/vendor/calcite-components/UV7H22PE.js +0 -6
  925. package/dist/collection/vendor/calcite-components/UXOOSEIU.js +0 -6
  926. package/dist/collection/vendor/calcite-components/UXZ36VC5.js +0 -6
  927. package/dist/collection/vendor/calcite-components/UY67UAZN.js +0 -6
  928. package/dist/collection/vendor/calcite-components/VFBARPZ3.js +0 -6
  929. package/dist/collection/vendor/calcite-components/VGYCDODV.js +0 -6
  930. package/dist/collection/vendor/calcite-components/VHXHAFDO.js +0 -6
  931. package/dist/collection/vendor/calcite-components/VN2EAAQF.js +0 -6
  932. package/dist/collection/vendor/calcite-components/VOECRNMH.js +0 -6
  933. package/dist/collection/vendor/calcite-components/VQRNTTAX.js +0 -6
  934. package/dist/collection/vendor/calcite-components/VVXJONZL.js +0 -6
  935. package/dist/collection/vendor/calcite-components/W5CGAHOI.js +0 -6
  936. package/dist/collection/vendor/calcite-components/WA7LZURK.js +0 -6
  937. package/dist/collection/vendor/calcite-components/WAAS66H6.js +0 -6
  938. package/dist/collection/vendor/calcite-components/WAE55O4U.js +0 -6
  939. package/dist/collection/vendor/calcite-components/WAXI7XKE.js +0 -6
  940. package/dist/collection/vendor/calcite-components/WEFAANMG.js +0 -6
  941. package/dist/collection/vendor/calcite-components/WH772PDM.js +0 -6
  942. package/dist/collection/vendor/calcite-components/X43KWDQ7.js +0 -6
  943. package/dist/collection/vendor/calcite-components/X5W76SNV.js +0 -6
  944. package/dist/collection/vendor/calcite-components/X6IC7EBC.js +0 -6
  945. package/dist/collection/vendor/calcite-components/XBYWX3OD.js +0 -6
  946. package/dist/collection/vendor/calcite-components/XIJN5ZXM.js +0 -6
  947. package/dist/collection/vendor/calcite-components/XKQ2CMVV.js +0 -6
  948. package/dist/collection/vendor/calcite-components/YBQG5R2L.js +0 -6
  949. package/dist/collection/vendor/calcite-components/YHWNAASP.js +0 -6
  950. package/dist/collection/vendor/calcite-components/YMNUCKVA.js +0 -6
  951. package/dist/collection/vendor/calcite-components/YMR2Q5CU.js +0 -6
  952. package/dist/collection/vendor/calcite-components/YNGSTQ4R.js +0 -6
  953. package/dist/collection/vendor/calcite-components/YP2D5DKM.js +0 -6
  954. package/dist/collection/vendor/calcite-components/YPRJFE6R.js +0 -6
  955. package/dist/collection/vendor/calcite-components/YVIEKCN2.js +0 -6
  956. package/dist/collection/vendor/calcite-components/YWM7TWVP.js +0 -6
  957. package/dist/collection/vendor/calcite-components/YZ3FOSUR.js +0 -6
  958. package/dist/collection/vendor/calcite-components/YZG67JHT.js +0 -6
  959. package/dist/collection/vendor/calcite-components/ZBSXA5F6.js +0 -6
  960. package/dist/collection/vendor/calcite-components/ZFAXCWF5.js +0 -6
  961. package/dist/collection/vendor/calcite-components/ZFKXMQJP.js +0 -6
  962. package/dist/collection/vendor/calcite-components/ZK7O524P.js +0 -6
  963. package/dist/collection/vendor/calcite-components/ZKNKPGVW.js +0 -6
  964. package/dist/collection/vendor/calcite-components/ZLFRGGT3.js +0 -6
  965. package/dist/esm/downloadUtils-1179f077.js +0 -3217
  966. package/dist/esm/helpers-bd1ff401.js +0 -841
  967. package/dist/esm/index-c247b62b.js +0 -199
  968. package/dist/esm/index-df5db8e9.js +0 -1795
  969. package/dist/esm/locale-4744c8a4.js +0 -938
  970. package/dist/esm/locale-7874c756.js +0 -155
  971. package/dist/esm/popupUtils-cfe51dfd.js +0 -119
  972. package/dist/esm/publicNotificationStore-9ec5e22a.js +0 -45
  973. package/dist/esm/solution-store-4c39c654.js +0 -1103
  974. package/dist/esm/utils-04fffcaf.js +0 -142
  975. package/dist/solutions-components/p-1d1d7e63.entry.js +0 -6
  976. package/dist/solutions-components/p-28858c2f.entry.js +0 -6
  977. package/dist/solutions-components/p-2a16aa29.entry.js +0 -6
  978. package/dist/solutions-components/p-30ea587b.entry.js +0 -6
  979. package/dist/solutions-components/p-318f5c87.entry.js +0 -6
  980. package/dist/solutions-components/p-3335285a.js +0 -21
  981. package/dist/solutions-components/p-33d03eb9.entry.js +0 -6
  982. package/dist/solutions-components/p-34b50565.entry.js +0 -6
  983. package/dist/solutions-components/p-37ae171f.entry.js +0 -6
  984. package/dist/solutions-components/p-37fe59a0.entry.js +0 -6
  985. package/dist/solutions-components/p-38814554.entry.js +0 -6
  986. package/dist/solutions-components/p-3f14b242.entry.js +0 -6
  987. package/dist/solutions-components/p-3f83917b.entry.js +0 -6
  988. package/dist/solutions-components/p-404cbf48.js +0 -36
  989. package/dist/solutions-components/p-4b98adf3.entry.js +0 -6
  990. package/dist/solutions-components/p-5093ae54.entry.js +0 -11
  991. package/dist/solutions-components/p-552fb1c0.entry.js +0 -6
  992. package/dist/solutions-components/p-6369b974.entry.js +0 -6
  993. package/dist/solutions-components/p-648b5a9e.js +0 -6
  994. package/dist/solutions-components/p-64a6162f.entry.js +0 -6
  995. package/dist/solutions-components/p-64f814dd.entry.js +0 -6
  996. package/dist/solutions-components/p-6f4e5c19.entry.js +0 -6
  997. package/dist/solutions-components/p-7dc7d3dc.entry.js +0 -6
  998. package/dist/solutions-components/p-7dc95675.js +0 -6
  999. package/dist/solutions-components/p-83ba1288.entry.js +0 -6
  1000. package/dist/solutions-components/p-8585c128.entry.js +0 -6
  1001. package/dist/solutions-components/p-8717729a.js +0 -6
  1002. package/dist/solutions-components/p-8d281f47.js +0 -488
  1003. package/dist/solutions-components/p-95d1c104.entry.js +0 -6
  1004. package/dist/solutions-components/p-97f33e9f.js +0 -6
  1005. package/dist/solutions-components/p-980d9473.entry.js +0 -6
  1006. package/dist/solutions-components/p-9e3a40bc.entry.js +0 -6
  1007. package/dist/solutions-components/p-b536e583.entry.js +0 -21
  1008. package/dist/solutions-components/p-bc8d8128.entry.js +0 -6
  1009. package/dist/solutions-components/p-be16bc80.entry.js +0 -6
  1010. package/dist/solutions-components/p-c2e57b81.entry.js +0 -6
  1011. package/dist/solutions-components/p-c50ff9f1.entry.js +0 -6
  1012. package/dist/solutions-components/p-c9686e6c.entry.js +0 -6
  1013. package/dist/solutions-components/p-d099573a.entry.js +0 -6
  1014. package/dist/solutions-components/p-d1551601.entry.js +0 -6
  1015. package/dist/solutions-components/p-d324196d.entry.js +0 -6
  1016. package/dist/solutions-components/p-d59fb1a7.entry.js +0 -6
  1017. package/dist/solutions-components/p-da1e098c.js +0 -129
  1018. package/dist/solutions-components/p-dafc6680.entry.js +0 -6
  1019. package/dist/solutions-components/p-dc704bc6.entry.js +0 -6
  1020. package/dist/solutions-components/p-e3e35c14.entry.js +0 -6
  1021. package/dist/solutions-components/p-e43c8944.entry.js +0 -21
  1022. package/dist/solutions-components/p-e5cb329f.entry.js +0 -6
  1023. package/dist/solutions-components/p-e6859850.js +0 -21
  1024. package/dist/solutions-components/p-e996c38f.js +0 -7
  1025. package/dist/solutions-components/p-ea09b078.entry.js +0 -6
  1026. package/dist/solutions-components/p-ed443a0b.entry.js +0 -6
  1027. package/dist/solutions-components/p-ee3bb943.entry.js +0 -6
  1028. package/dist/solutions-components/p-f0b1b6f6.entry.js +0 -6
  1029. package/dist/solutions-components/p-f9deadd7.entry.js +0 -6
  1030. package/dist/solutions-components/p-fe9b2c74.entry.js +0 -6
  1031. package/dist/solutions-components/p-ffe1e3a3.entry.js +0 -6
  1032. package/dist/solutions-components/vendor/calcite-components/2OHLWTVV.js +0 -6
  1033. package/dist/solutions-components/vendor/calcite-components/2YNPAPXX.js +0 -6
  1034. package/dist/solutions-components/vendor/calcite-components/3MV46GBB.js +0 -6
  1035. package/dist/solutions-components/vendor/calcite-components/3OQ2ZMWE.js +0 -6
  1036. package/dist/solutions-components/vendor/calcite-components/3VYZVKRG.js +0 -6
  1037. package/dist/solutions-components/vendor/calcite-components/3YAQ3WXL.js +0 -6
  1038. package/dist/solutions-components/vendor/calcite-components/3YMYDWGD.js +0 -6
  1039. package/dist/solutions-components/vendor/calcite-components/4BBHRHVO.js +0 -6
  1040. package/dist/solutions-components/vendor/calcite-components/4Y32YCMF.js +0 -6
  1041. package/dist/solutions-components/vendor/calcite-components/52M672S5.js +0 -6
  1042. package/dist/solutions-components/vendor/calcite-components/5DHYCNO3.js +0 -6
  1043. package/dist/solutions-components/vendor/calcite-components/5MCURGUM.js +0 -6
  1044. package/dist/solutions-components/vendor/calcite-components/5O6ZNC7G.js +0 -6
  1045. package/dist/solutions-components/vendor/calcite-components/5RROROO5.js +0 -6
  1046. package/dist/solutions-components/vendor/calcite-components/5WC57GPQ.js +0 -6
  1047. package/dist/solutions-components/vendor/calcite-components/5WSY45L7.js +0 -6
  1048. package/dist/solutions-components/vendor/calcite-components/5XKYFEBC.js +0 -6
  1049. package/dist/solutions-components/vendor/calcite-components/66KPC4YV.js +0 -6
  1050. package/dist/solutions-components/vendor/calcite-components/67MILQAM.js +0 -6
  1051. package/dist/solutions-components/vendor/calcite-components/67YJME3J.js +0 -7
  1052. package/dist/solutions-components/vendor/calcite-components/6BG6DXGU.js +0 -6
  1053. package/dist/solutions-components/vendor/calcite-components/6J7J7RFI.js +0 -6
  1054. package/dist/solutions-components/vendor/calcite-components/6KJHPKLM.js +0 -6
  1055. package/dist/solutions-components/vendor/calcite-components/6LBWQVLS.js +0 -6
  1056. package/dist/solutions-components/vendor/calcite-components/6LOB5NKS.js +0 -6
  1057. package/dist/solutions-components/vendor/calcite-components/74AHNYT6.js +0 -6
  1058. package/dist/solutions-components/vendor/calcite-components/75LS6AUK.js +0 -6
  1059. package/dist/solutions-components/vendor/calcite-components/7AC4OZRT.js +0 -6
  1060. package/dist/solutions-components/vendor/calcite-components/7CTQOYNN.js +0 -6
  1061. package/dist/solutions-components/vendor/calcite-components/7IMTQM3A.js +0 -6
  1062. package/dist/solutions-components/vendor/calcite-components/7NNFVP5Y.js +0 -6
  1063. package/dist/solutions-components/vendor/calcite-components/7PLH76D5.js +0 -6
  1064. package/dist/solutions-components/vendor/calcite-components/7SRUH72U.js +0 -6
  1065. package/dist/solutions-components/vendor/calcite-components/7WIMMB52.js +0 -6
  1066. package/dist/solutions-components/vendor/calcite-components/A3TZO3T4.js +0 -6
  1067. package/dist/solutions-components/vendor/calcite-components/A4JSLISH.js +0 -7
  1068. package/dist/solutions-components/vendor/calcite-components/A77L2PAE.js +0 -6
  1069. package/dist/solutions-components/vendor/calcite-components/AAJZVCOQ.js +0 -6
  1070. package/dist/solutions-components/vendor/calcite-components/AK7JTREX.js +0 -6
  1071. package/dist/solutions-components/vendor/calcite-components/APJDJGRX.js +0 -6
  1072. package/dist/solutions-components/vendor/calcite-components/B7XAXKYO.js +0 -6
  1073. package/dist/solutions-components/vendor/calcite-components/B7YRQCNE.js +0 -6
  1074. package/dist/solutions-components/vendor/calcite-components/BAAOO7UE.js +0 -6
  1075. package/dist/solutions-components/vendor/calcite-components/BKJX2UVI.js +0 -6
  1076. package/dist/solutions-components/vendor/calcite-components/BMTT77MQ.js +0 -6
  1077. package/dist/solutions-components/vendor/calcite-components/BMULWGQL.js +0 -6
  1078. package/dist/solutions-components/vendor/calcite-components/BOOD43TE.js +0 -6
  1079. package/dist/solutions-components/vendor/calcite-components/BT6BGDUQ.js +0 -6
  1080. package/dist/solutions-components/vendor/calcite-components/C4BI2I6X.js +0 -6
  1081. package/dist/solutions-components/vendor/calcite-components/CARSEP6Y.js +0 -6
  1082. package/dist/solutions-components/vendor/calcite-components/CARUWMRC.js +0 -6
  1083. package/dist/solutions-components/vendor/calcite-components/CGP5NAVZ.js +0 -6
  1084. package/dist/solutions-components/vendor/calcite-components/CHPU2ORW.js +0 -6
  1085. package/dist/solutions-components/vendor/calcite-components/CKCZ6NNQ.js +0 -6
  1086. package/dist/solutions-components/vendor/calcite-components/CLWQ573O.js +0 -6
  1087. package/dist/solutions-components/vendor/calcite-components/COVTDEEB.js +0 -6
  1088. package/dist/solutions-components/vendor/calcite-components/CSDMYGZU.js +0 -6
  1089. package/dist/solutions-components/vendor/calcite-components/CSR5Q44Q.js +0 -6
  1090. package/dist/solutions-components/vendor/calcite-components/CWDZ4NQP.js +0 -6
  1091. package/dist/solutions-components/vendor/calcite-components/D7V3NS2J.js +0 -6
  1092. package/dist/solutions-components/vendor/calcite-components/DHITRFFR.js +0 -6
  1093. package/dist/solutions-components/vendor/calcite-components/DL6GCZF7.js +0 -6
  1094. package/dist/solutions-components/vendor/calcite-components/DPLQUB7Z.js +0 -6
  1095. package/dist/solutions-components/vendor/calcite-components/DQWJPC22.js +0 -6
  1096. package/dist/solutions-components/vendor/calcite-components/DRM7BNH3.js +0 -6
  1097. package/dist/solutions-components/vendor/calcite-components/DWIP44NC.js +0 -6
  1098. package/dist/solutions-components/vendor/calcite-components/E3RER5S3.js +0 -6
  1099. package/dist/solutions-components/vendor/calcite-components/ECWNOIEW.js +0 -6
  1100. package/dist/solutions-components/vendor/calcite-components/EPKORG4B.js +0 -6
  1101. package/dist/solutions-components/vendor/calcite-components/ERE76CER.js +0 -6
  1102. package/dist/solutions-components/vendor/calcite-components/EU5GIDX7.js +0 -6
  1103. package/dist/solutions-components/vendor/calcite-components/FB6NATRQ.js +0 -6
  1104. package/dist/solutions-components/vendor/calcite-components/FHAIE7PW.js +0 -6
  1105. package/dist/solutions-components/vendor/calcite-components/FITCS5RA.js +0 -6
  1106. package/dist/solutions-components/vendor/calcite-components/FJUGYL5W.js +0 -6
  1107. package/dist/solutions-components/vendor/calcite-components/FP5CKCOM.js +0 -6
  1108. package/dist/solutions-components/vendor/calcite-components/FQ6G6HKC.js +0 -6
  1109. package/dist/solutions-components/vendor/calcite-components/FQTOWUOI.js +0 -6
  1110. package/dist/solutions-components/vendor/calcite-components/FSBJYIK7.js +0 -6
  1111. package/dist/solutions-components/vendor/calcite-components/FUR5QRYV.js +0 -6
  1112. package/dist/solutions-components/vendor/calcite-components/FV5F4TOB.js +0 -30
  1113. package/dist/solutions-components/vendor/calcite-components/GHRW2Z4J.js +0 -6
  1114. package/dist/solutions-components/vendor/calcite-components/GKLGNYAX.js +0 -6
  1115. package/dist/solutions-components/vendor/calcite-components/GRGOLBJ6.js +0 -6
  1116. package/dist/solutions-components/vendor/calcite-components/H2QNORW6.js +0 -6
  1117. package/dist/solutions-components/vendor/calcite-components/H6JENZS2.js +0 -6
  1118. package/dist/solutions-components/vendor/calcite-components/HE6ZJBOG.js +0 -6
  1119. package/dist/solutions-components/vendor/calcite-components/HEYQRNVV.js +0 -6
  1120. package/dist/solutions-components/vendor/calcite-components/HJ7LTJIL.js +0 -6
  1121. package/dist/solutions-components/vendor/calcite-components/HUXUCABV.js +0 -6
  1122. package/dist/solutions-components/vendor/calcite-components/HVG3FNW6.js +0 -6
  1123. package/dist/solutions-components/vendor/calcite-components/I5RDDH5E.js +0 -6
  1124. package/dist/solutions-components/vendor/calcite-components/IGLINVEB.js +0 -6
  1125. package/dist/solutions-components/vendor/calcite-components/IH6XHUKC.js +0 -6
  1126. package/dist/solutions-components/vendor/calcite-components/IN4OTIGO.js +0 -6
  1127. package/dist/solutions-components/vendor/calcite-components/IOQ5NGFA.js +0 -6
  1128. package/dist/solutions-components/vendor/calcite-components/ITIJ42U7.js +0 -6
  1129. package/dist/solutions-components/vendor/calcite-components/ITILALYC.js +0 -6
  1130. package/dist/solutions-components/vendor/calcite-components/J3NSY2Y7.js +0 -6
  1131. package/dist/solutions-components/vendor/calcite-components/J4RAJYKF.js +0 -6
  1132. package/dist/solutions-components/vendor/calcite-components/J6IGXQYQ.js +0 -6
  1133. package/dist/solutions-components/vendor/calcite-components/JA2ML5I6.js +0 -6
  1134. package/dist/solutions-components/vendor/calcite-components/JOTIQZAS.js +0 -6
  1135. package/dist/solutions-components/vendor/calcite-components/JULIKI65.js +0 -6
  1136. package/dist/solutions-components/vendor/calcite-components/JW6QBCWN.js +0 -6
  1137. package/dist/solutions-components/vendor/calcite-components/JWIQZFGO.js +0 -6
  1138. package/dist/solutions-components/vendor/calcite-components/K4HQ6WGE.js +0 -6
  1139. package/dist/solutions-components/vendor/calcite-components/K4OPLD7F.js +0 -6
  1140. package/dist/solutions-components/vendor/calcite-components/KHULIKKP.js +0 -7
  1141. package/dist/solutions-components/vendor/calcite-components/KRZMNBJS.js +0 -6
  1142. package/dist/solutions-components/vendor/calcite-components/LDAXCWWP.js +0 -6
  1143. package/dist/solutions-components/vendor/calcite-components/LMRFYM2J.js +0 -6
  1144. package/dist/solutions-components/vendor/calcite-components/LSUXEOMN.js +0 -6
  1145. package/dist/solutions-components/vendor/calcite-components/M5BOCCQL.js +0 -6
  1146. package/dist/solutions-components/vendor/calcite-components/M5XI6NNV.js +0 -6
  1147. package/dist/solutions-components/vendor/calcite-components/M7MOBM7M.js +0 -6
  1148. package/dist/solutions-components/vendor/calcite-components/MA2YIQZL.js +0 -6
  1149. package/dist/solutions-components/vendor/calcite-components/MBJAGWVS.js +0 -6
  1150. package/dist/solutions-components/vendor/calcite-components/MI3BWAKN.js +0 -6
  1151. package/dist/solutions-components/vendor/calcite-components/MOO4BCRV.js +0 -6
  1152. package/dist/solutions-components/vendor/calcite-components/MVHJMI6L.js +0 -6
  1153. package/dist/solutions-components/vendor/calcite-components/MZRLL3GR.js +0 -6
  1154. package/dist/solutions-components/vendor/calcite-components/N2FZGLE3.js +0 -6
  1155. package/dist/solutions-components/vendor/calcite-components/N2UM5A2L.js +0 -6
  1156. package/dist/solutions-components/vendor/calcite-components/NNL2N4OB.js +0 -6
  1157. package/dist/solutions-components/vendor/calcite-components/NP3SY2AL.js +0 -6
  1158. package/dist/solutions-components/vendor/calcite-components/NPYZ3JS7.js +0 -6
  1159. package/dist/solutions-components/vendor/calcite-components/NS47CSEP.js +0 -6
  1160. package/dist/solutions-components/vendor/calcite-components/NSL6XZ2B.js +0 -6
  1161. package/dist/solutions-components/vendor/calcite-components/NW4BVBVD.js +0 -6
  1162. package/dist/solutions-components/vendor/calcite-components/O66NAEPJ.js +0 -6
  1163. package/dist/solutions-components/vendor/calcite-components/OA55VNGP.js +0 -6
  1164. package/dist/solutions-components/vendor/calcite-components/OHEBCS4O.js +0 -6
  1165. package/dist/solutions-components/vendor/calcite-components/OI755RA3.js +0 -6
  1166. package/dist/solutions-components/vendor/calcite-components/OUC47AKY.js +0 -6
  1167. package/dist/solutions-components/vendor/calcite-components/PIOS7EUM.js +0 -6
  1168. package/dist/solutions-components/vendor/calcite-components/PJPFKU6T.js +0 -6
  1169. package/dist/solutions-components/vendor/calcite-components/PJT7DMRY.js +0 -6
  1170. package/dist/solutions-components/vendor/calcite-components/QDTRI7C7.js +0 -6
  1171. package/dist/solutions-components/vendor/calcite-components/QIG2J5PE.js +0 -6
  1172. package/dist/solutions-components/vendor/calcite-components/QO6KDHE7.js +0 -6
  1173. package/dist/solutions-components/vendor/calcite-components/QP3WP6XK.js +0 -6
  1174. package/dist/solutions-components/vendor/calcite-components/QRMUPTEN.js +0 -6
  1175. package/dist/solutions-components/vendor/calcite-components/QS2H5WWV.js +0 -7
  1176. package/dist/solutions-components/vendor/calcite-components/QSXIXUQG.js +0 -6
  1177. package/dist/solutions-components/vendor/calcite-components/R4UWD64I.js +0 -6
  1178. package/dist/solutions-components/vendor/calcite-components/R6R2QDCZ.js +0 -6
  1179. package/dist/solutions-components/vendor/calcite-components/R7BOWUQR.js +0 -6
  1180. package/dist/solutions-components/vendor/calcite-components/RBX4II3R.js +0 -6
  1181. package/dist/solutions-components/vendor/calcite-components/RGXKBYDS.js +0 -6
  1182. package/dist/solutions-components/vendor/calcite-components/RIG4ZWVJ.js +0 -6
  1183. package/dist/solutions-components/vendor/calcite-components/RM7DO3WC.js +0 -6
  1184. package/dist/solutions-components/vendor/calcite-components/RM7JYDOG.js +0 -6
  1185. package/dist/solutions-components/vendor/calcite-components/RS3QB5Z6.js +0 -6
  1186. package/dist/solutions-components/vendor/calcite-components/RTNOQY3F.js +0 -6
  1187. package/dist/solutions-components/vendor/calcite-components/RXFQEBLZ.js +0 -6
  1188. package/dist/solutions-components/vendor/calcite-components/S72C3HDO.js +0 -6
  1189. package/dist/solutions-components/vendor/calcite-components/SCVHHYPP.js +0 -6
  1190. package/dist/solutions-components/vendor/calcite-components/SH3ZYF5Y.js +0 -6
  1191. package/dist/solutions-components/vendor/calcite-components/SLRX7WEV.js +0 -6
  1192. package/dist/solutions-components/vendor/calcite-components/SQBCUXGV.js +0 -6
  1193. package/dist/solutions-components/vendor/calcite-components/SUMUVN3S.js +0 -6
  1194. package/dist/solutions-components/vendor/calcite-components/SUOP4NP6.js +0 -6
  1195. package/dist/solutions-components/vendor/calcite-components/SV2NJMD7.js +0 -6
  1196. package/dist/solutions-components/vendor/calcite-components/T5H4BCFU.js +0 -6
  1197. package/dist/solutions-components/vendor/calcite-components/T5XJU6AI.js +0 -24
  1198. package/dist/solutions-components/vendor/calcite-components/T6NZYTYO.js +0 -6
  1199. package/dist/solutions-components/vendor/calcite-components/TEFAP3AK.js +0 -6
  1200. package/dist/solutions-components/vendor/calcite-components/TEGL7RHQ.js +0 -6
  1201. package/dist/solutions-components/vendor/calcite-components/TGH5IJQY.js +0 -6
  1202. package/dist/solutions-components/vendor/calcite-components/TGYJTTJS.js +0 -6
  1203. package/dist/solutions-components/vendor/calcite-components/TITRCHWJ.js +0 -6
  1204. package/dist/solutions-components/vendor/calcite-components/TRYKNJDA.js +0 -6
  1205. package/dist/solutions-components/vendor/calcite-components/TYYR7NIL.js +0 -8
  1206. package/dist/solutions-components/vendor/calcite-components/TZEZTECF.js +0 -6
  1207. package/dist/solutions-components/vendor/calcite-components/U2E5SVFR.js +0 -6
  1208. package/dist/solutions-components/vendor/calcite-components/U5VSHGIS.js +0 -6
  1209. package/dist/solutions-components/vendor/calcite-components/U64XMC5X.js +0 -6
  1210. package/dist/solutions-components/vendor/calcite-components/UK4SFYVV.js +0 -6
  1211. package/dist/solutions-components/vendor/calcite-components/UKF62PNM.js +0 -6
  1212. package/dist/solutions-components/vendor/calcite-components/UOL6J47W.js +0 -6
  1213. package/dist/solutions-components/vendor/calcite-components/UV7H22PE.js +0 -6
  1214. package/dist/solutions-components/vendor/calcite-components/UXOOSEIU.js +0 -6
  1215. package/dist/solutions-components/vendor/calcite-components/UXZ36VC5.js +0 -6
  1216. package/dist/solutions-components/vendor/calcite-components/UY67UAZN.js +0 -6
  1217. package/dist/solutions-components/vendor/calcite-components/VFBARPZ3.js +0 -6
  1218. package/dist/solutions-components/vendor/calcite-components/VGYCDODV.js +0 -6
  1219. package/dist/solutions-components/vendor/calcite-components/VHXHAFDO.js +0 -6
  1220. package/dist/solutions-components/vendor/calcite-components/VN2EAAQF.js +0 -6
  1221. package/dist/solutions-components/vendor/calcite-components/VOECRNMH.js +0 -6
  1222. package/dist/solutions-components/vendor/calcite-components/VQRNTTAX.js +0 -6
  1223. package/dist/solutions-components/vendor/calcite-components/VVXJONZL.js +0 -6
  1224. package/dist/solutions-components/vendor/calcite-components/W5CGAHOI.js +0 -6
  1225. package/dist/solutions-components/vendor/calcite-components/WA7LZURK.js +0 -6
  1226. package/dist/solutions-components/vendor/calcite-components/WAAS66H6.js +0 -6
  1227. package/dist/solutions-components/vendor/calcite-components/WAE55O4U.js +0 -6
  1228. package/dist/solutions-components/vendor/calcite-components/WAXI7XKE.js +0 -6
  1229. package/dist/solutions-components/vendor/calcite-components/WEFAANMG.js +0 -6
  1230. package/dist/solutions-components/vendor/calcite-components/WH772PDM.js +0 -6
  1231. package/dist/solutions-components/vendor/calcite-components/X43KWDQ7.js +0 -6
  1232. package/dist/solutions-components/vendor/calcite-components/X5W76SNV.js +0 -6
  1233. package/dist/solutions-components/vendor/calcite-components/X6IC7EBC.js +0 -6
  1234. package/dist/solutions-components/vendor/calcite-components/XBYWX3OD.js +0 -6
  1235. package/dist/solutions-components/vendor/calcite-components/XIJN5ZXM.js +0 -6
  1236. package/dist/solutions-components/vendor/calcite-components/XKQ2CMVV.js +0 -6
  1237. package/dist/solutions-components/vendor/calcite-components/YBQG5R2L.js +0 -6
  1238. package/dist/solutions-components/vendor/calcite-components/YHWNAASP.js +0 -6
  1239. package/dist/solutions-components/vendor/calcite-components/YMNUCKVA.js +0 -6
  1240. package/dist/solutions-components/vendor/calcite-components/YMR2Q5CU.js +0 -6
  1241. package/dist/solutions-components/vendor/calcite-components/YNGSTQ4R.js +0 -6
  1242. package/dist/solutions-components/vendor/calcite-components/YP2D5DKM.js +0 -6
  1243. package/dist/solutions-components/vendor/calcite-components/YPRJFE6R.js +0 -6
  1244. package/dist/solutions-components/vendor/calcite-components/YVIEKCN2.js +0 -6
  1245. package/dist/solutions-components/vendor/calcite-components/YWM7TWVP.js +0 -6
  1246. package/dist/solutions-components/vendor/calcite-components/YZ3FOSUR.js +0 -6
  1247. package/dist/solutions-components/vendor/calcite-components/YZG67JHT.js +0 -6
  1248. package/dist/solutions-components/vendor/calcite-components/ZBSXA5F6.js +0 -6
  1249. package/dist/solutions-components/vendor/calcite-components/ZFAXCWF5.js +0 -6
  1250. package/dist/solutions-components/vendor/calcite-components/ZFKXMQJP.js +0 -6
  1251. package/dist/solutions-components/vendor/calcite-components/ZK7O524P.js +0 -6
  1252. package/dist/solutions-components/vendor/calcite-components/ZKNKPGVW.js +0 -6
  1253. package/dist/solutions-components/vendor/calcite-components/ZLFRGGT3.js +0 -6
@@ -0,0 +1,1901 @@
1
+ /*!
2
+ * Copyright 2022 Esri
3
+ * Licensed under the Apache License, Version 2.0
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ 'use strict';
7
+
8
+ function _interopNamespace(e) {
9
+ if (e && e.__esModule) return e;
10
+ var n = Object.create(null);
11
+ if (e) {
12
+ Object.keys(e).forEach(function (k) {
13
+ if (k !== 'default') {
14
+ var d = Object.getOwnPropertyDescriptor(e, k);
15
+ Object.defineProperty(n, k, d.get ? d : {
16
+ enumerable: true,
17
+ get: function () {
18
+ return e[k];
19
+ }
20
+ });
21
+ }
22
+ });
23
+ }
24
+ n['default'] = e;
25
+ return Object.freeze(n);
26
+ }
27
+
28
+ const NAMESPACE = 'solutions-components';
29
+ const BUILD = /* solutions-components */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: true, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: true, 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, modernPropertyDecls: true, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, 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: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: true };
30
+
31
+ /*
32
+ Stencil Client Platform v4.24.0 | MIT Licensed | https://stenciljs.com
33
+ */
34
+ var __defProp = Object.defineProperty;
35
+ var __export = (target, all) => {
36
+ for (var name in all)
37
+ __defProp(target, name, { get: all[name], enumerable: true });
38
+ };
39
+
40
+ // src/utils/constants.ts
41
+ var SVG_NS = "http://www.w3.org/2000/svg";
42
+ var HTML_NS = "http://www.w3.org/1999/xhtml";
43
+
44
+ // src/client/client-host-ref.ts
45
+ var hostRefs = /* @__PURE__ */ new WeakMap();
46
+ var getHostRef = (ref) => hostRefs.get(ref);
47
+ var registerInstance = (lazyInstance, hostRef) => {
48
+ hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
49
+ {
50
+ reWireGetterSetter(lazyInstance, hostRef);
51
+ }
52
+ };
53
+ var registerHost = (hostElement, cmpMeta) => {
54
+ const hostRef = {
55
+ $flags$: 0,
56
+ $hostElement$: hostElement,
57
+ $cmpMeta$: cmpMeta,
58
+ $instanceValues$: /* @__PURE__ */ new Map()
59
+ };
60
+ {
61
+ hostRef.$onInstancePromise$ = new Promise((r) => hostRef.$onInstanceResolve$ = r);
62
+ }
63
+ {
64
+ hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
65
+ hostElement["s-p"] = [];
66
+ hostElement["s-rc"] = [];
67
+ }
68
+ const ref = hostRefs.set(hostElement, hostRef);
69
+ return ref;
70
+ };
71
+ var isMemberInElement = (elm, memberName) => memberName in elm;
72
+ var reWireGetterSetter = (instance, hostRef) => {
73
+ var _a;
74
+ const cmpMeta = hostRef.$cmpMeta$;
75
+ const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
76
+ members.map(([memberName, [memberFlags]]) => {
77
+ if ((memberFlags & 31 /* Prop */ || memberFlags & 32 /* State */)) {
78
+ const ogValue = instance[memberName];
79
+ const ogDescriptor = Object.getOwnPropertyDescriptor(Object.getPrototypeOf(instance), memberName);
80
+ Object.defineProperty(instance, memberName, {
81
+ get() {
82
+ return ogDescriptor.get.call(this);
83
+ },
84
+ set(newValue) {
85
+ ogDescriptor.set.call(this, newValue);
86
+ },
87
+ configurable: true,
88
+ enumerable: true
89
+ });
90
+ instance[memberName] = hostRef.$instanceValues$.has(memberName) ? hostRef.$instanceValues$.get(memberName) : ogValue;
91
+ }
92
+ });
93
+ };
94
+ var consoleError = (e, el) => (0, console.error)(e, el);
95
+
96
+ // src/client/client-load-module.ts
97
+ var cmpModules = /* @__PURE__ */ new Map();
98
+ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
99
+ const exportName = cmpMeta.$tagName$.replace(/-/g, "_");
100
+ const bundleId = cmpMeta.$lazyBundleId$;
101
+ if (!bundleId) {
102
+ return void 0;
103
+ }
104
+ const module = cmpModules.get(bundleId) ;
105
+ if (module) {
106
+ return module[exportName];
107
+ }
108
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/
109
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
110
+ /* @vite-ignore */
111
+ /* webpackInclude: /\.entry\.js$/ */
112
+ /* webpackExclude: /\.system\.entry\.js$/ */
113
+ /* webpackMode: "lazy" */
114
+ `./${bundleId}.entry.js${""}`
115
+ )); }).then((importedModule) => {
116
+ {
117
+ cmpModules.set(bundleId, importedModule);
118
+ }
119
+ return importedModule[exportName];
120
+ }, consoleError);
121
+ };
122
+
123
+ // src/client/client-style.ts
124
+ var styles = /* @__PURE__ */ new Map();
125
+ var HYDRATED_STYLE_ID = "sty-id";
126
+ var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
127
+ var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
128
+ var win = typeof window !== "undefined" ? window : {};
129
+ var doc = win.document || { head: {} };
130
+ var plt = {
131
+ $flags$: 0,
132
+ $resourcesUrl$: "",
133
+ jmp: (h2) => h2(),
134
+ raf: (h2) => requestAnimationFrame(h2),
135
+ ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
136
+ rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
137
+ ce: (eventName, opts) => new CustomEvent(eventName, opts)
138
+ };
139
+ var supportsListenerOptions = /* @__PURE__ */ (() => {
140
+ let supportsListenerOptions2 = false;
141
+ try {
142
+ doc.addEventListener(
143
+ "e",
144
+ null,
145
+ Object.defineProperty({}, "passive", {
146
+ get() {
147
+ supportsListenerOptions2 = true;
148
+ }
149
+ })
150
+ );
151
+ } catch (e) {
152
+ }
153
+ return supportsListenerOptions2;
154
+ })();
155
+ var promiseResolve = (v) => Promise.resolve(v);
156
+ var supportsConstructableStylesheets = /* @__PURE__ */ (() => {
157
+ try {
158
+ new CSSStyleSheet();
159
+ return typeof new CSSStyleSheet().replaceSync === "function";
160
+ } catch (e) {
161
+ }
162
+ return false;
163
+ })() ;
164
+ var queuePending = false;
165
+ var queueDomReads = [];
166
+ var queueDomWrites = [];
167
+ var queueTask = (queue, write) => (cb) => {
168
+ queue.push(cb);
169
+ if (!queuePending) {
170
+ queuePending = true;
171
+ if (write && plt.$flags$ & 4 /* queueSync */) {
172
+ nextTick(flush);
173
+ } else {
174
+ plt.raf(flush);
175
+ }
176
+ }
177
+ };
178
+ var consume = (queue) => {
179
+ for (let i2 = 0; i2 < queue.length; i2++) {
180
+ try {
181
+ queue[i2](performance.now());
182
+ } catch (e) {
183
+ consoleError(e);
184
+ }
185
+ }
186
+ queue.length = 0;
187
+ };
188
+ var flush = () => {
189
+ consume(queueDomReads);
190
+ {
191
+ consume(queueDomWrites);
192
+ if (queuePending = queueDomReads.length > 0) {
193
+ plt.raf(flush);
194
+ }
195
+ }
196
+ };
197
+ var nextTick = (cb) => promiseResolve().then(cb);
198
+ var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
199
+
200
+ // src/runtime/asset-path.ts
201
+ var getAssetPath = (path) => {
202
+ const assetUrl = new URL(path, plt.$resourcesUrl$);
203
+ return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
204
+ };
205
+
206
+ // src/utils/helpers.ts
207
+ var isDef = (v) => v != null && v !== void 0;
208
+ var isComplexType = (o) => {
209
+ o = typeof o;
210
+ return o === "object" || o === "function";
211
+ };
212
+
213
+ // src/utils/query-nonce-meta-tag-content.ts
214
+ function queryNonceMetaTagContent(doc2) {
215
+ var _a, _b, _c;
216
+ 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;
217
+ }
218
+
219
+ // src/utils/result.ts
220
+ var result_exports = {};
221
+ __export(result_exports, {
222
+ err: () => err,
223
+ map: () => map,
224
+ ok: () => ok,
225
+ unwrap: () => unwrap,
226
+ unwrapErr: () => unwrapErr
227
+ });
228
+ var ok = (value) => ({
229
+ isOk: true,
230
+ isErr: false,
231
+ value
232
+ });
233
+ var err = (value) => ({
234
+ isOk: false,
235
+ isErr: true,
236
+ value
237
+ });
238
+ function map(result, fn) {
239
+ if (result.isOk) {
240
+ const val = fn(result.value);
241
+ if (val instanceof Promise) {
242
+ return val.then((newVal) => ok(newVal));
243
+ } else {
244
+ return ok(val);
245
+ }
246
+ }
247
+ if (result.isErr) {
248
+ const value = result.value;
249
+ return err(value);
250
+ }
251
+ throw "should never get here";
252
+ }
253
+ var unwrap = (result) => {
254
+ if (result.isOk) {
255
+ return result.value;
256
+ } else {
257
+ throw result.value;
258
+ }
259
+ };
260
+ var unwrapErr = (result) => {
261
+ if (result.isErr) {
262
+ return result.value;
263
+ } else {
264
+ throw result.value;
265
+ }
266
+ };
267
+ var updateFallbackSlotVisibility = (elm) => {
268
+ const childNodes = elm.__childNodes || elm.childNodes;
269
+ if (elm.tagName && elm.tagName.includes("-") && elm["s-cr"] && elm.tagName !== "SLOT-FB") {
270
+ getHostSlotNodes(childNodes, elm.tagName).forEach((slotNode) => {
271
+ var _a;
272
+ if (slotNode.nodeType === 1 /* ElementNode */ && slotNode.tagName === "SLOT-FB") {
273
+ if ((_a = getHostSlotChildNodes(slotNode, slotNode["s-sn"], false)) == null ? void 0 : _a.length) {
274
+ slotNode.hidden = true;
275
+ } else {
276
+ slotNode.hidden = false;
277
+ }
278
+ }
279
+ });
280
+ }
281
+ for (const childNode of childNodes) {
282
+ if (childNode.nodeType === 1 /* ElementNode */ && (childNode.__childNodes || childNode.childNodes).length) {
283
+ updateFallbackSlotVisibility(childNode);
284
+ }
285
+ }
286
+ };
287
+ function getHostSlotNodes(childNodes, hostName, slotName) {
288
+ let i2 = 0;
289
+ let slottedNodes = [];
290
+ let childNode;
291
+ for (; i2 < childNodes.length; i2++) {
292
+ childNode = childNodes[i2];
293
+ if (childNode["s-sr"] && childNode["s-hn"] === hostName && (slotName === void 0 || childNode["s-sn"] === slotName)) {
294
+ slottedNodes.push(childNode);
295
+ if (typeof slotName !== "undefined") return slottedNodes;
296
+ }
297
+ slottedNodes = [...slottedNodes, ...getHostSlotNodes(childNode.childNodes, hostName, slotName)];
298
+ }
299
+ return slottedNodes;
300
+ }
301
+ var getHostSlotChildNodes = (node, slotName, includeSlot = true) => {
302
+ const childNodes = [];
303
+ if (includeSlot && node["s-sr"] || !node["s-sr"]) childNodes.push(node);
304
+ while ((node = node.nextSibling) && node["s-sn"] === slotName) {
305
+ childNodes.push(node);
306
+ }
307
+ return childNodes;
308
+ };
309
+ var isNodeLocatedInSlot = (nodeToRelocate, slotName) => {
310
+ if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
311
+ if (nodeToRelocate.getAttribute("slot") === null && slotName === "") {
312
+ return true;
313
+ }
314
+ if (nodeToRelocate.getAttribute("slot") === slotName) {
315
+ return true;
316
+ }
317
+ return false;
318
+ }
319
+ if (nodeToRelocate["s-sn"] === slotName) {
320
+ return true;
321
+ }
322
+ return slotName === "";
323
+ };
324
+ var createTime = (fnName, tagName = "") => {
325
+ {
326
+ return () => {
327
+ return;
328
+ };
329
+ }
330
+ };
331
+ var uniqueTime = (key, measureText) => {
332
+ {
333
+ return () => {
334
+ return;
335
+ };
336
+ }
337
+ };
338
+ var h = (nodeName, vnodeData, ...children) => {
339
+ let child = null;
340
+ let key = null;
341
+ let slotName = null;
342
+ let simple = false;
343
+ let lastSimple = false;
344
+ const vNodeChildren = [];
345
+ const walk = (c) => {
346
+ for (let i2 = 0; i2 < c.length; i2++) {
347
+ child = c[i2];
348
+ if (Array.isArray(child)) {
349
+ walk(child);
350
+ } else if (child != null && typeof child !== "boolean") {
351
+ if (simple = typeof nodeName !== "function" && !isComplexType(child)) {
352
+ child = String(child);
353
+ }
354
+ if (simple && lastSimple) {
355
+ vNodeChildren[vNodeChildren.length - 1].$text$ += child;
356
+ } else {
357
+ vNodeChildren.push(simple ? newVNode(null, child) : child);
358
+ }
359
+ lastSimple = simple;
360
+ }
361
+ }
362
+ };
363
+ walk(children);
364
+ if (vnodeData) {
365
+ if (vnodeData.key) {
366
+ key = vnodeData.key;
367
+ }
368
+ if (vnodeData.name) {
369
+ slotName = vnodeData.name;
370
+ }
371
+ {
372
+ const classData = vnodeData.className || vnodeData.class;
373
+ if (classData) {
374
+ vnodeData.class = typeof classData !== "object" ? classData : Object.keys(classData).filter((k) => classData[k]).join(" ");
375
+ }
376
+ }
377
+ }
378
+ if (typeof nodeName === "function") {
379
+ return nodeName(
380
+ vnodeData === null ? {} : vnodeData,
381
+ vNodeChildren,
382
+ vdomFnUtils
383
+ );
384
+ }
385
+ const vnode = newVNode(nodeName, null);
386
+ vnode.$attrs$ = vnodeData;
387
+ if (vNodeChildren.length > 0) {
388
+ vnode.$children$ = vNodeChildren;
389
+ }
390
+ {
391
+ vnode.$key$ = key;
392
+ }
393
+ {
394
+ vnode.$name$ = slotName;
395
+ }
396
+ return vnode;
397
+ };
398
+ var newVNode = (tag, text) => {
399
+ const vnode = {
400
+ $flags$: 0,
401
+ $tag$: tag,
402
+ $text$: text,
403
+ $elm$: null,
404
+ $children$: null
405
+ };
406
+ {
407
+ vnode.$attrs$ = null;
408
+ }
409
+ {
410
+ vnode.$key$ = null;
411
+ }
412
+ {
413
+ vnode.$name$ = null;
414
+ }
415
+ return vnode;
416
+ };
417
+ var Host = {};
418
+ var isHost = (node) => node && node.$tag$ === Host;
419
+ var vdomFnUtils = {
420
+ forEach: (children, cb) => children.map(convertToPublic).forEach(cb),
421
+ map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate)
422
+ };
423
+ var convertToPublic = (node) => ({
424
+ vattrs: node.$attrs$,
425
+ vchildren: node.$children$,
426
+ vkey: node.$key$,
427
+ vname: node.$name$,
428
+ vtag: node.$tag$,
429
+ vtext: node.$text$
430
+ });
431
+ var convertToPrivate = (node) => {
432
+ if (typeof node.vtag === "function") {
433
+ const vnodeData = { ...node.vattrs };
434
+ if (node.vkey) {
435
+ vnodeData.key = node.vkey;
436
+ }
437
+ if (node.vname) {
438
+ vnodeData.name = node.vname;
439
+ }
440
+ return h(node.vtag, vnodeData, ...node.vchildren || []);
441
+ }
442
+ const vnode = newVNode(node.vtag, node.vtext);
443
+ vnode.$attrs$ = node.vattrs;
444
+ vnode.$children$ = node.vchildren;
445
+ vnode.$key$ = node.vkey;
446
+ vnode.$name$ = node.vname;
447
+ return vnode;
448
+ };
449
+ var parsePropertyValue = (propValue, propType) => {
450
+ if (propValue != null && !isComplexType(propValue)) {
451
+ if (propType & 4 /* Boolean */) {
452
+ return propValue === "false" ? false : propValue === "" || !!propValue;
453
+ }
454
+ if (propType & 2 /* Number */) {
455
+ return parseFloat(propValue);
456
+ }
457
+ if (propType & 1 /* String */) {
458
+ return String(propValue);
459
+ }
460
+ return propValue;
461
+ }
462
+ return propValue;
463
+ };
464
+ var getElement = (ref) => getHostRef(ref).$hostElement$ ;
465
+
466
+ // src/runtime/event-emitter.ts
467
+ var createEvent = (ref, name, flags) => {
468
+ const elm = getElement(ref);
469
+ return {
470
+ emit: (detail) => {
471
+ return emitEvent(elm, name, {
472
+ bubbles: !!(flags & 4 /* Bubbles */),
473
+ composed: !!(flags & 2 /* Composed */),
474
+ cancelable: !!(flags & 1 /* Cancellable */),
475
+ detail
476
+ });
477
+ }
478
+ };
479
+ };
480
+ var emitEvent = (elm, name, opts) => {
481
+ const ev = plt.ce(name, opts);
482
+ elm.dispatchEvent(ev);
483
+ return ev;
484
+ };
485
+ var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
486
+ var registerStyle = (scopeId2, cssText, allowCS) => {
487
+ let style = styles.get(scopeId2);
488
+ if (supportsConstructableStylesheets && allowCS) {
489
+ style = style || new CSSStyleSheet();
490
+ if (typeof style === "string") {
491
+ style = cssText;
492
+ } else {
493
+ style.replaceSync(cssText);
494
+ }
495
+ } else {
496
+ style = cssText;
497
+ }
498
+ styles.set(scopeId2, style);
499
+ };
500
+ var addStyle = (styleContainerNode, cmpMeta, mode) => {
501
+ var _a;
502
+ const scopeId2 = getScopeId(cmpMeta);
503
+ const style = styles.get(scopeId2);
504
+ styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;
505
+ if (style) {
506
+ if (typeof style === "string") {
507
+ styleContainerNode = styleContainerNode.head || styleContainerNode;
508
+ let appliedStyles = rootAppliedStyles.get(styleContainerNode);
509
+ let styleElm;
510
+ if (!appliedStyles) {
511
+ rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
512
+ }
513
+ if (!appliedStyles.has(scopeId2)) {
514
+ {
515
+ styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || doc.createElement("style");
516
+ styleElm.innerHTML = style;
517
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
518
+ if (nonce != null) {
519
+ styleElm.setAttribute("nonce", nonce);
520
+ }
521
+ if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
522
+ if (styleContainerNode.nodeName === "HEAD") {
523
+ const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
524
+ const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
525
+ styleContainerNode.insertBefore(styleElm, referenceNode2);
526
+ } else if ("host" in styleContainerNode) {
527
+ if (supportsConstructableStylesheets) {
528
+ const stylesheet = new CSSStyleSheet();
529
+ stylesheet.replaceSync(style);
530
+ styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
531
+ } else {
532
+ const existingStyleContainer = styleContainerNode.querySelector("style");
533
+ if (existingStyleContainer) {
534
+ existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
535
+ } else {
536
+ styleContainerNode.prepend(styleElm);
537
+ }
538
+ }
539
+ } else {
540
+ styleContainerNode.append(styleElm);
541
+ }
542
+ }
543
+ if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
544
+ styleContainerNode.insertBefore(styleElm, null);
545
+ }
546
+ }
547
+ if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
548
+ styleElm.innerHTML += SLOT_FB_CSS;
549
+ }
550
+ if (appliedStyles) {
551
+ appliedStyles.add(scopeId2);
552
+ }
553
+ }
554
+ } else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
555
+ styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
556
+ }
557
+ }
558
+ return scopeId2;
559
+ };
560
+ var attachStyles = (hostRef) => {
561
+ const cmpMeta = hostRef.$cmpMeta$;
562
+ const elm = hostRef.$hostElement$;
563
+ const flags = cmpMeta.$flags$;
564
+ const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
565
+ const scopeId2 = addStyle(
566
+ elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
567
+ cmpMeta);
568
+ if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
569
+ elm["s-sc"] = scopeId2;
570
+ elm.classList.add(scopeId2 + "-h");
571
+ }
572
+ endAttachStyles();
573
+ };
574
+ var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
575
+ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
576
+ if (oldValue !== newValue) {
577
+ let isProp = isMemberInElement(elm, memberName);
578
+ let ln = memberName.toLowerCase();
579
+ if (memberName === "class") {
580
+ const classList = elm.classList;
581
+ const oldClasses = parseClassList(oldValue);
582
+ let newClasses = parseClassList(newValue);
583
+ if (elm["s-si"]) {
584
+ newClasses.push(elm["s-si"]);
585
+ oldClasses.forEach((c) => {
586
+ if (c.startsWith(elm["s-si"])) newClasses.push(c);
587
+ });
588
+ newClasses = [...new Set(newClasses)];
589
+ classList.add(...newClasses);
590
+ delete elm["s-si"];
591
+ } else {
592
+ classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
593
+ classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
594
+ }
595
+ } else if (memberName === "style") {
596
+ {
597
+ for (const prop in oldValue) {
598
+ if (!newValue || newValue[prop] == null) {
599
+ if (prop.includes("-")) {
600
+ elm.style.removeProperty(prop);
601
+ } else {
602
+ elm.style[prop] = "";
603
+ }
604
+ }
605
+ }
606
+ }
607
+ for (const prop in newValue) {
608
+ if (!oldValue || newValue[prop] !== oldValue[prop]) {
609
+ if (prop.includes("-")) {
610
+ elm.style.setProperty(prop, newValue[prop]);
611
+ } else {
612
+ elm.style[prop] = newValue[prop];
613
+ }
614
+ }
615
+ }
616
+ } else if (memberName === "key") ; else if (memberName === "ref") {
617
+ if (newValue) {
618
+ newValue(elm);
619
+ }
620
+ } else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
621
+ if (memberName[2] === "-") {
622
+ memberName = memberName.slice(3);
623
+ } else if (isMemberInElement(win, ln)) {
624
+ memberName = ln.slice(2);
625
+ } else {
626
+ memberName = ln[2] + memberName.slice(3);
627
+ }
628
+ if (oldValue || newValue) {
629
+ const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
630
+ memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
631
+ if (oldValue) {
632
+ plt.rel(elm, memberName, oldValue, capture);
633
+ }
634
+ if (newValue) {
635
+ plt.ael(elm, memberName, newValue, capture);
636
+ }
637
+ }
638
+ } else {
639
+ const isComplex = isComplexType(newValue);
640
+ if ((isProp || isComplex && newValue !== null) && !isSvg) {
641
+ try {
642
+ if (!elm.tagName.includes("-")) {
643
+ const n = newValue == null ? "" : newValue;
644
+ if (memberName === "list") {
645
+ isProp = false;
646
+ } else if (oldValue == null || elm[memberName] != n) {
647
+ if (typeof elm.__lookupSetter__(memberName) === "function") {
648
+ elm[memberName] = n;
649
+ } else {
650
+ elm.setAttribute(memberName, n);
651
+ }
652
+ }
653
+ } else if (elm[memberName] !== newValue) {
654
+ elm[memberName] = newValue;
655
+ }
656
+ } catch (e) {
657
+ }
658
+ }
659
+ if (newValue == null || newValue === false) {
660
+ if (newValue !== false || elm.getAttribute(memberName) === "") {
661
+ {
662
+ elm.removeAttribute(memberName);
663
+ }
664
+ }
665
+ } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
666
+ newValue = newValue === true ? "" : newValue;
667
+ {
668
+ elm.setAttribute(memberName, newValue);
669
+ }
670
+ }
671
+ }
672
+ }
673
+ };
674
+ var parseClassListRegex = /\s/;
675
+ var parseClassList = (value) => {
676
+ if (typeof value === "object" && "baseVal" in value) {
677
+ value = value.baseVal;
678
+ }
679
+ if (!value) {
680
+ return [];
681
+ }
682
+ return value.split(parseClassListRegex);
683
+ };
684
+ var CAPTURE_EVENT_SUFFIX = "Capture";
685
+ var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
686
+
687
+ // src/runtime/vdom/update-element.ts
688
+ var updateElement = (oldVnode, newVnode, isSvgMode2) => {
689
+ const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
690
+ const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
691
+ const newVnodeAttrs = newVnode.$attrs$ || {};
692
+ {
693
+ for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
694
+ if (!(memberName in newVnodeAttrs)) {
695
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);
696
+ }
697
+ }
698
+ }
699
+ for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
700
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);
701
+ }
702
+ };
703
+ function sortedAttrNames(attrNames) {
704
+ return attrNames.includes("ref") ? (
705
+ // we need to sort these to ensure that `'ref'` is the last attr
706
+ [...attrNames.filter((attr) => attr !== "ref"), "ref"]
707
+ ) : (
708
+ // no need to sort, return the original array
709
+ attrNames
710
+ );
711
+ }
712
+
713
+ // src/runtime/vdom/vdom-render.ts
714
+ var scopeId;
715
+ var contentRef;
716
+ var hostTagName;
717
+ var useNativeShadowDom = false;
718
+ var checkSlotFallbackVisibility = false;
719
+ var checkSlotRelocate = false;
720
+ var isSvgMode = false;
721
+ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
722
+ var _a;
723
+ const newVNode2 = newParentVNode.$children$[childIndex];
724
+ let i2 = 0;
725
+ let elm;
726
+ let childNode;
727
+ let oldVNode;
728
+ if (!useNativeShadowDom) {
729
+ checkSlotRelocate = true;
730
+ if (newVNode2.$tag$ === "slot") {
731
+ newVNode2.$flags$ |= newVNode2.$children$ ? (
732
+ // slot element has fallback content
733
+ // still create an element that "mocks" the slot element
734
+ 2 /* isSlotFallback */
735
+ ) : (
736
+ // slot element does not have fallback content
737
+ // create an html comment we'll use to always reference
738
+ // where actual slot content should sit next to
739
+ 1 /* isSlotReference */
740
+ );
741
+ }
742
+ }
743
+ if (newVNode2.$text$ !== null) {
744
+ elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);
745
+ } else if (newVNode2.$flags$ & 1 /* isSlotReference */) {
746
+ elm = newVNode2.$elm$ = doc.createTextNode("");
747
+ } else {
748
+ if (!isSvgMode) {
749
+ isSvgMode = newVNode2.$tag$ === "svg";
750
+ }
751
+ elm = newVNode2.$elm$ = doc.createElementNS(
752
+ isSvgMode ? SVG_NS : HTML_NS,
753
+ !useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
754
+ ) ;
755
+ if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
756
+ isSvgMode = false;
757
+ }
758
+ {
759
+ updateElement(null, newVNode2, isSvgMode);
760
+ }
761
+ if (isDef(scopeId) && elm["s-si"] !== scopeId) {
762
+ elm.classList.add(elm["s-si"] = scopeId);
763
+ }
764
+ if (newVNode2.$children$) {
765
+ for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
766
+ childNode = createElm(oldParentVNode, newVNode2, i2);
767
+ if (childNode) {
768
+ elm.appendChild(childNode);
769
+ }
770
+ }
771
+ }
772
+ {
773
+ if (newVNode2.$tag$ === "svg") {
774
+ isSvgMode = false;
775
+ } else if (elm.tagName === "foreignObject") {
776
+ isSvgMode = true;
777
+ }
778
+ }
779
+ }
780
+ elm["s-hn"] = hostTagName;
781
+ {
782
+ if (newVNode2.$flags$ & (2 /* isSlotFallback */ | 1 /* isSlotReference */)) {
783
+ elm["s-sr"] = true;
784
+ elm["s-cr"] = contentRef;
785
+ elm["s-sn"] = newVNode2.$name$ || "";
786
+ elm["s-rf"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;
787
+ oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
788
+ if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {
789
+ {
790
+ putBackInOriginalLocation(oldParentVNode.$elm$, false);
791
+ }
792
+ }
793
+ {
794
+ addRemoveSlotScopedClass(contentRef, elm, newParentVNode.$elm$, oldParentVNode == null ? void 0 : oldParentVNode.$elm$);
795
+ }
796
+ }
797
+ }
798
+ return elm;
799
+ };
800
+ var putBackInOriginalLocation = (parentElm, recursive) => {
801
+ plt.$flags$ |= 1 /* isTmpDisconnected */;
802
+ const oldSlotChildNodes = Array.from(parentElm.__childNodes || parentElm.childNodes);
803
+ if (parentElm["s-sr"] && BUILD.experimentalSlotFixes) {
804
+ let node = parentElm;
805
+ while (node = node.nextSibling) {
806
+ if (node && node["s-sn"] === parentElm["s-sn"] && node["s-sh"] === hostTagName) {
807
+ oldSlotChildNodes.push(node);
808
+ }
809
+ }
810
+ }
811
+ for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {
812
+ const childNode = oldSlotChildNodes[i2];
813
+ if (childNode["s-hn"] !== hostTagName && childNode["s-ol"]) {
814
+ insertBefore(referenceNode(childNode).parentNode, childNode, referenceNode(childNode));
815
+ childNode["s-ol"].remove();
816
+ childNode["s-ol"] = void 0;
817
+ childNode["s-sh"] = void 0;
818
+ checkSlotRelocate = true;
819
+ }
820
+ if (recursive) {
821
+ putBackInOriginalLocation(childNode, recursive);
822
+ }
823
+ }
824
+ plt.$flags$ &= ~1 /* isTmpDisconnected */;
825
+ };
826
+ var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
827
+ let containerElm = parentElm["s-cr"] && parentElm["s-cr"].parentNode || parentElm;
828
+ let childNode;
829
+ if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
830
+ containerElm = containerElm.shadowRoot;
831
+ }
832
+ for (; startIdx <= endIdx; ++startIdx) {
833
+ if (vnodes[startIdx]) {
834
+ childNode = createElm(null, parentVNode, startIdx);
835
+ if (childNode) {
836
+ vnodes[startIdx].$elm$ = childNode;
837
+ insertBefore(containerElm, childNode, referenceNode(before) );
838
+ }
839
+ }
840
+ }
841
+ };
842
+ var removeVnodes = (vnodes, startIdx, endIdx) => {
843
+ for (let index = startIdx; index <= endIdx; ++index) {
844
+ const vnode = vnodes[index];
845
+ if (vnode) {
846
+ const elm = vnode.$elm$;
847
+ nullifyVNodeRefs(vnode);
848
+ if (elm) {
849
+ {
850
+ checkSlotFallbackVisibility = true;
851
+ if (elm["s-ol"]) {
852
+ elm["s-ol"].remove();
853
+ } else {
854
+ putBackInOriginalLocation(elm, true);
855
+ }
856
+ }
857
+ elm.remove();
858
+ }
859
+ }
860
+ }
861
+ };
862
+ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {
863
+ let oldStartIdx = 0;
864
+ let newStartIdx = 0;
865
+ let idxInOld = 0;
866
+ let i2 = 0;
867
+ let oldEndIdx = oldCh.length - 1;
868
+ let oldStartVnode = oldCh[0];
869
+ let oldEndVnode = oldCh[oldEndIdx];
870
+ let newEndIdx = newCh.length - 1;
871
+ let newStartVnode = newCh[0];
872
+ let newEndVnode = newCh[newEndIdx];
873
+ let node;
874
+ let elmToMove;
875
+ while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
876
+ if (oldStartVnode == null) {
877
+ oldStartVnode = oldCh[++oldStartIdx];
878
+ } else if (oldEndVnode == null) {
879
+ oldEndVnode = oldCh[--oldEndIdx];
880
+ } else if (newStartVnode == null) {
881
+ newStartVnode = newCh[++newStartIdx];
882
+ } else if (newEndVnode == null) {
883
+ newEndVnode = newCh[--newEndIdx];
884
+ } else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
885
+ patch(oldStartVnode, newStartVnode, isInitialRender);
886
+ oldStartVnode = oldCh[++oldStartIdx];
887
+ newStartVnode = newCh[++newStartIdx];
888
+ } else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
889
+ patch(oldEndVnode, newEndVnode, isInitialRender);
890
+ oldEndVnode = oldCh[--oldEndIdx];
891
+ newEndVnode = newCh[--newEndIdx];
892
+ } else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
893
+ if ((oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot")) {
894
+ putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
895
+ }
896
+ patch(oldStartVnode, newEndVnode, isInitialRender);
897
+ insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
898
+ oldStartVnode = oldCh[++oldStartIdx];
899
+ newEndVnode = newCh[--newEndIdx];
900
+ } else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
901
+ if ((oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot")) {
902
+ putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
903
+ }
904
+ patch(oldEndVnode, newStartVnode, isInitialRender);
905
+ insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
906
+ oldEndVnode = oldCh[--oldEndIdx];
907
+ newStartVnode = newCh[++newStartIdx];
908
+ } else {
909
+ idxInOld = -1;
910
+ {
911
+ for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {
912
+ if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {
913
+ idxInOld = i2;
914
+ break;
915
+ }
916
+ }
917
+ }
918
+ if (idxInOld >= 0) {
919
+ elmToMove = oldCh[idxInOld];
920
+ if (elmToMove.$tag$ !== newStartVnode.$tag$) {
921
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld);
922
+ } else {
923
+ patch(elmToMove, newStartVnode, isInitialRender);
924
+ oldCh[idxInOld] = void 0;
925
+ node = elmToMove.$elm$;
926
+ }
927
+ newStartVnode = newCh[++newStartIdx];
928
+ } else {
929
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
930
+ newStartVnode = newCh[++newStartIdx];
931
+ }
932
+ if (node) {
933
+ {
934
+ insertBefore(
935
+ referenceNode(oldStartVnode.$elm$).parentNode,
936
+ node,
937
+ referenceNode(oldStartVnode.$elm$)
938
+ );
939
+ }
940
+ }
941
+ }
942
+ }
943
+ if (oldStartIdx > oldEndIdx) {
944
+ addVnodes(
945
+ parentElm,
946
+ newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,
947
+ newVNode2,
948
+ newCh,
949
+ newStartIdx,
950
+ newEndIdx
951
+ );
952
+ } else if (newStartIdx > newEndIdx) {
953
+ removeVnodes(oldCh, oldStartIdx, oldEndIdx);
954
+ }
955
+ };
956
+ var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
957
+ if (leftVNode.$tag$ === rightVNode.$tag$) {
958
+ if (leftVNode.$tag$ === "slot") {
959
+ return leftVNode.$name$ === rightVNode.$name$;
960
+ }
961
+ if (!isInitialRender) {
962
+ return leftVNode.$key$ === rightVNode.$key$;
963
+ }
964
+ if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
965
+ leftVNode.$key$ = rightVNode.$key$;
966
+ }
967
+ return true;
968
+ }
969
+ return false;
970
+ };
971
+ var referenceNode = (node) => node && node["s-ol"] || node;
972
+ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
973
+ const elm = newVNode2.$elm$ = oldVNode.$elm$;
974
+ const oldChildren = oldVNode.$children$;
975
+ const newChildren = newVNode2.$children$;
976
+ const tag = newVNode2.$tag$;
977
+ const text = newVNode2.$text$;
978
+ let defaultHolder;
979
+ if (text === null) {
980
+ {
981
+ isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
982
+ }
983
+ {
984
+ if (tag === "slot" && !useNativeShadowDom) ; else {
985
+ updateElement(oldVNode, newVNode2, isSvgMode);
986
+ }
987
+ }
988
+ if (oldChildren !== null && newChildren !== null) {
989
+ updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
990
+ } else if (newChildren !== null) {
991
+ if (oldVNode.$text$ !== null) {
992
+ elm.textContent = "";
993
+ }
994
+ addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
995
+ } else if (
996
+ // don't do this on initial render as it can cause non-hydrated content to be removed
997
+ !isInitialRender && BUILD.updatable && oldChildren !== null
998
+ ) {
999
+ removeVnodes(oldChildren, 0, oldChildren.length - 1);
1000
+ }
1001
+ if (isSvgMode && tag === "svg") {
1002
+ isSvgMode = false;
1003
+ }
1004
+ } else if ((defaultHolder = elm["s-cr"])) {
1005
+ defaultHolder.parentNode.textContent = text;
1006
+ } else if (oldVNode.$text$ !== text) {
1007
+ elm.data = text;
1008
+ }
1009
+ };
1010
+ var relocateNodes = [];
1011
+ var markSlotContentForRelocation = (elm) => {
1012
+ let node;
1013
+ let hostContentNodes;
1014
+ let j;
1015
+ const children = elm.__childNodes || elm.childNodes;
1016
+ for (const childNode of children) {
1017
+ if (childNode["s-sr"] && (node = childNode["s-cr"]) && node.parentNode) {
1018
+ hostContentNodes = node.parentNode.__childNodes || node.parentNode.childNodes;
1019
+ const slotName = childNode["s-sn"];
1020
+ for (j = hostContentNodes.length - 1; j >= 0; j--) {
1021
+ node = hostContentNodes[j];
1022
+ if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (!BUILD.experimentalSlotFixes )) {
1023
+ if (isNodeLocatedInSlot(node, slotName)) {
1024
+ let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
1025
+ checkSlotFallbackVisibility = true;
1026
+ node["s-sn"] = node["s-sn"] || slotName;
1027
+ if (relocateNodeData) {
1028
+ relocateNodeData.$nodeToRelocate$["s-sh"] = childNode["s-hn"];
1029
+ relocateNodeData.$slotRefNode$ = childNode;
1030
+ } else {
1031
+ node["s-sh"] = childNode["s-hn"];
1032
+ relocateNodes.push({
1033
+ $slotRefNode$: childNode,
1034
+ $nodeToRelocate$: node
1035
+ });
1036
+ }
1037
+ if (node["s-sr"]) {
1038
+ relocateNodes.map((relocateNode) => {
1039
+ if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node["s-sn"])) {
1040
+ relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
1041
+ if (relocateNodeData && !relocateNode.$slotRefNode$) {
1042
+ relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;
1043
+ }
1044
+ }
1045
+ });
1046
+ }
1047
+ } else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {
1048
+ relocateNodes.push({
1049
+ $nodeToRelocate$: node
1050
+ });
1051
+ }
1052
+ }
1053
+ }
1054
+ }
1055
+ if (childNode.nodeType === 1 /* ElementNode */) {
1056
+ markSlotContentForRelocation(childNode);
1057
+ }
1058
+ }
1059
+ };
1060
+ var nullifyVNodeRefs = (vNode) => {
1061
+ {
1062
+ vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
1063
+ vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
1064
+ }
1065
+ };
1066
+ var insertBefore = (parent, newNode, reference) => {
1067
+ if (typeof newNode["s-sn"] === "string" && !!newNode["s-sr"] && !!newNode["s-cr"]) {
1068
+ addRemoveSlotScopedClass(newNode["s-cr"], newNode, parent, newNode.parentElement);
1069
+ }
1070
+ {
1071
+ return parent == null ? void 0 : parent.insertBefore(newNode, reference);
1072
+ }
1073
+ };
1074
+ function addRemoveSlotScopedClass(reference, slotNode, newParent, oldParent) {
1075
+ var _a;
1076
+ let scopeId2;
1077
+ if (reference && typeof slotNode["s-sn"] === "string" && !!slotNode["s-sr"] && reference.parentNode && reference.parentNode["s-sc"] && (scopeId2 = slotNode["s-si"] || reference.parentNode["s-sc"])) {
1078
+ const scopeName = slotNode["s-sn"];
1079
+ const hostName = slotNode["s-hn"];
1080
+ (_a = newParent.classList) == null ? void 0 : _a.add(scopeId2 + "-s");
1081
+ if (oldParent && oldParent.classList.contains(scopeId2 + "-s")) {
1082
+ let child = (oldParent.__childNodes || oldParent.childNodes)[0];
1083
+ let found = false;
1084
+ while (child) {
1085
+ if (child["s-sn"] !== scopeName && child["s-hn"] === hostName && !!child["s-sr"]) {
1086
+ found = true;
1087
+ break;
1088
+ }
1089
+ child = child.nextSibling;
1090
+ }
1091
+ if (!found) oldParent.classList.remove(scopeId2 + "-s");
1092
+ }
1093
+ }
1094
+ }
1095
+ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1096
+ var _a, _b, _c, _d;
1097
+ const hostElm = hostRef.$hostElement$;
1098
+ const cmpMeta = hostRef.$cmpMeta$;
1099
+ const oldVNode = hostRef.$vnode$ || newVNode(null, null);
1100
+ const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
1101
+ hostTagName = hostElm.tagName;
1102
+ if (cmpMeta.$attrsToReflect$) {
1103
+ rootVnode.$attrs$ = rootVnode.$attrs$ || {};
1104
+ cmpMeta.$attrsToReflect$.map(
1105
+ ([propName, attribute]) => rootVnode.$attrs$[attribute] = hostElm[propName]
1106
+ );
1107
+ }
1108
+ if (isInitialLoad && rootVnode.$attrs$) {
1109
+ for (const key of Object.keys(rootVnode.$attrs$)) {
1110
+ if (hostElm.hasAttribute(key) && !["key", "ref", "style", "class"].includes(key)) {
1111
+ rootVnode.$attrs$[key] = hostElm[key];
1112
+ }
1113
+ }
1114
+ }
1115
+ rootVnode.$tag$ = null;
1116
+ rootVnode.$flags$ |= 4 /* isHost */;
1117
+ hostRef.$vnode$ = rootVnode;
1118
+ rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
1119
+ {
1120
+ scopeId = hostElm["s-sc"];
1121
+ }
1122
+ useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
1123
+ {
1124
+ contentRef = hostElm["s-cr"];
1125
+ checkSlotFallbackVisibility = false;
1126
+ }
1127
+ patch(oldVNode, rootVnode, isInitialLoad);
1128
+ {
1129
+ plt.$flags$ |= 1 /* isTmpDisconnected */;
1130
+ if (checkSlotRelocate) {
1131
+ markSlotContentForRelocation(rootVnode.$elm$);
1132
+ for (const relocateData of relocateNodes) {
1133
+ const nodeToRelocate = relocateData.$nodeToRelocate$;
1134
+ if (!nodeToRelocate["s-ol"]) {
1135
+ const orgLocationNode = doc.createTextNode("");
1136
+ orgLocationNode["s-nr"] = nodeToRelocate;
1137
+ insertBefore(nodeToRelocate.parentNode, nodeToRelocate["s-ol"] = orgLocationNode, nodeToRelocate);
1138
+ }
1139
+ }
1140
+ for (const relocateData of relocateNodes) {
1141
+ const nodeToRelocate = relocateData.$nodeToRelocate$;
1142
+ const slotRefNode = relocateData.$slotRefNode$;
1143
+ if (slotRefNode) {
1144
+ const parentNodeRef = slotRefNode.parentNode;
1145
+ let insertBeforeNode = slotRefNode.nextSibling;
1146
+ {
1147
+ let orgLocationNode = (_a = nodeToRelocate["s-ol"]) == null ? void 0 : _a.previousSibling;
1148
+ while (orgLocationNode) {
1149
+ let refNode = (_b = orgLocationNode["s-nr"]) != null ? _b : null;
1150
+ if (refNode && refNode["s-sn"] === nodeToRelocate["s-sn"] && parentNodeRef === (refNode.__parentNode || refNode.parentNode)) {
1151
+ refNode = refNode.nextSibling;
1152
+ while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode["s-sr"])) {
1153
+ refNode = refNode == null ? void 0 : refNode.nextSibling;
1154
+ }
1155
+ if (!refNode || !refNode["s-nr"]) {
1156
+ insertBeforeNode = refNode;
1157
+ break;
1158
+ }
1159
+ }
1160
+ orgLocationNode = orgLocationNode.previousSibling;
1161
+ }
1162
+ }
1163
+ const parent = nodeToRelocate.__parentNode || nodeToRelocate.parentNode;
1164
+ const nextSibling = nodeToRelocate.__nextSibling || nodeToRelocate.nextSibling;
1165
+ if (!insertBeforeNode && parentNodeRef !== parent || nextSibling !== insertBeforeNode) {
1166
+ if (nodeToRelocate !== insertBeforeNode) {
1167
+ if (!nodeToRelocate["s-hn"] && nodeToRelocate["s-ol"]) {
1168
+ nodeToRelocate["s-hn"] = nodeToRelocate["s-ol"].parentNode.nodeName;
1169
+ }
1170
+ insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);
1171
+ if (nodeToRelocate.nodeType === 1 /* ElementNode */ && nodeToRelocate.tagName !== "SLOT-FB") {
1172
+ nodeToRelocate.hidden = (_c = nodeToRelocate["s-ih"]) != null ? _c : false;
1173
+ }
1174
+ }
1175
+ }
1176
+ nodeToRelocate && typeof slotRefNode["s-rf"] === "function" && slotRefNode["s-rf"](nodeToRelocate);
1177
+ } else {
1178
+ if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
1179
+ if (isInitialLoad) {
1180
+ nodeToRelocate["s-ih"] = (_d = nodeToRelocate.hidden) != null ? _d : false;
1181
+ }
1182
+ nodeToRelocate.hidden = true;
1183
+ }
1184
+ }
1185
+ }
1186
+ }
1187
+ if (checkSlotFallbackVisibility) {
1188
+ updateFallbackSlotVisibility(rootVnode.$elm$);
1189
+ }
1190
+ plt.$flags$ &= ~1 /* isTmpDisconnected */;
1191
+ relocateNodes.length = 0;
1192
+ }
1193
+ contentRef = void 0;
1194
+ };
1195
+
1196
+ // src/runtime/update-component.ts
1197
+ var attachToAncestor = (hostRef, ancestorComponent) => {
1198
+ if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
1199
+ const index = ancestorComponent["s-p"].push(
1200
+ new Promise(
1201
+ (r) => hostRef.$onRenderResolve$ = () => {
1202
+ ancestorComponent["s-p"].splice(index - 1, 1);
1203
+ r();
1204
+ }
1205
+ )
1206
+ );
1207
+ }
1208
+ };
1209
+ var scheduleUpdate = (hostRef, isInitialLoad) => {
1210
+ {
1211
+ hostRef.$flags$ |= 16 /* isQueuedForUpdate */;
1212
+ }
1213
+ if (hostRef.$flags$ & 4 /* isWaitingForChildren */) {
1214
+ hostRef.$flags$ |= 512 /* needsRerender */;
1215
+ return;
1216
+ }
1217
+ attachToAncestor(hostRef, hostRef.$ancestorComponent$);
1218
+ const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
1219
+ return writeTask(dispatch) ;
1220
+ };
1221
+ var dispatchHooks = (hostRef, isInitialLoad) => {
1222
+ const elm = hostRef.$hostElement$;
1223
+ const endSchedule = createTime("scheduleUpdate", hostRef.$cmpMeta$.$tagName$);
1224
+ const instance = hostRef.$lazyInstance$ ;
1225
+ if (!instance) {
1226
+ throw new Error(
1227
+ `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`
1228
+ );
1229
+ }
1230
+ let maybePromise;
1231
+ if (isInitialLoad) {
1232
+ {
1233
+ hostRef.$flags$ |= 256 /* isListenReady */;
1234
+ if (hostRef.$queuedListeners$) {
1235
+ hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
1236
+ hostRef.$queuedListeners$ = void 0;
1237
+ }
1238
+ }
1239
+ {
1240
+ maybePromise = safeCall(instance, "componentWillLoad");
1241
+ }
1242
+ } else {
1243
+ {
1244
+ maybePromise = safeCall(instance, "componentWillUpdate");
1245
+ }
1246
+ }
1247
+ {
1248
+ maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender"));
1249
+ }
1250
+ endSchedule();
1251
+ return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
1252
+ };
1253
+ var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {
1254
+ console.error(err2);
1255
+ fn();
1256
+ }) : fn();
1257
+ var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
1258
+ var updateComponent = async (hostRef, instance, isInitialLoad) => {
1259
+ var _a;
1260
+ const elm = hostRef.$hostElement$;
1261
+ const endUpdate = createTime("update", hostRef.$cmpMeta$.$tagName$);
1262
+ const rc = elm["s-rc"];
1263
+ if (isInitialLoad) {
1264
+ attachStyles(hostRef);
1265
+ }
1266
+ const endRender = createTime("render", hostRef.$cmpMeta$.$tagName$);
1267
+ {
1268
+ callRender(hostRef, instance, elm, isInitialLoad);
1269
+ }
1270
+ if (rc) {
1271
+ rc.map((cb) => cb());
1272
+ elm["s-rc"] = void 0;
1273
+ }
1274
+ endRender();
1275
+ endUpdate();
1276
+ {
1277
+ const childrenPromises = (_a = elm["s-p"]) != null ? _a : [];
1278
+ const postUpdate = () => postUpdateComponent(hostRef);
1279
+ if (childrenPromises.length === 0) {
1280
+ postUpdate();
1281
+ } else {
1282
+ Promise.all(childrenPromises).then(postUpdate);
1283
+ hostRef.$flags$ |= 4 /* isWaitingForChildren */;
1284
+ childrenPromises.length = 0;
1285
+ }
1286
+ }
1287
+ };
1288
+ var renderingRef = null;
1289
+ var callRender = (hostRef, instance, elm, isInitialLoad) => {
1290
+ try {
1291
+ renderingRef = instance;
1292
+ instance = instance.render() ;
1293
+ {
1294
+ hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;
1295
+ }
1296
+ {
1297
+ hostRef.$flags$ |= 2 /* hasRendered */;
1298
+ }
1299
+ {
1300
+ {
1301
+ {
1302
+ renderVdom(hostRef, instance, isInitialLoad);
1303
+ }
1304
+ }
1305
+ }
1306
+ } catch (e) {
1307
+ consoleError(e, hostRef.$hostElement$);
1308
+ }
1309
+ renderingRef = null;
1310
+ return null;
1311
+ };
1312
+ var getRenderingRef = () => renderingRef;
1313
+ var postUpdateComponent = (hostRef) => {
1314
+ const tagName = hostRef.$cmpMeta$.$tagName$;
1315
+ const elm = hostRef.$hostElement$;
1316
+ const endPostUpdate = createTime("postUpdate", tagName);
1317
+ const instance = hostRef.$lazyInstance$ ;
1318
+ const ancestorComponent = hostRef.$ancestorComponent$;
1319
+ {
1320
+ safeCall(instance, "componentDidRender");
1321
+ }
1322
+ if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
1323
+ hostRef.$flags$ |= 64 /* hasLoadedComponent */;
1324
+ {
1325
+ addHydratedFlag(elm);
1326
+ }
1327
+ {
1328
+ safeCall(instance, "componentDidLoad");
1329
+ }
1330
+ endPostUpdate();
1331
+ {
1332
+ hostRef.$onReadyResolve$(elm);
1333
+ if (!ancestorComponent) {
1334
+ appDidLoad();
1335
+ }
1336
+ }
1337
+ } else {
1338
+ {
1339
+ safeCall(instance, "componentDidUpdate");
1340
+ }
1341
+ endPostUpdate();
1342
+ }
1343
+ {
1344
+ hostRef.$onInstanceResolve$(elm);
1345
+ }
1346
+ {
1347
+ if (hostRef.$onRenderResolve$) {
1348
+ hostRef.$onRenderResolve$();
1349
+ hostRef.$onRenderResolve$ = void 0;
1350
+ }
1351
+ if (hostRef.$flags$ & 512 /* needsRerender */) {
1352
+ nextTick(() => scheduleUpdate(hostRef, false));
1353
+ }
1354
+ hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);
1355
+ }
1356
+ };
1357
+ var forceUpdate = (ref) => {
1358
+ {
1359
+ const hostRef = getHostRef(ref);
1360
+ const isConnected = hostRef.$hostElement$.isConnected;
1361
+ if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
1362
+ scheduleUpdate(hostRef, false);
1363
+ }
1364
+ return isConnected;
1365
+ }
1366
+ };
1367
+ var appDidLoad = (who) => {
1368
+ {
1369
+ addHydratedFlag(doc.documentElement);
1370
+ }
1371
+ nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
1372
+ };
1373
+ var safeCall = (instance, method, arg) => {
1374
+ if (instance && instance[method]) {
1375
+ try {
1376
+ return instance[method](arg);
1377
+ } catch (e) {
1378
+ consoleError(e);
1379
+ }
1380
+ }
1381
+ return void 0;
1382
+ };
1383
+ var addHydratedFlag = (elm) => {
1384
+ var _a;
1385
+ return elm.classList.add((_a = BUILD.hydratedSelectorName) != null ? _a : "hydrated") ;
1386
+ };
1387
+
1388
+ // src/runtime/set-value.ts
1389
+ var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
1390
+ var setValue = (ref, propName, newVal, cmpMeta) => {
1391
+ const hostRef = getHostRef(ref);
1392
+ if (!hostRef) {
1393
+ throw new Error(
1394
+ `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).`
1395
+ );
1396
+ }
1397
+ const elm = hostRef.$hostElement$ ;
1398
+ const oldVal = hostRef.$instanceValues$.get(propName);
1399
+ const flags = hostRef.$flags$;
1400
+ const instance = hostRef.$lazyInstance$ ;
1401
+ newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
1402
+ const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
1403
+ const didValueChange = newVal !== oldVal && !areBothNaN;
1404
+ if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
1405
+ hostRef.$instanceValues$.set(propName, newVal);
1406
+ if (instance) {
1407
+ if (cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {
1408
+ const watchMethods = cmpMeta.$watchers$[propName];
1409
+ if (watchMethods) {
1410
+ watchMethods.map((watchMethodName) => {
1411
+ try {
1412
+ instance[watchMethodName](newVal, oldVal, propName);
1413
+ } catch (e) {
1414
+ consoleError(e, elm);
1415
+ }
1416
+ });
1417
+ }
1418
+ }
1419
+ if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
1420
+ scheduleUpdate(hostRef, false);
1421
+ }
1422
+ }
1423
+ }
1424
+ };
1425
+
1426
+ // src/runtime/proxy-component.ts
1427
+ var proxyComponent = (Cstr, cmpMeta, flags) => {
1428
+ var _a, _b;
1429
+ const prototype = Cstr.prototype;
1430
+ if (cmpMeta.$members$ || (cmpMeta.$watchers$ || Cstr.watchers)) {
1431
+ if (Cstr.watchers && !cmpMeta.$watchers$) {
1432
+ cmpMeta.$watchers$ = Cstr.watchers;
1433
+ }
1434
+ const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
1435
+ members.map(([memberName, [memberFlags]]) => {
1436
+ if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
1437
+ const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
1438
+ if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
1439
+ if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
1440
+ if (flags & 1 /* isElementConstructor */ || !origGetter) {
1441
+ Object.defineProperty(prototype, memberName, {
1442
+ get() {
1443
+ {
1444
+ if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
1445
+ return getValue(this, memberName);
1446
+ }
1447
+ const ref = getHostRef(this);
1448
+ const instance = ref ? ref.$lazyInstance$ : prototype;
1449
+ if (!instance) return;
1450
+ return instance[memberName];
1451
+ }
1452
+ },
1453
+ configurable: true,
1454
+ enumerable: true
1455
+ });
1456
+ }
1457
+ Object.defineProperty(prototype, memberName, {
1458
+ set(newValue) {
1459
+ const ref = getHostRef(this);
1460
+ if (origSetter) {
1461
+ const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
1462
+ if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
1463
+ newValue = ref.$instanceValues$.get(memberName);
1464
+ } else if (!ref.$instanceValues$.get(memberName) && currentValue) {
1465
+ ref.$instanceValues$.set(memberName, currentValue);
1466
+ }
1467
+ origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
1468
+ newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
1469
+ setValue(this, memberName, newValue, cmpMeta);
1470
+ return;
1471
+ }
1472
+ {
1473
+ if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
1474
+ setValue(this, memberName, newValue, cmpMeta);
1475
+ if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
1476
+ ref.$onReadyPromise$.then(() => {
1477
+ if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
1478
+ ref.$lazyInstance$[memberName] = newValue;
1479
+ }
1480
+ });
1481
+ }
1482
+ return;
1483
+ }
1484
+ const setterSetVal = () => {
1485
+ const currentValue = ref.$lazyInstance$[memberName];
1486
+ if (!ref.$instanceValues$.get(memberName) && currentValue) {
1487
+ ref.$instanceValues$.set(memberName, currentValue);
1488
+ }
1489
+ ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
1490
+ setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
1491
+ };
1492
+ if (ref.$lazyInstance$) {
1493
+ setterSetVal();
1494
+ } else {
1495
+ ref.$onReadyPromise$.then(() => setterSetVal());
1496
+ }
1497
+ }
1498
+ }
1499
+ });
1500
+ } else if (flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {
1501
+ Object.defineProperty(prototype, memberName, {
1502
+ value(...args) {
1503
+ var _a2;
1504
+ const ref = getHostRef(this);
1505
+ return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {
1506
+ var _a3;
1507
+ return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);
1508
+ });
1509
+ }
1510
+ });
1511
+ }
1512
+ });
1513
+ if ((flags & 1 /* isElementConstructor */)) {
1514
+ const attrNameToPropName = /* @__PURE__ */ new Map();
1515
+ prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {
1516
+ plt.jmp(() => {
1517
+ var _a2;
1518
+ const propName = attrNameToPropName.get(attrName);
1519
+ if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
1520
+ newValue = this[propName];
1521
+ delete this[propName];
1522
+ } else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
1523
+ this[propName] == newValue) {
1524
+ return;
1525
+ } else if (propName == null) {
1526
+ const hostRef = getHostRef(this);
1527
+ const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
1528
+ if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
1529
+ const instance = hostRef.$lazyInstance$ ;
1530
+ const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
1531
+ entry == null ? void 0 : entry.forEach((callbackName) => {
1532
+ if (instance[callbackName] != null) {
1533
+ instance[callbackName].call(instance, newValue, oldValue, attrName);
1534
+ }
1535
+ });
1536
+ }
1537
+ return;
1538
+ }
1539
+ const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
1540
+ newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
1541
+ if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
1542
+ this[propName] = newValue;
1543
+ }
1544
+ });
1545
+ };
1546
+ Cstr.observedAttributes = Array.from(
1547
+ /* @__PURE__ */ new Set([
1548
+ ...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),
1549
+ ...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {
1550
+ var _a2;
1551
+ const attrName = m[1] || propName;
1552
+ attrNameToPropName.set(attrName, propName);
1553
+ if (m[0] & 512 /* ReflectAttr */) {
1554
+ (_a2 = cmpMeta.$attrsToReflect$) == null ? void 0 : _a2.push([propName, attrName]);
1555
+ }
1556
+ return attrName;
1557
+ })
1558
+ ])
1559
+ );
1560
+ }
1561
+ }
1562
+ return Cstr;
1563
+ };
1564
+
1565
+ // src/runtime/initialize-component.ts
1566
+ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1567
+ let Cstr;
1568
+ if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
1569
+ hostRef.$flags$ |= 32 /* hasInitializedComponent */;
1570
+ const bundleId = cmpMeta.$lazyBundleId$;
1571
+ if (bundleId) {
1572
+ const CstrImport = loadModule(cmpMeta);
1573
+ if (CstrImport && "then" in CstrImport) {
1574
+ const endLoad = uniqueTime();
1575
+ Cstr = await CstrImport;
1576
+ endLoad();
1577
+ } else {
1578
+ Cstr = CstrImport;
1579
+ }
1580
+ if (!Cstr) {
1581
+ throw new Error(`Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found`);
1582
+ }
1583
+ if (!Cstr.isProxied) {
1584
+ {
1585
+ cmpMeta.$watchers$ = Cstr.watchers;
1586
+ }
1587
+ proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);
1588
+ Cstr.isProxied = true;
1589
+ }
1590
+ const endNewInstance = createTime("createInstance", cmpMeta.$tagName$);
1591
+ {
1592
+ hostRef.$flags$ |= 8 /* isConstructingInstance */;
1593
+ }
1594
+ try {
1595
+ new Cstr(hostRef);
1596
+ } catch (e) {
1597
+ consoleError(e);
1598
+ }
1599
+ {
1600
+ hostRef.$flags$ &= ~8 /* isConstructingInstance */;
1601
+ }
1602
+ {
1603
+ hostRef.$flags$ |= 128 /* isWatchReady */;
1604
+ }
1605
+ endNewInstance();
1606
+ fireConnectedCallback(hostRef.$lazyInstance$);
1607
+ } else {
1608
+ Cstr = elm.constructor;
1609
+ const cmpTag = elm.localName;
1610
+ customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
1611
+ }
1612
+ if (Cstr && Cstr.style) {
1613
+ let style;
1614
+ if (typeof Cstr.style === "string") {
1615
+ style = Cstr.style;
1616
+ }
1617
+ const scopeId2 = getScopeId(cmpMeta);
1618
+ if (!styles.has(scopeId2)) {
1619
+ const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
1620
+ registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));
1621
+ endRegisterStyles();
1622
+ }
1623
+ }
1624
+ }
1625
+ const ancestorComponent = hostRef.$ancestorComponent$;
1626
+ const schedule = () => scheduleUpdate(hostRef, true);
1627
+ if (ancestorComponent && ancestorComponent["s-rc"]) {
1628
+ ancestorComponent["s-rc"].push(schedule);
1629
+ } else {
1630
+ schedule();
1631
+ }
1632
+ };
1633
+ var fireConnectedCallback = (instance) => {
1634
+ {
1635
+ safeCall(instance, "connectedCallback");
1636
+ }
1637
+ };
1638
+
1639
+ // src/runtime/connected-callback.ts
1640
+ var connectedCallback = (elm) => {
1641
+ if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
1642
+ const hostRef = getHostRef(elm);
1643
+ const cmpMeta = hostRef.$cmpMeta$;
1644
+ const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
1645
+ if (!(hostRef.$flags$ & 1 /* hasConnected */)) {
1646
+ hostRef.$flags$ |= 1 /* hasConnected */;
1647
+ {
1648
+ if (// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
1649
+ cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {
1650
+ setContentReference(elm);
1651
+ }
1652
+ }
1653
+ {
1654
+ let ancestorComponent = elm;
1655
+ while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
1656
+ if (ancestorComponent["s-p"]) {
1657
+ attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);
1658
+ break;
1659
+ }
1660
+ }
1661
+ }
1662
+ if (cmpMeta.$members$) {
1663
+ Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
1664
+ if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {
1665
+ const value = elm[memberName];
1666
+ delete elm[memberName];
1667
+ elm[memberName] = value;
1668
+ }
1669
+ });
1670
+ }
1671
+ {
1672
+ initializeComponent(elm, hostRef, cmpMeta);
1673
+ }
1674
+ } else {
1675
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1676
+ if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
1677
+ fireConnectedCallback(hostRef.$lazyInstance$);
1678
+ } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
1679
+ hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));
1680
+ }
1681
+ }
1682
+ endConnected();
1683
+ }
1684
+ };
1685
+ var setContentReference = (elm) => {
1686
+ const contentRefElm = elm["s-cr"] = doc.createComment(
1687
+ ""
1688
+ );
1689
+ contentRefElm["s-cn"] = true;
1690
+ insertBefore(elm, contentRefElm, elm.firstChild);
1691
+ };
1692
+ var disconnectInstance = (instance) => {
1693
+ {
1694
+ safeCall(instance, "disconnectedCallback");
1695
+ }
1696
+ };
1697
+ var disconnectedCallback = async (elm) => {
1698
+ if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
1699
+ const hostRef = getHostRef(elm);
1700
+ {
1701
+ if (hostRef.$rmListeners$) {
1702
+ hostRef.$rmListeners$.map((rmListener) => rmListener());
1703
+ hostRef.$rmListeners$ = void 0;
1704
+ }
1705
+ }
1706
+ if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
1707
+ disconnectInstance(hostRef.$lazyInstance$);
1708
+ } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
1709
+ hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));
1710
+ }
1711
+ }
1712
+ if (rootAppliedStyles.has(elm)) {
1713
+ rootAppliedStyles.delete(elm);
1714
+ }
1715
+ if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
1716
+ rootAppliedStyles.delete(elm.shadowRoot);
1717
+ }
1718
+ };
1719
+
1720
+ // src/runtime/bootstrap-lazy.ts
1721
+ var bootstrapLazy = (lazyBundles, options = {}) => {
1722
+ var _a;
1723
+ const endBootstrap = createTime();
1724
+ const cmpTags = [];
1725
+ const exclude = options.exclude || [];
1726
+ const customElements2 = win.customElements;
1727
+ const head = doc.head;
1728
+ const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
1729
+ const dataStyles = /* @__PURE__ */ doc.createElement("style");
1730
+ const deferredConnectedCallbacks = [];
1731
+ let appLoadFallback;
1732
+ let isBootstrapping = true;
1733
+ Object.assign(plt, options);
1734
+ plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", doc.baseURI).href;
1735
+ let hasSlotRelocation = false;
1736
+ lazyBundles.map((lazyBundle) => {
1737
+ lazyBundle[1].map((compactMeta) => {
1738
+ var _a2;
1739
+ const cmpMeta = {
1740
+ $flags$: compactMeta[0],
1741
+ $tagName$: compactMeta[1],
1742
+ $members$: compactMeta[2],
1743
+ $listeners$: compactMeta[3]
1744
+ };
1745
+ if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
1746
+ hasSlotRelocation = true;
1747
+ }
1748
+ {
1749
+ cmpMeta.$members$ = compactMeta[2];
1750
+ }
1751
+ {
1752
+ cmpMeta.$listeners$ = compactMeta[3];
1753
+ }
1754
+ {
1755
+ cmpMeta.$attrsToReflect$ = [];
1756
+ }
1757
+ {
1758
+ cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};
1759
+ }
1760
+ const tagName = cmpMeta.$tagName$;
1761
+ const HostElement = class extends HTMLElement {
1762
+ // StencilLazyHost
1763
+ constructor(self) {
1764
+ super(self);
1765
+ this.hasRegisteredEventListeners = false;
1766
+ self = this;
1767
+ registerHost(self, cmpMeta);
1768
+ if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1769
+ {
1770
+ if (!self.shadowRoot) {
1771
+ {
1772
+ self.attachShadow({ mode: "open" });
1773
+ }
1774
+ } else {
1775
+ if (self.shadowRoot.mode !== "open") {
1776
+ throw new Error(
1777
+ `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`
1778
+ );
1779
+ }
1780
+ }
1781
+ }
1782
+ }
1783
+ }
1784
+ connectedCallback() {
1785
+ const hostRef = getHostRef(this);
1786
+ if (!this.hasRegisteredEventListeners) {
1787
+ this.hasRegisteredEventListeners = true;
1788
+ addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
1789
+ }
1790
+ if (appLoadFallback) {
1791
+ clearTimeout(appLoadFallback);
1792
+ appLoadFallback = null;
1793
+ }
1794
+ if (isBootstrapping) {
1795
+ deferredConnectedCallbacks.push(this);
1796
+ } else {
1797
+ plt.jmp(() => connectedCallback(this));
1798
+ }
1799
+ }
1800
+ disconnectedCallback() {
1801
+ plt.jmp(() => disconnectedCallback(this));
1802
+ plt.raf(() => {
1803
+ var _a3;
1804
+ const hostRef = getHostRef(this);
1805
+ if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
1806
+ delete hostRef.$vnode$.$elm$;
1807
+ }
1808
+ });
1809
+ }
1810
+ componentOnReady() {
1811
+ return getHostRef(this).$onReadyPromise$;
1812
+ }
1813
+ };
1814
+ cmpMeta.$lazyBundleId$ = lazyBundle[0];
1815
+ if (!exclude.includes(tagName) && !customElements2.get(tagName)) {
1816
+ cmpTags.push(tagName);
1817
+ customElements2.define(
1818
+ tagName,
1819
+ proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)
1820
+ );
1821
+ }
1822
+ });
1823
+ });
1824
+ if (cmpTags.length > 0) {
1825
+ if (hasSlotRelocation) {
1826
+ dataStyles.textContent += SLOT_FB_CSS;
1827
+ }
1828
+ {
1829
+ dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;
1830
+ }
1831
+ if (dataStyles.innerHTML.length) {
1832
+ dataStyles.setAttribute("data-styles", "");
1833
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
1834
+ if (nonce != null) {
1835
+ dataStyles.setAttribute("nonce", nonce);
1836
+ }
1837
+ head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
1838
+ }
1839
+ }
1840
+ isBootstrapping = false;
1841
+ if (deferredConnectedCallbacks.length) {
1842
+ deferredConnectedCallbacks.map((host) => host.connectedCallback());
1843
+ } else {
1844
+ {
1845
+ plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));
1846
+ }
1847
+ }
1848
+ endBootstrap();
1849
+ };
1850
+
1851
+ // src/runtime/fragment.ts
1852
+ var Fragment = (_, children) => children;
1853
+ var addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
1854
+ if (listeners) {
1855
+ listeners.map(([flags, name, method]) => {
1856
+ const target = getHostListenerTarget(elm, flags) ;
1857
+ const handler = hostListenerProxy(hostRef, method);
1858
+ const opts = hostListenerOpts(flags);
1859
+ plt.ael(target, name, handler, opts);
1860
+ (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
1861
+ });
1862
+ }
1863
+ };
1864
+ var hostListenerProxy = (hostRef, methodName) => (ev) => {
1865
+ var _a;
1866
+ try {
1867
+ {
1868
+ if (hostRef.$flags$ & 256 /* isListenReady */) {
1869
+ (_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);
1870
+ } else {
1871
+ (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
1872
+ }
1873
+ }
1874
+ } catch (e) {
1875
+ consoleError(e);
1876
+ }
1877
+ };
1878
+ var getHostListenerTarget = (elm, flags) => {
1879
+ if (flags & 8 /* TargetWindow */) return win;
1880
+ return elm;
1881
+ };
1882
+ var hostListenerOpts = (flags) => supportsListenerOptions ? {
1883
+ passive: (flags & 1 /* Passive */) !== 0,
1884
+ capture: (flags & 2 /* Capture */) !== 0
1885
+ } : (flags & 2 /* Capture */) !== 0;
1886
+
1887
+ // src/runtime/nonce.ts
1888
+ var setNonce = (nonce) => plt.$nonce$ = nonce;
1889
+
1890
+ exports.Fragment = Fragment;
1891
+ exports.Host = Host;
1892
+ exports.bootstrapLazy = bootstrapLazy;
1893
+ exports.createEvent = createEvent;
1894
+ exports.forceUpdate = forceUpdate;
1895
+ exports.getAssetPath = getAssetPath;
1896
+ exports.getElement = getElement;
1897
+ exports.getRenderingRef = getRenderingRef;
1898
+ exports.h = h;
1899
+ exports.promiseResolve = promiseResolve;
1900
+ exports.registerInstance = registerInstance;
1901
+ exports.setNonce = setNonce;