@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
@@ -1,6 +0,0 @@
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
- import{r as t,h as a,H as e,g as i}from"./p-e996c38f.js";import{g as n}from"./p-648b5a9e.js";import{l as r}from"./p-d001e961.js";import{g as s}from"./p-a9a72626.js";import"./p-ac122d9e.js";import"./p-0a24ad5f.js";import"./p-d4056c1c.js";const o={"instant-apps":{path:"M11.206 4.805v-1.38a2.231 2.231 0 0 1 2.23-2.231h13.168a2.231 2.231 0 0 1 2.231 2.23v11.15a2.231 2.231 0 0 1-2.23 2.231h-1.398V5.555a.75.75 0 0 0-.75-.75zM30.94 27.204l-5.447-4.41a.211.211 0 0 0-.344.164v2.225H8.197a1.344 1.344 0 0 1-1.344-1.344V11.665a.75.75 0 0 1 .75-.75h9.872a.75.75 0 0 1 .75.75l-.003 7.534a2.422 2.422 0 0 1-.798 1.796l-.945.855h4.3a1.075 1.075 0 0 0 1.074-1.075v-10.54a2.231 2.231 0 0 0-2.23-2.23H5.354a2.148 2.148 0 0 0-2.13 2.23v16.507a2.231 2.231 0 0 0 2.23 2.231l19.695-.003v2.725a.211.211 0 0 0 .344.164l5.447-4.41a.158.158 0 0 0 0-.245z",fill:"#83a238"},"map-viewer":{path:"M21.647 13.706A1.647 1.647 0 1 1 20 15.353a1.647 1.647 0 0 1 1.647-1.647zM19 19.083A1.917 1.917 0 1 1 17.082 21 1.917 1.917 0 0 1 19 19.082zm7.684 3.393a2.433 2.433 0 0 1-.64 1.776l-.01.012c-1.045 1.134-3.215 1.8-5.738 1.8-3.815 0-5.054-1.485-8.586-1.828a6.765 6.765 0 0 1 .566-4.07c.98-1.674 2.445-1.568 3.41-2.724.967-1.157.033-3.384 1.397-4.748 1.539-1.538 3.44-.12 4.57-2.542.877-1.884 1.84-2.98 3.68-3.35a.39.39 0 0 1 .047.07c.132.695 1.097 11.68 1.304 15.604zM6.208 8.864A3.054 3.054 0 0 1 8.115 6.17s2.425-.88 3.09-1.029a2.637 2.637 0 0 1 .314-.01 4.967 4.967 0 0 1 1.157.157l.404.095a7.26 7.26 0 0 0-.238 3.294c.188 1.354.657 2.399-.066 4.361-1.003 2.721-2.901 2.585-3.857 4.562-1.285 2.657.21 6.226-2.182 6.835l.004.002.003.003c-.801.114-1.363.22-1.663.272zm21.549-5.09a.055.055 0 0 0-.022-.037.058.058 0 0 0-.037-.01l-7.37 1.025-8.771-2.742a.227.227 0 0 0-.162.01L3.594 5.566a.054.054 0 0 0-.032.045L1.58 29a41.592 41.592 0 0 1 9.115-1.285c2.765.094 6.646 2.287 10.29 2.177 3.51-.108 8.582-2.382 9.564-2.836a.054.054 0 0 0 .03-.056z",fill:"#3DB8FF"},"story-maps":{path:"M25.5 0C23.015 0 21 .953 21 3.433v8.517a1.467 1.467 0 0 0 .43 1.038l3.837 3.827a.33.33 0 0 0 .466 0l3.836-3.827A1.467 1.467 0 0 0 30 11.95V3.433C30 .953 27.985 0 25.5 0zm0 8.1a2.6 2.6 0 1 1 2.6-2.599A2.599 2.599 0 0 1 25.5 8.1zm-7.856.453c.294-.153.312-.457.312-.788v-2.31a.104.104 0 0 0-.129-.1 6.128 6.128 0 0 0-2.248 1.19.14.14 0 0 1-.167.008c-3.437-2.283-8.543-1.52-12.131-.988-.432.064-1.762.34-2.164.424A.146.146 0 0 0 1 6.133V26.69a.147.147 0 0 0 .05.11.134.134 0 0 0 .116.035A36.394 36.394 0 0 1 9.5 25.781c3.283.054 4.403.96 4.967 1.513l.915.897a.164.164 0 0 0 .23 0l.916-.897a5.98 5.98 0 0 1 3.972-1.47 25.341 25.341 0 0 1 5.715.516c.718.109 1.46.22 2.186.312l1.251.16a.308.308 0 0 0 .348-.305v-7.375a.161.161 0 0 0-.303-.077l-.107.2a7.218 7.218 0 0 1-6.902 3.766 10.455 10.455 0 0 0-5.688.796V9.454a.89.89 0 0 1 .332-.693 2.058 2.058 0 0 1 .312-.208zM14 23.817c-3.071-1.38-5.998-.808-9.447-.293l-.253.036a.263.263 0 0 1-.3-.259V8.525a.098.098 0 0 1 .084-.097l.804-.115c2.518-.372 6.303-1.048 8.708.515a.89.89 0 0 1 .404.746z",fill:"#4fbaa9"},dashboards:{path:"M25.819 28H23.18a.181.181 0 0 1-.181-.181V13.18a.181.181 0 0 1 .181-.181h2.638a.181.181 0 0 1 .181.181V27.82a.181.181 0 0 1-.181.181zM21 27.816v-9.631a.184.184 0 0 0-.184-.185h-2.631a.184.184 0 0 0-.185.184v9.631a.184.184 0 0 0 .184.185h2.631a.184.184 0 0 0 .185-.184zm9.82.184a.18.18 0 0 0 .18-.18v-7.64a.18.18 0 0 0-.18-.18h-2.64a.18.18 0 0 0-.18.18v7.64a.18.18 0 0 0 .18.18zM7 9.267v10.475c.706.033 3.538-1.718 4.274-4.7.679-2.751 3.485-2.864 4.443-2.94 1.766-.14 3.588-.607 4.566-2.798A.216.216 0 0 0 20.085 9H7.267A.267.267 0 0 0 7 9.267zm18.997-1.053A4.411 4.411 0 0 0 21.63 4H2.684A.684.684 0 0 0 2 4.684V21.81A3.19 3.19 0 0 0 5.19 25h9.565a.245.245 0 0 0 .245-.245v-2.362a.393.393 0 0 0-.393-.393H6.38A1.385 1.385 0 0 1 5 20.619V7.349A.348.348 0 0 1 5.348 7h16.324A1.346 1.346 0 0 1 23 8.363v1.28a.357.357 0 0 0 .357.357h2.599a.046.046 0 0 0 .046-.046z",fill:"#ee9e01"},"experience-builder":{path:"M30.85 12.82l-2.85 5v7.44A1.78 1.78 0 0 1 26.22 27H25V7.75a.76.76 0 0 0-.75-.75H12V1.31a.28.28 0 0 1 .42-.25L17.51 4h8.71A1.78 1.78 0 0 1 28 5.78v4.42l2.54 1.47a.83.83 0 0 1 .31 1.15zM12 18h8v-6h-8zm7.62 5H7.75a.76.76 0 0 1-.75-.75V4H5.78A1.78 1.78 0 0 0 4 5.78V13l-2.89 5a.85.85 0 0 0 .31 1.15L4 20.59v4.61A1.78 1.78 0 0 0 5.78 27h8.62l5.18 3a.28.28 0 0 0 .42-.24v-6.39a.38.38 0 0 0-.38-.37z",fill:"#09b8ca"},geoBIM:{path:"M17.802 21.398l6.2 2.557-5.14 2.133a.772.772 0 0 1-1.06-.717zM9.311 7.868a.604.604 0 0 1-.003-1.122L16 4.169l8.12 3.148-8.119 3.184zm-3.5 1.541l8.387 3.413v12.554a.772.772 0 0 1-1.06.717l-6.297-2.736a1.639 1.639 0 0 1-1.03-1.521zM3.844 6.03a1.316 1.316 0 0 0-.827 1.22v17.395a1.316 1.316 0 0 0 .827 1.221L16 30.888l12.983-5.317v-2.423l-7.156-3.023 7.156-2.963v-1.95l-5.101-2.2-3.867 1.516L24 16.123l-6.199 2.505v-5.711l.073-.122 11.108-4.487v-1.95l-12.47-5.047a1.384 1.384 0 0 0-1.027 0z",fill:"#11ad1d"},notebooks:{path:"M2.941 25A.906.906 0 0 1 2 24.135v-.271A.906.906 0 0 1 2.941 23h3.118a.906.906 0 0 1 .941.864v.271a.906.906 0 0 1-.941.865zm3.118-8A.906.906 0 0 0 7 16.135v-.271A.906.906 0 0 0 6.059 15H2.941a.906.906 0 0 0-.941.864v.271a.906.906 0 0 0 .941.865zm0-8A.906.906 0 0 0 7 8.135v-.271A.906.906 0 0 0 6.059 7H2.941A.906.906 0 0 0 2 7.864v.271A.906.906 0 0 0 2.941 9zm9.44 16h-3.726a.773.773 0 0 1-.773-.774V6.171A.172.172 0 0 1 11.172 6H15.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H5.342A1.345 1.345 0 0 0 4 4.343V5h2.059A2.904 2.904 0 0 1 9 7.858v.277A2.907 2.907 0 0 1 6.059 11H4v2h2.059A2.907 2.907 0 0 1 9 15.864v.271A2.907 2.907 0 0 1 6.059 19H4v2h2.059A2.907 2.907 0 0 1 9 23.864v.271A2.907 2.907 0 0 1 6.059 27H4v1.405a.595.595 0 0 0 .595.595H15.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM20 3.5v2a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 .5.5v18a.5.5 0 0 1-.5.5h-4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-25a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.499.5z",fill:"#6e6e6e"},sites:{path:"M2.656 29A.656.656 0 0 1 2 28.344V6.185A3.189 3.189 0 0 1 5.185 3H29.72a.281.281 0 0 1 .281.281v22.53A3.194 3.194 0 0 1 26.81 29zm2.838-3h21.211a.295.295 0 0 0 .296-.295V13.494a.493.493 0 0 0-.493-.494H5v12.506a.494.494 0 0 0 .494.494zM23 9.91a.09.09 0 0 0 .09.09h3.82a.09.09 0 0 0 .09-.09V6.026A.026.026 0 0 0 26.974 6h-3.948a.026.026 0 0 0-.026.026zM6.633 6A1.597 1.597 0 0 0 5 7.595V10h14.523A.477.477 0 0 0 20 9.523V6.477A.477.477 0 0 0 19.523 6zM16 22v-5h7v5zm-7-2v-3h3v3z",fill:"#7842ed"},webAppBuilder:{path:"M15.044 19.974a.188.188 0 0 1-.192-.001l-3.762-2.35a.188.188 0 0 1-.09-.16v-4.098a.188.188 0 0 1 .096-.163l3.761-2.178a.188.188 0 0 1 .182-.001l3.863 2.179a.188.188 0 0 1 .098.165v4.095a.187.187 0 0 1-.092.161zm15.13-1.04a.052.052 0 0 0 .099.022 8.048 8.048 0 0 0 .67-3.147 7.155 7.155 0 0 0-3.507-6.213L17.59 3.768a4.054 4.054 0 0 0-1.968-.627 3.95 3.95 0 0 0-1.894.485c-.607.334-1.132.67-1.278.754a2.951 2.951 0 0 0-1.39 2.506v1.078a.2.2 0 0 0 .307.167l1.365-.87a4.988 4.988 0 0 1 2.319-.792 4.62 4.62 0 0 1 2.219.792s8.442 5.017 9.392 5.576a7.045 7.045 0 0 1 3.513 6.084zM9.546 23.55l.947-.547a.2.2 0 0 0 0-.345l-1.369-.79a4.326 4.326 0 0 1-2.13-3.842V7.286a7.16 7.16 0 0 1 3.63-6.083l.081-.05a.025.025 0 0 0-.012-.045l-.25-.005a8.333 8.333 0 0 0-3.887.994A7.102 7.102 0 0 0 3.069 8.31v10.786a3.96 3.96 0 0 0 1.89 3.362c.894.545 1.605.974 1.81 1.092a2.787 2.787 0 0 0 2.777 0zm4.383 6.37l9.997-5.773a3.959 3.959 0 0 0 1.967-3.32c.021-.929.034-1.604.034-1.806a2.786 2.786 0 0 0-1.39-2.406l-1.123-.57a.2.2 0 0 0-.289.177v1.604a4.45 4.45 0 0 1-2.218 3.842l-3.708 2.14a3.366 3.366 0 0 1-.256.135L11.6 27.128a6.427 6.427 0 0 1-3.343.938 7.137 7.137 0 0 1-3.513-1.038c-.09-.052-.38-.226-.797-.479a.094.094 0 0 0-.134.12 7.182 7.182 0 0 0 2.942 3.25 7.241 7.241 0 0 0 3.587 1.028 7.243 7.243 0 0 0 3.587-1.028z",fill:"#09b8ca"},urban:{path:"M32 14l-4 .003a1 1 0 0 0-1 1V21a1 1 0 0 1-1 1h-2V5.451l-7.598-3.335A1 1 0 0 0 15 3.03V25a1 1 0 0 1-1 1h-2V11.24h-.02L7.5 9l-4.48 2.24H3V20H0v4h5a1 1 0 0 0 1-1V12.717L7.5 12l1.5.717V28a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V6.094l3 1.317V24a2 2 0 0 0 2 2h5.02A1.977 1.977 0 0 0 30 24.024V17h2z",fill:"#3DB8FF"}},c=new Map;function l(t){return c[t]||""}Object.keys(o).forEach((t=>{c[t]=`<svg viewBox="0 0 32 32" width="32" height="32" fill="${o[t].fill}"><path d="${o[t].path}"/></svg>`}));const p="instant-apps-create calcite-mode-light",h=class{constructor(a){t(this,a),this.popoverIcon="grid",this.mode="inline",this.popoverPositioning="absolute",this.popoverPlacement="auto",this.showHeader=!0,this.content=void 0,this.options=["instant-apps","map-viewer","story-maps","experience-builder","dashboards"],this.portal=void 0,this.baseClass=p,this.messages={},this.CreateOptionsLookup=void 0}contentChanged(){Object.keys(this.CreateOptionsLookup).forEach((t=>{this.CreateOptionsLookup[t].href=this.hrefLookup(t)}))}componentWillLoad(){return this.baseClass="dark"===s(this.el)?"instant-apps-create calcite-mode-dark":p,this.initializeModules(),n(this).then((()=>{this.initializePredefinedOptions()}))}disconnectedCallback(){var t,a;null===(t=this.handles)||void 0===t||t.removeAll(),null===(a=this.handles)||void 0===a||a.destroy(),this.handles=null}render(){const t="popover"===this.mode?this.renderPopover():this.renderPanel();return a(e,{key:"ee6a5076dce36a238288216de4cbd77d16347c15"},a("div",{key:"c22b60a05f5d0b430c76ab8edcf52577f1eecfaa",class:this.baseClass},t))}async initializeModules(){const[t]=await r(["esri/core/Handles"]);return this.handles=new t,Promise.resolve()}initializePredefinedOptions(){const{instantApps:t,instantAppsDesc:a,mapViewer:e,mapViewerDesc:i,arcgisStoryMaps:n,storyMapsDesc:r,experienceBuilder:s,experienceBuilderDesc:o,dashboards:c,dashboardsDesc:p}=this.messages;this.CreateOptionsLookup={"instant-apps":{title:t,subtitle:a,img:l("instant-apps"),href:this.hrefLookup("instant-apps")},"map-viewer":{title:e,subtitle:i,img:l("map-viewer"),href:this.hrefLookup("map-viewer")},"story-maps":{title:n,subtitle:r,img:l("story-maps"),href:this.hrefLookup("story-maps")},"experience-builder":{title:s,subtitle:o,img:l("experience-builder"),href:this.hrefLookup("experience-builder")},dashboards:{title:c,subtitle:p,img:l("dashboards"),href:this.hrefLookup("dashboards")}}}hrefLookup(t){var a,e;const i=this.getBaseUrl(this.portal),n=this._getEnvironment(i),r=this.contentHref();switch(t){case"instant-apps":return`${i}/apps/instantgallery/index.html?${r}`;case"dashboards":return`${i}/apps/dashboards/new#id=${null===(e=null===(a=this.content)||void 0===a?void 0:a.portalItem)||void 0===e?void 0:e.id}`;case"map-viewer":return`${i}/apps/mapviewer/index.html?${r}`;case"story-maps":return`https://storymaps${"prod"===n?"":n}.arcgis.com/stories/new?${r}`;case"experience-builder":return`https://experience${"prod"===n?"":n}.arcgis.com/builder/page/template/?${r}`}return""}contentHref(){var t,a,e,i,n;return"Web Map"===(null===(a=null===(t=null==this?void 0:this.content)||void 0===t?void 0:t.portalItem)||void 0===a?void 0:a.type)?`webmap=${this.content.portalItem.id}`:"Web Scene"===(null===(i=null===(e=null==this?void 0:this.content)||void 0===e?void 0:e.portalItem)||void 0===i?void 0:i.type)?`webscene=${this.content.portalItem.id}`:"function"==typeof(null===(n=null==this?void 0:this.content)||void 0===n?void 0:n.fetchMembers)?`group=${this.content.id}`:""}getBaseUrl(t){if(!t)return"";const{customBaseUrl:a,portalHostname:e,urlKey:i}=t,{protocol:n}=location;return`${n}//${i?`${i}.${a}`:e}`}_getEnvironment(t){var a;let e=null;try{e=null===(a=new URL(t))||void 0===a?void 0:a.hostname}catch(t){}return null==e||-1===e.indexOf("arcgis.com")?"dev":(-1!==e.indexOf("devext")?"dev":-1!==e.indexOf("qaext")&&"qa")||"prod"}renderPopover(){var t,e;const i=this.renderPanel();return[a("calcite-popover",{referenceElement:"create-popover-btn",overlayPositioning:this.popoverPositioning,placement:this.popoverPlacement,autoClose:!0,ref:t=>this.popoverEl=t,label:"Create panel"},i),a("calcite-action",{id:"create-popover-btn",alignment:"center",icon:this.popoverIcon,title:null===(t=this.messages)||void 0===t?void 0:t.create,text:null===(e=this.messages)||void 0===e?void 0:e.create})]}renderPanel(){const t=this.showHeader?this.renderHeader():null,e=this.renderOptions();return a("div",{class:"inline"===this.mode?"instant-apps-create__inline-container":"instant-apps-create__popover-container"},t,e)}renderHeader(){const{create:t,createSubheading:e}=this.messages;return a("div",{class:"instant-apps-create__header"},a("h3",null,t),a("p",null,e))}renderOptions(){return a("nav",null,this.options.map((t=>this.renderOption(t))))}renderOption(t){var e;"string"==typeof t&&(t=null===(e=null==this?void 0:this.CreateOptionsLookup)||void 0===e?void 0:e[t]);const{title:i,subtitle:n,img:r,href:s}=t||{};return a("a",{class:"instant-apps-create__option",href:s,target:"_blank"},a("span",{class:"instant-apps-create__option-icon",innerHTML:r}),a("span",{class:"instant-apps-create__option-text"},a("span",{class:"instant-apps-create__option-text-wrapper"},a("h3",{class:"instant-apps-create__option-title"},i),a("calcite-icon",{scale:"s",icon:"launch"})),a("p",{class:"instant-apps-create__option-subtitle"},n)))}get el(){return i(this)}static get watchers(){return{content:["contentChanged"]}}};h.style=":host{display:block;--instant-apps-create-action-background:var(--calcite-color-foreground-1);--instant-apps-create-action-background-hover:var(--calcite-color-foreground-2);--instant-apps-create-action-background-press:var(--calcite-color-foreground-3);--instant-apps-create-action-height:100%;--instant-apps-create-action-width:fit-content;--instant-apps-create-action-icon-color:var(--calcite-color-text-3);--instant-apps-create-action-icon-hover-color:var(--calcite-color-text-1);--instant-apps-create-background:var(--calcite-color-foreground-1);--instant-apps-create-text-color:var(--calcite-color-text-1);--instant-apps-create-popover-width:450px}.instant-apps-create{height:100%}.instant-apps-create *{box-sizing:border-box}.instant-apps-create__popover-container,.instant-apps-create__inline-container{padding:1rem 1.5rem;background:var(--instant-apps-create-background);--calcite-color-text-1:var(--instant-apps-create-text-color)}.instant-apps-create__popover-container{width:var(--instant-apps-create-popover-width)}.instant-apps-create calcite-popover{--calcite-color-foreground-1:var(--instant-apps-create-background)}.instant-apps-create calcite-button:last-of-type{margin-top:0.5rem}.instant-apps-create__header h3{margin:0;font-weight:var(--calcite-font-weight-medium)}.instant-apps-create__header p{margin:0;padding:0 0 0.5rem 0;font-weight:var(--calcite-font-weight-normal)}.instant-apps-create__options{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.instant-apps-create__option{display:flex;color:inherit;text-decoration:inherit;height:-moz-fit-content;height:fit-content;margin-bottom:0.5rem;cursor:pointer;--calcite-color-text-link:var(--calcite-color-text-1);align-items:stretch;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);outline-offset:0;outline-color:transparent;transition:outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out}.instant-apps-create__option:first-of-type{margin-top:0.5rem}.instant-apps-create__option:last-of-type{margin-bottom:0}.instant-apps-create__option:hover{outline:1px solid var(--calcite-color-border-1);outline-offset:2px}.instant-apps-create__option-icon{display:flex;background:var(--calcite-color-foreground-2);color:var(--calcite-color-text-1);font-size:1.25rem;background-color:var(--calcite-color-background);justify-content:center;align-items:center;flex:1 1 auto;max-width:5rem;min-width:5rem;height:auto}.instant-apps-create__option-icon svg{display:block;overflow-clip-margin:content-box;overflow:hidden}.instant-apps-create__option-text{min-height:2rem;font-size:0.75rem;color:var(--calcite-color-text-2);padding:0.75rem 0 0 0.75rem}.instant-apps-create__option-text-wrapper{display:flex;align-items:center}.instant-apps-create__option-text h3{margin:0;font-size:var(--calcite-font-size-0);font-weight:var(--calcite-font-weight-medium)}.instant-apps-create__option-text calcite-icon{margin-left:0.25rem;color:rgb(126, 126, 126);--tw-translate-x:0px;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:all;transition-duration:150ms;transition-timing-function:ease-in-out;transition-delay:0s}a:hover .instant-apps-create__option-text calcite-icon{opacity:1;--tw-translate-x:0.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.instant-apps-create__option-text p{margin:0;font-size:var(--calcite-font-size--1);color:var(--calcite-color-text-3);line-height:1.35;min-height:3rem}";export{h as instant_apps_create}
@@ -1,6 +0,0 @@
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
- import{r as e,c as n,h as t,g as i}from"./p-e996c38f.js";import{v as a,g as s}from"./p-97f33e9f.js";import"./p-d001e961.js";import"./p-0a24ad5f.js";import"./p-d4056c1c.js";import"./p-80262cb7.js";import"./p-8717729a.js";const p=class{constructor(t){e(this,t),this.groupLayerCaptionElementExpandUpdatedEvent=n(this,"groupLayerCaptionElementExpandUpdated",7),this.legendvm=void 0,this.featureCount=void 0,this.activeLayerInfo=void 0,this.messages=void 0,this.isChild=!1,this.expanded=!0}render(){var e,n,i,p;const l=a(this.activeLayerInfo),{expanded:c}=this,r=c?null===(e=this.messages)||void 0===e?void 0:e.collapse:null===(n=this.messages)||void 0===n?void 0:n.expand,d=this.isChild?" instant-apps-interactive-legend__heading-text--group-item":"";return t("header",{key:"f7fc15a482577d3dc46bf2c75a7e3349d7565654",class:`instant-apps-interactive-legend__header ${s(this.el)}`,style:{borderLeft:"1px solid var(--calcite-color-border-3)"}},t("span",{key:"e8652d3efbba23460e516c7a482b9c58711bfd6e"},t("span",{key:"0b3aa10dd2da8634101fca455b5a611f6d3e4436",class:"instant-apps-interactive-legend__header-action-container"},t("calcite-action",{key:"3f311642dd154822d105fa5ecd21bd5cfe7dcf0c",onClick:this.toggleExpanded(),icon:c?"chevron-down":"chevron-up",appearance:"transparent",text:r,label:r,scale:"s"}),t("h3",{key:"0d7eb0a5958b4f661772f59faf287836818aaeeb",class:`esri-widget__heading esri-legend__service-label${d}`,title:null===(i=this.activeLayerInfo)||void 0===i?void 0:i.title},null===(p=this.activeLayerInfo)||void 0===p?void 0:p.title)),this.featureCount&&l?t("instant-apps-interactive-legend-count",{activeLayerInfo:this.activeLayerInfo,"show-total":!0,messages:this.messages,legendvm:this.legendvm}):null))}toggleExpanded(){return()=>{this.expanded=!this.expanded,this.groupLayerCaptionElementExpandUpdatedEvent.emit(this.expanded)}}get el(){return i(this)}};p.style=".sc-instant-apps-interactive-legend-group-legend-element-caption-h{display:block;--instant-apps-interactive-legend-heading-font-size:1rem;--instant-apps-interactive-legend-heading-font-weight:normal;--instant-apps-interactive-legend-secondary-color:var(--calcite-color-text-1);--instant-apps-interactive-legend-ui-padding:15px 10px}.sc-instant-apps-interactive-legend-group-legend-element-caption-h .esri-widget__heading.sc-instant-apps-interactive-legend-group-legend-element-caption{overflow:hidden;margin:0;overflow-x:hidden;display:inline-block;font-size:var(--instant-apps-interactive-legend-heading-font-size);font-weight:var(--instant-apps-interactive-legend-heading-font-weight)}.sc-instant-apps-interactive-legend-group-legend-element-caption-h .esri-widget__heading.sc-instant-apps-interactive-legend-group-legend-element-caption header.sc-instant-apps-interactive-legend-group-legend-element-caption{padding:var(--instant-apps-interactive-legend-ui-padding)}.sc-instant-apps-interactive-legend-group-legend-element-caption-h header.sc-instant-apps-interactive-legend-group-legend-element-caption{display:flex;text-align:left;padding:var(--instant-apps-interactive-legend-ui-padding);background-color:var(--instant-apps-interactive-legend-secondary-background-color);color:var(--instant-apps-interactive-legend-secondary-color)}.sc-instant-apps-interactive-legend-group-legend-element-caption-h header.sc-instant-apps-interactive-legend-group-legend-element-caption h3.sc-instant-apps-interactive-legend-group-legend-element-caption{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:normal;color:var(--instant-apps-interactive-legend-secondary-color)}.sc-instant-apps-interactive-legend-group-legend-element-caption-h header.sc-instant-apps-interactive-legend-group-legend-element-caption .instant-apps-interactive-legend__heading-text--group-item.sc-instant-apps-interactive-legend-group-legend-element-caption{-webkit-line-clamp:2;line-clamp:2}.sc-instant-apps-interactive-legend-group-legend-element-caption-h header.sc-instant-apps-interactive-legend-group-legend-element-caption span.sc-instant-apps-interactive-legend-group-legend-element-caption{width:100%;font-size:var(--instant-apps-interactive-legend-total-feature-count-font-size);color:var(--instant-apps-interactive-legend-secondary-color)}.sc-instant-apps-interactive-legend-group-legend-element-caption-h header.sc-instant-apps-interactive-legend-group-legend-element-caption .instant-apps-interactive-legend__header-action-container.sc-instant-apps-interactive-legend-group-legend-element-caption{display:flex;align-items:center}.sc-instant-apps-interactive-legend-group-legend-element-caption-h .esri-widget__heading.sc-instant-apps-interactive-legend-group-legend-element-caption header.sc-instant-apps-interactive-legend-group-legend-element-caption{padding:var(--instant-apps-interactive-legend-ui-padding)}.sc-instant-apps-interactive-legend-group-legend-element-caption-h .esri-widget--panel.sc-instant-apps-interactive-legend-group-legend-element-caption{margin:0}.calcite-mode-dark.sc-instant-apps-interactive-legend-group-legend-element-caption-h .instant-apps-interactive-legend__header.sc-instant-apps-interactive-legend-group-legend-element-caption{background-color:#242424;color:var(--calcite-color-text-1)}.calcite-mode-light.sc-instant-apps-interactive-legend-group-legend-element-caption-h .instant-apps-interactive-legend__header.sc-instant-apps-interactive-legend-group-legend-element-caption{background-color:#ffffff;color:var(--calcite-color-text-1)}";export{p as instant_apps_interactive_legend_group_legend_element_caption}
@@ -1,36 +0,0 @@
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
- import{e as t}from"./p-0a24ad5f.js";import{a}from"./p-e996c38f.js";
7
- /** @license
8
- * Copyright 2022 Esri
9
- *
10
- * Licensed under the Apache License, Version 2.0 (the "License");
11
- * you may not use this file except in compliance with the License.
12
- * You may obtain a copy of the License at
13
- *
14
- * http://www.apache.org/licenses/LICENSE-2.0
15
- *
16
- * Unless required by applicable law or agreed to in writing, software
17
- * distributed under the License is distributed on an "AS IS" BASIS,
18
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- * See the License for the specific language governing permissions and
20
- * limitations under the License.
21
- */const e=async(a,e)=>(await t.exports.loadModules(a,e)).map((t=>t.__esModule&&t.default?t.default:t)),n=new Map([["ar","ar"],["bg","bg"],["bs","bs"],["ca","ca"],["cs","cs"],["da","da"],["de","de"],["el","el"],["en","en"],["es","es"],["et","et"],["fi","fi"],["fr","fr"],["he","he"],["hr","hr"],["hu","hu"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["lt","lt"],["lv","lv"],["nb","nb"],["nl","nl"],["pl","pl"],["pt-br","pt-BR"],["pt-pt","pt-PT"],["ro","ro"],["ru","ru"],["sk","sk"],["sl","sl"],["sr","sr"],["sv","sv"],["th","th"],["tr","tr"],["uk","uk"],["vi","vi"],["zh-cn","zh-CN"],["zh-hk","zh-HK"],["zh-tw","zh-TW"]]);async function s(t,a){const{api:n=4,type:s="decimal",places:r=2}=a||{};if(4===n){const[a]=await e(["esri/intl"]),n=a.convertNumberFormatToIntlOptions({places:r,type:s,digitSeparator:!0});return a.formatNumber(t,n)}const[o]=await e(["dojo/number"]);return o.format(t,{type:s,places:r})}
22
- /** @license
23
- * Copyright 2022 Esri
24
- *
25
- * Licensed under the Apache License, Version 2.0 (the "License");
26
- * you may not use this file except in compliance with the License.
27
- * You may obtain a copy of the License at
28
- *
29
- * http://www.apache.org/licenses/LICENSE-2.0
30
- *
31
- * Unless required by applicable law or agreed to in writing, software
32
- * distributed under the License is distributed on an "AS IS" BASIS,
33
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34
- * See the License for the specific language governing permissions and
35
- * limitations under the License.
36
- */function r(t){const a=t.closest("[lang]")??t.shadowRoot?.ownerDocument?.documentElement,e=(a?.lang||navigator?.language||"en").toLowerCase();return n.has(e)?n.get(e):n.has(e.slice(0,2))?n.get(e.slice(0,2)):"en"}function o(t,e){return new Promise(((n,s)=>{fetch(a(`assets/t9n/${t}/resources_${e}.json`)).then((t=>{t.ok?n(t.json()):s()}),(()=>s()))}))}async function c(t){const a=t.tagName.toLowerCase(),e=r(t);let n;try{n=await o(a,e)}catch(t){console.warn(`no locale for ${a} (${e}) loading default locale en.`),n=await o(a,"en")}return[n,e]}export{r as a,s as f,c as g,e as l}
@@ -1,6 +0,0 @@
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
- import{r as t,c as i,g as e,h as s,F as a,H as h}from"./p-e996c38f.js";import{l as o,g as n}from"./p-404cbf48.js";import{a as d,g as c}from"./p-d572627c.js";import{P as r}from"./p-3335285a.js";import"./p-0a24ad5f.js";import"./p-d4056c1c.js";import"./p-80cb7c73.js";import"./p-8d281f47.js";import"./p-4fe489cf.js";import"./p-2bc98cb0.js";import"./p-4f236b5d.js";import"./p-570b13d9.js";import"./p-0668e30d.js";const l=class{constructor(e){t(this,e),this.success=i(this,"success",7),this.fail=i(this,"fail",7),this.drawComplete=i(this,"drawComplete",7),this.editingAttachment=i(this,"editingAttachment",7),this.progressStatus=i(this,"progressStatus",7),this.modeChanged=i(this,"modeChanged",7),this.mapView=void 0,this.selectedLayerId=void 0,this.customizeSubmit=!1,this.locale=void 0,this.searchConfiguration=void 0,this.isMobile=void 0,this.floorLevel=void 0,this.formElements=void 0,this.enableSearch=!1,this.showGuidingMsg=!0,this.showGuidingMsgWhileDrawing=!0,this._editorLoading=!1,this._currentPage="templatePicker",this._translations=void 0}get el(){return e(this)}Editor;ExpressionInfo;FieldElement;FormTemplate;_editor;FeatureLayer;MapView;_updatedMapView;Search;_search;reactiveUtils;_addingAttachment;_container;_mapViewContainer;_isSubmitBtnClicked=!1;_selectedLayer;_searchDiv;_calciteNotice;async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async mapViewWatchHandler(){await this.mapView.when((async()=>{await this.init()}))}async isMobileHandler(){this.modeChanged.emit()}async _editorLoadingWatchHandler(t){if(t){if(this._container?.classList.add("display-none"),this._selectedLayer?.isTable){const t={layer:this._selectedLayer,template:this._selectedLayer.templates[0]};await this._editor.startCreateFeaturesWorkflowAtFeatureCreation(t),await this.hideEditorsElements()}else await this.startCreate();this._container?.classList.remove("display-none"),this._editorLoading=!1}}async submit(){this._editor&&(this._isSubmitBtnClicked=!0,this._editor.viewModel.featureFormViewModel.submit())}async refresh(t){this._editor&&this._setFloorLevel(t)}success;fail;drawComplete;editingAttachment;progressStatus;modeChanged;async componentWillLoad(){await this._getTranslations(),await this.initModules()}async componentDidLoad(){await this.init()}componentDidRender(){this.isMobile&&(this._mapViewContainer.style.top=`${this._calciteNotice.offsetHeight+this._searchDiv.offsetHeight+80}px`)}disconnectedCallback(){this._editor&&this._editor.destroy()}render(){const t="drawing"===this._currentPage?"":"display-none",i=this._editorLoading?"":"display-none",e=this._editorLoading?"display-none":"",h=this.isMobile?"show-map":"display-none";let o=this._translations.chooseCategoryMsg;return"drawing"===this._currentPage?o=this._translations.provideLocationMsg:"featureForm"===this._currentPage&&(o=this._translations.provideDetailsMsg),s(a,{key:"829e66e8b4818b2566d514ae85eddc50968075f8"},this.showGuidingMsg&&(this.showGuidingMsgWhileDrawing||"drawing"!==this._currentPage)&&s("calcite-notice",{key:"0347181f26f5d87d38f8be185e0b43ffbbc34208",class:"notice-msg",icon:"lightbulb",kind:"success",open:!0,ref:t=>this._calciteNotice=t},s("div",{key:"e5dd776ead66c26184a5aad747e82d97612d961a",slot:"message"},o)),s("calcite-loader",{key:"7989ecdbb4b635d38a1d63bf879d7e95b3f9a9be",class:i,label:"",scale:"s"}),s("div",{key:"6f6184af21e8a0595e5c51c132e657e7660caa01",class:e,id:"feature-form"}),this.enableSearch&&s("div",{key:"2068ca424a9355a28c9957104a4f6973b11c1b8f",class:`search-widget ${t} ${e}`,id:"search-widget-ref",ref:t=>this._searchDiv=t}),s("div",{key:"a899d52788e6cfa67fe77abbbe0eeb6383b40d0a",class:`${h}`,ref:t=>{this._mapViewContainer=t}}))}async init(){this.mapView&&this.selectedLayerId&&(this._updatedMapView=this.mapView,await(this.isMobile?this.createMobileMapView():this._loadWidgets()))}async initModules(){const[t,i,e,s,a,h,n]=await o(["esri/widgets/Editor","esri/core/reactiveUtils","esri/widgets/Search","esri/form/ExpressionInfo","esri/form/elements/FieldElement","esri/form/FormTemplate","esri/views/MapView"]);this.Editor=t,this.reactiveUtils=i,this.Search=e,this.ExpressionInfo=s,this.FieldElement=a,this.FormTemplate=h,this.MapView=n}async createMobileMapView(){this._mapViewContainer.classList.add("hide-map"),await new this.MapView({map:this.mapView.map,container:this._mapViewContainer,zoom:this.mapView.zoom}).when((t=>{this._updatedMapView=t,this._loadWidgets()}),(t=>{console.log(t)}))}async _loadWidgets(){await this.createEditorWidget(),this.enableSearch&&await this.createSearchWidget()}async createEditorWidget(){this._editor&&this._editor.destroy();const t=[];this._container=document.createElement("div"),this._container?.classList.add("display-none");const i=await d(this._updatedMapView);this._selectedLayer=await c(this.mapView,this.selectedLayerId),this._selectedLayer?.isTable||i.forEach((async i=>{t.push({layer:i,enabled:"feature"===i?.type&&i?.id===this.selectedLayerId,addEnabled:!0,updateEnabled:!1,deleteEnabled:!1})})),this._editor=new this.Editor({view:this._updatedMapView,layerInfos:t,visibleElements:{snappingControls:!1,createFeaturesSection:!0,editFeaturesSection:!1},container:this._container}),this._mapViewContainer?this.el.insertBefore(this._container,this._mapViewContainer):this.el.appendChild(this._container);const e=this.reactiveUtils.watch((()=>this._editor.viewModel.state),(t=>{"adding-attachment"===t||"editing-attachment"===t?(this._addingAttachment=!0,this.editingAttachment.emit(!0)):this._addingAttachment&&(this.editingAttachment.emit(!1),this._addingAttachment=!1)}));this._editor.viewModel.addHandles(e);const s=this.reactiveUtils.watch((()=>this._editor.viewModel.featureTemplatesViewModel.state),(t=>{"ready"===t&&"create-features"!==this._editor.viewModel?.activeWorkflow?.type&&(this.progressStatus.emit(.5),this._editorLoading=!0)}));this._editor.viewModel.addHandles(s);const a=this.reactiveUtils.watch((()=>this._editor.viewModel.featureFormViewModel?.state),(t=>{"ready"===t&&(this._mapViewContainer?.classList?.replace("show-map","hide-map"),this._editor.viewModel.featureFormViewModel.on("submit",this.submitted.bind(this)),setTimeout((()=>{this._setFloorLevel(this.floorLevel)}),50),this._currentPage="featureForm",this.progressStatus.emit(1),this.drawComplete.emit())}));this._editor.viewModel.addHandles(a);const h=this.reactiveUtils.watch((()=>this._editor.viewModel.state),(t=>{"creating-features"===t&&"disabled"===this._editor.viewModel.featureFormViewModel.state&&(this._mapViewContainer?.classList?.replace("hide-map","show-map"),this._selectedLayer&&!this._selectedLayer.isTable&&(this._currentPage="drawing"))}));this._editor.viewModel.addHandles(h)}async startCreate(){return await this.hideEditorsElements(),new Promise(((t,i)=>{if(this._editor.viewModel.featureTemplatesViewModel.items?.length){const e=this._editor.viewModel.featureTemplatesViewModel.items[0].get("items");this._editor.viewModel.featureTemplatesViewModel.on("select",(()=>{this.progressStatus.emit(.75),setTimeout((()=>{this.hideEditorsElements().then((()=>{t({})}),(t=>i(t)))}),700)})),1===e.length&&this._editor.viewModel.featureTemplatesViewModel.select(e[0]);const s=e.length>1;this.hideEditorsElements().then((()=>{s&&t({})}),(t=>s&&i(t)))}}))}async createSearchWidget(){let t={view:this._updatedMapView};this.searchConfiguration&&(t={...this._getSearchConfig(this.searchConfiguration,this._updatedMapView)}),this._search=new this.Search(t),this._search.container="search-widget-ref",this._search.popupEnabled=!1,this._search.resultGraphicEnabled=!1;let i=null;this._search.on("search-complete",(t=>{this._updatedMapView.goTo(t.results[0].results[0].extent),"point"===this._selectedLayer.geometryType&&(i=t.results[0].results[0]?.feature.geometry)}));const e=this.reactiveUtils.watch((()=>this._search.viewModel.state),(t=>{"ready"===t&&setTimeout((()=>{this._editor.viewModel.sketchViewModel.createGraphic&&i&&(this._editor.viewModel.sketchViewModel.createGraphic.set("geometry",i),this._editor.viewModel.sketchViewModel.complete(),this.hideEditorsElements())}),100)}));this._search.viewModel.addHandles(e)}_getSearchConfig(t,i){const e=t.sources;return e?.length>0?(t.includeDefaultSources=!1,e.forEach((t=>{if(t.hasOwnProperty("layer")){const e=t,s=e.layer?.id,a=s?i.map.findLayerById(s):null,h=e?.layer?.url;a?e.layer=a:h&&(e.layer=new this.FeatureLayer(h))}})),e?.forEach((t=>{if(t.hasOwnProperty("locator")){const i=t;"ArcGIS World Geocoding Service"===i?.name&&(i.outFields=i.outFields||["Addr_type","Match_addr","StAddr","City"],i.singleLineFieldName="SingleLine"),i.url=i.url,delete i.url}}))):t={...t,includeDefaultSources:!0},t}async _setFloorLevel(t){if(!t)return;const i=this._selectedLayer;if(i?.floorInfo?.floorField){const e=i.fields.find((t=>t.name===i.floorInfo.floorField));if(e&&!i?.formTemplate)this._editor.viewModel.featureFormViewModel.setValue(e.name,t),e.editable=!1;else if(i.formTemplate&&this.formElements){const e=new this.ExpressionInfo({expression:`"${t}"`,name:"floor-info-test",title:"Floor Info",returnType:"string"}),s=new this.FieldElement({label:i.floorInfo.floorField,editableExpression:"false",fieldName:i.floorInfo.floorField,input:{type:"text-box",maxLength:50,minLength:0},valueExpression:e.name});this._updatedMapView.map.editableLayers.forEach((t=>{const i=this.formElements.orgExpressionInfos,a=[...this.formElements.orgElements];a.push(s);const h=new this.FormTemplate({title:t.formTemplate.title,description:t.formTemplate.description,elements:a,expressionInfos:[e].concat(i)});t.formTemplate=h}))}}}async hideEditorsElements(){this.customizeSubmit&&(await this.timeout(700),this.el.querySelector(".esri-editor")?.querySelectorAll("calcite-flow-item")?.forEach((t=>{const i=t.shadowRoot?.querySelector("calcite-panel")?.shadowRoot?.querySelector("article");i?.querySelector("header")?.setAttribute("style","display: none"),i?.querySelector("footer")?.setAttribute("style","display: none")})))}async submitted(t){if(t.invalid.length)this._isSubmitBtnClicked=!1;else if(t.valid.length&&this._isSubmitBtnClicked){this._isSubmitBtnClicked=!1;try{await this._editor.activeWorkflow.commit(),this._editor.viewModel.failures?.length&&this._editor.viewModel.failures.some((t=>{if(t.error)throw t.error}))}catch(t){return void this.fail.emit(t)}this.success.emit()}}timeout(t){return new Promise((i=>setTimeout(i,t)))}async _getTranslations(){const t=await n(this.el);this._translations=t[0]}static get watchers(){return{locale:["localeWatchHandler"],mapView:["mapViewWatchHandler"],isMobile:["isMobileHandler"],_editorLoading:["_editorLoadingWatchHandler"]}}};l.style=":host{display:block}.esri-editor__panel-toolbar{display:none !important}.esri-editor__panel-content{padding-block:0px !important}.esri-editor .esri-item-list__group__header{display:none !important}.esri-editor__panel-content__section .esri-widget__heading{display:none !important}.esri-editor .esri-item-list__filter-container--sticky{padding-block:0px !important;padding-inline:10px !important}.search-widget{width:92% !important;margin:5px 14px 20px 14px}.display-none{display:none !important}.hide-map{height:1%;visibility:hidden}.show-map{padding:10px !important;position:absolute !important;bottom:0;height:auto !important;width:calc(100% - 22px)}.notice-msg{padding:10px;width:calc(100% - 20px)}.esri-editor__panel-content{padding-block:10px !important}@media only screen and (max-width: 600px){.esri-editor__panel-content{padding-block:0 !important;min-height:0 !important}}";const p=class{constructor(e){t(this,e),this.editsComplete=i(this,"editsComplete",7),this.deleteDialog=void 0,this.buttonType="button",this.disabled=!1,this.icon=void 0,this.ids=[],this.layer=void 0,this.locale=void 0,this._confirmDelete=!1,this._deleteEndabled=!1,this._supportsDelete=void 0,this._translations=void 0}get el(){return e(this)}async idsWatchHandler(){this._setDeleteEnabled()}async layerWatchHandler(){this._setDeleteEnabled()}async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}editsComplete;async componentWillLoad(){await this._getTranslations()}render(){return s(h,{key:"73d07f24703df76fdacc1b3a1ec80cfdd7bbee30"},"button"===this.buttonType?s("calcite-button",{appearance:"outline",disabled:!this._deleteEndabled,id:"solutions-delete",kind:"danger",onClick:()=>this._delete(),width:"full"},this._translations.deleteCount.replace("{{n}}",this.ids.length.toString())):s("calcite-action",{appearance:"solid",disabled:!this._deleteEndabled,id:this.icon,onClick:()=>this._delete(),scale:"s",text:this._translations.delete},s("calcite-button",{appearance:"transparent",iconStart:this.icon,kind:"danger"},this._translations.delete)),this._deleteMessage(),s("calcite-tooltip",{key:"803898895029bd098264b9144ff5ccee102d4ae8",placement:"bottom","reference-element":"button"===this.buttonType?"solutions-delete":this.icon},s("span",{key:"a920ffea1849667cd58812a2c1813d2e066f0064"},this._translations.delete)))}async componentDidLoad(){this._setDeleteEnabled()}_setDeleteEnabled(){this._supportsDelete=this.layer?.editingEnabled&&this.layer?.capabilities?.operations?.supportsDelete,this._deleteEndabled=!this.disabled||this._supportsDelete&&this.ids.length>0}_delete(){this._confirmDelete=!0}_deleteMessage(){return this.deleteDialog?this.deleteDialog:s("delete-dialog",{id:"solution-delete-dialog",ids:this.ids,layer:this.layer,locale:this.locale,onDeleteDialogClose:()=>this._confirmDelete=!1,open:this._confirmDelete})}async _getTranslations(){const t=await n(this.el);this._translations=t[0]}static get watchers(){return{ids:["idsWatchHandler"],layer:["layerWatchHandler"],locale:["localeWatchHandler"]}}};p.style=":host{display:block}.delete-modal{position:fixed}";const f=class{constructor(e){t(this,e),this.closeEdit=i(this,"closeEdit",7),this.editorInitialized=i(this,"editorInitialized",7),this.editsComplete=i(this,"editsComplete",7),this.refreshGraphics=i(this,"refreshGraphics",7),this.enableEditGeometry=!1,this.graphics=void 0,this.locale=void 0,this.mapView=void 0,this.open=!1,this.graphicIndex=0,this._editorLoading=!1,this._translations=void 0}get el(){return e(this)}_activeWorkflowHandle;_addRelatedRecordHandle;_attachmentHandle;_editHandle;_layerEditHandle;Editor;_editor;_layer;_editContainer;_editControlElements;_editingDisabled;_shouldClose=!1;reactiveUtils;async graphicsWatchHandler(){0===this.graphics.length&&this.open&&await this._closeEdit(!0)}async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async openWatchHandler(t){t&&this.graphics?.length>0&&this.graphicIndex>-1&&(this._editorLoading=!0,await this._initEditorWidget(),this.graphicIndex>-1&&this.graphics.length>0&&this.open&&!this._shouldClose&&await this._startUpdate(),this._editorLoading=!1),t||await this._closeEdit(!0)}closeEdit;editorInitialized;editsComplete;refreshGraphics;async featureSelectionChange(){this.open&&await this._closeEdit(!1)}async componentWillLoad(){await this._initModules(),await this._getTranslations()}async componentWillRender(){this.graphics?.length>0&&this.graphics[0]?.layer&&(this._layer=this.graphics[0].layer,this._layerEditHandle&&this._layerEditHandle.remove(),this._layerEditHandle=("subtype-sublayer"===this._layer.type?this._layer.parent:this._layer).on("edits",(()=>{this.editsComplete.emit()})))}render(){const t=this._editorLoading?"display-none":"position-absolute",i=this._editorLoading?"":"display-none";return s(h,{key:"e181f65e7218ce0350de5dcab9049ff63a5d39c1"},s("div",{key:"44bf2b5cf31c5acc7f65fb7ec50fd84e77c95470",class:"position-absolute"},this.graphics?.length>0&&this.graphics[0]&&this.graphics[0].layer.editingEnabled?void 0:s("calcite-notice",{kind:"warning",open:!0,slot:"content-top",width:"full"},s("div",{slot:"message"},this._translations.enableEditing)),s("div",{key:"97119476aa2a992ccadc1d61119f2640d195e7b1",class:"position-absolute"},s("div",{key:"f429decea684a6a22db89de89da3755bdbff19cc",class:t,id:"feature-form",ref:t=>this._editContainer=t}),s("calcite-loader",{key:"3ea908ef8dadd2f1c85bfac1b344f8b4441b8706",class:i,label:"",scale:"s"}))))}async _initModules(){const[t,i]=await o(["esri/widgets/Editor","esri/core/reactiveUtils"]);this.Editor=t,this.reactiveUtils=i}async _initEditorWidget(){if(this.mapView&&this.graphics&&this.graphics.length>0&&this.graphics[0]){this._editor&&this._editor.destroy();const t=document.createElement("div"),i=(await d(this.mapView)).map((t=>({layer:t,geometryUpdatesEnabled:this.enableEditGeometry})));this._editor=new this.Editor({view:this.mapView,layerInfos:i,visibleElements:{snappingControls:!1},container:t}),this._attachmentHandle&&this._activeWorkflowHandle&&(this._attachmentHandle.remove(),this._activeWorkflowHandle.remove()),this._attachmentHandle=this.reactiveUtils.when((()=>"adding-attachment"===this._editor.viewModel.state||"editing-attachment"===this._editor.viewModel.state||"creating-features"===this._editor.viewModel.state),(()=>{this._shouldClose=!1})),this._activeWorkflowHandle=this.reactiveUtils.watch((()=>this._editor.viewModel.activeWorkflow?.activeWorkflow),(t=>{"update-table-record"!==t?.type&&"create-features"!==t?.type||(this._shouldClose=!1),(t?.type||t?.hasPendingEdits||this._editor.activeWorkflow)&&this._editor?.activeWorkflow?.started||(this.open=!1)})),this._editContainer.appendChild(t),this.editorInitialized.emit(this._editor)}}async _closeEdit(t){this._shouldClose=!0,t&&this._editor?.activeWorkflow?(this._editor.activeWorkflow?.activeWorkflow?.hasPendingEdits&&(await this._editor.activeWorkflow.reset(),await this._editor.cancelWorkflow()),this._editor.destroy()):this.graphicIndex>-1&&this.graphics?.length>0&&this.refreshGraphics.emit(this.graphics),this._shouldClose=!1,this.closeEdit.emit()}async _startUpdate(){await this._editor.startUpdateWorkflowAtFeatureEdit(this.graphics[this.graphicIndex]),this._shouldClose=!0}async _getTranslations(){const t=await n(this.el);this._translations=t[0]}static get watchers(){return{graphics:["graphicsWatchHandler"],locale:["localeWatchHandler"],open:["openWatchHandler"]}}};f.style=":host{display:block}.padding-bottom-1{padding-bottom:1rem}.font-bold{font-weight:var(--calcite-font-weight-bold)}.font-500{font-weight:var(--calcite-font-weight-medium)}.font-italic{font-style:italic}#feature-form{padding-top:0px}.padding-sides-bottom-1{padding:0 1rem 1rem 1rem}.position-relative{position:relative}.esri-editor__prompt--danger{position:relative !important;width:100% !important;background-color:var(--calcite-color-foreground-1) !important}.esri-feature__content-node{background-color:var(--calcite-color-foreground-1) !important}.esri-editor__panel-toolbar{display:none !important}.position-absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.esri-editor__panel-content{padding-block:10px !important}";const b=class{constructor(e){t(this,e),this.popupClosed=i(this,"popupClosed",7),this.selectionChanged=i(this,"selectionChanged",7),this.enableEditGeometry=!1,this.graphics=void 0,this.isLoading=!1,this.isMobile=void 0,this.mapView=void 0,this.allowEditing=!0,this.highlightEnabled=!0,this.locale=void 0,this.paginationEnabled=!0,this.position="absolute",this._alertOpen=!1,this._count="",this._editRecordOpen=!1,this._mobileTitle="",this._showListView=!1,this._translations=void 0}get el(){return e(this)}Features;_editEnabled;_features;_layer;_popupUtils;_featuresNodeId="features-node"+(new Date).getMilliseconds().toString();reactiveUtils;async graphicsWatchHandler(){await this.setGraphics()}async isMobileWatchHandler(){await this._initFeaturesWidget()}async localeWatchHandler(){if(this.el.lang=this.locale,await this._getTranslations(),this._features){const t=[...this.graphics];this.graphics=[],this.graphics=t}}async mapViewWatchHandler(){return await this._initFeaturesWidget()}async getSelectedFeature(){return this._features.selectedFeature}async refresh(){await this.setGraphics()}async back(){this._features.previous(),this._count=this._getCount()}async next(){this._features.next(),this._count=this._getCount()}async toggleListView(){this._showListView=!this._showListView;const t=this._features.selectedFeatureIndex;this._features.open({features:this.graphics,featureMenuOpen:this._showListView}),this._features.selectedFeatureIndex=t}async updateCurrentGraphic(t){this._features.selectedFeatureWidget.graphic=t}popupClosed;selectionChanged;async closeEdit(){this._editRecordOpen=!1}async layerSelectionChange(){this._showListView=!1,this._features?.viewModel&&(this._features.viewModel.featureMenuOpen=!1,this._features.close())}async refreshGraphics(t){this.graphics=[...t.detail]}async componentWillLoad(){await this._initModules(),await this._getTranslations(),this._popupUtils=new r}async componentDidLoad(){this.graphics?.length>0&&await this.setGraphics()}render(){const t=this.isLoading?"":"display-none",i=this.isLoading||this._editRecordOpen?"visibility-hidden":"position-absolute",e=!this.isLoading&&this._editRecordOpen?"position-absolute":"display-none",a=!this.isLoading&&this._editRecordOpen||this._showListView?"display-none":"",o=this._features?.features?.length<2,n=this.isMobile?"display-none":"",d=this._features?.selectedFeature?.getObjectId(),c=parseInt(d?.toString(),10)>-1?[d]:[],r=this._layer?.editingEnabled&&this._layer?.capabilities?.operations?.supportsDelete;return s(h,{key:"54e47d0ec2be9149c3e667c9e940842804d96964"},s("calcite-shell",{key:"14bb280d394ceaa74463979886ab09cdf393b26e",style:{position:this.position}},this._getHeader(),s("calcite-loader",{key:"3226709e73de16c795c348513183b26b88b7a726",class:t,label:this._translations.fetchingData}),s("div",{key:"ba4b0c34620c60e849bdf0ada785b9976156dd1c",class:"esri-widget feature-node "+i,id:this._featuresNodeId}),s("div",{key:"440a4d3c0530f97031df2e2ab9511ef6035fb5da",class:`${a} width-100`,slot:"footer"},this.allowEditing&&s("div",{key:"172b2e2cc10bdfb104057376ceba5d7f5f19ad61",class:"display-flex top-border padding-1-2"},s("calcite-button",{key:"242daf0ec6c3fe4fcc11be4bbc19f810836714ec",appearance:"solid",id:"solutions-edit",onClick:()=>this._openEditRecord(),width:"full"},this._translations.edit),this.isMobile&&r?s("delete-button",{class:"padding-inline-start-1 width-100",id:"solutions-delete",ids:c,layer:this._layer,locale:this.locale,onEditsComplete:()=>this._closePopup()}):void 0,s("calcite-tooltip",{key:"760f8fcd1bcff2060e0a98e84a222107e55fef22",placement:"bottom","reference-element":"solutions-edit"},s("span",{key:"30656b92e9bdbf3a9548586d91fc23bce2da9db3"},this._translations.edit)),this.isMobile&&r?s("calcite-tooltip",{placement:"bottom","reference-element":"solutions-delete"},s("span",null,this._translations.delete)):void 0),this.paginationEnabled&&!o&&s("div",{key:"0d119d7d093abfbdd6eb93bf6987be2b106a8c78",class:`display-flex padding-1-2 button-container top-border ${n}`},s("div",{key:"7b353bc77ef8f816c39a4b5232160755fbea42fe"},s("calcite-button",{key:"58d9b335eaf691672695bfed171cdd5aaf638aec",appearance:"transparent",disabled:o,iconFlipRtl:"both",iconStart:"chevron-left",id:"solutions-back",onClick:()=>this._back(),width:"full"}),s("calcite-tooltip",{key:"c5f110544d2c630d374f1c57112a16f3e82d67ca",placement:"top","reference-element":"solutions-back"},s("span",{key:"1818844f2daf4afa73677ea6b58392b5a5ec50b3"},this._translations.back))),s("calcite-action",{key:"36c5dd00320f52eb3421532c7df8f60ccede5230",class:"pagination-action",iconFlipRtl:!0,onClick:()=>this._toggleListView(),scale:"s",text:"",textEnabled:!0},s("span",{key:"b13cc04e8f093a7a0b9da8ee425d436a0c2fe26a",class:"pagination-count"},this._count)),s("div",{key:"7c79b82a8ba2bd4eea11a722d67e549121a95679"},s("calcite-button",{key:"3ff6b99d1743a9ff6a171aea4715199606a21dc6",appearance:"transparent",disabled:o,iconFlipRtl:"both",iconStart:"chevron-right",id:"solutions-next",onClick:()=>this._next(),width:"full"}),s("calcite-tooltip",{key:"0239927bac7e75a35a811aa695c8c55fda5f9b68",placement:"top","reference-element":"solutions-next"},s("span",{key:"a5bafe4d001d80a1a46de5f9eb10fb4306783e38"},this._translations.next))))),s("edit-card",{key:"daaef8c4af1b3567904e5d9590b80069035e93a0",class:e,enableEditGeometry:this.enableEditGeometry,graphicIndex:this._features?.selectedFeatureIndex,graphics:this.graphics,locale:this.locale,mapView:this.mapView,open:this._editRecordOpen}),s("calcite-alert",{key:"9af909318e687b66d239f64f800b375825ee94e0",icon:"layer-broken",kind:"warning",label:"",onCalciteAlertClose:()=>this._alertClosed(),open:this._alertOpen,placement:"top"},s("div",{key:"0a2ac2b669df18fe75adbcc0e84ab7b15a766932",slot:"title"},this._translations.editDisabled),s("div",{key:"6dd20d646e9754fbaee4dd6c6f8e51964d2f41ff",slot:"message"},this._translations.enableEditing))))}async _initModules(){const[t,i]=await o(["esri/widgets/Features","esri/core/reactiveUtils"]);this.Features=t,this.reactiveUtils=i}async setGraphics(){this._features||await this._initFeaturesWidget(),this.graphics.length>0?(this._layer=this.graphics[0]?.layer,this._editEnabled=this._layer.editingEnabled&&this._layer.capabilities.operations.supportsUpdate,this._mobileTitle=await this._popupUtils.getPopupTitle(this.graphics[0],this.mapView.map),this._features.open({features:this.graphics})):(this._features.clear(),this._features.close()),this._count=this._getCount()}async _initFeaturesWidget(){return void 0!==this.isMobile?await(this.mapView?.when((()=>{this._features?(this._features.view=this.mapView,this._features.visibleElements.actionBar=!1,this._features.visibleElements.closeButton=!1,this._features.visibleElements.heading=!this.isMobile):(this._features=new this.Features({view:this.mapView,container:this._featuresNodeId,visibleElements:{actionBar:!1,closeButton:!1,heading:!this.isMobile}}),this._features.viewModel.highlightEnabled=this.highlightEnabled,this.reactiveUtils.watch((()=>this._features.viewModel.featureMenuOpen),(t=>{this._count=this._getCount(),t||(this._showListView=t)})),this.reactiveUtils.watch((()=>this._features.selectedFeatureIndex),(t=>{t>-1&&this.selectionChanged.emit({selectedFeature:[this._features.selectedFeature],selectedFeatureIndex:this._features.selectedFeatureIndex})})))}))):Promise.resolve()}_getHeader(){return this.isMobile&&!this._editRecordOpen?s("calcite-panel",{class:"border-width-0",slot:"header"},s("calcite-action",{class:"end-border",icon:"chevron-left",iconFlipRtl:!0,onClick:()=>this._closePopup(),scale:"s",slot:"header-actions-start",text:""}),s("span",{class:"font-bold",slot:"header-content"},this._mobileTitle)):void 0}_closePopup(){this.popupClosed.emit()}_alertClosed(){this._alertOpen=!1}_openEditRecord(){this._editEnabled?this._editRecordOpen=!0:this._alertOpen=!0}_back(){this._features.previous(),this._count=this._getCount()}_next(){this._features.next(),this._count=this._getCount()}_getCount(){const t=(this._features?.viewModel.selectedFeatureIndex+1).toString(),i=this._features?.features?.length.toString();return this._translations.indexOfTotal.replace("{{index}}",t).replace("{{total}}",i)}_toggleListView(){this._showListView=!this._showListView;const t=this._features.selectedFeatureIndex;this._features.open({features:this.graphics,featureMenuOpen:this._showListView}),this._features.selectedFeatureIndex=t}async _getTranslations(){const t=await n(this.el);this._translations=t[0]}static get watchers(){return{graphics:["graphicsWatchHandler"],isMobile:["isMobileWatchHandler"],locale:["localeWatchHandler"],mapView:["mapViewWatchHandler"]}}};b.style=":host{display:block;--calcite-label-margin-bottom:0}.padding-1-2{padding:0.5rem}.display-none{display:none !important}.display-flex{display:flex}.position-absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.feature-node{position:relative !important}.feature-node .esri-features__footer{display:none !important}.button-container{justify-content:center;align-items:center}.top-border{border-top:1px solid var(--calcite-color-border-1)}.width-100{width:100%}.esri-features__container{padding:0.5rem !important;background-color:var(--calcite-color-foreground-1) !important;height:100% !important}.overflow-hidden{overflow:hidden}.height-40{height:40px}.end-border{border-inline-end:1px solid var(--calcite-color-border-1)}.font-bold{font-weight:bold}.visibility-hidden{visibility:hidden;height:0px}.padding-inline-start-1{padding-inline-start:1rem}.border-width-0{border-width:0px}.pagination-action{position:relative;left:3px}.pagination-count{color:var(--calcite-color-brand);border-bottom:1px solid var(--calcite-color-brand);font-weight:bold}";export{l as create_feature,p as delete_button,f as edit_card,b as info_card}
@@ -1,11 +0,0 @@
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
- import{r as t,c as n,g as e,h as r,H as i}from"./p-e996c38f.js";import{g as o}from"./p-404cbf48.js";import{g as u,c as a}from"./p-d4056c1c.js";import{d as c,_ as s,a as f}from"./p-d65f8b73.js";import{_ as l,t as d}from"./p-4fe489cf.js";import{r as h,_ as v,g as p,u as w}from"./p-0668e30d.js";import"./p-0a24ad5f.js";const m={storage:{},memory:!0,get(t){let n;try{n=window.localStorage&&window.localStorage.getItem(t)||this.storage[t]}catch(e){n=this.storage[t]}if(n)try{return JSON.parse(n)}catch(t){return}},set(t,n){const e=JSON.stringify(n);try{window.localStorage.setItem(t,e)}catch(e){this.memory||(console.error("setting local storage failed, falling back to in-memory storage"),this.memory=!0),this.storage[t]=n}},delete(t){try{window.localStorage.removeItem(t)}catch(n){this.memory||(console.error("setting local storage failed, falling back to in-memory storage"),this.memory=!0),delete this.storage[t]}}},b="esri-telemetry";class y extends Error{}const g=["esri.com","esriuk.com","esri.de","esri.ca","esrifrance.fr","esri.nl","esri-portugal.pt","esribulgaria.com","esri.fi","esri.kr","esrimalaysia.com.my","esri.es","esriaustralia.com.au","esri-southafrica.com","esri.cl","esrichina.com.cn","esri.co","esriturkey.com.tr","geodata.no","esriitalia.it","esri.pl"];class j{constructor(t){var n,e,r;this.trackers=[],this.options=t,this.debug=t.debug,this.suppressDisabledWarnings=t.suppressDisabledWarnings,this.disabled=function(t={}){const{disabled:n,portal:e}=t;return!(!n&&!1!==(null==e?void 0:e.eueiEnabled)&&(!e||function(t){return t.eueiEnabled&&t.user&&t.user.orgId===t.id}(e)||function(t){return t.user&&!t.user.orgId&&"US"===t.ipCntryCode}(e)||function(t){return!t.user&&"US"===t.ipCntryCode}(e)))}(t),this.logger=t.logger||console,this.disabled&&!this.suppressDisabledWarnings&&this.logger.info("Telemetry Disabled");const i=(null===(n=t.portal)||void 0===n?void 0:n.user)||t.user;i&&this.setUser(i,null===(r=null===(e=t.portal)||void 0===e?void 0:e.subscriptionInfo)||void 0===r?void 0:r.type),this.disabled||this.initializeTrackers()}initializeTrackers(){this.options.plugins&&this.trackers.push(...this.options.plugins),this.trackers.length||this.logger.error(new Error("No trackers configured"))}getScriptTags(){return this.trackers.map((t=>t.getScriptTags&&t.getScriptTags())).join("")}async init(){const t=this.trackers.map((t=>t.init()));await Promise.all(t)}setUser(t={},n="Public"){let e;if(this.user=t="string"==typeof t?{username:t}:t,this.user.accountType=n,t.email&&t.email.split){const n=t.email.split("@")[1];e=g.filter((t=>n===t)).length>0}(e||["In House","Demo and Marketing"].indexOf(n)>-1)&&(this.user.internalUser=!0)}logPageView(t,n={},e={}){if(this.disabled&&!this.suppressDisabledWarnings)return this.logger.info("Page view was not logged because telemetry is disabled."),!1;const r=this.trackers.filter((({disabled:t,hasError:n})=>!t&&!n));if(!r.length)return this.logger.warn("Page view was not logged because no enabled telemetry-plugins are registered."),!1;const i=this.preProcess(n,e);this.debug&&this.logger.info("Tracking page view",JSON.stringify(i));const o=r.map((n=>n.logPageView(t,i)));return Promise.all(o).then(),!0}logEvent(t,n={}){if(this.disabled&&!this.suppressDisabledWarnings)return this.logger.info("Event was not logged because telemetry is disabled."),!1;const e=this.trackers.filter((({disabled:t,hasError:n})=>!t&&!n));if(!e.length)return this.logger.warn("Event was not logged because no enabled telemetry-plugins are registered."),!1;const r=this.preProcess(t,n);this.debug&&this.logger.info("Tracking event",JSON.stringify(r));const i=e.map((t=>t.logEvent(r)));return Promise.all(i).then(),!0}logError(t={}){t=Object.assign({eventType:"error"},t),this.logEvent(t)}startWorkflow(t,n={}){const e={name:t,start:Date.now(),steps:[],workflowId:Math.floor(17592186044416*(1+Math.random())).toString(16)};this.saveWorkflow(e);const r=Object.assign({name:t,step:"start"},n);return this.logWorkflow(r),e}stepWorkflow(t,n,e={}){const r=Object.assign({name:t,step:n,details:"string"==typeof e?e:e.details},e);this.logWorkflow(r)}endWorkflow(t,n={}){const e=Object.assign({name:t,step:"finish"},n);this.logWorkflow(e)}cancelWorkflow(t,n={}){const e=Object.assign({name:t,step:"cancel"},n);this.logWorkflow(e)}getWorkflow(t){const n=m.get(`TELEMETRY-WORKFLOW:${t}`);if(n){if(Date.now()-n.start<18e5)return n;this.deleteWorkflow(n)}}saveWorkflow(t){m.set(`TELEMETRY-WORKFLOW:${t.name}`,t)}deleteWorkflow(t){m.delete(`TELEMETRY-WORKFLOW:${t.name}`)}logWorkflow(t={}){t=this.preProcess(t);let n=this.getWorkflow(t.name);n||(this.startWorkflow(t.name),n=this.getWorkflow(t.name)),n.steps.push(t.step),n.duration=(Date.now()-n.start)/1e3,["cancel","finish"].indexOf(t.step)>-1?this.deleteWorkflow(n):this.saveWorkflow(n);const e=Object.assign(t,{eventType:"workflow",category:t.name,action:t.step,label:t.details,duration:n.duration,workflowId:n.workflowId});this.logEvent(e)}preProcess(t={},n={}){let e={};return this.user&&(e={user:"unknown",org:"unknown",lastLogin:this.user.lastLogin,userSince:this.user.created,internalUser:this.user.internalUser||!1,accountType:this.user.accountType}),Object.entries(Object.assign(Object.assign({},t),e)).reduce((r=n.omitComplexData,i=this.logger,function(t,[n,e]){return function(t){return["string","number","boolean","undefined"].includes(typeof t)||t&&"string"==typeof t.valueOf()}(e)?t[n]=e:r||(i.warn(`You are trying to log a non-primitive value, ${n}:${JSON.stringify(e)}. This will get logged as [object Object]`),t[n]=e),t}),{});var r,i}disableTracker(t){var n;const e=this.trackers.find((({name:n})=>n===t));e&&!e.hasError&&(e.disabled=!0,null===(n=e.disable)||void 0===n||n.call(e))}enableTracker(t){var n;const e=this.trackers.find((({name:n})=>n===t));e&&!e.hasError&&(e.disabled=!1,null===(n=e.enable)||void 0===n||n.call(e))}}function O(t,n){var e={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&n.indexOf(r)<0&&(e[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)n.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(e[r[i]]=t[r[i]])}return e}"function"==typeof SuppressedError&&SuppressedError;class S{constructor(t){var n;if(this.name="googleAnalytics",this.dimensions={},this.metrics={},"undefined"!=typeof window&&!(null===(n=null==t?void 0:t.measurementIds)||void 0===n?void 0:n.length))throw new Error("at least one measurementId needs to be provided in your configuration");Object.assign(this,t)}_getScripts(){return[{dataAttribute:"google-analytics",async:!0,src:`https://www.googletagmanager.com/gtag/js?id=${this.measurementIds?this.measurementIds[0]:""}`}]}getScriptTags(){return this._getScripts().map((t=>{const n=[];return["src","id","dataAttribute","type"].forEach((e=>{let r=e;"dataAttribute"===e&&(r="data-esri-telemetry"),t[e]&&n.push(`${r}="${t[e]}"`)})),["async","defer"].forEach((e=>{t[e]&&n.push(`${e}`)})),`<script ${n.join(" ")}>${t.body?t.body:""}<\/script>`})).join("")}async init(){if("undefined"==typeof window)throw new y("Window is undefined: Cannot add script element.");await Promise.all(this._getScripts().map((t=>{return n=t,new Promise(((t,e)=>{n.onload=t,n.onerror=e;const r=function(t){const{body:n,src:e,id:r,dataAttribute:i,section:o="body",type:u="text/javascript",async:a=!1,defer:c=!1,onload:s,onerror:f}=t;if("undefined"==typeof window)throw new y("Window is undefined: Cannot add script element.");if(function(t){const{id:n,dataAttribute:e}=t;return!!document.getElementById(n)||!!document.querySelector(`[data-${b}="${e}"]`)}(t))return void console.log(`script (${r||i}) is already present, skipping`);const l=function({id:t,dataAttribute:n,type:e,async:r,defer:i,body:o,src:u,onload:a,onerror:c}){const s=document.createElement("script");return t&&(s.id=t),n&&s.setAttribute(`data-${b}`,n),u&&(s.src=u),o&&(s.innerText=o),s.type=e,s.async=r,s.defer=i,a&&(s.onload=a),c&&(s.onerror=c),s}({id:r,dataAttribute:i,type:u,async:a,defer:c,body:n,src:e,onload:s,onerror:f});return"body"===o?document.body.appendChild(l):document.head.appendChild(l)}(n);r&&!n.body||t()}));var n}))),this.injectConfig()}logPageView(t,n={}){const e=this.buildCustomParams(n),r=Object.assign({page_title:t||window.location.pathname},e);return window.gtag("event","page_view",r),!0}logEvent(t){let{action:n}=t,e=O(t,["action"]);const r=n||"other",i=this.buildCustomParams(e);return window.gtag("event",r,i),!0}disable(){this.measurementIds&&this.measurementIds.forEach((t=>{window[`ga-disable-${t}`]=!0}))}enable(){this.measurementIds&&this.measurementIds.forEach((t=>{window[`ga-disable-${t}`]=void 0}))}injectConfig(){window.dataLayer=window.dataLayer||[],window.gtag=function(){window.dataLayer.push(arguments)},window.gtag("js",new Date);const t={custom_map:this.createDimensionsAndMetricsCustomMap(this.dimensions,this.metrics),send_page_view:!1,anonymize_ip:!0};this.measurementIds.forEach((n=>{window.gtag("config",n,t)}))}buildCustomParams(t){let n,{category:e,label:r}=t;return n=this.verifyCustomDimensionAndMetrics(t),e&&(n=Object.assign(Object.assign({},n),{event_category:e})),r&&(n=Object.assign(Object.assign({},n),{event_label:r})),n}verifyCustomDimensionAndMetrics(t){const n=this.createDimensionsAndMetricsCustomMap(this.dimensions,this.metrics),e=Object.values(n);return Object.keys(t).filter((t=>e.includes(t))).reduce(((n,e)=>Object.assign(n,{[e]:t[e]})),{})}createDimensionsAndMetricsCustomMap(t={},n={}){const e=this.createMetricCustomMap(n),r=this.createDimensionCustomMap(t);return Object.assign(Object.assign({},e),r)}createMetricCustomMap(t={}){return Object.keys(t).map((function(n){return{key:`metric${t[n]}`,value:n}})).filter((t=>t)).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}createDimensionCustomMap(t={}){return Object.keys(t).map((function(n){return{key:`dimension${t[n]}`,value:n}})).filter((t=>t)).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}}const k="TELEMETRY_COGNITO_CREDENTIALS";function E({telemetryData:t,dimensionLookup:n={},excludeKeys:e=[]}){return Object.keys(t).filter((t=>!e.includes(t))).map((e=>n[e]?{key:I(n,e),value:t[e]}:{key:e,value:A(t,e)})).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}function A(t,n){return"json"===n?t[n]?JSON.stringify(t[n]):"null":void 0===t[n]?"null":t[n].toString()}function I(t,n){return`dimension${t[n]}`}const x=["size","duration","position","number","count"];function T(t,n={}){return Object.keys(t).filter((t=>n[t]||x.includes(t))).map((e=>n[e]?{key:N(n,e),value:t[e]}:{key:e,value:t[e]})).reduce(((t,{key:n,value:e})=>(t[n]=e,t)),{})}function N(t,n){return`metric${t[n]}`}var _={exports:function(t,n,e,r,i){for(n=n.split?n.split("."):n,r=0;r<n.length;r++)t=t?t[n[r]]:i;return t===i?e:t}};const P=_.exports;"undefined"==typeof process||process;var M="undefined"!=typeof document;function C(t,n){return n.charAt(0)[t]()+n.slice(1)}"undefined"!=typeof Deno&&Deno,M&&"nodejs"===window.name||"undefined"!=typeof navigator&&void 0!==navigator.userAgent&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var D=C.bind(null,"toUpperCase"),L=C.bind(null,"toLowerCase");function z(t,n){void 0===n&&(n=!0);var e=function(t){return W(t)?D("null"):"object"==typeof t?function(t){return U(t.constructor)?t.constructor.name:null}(t):Object.prototype.toString.call(t).slice(8,-1)}(t);return n?L(e):e}function $(t,n){return typeof n===t}var U=$.bind(null,"function"),R=$.bind(null,"string");function W(t){return null===t}function H(t,n){if("object"!=typeof n||W(n))return!1;if(n instanceof t)return!0;var e=z(new t(""));if(function(t){return t instanceof Error||R(t.message)&&t.constructor&&function(t){return"number"===z(t)&&!isNaN(t)}(t.constructor.stackTraceLimit)}(n))for(;n;){if(z(n)===e)return!0;n=Object.getPrototypeOf(n)}return!1}function q(t,n){var e=t instanceof Element||t instanceof HTMLDocument;return e&&n?function(t,n){return void 0===n&&(n=""),t&&t.nodeName===n.toUpperCase()}(t,n):e}function V(t){var n=[].slice.call(arguments,1);return function(){return t.apply(void 0,[].slice.call(arguments).concat(n))}}function F(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch(t){return null}}function G(t,n,e){for(var r=n.length-1,i=0;i<r;++i){var o=n[i];if("__proto__"===o||"constructor"===o)break;o in t||(t[o]={}),t=t[o]}t[n[r]]=e}function J(){for(var t="",n=0,e=4294967295*Math.random()|0;n++<36;){var r="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"[n-1],i=15&e;t+="-"==r||"4"==r?r:("x"==r?i:3&i|8).toString(16),e=n%8==0?4294967295*Math.random()|0:e>>4}return t}$.bind(null,"undefined"),$.bind(null,"boolean"),$.bind(null,"symbol"),H.bind(null,TypeError),H.bind(null,SyntaxError),V(q,"form"),V(q,"button"),V(q,"input"),V(q,"select");var X="undefined",K="object";"undefined"==typeof process||process;var B="undefined"!=typeof document;function Y(t,n){return n.charAt(0)[t]()+n.slice(1)}"undefined"!=typeof Deno&&Deno,B&&"nodejs"===window.name||"undefined"!=typeof navigator&&void 0!==navigator.userAgent&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var Z=Y.bind(null,"toUpperCase"),Q=Y.bind(null,"toLowerCase");function tt(t,n){void 0===n&&(n=!0);var e=function(t){return it(t)?Z("null"):"object"==typeof t?function(t){return et(t.constructor)?t.constructor.name:null}(t):Object.prototype.toString.call(t).slice(8,-1)}(t);return n?Q(e):e}function nt(t,n){return typeof n===t}var et=nt.bind(null,"function"),rt=nt.bind(null,"string");function it(t){return null===t}function ot(t,n){if("object"!=typeof n||it(n))return!1;if(n instanceof t)return!0;var e=tt(new t(""));if(function(t){return t instanceof Error||rt(t.message)&&t.constructor&&function(t){return"number"===tt(t)&&!isNaN(t)}(t.constructor.stackTraceLimit)}(n))for(;n;){if(tt(n)===e)return!0;n=Object.getPrototypeOf(n)}return!1}function ut(t,n){var e=t instanceof Element||t instanceof HTMLDocument;return e&&n?function(t,n){return void 0===n&&(n=""),t&&t.nodeName===n.toUpperCase()}(t,n):e}function at(t){var n=[].slice.call(arguments,1);return function(){return t.apply(void 0,[].slice.call(arguments).concat(n))}}nt.bind(null,"undefined"),nt.bind(null,"boolean"),nt.bind(null,"symbol"),ot.bind(null,TypeError),ot.bind(null,SyntaxError),at(ut,"form"),at(ut,"button"),at(ut,"input"),at(ut,"select");var ct="global",st="__global__",ft=typeof self===K&&self.self===self&&self||typeof global===K&&global.global===global&&global||void 0;function lt(t){return ft[st][t]}function dt(t,n){return ft[st][t]=n}function ht(t){delete ft[st][t]}function vt(t,n,e){var r;try{if(wt(t)){var i=window[t];r=i[n].bind(i)}}catch(t){}return r||e}ft[st]||(ft[st]={});var pt={};function wt(t){if(typeof pt[t]!==X)return pt[t];try{var n=window[t];n.setItem(X,X),n.removeItem(X)}catch(n){return pt[t]=!1}return pt[t]=!0}"undefined"==typeof process||process;var mt="undefined"!=typeof window;function bt(t,n){return typeof n===t}"undefined"!=typeof Deno&&Deno,mt&&"nodejs"===window.name||"undefined"!=typeof navigator&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var yt=bt.bind(null,"function"),gt=bt.bind(null,"string");bt.bind(null,"undefined");var jt=bt.bind(null,"boolean");function Ot(t){if(!function(t){return t&&("object"==typeof t||null!==t)}(t))return!1;for(var n=t;null!==Object.getPrototypeOf(n);)n=Object.getPrototypeOf(n);return Object.getPrototypeOf(t)===n}function St(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}function kt(t,n){if(t){if("string"==typeof t)return St(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?St(t,n):void 0}}function Et(t){return function(t){if(Array.isArray(t))return St(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||kt(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function At(t){return At="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},At(t)}function It(t,n,e,r,i,o,u){try{var a=t[o](u),c=a.value}catch(t){return void e(t)}a.done?n(c):Promise.resolve(c).then(r,i)}function xt(t){return function(){var n=this,e=arguments;return new Promise((function(r,i){var o=t.apply(n,e);function u(t){It(o,r,i,u,a,"next",t)}function a(t){It(o,r,i,u,a,"throw",t)}u(void 0)}))}}function Tt(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Nt(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function _t(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?Nt(Object(e),!0).forEach((function(n){Tt(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Nt(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var Pt={};!function(){var t=function(t){var n,e=Object.prototype,r=e.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function c(t,n,e){return Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[n]}try{c({},"")}catch(t){c=function(t,n,e){return t[n]=e}}function s(t,n,e,r){var i=Object.create((n&&n.prototype instanceof w?n:w).prototype),o=new x(r||[]);return i._invoke=function(t,n,e){var r=l;return function(i,o){if(r===h)throw new Error("Generator is already running");if(r===v){if("throw"===i)throw o;return N()}for(e.method=i,e.arg=o;;){var u=e.delegate;if(u){var a=E(u,e);if(a){if(a===p)continue;return a}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(r===l)throw r=v,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);r=h;var c=f(t,n,e);if("normal"===c.type){if(r=e.done?v:d,c.arg===p)continue;return{value:c.arg,done:e.done}}"throw"===c.type&&(r=v,e.method="throw",e.arg=c.arg)}}}(t,e,o),i}function f(t,n,e){try{return{type:"normal",arg:t.call(n,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",d="suspendedYield",h="executing",v="completed",p={};function w(){}function m(){}function b(){}var y={};c(y,o,(function(){return this}));var g=Object.getPrototypeOf,j=g&&g(g(T([])));j&&j!==e&&r.call(j,o)&&(y=j);var O=b.prototype=w.prototype=Object.create(y);function S(t){["next","throw","return"].forEach((function(n){c(t,n,(function(t){return this._invoke(n,t)}))}))}function k(t,n){function e(i,o,u,a){var c=f(t[i],t,o);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&r.call(l,"__await")?n.resolve(l.__await).then((function(t){e("next",t,u,a)}),(function(t){e("throw",t,u,a)})):n.resolve(l).then((function(t){s.value=t,u(s)}),(function(t){return e("throw",t,u,a)}))}a(c.arg)}var i;this._invoke=function(t,r){function o(){return new n((function(n,i){e(t,r,n,i)}))}return i=i?i.then(o,o):o()}}function E(t,e){var r=t.iterator[e.method];if(r===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=n,E(t,e),"throw"===e.method))return p;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var i=f(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,p;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=n),e.delegate=null,p):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,p)}function A(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function I(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function x(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function T(t){if(t){var e=t[o];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,u=function e(){for(;++i<t.length;)if(r.call(t,i))return e.value=t[i],e.done=!1,e;return e.value=n,e.done=!0,e};return u.next=u}}return{next:N}}function N(){return{value:n,done:!0}}return m.prototype=b,c(O,"constructor",b),c(b,"constructor",m),m.displayName=c(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===m||"GeneratorFunction"===(n.displayName||n.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,a,"GeneratorFunction")),t.prototype=Object.create(O),t},t.awrap=function(t){return{__await:t}},S(k.prototype),c(k.prototype,u,(function(){return this})),t.AsyncIterator=k,t.async=function(n,e,r,i,o){void 0===o&&(o=Promise);var u=new k(s(n,e,r,i),o);return t.isGeneratorFunction(e)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},S(O),c(O,a,"Generator"),c(O,o,(function(){return this})),c(O,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var n=[];for(var e in t)n.push(e);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=T,x.prototype={constructor:x,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(I),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=n)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function i(r,i){return a.type="throw",a.arg=t,e.next=r,i&&(e.method="next",e.arg=n),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var u=this.tryEntries[o],a=u.completion;if("root"===u.tryLoc)return i("end");if(u.tryLoc<=this.prev){var c=r.call(u,"catchLoc"),s=r.call(u,"finallyLoc");if(c&&s){if(this.prev<u.catchLoc)return i(u.catchLoc,!0);if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else if(c){if(this.prev<u.catchLoc)return i(u.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<u.finallyLoc)return i(u.finallyLoc)}}}},abrupt:function(t,n){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=n&&n<=o.finallyLoc&&(o=null);var u=o?o.completion:{};return u.type=t,u.arg=n,o?(this.method="next",this.next=o.finallyLoc,p):this.complete(u)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),p},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),I(e),p}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var i=r.arg;I(e)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:T(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=n),p}},t}(Pt);try{regeneratorRuntime=t}catch(n){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}();var Mt=Pt,Ct="function",Dt="undefined",Lt="reducer",zt="@@redux/",$t=zt+"INIT",Ut=zt+Math.random().toString(36),Rt=function(){return("undefined"==typeof Symbol?"undefined":At(Symbol))===Ct&&Symbol.observable||"@@observable"}(),Wt=" != "+Ct;function Ht(t,n,e){if(At(n)===Ct&&At(e)===Dt&&(e=n,n=void 0),At(e)!==Dt){if(At(e)!==Ct)throw new Error("enhancer"+Wt);return e(Ht)(t,n)}if(At(t)!==Ct)throw new Error(Lt+Wt);var r=t,i=n,o=[],u=o,a=!1;function c(){u===o&&(u=o.slice())}function s(){return i}function f(t){if(At(t)!==Ct)throw new Error("Listener"+Wt);var n=!0;return c(),u.push(t),function(){if(n){n=!1,c();var e=u.indexOf(t);u.splice(e,1)}}}function l(t){if(!Ot(t))throw new Error("Act != obj");if(At(t.type)===Dt)throw new Error("ActType "+Dt);if(a)throw new Error("Dispatch in "+Lt);try{a=!0,i=r(i,t)}finally{a=!1}for(var n=o=u,e=0;e<n.length;e++)(0,n[e])();return t}return l({type:$t}),Tt({dispatch:l,subscribe:f,getState:s,replaceReducer:function(t){if(At(t)!==Ct)throw new Error("next "+Lt+Wt);r=t,l({type:$t})}},Rt,(function(){var t=f;return Tt({subscribe:function(n){if("object"!==At(n))throw new TypeError("Observer != obj");function e(){n.next&&n.next(s())}return e(),{unsubscribe:t(e)}}},Rt,(function(){return this}))}))}function qt(t,n){var e=n&&n.type;return"action "+(e&&e.toString()||"?")+Lt+" "+t+" returns "+Dt}function Vt(){for(var t=arguments.length,n=new Array(t),e=0;e<t;e++)n[e]=arguments[e];return 0===n.length?function(t){return t}:1===n.length?n[0]:n.reduce((function(t,n){return function(){return t(n.apply(void 0,arguments))}}))}function Ft(){for(var t=arguments.length,n=new Array(t),e=0;e<t;e++)n[e]=arguments[e];return function(t){return function(e,r,i){var o,u=t(e,r,i),a=u.dispatch,c={getState:u.getState,dispatch:function(t){return a(t)}};return o=n.map((function(t){return t(c)})),a=Vt.apply(void 0,Et(o))(u.dispatch),_t(_t({},u),{},{dispatch:a})}}}var Gt="__anon_id",Jt="__user_id",Xt="__user_traits",Kt="analytics",Bt="userId",Yt="anonymousId",Zt=["bootstrap","params","campaign","initializeStart","initialize","initializeEnd","ready","resetStart","reset","resetEnd","pageStart","page","pageEnd","pageAborted","trackStart","track","trackEnd","trackAborted","identifyStart","identify","identifyEnd","identifyAborted","userIdChanged","registerPlugins","enablePlugin","disablePlugin","online","offline","setItemStart","setItem","setItemEnd","setItemAborted","removeItemStart","removeItem","removeItemEnd","removeItemAborted"],Qt=["name","EVENTS","config","loaded"],tn=Zt.reduce((function(t,n){return t[n]=n,t}),{registerPluginType:function(t){return"registerPlugin:".concat(t)},pluginReadyType:function(t){return"ready:".concat(t)}}),nn=/^utm_/,en=/^an_prop_/,rn=/^an_trait_/;function on(t){var n=t.storage.setItem;return function(e){return function(r){return function(i){if(i.type===tn.bootstrap){var o=i.params,u=i.user,a=i.persistedUser,c=i.initialUser,s=a.userId===u.userId;a.anonymousId!==u.anonymousId&&n(Gt,u.anonymousId),s||n(Jt,u.userId),c.traits&&n(Xt,_t(_t({},s&&a.traits?a.traits:{}),c.traits));var f=Object.keys(i.params);if(f.length){var l=o.an_uid,d=o.an_event,h=f.reduce((function(t,n){if(n.match(nn)||n.match(/^(d|g)clid/)){var e=n.replace(nn,"");t.campaign["campaign"===e?"name":e]=o[n]}return n.match(en)&&(t.props[n.replace(en,"")]=o[n]),n.match(rn)&&(t.traits[n.replace(rn,"")]=o[n]),t}),{campaign:{},props:{},traits:{}});e.dispatch(_t(_t({type:tn.params,raw:o},h),l?{userId:l}:{})),l&&setTimeout((function(){return t.identify(l,h.traits)}),0),d&&setTimeout((function(){return t.track(d,h.props)}),0),Object.keys(h.campaign).length&&e.dispatch({type:tn.campaign,campaign:h.campaign})}}return r(i)}}}}function un(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e.type===tn.setItemEnd){if(e.key===Gt)return _t(_t({},n),{anonymousId:e.value});if(e.key===Jt)return _t(_t({},n),{userId:e.value})}switch(e.type){case tn.identify:return Object.assign({},n,{userId:e.userId,traits:_t(_t({},n.traits),e.traits)});case tn.reset:return[Jt,Gt,Xt].forEach((function(n){t.removeItem(n)})),Object.assign({},n,{userId:null,anonymousId:null,traits:{}});default:return n}}}function an(t){return{userId:t.getItem(Jt),anonymousId:t.getItem(Gt),traits:t.getItem(Xt)}}var cn=function(t){return"__TEMP__"+t};function sn(t){var n=t.storage,e=n.setItem,r=n.removeItem,i=n.getItem;return function(t){return function(n){return function(o){var u=o.userId,a=o.traits,c=o.options;if(o.type===tn.reset&&([Jt,Xt,Gt].forEach((function(t){r(t)})),[Bt,Yt,"traits"].forEach((function(t){ht(cn(t))}))),o.type===tn.identify){i(Gt)||e(Gt,J());var s=i(Jt),f=i(Xt)||{};s&&s!==u&&t.dispatch({type:tn.userIdChanged,old:{userId:s,traits:f},new:{userId:u,traits:a},options:c}),u&&e(Jt,u),a&&e(Xt,_t(_t({},f),a))}return n(o)}}}}var fn={};function ln(t,n){fn[t]&&yt(fn[t])&&(fn[t](n),delete fn[t])}function dn(t,n,e){return new Promise((function(r,i){return n()?r(t):e<1?i(_t(_t({},t),{},{queue:!0})):new Promise((function(t){return setTimeout(t,10)})).then((function(){return dn(t,n,e-10).then(r,i)}))}))}function hn(t,n,e){var r=n(),i=t.getState(),o=i.plugins,u=i.queue,a=i.user;if(!i.context.offline&&u&&u.actions&&u.actions.length){var c=u.actions.reduce((function(t,n,e){return o[n.plugin].loaded?(t.process.push(n),t.processIndex.push(e)):(t.requeue.push(n),t.requeueIndex.push(e)),t}),{processIndex:[],process:[],requeue:[],requeueIndex:[]});if(c.processIndex&&c.processIndex.length){c.processIndex.forEach((function(n){var i=u.actions[n],c=i.plugin,s=i.payload.type,f=r[c][s];if(f&&yt(f)){var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return[Bt,Yt].reduce((function(e,r){return t.hasOwnProperty(r)&&n[r]&&n[r]!==t[r]&&(e[r]=n[r]),e}),t)}(i.payload,a);f({payload:l,config:o[c].config,instance:e});var d="".concat(s,":").concat(c);t.dispatch(_t(_t({},l),{},{type:d,_:{called:d,from:"queueDrain"}}))}}));var s=u.actions.filter((function(t,n){return!~c.processIndex.indexOf(n)}));u.actions=s}}}function vn(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Object.keys(t).filter((function(t){var r=e.plugins||{};return jt(r[t])?r[t]:!1!==r.all&&(!n[t]||!1!==n[t].enabled)})).map((function(n){return t[n]}))}var pn=/Start$/,wn=/^bootstrap/,mn=/^ready/;function bn(t,n,e,r,i){return yn.apply(this,arguments)}function yn(){return yn=xt(Mt.mark((function t(n,e,r,i,o){var u,a,c,s,f,l,d,h,v,p,w;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(u=yt(e)?e():e,c=(a=n.type).replace(pn,""),!n._||!n._.called){t.next=5;break}return t.abrupt("return",n);case 5:return s=r.getState(),f=vn(u,s.plugins,n.options),a===tn.initializeStart&&n.fromEnable&&(f=Object.keys(s.plugins).filter((function(t){var e=s.plugins[t];return n.plugins.includes(t)&&!e.initialized})).map((function(t){return u[t]}))),l=f.map((function(t){return t.name})),d=An(a,f),t.next=12,gn({action:n,data:{exact:d.before,namespaced:d.beforeNS},state:s,allPlugins:u,allMatches:d,instance:r,store:i,EVENTS:o});case 12:if(!xn(h=t.sent,l.length)){t.next=15;break}return t.abrupt("return",h);case 15:if(a!==c){t.next=19;break}v=h,t.next=22;break;case 19:return t.next=21,gn({action:_t(_t({},h),{},{type:c}),data:{exact:d.during,namespaced:d.duringNS},state:s,allPlugins:u,allMatches:d,instance:r,store:i,EVENTS:o});case 21:v=t.sent;case 22:if(!a.match(pn)){t.next=28;break}return p="".concat(c,"End"),t.next=26,gn({action:_t(_t({},v),{},{type:p}),data:{exact:d.after,namespaced:d.afterNS},state:s,allPlugins:u,allMatches:d,instance:r,store:i,EVENTS:o});case 26:(w=t.sent).meta&&w.meta.hasCallback&&ln(w.meta.rid,{payload:w});case 28:return t.abrupt("return",h);case 29:case"end":return t.stop()}}),t)}))),yn.apply(this,arguments)}function gn(t){return jn.apply(this,arguments)}function jn(){return jn=xt(Mt.mark((function t(n){var e,r,i,o,u,a,c,s,f,l,d,h,v,p,w,m,b,y;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=n.data,i=n.instance,u=n.allPlugins,a=n.allMatches,c=n.store,s=n.EVENTS,f=(o=n.state).plugins,l=o.context,h=(d=(r=n.action).type).match(pn),v=e.exact.map((function(t){return t.pluginName})),h&&(v=a.during.map((function(t){return t.pluginName}))),p=_n(i,v),w=e.exact.reduce((function(t,n){var e=n.pluginName,r=n.methodName,i=!1;return r.match(/^initialize/)||r.match(/^reset/)||(i=!f[e].loaded),l.offline&&r.match(/^(page|track|identify)/)&&(i=!0),t["".concat(e)]=i,t}),{}),t.next=10,e.exact.reduce(function(){var t=xt(Mt.mark((function t(n,o){var a,c;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=o.pluginName,t.next=3,n;case 3:if(c=t.sent,!e.namespaced||!e.namespaced[a]){t.next=11;break}return t.next=7,e.namespaced[a].reduce(function(){var t=xt(Mt.mark((function t(n,e){var r,o,c,s;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=function(t,n,e){return function(r,i){var o=e||n;return _t(_t({},t),{},{abort:{reason:r,plugins:i||[n],caller:d,from:o}})}},t.next=3,n;case 3:if(r=t.sent,e.method&&yt(e.method)){t.next=6;break}return t.abrupt("return",r);case 6:return Pn(e.methodName,e.pluginName),t.next=9,e.method({payload:r,instance:i,abort:o(r,a,e.pluginName),config:Sn(e.pluginName,f,u),plugins:f});case 9:return s=Ot(c=t.sent)?c:{},t.abrupt("return",Promise.resolve(_t(_t({},r),s)));case 12:case"end":return t.stop()}}),t)})));return function(n,e,r){return t.apply(this,arguments)}}(),Promise.resolve(r));case 7:c[a]=t.sent,t.next=12;break;case 11:c[a]=r;case 12:return t.abrupt("return",Promise.resolve(c));case 13:case"end":return t.stop()}}),t)})));return function(n,e,r){return t.apply(this,arguments)}}(),Promise.resolve({}));case 10:return m=t.sent,t.next=13,e.exact.reduce(function(){var t=xt(Mt.mark((function t(n,r,o){var a,s,l,v,b,y,g,j,O,S,k;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.exact.length===o+1,l=u[s=r.pluginName],t.next=5,n;case 5:if(v=t.sent,b=m[s]?m[s]:{},h&&(b=v),!In(b,s)){t.next=11;break}return On({data:b,method:d,instance:i,pluginName:s,store:c}),t.abrupt("return",Promise.resolve(v));case 11:if(!In(v,s)){t.next=14;break}return a&&On({data:v,method:d,instance:i,store:c}),t.abrupt("return",Promise.resolve(v));case 14:if(!w.hasOwnProperty(s)||!0!==w[s]){t.next=17;break}return c.dispatch({type:"queue",plugin:s,payload:b,_:{called:"queue",from:"queueMechanism"}}),t.abrupt("return",Promise.resolve(v));case 17:return y=p(m[s],u[s]),t.next=20,l[d]({abort:y.abort,payload:b,instance:i,config:Sn(s,f,u),plugins:f});case 20:return j=Ot(g=t.sent)?g:{},O=_t(_t({},v),j),In(S=m[s],s)?On({data:S,method:d,instance:i,pluginName:s,store:c}):((k="".concat(d,":").concat(s)).match(/:/g)||[]).length<2&&!d.match(wn)&&!d.match(mn)&&i.dispatch(_t(_t({},h?O:b),{},{type:k,_:{called:k,from:"submethod"}})),t.abrupt("return",Promise.resolve(O));case 26:case"end":return t.stop()}}),t)})));return function(n,e,r){return t.apply(this,arguments)}}(),Promise.resolve(r));case 13:if(b=t.sent,d.match(pn)||d.match(/^registerPlugin/)||d.match(mn)||d.match(wn)||d.match(/^params/)||d.match(/^userIdChanged/)){t.next=21;break}if(s.plugins.includes(d),!b._||b._.originalAction!==d){t.next=18;break}return t.abrupt("return",b);case 18:y=_t(_t({},b),{_:{originalAction:b.type,called:b.type,from:"engineEnd"}}),xn(b,e.exact.length)&&!d.match(/End$/)&&(y=_t(_t({},y),{type:b.type+"Aborted"})),c.dispatch(y);case 21:return t.abrupt("return",b);case 22:case"end":return t.stop()}}),t)}))),jn.apply(this,arguments)}function On(t){var n=t.pluginName,e=t.method+"Aborted"+(n?":"+n:"");t.store.dispatch(_t(_t({},t.data),{},{type:e,_:{called:e,from:"abort"}}))}function Sn(t,n,e){var r=n[t]||e[t];return r&&r.config?r.config:{}}function kn(t,n){return n.reduce((function(n,e){return e[t]?n.concat({methodName:t,pluginName:e.name,method:e[t]}):n}),[])}function En(t,n){var e=t.replace(pn,""),r=n?":".concat(n):"";return["".concat(t).concat(r),"".concat(e).concat(r),"".concat(e,"End").concat(r)]}function An(t,n){var e=En(t).map((function(t){return kn(t,n)}));return n.reduce((function(e,r){var i=r.name,o=function(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var r,i,o=[],u=!0,a=!1;try{for(e=e.call(t);!(u=(r=e.next()).done)&&(o.push(r.value),!n||o.length!==n);u=!0);}catch(t){a=!0,i=t}finally{try{u||null==e.return||e.return()}finally{if(a)throw i}}return o}}(t,n)||kt(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(En(t,i).map((function(t){return kn(t,n)})),3),u=o[0],a=o[1],c=o[2];return u.length&&(e.beforeNS[i]=u),a.length&&(e.duringNS[i]=a),c.length&&(e.afterNS[i]=c),e}),{before:e[0],beforeNS:{},during:e[1],duringNS:{},after:e[2],afterNS:{}})}function In(t,n){var e=t.abort;return!!e&&(!0===e||Nn(e,n)||e&&Nn(e.plugins,n))}function xn(t,n){var e=t.abort;if(!e)return!1;if(!0===e||gt(e))return!0;var r=e.plugins;return Tn(e)&&e.length===n||Tn(r)&&r.length===n}function Tn(t){return Array.isArray(t)}function Nn(t,n){return!(!t||!Tn(t))&&t.includes(n)}function _n(t,n){return function(e,r,i){var o=r.config,u=r.name,a="".concat(u,".").concat(e.type);i&&(a=i.event);var c=e.type.match(pn)?function(t,n,e,r,i){return function(o,u){var a=r?r.name:t,c=u&&Tn(u)?u:e;if(r&&(!(c=u&&Tn(u)?u:[t]).includes(t)||1!==c.length))throw new Error("Method ".concat(n," can only abort ").concat(t," plugin. ").concat(JSON.stringify(c)," input valid"));return _t(_t({},i),{},{abort:{reason:o,plugins:c,caller:n,_:a}})}}(u,a,n,i,e):function(t,n){return function(){throw new Error(t.type+" action not cancellable. Remove abort in "+n)}}(e,a);return{payload:Cn(e),instance:t,config:o||{},abort:c}}}function Pn(t,n){var e=Mn(t);if(e&&e.name===n){var r=Mn(e.method),i=r?"or "+r.method:"";throw new Error([n+" plugin is calling method "+t,"Plugins cant call self","Use ".concat(e.method," ").concat(i," in ").concat(n," plugin insteadof ").concat(t)].join("\n"))}}function Mn(t){var n=t.match(/(.*):(.*)/);return!!n&&{method:n[1],name:n[2]}}function Cn(t){return Object.keys(t).reduce((function(n,e){return"type"===e||(n[e]=Ot(t[e])?Object.assign({},t[e]):t[e]),n}),{})}function Dn(t,n,e){var r={};return function(i){return function(o){return function(){var u=xt(Mt.mark((function u(a){var c,s,f,l,d,h,v,p,w,m;return Mt.wrap((function(u){for(;;)switch(u.prev=u.next){case 0:if(c=a.type,s=a.plugins,f=a,!a.abort){u.next=4;break}return u.abrupt("return",o(a));case 4:if(c===tn.enablePlugin&&i.dispatch({type:tn.initializeStart,plugins:s,disabled:[],fromEnable:!0,meta:a.meta}),c===tn.disablePlugin&&setTimeout((function(){return ln(a.meta.rid,{payload:a})}),0),c===tn.initializeEnd&&(l=n(),d=Object.keys(l),h=d.filter((function(t){return s.includes(t)})).map((function(t){return l[t]})),v=[],p=[],w=a.disabled,m=h.map((function(t){var n=t.name;return dn(t,t.loaded,1e4).then((function(){return r[n]||(i.dispatch({type:tn.pluginReadyType(n),name:n,events:Object.keys(t).filter((function(t){return!Qt.includes(t)}))}),r[n]=!0),v=v.concat(n),t})).catch((function(t){if(t instanceof Error)throw new Error(t);return p=p.concat(t.name),t}))})),Promise.all(m).then((function(){var t={plugins:v,failed:p,disabled:w};setTimeout((function(){d.length===m.length+w.length&&i.dispatch(_t(_t({},{type:tn.ready}),t))}),0)}))),c===tn.bootstrap){u.next=13;break}return/^ready:([^:]*)$/.test(c)&&setTimeout((function(){return hn(i,n,t)}),0),u.next=11,bn(a,n,t,i,e);case 11:return u.abrupt("return",o(u.sent));case 13:return u.abrupt("return",o(f));case 14:case"end":return u.stop()}}),u)})));return function(t){return u.apply(this,arguments)}}()}}}function Ln(t){return function(){return function(n){return function(e){var r=e.type,i=e.key,o=e.value,u=e.options;if(r===tn.setItem||r===tn.removeItem){if(e.abort)return n(e);r===tn.setItem?t.setItem(i,o,u):t.removeItem(i,u)}return n(e)}}}}function zn(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function $n(t,n,e){return n&&zn(t.prototype,n),e&&zn(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var Un=$n((function t(){var n=this;!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),Tt(this,"before",[]),Tt(this,"after",[]),Tt(this,"addMiddleware",(function(t,e){n[e]=n[e].concat(t)})),Tt(this,"removeMiddleware",(function(t,e){var r=n[e].findIndex((function(n){return n===t}));-1!==r&&(n[e]=[].concat(Et(n[e].slice(0,r)),Et(n[e].slice(r+1))))})),Tt(this,"dynamicMiddlewares",(function(t){return function(e){return function(r){return function(i){var o={getState:e.getState,dispatch:function(t){return e.dispatch(t)}},u=n[t].map((function(t){return t(o)}));return Vt.apply(void 0,Et(u))(r)(i)}}}}))}));function Rn(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0,r={};if("initialize:aborted"===e.type)return n;if(/^registerPlugin:([^:]*)$/.test(e.type)){var i=Wn(e.type,"registerPlugin"),o=t()[i];if(!o||!i)return n;var u=e.enabled;return r[i]={enabled:u,initialized:!!u&&Boolean(!o.initialize),loaded:!!u&&Boolean(o.loaded()),config:o.config||{}},_t(_t({},n),r)}if(/^initialize:([^:]*)$/.test(e.type)){var a=Wn(e.type,tn.initialize),c=t()[a];return c&&a?(r[a]=_t(_t({},n[a]),{initialized:!0,loaded:Boolean(c.loaded())}),_t(_t({},n),r)):n}if(/^ready:([^:]*)$/.test(e.type))return r[e.name]=_t(_t({},n[e.name]),{loaded:!0}),_t(_t({},n),r);switch(e.type){case tn.disablePlugin:return _t(_t({},n),Hn(e.plugins,!1,n));case tn.enablePlugin:return _t(_t({},n),Hn(e.plugins,!0,n));default:return n}}}function Wn(t,n){return t.substring(n.length+1,t.length)}function Hn(t,n,e){return t.reduce((function(t,r){return t[r]=_t(_t({},e[r]),{enabled:n}),t}),e)}function qn(t){try{return JSON.parse(JSON.stringify(t))}catch(t){}return t}var Vn={last:{},history:[]};function Fn(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Vn,n=arguments.length>1?arguments[1]:void 0,e=n.options,r=n.meta;if(n.type===tn.track){var i=qn(_t(_t({event:n.event,properties:n.properties},Object.keys(e).length&&{options:e}),{},{meta:r}));return _t(_t({},t),{last:i,history:t.history.concat(i)})}return t}var Gn={actions:[]};function Jn(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Gn,n=arguments.length>1?arguments[1]:void 0,e=n.payload;switch(n.type){case"queue":var r;return r=e&&e.type&&e.type===tn.identify?[n].concat(t.actions):t.actions.concat(n),_t(_t({},t),{},{actions:r});case"dequeue":return[];default:return t}}var Xn=/#.*$/;function Kn(t){var n=/(http[s]?:\/\/)?([^\/\s]+\/)(.*)/g.exec(t);return"/"+(n&&n[3]?n[3].split("?")[0].replace(Xn,""):"")}var Bn,Yn,Zn,Qn,te=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!mt)return t;var n=document,e=n.title,r=n.referrer,i=window,o=i.location,u=i.innerWidth,a=i.innerHeight,c=o.hash,s=o.search,f=function(t){var n=function(){if(mt)for(var t,n=document.getElementsByTagName("link"),e=0;t=n[e];e++)if("canonical"===t.getAttribute("rel"))return t.getAttribute("href")}();return n?n.match(/\?/)?n:n+t:window.location.href.replace(Xn,"")}(s),l={title:e,url:f,path:Kn(f),hash:c,search:s,width:u,height:a};return r&&""!==r&&(l.referrer=r),_t(_t({},l),t)},ne={last:{},history:[]};function ee(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ne,n=arguments.length>1?arguments[1]:void 0,e=n.options;if(n.type===tn.page){var r=qn(_t({properties:n.properties,meta:n.meta},Object.keys(e).length&&{options:e}));return _t(_t({},t),{last:r,history:t.history.concat(r)})}return t}Bn=function(){if(!mt)return!1;var t=navigator.appVersion;return~t.indexOf("Win")?"Windows":~t.indexOf("Mac")?"MacOS":~t.indexOf("X11")?"UNIX":~t.indexOf("Linux")?"Linux":"Unknown OS"}(),Yn=mt?document.referrer:null,Zn=function(){if(M){var t=navigator,n=t.languages;return t.userLanguage||(n&&n.length?n[0]:t.language)}}(),Qn=function(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch(t){}}();var re={initialized:!1,sessionId:J(),app:null,version:null,debug:!1,offline:!!mt&&!navigator.onLine,os:{name:Bn},userAgent:mt?navigator.userAgent:"node",library:{name:Kt,version:"0.10.22"},timezone:Qn,locale:Zn,campaign:{},referrer:Yn};function ie(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:re,n=arguments.length>1?arguments[1]:void 0,e=t.initialized,r=n.campaign;switch(n.type){case tn.campaign:return _t(_t({},t),{campaign:r});case tn.offline:return _t(_t({},t),{offline:!0});case tn.online:return _t(_t({},t),{offline:!1});default:return e?t:_t(_t(_t({},re),t),{initialized:!0})}}var oe=["plugins","reducers","storage"];function ue(t,n,e){if(mt){var r=window[(e?"add":"remove")+"EventListener"];t.split(" ").forEach((function(t){r(t,n)}))}}function ae(t){var n=ue.bind(null,"online offline",(function(){return Promise.resolve(!navigator.onLine).then(t)}));return n(!0),function(){return n(!1)}}function ce(){return dt(Kt,[]),function(t){return function(n,e,r){var i=t(n,e,r),o=i.dispatch;return Object.assign(i,{dispatch:function(t){return ft[st][Kt].push(t.action||t),o(t)}})}}}function se(){return function(){return Vt(Vt.apply(null,arguments),ce())}}function fe(t){return t?function(t){return"[object Array]"===Object.prototype.toString.call(t)}(t)?t:[t]:[]}function le(){var t,n,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0,i=arguments.length>2?arguments[2]:void 0,o=J();return r&&(fn[o]=(t=r,n=function(t){for(var n,e=t||Array.prototype.slice.call(arguments),r=0;r<e.length;r++)if(yt(e[r])){n=e[r];break}return n}(i),function(e){n&&n(e),t(e)})),_t(_t({},e),{},{rid:o,ts:(new Date).getTime()},r?{hasCallback:!0}:{})}function de(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.reducers||{},e=t.initialUser||{},r=(t.plugins||[]).reduce((function(t,n){if(yt(n))return t.middlewares=t.middlewares.concat(n),t;if(n.NAMESPACE&&(n.name=n.NAMESPACE),!n.name)throw new Error("https://lytics.dev/errors/1");var e=n.EVENTS?Object.keys(n.EVENTS).map((function(t){return n.EVENTS[t]})):[];t.pluginEnabled[n.name]=!(!1===n.enabled||n.config&&!1===n.config.enabled),delete n.enabled,n.methods&&(t.methods[n.name]=Object.keys(n.methods).reduce((function(t,e){var r;return t[e]=(r=n.methods[e],function(){for(var t=Array.prototype.slice.call(arguments),n=new Array(r.length),e=0;e<t.length;e++)n[e]=t[e];return n[n.length]=S,r.apply({instance:S},n)}),t}),{}),delete n.methods);var r=Object.keys(n).concat(e),i=new Set(t.events.concat(r));if(t.events=Array.from(i),t.pluginsArray=t.pluginsArray.concat(n),t.plugins[n.name])throw new Error(n.name+"AlreadyLoaded");return t.plugins[n.name]=n,t.plugins[n.name].loaded||(t.plugins[n.name].loaded=function(){return!0}),t}),{plugins:{},pluginEnabled:{},methods:{},pluginsArray:[],middlewares:[],events:[]}),i=t.storage?t.storage:{getItem:lt,setItem:dt,removeItem:ht},o=function(t){return function(n,e,r){return e.getState("user")[n]||(r&&Ot(r)&&r[n]?r[n]:an(t)[n]||lt(cn(n))||null)}}(i),u=r.plugins,a=r.events.filter((function(t){return!Qt.includes(t)})).sort(),c=new Set(a.concat(Zt).filter((function(t){return!Qt.includes(t)}))),s=Array.from(c).sort(),f=function(){return u},l=new Un,d=l.addMiddleware,h=l.removeMiddleware,v=l.dynamicMiddlewares,p=function(){throw new Error("Abort disabled inListener")},w=function(t){for(var n,e=Object.create(null),r=/([^&=]+)=?([^&]*)/g;n=r.exec(t);){var i=F(n[1]),o=F(n[2]);if(i)if("[]"===i.substring(i.length-2)){var u=e[i=i.substring(0,i.length-2)]||(e[i]=[]);e[i]=Array.isArray(u)?u:[],e[i].push(o)}else e[i]=""===o||o}for(var a in e){var c=a.split("[");c.length>1&&(G(e,c.map((function(t){return t.replace(/[?[\]\\ ]/g,"")})),e[a]),delete e[a])}return e}(function(t){if(t){var n=t.match(/\?(.*)/);return n&&n[1]?n[1].split("#")[0]:""}return M&&window.location.search.substring(1)}(void 0)),m=an(i),b=_t(_t(_t(_t({},m),e),w.an_uid?{userId:w.an_uid}:{}),w.an_aid?{anonymousId:w.an_aid}:{});b.anonymousId||(b.anonymousId=J());var y,g,j,O=_t({enable:function(t,n){return new Promise((function(e){D.dispatch({type:tn.enablePlugin,plugins:fe(t),_:{originalAction:tn.enablePlugin}},e,[n])}))},disable:function(t,n){return new Promise((function(e){D.dispatch({type:tn.disablePlugin,plugins:fe(t),_:{originalAction:tn.disablePlugin}},e,[n])}))}},r.methods),S={identify:(j=xt(Mt.mark((function t(n,e,r,i){var u,a,c,s,f;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return u=gt(n)?n:null,a=Ot(n)?n:e,c=r||{},s=S.user(),dt(cn(Bt),u),f=u||a.userId||o(Bt,S,a),t.abrupt("return",new Promise((function(t){D.dispatch(_t({type:tn.identifyStart,userId:f,traits:a||{},options:c,anonymousId:s.anonymousId},s.id&&s.id!==u&&{previousId:s.id}),t,[e,r,i])})));case 7:case"end":return t.stop()}}),t)}))),function(t,n,e,r){return j.apply(this,arguments)}),track:(g=xt(Mt.mark((function t(n,e,r,i){var u,a,c;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((u=Ot(n)?n.event:n)&&gt(u)){t.next=3;break}throw new Error("EventMissing");case 3:return a=Ot(n)?n:e||{},c=Ot(r)?r:{},t.abrupt("return",new Promise((function(t){D.dispatch({type:tn.trackStart,event:u,properties:a,options:c,userId:o(Bt,S,e),anonymousId:o(Yt,S,e)},t,[e,r,i])})));case 6:case"end":return t.stop()}}),t)}))),function(t,n,e,r){return g.apply(this,arguments)}),page:(y=xt(Mt.mark((function t(n,e,r){var i,u;return Mt.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=Ot(n)?n:{},u=Ot(e)?e:{},t.abrupt("return",new Promise((function(t){D.dispatch({type:tn.pageStart,properties:te(i),options:u,userId:o(Bt,S,i),anonymousId:o(Yt,S,i)},t,[n,e,r])})));case 3:case"end":return t.stop()}}),t)}))),function(t,n,e){return y.apply(this,arguments)}),user:function(t){if(t===Bt||"id"===t)return o(Bt,S);if(t===Yt||"anonId"===t)return o(Yt,S);var n=S.getState("user");return t?P(n,t):n},reset:function(t){return new Promise((function(n){D.dispatch({type:tn.resetStart},n,t)}))},ready:function(t){return S.on(tn.ready,t)},on:function(t,n){if(!t||!yt(n))return!1;if(t===tn.bootstrap)throw new Error(".on disabled for "+t);var e=/Start$|Start:/;if("*"===t){var r=function(){return function(t){return function(r){return r.type.match(e)&&n({payload:r,instance:S,plugins:u}),t(r)}}},i=function(){return function(t){return function(r){return r.type.match(e)||n({payload:r,instance:S,plugins:u}),t(r)}}};return d(r,he),d(i,ve),function(){h(r,he),h(i,ve)}}var o=t.match(e)?he:ve,a=function(){return function(e){return function(r){return r.type===t&&n({payload:r,instance:S,plugins:u,abort:p}),e(r)}}};return d(a,o),function(){return h(a,o)}},once:function(t,n){if(!t||!yt(n))return!1;if(t===tn.bootstrap)throw new Error(".once disabled for "+t);var e=S.on(t,(function(t){n({payload:t.payload,instance:S,plugins:u,abort:p}),e()}));return e},getState:function(t){var n=D.getState();return t?P(n,t):Object.assign({},n)},dispatch:function(t){var n=gt(t)?{type:t}:t;if(Zt.includes(n.type))throw new Error("reserved action "+n.type);var e=t._||{},r=_t(_t({},n),{},{_:_t({originalAction:n.type},e)});D.dispatch(r)},enablePlugin:O.enable,disablePlugin:O.disable,plugins:O,storage:{getItem:i.getItem,setItem:function(t,n,e){D.dispatch({type:tn.setItemStart,key:t,value:n,options:e})},removeItem:function(t,n){D.dispatch({type:tn.removeItemStart,key:t,options:n})}},setAnonymousId:function(t,n){S.storage.setItem(Gt,t,n)},events:{all:s,core:Zt,plugins:a}},k=r.middlewares.concat([function(){return function(t){return function(n){return n.meta||(n.meta=le()),t(n)}}},v(he),Dn(S,f,{all:s,plugins:a}),Ln(i),on(S),sn(S),v(ve)]),E={context:ie,user:un(i),page:ee,track:Fn,plugins:Rn(f),queue:Jn},A=Vt,I=Vt;if(mt&&t.debug){var x=window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;x&&(A=x({trace:!0,traceLimit:25})),I=function(){return 0===arguments.length?ce():Ot(At(arguments[0]))?se():se().apply(null,arguments)}}var T,N=function(t){return Object.keys(t).reduce((function(n,e){return oe.includes(e)||(n[e]=t[e]),n}),{})}(t),_=r.pluginsArray.reduce((function(t,n){var e=n.name,i=n.config,o=n.loaded,u=r.pluginEnabled[e];return t[e]={enabled:u,initialized:!!u&&Boolean(!n.initialize),loaded:Boolean(o()),config:i||{}},t}),{}),C={context:N,user:b,plugins:_},D=Ht(function(t){for(var n=Object.keys(t),e={},r=0;r<n.length;r++){var i=n[r];At(t[i])===Ct&&(e[i]=t[i])}var o,u=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(n){var e=t[n];if(At(e(void 0,{type:$t}))===Dt||At(e(void 0,{type:Ut}))===Dt)throw new Error(Lt+" "+n+" "+Dt)}))}(e)}catch(t){o=t}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(o)throw o;for(var r=!1,i={},a=0;a<u.length;a++){var c=u[a],s=t[c],f=(0,e[c])(s,n);if(At(f)===Dt){var l=qt(c,n);throw new Error(l)}i[c]=f,r=r||f!==s}return r?i:t}}(_t(_t({},E),n)),C,I(A(Ft.apply(void 0,Et(k)))));D.dispatch=(T=D.dispatch,function(t,n,e){var r=le(t.meta,n,fe(e)),i=_t(_t({},t),{meta:r});return T.apply(null,[i])});var L=Object.keys(u);D.dispatch({type:tn.bootstrap,plugins:L,config:N,params:w,user:b,initialUser:e,persistedUser:m});var z=L.filter((function(t){return r.pluginEnabled[t]})),$=L.filter((function(t){return!r.pluginEnabled[t]}));return D.dispatch({type:tn.registerPlugins,plugins:L,enabled:r.pluginEnabled}),r.pluginsArray.map((function(t,n){var e=t.bootstrap,i=t.config,o=t.name;e&&yt(e)&&e({instance:S,config:i,payload:t}),D.dispatch({type:tn.registerPluginType(o),name:o,enabled:r.pluginEnabled[o],plugin:t}),r.pluginsArray.length===n+1&&D.dispatch({type:tn.initializeStart,plugins:z,disabled:$})})),ae((function(t){D.dispatch({type:t?tn.offline:tn.online})})),function(t,n,e){setInterval((function(){return hn(t,n,e)}),3e3)}(D,f,S),S}var he="before",ve="after",pe="cookie",we=ge(),me=je,be=je;function ye(t){return we?je(t,"",-1):ht(t)}function ge(){if(void 0!==we)return we;var t="cookiecookie";try{je(t,t),we=-1!==document.cookie.indexOf(t),ye(t)}catch(t){we=!1}return we}function je(t,n,e,r,i,o){if("undefined"!=typeof window){var u=arguments.length>1;return!1===we&&(u?dt(t,n):lt(t)),u?document.cookie=t+"="+encodeURIComponent(n)+(e?"; expires="+new Date(+new Date+1e3*e).toUTCString()+(r?"; path="+r:"")+(i?"; domain="+i:"")+(o?"; secure":""):""):decodeURIComponent((("; "+document.cookie).split("; "+t+"=")[1]||"").split(";")[0])}}var Oe="localStorage",Se=wt.bind(null,"localStorage"),ke=vt("localStorage","getItem",lt),Ee=vt("localStorage","setItem",dt),Ae=vt("localStorage","removeItem",ht),Ie="sessionStorage",xe=wt.bind(null,"sessionStorage");vt("sessionStorage","getItem",lt),vt("sessionStorage","setItem",dt),vt("sessionStorage","removeItem",ht);var Te="any",Ne="*";"undefined"==typeof process||process;var _e="undefined"!=typeof window;function Pe(t,n){return typeof n===t}"undefined"!=typeof Deno&&Deno,_e&&"nodejs"===window.name||"undefined"!=typeof navigator&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),Pe.bind(null,"function");var Me=Pe.bind(null,"string"),Ce=Pe.bind(null,"undefined");function De(t){var n=t;try{if("true"===(n=JSON.parse(t)))return!0;if("false"===n)return!1;if(function(t){if(!function(t){return t&&("object"==typeof t||null!==t)}(t))return!1;for(var n=t;null!==Object.getPrototypeOf(n);)n=Object.getPrototypeOf(n);return Object.getPrototypeOf(t)===n}(n))return n;parseFloat(n)===n&&(n=parseFloat(n))}catch(t){}if(null!==n&&""!==n)return n}Pe.bind(null,"boolean");var Le=Se(),ze=xe(),$e=ge();function Ue(t,n){if(t){var e=Re(n),r=!Ve(e),i=We(e)?De(localStorage.getItem(t)):void 0;if(r&&!Ce(i))return i;var o=He(e)?De(me(t)):void 0;if(r&&o)return o;var u=qe(e)?De(sessionStorage.getItem(t)):void 0;if(r&&u)return u;var a=lt(t);return r?a:{localStorage:i,sessionStorage:u,cookie:o,global:a}}}function Re(t){return t?Me(t)?t:t.storage:Te}function We(t){return Le&&Fe(t,Oe)}function He(t){return $e&&Fe(t,pe)}function qe(t){return ze&&Fe(t,Ie)}function Ve(t){return t===Ne||"all"===t}function Fe(t,n){return t===Te||t===n||Ve(t)}function Ge(t,n,e){return{location:t,current:n,previous:e}}var Je={setItem:function(t,n,e){if(t&&!Ce(n)){var r={},i=Re(e),o=JSON.stringify(n),u=!Ve(i);return We(i)&&(r[Oe]=Ge(Oe,n,De(localStorage.getItem(t))),localStorage.setItem(t,o),u)?r[Oe]:He(i)&&(r[pe]=Ge(pe,n,De(me(t))),be(t,o),u)?r[pe]:qe(i)&&(r[Ie]=Ge(Ie,n,De(sessionStorage.getItem(t))),sessionStorage.setItem(t,o),u)?r[Ie]:(r[ct]=Ge(ct,n,lt(t)),dt(t,n),u?r[ct]:r)}},getItem:Ue,removeItem:function(t,n){if(t){var e=Re(n),r=Ue(t,Ne),i={};return!Ce(r.localStorage)&&We(e)&&(localStorage.removeItem(t),i[Oe]=r.localStorage),!Ce(r.cookie)&&He(e)&&(ye(t),i[pe]=r.cookie),!Ce(r.sessionStorage)&&qe(e)&&(sessionStorage.removeItem(t),i[Ie]=r.sessionStorage),!Ce(r.global)&&Fe(e,ct)&&(ht(t),i[ct]=r.global),i}}};const Xe=Je;function Ke(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Be(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function Ye(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?Be(Object(e),!0).forEach((function(n){Ke(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Be(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var Ze={exports:{}};!function(t){var n=c.exports;function e(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}t.exports=function(t){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?e(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):e(Object(i)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}))}return t},t.exports.__esModule=!0,t.exports.default=t.exports}(Ze);const Qe=u(Ze.exports);var tr={exports:{}};!function(t){var n=l.exports.default;function e(){t.exports=e=function(){return i},t.exports.__esModule=!0,t.exports.default=t.exports;var r,i={},o=Object.prototype,u=o.hasOwnProperty,a=Object.defineProperty||function(t,n,e){t[n]=e.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",f=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function d(t,n,e){return Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[n]}try{d({},"")}catch(r){d=function(t,n,e){return t[n]=e}}function h(t,n,e,r){var i=Object.create((n&&n.prototype instanceof g?n:g).prototype),o=new M(r||[]);return a(i,"_invoke",{value:T(t,e,o)}),i}function v(t,n,e){try{return{type:"normal",arg:t.call(n,e)}}catch(t){return{type:"throw",arg:t}}}i.wrap=h;var p="suspendedStart",w="suspendedYield",m="executing",b="completed",y={};function g(){}function j(){}function O(){}var S={};d(S,s,(function(){return this}));var k=Object.getPrototypeOf,E=k&&k(k(C([])));E&&E!==o&&u.call(E,s)&&(S=E);var A=O.prototype=g.prototype=Object.create(S);function I(t){["next","throw","return"].forEach((function(n){d(t,n,(function(t){return this._invoke(n,t)}))}))}function x(t,e){function r(i,o,a,c){var s=v(t[i],t,o);if("throw"!==s.type){var f=s.arg,l=f.value;return l&&"object"==n(l)&&u.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,c)}),(function(t){r("throw",t,a,c)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return r("throw",t,a,c)}))}c(s.arg)}var i;a(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}})}function T(t,n,e){var i=p;return function(o,u){if(i===m)throw Error("Generator is already running");if(i===b){if("throw"===o)throw u;return{value:r,done:!0}}for(e.method=o,e.arg=u;;){var a=e.delegate;if(a){var c=N(a,e);if(c){if(c===y)continue;return c}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(i===p)throw i=b,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);i=m;var s=v(t,n,e);if("normal"===s.type){if(i=e.done?b:w,s.arg===y)continue;return{value:s.arg,done:e.done}}"throw"===s.type&&(i=b,e.method="throw",e.arg=s.arg)}}}function N(t,n){var e=n.method,i=t.iterator[e];if(i===r)return n.delegate=null,"throw"===e&&t.iterator.return&&(n.method="return",n.arg=r,N(t,n),"throw"===n.method)||"return"!==e&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+e+"' method")),y;var o=v(i,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;var u=o.arg;return u?u.done?(n[t.resultName]=u.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=r),n.delegate=null,y):u:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function _(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function P(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function M(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function C(t){if(t||""===t){var e=t[s];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function n(){for(;++i<t.length;)if(u.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=r,n.done=!0,n};return o.next=o}}throw new TypeError(n(t)+" is not iterable")}return j.prototype=O,a(A,"constructor",{value:O,configurable:!0}),a(O,"constructor",{value:j,configurable:!0}),j.displayName=d(O,l,"GeneratorFunction"),i.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===j||"GeneratorFunction"===(n.displayName||n.name))},i.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,O):(t.__proto__=O,d(t,l,"GeneratorFunction")),t.prototype=Object.create(A),t},i.awrap=function(t){return{__await:t}},I(x.prototype),d(x.prototype,f,(function(){return this})),i.AsyncIterator=x,i.async=function(t,n,e,r,o){void 0===o&&(o=Promise);var u=new x(h(t,n,e,r),o);return i.isGeneratorFunction(n)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},I(A),d(A,l,"Generator"),d(A,s,(function(){return this})),d(A,"toString",(function(){return"[object Generator]"})),i.keys=function(t){var n=Object(t),e=[];for(var r in n)e.push(r);return e.reverse(),function t(){for(;e.length;){var r=e.pop();if(r in n)return t.value=r,t.done=!1,t}return t.done=!0,t}},i.values=C,M.prototype={constructor:M,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(P),!t)for(var n in this)"t"===n.charAt(0)&&u.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function e(e,i){return a.type="throw",a.arg=t,n.next=e,i&&(n.method="next",n.arg=r),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return e("end");if(o.tryLoc<=this.prev){var c=u.call(o,"catchLoc"),s=u.call(o,"finallyLoc");if(c&&s){if(this.prev<o.catchLoc)return e(o.catchLoc,!0);if(this.prev<o.finallyLoc)return e(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return e(o.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return e(o.finallyLoc)}}}},abrupt:function(t,n){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc<=this.prev&&u.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=n&&n<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=t,o.arg=n,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(o)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),y},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),P(e),y}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var i=r.arg;P(e)}return i}}throw Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:C(t),resultName:n,nextLoc:e},"next"===this.method&&(this.arg=r),y}},i}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports}(tr);var nr=tr.exports(),er=nr;try{regeneratorRuntime=nr}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=nr:Function("r","regeneratorRuntime = r")(nr)}var rr=function(){};wt.bind(null,"sessionStorage");var ir=vt("sessionStorage","getItem",lt),or=vt("sessionStorage","setItem",dt);vt("sessionStorage","removeItem",ht);var ur="__session",ar=["id","createdAt","created"];function cr(t){var n=t?new Date(t):new Date;return[n.toISOString(),n.getTime()]}function sr(){var t=cr(),n=t[0],e=t[1];return{id:J(),created:e,createdAt:n}}var fr={session:[ir,or],page:[lt,dt]};function lr(t,n){for(var e=fr[t],r=e[0],i=e[1],o=sr(),u=!1,a={},c=0;c<ar.length;c++){var s=ar[c],f="__"+t+"__session__"+s,l=r(f);u=n||!l,(n||!n&&!l)&&i(f,o[s]);var d=l&&!n?l:o[s],h="created"!==s?d:Number(d);a[s]=h}return dr(a,u)}function dr(t,n){var e=Date.now();return t.elapsed=e-t.created,t.expires&&(t.remaining=Math.max(t.expires-e,0),t.isExpired=0===t.remaining),t.isNew=n,t}function hr(t,n){void 0===t&&(t=30);var e=me(ur),r=e?JSON.parse(e):vr(t);return n?r:dr(r,!e)}function vr(t,n,e){void 0===t&&(t=30);var r=e?hr(t,!0):sr(),i=60*t,o=r.created;if(e){var u=cr(),a=u[0],c=u[1];r.modified=c,r.modifiedAt=a,o=c}var s=cr(o+1e3*i),f=s[0];return r.expires=s[1],r.expiresAt=f,r.duration=1e3*i,n&&(r=Object.assign(r,n)),be(ur,JSON.stringify(r),i),dr(r,!e)}var pr=lr.bind(null,"session"),wr=lr.bind(null,"session",!0),mr=lr.bind(null,"page"),br=lr.bind(null,"page",!0),yr="undefined"!=typeof window;function gr(t){return"boolean"==typeof t}var jr=function(t){return function(t){return!!t&&"object"==typeof t}(t)&&!function(t){var n=Object.prototype.toString.call(t);return"[object RegExp]"===n||"[object Date]"===n||function(t){return t.$$typeof===Or}(t)}(t)},Or="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Sr(t,n){return!1!==n.clone&&n.isMergeableObject(t)?Ir(Array.isArray(t)?[]:{},t,n):t}function kr(t,n,e){return t.concat(n).map((function(t){return Sr(t,e)}))}function Er(t){return Object.keys(t).concat(function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(n){return Object.propertyIsEnumerable.call(t,n)})):[]}(t))}function Ar(t,n){try{return n in t}catch(t){return!1}}function Ir(t,n,e){(e=e||{}).arrayMerge=e.arrayMerge||kr,e.isMergeableObject=e.isMergeableObject||jr,e.cloneUnlessOtherwiseSpecified=Sr;var r=Array.isArray(n);return r===Array.isArray(t)?r?e.arrayMerge(t,n,e):function(t,n,e){var r={};return e.isMergeableObject(t)&&Er(t).forEach((function(n){r[n]=Sr(t[n],e)})),Er(n).forEach((function(i){(function(t,n){return Ar(t,n)&&!(Object.hasOwnProperty.call(t,n)&&Object.propertyIsEnumerable.call(t,n))})(t,i)||(r[i]=Ar(t,i)&&e.isMergeableObject(n[i])?function(t,n){if(!n.customMerge)return Ir;var e=n.customMerge(t);return"function"==typeof e?e:Ir}(i,e)(t[i],n[i],e):Sr(n[i],e))})),r}(t,n,e):Sr(n,e)}Ir.all=function(t,n){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,e){return Ir(t,e,n)}),{})};var xr=Ir,Tr={exports:{}};!function(t){
7
- /**
8
- * @license MIT <https://opensource.org/licenses/MIT>
9
- * @copyright Michael Hart 2024
10
- */
11
- const n=new TextEncoder,e={appstream2:"appstream",cloudhsmv2:"cloudhsm",email:"ses",marketplace:"aws-marketplace",mobile:"AWSMobileHubService",pinpoint:"mobiletargeting",queue:"sqs","git-codecommit":"codecommit","mturk-requester-sandbox":"mturk-requester","personalize-runtime":"personalize"},r=new Set(["authorization","content-type","content-length","user-agent","presigned-expires","expect","x-amzn-trace-id","range","connection"]);class i{constructor({method:t,url:n,headers:i,body:o,accessKeyId:u,secretAccessKey:a,sessionToken:c,service:f,region:l,cache:d,datetime:h,signQuery:v,appendSessionToken:p,allHeaders:w,singleEncode:m}){if(null==n)throw new TypeError("url is a required option");if(null==u)throw new TypeError("accessKeyId is a required option");if(null==a)throw new TypeError("secretAccessKey is a required option");let b,y;this.method=t||(o?"POST":"GET"),this.url=new URL(n),this.headers=new Headers(i||{}),this.body=o,this.accessKeyId=u,this.secretAccessKey=a,this.sessionToken=c,f&&l||([b,y]=function(t,n){const{hostname:r,pathname:i}=t;if(r.endsWith(".on.aws")){const t=r.match(/^[^.]{1,63}\.lambda-url\.([^.]{1,63})\.on\.aws$/);return null!=t?["lambda",t[1]||""]:["",""]}if(r.endsWith(".r2.cloudflarestorage.com"))return["s3","auto"];if(r.endsWith(".backblazeb2.com")){const t=r.match(/^(?:[^.]{1,63}\.)?s3\.([^.]{1,63})\.backblazeb2\.com$/);return null!=t?["s3",t[1]||""]:["",""]}const o=r.replace("dualstack.","").match(/([^.]{1,63})\.(?:([^.]{0,63})\.)?amazonaws\.com(?:\.cn)?$/);let u=o&&o[1]||"",a=o&&o[2];if("us-gov"===a)a="us-gov-west-1";else if("s3"===a||"s3-accelerate"===a)a="us-east-1",u="s3";else if("iot"===u)u=r.startsWith("iot.")?"execute-api":r.startsWith("data.jobs.iot.")?"iot-jobs-data":"/mqtt"===i?"iotdevicegateway":"iotdata";else if("autoscaling"===u){const t=(n.get("X-Amz-Target")||"").split(".")[0];"AnyScaleFrontendService"===t?u="application-autoscaling":"AnyScaleScalingPlannerFrontendService"===t&&(u="autoscaling-plans")}else null==a&&u.startsWith("s3-")?(a=u.slice(3).replace(/^fips-|^external-1/,""),u="s3"):u.endsWith("-fips")?u=u.slice(0,-5):a&&/-\d$/.test(u)&&!/-\d$/.test(a)&&([u,a]=[a,u]);return[e[u]||u,a||""]}(this.url,this.headers)),this.service=f||b||"",this.region=l||y||"us-east-1",this.cache=d||new Map,this.datetime=h||(new Date).toISOString().replace(/[:-]|\.\d{3}/g,""),this.signQuery=v,this.appendSessionToken=p||"iotdevicegateway"===this.service,this.headers.delete("Host"),"s3"!==this.service||this.signQuery||this.headers.has("X-Amz-Content-Sha256")||this.headers.set("X-Amz-Content-Sha256","UNSIGNED-PAYLOAD");const g=this.signQuery?this.url.searchParams:this.headers;if(g.set("X-Amz-Date",this.datetime),this.sessionToken&&!this.appendSessionToken&&g.set("X-Amz-Security-Token",this.sessionToken),this.signableHeaders=["host",...this.headers.keys()].filter((t=>w||!r.has(t))).sort(),this.signedHeaders=this.signableHeaders.join(";"),this.canonicalHeaders=this.signableHeaders.map((t=>t+":"+("host"===t?this.url.host:(this.headers.get(t)||"").replace(/\s+/g," ")))).join("\n"),this.credentialString=[this.datetime.slice(0,8),this.region,this.service,"aws4_request"].join("/"),this.signQuery&&("s3"!==this.service||g.has("X-Amz-Expires")||g.set("X-Amz-Expires","86400"),g.set("X-Amz-Algorithm","AWS4-HMAC-SHA256"),g.set("X-Amz-Credential",this.accessKeyId+"/"+this.credentialString),g.set("X-Amz-SignedHeaders",this.signedHeaders)),"s3"===this.service)try{this.encodedPath=decodeURIComponent(this.url.pathname.replace(/\+/g," "))}catch(t){this.encodedPath=this.url.pathname}else this.encodedPath=this.url.pathname.replace(/\/+/g,"/");m||(this.encodedPath=encodeURIComponent(this.encodedPath).replace(/%2F/g,"/")),this.encodedPath=s(this.encodedPath);const j=new Set;this.encodedSearch=[...this.url.searchParams].filter((([t])=>{if(!t)return!1;if("s3"===this.service){if(j.has(t))return!1;j.add(t)}return!0})).map((t=>t.map((t=>s(encodeURIComponent(t)))))).sort((([t,n],[e,r])=>t<e?-1:t>e?1:n<r?-1:n>r?1:0)).map((t=>t.join("="))).join("&")}async sign(){return this.signQuery?(this.url.searchParams.set("X-Amz-Signature",await this.signature()),this.sessionToken&&this.appendSessionToken&&this.url.searchParams.set("X-Amz-Security-Token",this.sessionToken)):this.headers.set("Authorization",await this.authHeader()),{method:this.method,url:this.url,headers:this.headers,body:this.body}}async authHeader(){return["AWS4-HMAC-SHA256 Credential="+this.accessKeyId+"/"+this.credentialString,"SignedHeaders="+this.signedHeaders,"Signature="+await this.signature()].join(", ")}async signature(){const t=this.datetime.slice(0,8),n=[this.secretAccessKey,t,this.region,this.service].join();let e=this.cache.get(n);if(!e){const r=await o("AWS4"+this.secretAccessKey,t),i=await o(r,this.region),u=await o(i,this.service);e=await o(u,"aws4_request"),this.cache.set(n,e)}return c(await o(e,await this.stringToSign()))}async stringToSign(){return["AWS4-HMAC-SHA256",this.datetime,this.credentialString,c(await u(await this.canonicalString()))].join("\n")}async canonicalString(){return[this.method.toUpperCase(),this.encodedPath,this.encodedSearch,this.canonicalHeaders+"\n",this.signedHeaders,await this.hexBodyHash()].join("\n")}async hexBodyHash(){let t=this.headers.get("X-Amz-Content-Sha256")||("s3"===this.service&&this.signQuery?"UNSIGNED-PAYLOAD":null);if(null==t){if(this.body&&"string"!=typeof this.body&&!("byteLength"in this.body))throw new Error("body must be a string, ArrayBuffer or ArrayBufferView, unless you include the X-Amz-Content-Sha256 header");t=c(await u(this.body||""))}return t}}async function o(t,e){const r=await crypto.subtle.importKey("raw","string"==typeof t?n.encode(t):t,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]);return crypto.subtle.sign("HMAC",r,n.encode(e))}async function u(t){return crypto.subtle.digest("SHA-256","string"==typeof t?n.encode(t):t)}const a=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function c(t){const n=new Uint8Array(t);let e="";for(let t=0;t<n.length;t++){const r=n[t];e+=a[r>>>4&15],e+=a[15&r]}return e}function s(t){return t.replace(/[!'()*]/g,(t=>"%"+t.charCodeAt(0).toString(16).toUpperCase()))}t.AwsClient=class{constructor({accessKeyId:t,secretAccessKey:n,sessionToken:e,service:r,region:i,cache:o,retries:u,initRetryMs:a}){if(null==t)throw new TypeError("accessKeyId is a required option");if(null==n)throw new TypeError("secretAccessKey is a required option");this.accessKeyId=t,this.secretAccessKey=n,this.sessionToken=e,this.service=r,this.region=i,this.cache=o||new Map,this.retries=null!=u?u:10,this.initRetryMs=a||50}async sign(t,n){if(t instanceof Request){const{method:e,url:r,headers:i,body:o}=t;null==(n=Object.assign({method:e,url:r,headers:i},n)).body&&i.has("Content-Type")&&(n.body=null!=o&&i.has("X-Amz-Content-Sha256")?o:await t.clone().arrayBuffer()),t=r}const e=new i(Object.assign({url:t.toString()},n,this,n&&n.aws)),r=Object.assign({},n,await e.sign());delete r.aws;try{return new Request(r.url.toString(),r)}catch(t){if(t instanceof TypeError)return new Request(r.url.toString(),Object.assign({duplex:"half"},r));throw t}}async fetch(t,n){for(let e=0;e<=this.retries;e++){const r=fetch(await this.sign(t,n));if(e===this.retries)return r;const i=await r;if(i.status<500&&429!==i.status)return i;await new Promise((t=>setTimeout(t,Math.random()*this.initRetryMs*Math.pow(2,e))))}throw new Error("An unknown error occurred, ensure retries is not negative")}},t.AwsV4Signer=i,Object.defineProperty(t,"__esModule",{value:!0})}(Tr.exports);var Nr=function(){};"undefined"==typeof process||process;var _r="undefined"!=typeof document;function Pr(t,n){return n.charAt(0)[t]()+n.slice(1)}"undefined"!=typeof Deno&&Deno,_r&&"nodejs"===window.name||"undefined"!=typeof navigator&&void 0!==navigator.userAgent&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom"));var Mr=Pr.bind(null,"toUpperCase"),Cr=Pr.bind(null,"toLowerCase");function Dr(t,n){void 0===n&&(n=!0);var e=function(t){return Ur(t)?Mr("null"):"object"==typeof t?function(t){return zr(t.constructor)?t.constructor.name:null}(t):Object.prototype.toString.call(t).slice(8,-1)}(t);return n?Cr(e):e}function Lr(t,n){return typeof n===t}var zr=Lr.bind(null,"function"),$r=Lr.bind(null,"string");function Ur(t){return null===t}function Rr(t,n){if("object"!=typeof n||Ur(n))return!1;if(n instanceof t)return!0;var e=Dr(new t(""));if(function(t){return t instanceof Error||$r(t.message)&&t.constructor&&function(t){return"number"===Dr(t)&&!isNaN(t)}(t.constructor.stackTraceLimit)}(n))for(;n;){if(Dr(n)===e)return!0;n=Object.getPrototypeOf(n)}return!1}function Wr(t,n){var e=t instanceof Element||t instanceof HTMLDocument;return e&&n?function(t,n){return void 0===n&&(n=""),t&&t.nodeName===n.toUpperCase()}(t,n):e}function Hr(t){var n=[].slice.call(arguments,1);return function(){return t.apply(void 0,[].slice.call(arguments).concat(n))}}Lr.bind(null,"undefined"),Lr.bind(null,"boolean"),Lr.bind(null,"symbol"),Rr.bind(null,TypeError),Rr.bind(null,SyntaxError),Hr(Wr,"form"),Hr(Wr,"button"),Hr(Wr,"input"),Hr(Wr,"select");var qr="EventListener";function Vr(t,n){if($r(t))return n?Vr(document.querySelectorAll(t)):(e=t).split(e.indexOf(",")>-1?",":" ").map((function(t){return t.trim()}));var e;if(NodeList.prototype.isPrototypeOf(t)){for(var r=[],i=t.length>>>0;i--;)r[i]=t[i];return r}var o=function(t){return t?function(t){return"array"===Dr(t)}(t)?t:[t]:[]}(t);return n?o.map((function(t){return $r(t)?Vr(t,!0):t})).flat():o}function Fr(t,n){var e;return function(){return t&&(e=t.apply(n||this,arguments),t=null),e}}var Gr=function(t,n,e,r){var i=e||Nr,o=r||!1;if(!_r)return i;var u=Vr(n),a=Vr(t,!0);if(!a.length)throw new Error("noElements");if(!u.length)throw new Error("noEvent");var c=[];return function t(n){n&&(c=[]);for(var e=n?"add"+qr:"remove"+qr,r=0;r<a.length;r++){var s=a[r];c[r]=n?o&&o.once?Fr(i):i:c[r]||i;for(var f=0;f<u.length;f++)s[e]?s["on"+u[f]]=n?c[r]:null:s[e](u[f],c[r],o)}return t.bind(null,!n)}("Event")};function Jr(t,n){return _r&&zr(window[t])?(e=window[t],r=n,void 0===(i=window)&&(i=null),zr(e)?function(){e.apply(i,arguments),r.apply(i,arguments)}:r):window[t]=n;var e,r,i}Jr.bind(null,"onerror"),Jr.bind(null,"onload");var Xr="undefined"==typeof window,Kr="hidden";var Br=["mousemove","mousedown","touchmove","touchstart","touchend","keydown"];function Yr(t,n){void 0===n&&(n={});var e=function(t,n){var e=this,r=!1;return function(i){r||(t.call(e,i),r=!0,setTimeout((function(){return r=!1}),n))}}(t,n.throttle||1e4),r=[];function i(){var t=function(t){if(Xr)return!1;var n=Xr||Kr in document?Kr:["webkit","moz","ms","o"].reduce((function(t,n){var e=n+"Hidden";return!t&&e in document?e:t}),null),e="".concat(n.replace(/[H|h]idden/,""),"visibilitychange"),r=function(){return t(Boolean(document[n]))},i=function(){return document.addEventListener(e,r)};return i(),function(){return document.removeEventListener(e,r),i}}((function(t){t||e({type:"tabVisible"})}));return r=[t].concat(Br.map((function(t){return Gr(document,t,e)}))).concat(Gr(window,"load",e)).concat(Gr(window,"scroll",e,{capture:!0,passive:!0})),o}function o(){r.map((function(t){return t()}))}return i(),function(){return o(),i}}function Zr(t,n){return n?0:Math.round((new Date-t)/1e3)}var Qr="object",ti="string",ni="name",ei="version",ri="",ii="function",oi="undefined",ui={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},ai=[[/microsoft (windows) (vista|xp)/i],[ni,ei],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[ni,[ei,si,ui]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[ni,"Windows"],[ei,si,ui]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[ei,/_/g,"."],[ni,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[ni,"MacOS"],[ei,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[ei,ni],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[ni,ei],[/\(bb(10);/i],[ei,[ni,"BlackBerry"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[ei,[ni,"Firefox OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[ei,[ni,"webOS"]],[/crkey\/([\d\.]+)/i],[ei,[ni,"Chromecast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[ni,"Chromium OS"],ei],[/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/(unix) ?([\w\.]*)/i],[ni,ei]];function ci(t,n){for(var e,r,i,o,u,a,c=0;c<n.length&&!u;){var s=n[c],f=n[c+1];for(e=r=0;e<s.length&&!u;)if(u=s[e++].exec(t))for(i=0;i<f.length;i++)a=u[++r],d(o=f[i])===Qr&&o.length>0?2==o.length?this[o[0]]=d(o[1])==ii?o[1].call(this,a):o[1]:3==o.length?this[o[0]]=d(o[1])!==ii||o[1].exec&&o[1].test?a?a.replace(o[1],o[2]):void 0:a?o[1].call(this,a,o[2]):void 0:4==o.length&&(this[o[0]]=a?o[3].call(this,a.replace(o[1],o[2])):void 0):this[o]=a||void 0;c+=2}}function si(t,n){for(var e in n)if(d(n[e])===Qr&&n[e].length>0){for(var r=0;r<n[e].length;r++)if(fi(n[e][r],t))return"?"===e?void 0:e}else if(fi(n[e],t))return"?"===e?void 0:e;return t}function fi(t,n){return d(t)===ti&&-1!==li(n).indexOf(li(t))}function li(t){return t.toLowerCase()}function di(t){var n=t||(("undefined"==typeof window?"undefined":d(window))!==oi&&window.navigator&&window.navigator.userAgent?window.navigator.userAgent:ri),e={};return e[ni]=void 0,e[ei]=void 0,ci.call(e,n,ai),e}var hi="Brave";function vi(){if("undefined"==typeof window)return{};if(!window.navigator)return{};var t,n,e,r,i,o=window.navigator,u=o.platform,a=o.product,c=o.vendor,s=function(t){var n=t.userAgent,e=/.+(Opera[\s[A-Z]*|OPR[\sA-Z]*)\/([0-9\.]+).*/i.exec(n);if(e)return{type:e[1],version:e[2]};var r=/.+(Trident|Edge)\/([0-9\.]+).*/i.exec(n);if(r)return{type:r[1],version:r[2]};var i=/(headlesschrome)(?:\/([\w\.]+)| )/i.exec(n);if(i)return{type:i[1],version:i[2]};var o=/.+(Chrome|Firefox|FxiOS)\/([0-9\.]+).*/i.exec(n);if(o)return{type:t.brave&&t.brave.isBrave?hi:o[1],version:o[2]};var u=/.+(Safari)\/([0-9\.]+).*/i.exec(n);if(u)return{type:u[1],version:u[2]};var a=/.+(AppleWebKit)\/([0-9\.]+).*/i.exec(n);if(a)return{type:a[1],version:a[2]};var c=/.*([A-Z]+)\/([0-9\.]+).*/i.exec(n)||["","NA","0.0.0"];return{type:c[1],version:c[2]}}(window.navigator),f=s.type,l=s.version,d=f===hi?f:(c||"").split(" ")[0];return{platform:u,os:di(),make:d||a,model:f,version:l,name:[f,l].join("/"),language:(n=window.navigator,e=n.language,r=n.browserLanguage,i=n.languages,(e||r||(i||["en_US"])[0]).toLowerCase().replace("-","_")),timezone:(t=/\(([A-Za-z\s].*)\)/.exec((new Date).toString()),t&&t[1]||"")}}function pi(t){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})[t]||t}function wi(t){return mi.apply(this,arguments)}function mi(){return mi=s(er.mark((function t(n){var e,r,i,o,u,a,c=arguments;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e=c.length>1&&void 0!==c[1]&&c[1],r={},t.t0=er.keys(n);case 3:if((t.t1=t.t0()).done){t.next=13;break}return i=t.t1.value,o=Array.isArray(n[i])?n[i]:[n[i]],u=e?o:o[0],t.next=9,gi(u,Oi);case 9:Ei(a=t.sent)||(r[i]=a),t.next=3;break;case 13:return t.abrupt("return",r);case 14:case"end":return t.stop()}}),t)}))),mi.apply(this,arguments)}function bi(t){return yi.apply(this,arguments)}function yi(){return(yi=s(er.mark((function t(n){var e,r;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e={},t.t0=er.keys(n);case 2:if((t.t1=t.t0()).done){t.next=9;break}return r=t.t1.value,t.next=6,gi(n[r],Si);case 6:e[r]=t.sent,t.next=2;break;case 9:return t.abrupt("return",e);case 10:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function gi(t,n){return ji.apply(this,arguments)}function ji(){return(ji=s(er.mark((function t(n,e){return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("function"!=typeof n){t.next=4;break}return t.next=3,n();case 3:n=t.sent;case 4:return t.abrupt("return",e(n));case 5:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Oi(t){if(null!=t)return Array.isArray(t)?t.filter(ki).map((function(t){return t.toString()})):Ei(t)?t:t.toString()}function Si(t){return parseFloat(Number(Array.isArray(t)?t[0]:t))}function ki(t){return null!=t}function Ei(t){return null==t}var Ai="_session.start",Ii="_session.stop",xi="pageView";function Ti(t){return Ni.apply(this,arguments)}function Ni(){return Ni=s(er.mark((function t(n){var e,r,i,o,u,a,c,s,l,d,h,v,p,w,m,b,y,g,j,O,S,k,E,A,I,x,T,N,_,P=arguments;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=P.length>1&&void 0!==P[1]?P[1]:{},i=(r=P.length>2&&void 0!==P[2]?P[2]:{}).appTitle,o=r.appPackageName,u=r.appVersionCode,a=r.enrichEventAttributes,c=r.enrichEventMetrics,s=r.debug?console.log:function(){},l=pi(n,r.eventMapping),d=hr(),h=e.sessionId||d.id,v=e.sessionStart||d.createdAt,p=e.sessionStart?new Date(e.sessionStart).getTime():d.created,s("event sessionData ",JSON.stringify(d)),yr&&(w=mr(),m=pr(),s("event pageSessionInfo",JSON.stringify(w)),s("event tabSessionData ",JSON.stringify(m))),b=e.attributes||{},y=e.eventId||J(),g=e.time?new Date(e.time):new Date,j=g.toISOString(),O=g.getTime()-p,S=Qe({date:j,sessionId:h},yr?{pageSession:w.id}:{}),!a){t.next=23;break}return t.next=20,a();case 20:t.t0=t.sent,t.next=24;break;case 23:t.t0={};case 24:if(k=t.t0,E=Qe(Qe(Qe({},S),k),b),A=e.metrics||{},I={sessionTime:d.elapsed||O,hour:g.getHours(),day:g.getDay()+1,month:g.getMonth()+1,year:g.getFullYear()},!c){t.next=34;break}return t.next=31,c();case 31:t.t1=t.sent,t.next=35;break;case 34:t.t1={};case 35:return x=t.t1,T=Qe(Qe(Qe({},I),x),A),t.next=39,wi(E);case 39:return t.t2=t.sent,t.next=42,bi(T);case 42:return t.t3=t.sent,N={attributes:t.t2,metrics:t.t3},s("".concat(y,":").concat(l)),s("eventAttributes",N.attributes),s("eventMetrics",N.metrics),yr&&s("clientInfo",vi()),_=f({},y,Qe(Qe({EventType:l,Timestamp:j,AppPackageName:o,AppTitle:i},u?{AppVersionCode:u}:{}),{},{Attributes:N.attributes,Metrics:N.metrics,Session:{Id:h,StartTimestamp:v}})),n===Ii&&(_[y].Session.Duration=O,_[y].Session.StopTimestamp=j),t.abrupt("return",_);case 51:case"end":return t.stop()}}),t)}))),Ni.apply(this,arguments)}var _i="__endpoint";function Pi(t){return"".concat(_i,".").concat(t)}var Mi,Ci="__endpoint",Di=!1;function Li(){return zi.apply(this,arguments)}function zi(){return zi=s(er.mark((function t(){var n,e,r,i,o,u,a,c,s,f,l,d,h,v,p,w,m,b,y,g,j,O=arguments;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=O.length>0&&void 0!==O[0]?O[0]:{},r=(e=O.length>1&&void 0!==O[1]?O[1]:{}).getUserId,i=e.getEndpointId,o=e.endpointMigration,u=qi(e),a=u.sessionKey?u.sessionKey():"sessions",c=u.pageViewKey?u.pageViewKey():"pageViews",yr&&(l=vi(),s=mr(),f=s.id),d=hr(),t.next=10,i();case 10:if(h=t.sent,Di||(Di=!0,(v=ke(Ci))&&($i(h,v),Ae(Ci))),p=Ui(h),w=Wi(e),m=Ri(w,l),b={Attributes:{},Demographic:m,Location:{},Metrics:{}},yr&&(l.device&&l.device.vendor&&(b.Attributes.DeviceMake=[l.device.vendor]),l.device&&l.device.model&&(b.Attributes.DeviceModel=[l.device.model]),l.device&&l.device.type&&(b.Attributes.DeviceType=[l.device.type])),!(n=xr.all([p,b,n],{arrayMerge:Hi})).User||!n.User.UserId){t.next=23;break}return t.next=21,r();case 21:n.User.UserId!==(y=t.sent)&&(n.User.UserId=y);case 23:if(n.User&&n.User.UserId){t.next=28;break}return t.next=26,r();case 26:(g=t.sent)&&(n.User=n.User||{},n.User.UserId=g);case 28:if(!n.User||!n.User.UserAttributes){t.next=32;break}return t.next=31,wi(n.User.UserAttributes,!0);case 31:n.User.UserAttributes=t.sent;case 32:return t.next=34,wi(n.Attributes,!0);case 34:return n.Attributes=t.sent,t.next=37,bi(n.Metrics);case 37:if(n.Metrics=t.sent,n.Metrics[a]||(n.Metrics[a]=1),n.Metrics[c]||(n.Metrics[c]=1),o&&(n=o(h,n)),j=n.Attributes.lastSession){t.next=47;break}return n.Attributes.lastSessionDate=[d.createdAt],n.Attributes.lastSession=[d.id],f&&(n.Attributes.lastPageSession=[f]),t.abrupt("return",$i(h,n));case 47:return j&&j[0]!==d.id&&(n.Attributes.lastSessionDate=[d.createdAt],n.Attributes.lastSession=[d.id],n.Metrics[a]+=1),n.Attributes&&n.Attributes.lastPageSession&&Array.isArray(n.Attributes.lastPageSession)&&n.Attributes.lastPageSession.length>0&&n.Attributes.lastPageSession[0]!==f&&(n.Attributes.lastPageSession=[f],n.Metrics[c]+=1),t.abrupt("return",$i(h,n));case 50:case"end":return t.stop()}}),t)}))),zi.apply(this,arguments)}function $i(t,n){var e=Pi(t),r="string"==typeof n?n:JSON.stringify(n);return Ee(e,r),n}function Ui(t){try{return JSON.parse(ke(Pi(t)))||{}}catch(t){}return{}}function Ri(t,n){return yr?function(t,n){var e={AppVersion:t,Locale:n.language,Make:n.make,Model:n.model,ModelVersion:n.version,Platform:n.os.name||n.platform};return n.os&&n.os.version&&(e.PlatformVersion=n.os.version),e}(t,n):function(t){return{AppVersion:t,Make:"generic server",Platform:"Node.js",PlatformVersion:process.version}}(t)}function Wi(t){var n=t.appTitle||t.appPackageName||"",e=t.appVersionCode||"0.0.0";return n?"".concat(n,"@").concat(e):e}function Hi(t,n){return n}function qi(t){var n=t.getContext;return"function"==typeof n?n():n}var Vi=[429,500],Fi=[202],Gi=400;function Ji(t,n){return Xi.apply(this,arguments)}function Xi(){return Xi=s(er.mark((function t(n,e){var r,i,o,u,a,c,s,f,l,d,h,v,p,w,m,b,y;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=e.pinpointRegion,i=e.pinpointAppId,o=e.lambdaArn,u=e.lambdaRegion,a=e.credentials,c=e.getCredentials,s=e.debug,t.next=3,Ki(a,c);case 3:return f=t.sent,s&&console.log("pinpoint auth",f),l=r||u,d=!0===e.fips?"-fips":"",h="https://lambda.".concat(u||r,".amazonaws.com/2015-03-31/functions/").concat(o,"/invocations"),v="https://pinpoint".concat(d,".").concat(l,".amazonaws.com/v1/apps/").concat(i,"/events"),p=o?h:v,b={body:JSON.stringify(n)},w=new Tr.exports.AwsClient(f),t.next=16,w.fetch(p,b).then((function(t){return t.json()}));case 16:m=t.sent,t.next=24;break;case 19:return w=new Mi.PinpointClient({credentials:f,region:r}),y=new Mi.PutEventsCommand({ApplicationId:i,EventsRequest:n}),t.next=23,w.send(y);case 23:m=t.sent;case 24:return m&&m.Results&&Object.keys(m.Results).map((function(t){return m.Results[t]})).forEach((function(t){var n=t.EndpointItemResponse||{},e=t.EventsItemResponse||{};Object.keys(n).length&&(Fi.includes(n.StatusCode)||Vi.includes(n.StatusCode)||Yi(n,Endpoint));var r=Object.keys(e);r.length&&r.forEach((function(){}))})),t.abrupt("return",m);case 26:case"end":return t.stop()}}),t)}))),Xi.apply(this,arguments)}function Ki(t,n){return Bi.apply(this,arguments)}function Bi(){return(Bi=s(er.mark((function t(n,e){var r;return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=n,Object.keys(r).length||!e){t.next=11;break}return t.prev=2,t.next=5,e();case 5:r=t.sent,t.next=11;break;case 8:throw t.prev=8,t.t0=t.catch(2),new Error(t.t0);case 11:return t.abrupt("return",{accessKeyId:r.accessKeyId||r.AccessKeyId,secretAccessKey:r.secretAccessKey||r.SecretKey,sessionToken:r.sessionToken||r.SessionToken,retries:5});case 13:case"end":return t.stop()}}),t,null,[[2,8]])})))).apply(this,arguments)}function Yi(t){var n=t.Message;if(t.StatusCode===Gi){if(n.startsWith("Missing ChannelType"))throw new Error("Missing ChannelType");if(n.startsWith("Exceeded maximum endpoint per user count"))throw new Error("Exceeded maximum endpoint per user count")}}var Zi=["PUSH","GCM","APNS","APNS_SANDBOX","APNS_VOIP","APNS_VOIP_SANDBOX","ADM","SMS","VOICE","EMAIL","BAIDU","CUSTOM"].reduce((function(t,n){return t[n]=n,t}),{}),Qi=vi(),to=Ai,no=Ii,eo=/.+\@.+\..+/;function ro(t){try{return JSON.parse(ke(Pi(t)))||{}}catch(t){}return{}}function io(t){return t.sort((function(t,n){var e=t.EventType,r=n.EventType;return e==to?-1:r==to||e==no?1:r==no?-1:void 0})).reduce((function(t,n){return Qe(Qe({},n),t)}),{})}function oo(t,n,e){return{BatchItem:f({},t,{Endpoint:n,Events:e})}}var uo=Ii;function ao(){return{}}function co(){throw new Error("Pinpoint not loaded")}function so(t){var n=t.config,e=t.instance;n&&n.disableAnonymousTraffic&&!e.user("userId")&&e.once("identifyStart",(function(t){t.plugins["aws-pinpoint"].loaded()||e.loadPlugin("aws-pinpoint")}))}var fo={disableAnonymousTraffic:!1,pinpointRegion:"us-east-1",eventMapping:{}},lo=function(){var t,n,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=!1;return{name:"aws-pinpoint",config:Qe(Qe({},fo),e),bootstrap:so,initialize:function(r){var i=r.config,o=r.instance,u=i.disableAnonymousTraffic,a=i.debug?console.log:function(){},c=o.getState(),f=c.user||{},l=f.userId,h=f.anonymousId,v=c.context||{},p=v.app,w=v.version,m=v.campaign,b=mr(),y=pr(),g=hr();if(a("initPageSession",b),a("initTabSession",y),a("initSessionData",g),g&&g.anonId&&g.anonId!==h){a("anonId different refresh session details"),br(),wr();var j=vr(30,{anonId:h,userId:l});a("newSessionForNewUser",j)}if(!l&&u)return!1;var O=Object.keys(m).reduce((function(t,n){return t["utm_".concat(n)]=m[n],t}),{}),S=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=Qe({getContext:t.getContext||ao,credentials:t.credentials||{},getEndpointId:t.getEndpointId},t),e=n.debug?console.log:function(){},r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.getEndpointId,e=t.debug;return function(){var r=s(er.mark((function r(){var i,o,u,a,c,s,f,l,h,v=arguments;return er.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i=v.length>0&&void 0!==v[0]?v[0]:[],o=v.length>1&&void 0!==v[1]?v[1]:{},r.next=4,n();case 4:if(u=r.sent){r.next=8;break}return console.error("No endpoint id. check getEndpointId()"),r.abrupt("return");case 8:if("object"===d(o)&&Object.keys(o).length){r.next=13;break}r.t0=ro(u),r.next=16;break;case 13:return r.next=15,Li(o,t);case 15:r.t0=r.sent;case 16:return c=(a=r.t0).ChannelType,a.Address&&eo.test(a.Address)&&(c=Zi.EMAIL),!c&&a.Address&&(c="android"===Qi.platform?c||Zi.GCM:c||Zi.APNS),e&&(console.log("Endpoint",a),console.log("CHANNEL_TYPE",c)),a.RequestId=J(),a.ChannelType=c,a.Address&&(a.OptOut=a.OptOut||"NONE"),s=io(i),f=oo(u,a,s),r.prev=26,r.next=29,Ji(f,t);case 29:l=r.sent,r.next=36;break;case 32:r.prev=32,r.t1=r.catch(26),console.log("Error calling AWS",r.t1),h=r.t1;case 36:return r.abrupt("return",{endpoint:a,response:l,error:h,events:i});case 37:case"end":return r.stop()}}),r,null,[[26,32]])})));return function(){return r.apply(this,arguments)}}()}(n),i=function(t,n){var e,r,i,o=(n=n||{}).initial||[],u=n.max||1/0,a=n.interval||1e4,c=n.onEmpty||rr,s=n.onPause||rr;function f(n){clearInterval(e);var r=o.splice(0,u);return r.length&&t(r,o),o.length?n?f():l():(i=!1,c(o))}function l(){i=!0,e=setInterval(f,a)}return o.length&&l(),{flush:function(t){f(t)},resume:f,push:function(t){return(r=o.push(t))>=u&&!n.throttle&&f(),i||l(),r},size:function(){return o.length},pause:function(t){t&&f(),clearInterval(e),i=!1,s(o)}}}(function(){var t=s(er.mark((function t(n){return er.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.forEach((function(t){return e("> Queue event",t)})),t.next=3,r(n,{});case 3:e("> Queue response",t.sent);case 5:case"end":return t.stop()}}),t)})));return function(n,e){return t.apply(this,arguments)}}(),{max:10,interval:t.flushInterval||3e3,throttle:!0}),o=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(){var e=s(er.mark((function e(r){var i,o,u,a,c=arguments;return er.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o=c.length>2&&void 0!==c[2]?c[2]:{},u=c.length>3&&void 0!==c[3]&&c[3],gr(i=c.length>1&&void 0!==c[1]?c[1]:{})&&(u=i={}),gr(o)&&(u=o={}),e.next=7,Ti(r,i,n);case 7:if(a=e.sent,!Object.entries(o).length&&r!==xi){e.next=12;break}return e.next=11,Li(o,n);case 11:o=e.sent;case 12:if(t.push(a),!u){e.next=17;break}return e.abrupt("return",t.flush());case 17:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}(i,n);Li({},t);var u=function(t){if(!yr)return ao;var n=function(t){return function(){t(uo,!0)}}(t);return window.addEventListener("beforeunload",n),function(){return window.removeEventListener("beforeunload",n)}}(o);return{updateEndpoint:function(t){return r([],t)},recordEvent:o,disable:function(){u()}}}(Qe(Qe({},i),{},{appTitle:i.appTitle||p,appPackageName:i.appPackageName||p,appVersionCode:i.appVersionCode||w,eventMapping:i.eventMapping,getEndpointId:function(){return o.user("anonymousId")},getUserId:function(){return o.user("userId")},getContext:function(){return{sessionKey:i.sessionKey,pageViewKey:i.pageViewKey,initialSession:g}},enrichEventAttributes:function(){return Qe({anonId:o.user("anonymousId"),userId:o.user("userId"),hash:window.location.hash,path:window.location.pathname,referrer:document.referrer,search:window.location.search,title:document.title,host:window.location.hostname,url:window.location.origin+window.location.pathname},O)},enrichUserAttributes:i.enrichUserAttributes,enrichEventMetrics:function(){return{}}}));t=S.recordEvent,n=S.updateEndpoint,g&&g.isNew&&(a("Start brand new session because cookie not found"),t(Ai)),function(t){var n,e,r=t.onIdle,i=t.onWakeUp,o=t.onHeartbeat,u=t.timeout,a=void 0===u?1e4:u,c=t.throttle,s=void 0===c?2e3:c,f=!1,l=new Date;Yr((function(t){clearTimeout(n),o&&!f&&o(Zr(l),t),i&&f&&(f=!1,i(Zr(e),t),l=new Date),n=setTimeout((function(){f=!0,r&&(e=new Date,r(Zr(l),t))}),a)}),{throttle:s})}({timeout:18e5,throttle:2e4,onIdle:function(n){var r;a("Session idle. Active ".concat(n," seconds")),r=hr(),e.debug&&console.log("Stop session",r),t(Ii,!0)},onWakeUp:function(n){var r;a("Session wakeup. Idle ".concat(n," seconds")),r=vr(30),e.debug&&console.log("START SESSION",r),t(Ai)},onHeartbeat:function(t){a("ping session",new Date),a("total active time",t);var n=o.user();!function(t,n){void 0===t&&(t=30),vr(t||1,n,!0)}(30,{anonId:n.anonymousId,userId:n.userId})}})},page:function(){if(!t)return co();r&&br(),t(xi),r=!0},track:function(n){var e=n.payload,r=n.config;if(!t)return co();if(!r.disableAnonymousTraffic||e.userId){var i,o=(i=e.properties,Object.keys(i).reduce((function(t,n){var e=i[n];return"number"==typeof e&&(t.metrics[n]=e),"string"!=typeof e&&"boolean"!=typeof e||(t.attributes[n]=e),t}),{attributes:{},metrics:{}}));t(e.event,o)}},identify:function(t){var e=t.payload,r=e.userId,i=e.traits;if(!n)return co();var o={},u={};r&&(u.UserId=r),i&&Object.keys(i).length&&(u.UserAttributes=i),Object.keys(u).length&&(o.User=u),n(o,!0)},reset:function(t){var n=Pi(t.instance.user("anonymousId"));Ae(n)},loaded:function(){return!!t}}};function ho(t,n){var e=vo(t,n),r=v({httpMethod:"GET"},n);return h(e,r)}var vo=function(t,n){return("string"==typeof n?n:p(n))+"/content/items/"+t};class po{constructor(t){this.name="amazon";const{app:n={},fips:e,userPoolID:r}=t;this.analytics=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return de(Ye(Ye({},{storage:Xe}),t))}({app:n.name,version:n.version,plugins:[lo({fips:e,pinpointAppId:n.id,getCredentials:()=>function(t,n={}){const e=`https://cognito-identity${!0===n.fips?"-fips":""}.us-east-1.amazonaws.com/`;let r=m.get(k);if(r&&Date.now()/1e3<r.Expiration)return Promise.resolve(r);const i={method:"POST",headers:{"Content-type":"application/x-amz-json-1.1","X-Amz-Target":"AWSCognitoIdentityService.GetId"},body:JSON.stringify({IdentityPoolId:t})};return fetch(e,i).then((t=>{if(!t.ok)throw new Error(t.statusText);return t.json()})).then((t=>{const{IdentityId:n}=t,r={method:"POST",headers:{"Content-type":"application/x-amz-json-1.1","X-Amz-Target":"AWSCognitoIdentityService.GetCredentialsForIdentity"},body:JSON.stringify({IdentityId:n})};return fetch(e,r)})).then((t=>{if(!t.ok)throw new Error(t.statusText);return t.json()})).then((({Credentials:t})=>(m.set(k,t),t)))}(r,{fips:e})})]}),Object.assign(this,t)}init(){return Promise.resolve()}static async setAccessPermissions({id:t,authentication:n,username:e,accessChangeset:r}){return async function({id:t,authentication:n,username:e,accessChangeset:r}){const{properties:i={}}=await ho(t,{authentication:n}),o=i.telemetry,u=void 0===o?{}:o,{arcgis:{access:a={}}={}}=u,c=O(u,["arcgis"]),s=function(t,n,e){return e.reduce(((n,e)=>{const{action:r,targetProperty:i}=e;return"add"===r?n[i]={updatedAt:new Date,updatedBy:t}:"remove"===r&&delete n[i],n}),n)}(e,a,r);return w({item:{id:t,properties:Object.assign(Object.assign({},i),{telemetry:Object.assign(Object.assign({},c),{arcgis:{access:Object.assign({},s)}})})},authentication:n})}({id:t,authentication:n,username:e,accessChangeset:r})}static async getAccessPermissions({id:t,authentication:n}){return async function({id:t,authentication:n}){const{properties:{telemetry:{arcgis:{access:e={}}={}}={}}}=await ho(t,{authentication:n});return{access:e}}({id:t,authentication:n})}logPageView(t,n){const e=function({page:t,previousPage:n={},options:e={},dimensionLookup:r={},metricLookup:i={}}){const o=T(e,i),u=E({telemetryData:e,dimensionLookup:r,excludeKeys:["workflow",...Object.keys(o),...Object.keys(i)]}),{referrer:a,title:c}=document||{},{hostname:s,pathname:f}=window&&window.location?window.location:{};return Object.assign(Object.assign({name:"pageView",referrer:a,hostname:s,path:t||f,pageUrl:t||f,pageName:c,previousPageUrl:n.pageUrl,previousPageName:n.pageName},u),o)}({page:t,previousPage:this.previousPage,options:n,dimensionLookup:this.dimensions,metricLookup:this.metrics}),{pageUrl:r,pageName:i}=e;this.previousPage={pageUrl:r,pageName:i},this.analytics.track("pageView",e)}logEvent(t={}){const n=function({event:t={},dimensionLookup:n={},metricLookup:e={}}){var r,i;const{pathname:o,eventType:u="other"}=t,a=T(t,e),c=E({telemetryData:Object.assign({eventType:u},t),dimensionLookup:n,excludeKeys:["workflow","pathname",...Object.keys(a),...Object.keys(e)]}),s=Object.assign(Object.assign({name:u},c),a);return"undefined"!=typeof document&&document.referrer&&(s.referrer=document.referrer),"undefined"==typeof window||s.hostname||(s.hostname=null===(r=window.location)||void 0===r?void 0:r.hostname),s.path="undefined"!=typeof window&&window.location.pathname?null===(i=window.location)||void 0===i?void 0:i.pathname:o,s}({event:t,dimensionLookup:this.dimensions,metricLookup:this.metrics}),{name:e}=n;this.analytics.track(e,n)}}const wo=class{constructor(e){t(this,e),this.consentGranted=n(this,"consentGranted",7),this.amazonAppId=void 0,this.amazonAppName=void 0,this.amazonUserPoolID=void 0,this.amazonVersion=void 0,this.firstUseVar=void 0,this.locale=void 0,this.measurementIds=void 0,this.portal=void 0,this._open=void 0,this._translations=void 0}get el(){return e(this)}_loaded=!1;_telemetryInstance;async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async getInstance(){return"true"===localStorage.getItem(this.firstUseVar)||this.portal.eueiEnabled?(await this._init(),this._telemetryInstance):void 0}consentGranted;async componentWillLoad(){await this._getTranslations(),this._open=null===localStorage.getItem(this.firstUseVar)}render(){return r(i,{key:"6b5a4571e972d6d79948cbf186119372456b5e1e"},r("calcite-alert",{key:"93eaac2efe214be10c0b5a0ff511404e74861bd0",kind:"brand",label:this._translations.trackingAlertLabel,onCalciteAlertClose:()=>this._alertClosed(),open:this._open},r("div",{key:"791bf8851d3f7fd5cec537afcd369071127701a4",slot:"message"},this._translations.message),r("calcite-button",{key:"a3708023545b76ab30fc085d6de8c853a986a5a6",alignment:"center",appearance:"solid",kind:"brand",onClick:()=>this._accept(),scale:"m",slot:"actions-end",style:{margin:"auto"},type:"button"},this._translations.accept)))}async componentDidLoad(){this.consentGranted.emit({granted:"true"===localStorage.getItem(this.firstUseVar)})}async _init(){if(!this._loaded){const t={plugins:[],portal:this.portal};if(this.measurementIds?.length>0){const n=new S({measurementIds:this.measurementIds});t.plugins.push(n)}if(this.amazonUserPoolID){const n=new po({userPoolID:this.amazonUserPoolID,app:{name:this.amazonAppName,id:this.amazonAppId,version:this.amazonVersion}});t.plugins.push(n)}this._telemetryInstance=new j(t),await this._telemetryInstance.init(),this._loaded=!0}}_alertClosed(){this._open=!1,"true"!==localStorage.getItem(this.firstUseVar)&&localStorage.setItem(this.firstUseVar,"false")}_accept(){this._open=!1,localStorage.setItem(this.firstUseVar,"true"),this.consentGranted.emit({granted:!0})}async _getTranslations(){const t=await o(this.el);this._translations=t[0]}static get watchers(){return{locale:["localeWatchHandler"]}}};wo.style=":host{display:block}.consent-panel{position:fixed;display:block;z-index:5000;bottom:0;left:0;width:100%;height:auto;text-align:center}.cookie-consent-popup-container{position:relative;display:block;bottom:0;left:0;width:100%;margin:0;padding-top:1rem;padding-bottom:1rem;transition:transform 0.5s ease-out 0s;background-color:rgba(51, 51, 51, 0.95);color:#fff}.button-container{position:static;margin-bottom:1rem;display:flex;justify-content:center;flex-wrap:wrap}.padding-end-1{padding-inline-end:1rem}.link-text{--calcite-ui-text-link:var(--calcite-color-text-inverse);--calcite-ui-brand:var(--calcite-color-text-inverse);--calcite-color-text-link:var(--calcite-color-text-inverse);--calcite-color-brand-underline:var(--calcite-color-text-inverse);--calcite-color-brand:var(--calcite-color-text-inverse)}";export{wo as consent_manager}
@@ -1,6 +0,0 @@
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
- import{r as s,h as i,H as t,g as o}from"./p-e996c38f.js";const e=class{constructor(i){s(this,i),this.inTour=void 0,this.currentId=void 0,this.instantAppsPopovers=new Map,this.beforeOpen=()=>Promise.resolve()}componentWillLoad(){var s;Array.from(null===(s=this.host.querySelector("[slot='popovers']"))||void 0===s?void 0:s.children).forEach(((s,i)=>{const t=s.getAttribute("ref-id");s.parent=this,s.index=i,this.instantAppsPopovers.set(t,s)})),this.host.addEventListener("calcitePopoverOpen",(s=>{const i=s.target.getAttribute("ref-id");this.currentId=i}))}render(){return i(t,{key:"02dd6367b259671584e90cc0961394d9e2c95593"},i("slot",{key:"97eed5108c00e29ea2efc8f4ec772d3953224d82",name:"popovers"}))}next(){const s=Array.from(this.instantAppsPopovers.keys()),i=s.indexOf(this.currentId)+1,t=s[i];this.close(this.currentId),this.open(t)}previous(){const s=Array.from(this.instantAppsPopovers.keys()),i=s.indexOf(this.currentId)-1,t=s[i];this.close(this.currentId),this.open(t)}done(){this.endTour()}handlePopoverProps(s){var i;Array.from(null===(i=this.host.querySelector("[slot='popovers']"))||void 0===i?void 0:i.children).forEach((i=>{i.disableAction=s.disableAction,i.pagination=s.pagination}))}async open(s){return this.beforeOpen().then((()=>{var i;(null===(i=this.instantAppsPopovers.get(s))||void 0===i?void 0:i.firstElementChild).open=!0}))}async close(s){var i;(null===(i=this.instantAppsPopovers.get(s))||void 0===i?void 0:i.firstElementChild).open=!1}async beginTour(){this.inTour=!0,this.handlePopoverProps({pagination:!0,disableAction:!0});const s=Array.from(this.instantAppsPopovers.keys());this.open(s[0])}async endTour(){this.close(this.currentId),this.inTour=!1,this.handlePopoverProps({pagination:!1,disableAction:!1})}get host(){return o(this)}};e.style=":host{display:block}";export{e as instant_apps_popovers}
@@ -1,6 +0,0 @@
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
- import{r as t,h as i,g as o}from"./p-e996c38f.js";import{g as n}from"./p-648b5a9e.js";import"./p-d001e961.js";import"./p-0a24ad5f.js";import"./p-d4056c1c.js";import"./p-ac122d9e.js";const a=class{constructor(i){t(this,i),this.popoverTitle=void 0,this.subtitle=void 0,this.content=void 0,this.imgSrc=void 0,this.imgAlt=void 0,this.mediaSrc=void 0,this.index=void 0,this.referenceElement=void 0,this.parent=void 0,this.placement="trailing-start",this.refId=void 0,this.pagination=!1,this.disableAction=!1,this.popoverAction=void 0,this.messages=void 0,this.messageOverrides=void 0}async componentDidLoad(){n(this,this.messageOverrides)}componentDidUpdate(){this.popoverEl.referenceElement=this.referenceElement}render(){var t,o,n,a,e;return i("calcite-popover",{key:"3849f154df2469bc69e860169af0eb64c4f77762",ref:t=>this.popoverEl=t,heading:this.popoverTitle,"auto-close":!0,placement:this.placement,messageOverrides:{close:null===(t=this.messages)||void 0===t?void 0:t.close},"trigger-disabled":!0,"ref-id":this.refId,closable:!0,referenceElement:this.referenceElement,label:this.popoverTitle},i("div",{key:"7a718011648474a15322e6857f96b5ffff2a8c0b",class:"instant-apps-popover__content"+(this.disableAction?" instant-apps-popover--action-disabled":"")},this.disableAction?null:i("calcite-action",{key:"popover-action",class:"instant-apps-popover__action",onClick:this.popoverAction,icon:"rtl"===document.dir?"chevron-right":"chevron-left",compact:!0,"text-enabled":!0,text:(null===(o=this.messageOverrides)||void 0===o?void 0:o.popoverAction)?this.messageOverrides.popoverAction:this.messages.back}),i("section",{key:"2455c7714dce23fe24b30564d02cfbe7c1038a6f"},i("span",{key:"f986951bea30dabd88bbafdba5c7bd041999fd4e",id:"subtitle"},this.subtitle),i("p",{key:"f2b632aae0a34a0fbbbec3e003cca6f7cfcd9343"},this.content),this.imgSrc?i("img",{key:`iac-popover-img-${this.refId}`,class:"instant-apps-popover__img",src:this.imgSrc,alt:this.imgAlt?this.imgAlt:""}):null),this.pagination?i("div",{key:`iac-popover-footer-${this.index}`,class:"instant-apps-popover__footer"},i("span",null,this.index+1," ",null===(n=this.messages)||void 0===n?void 0:n.of," ",null===(e=null===(a=this.parent)||void 0===a?void 0:a.instantAppsPopovers)||void 0===e?void 0:e.size),this.renderPagination()):null))}renderPagination(){var t,o;const{index:n,messages:a,parent:e}=this,s=n===(null===(o=null===(t=this.parent)||void 0===t?void 0:t.instantAppsPopovers)||void 0===o?void 0:o.size)-1;return i("div",{key:"pagination-button-container",class:"instant-apps-popover__button-container"},0===n?null:i("calcite-button",{key:"prev",onClick:()=>null==e?void 0:e.previous(),appearance:"outline",kind:"neutral"},null==a?void 0:a.back),i("calcite-button",{key:"next",onClick:()=>{s?null==e||e.done():null==e||e.next()}},s?null==a?void 0:a.done:null==a?void 0:a.next))}get el(){return o(this)}};a.style=":host{display:block}.instant-apps-popover__content{display:flex;flex-direction:column;padding:0 5% 5% 5%;max-width:35vw;font-family:var(--calcite-sans-family);font-size:0.875rem}.instant-apps-popover__content .instant-apps-popover__action{align-self:flex-start;--calcite-color-foreground-2:transparent}.instant-apps-popover__content span{display:inline-block;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-color-text-1);margin:0 0 10px 0;font-family:var(--calcite-sans-family)}.instant-apps-popover__content p{line-height:19.12px;margin:0;margin-bottom:10px;font-family:var(--calcite-sans-family)}.instant-apps-popover__content .instant-apps-popover__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.instant-apps-popover__content .instant-apps-popover__footer span{margin-bottom:0;font-weight:normal;font-size:0.875rem;font-family:var(--calcite-sans-family)}.instant-apps-popover__content .instant-apps-popover__footer calcite-button:first-child{--calcite-color-foreground-3:transparent}.instant-apps-popover__content .instant-apps-popover__footer calcite-button:last-child{margin-left:5px}.instant-apps-popover__content .instant-apps-popover__img{width:100%;margin-bottom:10px}.instant-apps-popover__content.instant-apps-popover--action-disabled{padding:5%}.instant-apps-popover__content.instant-apps-popover--action-disabled #subtitle{margin:0 0 10px 0}";export{a as instant_apps_popover}
@@ -1,6 +0,0 @@
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
- import{a}from"./p-e996c38f.js";import{l as t}from"./p-d001e961.js";import{l as n}from"./p-ac122d9e.js";const e={full:{ar:{language:"Arabic",translated:"عربي"},bg:{language:"Bulgarian",translated:"Български"},bs:{language:"Bosnian",translated:"Bosanski"},ca:{language:"Catalan",translated:"Català"},cs:{language:"Czech",translated:"čeština"},da:{language:"Danish",translated:"Dansk"},de:{language:"German",translated:"Deutsch"},el:{language:"Greek",translated:"Ελλάδα"},en:{language:"English",translated:"English"},es:{language:"Spanish",translated:"Español"},et:{language:"Estonian",translated:"Eesti"},fi:{language:"Finnish",translated:"Suomi"},fr:{language:"French",translated:"Français"},he:{language:"Hebrew",translated:"עברית"},hr:{language:"Croatian",translated:"Hrvatski"},hu:{language:"Hungarian",translated:"Magyar"},id:{language:"Indonesian",translated:"Bahasa Indonesia",supportsAutoTranslate:!0},it:{language:"Italian",translated:"Italiano"},ja:{language:"Japanese",translated:"日本語"},ko:{language:"Korean",translated:"한국어"},lt:{language:"Lithuanian",translated:"Lietuvių"},lv:{language:"Latvian",translated:"Latviešu"},nb:{language:"Norwegian",translated:"Norsk"},nl:{language:"Dutch",translated:"Nederlands"},pl:{language:"Polish",translated:"Polski"},"pt-BR":{language:"Portuguese (Brazil)",translated:"Português (Brasil)"},"pt-PT":{language:"Portuguese (Portugal)",translated:"Português (Portugal)"},ro:{language:"Romanian",translated:"Română"},ru:{language:"Russian",translated:"Русский"},sk:{language:"Slovak",translated:"Slovenčina"},sl:{language:"Slovenian",translated:"Slovenščina"},sr:{language:"Serbian",translated:"Srpski"},sv:{language:"Swedish",translated:"Svenska"},th:{language:"Thai",translated:"ไทย"},tr:{language:"Turkish",translated:"Türkiye"},uk:{language:"Ukrainian",translated:"Україна"},vi:{language:"Vietnamese",translated:"Tiếng Việt"},"zh-CN":{language:"Simplified Chinese",translated:"简体中文"},"zh-HK":{language:"Traditional Chinese (Hong Kong)",translated:"繁體中文(香港)"},"zh-TW":{language:"Traditional Chinese (Taiwan)",translated:"繁體中文(台灣)"}},partial:{ab:{language:"Abkhaz",translated:"Аҧсуа"},aa:{language:"Afar",translated:"Afar"},af:{language:"Afrikaans",translated:"Afrikaans",supportsAutoTranslate:!0},ak:{language:"Akan",translated:"Akan"},sq:{language:"Albanian",translated:"Shqip",supportsAutoTranslate:!0},am:{language:"Amharic",translated:"አማርኛ",supportsAutoTranslate:!0},an:{language:"Aragonese",translated:"Aragonés"},hy:{language:"Armenian",translated:"Հայերեն",supportsAutoTranslate:!0},as:{language:"Assamese",translated:"অসমীয়া",supportsAutoTranslate:!0},av:{language:"Avaric",translated:"авар мацӀ"},ae:{language:"Avestan",translated:"Avesta"},ay:{language:"Aymara",translated:"aymar aru"},az:{language:"Azerbaijani",translated:"azərbaycan dili"},bm:{language:"Bambara",translated:"bamanankan"},ba:{language:"Bashkir",translated:"Башҡорт теле",supportsAutoTranslate:!0},eu:{language:"Basque",translated:"euskara",supportsAutoTranslate:!0},be:{language:"Belarusian",translated:"Беларуская"},bn:{language:"Bengali",translated:"বাংলা"},bh:{language:"Bihari",translated:"भोजपुरी"},bi:{language:"Bislama",translated:"Bislama"},br:{language:"Breton",translated:"Brezhoneg"},my:{language:"Burmese",translated:"ဗမာစာ"},ch:{language:"Chamorro",translated:"Chamoru"},ce:{language:"Chechen",translated:"нохчийн мотт"},ny:{language:"Chichewa",translated:"chiCheŵa"},cu:{language:"Church Slavic",translated:"ѩзыкъ словѣньскъ"},cv:{language:"Chuvash",translated:"чӑваш чӗлхи"},kw:{language:"Cornish",translated:"Kernewek"},co:{language:"Corsican",translated:"corsu"},cr:{language:"Cree",translated:"ᓀᐦᐃᔭᐍᐏᐣ"},dv:{language:"Divehi",translated:"ދިވެހި",supportsAutoTranslate:!0},eo:{language:"Esperanto",translated:"Esperanto"},ee:{language:"Ewe",translated:"Ɛʋɛgbɛ"},fo:{language:"Faroese",translated:"føroyskt",supportsAutoTranslate:!0},fj:{language:"Fijian",translated:"Vosa Vakaviti"},ff:{language:"Fulah",translated:"Fulfulde"},gl:{language:"Galician",translated:"galego",supportsAutoTranslate:!0},ka:{language:"Georgian",translated:"ქართული",supportsAutoTranslate:!0},gn:{language:"Guarani",translated:"Avañe'ẽ"},gu:{language:"Gujarati",translated:"ગુજરાતી",supportsAutoTranslate:!0},ht:{language:"Haitian Creole",translated:"Kreyòl Ayisyen",supportsAutoTranslate:!0},ha:{language:"Hausa",translated:"هَوُسَ",supportsAutoTranslate:!0},hz:{language:"Herero",translated:"Otjiherero"},hi:{language:"Hindi",translated:"हिन्दी"},ho:{language:"Hiri Motu",translated:"Hiri Motu"},is:{language:"Icelandic",translated:"Íslenska",supportsAutoTranslate:!0},io:{language:"Ido",translated:"Ido"},ig:{language:"Igbo",translated:"Asụsụ Igbo",supportsAutoTranslate:!0},ia:{language:"Interlingua",translated:"Interlingua"},ie:{language:"Interlingue",translated:"Interlingue"},iu:{language:"Inuktitut",translated:"ᐃᓄᒃᑎᑐᑦ",supportsAutoTranslate:!0},ip:{language:"Inupiaq",translated:"Iñupiaq"},ga:{language:"Irish",translated:"Gaeilge",supportsAutoTranslate:!0},jv:{language:"Javanese",translated:"ꦧꦱꦗꦮ"},kl:{language:"Kalaallisut",translated:"kalaallisut"},kn:{language:"Kannada",translated:"ಕನ್ನಡ",supportsAutoTranslate:!0},kr:{language:"Kanuri",translated:"Kanuri"},ks:{language:"Kashmiri",translated:"कश्मीरी",supportsAutoTranslate:!0},kk:{language:"Kazakh",translated:"қазақ тілі",supportsAutoTranslate:!0},km:{language:"Khmer",translated:"ខ្មែរ",supportsAutoTranslate:!0},ki:{language:"Kikuyu",translated:"Gĩkũyũ"},rw:{language:"Kinyarwanda",translated:"Kinyarwanda",supportsAutoTranslate:!0},rn:{language:"Kirundi",translated:"Ikirundi"},kv:{language:"Komi",translated:"коми кыв"},kg:{language:"Kongo",translated:"Kikongo"},ku:{language:"Kurdish",translated:"Kurdî",supportsAutoTranslate:!0},kj:{language:"Kwanyama",translated:"Kuanyama"},ky:{language:"Kyrgyz",translated:"Кыргызча"},lo:{language:"Lao",translated:"ພາສາລາວ",supportsAutoTranslate:!0},la:{language:"Latin",translated:"latine"},li:{language:"Limburgish",translated:"Limburgs"},ln:{language:"Lingala",translated:"Lingála"},lu:{language:"Luba-Katanga",translated:"Kiluba"},lg:{language:"Luganda",translated:"Luganda"},lb:{language:"Luxembourgish",translated:"Lëtzebuergesch"},mk:{language:"Macedonian",translated:"македонски јазик",supportsAutoTranslate:!0},mg:{language:"Malagasy",translated:"fiteny malagasy",supportsAutoTranslate:!0},ms:{language:"Malay",translated:"Bahasa Melayu",supportsAutoTranslate:!0},ml:{language:"Malayalam",translated:"മലയാളം",supportsAutoTranslate:!0},mt:{language:"Maltese",translated:"Malti",supportsAutoTranslate:!0},gv:{language:"Manx",translated:"Gailck"},mi:{language:"Maori",translated:"te reo Māori",supportsAutoTranslate:!0},mr:{language:"Marathi",translated:"मराठी",supportsAutoTranslate:!0},mh:{language:"Marshallese",translated:"Kajin M̧ajeļ"},mn:{language:"Mongolian",translated:"Монгол хэл"},na:{language:"Nauru",translated:"Ekakairũ Naoero"},nv:{language:"Navajo",translated:"Diné bizaad"},ng:{language:"Ndonga",translated:"Owambo"},ne:{language:"Nepali",translated:"नेपाली",supportsAutoTranslate:!0},nd:{language:"North Ndebele",translated:"isiNdebele"},se:{language:"Northern Sami",translated:"Davvisámegiella"},no:{language:"Norwegian",translated:"Norsk"},nn:{language:"Norwegian Nynorsk",translated:"Norsk nynorsk"},ii:{language:"Nuosu",translated:"ꆈꌠ꒿ Nuosuhxop"},oc:{language:"Occitan",translated:"occitan"},oj:{language:"Ojibwe",translated:"ᐊᓂᔑᓈᐯᒧᐎᓐ"},or:{language:"Oriya",translated:"ଓଡ଼ିଆ",supportsAutoTranslate:!0},om:{language:"Oromo",translated:"Afaan Oromoo"},os:{language:"Ossetian",translated:"ирон æвзаг"},pi:{language:"Pali",translated:"पाऴि"},pa:{language:"Panjabi",translated:"ਪੰਜਾਬੀ"},ps:{language:"Pashto",translated:"پښتو",supportsAutoTranslate:!0},fa:{language:"Persian",translated:"فارسی",supportsAutoTranslate:!0},qu:{language:"Quechua",translated:"Runa Simi"},rm:{language:"Romansh",translated:"rumantsch grischun"},sm:{language:"Samoan",translated:"gagana fa'a Samoa",supportsAutoTranslate:!0},sg:{language:"Sango",translated:"yângâ tî sängö"},sa:{language:"Sanskrit",translated:"संस्कृतम्"},sc:{language:"Sardinian",translated:"sardu"},gd:{language:"Scottish Gaelic",translated:"Gàidhlig"},sn:{language:"Shona",translated:"chiShona"},sd:{language:"Sindhi",translated:"सिन्धी",supportsAutoTranslate:!0},si:{language:"Sinhala",translated:"සිංහල",supportsAutoTranslate:!0},so:{language:"Somali",translated:"Soomaaliga",supportsAutoTranslate:!0},nr:{language:"South Ndebele",translated:"isiNdebele"},st:{language:"Southern Sotho",translated:"Sesotho"},su:{language:"Sundanese",translated:"Basa Sunda"},sw:{language:"Swahili",translated:"Kiswahili",supportsAutoTranslate:!0},ss:{language:"Swati",translated:"SiSwati"},tl:{language:"Tagalog",translated:"Wikang Tagalog"},ty:{language:"Tahitian",translated:"Reo Tahiti",supportsAutoTranslate:!0},tg:{language:"Tajik",translated:"тоҷикӣ"},ta:{language:"Tamil",translated:"தமிழ்",supportsAutoTranslate:!0},tt:{language:"Tatar",translated:"татар теле",supportsAutoTranslate:!0},te:{language:"Telugu",translated:"తెలుగు",supportsAutoTranslate:!0},bo:{language:"Tibetan",translated:"བོད་ཡིག",supportsAutoTranslate:!0},ti:{language:"Tigrinya",translated:"ትግርኛ",supportsAutoTranslate:!0},to:{language:"Tonga",translated:"faka Tonga",supportsAutoTranslate:!0},ts:{language:"Tsonga",translated:"Xitsonga"},tn:{language:"Tswana",translated:"Setswana"},tk:{language:"Turkmen",translated:"Türkmen",supportsAutoTranslate:!0},tw:{language:"Twi",translated:"Twi"},ug:{language:"Uighur",translated:"Uyƣurqə"},ur:{language:"Urdu",translated:"اردو",supportsAutoTranslate:!0},uz:{language:"Uzbek",translated:"O'zbek",supportsAutoTranslate:!0},ve:{language:"Venda",translated:"Tshivenḓa"},vo:{language:"Volapük",translated:"Volapük"},wa:{language:"Walloon",translated:"walon"},cy:{language:"Welsh",translated:"Cymraeg",supportsAutoTranslate:!0},fy:{language:"Western Frisian",translated:"Frysk"},wo:{language:"Wolof",translated:"Wollof"},xh:{language:"Xhosa",translated:"isiXhosa",supportsAutoTranslate:!0},yi:{language:"Yiddish",translated:"ייִדיש"},yo:{language:"Yoruba",translated:"Yorùbá",supportsAutoTranslate:!0},za:{language:"Zhuang",translated:"Saɯ cueŋƅ"},zu:{language:"Zulu",translated:"isiZulu",supportsAutoTranslate:!0}}},l=new URL(window.location.href).origin.includes("localhost:4444");function s(){const a=(document.documentElement.lang||(null===navigator||void 0===navigator?void 0:navigator.language)||"en").toLowerCase();return n.has(a)?n.get(a):n.has(a.slice(0,2))?n.get(a.slice(0,2)):"en"}async function r(t,n){const e=`assets/t9n/${t}/resources_${n}.json`,s=`${new URL(window.location.href).origin}/dist/${e}`;async function r(a){const t=await fetch(a);if(!t.ok)throw new Error(`Fetch failed with status ${t.status}: ${t.statusText}`);const n=t.headers.get("content-type");if(!n||!n.includes("application/json")){const a=await t.text();throw console.error(`Expected JSON, but received (${n}): ${a}`),new Error("Fetched content is not JSON")}return await t.json()}try{return await r(l?s:a(e))}catch(a){console.error(`Primary fetch error: ${a}`);try{return await r(s)}catch(a){throw console.error(`Fallback fetch error: ${a}`),new Error("Both primary and fallback fetches failed")}}}function g(a,t){var n,e;const l=null===(n=null==t?void 0:t.user)||void 0===n?void 0:n.culture,s=null===(e=null===window||void 0===window?void 0:window.navigator)||void 0===e?void 0:e.language,r=a.getLocale(),g=a.normalizeMessageBundleLocale(l||s||r||"en");return null==g?"en":g}async function u(a,t){const n=a.tagName.toLowerCase(),e=null!=t?t:s();let l;try{l=await r(n,e)}catch(a){console.warn(`no locale for ${n} (${e}) loading default locale en.`),l=await r(n,"en")}return[l,e]}async function o(a,n){try{i(a,await u(a.el),n)}catch(a){}finally{try{const[l]=await t(["esri/intl"]);l.onLocaleChange(function(a,n){return async l=>{const s=await async function(a){var n;if(!a)return"en";if(!!(null===(n=null==e?void 0:e.partial)||void 0===n?void 0:n[a]))return a;{const[n]=await t(["esri/intl"]),e=n.normalizeMessageBundleLocale(a);return null==e?"en":e}}(l),r=await u(a.el,s);i(a,r,n)}}(a,n))}catch(a){}}}function i(a,t,n){a.messages=t[0],n&&(a.messages=Object.assign(Object.assign({},a.messages),n))}export{g as a,u as b,s as c,o as g}
@@ -1,6 +0,0 @@
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
- import{r as n,c as t,h as a,g as i,H as e}from"./p-e996c38f.js";import{g as s}from"./p-a42ff7fe.js";var p;!function(n){n.TopLeft="top-left",n.TopCenter="top-center",n.TopRight="top-right",n.CenterLeft="center-left",n.Center="center",n.CenterRight="center-right",n.BottomLeft="bottom-left",n.BottomCenter="bottom-center",n.BottomRight="bottom-right"}(p||(p={}));const g={s:" instant-apps-landing-page__icon-image-scale--s",m:" instant-apps-landing-page__icon-image-scale--m",l:" instant-apps-landing-page__icon-image-scale--l"},l=class{constructor(a){n(this,a),this.landingPageOpen=t(this,"landingPageOpen",7),this.landingPageClose=t(this,"landingPageClose",7),this.titleText=void 0,this.subtitleText=void 0,this.descriptionText=void 0,this.entryButtonText=void 0,this.iconImage=void 0,this.iconImageScale="m",this.iconImageAltText=void 0,this.alignment=p.Center,this.disableTransition=!0,this.backgroundImageSrc=void 0,this.open=!0,this.entryButtonScale="l",this.fontFamily="var(--calcite-sans-family);",this.enableSignIn=void 0,this.portal=void 0,this.oauthappid=void 0}emitToggleEvent(){this.open?this.landingPageOpen.emit():this.landingPageClose.emit()}async componentWillRender(){await this.checkEnableSignIn()}render(){const n=this.renderLandingPageContent();return a(e,{key:"ea71727939f905d2f22bf8e45cd4a4cefe9557ae"},n)}renderLandingPageContent(){const n=this.open?"":this.disableTransition?" instant-apps-landing-page--closed-no-transition":" instant-apps-landing-page--closed",t=this.getAlignmentClass(),i=this.disableTransition?" instant-apps-landing-page__remove-transition":"",e=this.getContentStyle();return a("div",{style:e,class:`instant-apps-landing-page${t}${n}${i}`},a("div",{class:"instant-apps-landing-page__content-container"},this.renderIconImage(),this.renderTitleText(),this.renderSubtitleText(),this.renderDescriptionText()),this.renderEntryButtonContainer())}renderEntryButtonContainer(){return this.enableSignIn?this.renderLandingPageSignIn():a("div",{class:"instant-apps-landing-page__button-container"},this.renderEntryButton(),a("slot",{name:"secondary-action"}))}renderLandingPageSignIn(){return a("instant-apps-sign-in",{type:"landingPage",landingPage:!0,portal:this.portal,oauthappid:this.oauthappid,titleText:this.titleText,subtitleText:this.subtitleText,descriptionText:this.descriptionText,closeLandingPage:this.closeLandingPage.bind(this)})}renderIconImage(){return this.iconImage?a("img",{class:`instant-apps-landing-page__icon-image${this.getIconImageScale()}`,src:this.iconImage,alt:this.iconImageAltText}):null}renderTitleText(){return a("h1",{class:"instant-apps-landing-page__title-text"},this.titleText)}renderSubtitleText(){return a("span",{class:"instant-apps-landing-page__subtitle-text"},this.subtitleText)}renderDescriptionText(){return a("p",{class:"instant-apps-landing-page__description-text"},this.descriptionText)}renderEntryButton(){return a("calcite-button",{class:"instant-apps-landing-page__entry-button",onClick:this.closeLandingPage.bind(this),scale:this.entryButtonScale,appearance:"outline-fill"},this.entryButtonText?this.entryButtonText:"Enter")}closeLandingPage(){this.open=!1}getAlignmentClass(){return` instant-apps-landing-page__alignment--${this.alignment}`}getIconImageScale(){const{iconImageScale:n}=this,{s:t,m:a,l:i}=g;return"l"===n?i:"s"===n?t:a}getContentStyle(){const n=s(this.fontFamily);return this.backgroundImageSrc?{fontFamily:n,backgroundSize:"cover",backgroundImage:`url("${this.backgroundImageSrc}")`,backgroundRepeat:"no-repeat",backgroundPosition:"center"}:{fontFamily:n}}checkEnableSignIn(){return new Promise((n=>{if(this.enableSignIn){const n=localStorage.getItem("signing-in")?Number(localStorage.getItem("signing-in")):null;if(null!=n){const t=2;(Date.now()-n)/6e4<t&&(this.open=!1),localStorage.removeItem("signing-in")}}n()}))}get el(){return i(this)}static get watchers(){return{open:["emitToggleEvent"]}}};l.style=":host{--instant-apps-landing-page-background-color:var(--calcite-color-brand);--instant-apps-landing-page-text-color:var(--calcite-color-text-inverse);--instant-apps-landing-page-entry-button-color:var(--calcite-color-brand);--instant-apps-landing-page-title-text-font-size:var(--calcite-font-size-6);--instant-apps-landing-page-subtitle-text-font-size:var(--calcite-font-size-3);--instant-apps-landing-page-description-text-font-size:var(--calcite-font-size-0);--instant-apps-landing-page-icon-image-scale--s:100px;--instant-apps-landing-page-icon-image-scale--m:250px;--instant-apps-landing-page-icon-image-scale--l:500px;--instant-apps-landing-page-entry-button-margin:0}:host .instant-apps-landing-page{box-sizing:border-box;position:absolute;top:0;left:0;z-index:9000;display:flex;flex-direction:column;width:100%;height:100%;padding:2.5%;transition:top 0.5s ease-in-out;background-color:var(--instant-apps-landing-page-background-color);color:var(--instant-apps-landing-page-text-color)}:host .instant-apps-landing-page__title-text{color:var(--instant-apps-landing-page-text-color);font-size:var(--instant-apps-landing-page-title-text-font-size);margin:0}:host .instant-apps-landing-page__subtitle-text{font-weight:var(--calcite-font-weight-medium);font-size:var(--instant-apps-landing-page-subtitle-text-font-size)}:host .instant-apps-landing-page__description-text{font-size:var(--instant-apps-landing-page-description-text-font-size);width:50%;min-width:250px}:host .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__subtitle-text{text-shadow:0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)}:host .instant-apps-landing-page__icon-image{margin-bottom:5px;max-width:50%}:host .instant-apps-landing-page__icon-image-scale--s{width:100px}:host .instant-apps-landing-page__icon-image-scale--m{width:250px}:host .instant-apps-landing-page__icon-image-scale--l{width:500px}:host .instant-apps-landing-page__button-container{display:flex}:host .instant-apps-landing-page__button-container .instant-apps-landing-page__entry-button{margin:var(--instant-apps-landing-page-entry-button-margin)}:host .instant-apps-landing-page__entry-button{--calcite-color-brand:var(--instant-apps-landing-page-entry-button-color);--calcite-color-brand-hover:var(--instant-apps-landing-page-entry-button-color);--calcite-color-brand-press:var(--instant-apps-landing-page-entry-button-color)}:host .instant-apps-landing-page__remove-transition{transition:none}:host .instant-apps-landing-page__remove-padding{padding:0}:host .instant-apps-landing-page--closed-no-transition{display:none}:host .instant-apps-landing-page--closed{top:-100%}:host .instant-apps-landing-page__alignment--top-center{justify-content:flex-start;align-items:center}:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center;justify-content:center}:host .instant-apps-landing-page__alignment--center{justify-content:center;align-items:center}:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center}:host .instant-apps-landing-page__alignment--bottom-center{justify-content:flex-end;align-items:center}:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center}:host .instant-apps-landing-page__alignment--top-left{justify-content:flex-start;align-items:flex-start}:host .instant-apps-landing-page__alignment--center-left{justify-content:center;align-items:flex-start}:host .instant-apps-landing-page__alignment--bottom-left{justify-content:flex-end;align-items:flex-start}:host .instant-apps-landing-page__alignment--top-right{justify-content:flex-start;align-items:flex-end}:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:flex-end}:host .instant-apps-landing-page__alignment--center-right{justify-content:center;align-items:flex-end}:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:flex-end}:host .instant-apps-landing-page__alignment--bottom-right{justify-content:flex-end;align-items:flex-end}:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:flex-end}:host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:left}:host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:left}:host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:left}:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:center}:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:center}:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:center}:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:right}:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:right}:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container .instant-apps-landing-page__title-text,:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container .instant-apps-landing-page__subtitle-text,:host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container .instant-apps-landing-page__description-text{text-align:right}:host instant-apps-sign-in{width:50%}@media screen and (max-width: 500px){:host instant-apps-sign-in{width:100%}}@media only screen and (max-width: 768px){:host .instant-apps-landing-page__icon-image{max-width:70%;margin-bottom:20px}:host .instant-apps-landing-page__description-text{width:80%}:host .instant-apps-landing-page__title-text{font-size:var(--calcite-font-size-3)}:host .instant-apps-landing-page__subtitle-text{font-size:var(--calcite-font-size-0)}:host .instant-apps-landing-page__content-container{display:flex;flex-direction:column;align-items:center;margin-top:auto}:host .instant-apps-landing-page__button-container{display:flex;flex-direction:column;width:100%;margin-top:auto}:host .instant-apps-landing-page__button-container .instant-apps-landing-page__entry-button{width:100%;margin-right:unset;margin-bottom:10px}:host .instant-apps-landing-page instant-apps-sign-in{margin-bottom:auto}}@media only screen and (max-width: 896px) and (orientation: landscape){:host .instant-apps-landing-page__icon-image{max-width:25%}}";export{l as instant_apps_landing_page}