@esri/solutions-components 0.11.29 → 0.11.31

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 (1897) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +2 -3
  2. package/dist/cjs/buffer-tools_2.cjs.entry.js +4 -5
  3. package/dist/cjs/card-manager_3.cjs.entry.js +10 -13
  4. package/dist/cjs/consent-manager.cjs.entry.js +2 -3
  5. package/dist/cjs/create-feature_4.cjs.entry.js +4 -6
  6. package/dist/cjs/create-related-feature_3.cjs.entry.js +4 -5
  7. package/dist/cjs/crowdsource-manager.cjs.entry.js +14 -9
  8. package/dist/cjs/crowdsource-reporter.cjs.entry.js +4 -5
  9. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  10. package/dist/cjs/delete-dialog.cjs.entry.js +2 -3
  11. package/dist/cjs/downloadUtils-c7dac47d.js +5377 -0
  12. package/dist/cjs/feature-list.cjs.entry.js +4 -6
  13. package/dist/cjs/index-44c76bf2.js +201 -0
  14. package/dist/cjs/index-f7713138.js +1438 -0
  15. package/dist/cjs/json-editor_7.cjs.entry.js +4 -5
  16. package/dist/cjs/loader.cjs.js +2 -2
  17. package/dist/cjs/locale-809dbc6e.js +456 -0
  18. package/dist/cjs/map-layer-picker.cjs.entry.js +4 -5
  19. package/dist/cjs/map-select-tools_3.cjs.entry.js +5 -7
  20. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  21. package/dist/cjs/popupUtils-27f6cf2a.js +121 -0
  22. package/dist/cjs/public-notification.cjs.entry.js +5 -7
  23. package/dist/cjs/publicNotificationStore-f55899b2.js +47 -0
  24. package/dist/cjs/solution-configuration.cjs.entry.js +4 -5
  25. package/dist/cjs/solution-contents_3.cjs.entry.js +4 -5
  26. package/dist/cjs/solution-item-accordion.cjs.entry.js +2 -3
  27. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  28. package/dist/cjs/solution-store-ed7cc59b.js +1105 -0
  29. package/dist/cjs/solutions-components.cjs.js +3 -3
  30. package/dist/cjs/spatial-ref.cjs.entry.js +2 -3
  31. package/dist/cjs/store-manager.cjs.entry.js +3 -3
  32. package/dist/collection/collection-manifest.json +3 -42
  33. package/dist/collection/components/basemap-gallery/basemap-gallery.js +3 -9
  34. package/dist/collection/components/buffer-tools/buffer-tools.js +0 -20
  35. package/dist/collection/components/card-manager/card-manager.js +3 -25
  36. package/dist/collection/components/consent-manager/consent-manager.js +2 -18
  37. package/dist/collection/components/create-feature/create-feature.js +2 -28
  38. package/dist/collection/components/create-related-feature/create-related-feature.js +3 -17
  39. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +14 -88
  40. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +5 -83
  41. package/dist/collection/components/delete-button/delete-button.js +1 -15
  42. package/dist/collection/components/delete-dialog/delete-dialog.js +1 -9
  43. package/dist/collection/components/edit-card/edit-card.js +2 -16
  44. package/dist/collection/components/feature-details/feature-details.js +4 -20
  45. package/dist/collection/components/feature-list/feature-list.js +3 -39
  46. package/dist/collection/components/floor-filter/floor-filter.js +2 -8
  47. package/dist/collection/components/info-card/info-card.js +2 -26
  48. package/dist/collection/components/json-editor/json-editor.js +0 -10
  49. package/dist/collection/components/layer-list/layer-list.js +2 -16
  50. package/dist/collection/components/layer-table/layer-table.css +2 -0
  51. package/dist/collection/components/layer-table/layer-table.js +8 -56
  52. package/dist/collection/components/map-card/map-card.js +8 -79
  53. package/dist/collection/components/map-draw-tools/map-draw-tools.js +5 -27
  54. package/dist/collection/components/map-fullscreen/map-fullscreen.js +2 -6
  55. package/dist/collection/components/map-layer-picker/map-layer-picker.js +1 -35
  56. package/dist/collection/components/map-legend/map-legend.js +2 -6
  57. package/dist/collection/components/map-picker/map-picker.js +0 -6
  58. package/dist/collection/components/map-search/map-search.js +3 -15
  59. package/dist/collection/components/map-select-tools/map-select-tools.js +7 -59
  60. package/dist/collection/components/map-tools/map-tools.js +4 -38
  61. package/dist/collection/components/pdf-download/pdf-download.js +0 -6
  62. package/dist/collection/components/public-notification/public-notification.js +3 -55
  63. package/dist/collection/components/refine-selection/refine-selection.js +5 -21
  64. package/dist/collection/components/solution-configuration/solution-configuration.js +0 -10
  65. package/dist/collection/components/solution-contents/solution-contents.js +0 -4
  66. package/dist/collection/components/solution-item/solution-item.js +1 -11
  67. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +0 -6
  68. package/dist/collection/components/solution-item-details/solution-item-details.js +0 -4
  69. package/dist/collection/components/solution-item-icon/solution-item-icon.js +0 -6
  70. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +0 -4
  71. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +0 -4
  72. package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -7
  73. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +0 -8
  74. package/dist/collection/components/solution-template-data/solution-template-data.js +0 -12
  75. package/dist/collection/components/solution-variables/solution-variables.js +0 -4
  76. package/dist/collection/components/spatial-ref/spatial-ref.js +0 -8
  77. package/dist/collection/components/store-manager/store-manager.js +1 -7
  78. package/dist/collection/demos/crowdsource-manager.html +2 -0
  79. package/dist/collection/demos/crowdsource-reporter.html +2 -0
  80. package/dist/collection/demos/layer-table.html +2 -0
  81. package/dist/collection/demos/map-card.html +2 -0
  82. package/dist/collection/utils/downloadUtils.js +11 -5
  83. package/dist/collection/utils/downloadUtils.ts +15 -5
  84. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ar.json +3 -0
  85. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bg.json +3 -0
  86. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bs.json +3 -0
  87. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ca.json +3 -0
  88. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.cs.json +3 -0
  89. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.da.json +3 -0
  90. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.de.json +3 -0
  91. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.el.json +3 -0
  92. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.en.json +3 -0
  93. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.es.json +3 -0
  94. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.et.json +3 -0
  95. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fi.json +3 -0
  96. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fr.json +3 -0
  97. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.he.json +3 -0
  98. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hr.json +3 -0
  99. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hu.json +3 -0
  100. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.id.json +3 -0
  101. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.it.json +3 -0
  102. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ja.json +3 -0
  103. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ko.json +3 -0
  104. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lt.json +3 -0
  105. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lv.json +3 -0
  106. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.nl.json +3 -0
  107. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.no.json +3 -0
  108. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pl.json +3 -0
  109. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-BR.json +3 -0
  110. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-PT.json +3 -0
  111. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ro.json +3 -0
  112. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ru.json +3 -0
  113. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sk.json +3 -0
  114. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sl.json +3 -0
  115. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sr.json +3 -0
  116. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sv.json +3 -0
  117. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.th.json +3 -0
  118. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.tr.json +3 -0
  119. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.uk.json +3 -0
  120. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.vi.json +3 -0
  121. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-CN.json +3 -0
  122. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-HK.json +3 -0
  123. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-TW.json +3 -0
  124. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ar.json +16 -0
  125. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bg.json +16 -0
  126. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bs.json +16 -0
  127. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ca.json +16 -0
  128. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.cs.json +16 -0
  129. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.da.json +16 -0
  130. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.de.json +16 -0
  131. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.el.json +16 -0
  132. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.en.json +16 -0
  133. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.es.json +16 -0
  134. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.et.json +16 -0
  135. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fi.json +16 -0
  136. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fr.json +16 -0
  137. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.he.json +16 -0
  138. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hr.json +16 -0
  139. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hu.json +16 -0
  140. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.id.json +16 -0
  141. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.it.json +16 -0
  142. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ja.json +16 -0
  143. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ko.json +16 -0
  144. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lt.json +16 -0
  145. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lv.json +16 -0
  146. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.nl.json +16 -0
  147. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.no.json +16 -0
  148. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pl.json +16 -0
  149. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-BR.json +16 -0
  150. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-PT.json +16 -0
  151. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ro.json +16 -0
  152. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ru.json +16 -0
  153. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sk.json +16 -0
  154. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sl.json +16 -0
  155. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sr.json +16 -0
  156. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sv.json +16 -0
  157. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.th.json +16 -0
  158. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.tr.json +16 -0
  159. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.uk.json +16 -0
  160. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.vi.json +16 -0
  161. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-CN.json +16 -0
  162. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-HK.json +16 -0
  163. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-TW.json +16 -0
  164. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ar.json +47 -0
  165. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bg.json +47 -0
  166. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bs.json +47 -0
  167. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ca.json +47 -0
  168. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.cs.json +47 -0
  169. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.da.json +47 -0
  170. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.de.json +47 -0
  171. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.el.json +47 -0
  172. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.en.json +47 -0
  173. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.es.json +47 -0
  174. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.et.json +47 -0
  175. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fi.json +47 -0
  176. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fr.json +47 -0
  177. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.he.json +47 -0
  178. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hr.json +47 -0
  179. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hu.json +47 -0
  180. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.id.json +47 -0
  181. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.it.json +47 -0
  182. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ja.json +47 -0
  183. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ko.json +47 -0
  184. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lt.json +47 -0
  185. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lv.json +47 -0
  186. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.nl.json +47 -0
  187. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.no.json +47 -0
  188. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pl.json +47 -0
  189. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-BR.json +47 -0
  190. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-PT.json +47 -0
  191. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ro.json +47 -0
  192. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ru.json +47 -0
  193. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sk.json +47 -0
  194. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sl.json +47 -0
  195. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sr.json +47 -0
  196. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sv.json +47 -0
  197. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.th.json +47 -0
  198. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.tr.json +47 -0
  199. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.uk.json +47 -0
  200. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.vi.json +47 -0
  201. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-CN.json +47 -0
  202. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-HK.json +47 -0
  203. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-TW.json +47 -0
  204. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ar.json +47 -0
  205. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bg.json +47 -0
  206. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bs.json +47 -0
  207. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ca.json +47 -0
  208. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.cs.json +47 -0
  209. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.da.json +47 -0
  210. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.de.json +47 -0
  211. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.el.json +47 -0
  212. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.en.json +47 -0
  213. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.es.json +47 -0
  214. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.et.json +47 -0
  215. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fi.json +47 -0
  216. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fr.json +47 -0
  217. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.he.json +47 -0
  218. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hr.json +47 -0
  219. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hu.json +47 -0
  220. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.id.json +47 -0
  221. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.it.json +47 -0
  222. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ja.json +47 -0
  223. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ko.json +47 -0
  224. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lt.json +47 -0
  225. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lv.json +47 -0
  226. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.nl.json +47 -0
  227. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.no.json +47 -0
  228. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pl.json +47 -0
  229. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-BR.json +47 -0
  230. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-PT.json +47 -0
  231. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ro.json +47 -0
  232. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ru.json +47 -0
  233. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sk.json +47 -0
  234. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sl.json +47 -0
  235. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sr.json +47 -0
  236. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sv.json +47 -0
  237. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.th.json +47 -0
  238. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.tr.json +47 -0
  239. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.uk.json +47 -0
  240. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.vi.json +47 -0
  241. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-CN.json +47 -0
  242. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-HK.json +47 -0
  243. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-TW.json +47 -0
  244. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ar.json +16 -0
  245. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bg.json +16 -0
  246. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bs.json +16 -0
  247. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ca.json +16 -0
  248. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.cs.json +16 -0
  249. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.da.json +16 -0
  250. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.de.json +16 -0
  251. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.el.json +16 -0
  252. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.en.json +16 -0
  253. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.es.json +16 -0
  254. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.et.json +16 -0
  255. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fi.json +16 -0
  256. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fr.json +16 -0
  257. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.he.json +16 -0
  258. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hr.json +16 -0
  259. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hu.json +16 -0
  260. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.id.json +16 -0
  261. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.it.json +16 -0
  262. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ja.json +16 -0
  263. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ko.json +16 -0
  264. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lt.json +16 -0
  265. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lv.json +16 -0
  266. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.nl.json +16 -0
  267. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.no.json +16 -0
  268. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pl.json +16 -0
  269. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-BR.json +16 -0
  270. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-PT.json +16 -0
  271. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ro.json +16 -0
  272. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ru.json +16 -0
  273. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sk.json +16 -0
  274. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sl.json +16 -0
  275. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sr.json +16 -0
  276. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sv.json +16 -0
  277. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.th.json +16 -0
  278. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.tr.json +16 -0
  279. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.uk.json +16 -0
  280. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.vi.json +16 -0
  281. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-CN.json +16 -0
  282. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-HK.json +16 -0
  283. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-TW.json +16 -0
  284. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ar.json +15 -0
  285. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bg.json +15 -0
  286. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bs.json +15 -0
  287. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ca.json +15 -0
  288. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.cs.json +15 -0
  289. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.da.json +15 -0
  290. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.de.json +15 -0
  291. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.el.json +15 -0
  292. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.en.json +15 -0
  293. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.es.json +15 -0
  294. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.et.json +15 -0
  295. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fi.json +15 -0
  296. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fr.json +15 -0
  297. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.he.json +15 -0
  298. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hr.json +15 -0
  299. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hu.json +15 -0
  300. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.id.json +15 -0
  301. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.it.json +15 -0
  302. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ja.json +15 -0
  303. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ko.json +15 -0
  304. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lt.json +15 -0
  305. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lv.json +15 -0
  306. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.nl.json +15 -0
  307. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.no.json +15 -0
  308. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pl.json +15 -0
  309. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-BR.json +15 -0
  310. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-PT.json +15 -0
  311. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ro.json +15 -0
  312. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ru.json +15 -0
  313. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sk.json +15 -0
  314. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sl.json +15 -0
  315. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sr.json +15 -0
  316. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sv.json +15 -0
  317. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.th.json +15 -0
  318. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.tr.json +15 -0
  319. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.uk.json +15 -0
  320. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.vi.json +15 -0
  321. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-CN.json +15 -0
  322. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-HK.json +15 -0
  323. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-TW.json +15 -0
  324. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ar.json +30 -0
  325. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bg.json +30 -0
  326. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bs.json +30 -0
  327. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ca.json +30 -0
  328. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.cs.json +30 -0
  329. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.da.json +30 -0
  330. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.de.json +30 -0
  331. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.el.json +30 -0
  332. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.en.json +30 -0
  333. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.es.json +30 -0
  334. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.et.json +30 -0
  335. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fi.json +30 -0
  336. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fr.json +30 -0
  337. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.he.json +30 -0
  338. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hr.json +30 -0
  339. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hu.json +30 -0
  340. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.id.json +30 -0
  341. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.it.json +30 -0
  342. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ja.json +30 -0
  343. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ko.json +30 -0
  344. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lt.json +30 -0
  345. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lv.json +30 -0
  346. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.nl.json +30 -0
  347. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.no.json +30 -0
  348. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pl.json +30 -0
  349. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-BR.json +30 -0
  350. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-PT.json +30 -0
  351. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ro.json +30 -0
  352. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ru.json +30 -0
  353. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sk.json +30 -0
  354. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sl.json +30 -0
  355. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sr.json +30 -0
  356. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sv.json +30 -0
  357. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.th.json +30 -0
  358. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.tr.json +30 -0
  359. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.uk.json +30 -0
  360. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.vi.json +30 -0
  361. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-CN.json +30 -0
  362. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-HK.json +30 -0
  363. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-TW.json +30 -0
  364. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ar.json +103 -0
  365. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bg.json +103 -0
  366. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bs.json +103 -0
  367. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ca.json +103 -0
  368. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.cs.json +103 -0
  369. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.da.json +103 -0
  370. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.de.json +103 -0
  371. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.el.json +103 -0
  372. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.en.json +103 -0
  373. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.es.json +103 -0
  374. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.et.json +103 -0
  375. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fi.json +103 -0
  376. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fr.json +103 -0
  377. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.he.json +103 -0
  378. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hr.json +103 -0
  379. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hu.json +103 -0
  380. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.id.json +103 -0
  381. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.it.json +103 -0
  382. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ja.json +103 -0
  383. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ko.json +103 -0
  384. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lt.json +103 -0
  385. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lv.json +103 -0
  386. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.nl.json +103 -0
  387. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.no.json +103 -0
  388. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pl.json +103 -0
  389. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-BR.json +103 -0
  390. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-PT.json +103 -0
  391. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ro.json +103 -0
  392. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ru.json +103 -0
  393. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sk.json +103 -0
  394. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sl.json +103 -0
  395. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sr.json +103 -0
  396. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sv.json +103 -0
  397. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.th.json +103 -0
  398. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.tr.json +103 -0
  399. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.uk.json +103 -0
  400. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.vi.json +103 -0
  401. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-CN.json +103 -0
  402. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-HK.json +103 -0
  403. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-TW.json +103 -0
  404. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ar.json +7 -0
  405. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bg.json +7 -0
  406. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bs.json +7 -0
  407. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ca.json +7 -0
  408. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.cs.json +7 -0
  409. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.da.json +7 -0
  410. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.de.json +7 -0
  411. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.el.json +7 -0
  412. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.en.json +7 -0
  413. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.es.json +7 -0
  414. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.et.json +7 -0
  415. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fi.json +7 -0
  416. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fr.json +7 -0
  417. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.he.json +7 -0
  418. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hr.json +7 -0
  419. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hu.json +7 -0
  420. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.id.json +7 -0
  421. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.it.json +7 -0
  422. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ja.json +7 -0
  423. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ko.json +7 -0
  424. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lt.json +7 -0
  425. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lv.json +7 -0
  426. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.nl.json +7 -0
  427. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.no.json +7 -0
  428. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pl.json +7 -0
  429. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-BR.json +7 -0
  430. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-PT.json +7 -0
  431. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ro.json +7 -0
  432. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ru.json +7 -0
  433. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sk.json +7 -0
  434. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sl.json +7 -0
  435. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sr.json +7 -0
  436. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sv.json +7 -0
  437. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.th.json +7 -0
  438. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.tr.json +7 -0
  439. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.uk.json +7 -0
  440. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.vi.json +7 -0
  441. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-CN.json +7 -0
  442. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-HK.json +7 -0
  443. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-TW.json +7 -0
  444. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ar.json +7 -0
  445. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bg.json +7 -0
  446. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bs.json +7 -0
  447. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ca.json +7 -0
  448. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.cs.json +7 -0
  449. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.da.json +7 -0
  450. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.de.json +7 -0
  451. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.el.json +7 -0
  452. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.en.json +7 -0
  453. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.es.json +7 -0
  454. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.et.json +7 -0
  455. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fi.json +7 -0
  456. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fr.json +7 -0
  457. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.he.json +7 -0
  458. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hr.json +7 -0
  459. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hu.json +7 -0
  460. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.id.json +7 -0
  461. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.it.json +7 -0
  462. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ja.json +7 -0
  463. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ko.json +7 -0
  464. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lt.json +7 -0
  465. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lv.json +7 -0
  466. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.nl.json +7 -0
  467. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.no.json +7 -0
  468. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pl.json +7 -0
  469. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-BR.json +7 -0
  470. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-PT.json +7 -0
  471. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ro.json +7 -0
  472. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ru.json +7 -0
  473. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sk.json +7 -0
  474. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sl.json +7 -0
  475. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sr.json +7 -0
  476. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sv.json +7 -0
  477. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.th.json +7 -0
  478. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.tr.json +7 -0
  479. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.uk.json +7 -0
  480. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.vi.json +7 -0
  481. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-CN.json +7 -0
  482. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-HK.json +7 -0
  483. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-TW.json +7 -0
  484. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ar.json +7 -0
  485. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bg.json +7 -0
  486. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bs.json +7 -0
  487. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ca.json +7 -0
  488. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.cs.json +7 -0
  489. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.da.json +7 -0
  490. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.de.json +7 -0
  491. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.el.json +7 -0
  492. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.en.json +7 -0
  493. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.es.json +7 -0
  494. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.et.json +7 -0
  495. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fi.json +7 -0
  496. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fr.json +7 -0
  497. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.he.json +7 -0
  498. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hr.json +7 -0
  499. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hu.json +7 -0
  500. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.id.json +7 -0
  501. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.it.json +7 -0
  502. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ja.json +7 -0
  503. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ko.json +7 -0
  504. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lt.json +7 -0
  505. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lv.json +7 -0
  506. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.nl.json +7 -0
  507. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.no.json +7 -0
  508. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pl.json +7 -0
  509. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-BR.json +7 -0
  510. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-PT.json +7 -0
  511. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ro.json +7 -0
  512. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ru.json +7 -0
  513. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sk.json +7 -0
  514. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sl.json +7 -0
  515. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sr.json +7 -0
  516. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sv.json +7 -0
  517. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.th.json +7 -0
  518. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.tr.json +7 -0
  519. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.uk.json +7 -0
  520. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.vi.json +7 -0
  521. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-CN.json +7 -0
  522. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-HK.json +7 -0
  523. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-TW.json +7 -0
  524. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ar.json +5 -0
  525. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bg.json +5 -0
  526. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bs.json +5 -0
  527. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ca.json +5 -0
  528. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.cs.json +5 -0
  529. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.da.json +5 -0
  530. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.de.json +5 -0
  531. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.el.json +5 -0
  532. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.en.json +5 -0
  533. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.es.json +5 -0
  534. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.et.json +5 -0
  535. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fi.json +5 -0
  536. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fr.json +5 -0
  537. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.he.json +5 -0
  538. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hr.json +5 -0
  539. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hu.json +5 -0
  540. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.id.json +5 -0
  541. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.it.json +5 -0
  542. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ja.json +5 -0
  543. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ko.json +5 -0
  544. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lt.json +5 -0
  545. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lv.json +5 -0
  546. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.nl.json +5 -0
  547. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.no.json +5 -0
  548. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pl.json +5 -0
  549. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-BR.json +5 -0
  550. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-PT.json +5 -0
  551. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ro.json +5 -0
  552. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ru.json +5 -0
  553. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sk.json +5 -0
  554. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sl.json +5 -0
  555. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sr.json +5 -0
  556. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sv.json +5 -0
  557. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.th.json +5 -0
  558. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.tr.json +5 -0
  559. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.uk.json +5 -0
  560. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.vi.json +5 -0
  561. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-CN.json +5 -0
  562. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-HK.json +5 -0
  563. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-TW.json +5 -0
  564. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ar.json +33 -0
  565. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bg.json +33 -0
  566. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bs.json +33 -0
  567. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ca.json +33 -0
  568. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.cs.json +33 -0
  569. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.da.json +33 -0
  570. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.de.json +33 -0
  571. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.el.json +33 -0
  572. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.en.json +33 -0
  573. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.es.json +33 -0
  574. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.et.json +33 -0
  575. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fi.json +33 -0
  576. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fr.json +33 -0
  577. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.he.json +33 -0
  578. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hr.json +33 -0
  579. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hu.json +33 -0
  580. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.id.json +33 -0
  581. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.it.json +33 -0
  582. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ja.json +33 -0
  583. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ko.json +33 -0
  584. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lt.json +33 -0
  585. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lv.json +33 -0
  586. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.nl.json +33 -0
  587. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.no.json +33 -0
  588. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pl.json +33 -0
  589. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-BR.json +33 -0
  590. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-PT.json +33 -0
  591. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ro.json +33 -0
  592. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ru.json +33 -0
  593. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sk.json +33 -0
  594. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sl.json +33 -0
  595. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sr.json +33 -0
  596. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sv.json +33 -0
  597. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.th.json +33 -0
  598. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.tr.json +33 -0
  599. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.uk.json +33 -0
  600. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.vi.json +33 -0
  601. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-CN.json +33 -0
  602. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-HK.json +33 -0
  603. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-TW.json +33 -0
  604. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ar.json +42 -0
  605. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bg.json +42 -0
  606. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bs.json +42 -0
  607. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ca.json +42 -0
  608. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.cs.json +42 -0
  609. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.da.json +42 -0
  610. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.de.json +42 -0
  611. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.el.json +42 -0
  612. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.en.json +42 -0
  613. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.es.json +42 -0
  614. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.et.json +42 -0
  615. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fi.json +42 -0
  616. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fr.json +42 -0
  617. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.he.json +42 -0
  618. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hr.json +42 -0
  619. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hu.json +42 -0
  620. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.id.json +42 -0
  621. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.it.json +42 -0
  622. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ja.json +42 -0
  623. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ko.json +42 -0
  624. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lt.json +42 -0
  625. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lv.json +42 -0
  626. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.nl.json +42 -0
  627. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.no.json +42 -0
  628. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pl.json +42 -0
  629. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-BR.json +42 -0
  630. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-PT.json +42 -0
  631. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ro.json +42 -0
  632. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ru.json +42 -0
  633. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sk.json +42 -0
  634. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sl.json +42 -0
  635. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sr.json +42 -0
  636. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sv.json +42 -0
  637. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.th.json +42 -0
  638. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.tr.json +42 -0
  639. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.uk.json +42 -0
  640. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.vi.json +42 -0
  641. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-CN.json +42 -0
  642. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-HK.json +42 -0
  643. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-TW.json +42 -0
  644. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ar.json +3 -0
  645. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bg.json +3 -0
  646. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bs.json +3 -0
  647. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ca.json +3 -0
  648. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.cs.json +3 -0
  649. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.da.json +3 -0
  650. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.de.json +3 -0
  651. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.el.json +3 -0
  652. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.en.json +3 -0
  653. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.es.json +3 -0
  654. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.et.json +3 -0
  655. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fi.json +3 -0
  656. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fr.json +3 -0
  657. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.he.json +3 -0
  658. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hr.json +3 -0
  659. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hu.json +3 -0
  660. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.id.json +3 -0
  661. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.it.json +3 -0
  662. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ja.json +3 -0
  663. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ko.json +3 -0
  664. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lt.json +3 -0
  665. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lv.json +3 -0
  666. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.nl.json +3 -0
  667. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.no.json +3 -0
  668. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pl.json +3 -0
  669. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-BR.json +3 -0
  670. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-PT.json +3 -0
  671. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ro.json +3 -0
  672. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ru.json +3 -0
  673. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sk.json +3 -0
  674. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sl.json +3 -0
  675. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sr.json +3 -0
  676. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sv.json +3 -0
  677. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.th.json +3 -0
  678. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.tr.json +3 -0
  679. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.uk.json +3 -0
  680. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.vi.json +3 -0
  681. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-CN.json +3 -0
  682. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-HK.json +3 -0
  683. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-TW.json +3 -0
  684. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ar.json +4 -0
  685. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bg.json +4 -0
  686. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bs.json +4 -0
  687. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ca.json +4 -0
  688. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.cs.json +4 -0
  689. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.da.json +4 -0
  690. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.de.json +4 -0
  691. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.el.json +4 -0
  692. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.en.json +4 -0
  693. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.es.json +4 -0
  694. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.et.json +4 -0
  695. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fi.json +4 -0
  696. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fr.json +4 -0
  697. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.he.json +4 -0
  698. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hr.json +4 -0
  699. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hu.json +4 -0
  700. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.id.json +4 -0
  701. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.it.json +4 -0
  702. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ja.json +4 -0
  703. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ko.json +4 -0
  704. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lt.json +4 -0
  705. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lv.json +4 -0
  706. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.nl.json +4 -0
  707. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.no.json +4 -0
  708. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pl.json +4 -0
  709. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-BR.json +4 -0
  710. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-PT.json +4 -0
  711. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ro.json +4 -0
  712. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ru.json +4 -0
  713. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sk.json +4 -0
  714. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sl.json +4 -0
  715. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sr.json +4 -0
  716. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sv.json +4 -0
  717. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.th.json +4 -0
  718. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.tr.json +4 -0
  719. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.uk.json +4 -0
  720. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.vi.json +4 -0
  721. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-CN.json +4 -0
  722. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-HK.json +4 -0
  723. package/dist/collection/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-TW.json +4 -0
  724. package/dist/collection/vendor/instant-apps-components/index.esm.js +2 -0
  725. package/dist/collection/vendor/instant-apps-components/index.esm.js.map +1 -0
  726. package/dist/collection/vendor/instant-apps-components/instant-apps-components.esm.js +2 -0
  727. package/dist/collection/vendor/instant-apps-components/instant-apps-components.esm.js.map +1 -0
  728. package/dist/collection/vendor/instant-apps-components/p-0b1b0a5a.entry.js +2 -0
  729. package/dist/collection/vendor/instant-apps-components/p-0b1b0a5a.entry.js.map +1 -0
  730. package/dist/collection/vendor/instant-apps-components/p-1c4428aa.js +2 -0
  731. package/dist/collection/vendor/instant-apps-components/p-1c4428aa.js.map +1 -0
  732. package/dist/collection/vendor/instant-apps-components/p-3ce7e35f.entry.js +2 -0
  733. package/dist/collection/vendor/instant-apps-components/p-3ce7e35f.entry.js.map +1 -0
  734. package/dist/collection/vendor/instant-apps-components/p-3e5898bb.entry.js +2 -0
  735. package/dist/collection/vendor/instant-apps-components/p-3e5898bb.entry.js.map +1 -0
  736. package/dist/collection/vendor/instant-apps-components/p-491aed47.entry.js +2 -0
  737. package/dist/collection/vendor/instant-apps-components/p-491aed47.entry.js.map +1 -0
  738. package/dist/collection/vendor/instant-apps-components/p-4ad06857.entry.js +2 -0
  739. package/dist/collection/vendor/instant-apps-components/p-4ad06857.entry.js.map +1 -0
  740. package/dist/collection/vendor/instant-apps-components/p-51f2e0b2.js +2 -0
  741. package/dist/collection/vendor/instant-apps-components/p-51f2e0b2.js.map +1 -0
  742. package/dist/collection/vendor/instant-apps-components/p-525c0e1c.entry.js +2 -0
  743. package/dist/collection/vendor/instant-apps-components/p-525c0e1c.entry.js.map +1 -0
  744. package/dist/collection/vendor/instant-apps-components/p-5978fda4.js +2 -0
  745. package/dist/collection/vendor/instant-apps-components/p-5978fda4.js.map +1 -0
  746. package/dist/collection/vendor/instant-apps-components/p-5f6af6b4.entry.js +2 -0
  747. package/dist/collection/vendor/instant-apps-components/p-5f6af6b4.entry.js.map +1 -0
  748. package/dist/collection/vendor/instant-apps-components/p-6517b6d4.js +3 -0
  749. package/dist/collection/vendor/instant-apps-components/p-6517b6d4.js.map +1 -0
  750. package/dist/collection/vendor/instant-apps-components/p-6c1383dc.entry.js +2 -0
  751. package/dist/collection/vendor/instant-apps-components/p-6c1383dc.entry.js.map +1 -0
  752. package/dist/collection/vendor/instant-apps-components/p-6e858759.entry.js +2 -0
  753. package/dist/collection/vendor/instant-apps-components/p-6e858759.entry.js.map +1 -0
  754. package/dist/collection/vendor/instant-apps-components/p-8ca58973.js +2 -0
  755. package/dist/collection/vendor/instant-apps-components/p-8ca58973.js.map +1 -0
  756. package/dist/collection/vendor/instant-apps-components/p-8d4d0b96.entry.js +26 -0
  757. package/dist/collection/vendor/instant-apps-components/p-8d4d0b96.entry.js.map +1 -0
  758. package/dist/collection/vendor/instant-apps-components/p-946ed90b.entry.js +2 -0
  759. package/dist/collection/vendor/instant-apps-components/p-946ed90b.entry.js.map +1 -0
  760. package/dist/collection/vendor/instant-apps-components/p-9f85433e.entry.js +2 -0
  761. package/dist/collection/vendor/instant-apps-components/p-9f85433e.entry.js.map +1 -0
  762. package/dist/collection/vendor/instant-apps-components/p-a1e8ffff.js +2 -0
  763. package/dist/collection/vendor/instant-apps-components/p-a1e8ffff.js.map +1 -0
  764. package/dist/collection/vendor/instant-apps-components/p-a271203d.entry.js +2 -0
  765. package/dist/collection/vendor/instant-apps-components/p-a271203d.entry.js.map +1 -0
  766. package/dist/collection/vendor/instant-apps-components/p-a72c317d.entry.js +2 -0
  767. package/dist/collection/vendor/instant-apps-components/p-a72c317d.entry.js.map +1 -0
  768. package/dist/collection/vendor/instant-apps-components/p-ab4ac65e.entry.js +2 -0
  769. package/dist/collection/vendor/instant-apps-components/p-ab4ac65e.entry.js.map +1 -0
  770. package/dist/collection/vendor/instant-apps-components/p-ac95a4be.entry.js +2 -0
  771. package/dist/collection/vendor/instant-apps-components/p-ac95a4be.entry.js.map +1 -0
  772. package/dist/collection/vendor/instant-apps-components/p-ad99e197.js +2 -0
  773. package/dist/collection/vendor/instant-apps-components/p-ad99e197.js.map +1 -0
  774. package/dist/collection/vendor/instant-apps-components/p-b291a1e6.js +2 -0
  775. package/dist/collection/vendor/instant-apps-components/p-b291a1e6.js.map +1 -0
  776. package/dist/collection/vendor/instant-apps-components/p-b355f972.entry.js +2 -0
  777. package/dist/collection/vendor/instant-apps-components/p-b355f972.entry.js.map +1 -0
  778. package/dist/collection/vendor/instant-apps-components/p-b9eed273.entry.js +2 -0
  779. package/dist/collection/vendor/instant-apps-components/p-b9eed273.entry.js.map +1 -0
  780. package/dist/collection/vendor/instant-apps-components/p-c5932580.js +2 -0
  781. package/dist/collection/vendor/instant-apps-components/p-c5932580.js.map +1 -0
  782. package/dist/collection/vendor/instant-apps-components/p-c77b3b1b.js +2 -0
  783. package/dist/collection/vendor/instant-apps-components/p-c77b3b1b.js.map +1 -0
  784. package/dist/collection/vendor/instant-apps-components/p-cd7eea90.entry.js +2 -0
  785. package/dist/collection/vendor/instant-apps-components/p-cd7eea90.entry.js.map +1 -0
  786. package/dist/collection/vendor/instant-apps-components/p-cfc94a85.entry.js +2 -0
  787. package/dist/collection/vendor/instant-apps-components/p-cfc94a85.entry.js.map +1 -0
  788. package/dist/collection/vendor/instant-apps-components/p-cfd61911.entry.js +2 -0
  789. package/dist/collection/vendor/instant-apps-components/p-cfd61911.entry.js.map +1 -0
  790. package/dist/collection/vendor/instant-apps-components/p-e1255160.js +2 -0
  791. package/dist/collection/vendor/instant-apps-components/p-e1255160.js.map +1 -0
  792. package/dist/collection/vendor/instant-apps-components/p-ef8e7a97.entry.js +2 -0
  793. package/dist/collection/vendor/instant-apps-components/p-ef8e7a97.entry.js.map +1 -0
  794. package/dist/collection/vendor/instant-apps-components/p-eff6e0b8.js +2 -0
  795. package/dist/collection/vendor/instant-apps-components/p-eff6e0b8.js.map +1 -0
  796. package/dist/collection/vendor/instant-apps-components/p-f146c213.js +2 -0
  797. package/dist/collection/vendor/instant-apps-components/p-f146c213.js.map +1 -0
  798. package/dist/collection/vendor/instant-apps-components/p-f87a0961.entry.js +2 -0
  799. package/dist/collection/vendor/instant-apps-components/p-f87a0961.entry.js.map +1 -0
  800. package/dist/collection/vendor/instant-apps-components/p-fa2be703.entry.js +2 -0
  801. package/dist/collection/vendor/instant-apps-components/p-fa2be703.entry.js.map +1 -0
  802. package/dist/collection/vendor/instant-apps-components/p-fcbd42f5.entry.js +2 -0
  803. package/dist/collection/vendor/instant-apps-components/p-fcbd42f5.entry.js.map +1 -0
  804. package/dist/collection/vendor/instant-apps-components/p-fedaae5b.entry.js +2 -0
  805. package/dist/collection/vendor/instant-apps-components/p-fedaae5b.entry.js.map +1 -0
  806. package/dist/components/buffer-tools2.js +4 -0
  807. package/dist/components/card-manager2.js +8 -0
  808. package/dist/components/create-feature2.js +2 -0
  809. package/dist/components/create-related-feature2.js +2 -0
  810. package/dist/components/crowdsource-manager.js +44 -34
  811. package/dist/components/crowdsource-reporter.js +41 -30
  812. package/dist/components/deduct-calculator2.js +5 -0
  813. package/dist/components/delete-button2.js +4 -0
  814. package/dist/components/delete-dialog2.js +2 -0
  815. package/dist/components/downloadUtils.js +2163 -9
  816. package/dist/components/edit-card2.js +2 -0
  817. package/dist/components/feature-details2.js +4 -0
  818. package/dist/components/feature-list2.js +10 -0
  819. package/dist/components/index2.js +162 -2118
  820. package/dist/components/info-card2.js +9 -0
  821. package/dist/components/json-editor2.js +2 -0
  822. package/dist/components/layer-list2.js +6 -1
  823. package/dist/components/layer-table2.js +22 -19
  824. package/dist/components/loadModules.js +297 -2
  825. package/dist/components/map-card2.js +19 -12
  826. package/dist/components/map-draw-tools2.js +1 -0
  827. package/dist/components/map-layer-picker2.js +13 -0
  828. package/dist/components/map-picker2.js +5 -0
  829. package/dist/components/map-select-tools2.js +10 -0
  830. package/dist/components/map-tools2.js +8 -0
  831. package/dist/components/pci-calculator.js +5 -0
  832. package/dist/components/pdf-download2.js +2 -0
  833. package/dist/components/public-notification.js +21 -0
  834. package/dist/components/publicNotificationStore.js +1 -1
  835. package/dist/components/refine-selection2.js +9 -0
  836. package/dist/components/solution-configuration.js +9 -0
  837. package/dist/components/solution-contents2.js +3 -0
  838. package/dist/components/solution-item-accordion.js +7 -0
  839. package/dist/components/solution-item-details2.js +2 -0
  840. package/dist/components/solution-item-sharing2.js +3 -0
  841. package/dist/components/solution-item2.js +8 -0
  842. package/dist/components/solution-organization-variables2.js +2 -0
  843. package/dist/components/solution-resource-item2.js +3 -0
  844. package/dist/components/solution-spatial-ref2.js +1 -0
  845. package/dist/components/solution-store.js +1 -1
  846. package/dist/components/solution-template-data2.js +7 -0
  847. package/dist/components/solution-variables2.js +3 -0
  848. package/dist/components/spatial-ref.js +3 -0
  849. package/dist/esm/basemap-gallery_7.entry.js +2 -3
  850. package/dist/esm/buffer-tools_2.entry.js +4 -5
  851. package/dist/esm/card-manager_3.entry.js +10 -13
  852. package/dist/esm/consent-manager.entry.js +2 -3
  853. package/dist/esm/create-feature_4.entry.js +4 -6
  854. package/dist/esm/create-related-feature_3.entry.js +3 -4
  855. package/dist/esm/crowdsource-manager.entry.js +14 -9
  856. package/dist/esm/crowdsource-reporter.entry.js +4 -5
  857. package/dist/esm/deduct-calculator.entry.js +1 -1
  858. package/dist/esm/delete-dialog.entry.js +2 -3
  859. package/dist/esm/downloadUtils-a9fc6dd2.js +5371 -0
  860. package/dist/esm/feature-list.entry.js +4 -6
  861. package/dist/esm/index-21b6e87e.js +1405 -0
  862. package/dist/esm/index-9932ffd2.js +199 -0
  863. package/dist/esm/json-editor_7.entry.js +4 -5
  864. package/dist/esm/loader.js +3 -3
  865. package/dist/esm/locale-fa8258bf.js +450 -0
  866. package/dist/esm/map-layer-picker.entry.js +4 -5
  867. package/dist/esm/map-select-tools_3.entry.js +5 -7
  868. package/dist/esm/pci-calculator.entry.js +1 -1
  869. package/dist/esm/popupUtils-78f2029e.js +119 -0
  870. package/dist/esm/public-notification.entry.js +5 -7
  871. package/dist/esm/publicNotificationStore-9f8e00a1.js +45 -0
  872. package/dist/esm/solution-configuration.entry.js +4 -5
  873. package/dist/esm/solution-contents_3.entry.js +4 -5
  874. package/dist/esm/solution-item-accordion.entry.js +2 -3
  875. package/dist/esm/solution-item-icon.entry.js +1 -1
  876. package/dist/esm/solution-store-f036dcc0.js +1103 -0
  877. package/dist/esm/solutions-components.js +4 -4
  878. package/dist/esm/spatial-ref.entry.js +2 -3
  879. package/dist/esm/store-manager.entry.js +3 -3
  880. package/dist/solutions-components/demos/crowdsource-manager.html +2 -0
  881. package/dist/solutions-components/demos/crowdsource-reporter.html +2 -0
  882. package/dist/solutions-components/demos/layer-table.html +2 -0
  883. package/dist/solutions-components/demos/map-card.html +2 -0
  884. package/dist/solutions-components/p-03f8bcc3.entry.js +6 -0
  885. package/dist/solutions-components/p-0a60707c.entry.js +6 -0
  886. package/dist/solutions-components/p-1aad0b63.entry.js +6 -0
  887. package/dist/solutions-components/p-31159fc6.js +21 -0
  888. package/dist/solutions-components/p-455c19fa.js +498 -0
  889. package/dist/solutions-components/p-4a2870b0.entry.js +21 -0
  890. package/dist/solutions-components/p-50b4945e.entry.js +21 -0
  891. package/dist/solutions-components/p-522aaa19.entry.js +6 -0
  892. package/dist/solutions-components/p-57be3b9d.js +37 -0
  893. package/dist/solutions-components/p-5a38b1b3.entry.js +6 -0
  894. package/dist/solutions-components/p-5b481f0d.entry.js +6 -0
  895. package/dist/solutions-components/p-5e7369d1.js +21 -0
  896. package/dist/solutions-components/p-60b1fe27.entry.js +6 -0
  897. package/dist/solutions-components/p-6dc629dc.entry.js +6 -0
  898. package/dist/solutions-components/p-76126e43.entry.js +6 -0
  899. package/dist/solutions-components/p-76291afb.js +129 -0
  900. package/dist/solutions-components/p-7f36cfb0.entry.js +6 -0
  901. package/dist/solutions-components/p-934e8935.js +7 -0
  902. package/dist/solutions-components/p-95056f7c.entry.js +6 -0
  903. package/dist/solutions-components/p-a17f839a.entry.js +6 -0
  904. package/dist/solutions-components/p-a38eee28.entry.js +6 -0
  905. package/dist/solutions-components/p-a4282d56.entry.js +6 -0
  906. package/dist/solutions-components/p-b04179db.entry.js +11 -0
  907. package/dist/solutions-components/p-b8e4345e.entry.js +6 -0
  908. package/dist/solutions-components/p-c6e42ad1.js +6 -0
  909. package/dist/solutions-components/p-f3ba92d5.entry.js +6 -0
  910. package/dist/solutions-components/p-f6d19f6d.entry.js +6 -0
  911. package/dist/solutions-components/p-f8854c5e.entry.js +6 -0
  912. package/dist/solutions-components/p-f899ecdb.entry.js +6 -0
  913. package/dist/solutions-components/solutions-components.esm.js +1 -1
  914. package/dist/solutions-components/utils/downloadUtils.ts +15 -5
  915. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ar.json +3 -0
  916. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bg.json +3 -0
  917. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.bs.json +3 -0
  918. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ca.json +3 -0
  919. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.cs.json +3 -0
  920. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.da.json +3 -0
  921. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.de.json +3 -0
  922. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.el.json +3 -0
  923. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.en.json +3 -0
  924. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.es.json +3 -0
  925. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.et.json +3 -0
  926. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fi.json +3 -0
  927. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.fr.json +3 -0
  928. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.he.json +3 -0
  929. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hr.json +3 -0
  930. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.hu.json +3 -0
  931. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.id.json +3 -0
  932. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.it.json +3 -0
  933. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ja.json +3 -0
  934. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ko.json +3 -0
  935. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lt.json +3 -0
  936. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.lv.json +3 -0
  937. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.nl.json +3 -0
  938. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.no.json +3 -0
  939. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pl.json +3 -0
  940. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-BR.json +3 -0
  941. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.pt-PT.json +3 -0
  942. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ro.json +3 -0
  943. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.ru.json +3 -0
  944. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sk.json +3 -0
  945. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sl.json +3 -0
  946. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sr.json +3 -0
  947. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.sv.json +3 -0
  948. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.th.json +3 -0
  949. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.tr.json +3 -0
  950. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.uk.json +3 -0
  951. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.vi.json +3 -0
  952. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-CN.json +3 -0
  953. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-HK.json +3 -0
  954. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-app-guide/messages.zh-TW.json +3 -0
  955. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ar.json +16 -0
  956. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bg.json +16 -0
  957. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.bs.json +16 -0
  958. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ca.json +16 -0
  959. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.cs.json +16 -0
  960. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.da.json +16 -0
  961. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.de.json +16 -0
  962. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.el.json +16 -0
  963. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.en.json +16 -0
  964. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.es.json +16 -0
  965. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.et.json +16 -0
  966. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fi.json +16 -0
  967. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.fr.json +16 -0
  968. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.he.json +16 -0
  969. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hr.json +16 -0
  970. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.hu.json +16 -0
  971. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.id.json +16 -0
  972. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.it.json +16 -0
  973. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ja.json +16 -0
  974. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ko.json +16 -0
  975. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lt.json +16 -0
  976. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.lv.json +16 -0
  977. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.nl.json +16 -0
  978. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.no.json +16 -0
  979. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pl.json +16 -0
  980. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-BR.json +16 -0
  981. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.pt-PT.json +16 -0
  982. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ro.json +16 -0
  983. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.ru.json +16 -0
  984. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sk.json +16 -0
  985. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sl.json +16 -0
  986. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sr.json +16 -0
  987. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.sv.json +16 -0
  988. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.th.json +16 -0
  989. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.tr.json +16 -0
  990. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.uk.json +16 -0
  991. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.vi.json +16 -0
  992. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-CN.json +16 -0
  993. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-HK.json +16 -0
  994. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-create/messages.zh-TW.json +16 -0
  995. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ar.json +47 -0
  996. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bg.json +47 -0
  997. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.bs.json +47 -0
  998. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ca.json +47 -0
  999. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.cs.json +47 -0
  1000. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.da.json +47 -0
  1001. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.de.json +47 -0
  1002. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.el.json +47 -0
  1003. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.en.json +47 -0
  1004. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.es.json +47 -0
  1005. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.et.json +47 -0
  1006. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fi.json +47 -0
  1007. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.fr.json +47 -0
  1008. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.he.json +47 -0
  1009. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hr.json +47 -0
  1010. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.hu.json +47 -0
  1011. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.id.json +47 -0
  1012. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.it.json +47 -0
  1013. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ja.json +47 -0
  1014. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ko.json +47 -0
  1015. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lt.json +47 -0
  1016. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.lv.json +47 -0
  1017. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.nl.json +47 -0
  1018. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.no.json +47 -0
  1019. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pl.json +47 -0
  1020. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-BR.json +47 -0
  1021. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.pt-PT.json +47 -0
  1022. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ro.json +47 -0
  1023. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.ru.json +47 -0
  1024. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sk.json +47 -0
  1025. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sl.json +47 -0
  1026. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sr.json +47 -0
  1027. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.sv.json +47 -0
  1028. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.th.json +47 -0
  1029. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.tr.json +47 -0
  1030. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.uk.json +47 -0
  1031. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.vi.json +47 -0
  1032. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-CN.json +47 -0
  1033. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-HK.json +47 -0
  1034. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export/messages.zh-TW.json +47 -0
  1035. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ar.json +47 -0
  1036. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bg.json +47 -0
  1037. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.bs.json +47 -0
  1038. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ca.json +47 -0
  1039. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.cs.json +47 -0
  1040. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.da.json +47 -0
  1041. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.de.json +47 -0
  1042. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.el.json +47 -0
  1043. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.en.json +47 -0
  1044. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.es.json +47 -0
  1045. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.et.json +47 -0
  1046. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fi.json +47 -0
  1047. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.fr.json +47 -0
  1048. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.he.json +47 -0
  1049. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hr.json +47 -0
  1050. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.hu.json +47 -0
  1051. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.id.json +47 -0
  1052. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.it.json +47 -0
  1053. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ja.json +47 -0
  1054. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ko.json +47 -0
  1055. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lt.json +47 -0
  1056. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.lv.json +47 -0
  1057. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.nl.json +47 -0
  1058. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.no.json +47 -0
  1059. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pl.json +47 -0
  1060. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-BR.json +47 -0
  1061. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.pt-PT.json +47 -0
  1062. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ro.json +47 -0
  1063. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.ru.json +47 -0
  1064. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sk.json +47 -0
  1065. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sl.json +47 -0
  1066. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sr.json +47 -0
  1067. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.sv.json +47 -0
  1068. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.th.json +47 -0
  1069. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.tr.json +47 -0
  1070. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.uk.json +47 -0
  1071. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.vi.json +47 -0
  1072. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-CN.json +47 -0
  1073. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-HK.json +47 -0
  1074. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-export-views/messages.zh-TW.json +47 -0
  1075. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ar.json +16 -0
  1076. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bg.json +16 -0
  1077. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.bs.json +16 -0
  1078. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ca.json +16 -0
  1079. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.cs.json +16 -0
  1080. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.da.json +16 -0
  1081. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.de.json +16 -0
  1082. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.el.json +16 -0
  1083. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.en.json +16 -0
  1084. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.es.json +16 -0
  1085. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.et.json +16 -0
  1086. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fi.json +16 -0
  1087. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.fr.json +16 -0
  1088. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.he.json +16 -0
  1089. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hr.json +16 -0
  1090. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.hu.json +16 -0
  1091. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.id.json +16 -0
  1092. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.it.json +16 -0
  1093. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ja.json +16 -0
  1094. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ko.json +16 -0
  1095. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lt.json +16 -0
  1096. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.lv.json +16 -0
  1097. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.nl.json +16 -0
  1098. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.no.json +16 -0
  1099. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pl.json +16 -0
  1100. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-BR.json +16 -0
  1101. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.pt-PT.json +16 -0
  1102. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ro.json +16 -0
  1103. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.ru.json +16 -0
  1104. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sk.json +16 -0
  1105. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sl.json +16 -0
  1106. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sr.json +16 -0
  1107. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.sv.json +16 -0
  1108. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.th.json +16 -0
  1109. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.tr.json +16 -0
  1110. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.uk.json +16 -0
  1111. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.vi.json +16 -0
  1112. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-CN.json +16 -0
  1113. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-HK.json +16 -0
  1114. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-filter-list/messages.zh-TW.json +16 -0
  1115. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ar.json +15 -0
  1116. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bg.json +15 -0
  1117. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.bs.json +15 -0
  1118. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ca.json +15 -0
  1119. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.cs.json +15 -0
  1120. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.da.json +15 -0
  1121. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.de.json +15 -0
  1122. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.el.json +15 -0
  1123. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.en.json +15 -0
  1124. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.es.json +15 -0
  1125. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.et.json +15 -0
  1126. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fi.json +15 -0
  1127. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.fr.json +15 -0
  1128. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.he.json +15 -0
  1129. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hr.json +15 -0
  1130. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.hu.json +15 -0
  1131. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.id.json +15 -0
  1132. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.it.json +15 -0
  1133. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ja.json +15 -0
  1134. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ko.json +15 -0
  1135. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lt.json +15 -0
  1136. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.lv.json +15 -0
  1137. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.nl.json +15 -0
  1138. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.no.json +15 -0
  1139. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pl.json +15 -0
  1140. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-BR.json +15 -0
  1141. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.pt-PT.json +15 -0
  1142. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ro.json +15 -0
  1143. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.ru.json +15 -0
  1144. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sk.json +15 -0
  1145. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sl.json +15 -0
  1146. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sr.json +15 -0
  1147. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.sv.json +15 -0
  1148. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.th.json +15 -0
  1149. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.tr.json +15 -0
  1150. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.uk.json +15 -0
  1151. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.vi.json +15 -0
  1152. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-CN.json +15 -0
  1153. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-HK.json +15 -0
  1154. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-interactive-legend/messages.zh-TW.json +15 -0
  1155. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ar.json +30 -0
  1156. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bg.json +30 -0
  1157. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.bs.json +30 -0
  1158. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ca.json +30 -0
  1159. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.cs.json +30 -0
  1160. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.da.json +30 -0
  1161. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.de.json +30 -0
  1162. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.el.json +30 -0
  1163. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.en.json +30 -0
  1164. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.es.json +30 -0
  1165. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.et.json +30 -0
  1166. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fi.json +30 -0
  1167. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.fr.json +30 -0
  1168. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.he.json +30 -0
  1169. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hr.json +30 -0
  1170. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.hu.json +30 -0
  1171. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.id.json +30 -0
  1172. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.it.json +30 -0
  1173. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ja.json +30 -0
  1174. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ko.json +30 -0
  1175. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lt.json +30 -0
  1176. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.lv.json +30 -0
  1177. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.nl.json +30 -0
  1178. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.no.json +30 -0
  1179. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pl.json +30 -0
  1180. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-BR.json +30 -0
  1181. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.pt-PT.json +30 -0
  1182. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ro.json +30 -0
  1183. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.ru.json +30 -0
  1184. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sk.json +30 -0
  1185. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sl.json +30 -0
  1186. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sr.json +30 -0
  1187. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.sv.json +30 -0
  1188. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.th.json +30 -0
  1189. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.tr.json +30 -0
  1190. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.uk.json +30 -0
  1191. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.vi.json +30 -0
  1192. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-CN.json +30 -0
  1193. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-HK.json +30 -0
  1194. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-keyboard-shortcuts/messages.zh-TW.json +30 -0
  1195. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ar.json +103 -0
  1196. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bg.json +103 -0
  1197. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.bs.json +103 -0
  1198. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ca.json +103 -0
  1199. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.cs.json +103 -0
  1200. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.da.json +103 -0
  1201. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.de.json +103 -0
  1202. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.el.json +103 -0
  1203. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.en.json +103 -0
  1204. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.es.json +103 -0
  1205. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.et.json +103 -0
  1206. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fi.json +103 -0
  1207. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.fr.json +103 -0
  1208. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.he.json +103 -0
  1209. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hr.json +103 -0
  1210. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.hu.json +103 -0
  1211. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.id.json +103 -0
  1212. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.it.json +103 -0
  1213. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ja.json +103 -0
  1214. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ko.json +103 -0
  1215. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lt.json +103 -0
  1216. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.lv.json +103 -0
  1217. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.nl.json +103 -0
  1218. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.no.json +103 -0
  1219. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pl.json +103 -0
  1220. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-BR.json +103 -0
  1221. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.pt-PT.json +103 -0
  1222. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ro.json +103 -0
  1223. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.ru.json +103 -0
  1224. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sk.json +103 -0
  1225. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sl.json +103 -0
  1226. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sr.json +103 -0
  1227. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.sv.json +103 -0
  1228. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.th.json +103 -0
  1229. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.tr.json +103 -0
  1230. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.uk.json +103 -0
  1231. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.vi.json +103 -0
  1232. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-CN.json +103 -0
  1233. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-HK.json +103 -0
  1234. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-language-translator/messages.zh-TW.json +103 -0
  1235. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ar.json +7 -0
  1236. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bg.json +7 -0
  1237. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.bs.json +7 -0
  1238. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ca.json +7 -0
  1239. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.cs.json +7 -0
  1240. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.da.json +7 -0
  1241. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.de.json +7 -0
  1242. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.el.json +7 -0
  1243. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.en.json +7 -0
  1244. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.es.json +7 -0
  1245. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.et.json +7 -0
  1246. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fi.json +7 -0
  1247. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.fr.json +7 -0
  1248. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.he.json +7 -0
  1249. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hr.json +7 -0
  1250. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.hu.json +7 -0
  1251. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.id.json +7 -0
  1252. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.it.json +7 -0
  1253. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ja.json +7 -0
  1254. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ko.json +7 -0
  1255. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lt.json +7 -0
  1256. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.lv.json +7 -0
  1257. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.nl.json +7 -0
  1258. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.no.json +7 -0
  1259. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pl.json +7 -0
  1260. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-BR.json +7 -0
  1261. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.pt-PT.json +7 -0
  1262. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ro.json +7 -0
  1263. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.ru.json +7 -0
  1264. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sk.json +7 -0
  1265. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sl.json +7 -0
  1266. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sr.json +7 -0
  1267. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.sv.json +7 -0
  1268. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.th.json +7 -0
  1269. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.tr.json +7 -0
  1270. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.uk.json +7 -0
  1271. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.vi.json +7 -0
  1272. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-CN.json +7 -0
  1273. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-HK.json +7 -0
  1274. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-measurement/messages.zh-TW.json +7 -0
  1275. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ar.json +7 -0
  1276. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bg.json +7 -0
  1277. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.bs.json +7 -0
  1278. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ca.json +7 -0
  1279. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.cs.json +7 -0
  1280. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.da.json +7 -0
  1281. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.de.json +7 -0
  1282. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.el.json +7 -0
  1283. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.en.json +7 -0
  1284. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.es.json +7 -0
  1285. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.et.json +7 -0
  1286. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fi.json +7 -0
  1287. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.fr.json +7 -0
  1288. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.he.json +7 -0
  1289. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hr.json +7 -0
  1290. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.hu.json +7 -0
  1291. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.id.json +7 -0
  1292. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.it.json +7 -0
  1293. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ja.json +7 -0
  1294. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ko.json +7 -0
  1295. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lt.json +7 -0
  1296. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.lv.json +7 -0
  1297. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.nl.json +7 -0
  1298. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.no.json +7 -0
  1299. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pl.json +7 -0
  1300. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-BR.json +7 -0
  1301. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.pt-PT.json +7 -0
  1302. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ro.json +7 -0
  1303. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.ru.json +7 -0
  1304. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sk.json +7 -0
  1305. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sl.json +7 -0
  1306. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sr.json +7 -0
  1307. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.sv.json +7 -0
  1308. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.th.json +7 -0
  1309. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.tr.json +7 -0
  1310. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.uk.json +7 -0
  1311. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.vi.json +7 -0
  1312. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-CN.json +7 -0
  1313. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-HK.json +7 -0
  1314. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-popover/messages.zh-TW.json +7 -0
  1315. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ar.json +7 -0
  1316. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bg.json +7 -0
  1317. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.bs.json +7 -0
  1318. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ca.json +7 -0
  1319. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.cs.json +7 -0
  1320. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.da.json +7 -0
  1321. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.de.json +7 -0
  1322. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.el.json +7 -0
  1323. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.en.json +7 -0
  1324. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.es.json +7 -0
  1325. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.et.json +7 -0
  1326. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fi.json +7 -0
  1327. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.fr.json +7 -0
  1328. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.he.json +7 -0
  1329. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hr.json +7 -0
  1330. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.hu.json +7 -0
  1331. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.id.json +7 -0
  1332. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.it.json +7 -0
  1333. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ja.json +7 -0
  1334. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ko.json +7 -0
  1335. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lt.json +7 -0
  1336. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.lv.json +7 -0
  1337. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.nl.json +7 -0
  1338. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.no.json +7 -0
  1339. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pl.json +7 -0
  1340. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-BR.json +7 -0
  1341. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.pt-PT.json +7 -0
  1342. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ro.json +7 -0
  1343. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.ru.json +7 -0
  1344. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sk.json +7 -0
  1345. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sl.json +7 -0
  1346. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sr.json +7 -0
  1347. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.sv.json +7 -0
  1348. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.th.json +7 -0
  1349. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.tr.json +7 -0
  1350. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.uk.json +7 -0
  1351. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.vi.json +7 -0
  1352. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-CN.json +7 -0
  1353. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-HK.json +7 -0
  1354. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-scoreboard/messages.zh-TW.json +7 -0
  1355. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ar.json +5 -0
  1356. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bg.json +5 -0
  1357. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.bs.json +5 -0
  1358. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ca.json +5 -0
  1359. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.cs.json +5 -0
  1360. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.da.json +5 -0
  1361. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.de.json +5 -0
  1362. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.el.json +5 -0
  1363. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.en.json +5 -0
  1364. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.es.json +5 -0
  1365. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.et.json +5 -0
  1366. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fi.json +5 -0
  1367. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.fr.json +5 -0
  1368. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.he.json +5 -0
  1369. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hr.json +5 -0
  1370. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.hu.json +5 -0
  1371. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.id.json +5 -0
  1372. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.it.json +5 -0
  1373. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ja.json +5 -0
  1374. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ko.json +5 -0
  1375. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lt.json +5 -0
  1376. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.lv.json +5 -0
  1377. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.nl.json +5 -0
  1378. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.no.json +5 -0
  1379. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pl.json +5 -0
  1380. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-BR.json +5 -0
  1381. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.pt-PT.json +5 -0
  1382. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ro.json +5 -0
  1383. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.ru.json +5 -0
  1384. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sk.json +5 -0
  1385. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sl.json +5 -0
  1386. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sr.json +5 -0
  1387. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.sv.json +5 -0
  1388. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.th.json +5 -0
  1389. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.tr.json +5 -0
  1390. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.uk.json +5 -0
  1391. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.vi.json +5 -0
  1392. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-CN.json +5 -0
  1393. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-HK.json +5 -0
  1394. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sign-in/messages.zh-TW.json +5 -0
  1395. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ar.json +33 -0
  1396. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bg.json +33 -0
  1397. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.bs.json +33 -0
  1398. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ca.json +33 -0
  1399. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.cs.json +33 -0
  1400. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.da.json +33 -0
  1401. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.de.json +33 -0
  1402. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.el.json +33 -0
  1403. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.en.json +33 -0
  1404. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.es.json +33 -0
  1405. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.et.json +33 -0
  1406. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fi.json +33 -0
  1407. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.fr.json +33 -0
  1408. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.he.json +33 -0
  1409. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hr.json +33 -0
  1410. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.hu.json +33 -0
  1411. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.id.json +33 -0
  1412. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.it.json +33 -0
  1413. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ja.json +33 -0
  1414. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ko.json +33 -0
  1415. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lt.json +33 -0
  1416. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.lv.json +33 -0
  1417. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.nl.json +33 -0
  1418. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.no.json +33 -0
  1419. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pl.json +33 -0
  1420. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-BR.json +33 -0
  1421. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.pt-PT.json +33 -0
  1422. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ro.json +33 -0
  1423. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.ru.json +33 -0
  1424. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sk.json +33 -0
  1425. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sl.json +33 -0
  1426. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sr.json +33 -0
  1427. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.sv.json +33 -0
  1428. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.th.json +33 -0
  1429. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.tr.json +33 -0
  1430. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.uk.json +33 -0
  1431. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.vi.json +33 -0
  1432. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-CN.json +33 -0
  1433. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-HK.json +33 -0
  1434. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-sketch/messages.zh-TW.json +33 -0
  1435. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ar.json +42 -0
  1436. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bg.json +42 -0
  1437. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.bs.json +42 -0
  1438. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ca.json +42 -0
  1439. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.cs.json +42 -0
  1440. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.da.json +42 -0
  1441. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.de.json +42 -0
  1442. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.el.json +42 -0
  1443. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.en.json +42 -0
  1444. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.es.json +42 -0
  1445. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.et.json +42 -0
  1446. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fi.json +42 -0
  1447. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.fr.json +42 -0
  1448. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.he.json +42 -0
  1449. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hr.json +42 -0
  1450. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.hu.json +42 -0
  1451. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.id.json +42 -0
  1452. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.it.json +42 -0
  1453. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ja.json +42 -0
  1454. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ko.json +42 -0
  1455. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lt.json +42 -0
  1456. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.lv.json +42 -0
  1457. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.nl.json +42 -0
  1458. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.no.json +42 -0
  1459. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pl.json +42 -0
  1460. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-BR.json +42 -0
  1461. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.pt-PT.json +42 -0
  1462. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ro.json +42 -0
  1463. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.ru.json +42 -0
  1464. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sk.json +42 -0
  1465. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sl.json +42 -0
  1466. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sr.json +42 -0
  1467. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.sv.json +42 -0
  1468. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.th.json +42 -0
  1469. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.tr.json +42 -0
  1470. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.uk.json +42 -0
  1471. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.vi.json +42 -0
  1472. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-CN.json +42 -0
  1473. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-HK.json +42 -0
  1474. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-social-share/messages.zh-TW.json +42 -0
  1475. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ar.json +3 -0
  1476. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bg.json +3 -0
  1477. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.bs.json +3 -0
  1478. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ca.json +3 -0
  1479. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.cs.json +3 -0
  1480. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.da.json +3 -0
  1481. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.de.json +3 -0
  1482. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.el.json +3 -0
  1483. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.en.json +3 -0
  1484. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.es.json +3 -0
  1485. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.et.json +3 -0
  1486. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fi.json +3 -0
  1487. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.fr.json +3 -0
  1488. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.he.json +3 -0
  1489. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hr.json +3 -0
  1490. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.hu.json +3 -0
  1491. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.id.json +3 -0
  1492. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.it.json +3 -0
  1493. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ja.json +3 -0
  1494. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ko.json +3 -0
  1495. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lt.json +3 -0
  1496. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.lv.json +3 -0
  1497. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.nl.json +3 -0
  1498. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.no.json +3 -0
  1499. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pl.json +3 -0
  1500. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-BR.json +3 -0
  1501. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.pt-PT.json +3 -0
  1502. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ro.json +3 -0
  1503. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.ru.json +3 -0
  1504. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sk.json +3 -0
  1505. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sl.json +3 -0
  1506. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sr.json +3 -0
  1507. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.sv.json +3 -0
  1508. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.th.json +3 -0
  1509. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.tr.json +3 -0
  1510. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.uk.json +3 -0
  1511. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.vi.json +3 -0
  1512. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-CN.json +3 -0
  1513. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-HK.json +3 -0
  1514. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-splash/messages.zh-TW.json +3 -0
  1515. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ar.json +4 -0
  1516. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bg.json +4 -0
  1517. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.bs.json +4 -0
  1518. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ca.json +4 -0
  1519. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.cs.json +4 -0
  1520. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.da.json +4 -0
  1521. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.de.json +4 -0
  1522. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.el.json +4 -0
  1523. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.en.json +4 -0
  1524. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.es.json +4 -0
  1525. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.et.json +4 -0
  1526. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fi.json +4 -0
  1527. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.fr.json +4 -0
  1528. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.he.json +4 -0
  1529. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hr.json +4 -0
  1530. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.hu.json +4 -0
  1531. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.id.json +4 -0
  1532. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.it.json +4 -0
  1533. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ja.json +4 -0
  1534. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ko.json +4 -0
  1535. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lt.json +4 -0
  1536. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.lv.json +4 -0
  1537. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.nl.json +4 -0
  1538. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.no.json +4 -0
  1539. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pl.json +4 -0
  1540. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-BR.json +4 -0
  1541. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.pt-PT.json +4 -0
  1542. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ro.json +4 -0
  1543. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.ru.json +4 -0
  1544. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sk.json +4 -0
  1545. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sl.json +4 -0
  1546. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sr.json +4 -0
  1547. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.sv.json +4 -0
  1548. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.th.json +4 -0
  1549. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.tr.json +4 -0
  1550. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.uk.json +4 -0
  1551. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.vi.json +4 -0
  1552. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-CN.json +4 -0
  1553. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-HK.json +4 -0
  1554. package/dist/solutions-components/vendor/instant-apps-components/assets/t9n/instant-apps-time-filter/messages.zh-TW.json +4 -0
  1555. package/dist/solutions-components/vendor/instant-apps-components/index.esm.js +2 -0
  1556. package/dist/solutions-components/vendor/instant-apps-components/index.esm.js.map +1 -0
  1557. package/dist/solutions-components/vendor/instant-apps-components/instant-apps-components.esm.js +2 -0
  1558. package/dist/solutions-components/vendor/instant-apps-components/instant-apps-components.esm.js.map +1 -0
  1559. package/dist/solutions-components/vendor/instant-apps-components/p-0b1b0a5a.entry.js +2 -0
  1560. package/dist/solutions-components/vendor/instant-apps-components/p-0b1b0a5a.entry.js.map +1 -0
  1561. package/dist/solutions-components/vendor/instant-apps-components/p-1c4428aa.js +2 -0
  1562. package/dist/solutions-components/vendor/instant-apps-components/p-1c4428aa.js.map +1 -0
  1563. package/dist/solutions-components/vendor/instant-apps-components/p-3ce7e35f.entry.js +2 -0
  1564. package/dist/solutions-components/vendor/instant-apps-components/p-3ce7e35f.entry.js.map +1 -0
  1565. package/dist/solutions-components/vendor/instant-apps-components/p-3e5898bb.entry.js +2 -0
  1566. package/dist/solutions-components/vendor/instant-apps-components/p-3e5898bb.entry.js.map +1 -0
  1567. package/dist/solutions-components/vendor/instant-apps-components/p-491aed47.entry.js +2 -0
  1568. package/dist/solutions-components/vendor/instant-apps-components/p-491aed47.entry.js.map +1 -0
  1569. package/dist/solutions-components/vendor/instant-apps-components/p-4ad06857.entry.js +2 -0
  1570. package/dist/solutions-components/vendor/instant-apps-components/p-4ad06857.entry.js.map +1 -0
  1571. package/dist/solutions-components/vendor/instant-apps-components/p-51f2e0b2.js +2 -0
  1572. package/dist/solutions-components/vendor/instant-apps-components/p-51f2e0b2.js.map +1 -0
  1573. package/dist/solutions-components/vendor/instant-apps-components/p-525c0e1c.entry.js +2 -0
  1574. package/dist/solutions-components/vendor/instant-apps-components/p-525c0e1c.entry.js.map +1 -0
  1575. package/dist/solutions-components/vendor/instant-apps-components/p-5978fda4.js +2 -0
  1576. package/dist/solutions-components/vendor/instant-apps-components/p-5978fda4.js.map +1 -0
  1577. package/dist/solutions-components/vendor/instant-apps-components/p-5f6af6b4.entry.js +2 -0
  1578. package/dist/solutions-components/vendor/instant-apps-components/p-5f6af6b4.entry.js.map +1 -0
  1579. package/dist/solutions-components/vendor/instant-apps-components/p-6517b6d4.js +3 -0
  1580. package/dist/solutions-components/vendor/instant-apps-components/p-6517b6d4.js.map +1 -0
  1581. package/dist/solutions-components/vendor/instant-apps-components/p-6c1383dc.entry.js +2 -0
  1582. package/dist/solutions-components/vendor/instant-apps-components/p-6c1383dc.entry.js.map +1 -0
  1583. package/dist/solutions-components/vendor/instant-apps-components/p-6e858759.entry.js +2 -0
  1584. package/dist/solutions-components/vendor/instant-apps-components/p-6e858759.entry.js.map +1 -0
  1585. package/dist/solutions-components/vendor/instant-apps-components/p-8ca58973.js +2 -0
  1586. package/dist/solutions-components/vendor/instant-apps-components/p-8ca58973.js.map +1 -0
  1587. package/dist/solutions-components/vendor/instant-apps-components/p-8d4d0b96.entry.js +26 -0
  1588. package/dist/solutions-components/vendor/instant-apps-components/p-8d4d0b96.entry.js.map +1 -0
  1589. package/dist/solutions-components/vendor/instant-apps-components/p-946ed90b.entry.js +2 -0
  1590. package/dist/solutions-components/vendor/instant-apps-components/p-946ed90b.entry.js.map +1 -0
  1591. package/dist/solutions-components/vendor/instant-apps-components/p-9f85433e.entry.js +2 -0
  1592. package/dist/solutions-components/vendor/instant-apps-components/p-9f85433e.entry.js.map +1 -0
  1593. package/dist/solutions-components/vendor/instant-apps-components/p-a1e8ffff.js +2 -0
  1594. package/dist/solutions-components/vendor/instant-apps-components/p-a1e8ffff.js.map +1 -0
  1595. package/dist/solutions-components/vendor/instant-apps-components/p-a271203d.entry.js +2 -0
  1596. package/dist/solutions-components/vendor/instant-apps-components/p-a271203d.entry.js.map +1 -0
  1597. package/dist/solutions-components/vendor/instant-apps-components/p-a72c317d.entry.js +2 -0
  1598. package/dist/solutions-components/vendor/instant-apps-components/p-a72c317d.entry.js.map +1 -0
  1599. package/dist/solutions-components/vendor/instant-apps-components/p-ab4ac65e.entry.js +2 -0
  1600. package/dist/solutions-components/vendor/instant-apps-components/p-ab4ac65e.entry.js.map +1 -0
  1601. package/dist/solutions-components/vendor/instant-apps-components/p-ac95a4be.entry.js +2 -0
  1602. package/dist/solutions-components/vendor/instant-apps-components/p-ac95a4be.entry.js.map +1 -0
  1603. package/dist/solutions-components/vendor/instant-apps-components/p-ad99e197.js +2 -0
  1604. package/dist/solutions-components/vendor/instant-apps-components/p-ad99e197.js.map +1 -0
  1605. package/dist/solutions-components/vendor/instant-apps-components/p-b291a1e6.js +2 -0
  1606. package/dist/solutions-components/vendor/instant-apps-components/p-b291a1e6.js.map +1 -0
  1607. package/dist/solutions-components/vendor/instant-apps-components/p-b355f972.entry.js +2 -0
  1608. package/dist/solutions-components/vendor/instant-apps-components/p-b355f972.entry.js.map +1 -0
  1609. package/dist/solutions-components/vendor/instant-apps-components/p-b9eed273.entry.js +2 -0
  1610. package/dist/solutions-components/vendor/instant-apps-components/p-b9eed273.entry.js.map +1 -0
  1611. package/dist/solutions-components/vendor/instant-apps-components/p-c5932580.js +2 -0
  1612. package/dist/solutions-components/vendor/instant-apps-components/p-c5932580.js.map +1 -0
  1613. package/dist/solutions-components/vendor/instant-apps-components/p-c77b3b1b.js +2 -0
  1614. package/dist/solutions-components/vendor/instant-apps-components/p-c77b3b1b.js.map +1 -0
  1615. package/dist/solutions-components/vendor/instant-apps-components/p-cd7eea90.entry.js +2 -0
  1616. package/dist/solutions-components/vendor/instant-apps-components/p-cd7eea90.entry.js.map +1 -0
  1617. package/dist/solutions-components/vendor/instant-apps-components/p-cfc94a85.entry.js +2 -0
  1618. package/dist/solutions-components/vendor/instant-apps-components/p-cfc94a85.entry.js.map +1 -0
  1619. package/dist/solutions-components/vendor/instant-apps-components/p-cfd61911.entry.js +2 -0
  1620. package/dist/solutions-components/vendor/instant-apps-components/p-cfd61911.entry.js.map +1 -0
  1621. package/dist/solutions-components/vendor/instant-apps-components/p-e1255160.js +2 -0
  1622. package/dist/solutions-components/vendor/instant-apps-components/p-e1255160.js.map +1 -0
  1623. package/dist/solutions-components/vendor/instant-apps-components/p-ef8e7a97.entry.js +2 -0
  1624. package/dist/solutions-components/vendor/instant-apps-components/p-ef8e7a97.entry.js.map +1 -0
  1625. package/dist/solutions-components/vendor/instant-apps-components/p-eff6e0b8.js +2 -0
  1626. package/dist/solutions-components/vendor/instant-apps-components/p-eff6e0b8.js.map +1 -0
  1627. package/dist/solutions-components/vendor/instant-apps-components/p-f146c213.js +2 -0
  1628. package/dist/solutions-components/vendor/instant-apps-components/p-f146c213.js.map +1 -0
  1629. package/dist/solutions-components/vendor/instant-apps-components/p-f87a0961.entry.js +2 -0
  1630. package/dist/solutions-components/vendor/instant-apps-components/p-f87a0961.entry.js.map +1 -0
  1631. package/dist/solutions-components/vendor/instant-apps-components/p-fa2be703.entry.js +2 -0
  1632. package/dist/solutions-components/vendor/instant-apps-components/p-fa2be703.entry.js.map +1 -0
  1633. package/dist/solutions-components/vendor/instant-apps-components/p-fcbd42f5.entry.js +2 -0
  1634. package/dist/solutions-components/vendor/instant-apps-components/p-fcbd42f5.entry.js.map +1 -0
  1635. package/dist/solutions-components/vendor/instant-apps-components/p-fedaae5b.entry.js +2 -0
  1636. package/dist/solutions-components/vendor/instant-apps-components/p-fedaae5b.entry.js.map +1 -0
  1637. package/dist/solutions-components_commit.txt +6 -6
  1638. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +7 -1
  1639. package/dist/types/components/layer-table/layer-table.d.ts +1 -2
  1640. package/dist/types/components/map-card/map-card.d.ts +0 -1
  1641. package/dist/types/preact.d.ts +0 -102
  1642. package/dist/types/stencil-public-runtime.d.ts +0 -6
  1643. package/dist/types/utils/downloadUtils.d.ts +1 -1
  1644. package/package.json +8 -7
  1645. package/dist/cjs/breakpoints-7d21666f.js +0 -17
  1646. package/dist/cjs/downloadUtils-da9e19c6.js +0 -3223
  1647. package/dist/cjs/effects-3607d1ba.js +0 -83
  1648. package/dist/cjs/esri-loader-08dc41bd.js +0 -305
  1649. package/dist/cjs/helpers-8d452256.js +0 -867
  1650. package/dist/cjs/index-5d8d6ae2.js +0 -2157
  1651. package/dist/cjs/index-af14245a.js +0 -1828
  1652. package/dist/cjs/index-ffd12cb0.js +0 -201
  1653. package/dist/cjs/instant-apps-app-guide.cjs.entry.js +0 -121
  1654. package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +0 -590
  1655. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +0 -98
  1656. package/dist/cjs/instant-apps-create.cjs.entry.js +0 -269
  1657. package/dist/cjs/instant-apps-export-views.cjs.entry.js +0 -727
  1658. package/dist/cjs/instant-apps-export.cjs.entry.js +0 -1952
  1659. package/dist/cjs/instant-apps-filter-list_2.cjs.entry.js +0 -1601
  1660. package/dist/cjs/instant-apps-header.cjs.entry.js +0 -130
  1661. package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +0 -1625
  1662. package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +0 -149
  1663. package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +0 -58
  1664. package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +0 -826
  1665. package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +0 -123
  1666. package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +0 -144
  1667. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +0 -159
  1668. package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +0 -994
  1669. package/dist/cjs/instant-apps-language-translator.cjs.entry.js +0 -1118
  1670. package/dist/cjs/instant-apps-measurement-tool.cjs.entry.js +0 -140
  1671. package/dist/cjs/instant-apps-measurement.cjs.entry.js +0 -71
  1672. package/dist/cjs/instant-apps-popover.cjs.entry.js +0 -79
  1673. package/dist/cjs/instant-apps-popovers.cjs.entry.js +0 -93
  1674. package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +0 -479
  1675. package/dist/cjs/instant-apps-sign-in.cjs.entry.js +0 -160
  1676. package/dist/cjs/instant-apps-splash.cjs.entry.js +0 -142
  1677. package/dist/cjs/instant-apps-time-filter.cjs.entry.js +0 -381
  1678. package/dist/cjs/languageSwitcher-19a22439.js +0 -52
  1679. package/dist/cjs/languageUtil-a3e1eafd.js +0 -69
  1680. package/dist/cjs/loadModules-e9d8977c.js +0 -23
  1681. package/dist/cjs/locale-1c60be9c.js +0 -160
  1682. package/dist/cjs/locale-da41a06f.js +0 -943
  1683. package/dist/cjs/mode-3478ba36.js +0 -19
  1684. package/dist/cjs/popupUtils-69ad52f5.js +0 -121
  1685. package/dist/cjs/publicNotificationStore-beb782de.js +0 -47
  1686. package/dist/cjs/solution-store-3cf25b71.js +0 -1105
  1687. package/dist/cjs/styles-ef2b1e04.js +0 -13
  1688. package/dist/cjs/utils-3e512114.js +0 -153
  1689. package/dist/collection/utils/makeExternal.js +0 -58
  1690. package/dist/collection/utils/makeExternal.ts +0 -55
  1691. package/dist/components/breakpoints.js +0 -15
  1692. package/dist/components/effects.js +0 -81
  1693. package/dist/components/esri-loader.js +0 -303
  1694. package/dist/components/helpers.js +0 -837
  1695. package/dist/components/index3.js +0 -199
  1696. package/dist/components/instant-apps-app-guide.js +0 -140
  1697. package/dist/components/instant-apps-ckeditor-wrapper.js +0 -11
  1698. package/dist/components/instant-apps-ckeditor-wrapper2.js +0 -143
  1699. package/dist/components/instant-apps-control-panel.js +0 -114
  1700. package/dist/components/instant-apps-create.js +0 -295
  1701. package/dist/components/instant-apps-export-views.js +0 -763
  1702. package/dist/components/instant-apps-export.js +0 -2003
  1703. package/dist/components/instant-apps-filter-list.js +0 -11
  1704. package/dist/components/instant-apps-filter-list2.js +0 -1135
  1705. package/dist/components/instant-apps-header.js +0 -11
  1706. package/dist/components/instant-apps-header2.js +0 -162
  1707. package/dist/components/instant-apps-interactive-legend-classic.js +0 -11
  1708. package/dist/components/instant-apps-interactive-legend-classic2.js +0 -1686
  1709. package/dist/components/instant-apps-interactive-legend-count.js +0 -11
  1710. package/dist/components/instant-apps-interactive-legend-count2.js +0 -125
  1711. package/dist/components/instant-apps-interactive-legend-group-legend-element-caption.js +0 -80
  1712. package/dist/components/instant-apps-interactive-legend-group-legend-element.js +0 -11
  1713. package/dist/components/instant-apps-interactive-legend-group-legend-element2.js +0 -82
  1714. package/dist/components/instant-apps-interactive-legend-layer-element-caption.js +0 -11
  1715. package/dist/components/instant-apps-interactive-legend-layer-element-caption2.js +0 -78
  1716. package/dist/components/instant-apps-interactive-legend-layer-element.js +0 -11
  1717. package/dist/components/instant-apps-interactive-legend-layer-element2.js +0 -83
  1718. package/dist/components/instant-apps-interactive-legend-legend-element-caption.js +0 -11
  1719. package/dist/components/instant-apps-interactive-legend-legend-element-caption2.js +0 -163
  1720. package/dist/components/instant-apps-interactive-legend-legend-element.js +0 -11
  1721. package/dist/components/instant-apps-interactive-legend-legend-element2.js +0 -93
  1722. package/dist/components/instant-apps-interactive-legend-relationship.js +0 -11
  1723. package/dist/components/instant-apps-interactive-legend-relationship2.js +0 -581
  1724. package/dist/components/instant-apps-interactive-legend.js +0 -197
  1725. package/dist/components/instant-apps-keyboard-shortcuts.js +0 -158
  1726. package/dist/components/instant-apps-landing-page.js +0 -199
  1727. package/dist/components/instant-apps-language-switcher.js +0 -1039
  1728. package/dist/components/instant-apps-language-translator-item.js +0 -11
  1729. package/dist/components/instant-apps-language-translator-item2.js +0 -404
  1730. package/dist/components/instant-apps-language-translator-search.js +0 -11
  1731. package/dist/components/instant-apps-language-translator-search2.js +0 -114
  1732. package/dist/components/instant-apps-language-translator.js +0 -11
  1733. package/dist/components/instant-apps-language-translator2.js +0 -1200
  1734. package/dist/components/instant-apps-measurement-tool.js +0 -11
  1735. package/dist/components/instant-apps-measurement-tool2.js +0 -155
  1736. package/dist/components/instant-apps-measurement.js +0 -95
  1737. package/dist/components/instant-apps-popover.js +0 -106
  1738. package/dist/components/instant-apps-popovers.js +0 -116
  1739. package/dist/components/instant-apps-scoreboard.js +0 -511
  1740. package/dist/components/instant-apps-sign-in.js +0 -11
  1741. package/dist/components/instant-apps-sign-in2.js +0 -188
  1742. package/dist/components/instant-apps-social-share.js +0 -11
  1743. package/dist/components/instant-apps-social-share2.js +0 -560
  1744. package/dist/components/instant-apps-splash.js +0 -168
  1745. package/dist/components/instant-apps-time-filter.js +0 -404
  1746. package/dist/components/languageUtil.js +0 -66
  1747. package/dist/components/loadModules2.js +0 -21
  1748. package/dist/components/locale2.js +0 -938
  1749. package/dist/components/mode.js +0 -17
  1750. package/dist/components/store.js +0 -12
  1751. package/dist/components/styles.js +0 -11
  1752. package/dist/components/utils.js +0 -142
  1753. package/dist/esm/breakpoints-3afa0fd9.js +0 -15
  1754. package/dist/esm/downloadUtils-0b6677dc.js +0 -3217
  1755. package/dist/esm/effects-38bc1195.js +0 -81
  1756. package/dist/esm/esri-loader-c6842c6b.js +0 -303
  1757. package/dist/esm/helpers-15d5cd56.js +0 -841
  1758. package/dist/esm/index-c247b62b.js +0 -199
  1759. package/dist/esm/index-d88c3eb6.js +0 -2155
  1760. package/dist/esm/index-df5db8e9.js +0 -1795
  1761. package/dist/esm/instant-apps-app-guide.entry.js +0 -117
  1762. package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +0 -584
  1763. package/dist/esm/instant-apps-control-panel.entry.js +0 -94
  1764. package/dist/esm/instant-apps-create.entry.js +0 -265
  1765. package/dist/esm/instant-apps-export-views.entry.js +0 -723
  1766. package/dist/esm/instant-apps-export.entry.js +0 -1948
  1767. package/dist/esm/instant-apps-filter-list_2.entry.js +0 -1596
  1768. package/dist/esm/instant-apps-header.entry.js +0 -126
  1769. package/dist/esm/instant-apps-interactive-legend-classic.entry.js +0 -1621
  1770. package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +0 -144
  1771. package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +0 -54
  1772. package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +0 -818
  1773. package/dist/esm/instant-apps-interactive-legend.entry.js +0 -119
  1774. package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +0 -140
  1775. package/dist/esm/instant-apps-landing-page.entry.js +0 -155
  1776. package/dist/esm/instant-apps-language-switcher.entry.js +0 -990
  1777. package/dist/esm/instant-apps-language-translator.entry.js +0 -1114
  1778. package/dist/esm/instant-apps-measurement-tool.entry.js +0 -136
  1779. package/dist/esm/instant-apps-measurement.entry.js +0 -67
  1780. package/dist/esm/instant-apps-popover.entry.js +0 -75
  1781. package/dist/esm/instant-apps-popovers.entry.js +0 -89
  1782. package/dist/esm/instant-apps-scoreboard.entry.js +0 -475
  1783. package/dist/esm/instant-apps-sign-in.entry.js +0 -156
  1784. package/dist/esm/instant-apps-splash.entry.js +0 -138
  1785. package/dist/esm/instant-apps-time-filter.entry.js +0 -377
  1786. package/dist/esm/languageSwitcher-49bad3f4.js +0 -49
  1787. package/dist/esm/languageUtil-2b6e191a.js +0 -66
  1788. package/dist/esm/loadModules-947ccfd4.js +0 -21
  1789. package/dist/esm/locale-7874c756.js +0 -155
  1790. package/dist/esm/locale-e02b0e14.js +0 -938
  1791. package/dist/esm/mode-8c5f5dc9.js +0 -17
  1792. package/dist/esm/popupUtils-9233302d.js +0 -119
  1793. package/dist/esm/publicNotificationStore-9ec5e22a.js +0 -45
  1794. package/dist/esm/solution-store-4c39c654.js +0 -1103
  1795. package/dist/esm/styles-b3492d9f.js +0 -11
  1796. package/dist/esm/utils-6fe5b5fa.js +0 -142
  1797. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-app-guide/instant-apps-app-guide.css +0 -70
  1798. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +0 -3
  1799. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-create/instant-apps-create.css +0 -150
  1800. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +0 -96
  1801. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export-views/instant-apps-export-views.css +0 -92
  1802. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +0 -108
  1803. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +0 -180
  1804. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +0 -138
  1805. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +0 -27
  1806. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +0 -10
  1807. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +0 -65
  1808. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +0 -17
  1809. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +0 -68
  1810. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +0 -10
  1811. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +0 -81
  1812. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +0 -15
  1813. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +0 -12
  1814. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +0 -33
  1815. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +0 -253
  1816. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +0 -13
  1817. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +0 -3
  1818. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +0 -90
  1819. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +0 -34
  1820. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +0 -102
  1821. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +0 -6
  1822. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +0 -6
  1823. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +0 -58
  1824. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +0 -3
  1825. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +0 -200
  1826. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-sign-in/instant-apps-sign-in.css +0 -118
  1827. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +0 -286
  1828. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +0 -20
  1829. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-time-filter/instant-apps-time-filter.css +0 -42
  1830. package/dist/solutions-components/p-04674a1e.js +0 -6
  1831. package/dist/solutions-components/p-08ad0b7a.js +0 -6
  1832. package/dist/solutions-components/p-0a24ad5f.js +0 -6
  1833. package/dist/solutions-components/p-0efb117f.entry.js +0 -6
  1834. package/dist/solutions-components/p-174fa218.js +0 -6
  1835. package/dist/solutions-components/p-1e1dfef6.js +0 -6
  1836. package/dist/solutions-components/p-281cc2b2.entry.js +0 -6
  1837. package/dist/solutions-components/p-2884ca49.js +0 -6
  1838. package/dist/solutions-components/p-2bc98cb0.js +0 -30
  1839. package/dist/solutions-components/p-38814554.entry.js +0 -6
  1840. package/dist/solutions-components/p-3a7bde22.entry.js +0 -6
  1841. package/dist/solutions-components/p-3ce5c7fd.entry.js +0 -6
  1842. package/dist/solutions-components/p-404cbf48.js +0 -36
  1843. package/dist/solutions-components/p-4084e2d1.js +0 -488
  1844. package/dist/solutions-components/p-41a3b49a.entry.js +0 -6
  1845. package/dist/solutions-components/p-4294c7e6.entry.js +0 -6
  1846. package/dist/solutions-components/p-443168f0.entry.js +0 -6
  1847. package/dist/solutions-components/p-447e7d3f.entry.js +0 -6
  1848. package/dist/solutions-components/p-477dbafa.entry.js +0 -6
  1849. package/dist/solutions-components/p-47f13430.entry.js +0 -6
  1850. package/dist/solutions-components/p-48ff9d90.entry.js +0 -6
  1851. package/dist/solutions-components/p-4ced7b11.entry.js +0 -6
  1852. package/dist/solutions-components/p-4d5dd39e.entry.js +0 -6
  1853. package/dist/solutions-components/p-4e7514a3.entry.js +0 -6
  1854. package/dist/solutions-components/p-4f7fb338.entry.js +0 -6
  1855. package/dist/solutions-components/p-505a2880.entry.js +0 -6
  1856. package/dist/solutions-components/p-552fb1c0.entry.js +0 -6
  1857. package/dist/solutions-components/p-5786b9da.entry.js +0 -6
  1858. package/dist/solutions-components/p-64a6162f.entry.js +0 -6
  1859. package/dist/solutions-components/p-65105504.entry.js +0 -6
  1860. package/dist/solutions-components/p-70fbbe26.entry.js +0 -11
  1861. package/dist/solutions-components/p-7b9f3c85.entry.js +0 -21
  1862. package/dist/solutions-components/p-84bb6925.js +0 -6
  1863. package/dist/solutions-components/p-8717729a.js +0 -6
  1864. package/dist/solutions-components/p-87ae2979.entry.js +0 -6
  1865. package/dist/solutions-components/p-896b6028.entry.js +0 -6
  1866. package/dist/solutions-components/p-89fbc318.js +0 -6
  1867. package/dist/solutions-components/p-8a010f9e.entry.js +0 -6
  1868. package/dist/solutions-components/p-8dd677dd.entry.js +0 -6
  1869. package/dist/solutions-components/p-8ef447cc.entry.js +0 -6
  1870. package/dist/solutions-components/p-922e704c.entry.js +0 -6
  1871. package/dist/solutions-components/p-9777c01f.entry.js +0 -6
  1872. package/dist/solutions-components/p-9927342d.entry.js +0 -6
  1873. package/dist/solutions-components/p-a277d08c.entry.js +0 -6
  1874. package/dist/solutions-components/p-a42ff7fe.js +0 -6
  1875. package/dist/solutions-components/p-a961421c.entry.js +0 -6
  1876. package/dist/solutions-components/p-a9a72626.js +0 -6
  1877. package/dist/solutions-components/p-aad84d69.entry.js +0 -6
  1878. package/dist/solutions-components/p-ac122d9e.js +0 -6
  1879. package/dist/solutions-components/p-b394f504.entry.js +0 -6
  1880. package/dist/solutions-components/p-ba4e219a.entry.js +0 -6
  1881. package/dist/solutions-components/p-c6c697e5.entry.js +0 -6
  1882. package/dist/solutions-components/p-d324196d.entry.js +0 -6
  1883. package/dist/solutions-components/p-da1e098c.js +0 -129
  1884. package/dist/solutions-components/p-e086ad1d.entry.js +0 -6
  1885. package/dist/solutions-components/p-e6859850.js +0 -21
  1886. package/dist/solutions-components/p-e806feda.entry.js +0 -6
  1887. package/dist/solutions-components/p-e996c38f.js +0 -7
  1888. package/dist/solutions-components/p-ee8fa795.entry.js +0 -6
  1889. package/dist/solutions-components/p-f165921f.entry.js +0 -6
  1890. package/dist/solutions-components/p-f3003b3a.js +0 -21
  1891. package/dist/solutions-components/p-f75786a8.entry.js +0 -6
  1892. package/dist/solutions-components/p-f956c598.entry.js +0 -6
  1893. package/dist/solutions-components/p-fa663804.entry.js +0 -6
  1894. package/dist/solutions-components/p-fd106abf.entry.js +0 -21
  1895. package/dist/solutions-components/p-ff317687.entry.js +0 -6
  1896. package/dist/solutions-components/utils/makeExternal.ts +0 -55
  1897. package/dist/types/utils/makeExternal.d.ts +0 -24
@@ -0,0 +1,6 @@
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 s,a as e,h as a,H as l}from"./p-934e8935.js";import{b as o,c as n,a as h}from"./p-80cb7c73.js";import{l as c,g as r}from"./p-57be3b9d.js";import{e as d,h as p}from"./p-5693ce7a.js";import{s as g}from"./p-5e7369d1.js";import{c as b,r as m}from"./p-455c19fa.js";import"./p-d4056c1c.js";import"./p-c6e42ad1.js";import"./p-4fe489cf.js";import"./p-4f236b5d.js";import"./p-570b13d9.js";import"./p-0668e30d.js";const f=class{constructor(s){t(this,s),this.searchConfigurationChange=i(this,"searchConfigurationChange",7),this.addresseeLayerIds=[],this.bufferColor=[227,139,79,.8],this.bufferOutlineColor=[255,255,255],this.customLabelEnabled=void 0,this.defaultBufferDistance=void 0,this.defaultBufferUnit=void 0,this.defaultExportTitle="",this.defaultNumLabelsPerPage=6,this.enableLayerFeatures=!0,this.enableLayerFeaturesOnLoad=!1,this.enableSearchDistance=!0,this.enableSearchDistanceOnLoad=!1,this.enableSketchTools=!0,this.featureEffect=void 0,this.featureHighlightEnabled=void 0,this.locale=void 0,this.mapView=void 0,this.noResultText=void 0,this.initialNotice="",this.searchConfiguration=void 0,this.selectionLayerIds=[],this.showRefineSelection=!1,this.showSearchSettings=!0,this.sketchLineSymbol=void 0,this.sketchPointSymbol=void 0,this.sketchPolygonSymbol=void 0,this._exportGraphics=!1,this._addMap=!1,this._addResults=!0,this._addTitle=!1,this._downloadActive=!0,this._exportType=o.PDF,this._fetchingData=!1,this._isMobile=void 0,this._numDuplicates=0,this._pageType=n.LIST,this._saveEnabled=!1,this._selectionSets=[],this._translations=void 0}get el(){return s(this)}_activeSelection;_downloadTools;_geometryEngine;Graphic;_jsonUtils;_onboardingImageUrl="";_popupsEnabled;_removeDuplicates;_searchConfiguration;_selectTools;_mediaQuery;_titleElement;_titleValue=void 0;_numSelected=0;async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async mapViewWatchHandler(t){t?.popup&&(this._popupsEnabled=t?.popupEnabled),this._initSearchConfiguration(this.searchConfiguration)}async watchSearchConfigurationHandler(t,i){const s=JSON.stringify(t);this.mapView&&(s!==JSON.stringify(i)||s&&!this._searchConfiguration)&&(this._searchConfiguration=JSON.parse(s),this.searchConfigurationChange.emit(this._searchConfiguration),this._home())}async sketchLineSymbolWatchHandler(t,i){t&&JSON.stringify(t)!==JSON.stringify(i)&&this._setLineSymbol(t)}async sketchPointSymbolWatchHandler(t,i){t&&JSON.stringify(t)!==JSON.stringify(i)&&this._setPointSymbol(t)}async sketchPolygonSymbolWatchHandler(t,i){t&&JSON.stringify(t)!==JSON.stringify(i)&&this._setPolygonSymbol(t)}async pageTypeWatchHandler(t,i){if(this._checkPopups(),this.mapView?.popup&&(this.mapView.popupEnabled=t===n.LIST&&this._popupsEnabled),t===n.EXPORT&&(this._fetchingData=!0,this._numDuplicates=await this._getNumDuplicates(),this._updateExportGraphics(),this._fetchingData=!1),this._clearHighlight(),i!==n.SELECT&&i!==n.REFINE||await this._clearSelection(),i===n.EXPORT&&this._removeExportGraphics(),t!==n.SELECT)return this._highlightFeatures()}searchConfigurationChange;selectionSetsChanged(t){this._selectionSets=[...t.detail]}connectedCallback(){this._mediaQuery=window.matchMedia("(max-width: 600px)"),this._mediaQuery.addEventListener("change",(t=>this._setIsMobile(t)))}async componentWillLoad(){await this._getTranslations(),await this._initModules(),this._initSymbols(),this._onboardingImageUrl=e("assets/data/images/onboarding.png")}render(){return a(l,{key:"48d98f3f0d6230fdec6227f7ba81250d38204d1c"},a("calcite-shell",{key:"cff88c2774df83a9b8af62910cfa4075ec8d61c0"},a("calcite-action-bar",{key:"eab17f993ae13af3f8bd06f8b0a66542799ea6f7",class:"border-bottom-1 action-bar-size","expand-disabled":!0,layout:"horizontal",slot:this._isMobile?"footer":"header"},this._getActionGroup("list-check",n.LIST,this._translations.myLists),this.showRefineSelection?this._getActionGroup("test-data",n.REFINE,this._translations.refineSelection):null,this._getActionGroup("export",n.EXPORT,this._translations.export)),this._getPage(this._pageType)))}async componentDidLoad(){this._initSearchConfiguration(this.searchConfiguration)}disconnectedCallback(){this._mediaQuery.removeEventListener("change",(t=>this._setIsMobile(t)))}async _initModules(){const[t,i,s]=await c(["esri/geometry/geometryEngine","esri/symbols/support/jsonUtils","esri/Graphic"]);this._geometryEngine=t,this._jsonUtils=i,this.Graphic=s}_initSearchConfiguration(t){this.searchConfiguration&&!this._searchConfiguration&&this.mapView&&(this._searchConfiguration=t,this.searchConfigurationChange.emit(this._searchConfiguration),this._home())}_initSymbols(){this._setLineSymbol(this.sketchLineSymbol),this._setPointSymbol(this.sketchPointSymbol),this._setPolygonSymbol(this.sketchPolygonSymbol)}_setLineSymbol(t){this.sketchLineSymbol="simple-line"===t?.type?t:this._jsonUtils.fromJSON(t||{type:"esriSLS",color:[130,130,130,255],width:2,style:"esriSLSSolid"})}_setPointSymbol(t){this.sketchPointSymbol="simple-marker"===t?.type?t:this._jsonUtils.fromJSON(t||{type:"esriSMS",color:[255,255,255,255],angle:0,xoffset:0,yoffset:0,size:6,style:"esriSMSCircle",outline:{type:"esriSLS",color:[50,50,50,255],width:1,style:"esriSLSSolid"}})}_setPolygonSymbol(t){this.sketchPolygonSymbol="simple-fill"===t?.type?t:this._jsonUtils.fromJSON(t||{type:"esriSFS",color:[150,150,150,51],outline:{type:"esriSLS",color:[50,50,50,255],width:2,style:"esriSLSSolid"},style:"esriSFSSolid"})}_setIsMobile(t){this._isMobile=t.matches}_getActionGroup(t,i,s){return a("calcite-action-group",{class:this.showRefineSelection?"w-1-3":"w-1-2",layout:"horizontal"},a("div",{class:"background-override"},a("calcite-action",{active:this._pageType===i,alignment:"center",class:"width-full height-full",icon:t,id:t,onClick:()=>{this._setPageType(i)},text:""})),a("calcite-tooltip",{label:"",placement:"bottom","reference-element":t},a("span",null,s)))}_setPageType(t){this._pageType=t}_getPage(t){let i;switch(t){case n.LIST:i=this._getListPage();break;case n.SELECT:i=this._getSelectPage();break;case n.EXPORT:i=this._getExportPage();break;case n.REFINE:i=this._getRefinePage()}return i}_getListPage(){const t=this._hasSelections(),i=t?this._translations.listHasSetsTip:""!==this.initialNotice?this.initialNotice:this._translations.selectLayerAndAdd;return a("calcite-panel",null,this._getLabel(this._translations.myLists),this._getNotice(i,"padding-sides-1 padding-bottom-1","word-wrap-anywhere"),t?this._getSelectionSetList():this._getOnboardingImage(),a("div",{class:"display-flex padding-1"},a("calcite-button",{onClick:()=>{this._setPageType(n.SELECT)},width:"full"},a("span",{class:"font-weight-500"},this._translations.add))))}_getOnboardingImage(){return a("div",{class:"display-flex padding-sides-1"},a("img",{class:"img-container",role:"presentation",src:this._onboardingImageUrl}))}_getSelectionSetList(){return a("div",{class:"padding-top-1-2 padding-bottom-1-2"},a("calcite-list",{class:"list-border margin-sides-1",label:""},this._selectionSets.reduce(((t,i,s)=>{const e=this._getSelectionSetIds(i);let l=!0;return i.workflowType===h.REFINE&&(l=Object.keys(i.refineInfos).reduce(((t,s)=>{const e=i.refineInfos[s];return t+(e.addIds.length+e.removeIds.length)}),0)>0),l&&t.push(a("calcite-list-item",{label:i.label,onClick:()=>this._gotoSelection(i,this.mapView)},a("div",{slot:"content"},a("div",{class:"list-label"},i.label),a("div",{class:"list-description"},i?.layerView?.layer.title),a("div",{class:"list-description"},this._translations.selectedFeatures.replace("{{n}}",e.length.toString()))),this._getAction(!0,"pencil","",(t=>this._openSelection(i,t)),!1,"actions-end"),this._getAction(!0,"x","",(t=>this._deleteSelection(s,t)),!1,"actions-end"))),t}),[])))}_getSelectionSetIds(t){return t.workflowType!==h.REFINE?t.selectedIds:Object.keys(t.refineInfos).reduce(((i,s)=>[...i,...t.refineInfos[s].addIds]),[])}_hasSelections(t=!1){let i=[];const s=this._selectionSets.some((t=>{if(t.workflowType===h.REFINE)return i=this._getSelectionSetIds(t),!0}));return t&&s?i.length>0||this._selectionSets.length>1:this._selectionSets.length>0}async _getNumDuplicates(){const t=this._getExportInfos(),i=await b(this.mapView.map,t),s=m(i);return i.length-s.length}_getExportInfos(){return this._selectionSets.reduce(((t,i)=>(i.download&&(i.workflowType!==h.REFINE?this._updateIds(i.layerView.layer.id,i.layerView,i.selectedIds,t):Object.keys(i.refineInfos).forEach((s=>{const e=i.refineInfos[s];e.addIds.length>0&&this._updateIds(s,e.layerView,e.addIds,t)}))),t)),{})}_updateIds(t,i,s,e){return e[t]?e[t].ids=e[t].ids.concat(s):e[t]={layerView:i,ids:s},e}_getSelectPage(){const t=this._translations.selectSearchTip;return a("calcite-panel",null,this._getLabel(this._translations.stepTwoFull,!0),this._getNotice(t,"padding-1","word-wrap-anywhere"),a("div",null,a("map-select-tools",{bufferColor:this.bufferColor,bufferOutlineColor:this.bufferOutlineColor,class:"font-bold",customLabelEnabled:this.customLabelEnabled,defaultBufferDistance:this.defaultBufferDistance,defaultBufferUnit:this.defaultBufferUnit,enableLayerFeatures:this.enableLayerFeatures,enableLayerFeaturesOnLoad:this.enableLayerFeaturesOnLoad,enableSearchDistance:this.enableSearchDistance,enableSearchDistanceOnLoad:this.enableSearchDistanceOnLoad,enableSketchTools:this.enableSketchTools,enabledLayerIds:this.addresseeLayerIds,isUpdate:!!this._activeSelection,locale:this.locale,mapView:this.mapView,noResultText:this.noResultText,onSelectionSetChange:t=>this._updateForSelection(t),ref:t=>{this._selectTools=t},searchConfiguration:this._searchConfiguration,searchDistanceEnabled:this.enableSearchDistanceOnLoad,selectionLayerIds:this.selectionLayerIds,selectionSet:this._activeSelection,sketchLineSymbol:this.sketchLineSymbol,sketchPointSymbol:this.sketchPointSymbol,sketchPolygonSymbol:this.sketchPolygonSymbol,useLayerFeaturesEnabled:this.enableLayerFeaturesOnLoad})),this._getPageNavButtons(this._translations.done,0===this._numSelected,(()=>{this._saveSelection()}),this._translations.cancel,!1,(()=>{this._home()})))}_getExportPage(){const t=this._hasSelections(this.showRefineSelection),i=this._numDuplicates>0?"display-block":"display-none";return a("calcite-panel",null,a("div",null,this._getLabel(this._translations.export,!1),t?a("div",null,this._getNotice(this._translations.exportTip,"padding-sides-1"),this._getLabel(this._translations.exportListsLabel),this._getExportSelectionLists(),a("div",{class:"padding-sides-1 "+i},a("div",{class:"display-flex"},a("calcite-label",{layout:"inline"},a("calcite-checkbox",{ref:t=>{this._removeDuplicates=t}}),a("div",{class:"display-flex"},this._translations.removeDuplicate,a("div",{class:"info-message padding-start-1-2"},a("calcite-input-message",{class:"info-blue margin-top-0",scale:"m"},` ${this._translations.numDuplicates.replace("{{n}}",this._numDuplicates.toString())}`)))),a("calcite-icon",{class:"padding-start-1-2 icon",flipRtl:!("he"===this.locale?.toLowerCase()),icon:"question",id:"remove-duplicates-icon",scale:"s"})),a("calcite-popover",{closable:!0,label:"",overlayPositioning:"fixed",referenceElement:"remove-duplicates-icon"},a("span",{class:"tooltip-message"},this._translations.duplicatesTip))),a("div",{class:"border-bottom"}),a("div",{class:"padding-top-sides-1"},a("calcite-segmented-control",{class:"w-100",onCalciteSegmentedControlChange:t=>this._exportTypeChange(t),width:"full"},a("calcite-segmented-control-item",{checked:this._exportType===o.PDF,class:"w-50 end-border",value:o.PDF},a("span",{class:"font-weight-500"},this._translations.pdf)),a("calcite-segmented-control-item",{checked:this._exportType===o.CSV,class:"w-50",value:o.CSV},a("span",{class:"font-weight-500"},this._translations.csv)))),a("div",{class:"padding-bottom-1"},this._getExportOptions()),a("div",{class:"padding-1 display-flex"},a("calcite-button",{disabled:!this._downloadActive||this._fetchingData||!this._addMap&&!this._addResults,loading:this._fetchingData,onClick:()=>{this._export()},width:"full"},a("span",{class:"font-weight-500"},this._translations.export)))):this._getNotice(this._translations.downloadNoLists,"padding-sides-1 padding-bottom-1")))}_exportTypeChange(t){this._exportType=t.target.value}_getExportOptions(){const t=this._addTitle?"display-block":"display-none",i=this._addMap?"display-flex":"display-none",s=this._titleValue?this._titleValue:this.defaultExportTitle?this.defaultExportTitle:"",e=this._addResults?"":"display-none";return a("div",{class:this._exportType===o.PDF?"display-block":"display-none"},this._getLabel(this._translations.pdfOptions,!0),a("div",{class:"padding-top-sides-1"},a("calcite-label",{class:"label-margin-0",layout:"inline"},a("calcite-checkbox",{checked:this._addResults,onCalciteCheckboxChange:()=>this._addResults=!this._addResults}),this._translations.addResults)),a("div",{class:`padding-top-sides-1 ${e}`},a("calcite-label",{class:"label-margin-0"},this._translations.selectPDFLabelOption)),a("div",{class:`padding-sides-1 ${e}`},a("pdf-download",{defaultNumLabelsPerPage:parseInt(this.defaultNumLabelsPerPage.toString(),10),disabled:!this._downloadActive,locale:this.locale,ref:t=>{this._downloadTools=t}})),a("div",{class:"padding-top-sides-1"},a("calcite-label",{class:"label-margin-0",layout:"inline"},a("calcite-checkbox",{checked:this._addTitle,onCalciteCheckboxChange:()=>this._addTitle=!this._addTitle}),this._translations.title)),a("div",{class:t},this._getLabel(this._translations.title,!0,""),a("calcite-input-text",{class:"padding-sides-1",onCalciteInputTextInput:()=>this._changeTitle(),placeholder:this._translations.titlePlaceholder,ref:t=>{this._titleElement=t},value:s})),a("div",{class:"padding-top-sides-1"},a("calcite-label",{class:"label-margin-0",layout:"inline"},a("calcite-checkbox",{checked:this._addMap,onCalciteCheckboxChange:()=>this._handleAddMapChange()}),this._translations.includeMap)),a("div",{class:`padding-top-sides-1 ${i}`},a("calcite-label",{class:"label-margin-0",layout:"inline"},a("calcite-checkbox",{checked:this._exportGraphics,onCalciteCheckboxChange:()=>this._handleExportGraphicsChange()}),this._translations.listGraphics),a("calcite-icon",{class:"padding-start-1-2 icon",flipRtl:!("he"===this.locale?.toLowerCase()),icon:"question",id:"list-graphics-icon",scale:"s"}),a("calcite-popover",{closable:!0,label:"",overlayPositioning:"fixed",referenceElement:"list-graphics-icon"},a("span",{class:"tooltip-message"},this._translations.listGraphicsTip))))}_handleAddMapChange(){this._addMap=!this._addMap,this._updateExportGraphics()}_handleExportGraphicsChange(){this._exportGraphics=!this._exportGraphics,this._updateExportGraphics()}_getManagedLayer(t){let i;return Object.keys(g.managedLayers).some((s=>{const e=this.mapView.map.layers.findIndex((t=>t.title===s));if(g.managedLayers[s]===t)return i=this.mapView.map.layers.getItemAt(e),!0})),i}_updateExportGraphics(t=!1){!t&&this._exportGraphics&&this._addMap||this._removeExportGraphics(),this._exportGraphics&&this._addMap&&this._addExportGraphics()}_removeExportGraphics(){const t=this._getManagedLayer("sketch"),i=this._getManagedLayer("buffer");t&&t.graphics.removeAll(),i&&i.graphics.removeAll()}_addExportGraphics(){const t=this._getManagedLayer("sketch"),i=this._getManagedLayer("buffer");this._selectionSets.forEach((s=>{if(s.download&&(t&&t.graphics.add(s.sketchGraphic),i)){const t=new this.Graphic({geometry:s.buffer,symbol:{type:"simple-fill",color:this.bufferColor,outline:{color:this.bufferOutlineColor,width:1}}});i.graphics.add(t)}}))}_getRefinePage(){const t=this._hasSelections();return a("calcite-panel",null,this._getLabel(this._translations.refineSelection),t?a("div",null,this._getNotice(this._translations.refineTip,"padding-sides-1"),a("refine-selection",{enabledLayerIds:this.selectionLayerIds,locale:this.locale,mapView:this.mapView,selectionSets:this._selectionSets,sketchLineSymbol:this.sketchLineSymbol,sketchPointSymbol:this.sketchPointSymbol,sketchPolygonSymbol:this.sketchPolygonSymbol})):this._getNotice(this._translations.refineTipNoSelections,"padding-sides-1"))}_getPageNavButtons(t,i,s,e,l,o){return a("div",{class:"padding-bottom-1"},a("div",{class:"display-flex padding-top-sides-1"},a("calcite-button",{disabled:i,onClick:s,width:"full"},a("span",{class:"font-weight-500"},t))),a("div",{class:"display-flex padding-top-1-2 padding-sides-1"},a("calcite-button",{appearance:"outline",disabled:l,onClick:o,width:"full"},a("span",{class:"font-weight-500"},e))))}_changeTitle(){this._titleValue=this._titleElement.value}_getNotice(t,i="padding-1",s=""){return a("calcite-notice",{class:i,icon:"lightbulb",kind:"success",open:!0},a("div",{class:s,slot:"message"},t))}_getLabel(t,i=!1,s="font-bold"){return a("div",{class:"padding-top-sides-1"},a("calcite-label",{class:s+=i?" label-margin-0":""},t))}_getExportSelectionLists(){return this._selectionSets.reduce(((t,i)=>{const s=this._getSelectionSetIds(i),e=i.workflowType!==h.REFINE||s.length>0;return!this._downloadActive&&i.download&&e&&(this._downloadActive=!0),e&&t.push(a("div",{class:"display-flex padding-sides-1 padding-bottom-1"},a("calcite-checkbox",{checked:i.download,class:"align-center",onClick:()=>{this._toggleDownload(i.id)}}),a("calcite-list",{class:"list-border margin-start-1-2 width-full",id:"download-list",label:""},a("calcite-list-item",{disabled:!i.download,label:i.label,onClick:()=>{this._toggleDownload(i.id)}},a("div",{slot:"content"},a("div",{class:"list-label"},i.label),a("div",{class:"list-description"},i?.layerView?.layer.title),a("div",{class:"list-description"},this._translations.selectedFeatures.replace("{{n}}",s.length.toString()))))))),t}),[])||a("div",null)}async _toggleDownload(t){let i=!1;this._selectionSets=this._selectionSets.map((s=>(s.download=s.id===t?!s.download:s.download,i=!!s.download||i,s))),this._updateExportGraphics(!0),this._downloadActive=i,this._fetchingData=!0,this._numDuplicates=await this._getNumDuplicates(),this._fetchingData=!1,await this._highlightFeatures()}async _export(){const t=this._addResults?this._getSelectionIdsAndViews(this._selectionSets,!0):{};if(this._exportType===o.PDF){let i="";if(this._addMap&&this.mapView){const t=await this.mapView.takeScreenshot({width:1500,height:2e3});i=t?.dataUrl}this._fetchingData=!0,await this._downloadTools.downloadPDF(this.mapView.map,t,this._removeDuplicates.checked,this._addTitle?this._titleElement.value:"",i),this._fetchingData=!1}this._exportType===o.CSV&&(this._fetchingData=!0,await this._downloadTools.downloadCSV(this.mapView.map,t,this._removeDuplicates.checked),this._fetchingData=!1)}_getSelectionIdsAndViews(t,i=!1){return(i?t.filter((t=>t.download)):t).reduce(((t,i)=>{if(i.workflowType===h.REFINE)Object.keys(i.refineInfos).forEach((s=>{const e=i.refineInfos[s];e.addIds&&(t=this._updateExportInfos(t,e.layerView.layer.id,i.label,e.addIds,e.layerView))}));else{const s=i?.layerView?.layer.id;t=this._updateExportInfos(t,s,i.label,i.selectedIds,i.layerView)}return t}),{})}_updateExportInfos(t,i,s,e,a){return i&&Object.keys(t).indexOf(i)>-1?(t[i].ids=[...new Set([...t[i].ids,...e])],t[i].selectionSetNames.push(s)):i&&(t[i]={ids:e,layerView:a,selectionSetNames:[s]}),t}_getAction(t,i,s,e,l=!1,o=""){return a("calcite-action",{disabled:!t,icon:i,iconFlipRtl:!0,indicator:l,onClick:e,slot:o,text:s})}_updateForSelection(t){this._numSelected=t.detail,this._saveEnabled=this._numSelected>0}async _home(){await this._clearSelection(),this._setPageType(n.LIST)}async _saveSelection(){const t=await(this._selectTools?.getSelection()),i=this._selectTools?.isUpdate;return this._selectionSets=i?this._selectionSets.map((i=>i.id===t.id?t:i)):[...this._selectionSets,t],this._home()}async _clearSelection(){await(this._selectTools?.clearSelection()),this._numSelected=0,this._activeSelection=void 0}_deleteSelection(t,i){return i.stopPropagation(),this._selectionSets=this._selectionSets.filter(((i,s)=>{if(s!==t)return i})),this._highlightFeatures()}_gotoSelection(t,i){d(t.selectedIds,t.layerView,i,this.featureHighlightEnabled,this.featureEffect)}_openSelection(t,i){i.stopPropagation(),this._activeSelection=t,this._pageType=t.workflowType===h.REFINE?n.REFINE:n.SELECT}async _highlightFeatures(){this._clearHighlight();const t=this._getSelectionIdsAndViews(this._selectionSets,this._pageType===n.EXPORT),i=Object.keys(t);if(i.length>0)for(let s=0;s<i.length;s++){const e=t[i[s]];g.highlightHandles.push(await p(e.ids,e.layerView,this.mapView))}}_checkPopups(){"boolean"!=typeof this._popupsEnabled&&(this._popupsEnabled=this.mapView?.popupEnabled)}_clearHighlight(){g&&g.highlightHandles&&g.removeHandles()}async _getTranslations(){const t=await r(this.el);this._translations=t[0]}static get watchers(){return{locale:["localeWatchHandler"],mapView:["mapViewWatchHandler"],searchConfiguration:["watchSearchConfigurationHandler"],sketchLineSymbol:["sketchLineSymbolWatchHandler"],sketchPointSymbol:["sketchPointSymbolWatchHandler"],sketchPolygonSymbol:["sketchPolygonSymbolWatchHandler"],_pageType:["pageTypeWatchHandler"]}}};f.style=':host{display:block;--calcite-input-message-spacing-value:0}.align-center{align-items:center}.border-bottom-1{border-width:0px;border-bottom-width:1px;border-style:solid;border-color:var(--calcite-color-border-3)}.action-bar-size{height:3.5rem;width:100%}.w-1-2{width:50%}.w-1-3{width:33.33%}.width-full{width:100%}.height-full{height:100%}.padding-1{padding:1rem}.padding-top-sides-1{padding-block-start:1rem;padding-inline-start:1rem;padding-inline-end:1rem}.padding-sides-1{padding-inline-start:1rem;padding-inline-end:1rem}.padding-end-1-2{padding-inline-end:.5rem}.padding-top-1-2{padding-block-start:.5rem}.padding-top-1{padding-top:1rem}.padding-bottom-1{padding-bottom:1rem}.padding-bottom-1-2{padding-bottom:.5rem}.info-blue{color:#00A0FF}.info-message{justify-content:center;display:grid}.font-bold{font-weight:bold}.display-flex{display:flex}.display-block{display:block}.display-none{display:none}.border-bottom{border-bottom:1px solid var(--calcite-color-border-2)}.padding-start-1-2{padding-inline-start:0.5rem}.list-border{border:1px solid var(--calcite-color-border-2)}.margin-sides-1{margin-inline-start:1rem;margin-inline-end:1rem}.margin-start-1-2{margin-inline-start:0.5rem}.float-right{float:right}.float-right[dir="rtl"]{float:left}.float-left{float:left}.float-left[dir="rtl"]{float:right}.margin-top-0{margin-block-start:0 !important}.height-1-1-2{height:1.5rem}.main-background{background-color:var(--calcite-color-foreground-2)}.position-right{position:absolute;right:1rem}.position-right[dir="rtl"]{position:absolute;left:1rem}.label-margin-0{--calcite-label-margin-bottom:0}.list-label{color:var(--calcite-color-text-1)}.list-label,.list-description{font-family:var(--calcite-sans-family);font-size:var(--calcite-font-size--2);font-weight:var(--calcite-font-weight-normal);overflow-wrap:break-word;word-break:break-word}.list-description{margin-block-start:0.125rem;color:var(--calcite-color-text-3)}.img-container{width:100%;height:100%}.font-weight-500{font-weight:500}.background-override{height:100%;width:100%;--calcite-color-foreground-3:var(--calcite-color-brand);--calcite-color-foreground-2:var(--calcite-color-brand-hover);--calcite-color-text-1:var(--calcite-color-text-inverse)}.word-wrap-anywhere{word-wrap:anywhere}.tooltip-message{padding:5px 8px;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-color-text-2);max-width:400px}';export{f as public_notification}
@@ -0,0 +1,6 @@
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 s,h as e,H as a}from"./p-934e8935.js";import{g as h,l as o}from"./p-57be3b9d.js";import{g as l,q as n,e as c,f as d,c as r}from"./p-5693ce7a.js";import{d as p}from"./p-455c19fa.js";import"./p-d4056c1c.js";import"./p-80cb7c73.js";import"./p-4fe489cf.js";import"./p-4f236b5d.js";import"./p-570b13d9.js";import"./p-0668e30d.js";const b=class{constructor(s){t(this,s),this.createWorkFlowStarted=i(this,"createWorkFlowStarted",7),this.backFromCreateWorkFlow=i(this,"backFromCreateWorkFlow",7),this.featureOrRecordSubmitted=i(this,"featureOrRecordSubmitted",7),this.customInfoText=void 0,this.enableEditGeometry=!1,this.enableSnapping=!1,this.isMobile=void 0,this.layer=void 0,this.locale=void 0,this.mapView=void 0,this.zoomAndScrollToSelected=void 0,this.selectedFeaturesIds=void 0,this.enableCreateFeatures=!0,this.selectingFeatureFromMap=void 0,this._cardLoading=!1,this._graphics=void 0,this._showCreateFeatureComponent=!1,this._showSubmitBtn=!1,this._translations=void 0}get el(){return s(this)}_isFeatureCreated=!1;_createFeature;async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}createWorkFlowStarted;backFromCreateWorkFlow;featureOrRecordSubmitted;async featureSelectionChange(t){this._showCreateFeatureComponent&&!this._isFeatureCreated&&this._backFromCreateFeature();const i=t.detail;this._graphics=await this._getFeaturesByIds(i)}async layerSelectionChange(t){this._showCreateFeatureComponent&&this._backFromCreateFeature();const i=t.detail[0];this.layer=await l(this.mapView,i)}async componentWillLoad(){await this._getTranslations(),this.selectedFeaturesIds?.length>0&&(this._graphics=await this._getFeaturesByIds(this.selectedFeaturesIds))}render(){const t=this._graphics?.length>0?"":"display-none",i=0===this._graphics?.length&&this._showCreateFeatureComponent?"":"display-none",s=this._graphics?.length>0||this._showCreateFeatureComponent?"display-none":"",h=this.layer?.isTable,o=h?this._translations.createRecord:this._translations.createFeature,l=this.customInfoText?this.customInfoText:this.selectingFeatureFromMap?this._translations.selectFeaturesFromMapToStart:this._translations.selectFeaturesToStart,n=this.enableCreateFeatures&&this.layer?.capabilities?.operations?.supportsAdd;return e(a,{key:"803f5130e6f4fa0bf97cfdd2776e176786e736cc"},e("div",{key:"7c0a756f5de5f536b52d2e9f6629593eb3c85781",class:"overflow-auto height-full"},e("calcite-shell",{key:"9a6366bba429d5c29a5f1c556d6812f44d28ee2c",class:"position-relative "+t},e("div",{key:"61cb9f7942eb209e5e0bd751ab4b5ca026086882",class:"position-static z-index-500"},e("info-card",{key:"0c3b6f958384dab4bc1db2917a88215bafe330b1",enableEditGeometry:this.enableEditGeometry,enableSnapping:this.enableSnapping,graphics:this._graphics,isLoading:this._cardLoading,isMobile:this.isMobile,locale:this.locale,mapView:this.mapView,showCloseBtn:!0}))),e("calcite-shell",{key:"db9233d29cc88ddc6cb023bcf9e9190ecb721214",class:"position-relative "+s},e("calcite-panel",{key:"0d1c22a3ad3d2d2a56054b2e8609697987b45ca7"},e("div",{key:"cc5f7faa934f474ddca2d0ab74fd46dac240cc6f",class:"padding-1"},e("calcite-notice",{key:"2c2771696892455fcb1ec24d895cd321a84a8f49",icon:this.selectingFeatureFromMap?"map":"table",iconFlipRtl:!0,open:!0},e("div",{key:"0bbbd13e4e9a7b2240a85b41dbd00fc2a7e39c75",slot:"message"},l))),!this.isMobile&&n&&e("calcite-button",{key:"67bac627f68fc6bcda2b1a8965ab6d7fb12d2e4c",disabled:!this.layer,onClick:()=>this._createFeatureBtnClicked(),slot:"footer",width:"full"},h?this._translations.createRecord:this._translations.createFeature))),e("calcite-shell",{key:"cd44af48bb05fd6ac41c0d66bdd9e01826ece1a4",class:"position-relative "+i},e("calcite-flow-item",{key:"648dfdc4fb559ecbf64ee43791e3d9799c346f1a",selected:!0},e("calcite-panel",{key:"855df56ed576e52c94dbe3cfa8f6d57427a37ba2",heading:o},e("calcite-action",{key:"156d1b20da3f02de66879531802aa2d2fb99b1ca",class:"back-button hydrated",icon:"chevron-left",onClick:this._backFromCreateFeature.bind(this),scale:"s",slot:"header-actions-start",text:""}),this.getEditorComponent(),this._showSubmitBtn&&e("calcite-button",{key:"9b4556876d579a4f2bd02849737cd55b55f87cbd",appearance:"solid",class:"footer-top-button footer-button",onClick:()=>{this._createFeature.submit()},slot:"footer",width:"full"},this._translations.create))))))}getEditorComponent(){return e("div",null,this._showCreateFeatureComponent&&e("create-feature",{customizeSubmit:!0,enableSnapping:this.enableSnapping&&this.enableCreateFeatures,locale:this.locale,mapView:this.mapView,onDrawComplete:()=>{this._showSubmitBtn=!0},onEditingAttachment:t=>{this._showSubmitBtn=!t.detail},onProgressStatus:()=>{setTimeout((()=>{this._isFeatureCreated=!1}),2e3)},onSuccess:this._featureCreated.bind(this),ref:t=>this._createFeature=t,selectedLayerId:this.layer?.id,showGuidingMsg:!1,showGuidingMsgWhileDrawing:!1}))}async _getFeaturesByIds(t){return(t.length>0?await n(t,this.layer,[],!0,this.mapView.spatialReference):[]).sort(((i,s)=>t.indexOf(i.getObjectId())-t.indexOf(s.getObjectId())))}_createFeatureBtnClicked(){this._showCreateFeatureComponent=!0,this.createWorkFlowStarted.emit()}async _backFromCreateFeature(){this._createFeature&&(this._showCreateFeatureComponent=!1,this.backFromCreateWorkFlow.emit()),this._showSubmitBtn=!1}_featureCreated(){this._showCreateFeatureComponent=!1,this._showSubmitBtn=!1,this._isFeatureCreated=!0,this.featureOrRecordSubmitted.emit(),setTimeout((()=>{this._showCreateFeatureComponent=!0}),50)}async _getTranslations(){const t=await h(this.el);this._translations=t[0]}static get watchers(){return{locale:["localeWatchHandler"]}}};b.style=":host{display:block !important}.display-flex{display:flex}.display-none{display:none}.w-100{width:100%}.padding-bottom-1{padding-bottom:1rem}.padding-1{padding:1rem}.position-relative{position:relative}.focus-margin{margin:1px 1px 0px 1px}.overflow-auto{overflow:auto}.height-full{height:100%}.position-static{position:static !important}.z-index-500{z-index:500 !important}card-manager{display:block}";const f=class{constructor(s){t(this,s),this.featureSelectionChange=i(this,"featureSelectionChange",7),this.toggleFilter=i(this,"toggleFilter",7),this.showDelete=i(this,"showDelete",7),this.appLayout=void 0,this.defaultGlobalId=void 0,this.defaultLayerId=void 0,this.defaultOid=void 0,this.enableAutoRefresh=void 0,this.enableColumnReorder=!0,this.enableCSV=void 0,this.enableInlineEdit=void 0,this.enableShare=void 0,this.honorMapFieldSettings=void 0,this.isMobile=void 0,this.locale=void 0,this.mapHidden=void 0,this.mapInfo=void 0,this.mapView=void 0,this.onlyShowUpdatableLayers=void 0,this.selectedIds=[],this.shareIncludeEmbed=void 0,this.shareIncludeSocial=void 0,this.showNewestFirst=void 0,this.zoomAndScrollToSelected=void 0,this.zoomToScale=void 0,this.createFilterModal=!0,this._allIds=[],this._controlsThatFit=void 0,this._csvExporting=!1,this._fetchingData=!1,this._filterActive=!1,this._filterOpen=!1,this._layer=void 0,this._selectAllActive=!1,this._showHideOpen=!1,this._showOnlySelected=!1,this._toolInfos=void 0,this._translations=void 0,this._fullTextSearchInfo=void 0,this._searchPlaceHolder="",this._size=0,this._queryingData=!1}get el(){return s(this)}FeatureTable;TableTemplate;_columnsInfo;_currentId;_editEnabled;_defaultFilterHonored=!1;_defaultGlobalIdHonored=!1;_defaultOidHonored=!1;_defaultVisibleToolSizeInfos;_definitionExpression;_deleteEnabled;_editor;_filterList;_floorExpression;_floorField;_floorFacility;_floorLevel;_floorSite;_layerExpressions;_loaded=!1;_mapClickHandle;_observerSet=!1;_previousCurrentId;reactiveUtils;_refreshHandle;_resizeObserver;_selectAllElement;_selectionFromMap=!1;_shareNode;_showHideDropdown;_moreDropdown;_table;_tableNode;_timeout;_toolbar;_toolbarSizeInfos;_searchExpression;_skipEditCheck=!1;_filterByExtentHandle;_tempSelectedIds;_outOFExtentOids=[];_shouldUpdateTableOnExtentChange=!0;appLayoutWatchHandler(){this._updateShareUrl()}async defaultOidWatchHandler(){await this._handleDefaults()}async defaultGlobalIdWatchHandler(){await this._handleDefaults()}enableCSVWatchHandler(){this._toolInfos?.length>0&&this._initToolInfos()}enableInlineEditWatchHandler(){this._table&&(this._table.editingEnabled=this._editEnabled&&this.enableInlineEdit)}enableShareWatchHandler(){this._toolbar&&this._updateToolbar()}_controlsThatFitWatchHandler(){const t=this._controlsThatFit?this._controlsThatFit.reduce(((t,i)=>(t.push(i.id),t)),[]):[];this._toolInfos=this._toolInfos?.map((i=>{if(i&&this._controlsThatFit){const s=this._getId(i.icon);return i.isOverflow=t.indexOf(s)<0,i}}))}async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}mapHiddenWatchHandler(){this._toolInfos?.length>0&&this._initToolInfos()}isMobileWatchHandler(){this._toolInfos||this.isMobile||this._initToolInfos()}async mapViewWatchHandler(){this._mapClickHandle&&this._mapClickHandle.remove(),this.mapView&&(this._floorExpression=void 0,this._searchExpression=void 0,this._updateShareUrl(),this._mapClickHandle=this.reactiveUtils.on((()=>this.mapView),"click",(t=>{this._mapClicked(t)})))}async _layerWatchHandler(){this._fetchingData=!0,await(this._layer?.when((async()=>{this._definitionExpression=this._layer.definitionExpression,this._floorField=this._layer.floorInfo?.floorField,this._updateFloorDefinitionExpression(),await this._resetTable(),this.createFilterModal&&this._initLayerExpressions(),this._updateShareUrl(),this._fetchingData=!1})))}async selectedIdsWatchHandler(){this._updateShareUrl(),this._validateEnabledActions(),this._selectAllActive&&this.selectedIds.length!==this._allIds.length&&(this._selectAllActive=!1),this.selectedIds.length>0&&(this._table.rowHighlightIds.removeAll(),this._table.rowHighlightIds.add(this.selectedIds[0]))}async closeFilter(){await this._closeFilter()}async filterReset(){this._filterByExtentHandle&&(this._table.filterGeometry=void 0,this._filterByExtentHandle.remove(),this._filterByExtentHandle=void 0),await this._handleFilterListReset()}async filterUpdate(t,i){await this._handleFilterUpdate(t),i?(this._shouldUpdateTableOnExtentChange=!0,this._handleTableOnMapExtent()):!1===i&&(this._table.filterGeometry=void 0,this._filterByExtentHandle.remove(),this._filterByExtentHandle=void 0,await this._updateAllIds())}async validateTableUpdate(t){this._shouldUpdateTableOnExtentChange=t}async validateActiveEdits(){return this._validateActiveEdits([],this.selectedIds)}async refresh(){this._table&&await this._refresh()}featureSelectionChange;toggleFilter;showDelete;async beforeMapInfoChange(t){const i=t.detail.ref,s=t.detail.mapInfo;if(this._hasPendingEdits()){t.preventDefault();const e=await this._validateActiveEdits([],this.selectedIds);await i.setMapByID(e?s.id:t.detail.currentId,!e)}}async editorInitialized(t){this._shouldUpdateTableOnExtentChange=!1,this._editor=t.detail}async closeEdit(){this._shouldUpdateTableOnExtentChange=!0,this._filterByExtentHandle&&this._handleTableOnMapExtent()}async selectionChanged(t){const i=t.detail.selectedFeature[0],s=i.getObjectId(),e=this._table;if(e.rowHighlightIds.length&&e.rowHighlightIds.removeAll(),e.rowHighlightIds.add(s),this.zoomAndScrollToSelected){const t=this._table.viewModel.getObjectIdIndex(s);this._table.scrollToIndex(t);const e=i.layer;let a;this.mapView.allLayerViews.toArray().some((t=>{if(t.layer.title===e.title&&"feature"===t.layer.type)return a=t,!0})),a&&await c([s],a,this.mapView,!0,void 0,this.zoomToScale)}}async beforeLayerSelectionChange(t){if(this._hasPendingEdits()){t.preventDefault();const i=t.detail.ref,s=await this._validateActiveEdits([],this.selectedIds);return t.detail.selectedIds?await i.setLayerByIds(s?t.detail.newIds:t.detail.currentIds,!0):await i.setLayerById(s?t.detail.newId:t.detail.currentId,!0)}}async layerSelectionChange(t){await this._layerSelectionChanged(t)}async editsComplete(t){const i=t.detail;"delete"!==i&&"add"!==i||(this._allIds=await this.queryAllIds()),await this._refresh()}async facilityChanged(t){this._floorFacility=t.detail,this._updateFloorDefinitionExpression()}async levelChanged(t){this._floorLevel=t.detail,this._updateFloorDefinitionExpression()}async siteChanged(t){this._floorSite=t.detail,this._updateFloorDefinitionExpression()}async noLayersFound(){this._layer=void 0,this._allIds=[],this._clearSelection()}async clearSelection(){await this._validateActiveEdits([],this.selectedIds)&&this._clearSelection()}async componentWillLoad(){await this._getTranslations(),await this._initModules(),this._initToolInfos(),this._resizeObserver||(this._resizeObserver=new ResizeObserver((()=>this._onResize())))}render(){const t=this._fetchingData?"display-none":"",i=this._fetchingData?"":"display-none",s=this._queryingData?"":"display-none",h=this._size.toString(),o=this.selectedIds.length.toString(),l=this.isMobile?"height-full":"height-full-adjusted",n=this._canShowFullTextSearch();return this._validateActiveActions(),e(a,{key:"407c23b3b63455e5bab7e6c5fd239faae66a313a"},e("div",{key:"9630101da8fef334861a236101d37f4a2b990dbc"},e("calcite-scrim",{key:"8e7844a1ba4df87ab8d6fbe4ac9265688f5354dd",class:s,loading:this._queryingData}),e("calcite-shell",{key:"d0a5eaa5bdbaf0338125bbdc47c6f1801662b37a"},this._getTableControlRow("header"),e("div",{key:"6747f6638aa3d1f7380c61451cb522d159e7ddb2",class:`width-full ${l}`},e("calcite-panel",{key:"dc5b04234e48d6c466fc514a58eee4ef6c4886ba",class:"height-full width-full"},n&&e("div",{key:"8aebcf99b0a159e3e7ce8c737f0558f9f147ee9b",class:"search-container border-bottom"},e("calcite-input",{key:"7e4c1343755a966c4460506d6b1c205a81261155",class:"search",clearable:!0,icon:"search",onCalciteInputChange:t=>{this._searchTextChanged(t)},placeholder:this._searchPlaceHolder,title:this._searchPlaceHolder,type:"search"})),e("calcite-loader",{key:"2eaa2b221d9e401a0ac1c6b379718b29eb76ea9e",class:i,label:this._translations.fetchingData,scale:"l"}),e("div",{key:"fa05975786b02a18c9c9866f3390c2f549d67961",class:t,ref:this.onTableNodeCreate}))),this.isMobile?void 0:e("div",{class:"bottom-left text-color height-19",id:"solutions-selected-count-div"},this._translations.recordsSelected.replace("{{total}}",h).replace("{{selected}}",o))),this.createFilterModal&&this._filterModal()))}_deleteDialog;async componentDidLoad(){this.isMobile||this._observerSet||(this._resizeObserver.observe(this._toolbar),this._observerSet=!0)}componentDidRender(){document.onclick=t=>this._handleDocumentClick(t),this._updateToolbar()}async _initModules(){const[t,i,s]=await o(["esri/widgets/FeatureTable","esri/core/reactiveUtils","esri/widgets/FeatureTable/support/TableTemplate"]);this.FeatureTable=t,this.reactiveUtils=i,this.TableTemplate=s}async _searchTextChanged(t){this._fullTextSearchInfo.forEach((i=>{i.searchTerm=t.target.value})),this._searchFullText()}async _searchFullText(){let t=[],i=!1;if(this._showOnlySelected)t=this._tempSelectedIds,i=!0;else{if(!await this._validateActiveEdits([],this.selectedIds))return;this._clearSelection(),this._tempSelectedIds=[]}this._searchExpression&&this._clearSearchDefinitionExpression();let s=[];if(this._fullTextSearchInfo?.length&&this._fullTextSearchInfo[0].searchTerm){const e=this._layer.createQuery();e.fullText=this._fullTextSearchInfo,s=await this._layer.queryObjectIds(e),i&&t?.length&&(s=s.filter((i=>t.includes(i)))),await this._updateSearchDefinitionExpression(s?.length?s:[-1])}i&&s?.length&&(this._showOnlySelected=!0,this._table.highlightIds.addMany(s.reverse())),await new Promise((t=>setTimeout(t,800))),await this._updateAllIds()}_clearSearchDefinitionExpression(){const t=this._layer.definitionExpression;this._searchExpression&&t?.indexOf(this._searchExpression)>-1&&(this._layer.definitionExpression=t?.indexOf(" AND ("+this._searchExpression)>-1?t.replace(` AND (${this._searchExpression})`,""):t.replace(this._searchExpression,"")),this._searchExpression=void 0}async _updateSearchDefinitionExpression(t){const i=this._layer.definitionExpression;if(t?.length){const s=`objectId in(${t})`;this._layer.definitionExpression=i?.indexOf(this._searchExpression)>-1?i.replace(this._searchExpression,s):i?`${i} AND (${s})`:s,this._searchExpression=s}else this._clearSearchDefinitionExpression()}_canShowFullTextSearch(){return((this._layer?.capabilities)?.query)?.supportsFullTextSearch&&this._layer.indexes.items.filter((t=>"FullText"==t.indexType)).length>0}_getFullTextSearchInfo(){if(this._fullTextSearchInfo=[],((this._layer?.capabilities)?.query)?.supportsFullTextSearch){const t=this._layer.indexes?.filter((t=>"FullText"==t.indexType));if(t?.length){const i=[];t.forEach((t=>{i.push(...t.fields.split(","))}));const s=[];i.forEach((t=>{const i=this._layer.getField(t.trim());s.push(i.alias)})),this._searchPlaceHolder=this._translations.searchPlaceholder.replace("{{fields}}",s.join(", ")),this._fullTextSearchInfo.push({onFields:["*"],searchTerm:"",searchType:"prefix"})}}}_onResize(){this._updateToolbar()}_getTableControlRow(t){return e("div",{class:"display-flex height-51-px border-bottom",ref:t=>this._toolbar=t,slot:t},this._getActionBar(),this.isMobile?void 0:this._getDropdown("more-table-options"),this.enableShare&&!this.isMobile?this._getShare("share"):void 0)}_getActionBar(){const t=this.isMobile?"width-full":"",i=this.isMobile?"border-top":"";return e("calcite-action-bar",{class:t,expandDisabled:!0,expanded:!0,id:this._getId("bar"),layout:"horizontal"},e("div",{class:`border-end ${t} ${i}`,id:"solutions-map-layer-picker-container"},e("map-layer-picker",{appearance:"transparent",defaultLayerId:this.defaultLayerId,display:"inline-flex",height:50,isMobile:this.isMobile,locale:this.locale,mapView:this.mapView,onlyShowUpdatableLayers:this.onlyShowUpdatableLayers,placeholderIcon:"layers",scale:"l",selectedIds:this._layer?[this._layer?.id]:[],showSingleLayerAsLabel:!0,showTables:!0,type:"dropdown"})),this.isMobile?void 0:this._getActions())}_getActions(){const t=this._getActionItems();return t?.reduce(((t,i)=>(i&&!i.isOverflow&&t.push(i.isDanger?this._getDangerAction(i.icon,i.label,i.func,i.disabled):i.isSublist&&this._table?.columns?.length>0?e("calcite-dropdown",{closeOnSelectDisabled:!0,id:this._getId(i.icon),onCalciteDropdownBeforeClose:()=>this._forceShowHide(),ref:t=>this._showHideDropdown=t},this._getAction(i.active,this._showHideOpen?"chevron-down":i.icon,i.indicator,i.label,i.func,i.disabled,i.loading,"trigger"),this._showHideOpen?this._getFieldlist():void 0):this._getAction(i.active,i.icon,i.indicator,i.label,i.func,i.disabled,i.loading)),t)),[])}_getFieldlist(){return this._columnsInfo?e("calcite-dropdown-group",{"selection-mode":"multiple"},Object.keys(this._columnsInfo).map((t=>{const i=this._columnsInfo[t];return e("calcite-dropdown-item",{id:`layer-table-${t.toLowerCase().replaceAll(" ","")}`,label:t,onClick:t=>{const i=t.target;this._columnsInfo[i.label]=!i.selected,i.selected?this._table.hideColumn(i.label):this._table.showColumn(i.label)},selected:i},t)}))):void 0}_validateEnabledActions(){const t=this._featuresSelected(),i=this.selectedIds.length>1&&this._layer?.capabilities?.operations?.supportsUpdate,s=["zoom-to-object","pencil","trash","erase","selected-items-filter"];this._toolInfos?.forEach((e=>{e&&s.indexOf(e.icon)>-1&&(e.disabled="pencil"===e.icon?!i:!t)}))}_validateActiveActions(){const t=["filter","list-check-all","selected-items-filter"];this._toolInfos?.forEach((i=>{i&&t.indexOf(i.icon)>-1&&("filter"===i.icon&&(i.indicator=this._filterActive),"list-check-all"===i.icon&&(i.active=this._selectAllActive),"selected-items-filter"===i.icon&&(i.active=this._showOnlySelected,i.label=this._showOnlySelected?this._translations.showAll:this._translations.showSelected))}))}_initToolInfos(){const t=this._featuresSelected(),i=this.selectedIds.length>1&&this._layer?.capabilities?.operations?.supportsUpdate&&!1,s=this._featuresEmpty();this._translations&&(this._toolInfos=[this.mapHidden?void 0:{active:!1,icon:"zoom-to-object",indicator:!1,label:this._translations.zoom,func:()=>this._zoom(),disabled:!t,isOverflow:!1},{active:!1,icon:"filter",indicator:!1,label:this._translations.filters,func:()=>this.createFilterModal?this._toggleFilter():this.toggleFilter.emit(),disabled:!1,isOverflow:!1},i?{active:!1,icon:"pencil",indicator:!1,label:this._translations.editMultiple,func:()=>alert(this._translations.editMultiple),disabled:!i,isOverflow:!1}:void 0,this._deleteEnabled?{active:void 0,icon:"trash",indicator:void 0,label:this._translations.delete,func:()=>this._showDelete(),disabled:!t,isDanger:!0,isOverflow:!1}:void 0,{active:!1,icon:"erase",indicator:!1,label:this._translations.clearSelection,func:()=>{this.clearSelection()},disabled:!t,isOverflow:!1},{active:!1,icon:"selected-items-filter",indicator:!1,label:this._showOnlySelected?this._translations.showAll:this._translations.showSelected,func:()=>this._toggleShowSelected(),disabled:!t,isOverflow:!1},{active:!1,icon:"list-check-all",indicator:!1,func:async()=>await this._selectAll(),label:this._translations.selectAll,disabled:s,isOverflow:!1},{active:!1,icon:"compare",indicator:!1,func:async()=>await this._switchSelected(),label:this._translations.switchSelected,disabled:s,isOverflow:!1},{active:!1,icon:"refresh",indicator:!1,func:()=>this._refresh(),label:this._translations.refresh,disabled:!1,isOverflow:!1},this.enableCSV?{active:!1,icon:"export",indicator:!1,func:()=>{this._exportToCSV()},label:this._translations.exportCSV,loading:this._csvExporting,disabled:s,isOverflow:!1}:void 0,{active:!1,icon:this._showHideOpen?"chevron-down":"chevron-right",indicator:!1,func:()=>this._toggleShowHide(),label:this._translations.showHideColumns,disabled:!1,isOverflow:!1,isSublist:!0}],this._defaultVisibleToolSizeInfos=void 0)}_updateFloorDefinitionExpression(){if(this._floorField&&this._floorLevel){const t=`${this._floorField} = '${this._floorLevel}'`,i=this._layer.definitionExpression;this._layer.definitionExpression=i?.indexOf(this._floorExpression)>-1?i.replace(this._floorExpression,t):i?`${i} AND (${t})`:t,this._floorExpression=t}}_featuresSelected(){return this.selectedIds.length>0}_featuresEmpty(){return 0===this._allIds.length}_hasFilterExpressions(){let t;return this.mapInfo?.filterConfig?.layerExpressions&&this._layer?.id&&(t=this.mapInfo.filterConfig.layerExpressions.filter((t=>t.id===this._layer.id))),t?.length>0}_updateToolbar(){this._timeout&&clearTimeout(this._timeout),!this.isMobile&&this._toolbar&&this._toolInfos&&(this._timeout=setTimeout((()=>{clearTimeout(this._timeout),this._setToolbarSizeInfos();const t=this._toolbar.offsetWidth;let i=this._toolbarSizeInfos.reduce(((t,i)=>t+i.width),0);const s=["solutions-more","solutions-map-layer-picker-container","map-picker","solutions-action-share"];if(i>t){if(this._toolbarSizeInfos.length>0){const e=[...this._toolbarSizeInfos].reverse().reduce(((e,a)=>(s.indexOf(a.id)<0&&(i>t?i-=a.width:e.push(a)),e)),[]).reverse();this._setControlsThatFit(e,s)}}else if(this._defaultVisibleToolSizeInfos){const e=this._toolbarSizeInfos.reduce(((t,i)=>(t.push(i.id),t)),[]);let a=!1;const h=[...this._defaultVisibleToolSizeInfos].reduce(((h,o)=>(!a&&s.indexOf(o.id)<0&&(e.indexOf(o.id)>-1||i+o.width<=t)?(e.indexOf(o.id)<0&&(i+=o.width),h.push(o)):s.indexOf(o.id)<0&&i+o.width>t&&(a=!0),h)),[]);this._setControlsThatFit(h,s)}}),100))}_setControlsThatFit(t,i){let s=JSON.stringify(t)!==JSON.stringify(this._controlsThatFit);const e=document.getElementById("solutions-action-bar");e?.childNodes?.forEach((t=>{i.indexOf(t.id)<0&&!s&&(s=this._controlsThatFit.map((t=>t.id)).indexOf(t.id)<0)})),s&&(this._controlsThatFit=[...t])}_setToolbarSizeInfos(){let t=!1;this._toolbarSizeInfos=[],this._toolbar.childNodes.forEach(((i,s)=>{0===s?i.childNodes.forEach((i=>{this._toolbarSizeInfos.push({id:i.id,width:i.offsetWidth}),t||(t=i.offsetWidth>0)})):i.referenceElement||(this._toolbarSizeInfos.push({id:i.id,width:i.offsetWidth}),t||(t=i.offsetWidth>0))})),t&&!this._defaultVisibleToolSizeInfos&&(this._defaultVisibleToolSizeInfos=[...this._toolbarSizeInfos])}_getActionItems(){return this._toolInfos?.filter((t=>t&&!t.isOverflow))}_getDropdown(t){const i=this._getDropdownItems();return i.length>0?e("calcite-dropdown",{closeOnSelectDisabled:!0,disabled:void 0===this._layer,id:"solutions-more",onCalciteDropdownBeforeClose:()=>this._forceShowHide(),ref:t=>this._moreDropdown=t},e("calcite-action",{appearance:"solid",id:t,label:"",onClick:()=>this._closeShowHide(),slot:"trigger",text:""},e("calcite-button",{appearance:"transparent",iconEnd:"chevron-down",kind:"neutral"},this._translations.more)),e("calcite-dropdown-group",{"selection-mode":"none"},i.map((t=>e("calcite-dropdown-group",{class:`${t.disabled?"disabled":""} ${"trash"===t.icon?"delete-red":""}`,selectionMode:"none"},e("calcite-dropdown-item",{disabled:t.loading,iconStart:t.isSublist&&this._showHideOpen?"chevron-down":t.loading?"":t.icon,id:`layer-table-${t.icon}`,onClick:t.func},t.loading?e("div",{class:"display-flex"},e("calcite-loader",{inline:!0,label:t.label,scale:"m"}),t.label):t.label))))),this._showHideOpen?this._getFieldlist():void 0):void 0}_getDropdownItems(){return this._toolInfos?.filter((t=>t&&t.isOverflow))}_getAction(t,i,s,a,h,o,l,n){const c=void 0===this._layer||o;return e("div",{class:"display-flex",id:this._getId(i),slot:n},e("calcite-action",{active:t,appearance:"solid",disabled:c,icon:i,id:`layer-table-${i}`,indicator:s,label:a,loading:l,onClick:h,text:a,textEnabled:!0}),this._getToolTip("bottom",i,a))}_showDelete(){this.showDelete.emit({ids:this._getIds()})}_getShare(t){return e("div",{class:"share-action",id:this._getId(t)},e("instant-apps-social-share",{autoUpdateShareUrl:!1,class:"instant-app-share",embed:this.shareIncludeEmbed,flipRtl:!0,popoverButtonIconScale:"s",ref:t=>this._shareNode=t,scale:"m",shareButtonColor:"neutral",shareButtonType:"action",socialMedia:this.shareIncludeSocial,view:this.mapView}),this._getToolTip("bottom",t,this._translations.share))}_updateShareUrl(){const t=this._shareNode?.shareUrl;if(!t)return;const i=new URL(t);this.mapInfo?.id?i.searchParams.set("webmap",this.mapInfo.id):i.searchParams.delete("webmap"),this._layer?.id?i.searchParams.set("layer",this._layer.id):i.searchParams.delete("layer"),this.selectedIds?.length>0?i.searchParams.set("oid",this.selectedIds.join(",")):i.searchParams.delete("oid"),i.searchParams.set("applayout",this.appLayout),this._shareNode.shareUrl=i.href}_getToolTip(t,i,s){return document.getElementById(i)?e("calcite-tooltip",{placement:t,"reference-element":i},e("span",null,s)):void 0}_getId(t){return`solutions-action-${t}`}_getDangerAction(t,i,s,a){const h=void 0===this._layer||a;return e("div",{class:"display-flex",id:this._getId(t)},e("calcite-action",{appearance:"solid",disabled:h,id:t,onClick:s,text:""},e("calcite-button",{appearance:"transparent",iconStart:t,kind:"danger"},i)),this._getToolTip("bottom",t,i))}_getIds(){return this._table?.highlightIds?.map((t=>parseInt(t.toString(),10))).toArray()}onTableNodeCreate=t=>{this._tableNode=t};async _getTable(t,i){this._layer&&(await this._layer.when((()=>{this._table=new this.FeatureTable({autoRefreshEnabled:this.enableAutoRefresh,layer:this._layer,view:this.mapView,columnReorderingEnabled:this.enableColumnReorder,editingEnabled:this._editEnabled&&this.enableInlineEdit,highlightEnabled:!0,multiSortEnabled:!1,attachmentsEnabled:!0,visibleElements:{columnDescriptions:!1,header:!1,menu:!1,progress:!1},tableTemplate:{columnTemplates:i},container:t})})),await this._table.when((()=>{const t=this._table.highlightIds.on("change",(t=>{this._handleOnChange(t)}));this._table.viewModel.addHandles(t);const i=this.reactiveUtils.watch((()=>this._table.size),(t=>{this._size=t}));this._table.viewModel.addHandles(i)})))}async _handleOnChange(t){if(!await this._validateActiveEdits([...t.added],[...t.removed]))return;const i=[...this._getIds()];this.selectedIds=i.reverse(),this._tempSelectedIds=[...this.selectedIds],this._finishOnChange(),this._selectionFromMap=!1}async _validateActiveEdits(t,i){let s=!0;if(this._editor&&!this._skipEditCheck){if(this._hasPendingEdits()){let e=!1;try{await this._editor.cancelWorkflow({force:!1})}catch(t){e="workflow:cancel-denied"===t.name}e&&(s=!1,this._skipEditCheck=!0,t.length>0?this._table.highlightIds.removeMany(t):i.length>0&&this._table.highlightIds.addMany(i))}}else s=!this._skipEditCheck,this._skipEditCheck=!1;return this._shouldUpdateTableOnExtentChange=s,s}_hasPendingEdits(){const t=this._editor?.viewModel?.hasPendingEdits,i=this._editor?.activeWorkflow?.activeWorkflow?.hasPendingEdits;return t||i}_finishOnChange(){this._showOnlySelected&&(this._featuresSelected()?this._table.filterBySelectionEnabled=!0:this._toggleShowSelected()),this.featureSelectionChange.emit(this.selectedIds)}_resetColumnTemplates(){const t=this._getColumnTemplates(this._layer?.id,this._layer?.fields);0===t?.length?this._tableNode?.classList.add("display-none"):this._tableNode?.classList.remove("display-none");const i=this._table?.tableTemplate?.columnTemplates,s=i&&t&&i.length!==t.length||t?.some(((t,s)=>JSON.stringify(i[s])!==JSON.stringify(t)));if(this._table&&t&&(s||!this._columnsInfo)){this._table.tableTemplate=new this.TableTemplate({columnTemplates:t});const i=t.map((t=>t.fieldName));this._initColumnsInfo(i)}}async _resetTable(){if(this._loaded=!1,this._clearSelection(),this._allIds=await this.queryAllIds(),this._table)this._table.view=this.mapView,this._table.layer=this._layer;else{const t=this._getColumnTemplates(this._layer.id,this._layer?.fields);await this._getTable(this._tableNode,t)}await this._initLayerRefresh(),this._checkEditEnabled(),this._table.editingEnabled=this._editEnabled&&this.enableInlineEdit,await this._table.when(),setTimeout((()=>{this._loaded||this.finishLoading()}),1e3),await this.reactiveUtils.once((()=>"loaded"===this._table.state)).then((async()=>{await this.finishLoading()}))}async finishLoading(){try{this._loaded=!0,this._table.highlightIds.removeAll(),this._table.objectIds.removeAll(),this._resetColumnTemplates(),this._showOnlySelected=!1,await this._handleDefaults(),await this._sortTable(),this._initToolInfos(),this._updateToolbar()}catch(t){console.log(t)}}async _initLayerRefresh(){this._refreshHandle&&this._refreshHandle.remove(),this._refreshHandle=this._layer.on("refresh",(t=>{t.dataChanged&&this._updateAllIds()}))}async _updateAllIds(){const t=await this.queryAllIds(),i=this.selectedIds.filter((t=>this._allIds.indexOf(t)>-1));JSON.stringify(t)===JSON.stringify(this._allIds)&&JSON.stringify(this.selectedIds)===JSON.stringify(i)||(this._allIds=t,this.selectedIds=i,await this._refresh())}async _handleDefaults(){if(!this._defaultOidHonored&&this.defaultOid?.length>0&&this.defaultOid[0]>-1&&this._table&&(await this._selectDefaultFeature(this.defaultOid),this._defaultOidHonored=!0,this.defaultOid=void 0,this._showOnlySelected=!1,this._toggleShowSelected()),!this._defaultGlobalIdHonored&&this.defaultGlobalId?.length>0&&this._table){const t=await d(this.defaultGlobalId,this._layer),i=t?.length>0?t.map((t=>t.getObjectId())):void 0;i&&await this._selectDefaultFeature(i),this._defaultGlobalIdHonored=!0,this.defaultGlobalId=void 0,this._showOnlySelected=!1,this._toggleShowSelected()}}_initColumnsInfo(t){const i=this._table?.columns.reduce(((i,s)=>((!t||t?.indexOf(s.name)>-1)&&(i[s.name]=!s.hidden),i)),{}),s=this._table?.columns.map((t=>t.name));(t?t.filter((t=>s.indexOf(t)<0)):[]).forEach((t=>{i[t]=!0})),this._columnsInfo=t?t.reduce(((t,s)=>(t[s]=i[s],t)),{}):i}async _selectDefaultFeature(t){t.length>0&&this._table.highlightIds.addMany(t)}_checkEditEnabled(){this._editEnabled=this._layer.editingEnabled&&this._layer.capabilities.operations.supportsUpdate,this._deleteEnabled=this._layer.editingEnabled&&this._layer.capabilities.operations.supportsDelete}async _sortTable(){let t,i=this._layer?.objectIdField,s="desc";this.mapInfo?.layerOptions?.layers?.length>0&&this._layer?.id&&(t=this.mapInfo.layerOptions.layers.filter((t=>t.id===this._layer.id)),t&&t.length>0&&(t=t[0],t.sortField&&t.fields?.includes(t.sortField)&&(i=t.sortField),s=t?.sortOrder?t.sortOrder:"desc")),this._table&&this._layer&&(await this._table.when(),await this._layer.when((()=>{this._table.sortColumn(i,s)})))}_forceShowHide(){this._showHideDropdown&&(this._showHideDropdown.open=this._showHideOpen),this._moreDropdown&&(this._moreDropdown.open=this._showHideOpen)}_toggleShowHide(){this._showHideOpen=!this._showHideOpen}_closeShowHide(){this._showHideOpen=!1}_handleDocumentClick(t){const i=t.target?.id;i.startsWith("layer-table-")?this._moreDropdown.open=!0:this._showHideOpen&&Object.keys(this._columnsInfo).indexOf(i)<0&&"chevron-right"!==i&&(this._closeShowHide(),this._moreDropdown&&(this._moreDropdown.open=!1),this._showHideDropdown&&(this._showHideDropdown.open=!1))}_filterModal(){return alert("_filterModal how does this one get hit??"),e("calcite-dialog",{class:"filter-content-space",heading:this._translations?.filter?.replace("{{title}}",this._layer?.title),id:"solutions-filter-dialog",kind:"brand",modal:!0,onCalciteDialogClose:()=>{this._closeFilter()},open:this._filterOpen,widthScale:"s"},e("instant-apps-filter-list",{autoUpdateUrl:!1,closeBtn:!0,closeBtnOnClick:()=>{this._closeFilter()},comboboxOverlayPositioning:"fixed",layerExpressions:this._layerExpressions,onFilterListReset:()=>{this._handleFilterListReset()},onFilterUpdate:()=>{this._handleFilterUpdate(this._filterList.filterCount>0)},ref:t=>this._filterList=t,view:this.mapView,zoomBtn:!1}))}async _handleFilterListReset(){this._filterActive=!1,this._updateShareUrl(),await this._searchFullText()}async _handleFilterUpdate(t){const i=this._layer.definitionExpression;if(this._floorExpression){const t=new RegExp(`${this._floorField} = ['].+[']`,"gm");this._layer.definitionExpression=i&&this._floorField&&i.indexOf(`${this._floorField} = '`)>-1?i.replace(t,this._floorExpression):i?`${i} AND (${this._floorExpression})`:this._floorExpression}this._filterActive=t,this._updateShareUrl(),await this._searchFullText()}_handleTableOnMapExtent(){this._table&&(this._filterByExtentHandle=this.reactiveUtils.when((()=>this.mapView.stationary),(async()=>{if(this._shouldUpdateTableOnExtentChange){await new Promise((t=>setTimeout(t,800))),this._table.filterGeometry=this.mapView.extent;const t={geometry:this.mapView.extent},i=await this._layer.queryObjectIds(t),s=this.selectedIds.filter((t=>!i.includes(t))),e=this._outOFExtentOids.filter((t=>i.includes(t)));s.length>0&&(this._table&&this._table?.viewModel?.attachmentsViewOptions?.objectId&&this._table.viewModel.hideAttachmentsView(),this._table.highlightIds.removeMany(s),this._outOFExtentOids=[...this._outOFExtentOids,...s]),e.length>0&&(this._table.highlightIds.addMany(e),this._outOFExtentOids=this._outOFExtentOids.filter((t=>!e.includes(t))))}this._allIds=await this.queryAllIds()}),{initial:!0}))}async _closeFilter(){this._filterOpen&&(this._allIds=await this.queryAllIds(),this._filterOpen=!1)}async queryAllIds(){const t=this._layer.createQuery();return t.geometry=this._filterByExtentHandle?this.mapView.extent:null,t.where=this._layer.definitionExpression||"1=1",await this._layer.queryObjectIds(t)}async _mapClicked(t){const i={include:this._layer},s=await this.mapView.hitTest(t.screenPoint,i);s.results.length>0?(s.results.forEach((t=>{const i=t.graphic.getObjectId();this._table.highlightIds.indexOf(i)<0&&(this._selectionFromMap=!0,this._table.highlightIds.add(i))})),this._showOnlySelected&&(this._table.filterBySelectionEnabled=!0)):await this.clearSelection()}async _selectAll(){const t=this._allIds,i=t.filter((t=>this.selectedIds.indexOf(t)<0));await this._validateActiveEdits(i,this.selectedIds)?(this._table.highlightIds.removeAll(),this._table.highlightIds.addMany(t),this.selectedIds=t,this._finishOnChange(),this._selectAllActive=!0):this._skipEditCheck=!1}_toggleShowSelected(){this._showOnlySelected=!this._showOnlySelected,this._table.filterBySelectionEnabled=this._showOnlySelected}_clearSelection(){this.selectedIds=[],this._outOFExtentOids=[],this._table&&this._table?.viewModel?.attachmentsViewOptions?.objectId&&this._table.viewModel.hideAttachmentsView(),this._table?.highlightIds.removeAll(),this._table?.rowHighlightIds.removeAll(),this._finishOnChange()}_toggleFilter(){this._filterOpen=!this._filterOpen}_initLayerExpressions(){const t=this.mapInfo?.filterConfig?.layerExpressions;this._layerExpressions=t?t.filter((t=>t.id===this._layer?.id)):[],this._filterList.layerExpressions=this._layerExpressions,this._filterActive=this._layerExpressions.filter((t=>t.expressions.filter((t=>t.active)).length>0)).length>0}async _switchSelected(){const t=[...this.selectedIds],i=this._allIds.reduce(((i,s)=>(t.indexOf(s)<0&&i.push(s),i)),[]).sort(((t,i)=>t-i));await this._validateActiveEdits(i,t)?(this._table.highlightIds.removeAll(),this._table.highlightIds.addMany(i),this.selectedIds=i,this._finishOnChange()):this._skipEditCheck=!1}async _exportToCSV(){const t={},i=this._getIds();t[this._layer.id]={selectionSetNames:[this._layer.title],ids:i,layer:this._layer};const s=this._table.columns.toArray().reduce(((t,i)=>{if(!i.hidden){const s=i?.name||i?.fieldName;s&&t.push(s.toLocaleLowerCase())}return t}),[]);this._updateToolInfoLoading("export",!0),this._csvExporting=!0,await p(this.mapView.map,t,!1,!1,!0,s,!0,!0),this._updateToolInfoLoading("export",!1),this._csvExporting=!1}_updateToolInfoLoading(t,i){this._toolInfos.some((s=>{if(s?.icon===t)return s.loading=i,!0}))}async _refresh(){await this._validateActiveEdits([],this.selectedIds)&&(await(this._table?.refresh()),this._allIds=await this.queryAllIds(),this.featureSelectionChange.emit(this.selectedIds))}async _zoom(){if(this._layer){const t=await r(this.mapView,this._layer.id);await c(this.selectedIds,t,this.mapView,!0,void 0,this.zoomToScale)}}async _layerSelectionChanged(t){const i=t.detail[0];if(i!==this._layer?.id||this._featuresEmpty()){this._fetchingData=!0;const t=await l(this.mapView,i);t&&await t.when((()=>{this._table&&this._table?.viewModel?.attachmentsViewOptions?.objectId&&this._table.viewModel.hideAttachmentsView(),this._shouldUpdateTableOnExtentChange=!0,this._layer=t,this._getFullTextSearchInfo()}))}this._fetchingData=!1}_getColumnTemplates(t,i){let s;this.mapInfo?.layerOptions?.layers.some((i=>{if(i.id===t)return s=i,!0}));const e=this._layer?.attributeTableTemplate?.elements;let a=[];e?.length>0&&this.honorMapFieldSettings&&(a=e.map((t=>t.fieldName)));const h=s?.fields&&s?.fieldOrder?s.fieldOrder.filter((t=>s.fields.indexOf(t)>-1)):a.length>0?a:void 0;let o;return i&&(o=i.reduce(((t,i)=>{const e={icon:"information",iconText:i.description,type:"field",fieldName:i.name,label:i.alias,menuConfig:this._getMenuConfig(i.name)};return s&&s?.fields?s.fields.indexOf(i.name)>-1&&t.push(e):a.length>0?a.indexOf(i.name)>-1&&t.push(e):t.push(e),t}),[])),h?o?.sort(this._sortFields.bind(this,h)):o}_sortFields(t,i,s){return t?.indexOf(i.fieldName)-t.indexOf(s.fieldName)}_getMenuConfig(t){return{items:[{label:this._translations.hideField,icon:"view-hide",autoCloseMenu:!0,clickFunction:()=>{this._handleHideClick(t)}}]}}_handleHideClick(t){this._columnsInfo[t]=!1,this._table.hideColumn(t),this._table.tableTemplate.columnTemplates.forEach((i=>{i.fieldName===t&&(i.visible=!1)}))}async _getTranslations(){const t=await h(this.el);this._translations=t[0]}static get watchers(){return{appLayout:["appLayoutWatchHandler"],defaultOid:["defaultOidWatchHandler"],defaultGlobalId:["defaultGlobalIdWatchHandler"],enableCSV:["enableCSVWatchHandler"],enableInlineEdit:["enableInlineEditWatchHandler"],enableShare:["enableShareWatchHandler"],_controlsThatFit:["_controlsThatFitWatchHandler"],locale:["localeWatchHandler"],mapHidden:["mapHiddenWatchHandler"],isMobile:["isMobileWatchHandler"],mapView:["mapViewWatchHandler"],_layer:["_layerWatchHandler"],selectedIds:["selectedIdsWatchHandler"]}}};function u(t){return function(t){return-1!==t?.indexOf("http://")}(t)?t.replace(/^http:\/\//,"https://"):t}f.style=':host{display:block}.height-full{height:100%}.height-full-adjusted{height:calc(100% - 20px)}.width-full{width:100%}.display-flex{display:flex}.table-border{border:1px solid var(--calcite-color-border-2)}.border-end{border-inline-end:1px solid var(--calcite-color-border-2)}.border-bottom{border-bottom:1px solid var(--calcite-color-border-2)}.padding-5{padding:5px}.padding-end-1{padding-inline-end:1rem}.height-51-px{height:51px}.height-50-px{height:50px}.bottom-left{position:absolute;left:0;bottom:0;padding-left:5px}html[dir="rtl"] .bottom-left{position:absolute;right:0;bottom:0;padding-right:5px}.height-19{height:19px}.background{background-color:var(--calcite-color-background)}.text-color{color:var(--calcite-color-text-1)}.align-center{align-items:center}.danger-color{color:var(--calcite-color-status-danger)}.esri-feature-table vaadin-grid{border:none !important}vaadin-grid-cell-content{font-size:14px !important;color:var(--calcite-color-text-3) !important}.share-action{position:absolute;right:0;left:unset}html[dir="rtl"] .share-action{left:0;right:unset}.disabled{cursor:default !important;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled);pointer-events:none}.instant-app-share{height:50px !important;display:inline-flex}.border-top{border-top:1px solid var(--calcite-color-border-2)}.modal{--calcite-modal-content-padding:0}.esri-feature-table__table-container{height:100%}.search-container{background-color:var(--calcite-color-foreground-1) !important}.search{--calcite-color-border-input:var(--calcite-color-border-3);width:60%;padding:10px}.delete-red{--calcite-icon-color:var(--calcite-color-status-danger);--calcite-color-text-1:var(--calcite-color-status-danger);--calcite-color-text-3:var(--calcite-color-status-danger)}';const m=class{constructor(s){t(this,s),this.mapChanged=i(this,"mapChanged",7),this.beforeMapChanged=i(this,"beforeMapChanged",7),this.toggleFilter=i(this,"toggleFilter",7),this.clearSelection=i(this,"clearSelection",7),this.appLayout=void 0,this.appProxies=void 0,this.defaultWebmapId="",this.defaultLayerId=void 0,this.enableHome=void 0,this.enableLegend=void 0,this.enableFloorFilter=void 0,this.enableFullscreen=void 0,this.enableShare=!1,this.enableSingleExpand=!0,this.enableSearch=void 0,this.enableBasemap=void 0,this.basemapConfig=void 0,this.hidden=void 0,this.homeZoomIndex=3,this.homeZoomPosition="top-left",this.homeZoomToolsSize="m",this.locale=void 0,this.mapInfos=[],this.mapWidgetsIndex=0,this.mapWidgetsPosition="top-right",this.mapWidgetsSize="m",this.mapView=void 0,this.stackTools=!0,this.theme=void 0,this.toolOrder=void 0,this.isMapLayout=void 0,this.shareIncludeEmbed=void 0,this.shareIncludeSocial=void 0,this.selectedFeaturesIds=void 0,this.selectedLayer=void 0,this.zoomToScale=void 0,this.onlyShowUpdatableLayers=void 0,this.isMobile=void 0,this.mapInfo=void 0,this._translations=void 0,this._searchConfiguration=void 0,this._webMapInfo=void 0,this._showHideOpen=!1,this._toolInfos=void 0,this._controlsThatFit=void 0}get el(){return s(this)}esriConfig;Home;MapView;WebMap;_defaultWebmapHonored=!1;_homeWidget;_loadedId="";_mapDiv;_mapPicker;_mapTools;_moreDropdown;_mapListExpanded=!1;_filterActive=!1;_definitionExpression;_mapLayerPicker;_resizeObserver;_shareNode;_showHideDropdown;_toolbar;_timeout;_toolbarSizeInfos;_defaultVisibleToolSizeInfos;_observerSet=!1;appLayoutWatchHandler(){this._updateShareUrl()}enableHomeWatchHandler(){this._initHome()}enableShareWatchHandler(){this._toolbar&&this._updateToolbar()}async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async mapViewWatchHandler(){this.mapView&&this._updateShareUrl()}async selectedLayerWatchHandler(){await(this.selectedLayer?.when((async()=>{this._definitionExpression=this.selectedLayer.definitionExpression})))}async selectedFeaturesIdsWatchHandler(){this._updateShareUrl(),this._validateEnabledActions()}_controlsThatFitWatchHandler(){const t=this._controlsThatFit?this._controlsThatFit.reduce(((t,i)=>(t.push(i.id),t)),[]):[];this._toolInfos=this._toolInfos?.map((i=>{if(i&&this._controlsThatFit){const s=this._getId(i.icon);return i.isOverflow=t.indexOf(s)<0,i}}))}async resetFilter(){this._filterActive=!1,this._updateShareUrl()}async updateFilterState(t){this._filterActive=t,this._updateShareUrl()}async updateLayer(){this._mapLayerPicker.updateLayer()}mapChanged;beforeMapChanged;toggleFilter;clearSelection;async mapInfoChange(t){await this._loadMap(t.detail)}noLayersFound(){this.selectedLayer=void 0,this.selectedFeaturesIds=[]}layerSelectionChange(){setTimeout((()=>{this._initToolInfos()}),50)}async componentWillLoad(){await this._getTranslations(),await this._initModules(),this._initToolInfos(),this._resizeObserver||(this._resizeObserver=new ResizeObserver((()=>this._updateToolbar())))}render(){const t=this.isMapLayout?"display-flex height-49-px":"",i=this.hidden?"visibility-hidden-1":"",s="dark"===this.theme?"calcite-mode-dark":"calcite-mode-light",h=this.mapInfos?.length>1||this.isMapLayout?"map-height":"height-full",o=this.isMapLayout?"":"display-none";return this._validateActiveActions(),e(a,{key:"0dbff0683a2ba0aa956344c84719990b8316bdee"},e("div",{key:"af68bee85faa0da7189d4d8d831eb858600038d8",class:`${t} width-full`,ref:t=>this._toolbar=t},this._getActionBar(),!this.isMobile&&this.isMapLayout&&this._getDropdown("more-table-options"),this.enableShare&&!this.isMobile&&this.isMapLayout?this._getShare("share"):void 0),e("calcite-progress",{key:"5c4d2dacfe7eb4b13d115731981b8e50870a271d",class:o,value:0}),e("div",{key:"357d395aa75ee86fa5060bfc0d48b62a7aad31fc",class:`${h} ${i}`,ref:t=>this._mapDiv=t}),e("map-tools",{key:"ec965773008f144944a04253ca5cea818d38cc69",basemapConfig:this.basemapConfig,class:`box-shadow ${s}`,enableBasemap:this.enableBasemap,enableFloorFilter:this.enableFloorFilter,enableFullscreen:this.enableFullscreen,enableHome:this.enableHome,enableLegend:this.enableLegend,enableSearch:this.enableSearch,enableSingleExpand:this.enableSingleExpand,homeZoomToolsSize:this.homeZoomToolsSize,locale:this.locale,mapView:this.mapView,mapWidgetsSize:this.mapWidgetsSize,position:this.mapWidgetsPosition,ref:t=>this._mapTools=t,searchConfiguration:this._searchConfiguration,stackTools:this.stackTools,toolOrder:this.toolOrder}))}async componentDidRender(){this.isMapLayout&&this._updateToolbar(),document.onclick=t=>this._handleDocumentClick(t)}async componentDidLoad(){this.isMobile||this._observerSet||(this._resizeObserver.observe(this._toolbar),this._observerSet=!0),this._updateShareUrl()}async _initModules(){const[t,i,s,e]=await o(["esri/WebMap","esri/views/MapView","esri/widgets/Home","esri/config"]);this.WebMap=t,this.MapView=i,this.Home=s,this.esriConfig=e}async _loadMap(t){const i=!this._defaultWebmapHonored&&this.defaultWebmapId,s=this.mapInfos?.filter((t=>t.id===this.defaultWebmapId)),e=JSON.stringify(t)!==JSON.stringify(this._webMapInfo);this._webMapInfo=i&&s?s[0]:!t?.id&&this.mapInfos.length>0?this.mapInfos[0]:t;const a=this._webMapInfo.id,h=i&&t?.id===this.defaultWebmapId;if(this._loadedId!==a&&!i||h){const t=new this.WebMap({portalItem:{id:a}});this.appProxies&&(await t.load(),await(o=t,l=this.esriConfig,n=this.appProxies,n&&n.forEach((t=>{o.allLayers.forEach((i=>{i&&i.url===t.sourceUrl&&(i.url=u(t.proxyUrl),i.portalItem&&i.portalItem.when((()=>{i.portalItem.url=u(t.proxyUrl)})),l.request?.interceptors?.push({urls:t.sourceUrl,before:i=>{i.url&&i.url===t.sourceUrl&&(i.url=u(t.proxyUrl))}}))}))})),o)),this.mapView=new this.MapView({container:this._mapDiv,map:t,resizeAlign:"center"}),this._loadedId=a,this._searchConfiguration=this._webMapInfo.searchConfiguration,this.beforeMapChanged.emit(),await this.mapView.when((()=>{this._initHome(),this.mapView.ui.add(this._mapTools,{position:this.mapWidgetsPosition,index:this.mapWidgetsIndex}),this._defaultWebmapHonored=!!h||this._defaultWebmapHonored,this.mapChanged.emit({id:a,mapView:this.mapView})}))}else i?(this._defaultWebmapHonored=!0,this._mapPicker.setMapByID(a)):e&&(this._searchConfiguration=this._webMapInfo.searchConfiguration,this.beforeMapChanged.emit(),this.mapChanged.emit({id:a,mapView:this.mapView}));var o,l,n;this._updateShareUrl()}_updateToolbar(){this._timeout&&clearTimeout(this._timeout),!this.isMobile&&this._toolbar&&this._toolInfos&&(this._timeout=setTimeout((()=>{clearTimeout(this._timeout),this._setToolbarSizeInfos();const t=this._toolbar.offsetWidth;let i=this._toolbarSizeInfos.reduce(((t,i)=>t+i.width),0);const s=["solutions-more","solutions-map-layer-picker-container","map-picker","solutions-action-share"];if(i>t){if(this._toolbarSizeInfos.length>0){const e=[...this._toolbarSizeInfos].reverse().reduce(((e,a)=>(s.indexOf(a.id)<0&&(i>t?i-=a.width:e.push(a)),e)),[]).reverse();this._setControlsThatFit(e,s)}}else if(this._defaultVisibleToolSizeInfos){const e=this._toolbarSizeInfos.reduce(((t,i)=>(t.push(i.id),t)),[]);let a=!1;const h=[...this._defaultVisibleToolSizeInfos].reduce(((h,o)=>(!a&&s.indexOf(o.id)<0&&(e.indexOf(o.id)>-1||i+o.width<=t)?(e.indexOf(o.id)<0&&(i+=o.width),h.push(o)):s.indexOf(o.id)<0&&i+o.width>t&&(a=!0),h)),[]);this._setControlsThatFit(h,s)}}),250))}_setControlsThatFit(t,i){let s=JSON.stringify(t)!==JSON.stringify(this._controlsThatFit);const e=document.getElementById("solutions-action-bar");e?.childNodes?.forEach((t=>{i.indexOf(t.id)<0&&!s&&(s=this._controlsThatFit.map((t=>t.id)).indexOf(t.id)<0)})),s&&(this._controlsThatFit=[...t])}_setToolbarSizeInfos(){let t=!1;this._toolbarSizeInfos=[],this._toolbar.childNodes.forEach(((i,s)=>{0===s?i.childNodes.forEach((i=>{this._toolbarSizeInfos.push({id:i.id,width:i.offsetWidth}),t||(t=i.offsetWidth>0)})):i.referenceElement||(this._toolbarSizeInfos.push({id:i.id,width:i.offsetWidth}),t||(t=i.offsetWidth>0))})),t&&!this._defaultVisibleToolSizeInfos&&(this._defaultVisibleToolSizeInfos=[...this._toolbarSizeInfos])}_getActionBar(){const t=this.mapInfos?.length>1?"":"display-none",i=this.isMapLayout?"display-flex":"display-block",s=this.isMobile?"border-top":"",a=this.isMapLayout?"":"display-none";return e("calcite-action-bar",{class:i,expandDisabled:!0,expanded:!0,id:this._getId("bar"),layout:"horizontal"},e("map-picker",{class:t,id:"map-picker",isMapLayout:this.isMapLayout,locale:this.locale,mapInfos:this.mapInfos,ref:t=>this._mapPicker=t}),e("div",{class:`mapView-header display-flex ${a}`,id:"solutions-map-layer-picker-container"},e("div",{class:`border-end ${i} ${s}`},this.mapView&&e("map-layer-picker",{appearance:"transparent",defaultLayerId:this.defaultLayerId,display:"inline-flex",height:50,isMobile:this.isMobile,locale:this.locale,mapView:this.mapView,onlyShowUpdatableLayers:this.onlyShowUpdatableLayers,placeholderIcon:"layers",ref:t=>this._mapLayerPicker=t,scale:"l",selectedIds:this.selectedLayer?[this.selectedLayer.id]:[],showSingleLayerAsLabel:!0,showTables:!0,showTablesDisabled:!0,type:"dropdown"}))),!this.isMobile&&this.isMapLayout?this._getActions():void 0)}_getDropdown(t){const i=this._getDropdownItems();return i.length>0?e("calcite-dropdown",{closeOnSelectDisabled:!0,disabled:void 0===this.selectedLayer,id:"solutions-more",onCalciteDropdownBeforeClose:()=>this._forceShowHide(),ref:t=>this._moreDropdown=t},e("calcite-action",{appearance:"solid",id:t,label:"",onClick:()=>this._closeShowHide(),slot:"trigger",text:""},e("calcite-button",{appearance:"transparent",iconEnd:"chevron-down",kind:"neutral"},this._translations.more)),e("calcite-dropdown-group",{"selection-mode":"none"},i.map((t=>e("calcite-dropdown-group",{class:t.disabled?"disabled":"",selectionMode:"none"},e("calcite-dropdown-item",{disabled:t.loading,iconStart:t.icon,id:"solutions-subset-list",onClick:t.func},t.loading?e("div",{class:"display-flex"},e("calcite-loader",{inline:!0,label:t.label,scale:"m"}),t.label):t.label)))))):void 0}_getShare(t){return e("div",{class:"share-action",id:this._getId(t)},e("instant-apps-social-share",{autoUpdateShareUrl:!1,class:"instant-app-share",embed:this.shareIncludeEmbed,flipRtl:!0,popoverButtonIconScale:"s",ref:t=>{this._shareNode=t,this._updateShareUrl()},scale:"m",shareButtonColor:"neutral",shareButtonType:"action",socialMedia:this.shareIncludeSocial,view:this.mapView}),this._getToolTip("bottom",t,this._translations.share))}_updateShareUrl(){const t=this._shareNode?.shareUrl;if(!t)return;const i=new URL(t);this._loadedId?i.searchParams.set("webmap",this._loadedId):i.searchParams.delete("webmap"),this.selectedLayer?.id?i.searchParams.set("layer",this.selectedLayer.id):i.searchParams.delete("layer"),this.selectedFeaturesIds?.length>0?i.searchParams.set("oid",this.selectedFeaturesIds.join(",")):i.searchParams.delete("oid"),i.searchParams.set("applayout",this.appLayout),this._shareNode.shareUrl=i.href}_closeShowHide(){this._showHideOpen=!1}_getDropdownItems(){return this._toolInfos?.filter((t=>t&&t.isOverflow))}_initToolInfos(){const t=this.selectedFeaturesIds?.length>0,i=this._hasFilterExpressions(),s=this.selectedFeaturesIds?.length>1&&!1;this._translations&&(this._toolInfos=[{active:!1,icon:"zoom-to-object",indicator:!1,label:this._translations.zoom,func:()=>this._zoom(),disabled:!t,isOverflow:!1},i?{active:!1,icon:"filter",indicator:!1,label:this._translations.filters,func:()=>this._toggleFilter(),disabled:!1,isOverflow:!1}:void 0,s?{active:!1,icon:"pencil",indicator:!1,label:this._translations.editMultiple,func:()=>alert(this._translations.editMultiple),disabled:!s,isOverflow:!1}:void 0,{active:!1,icon:"refresh",indicator:!1,label:this._translations.refresh,func:()=>this.selectedLayer.refresh(),disabled:!1,isOverflow:!1},{active:!1,icon:"erase",indicator:!1,label:this._translations.clearSelection,func:()=>this.clearSelection.emit(),disabled:!t,isOverflow:!1}],this._defaultVisibleToolSizeInfos=void 0)}_validateActiveActions(){const t=["filter"];this._toolInfos?.forEach((i=>{i&&t.indexOf(i.icon)>-1&&"filter"===i.icon&&(i.indicator=this._filterActive)}))}_validateEnabledActions(){const t=this.selectedFeaturesIds?.length>0,i=this.selectedFeaturesIds?.length>1&&this.selectedLayer?.capabilities?.operations?.supportsUpdate,s=["zoom-to-object","pencil","erase"];this._toolInfos?.forEach((e=>{e&&s.indexOf(e.icon)>-1&&(e.disabled="pencil"===e.icon?!i:!t)}))}_initHome(){if(this.enableHome){this._homeWidget=new this.Home({view:this.mapView}),this.mapView.ui.add(this._homeWidget,{position:this.homeZoomPosition,index:this.homeZoomIndex});const t="s"===this.homeZoomToolsSize?"32px":"m"===this.homeZoomToolsSize?"40px":"48px";this._homeWidget.domNode.style.height=t,this._homeWidget.domNode.style.width=t}else this._homeWidget&&this.mapView.ui.remove(this._homeWidget)}_toggleShowHide(){this._showHideOpen=!this._showHideOpen}_forceShowHide(){this._moreDropdown&&(this._moreDropdown.open=this._showHideOpen)}_handleDocumentClick(t){const i=t.target?.id;"solutions-subset-list"===i?this._moreDropdown.open=!0:this._showHideOpen&&"solutions-subset-list"!==i&&"solutions-more"!==i&&"chevron-down"!==i&&this._moreDropdown&&(this._showHideOpen=!1,this._moreDropdown.open=!1),"MAP-PICKER"===t.target.tagName&&(this._mapListExpanded=!this._mapListExpanded,this._mapPicker.toggle(this._mapListExpanded)),"MAP-PICKER"!==t.target.tagName&&(this._mapListExpanded=!1,this._mapPicker.close())}async _zoom(){if(this.selectedLayer){const t=await r(this.mapView,this.selectedLayer.id);await c(this.selectedFeaturesIds,t,this.mapView,!0,void 0,this.zoomToScale)}}async _toggleFilter(){this.toggleFilter.emit()}_hasFilterExpressions(){let t;return this.mapInfo?.filterConfig?.layerExpressions&&this.selectedLayer?.id&&(t=this.mapInfo.filterConfig.layerExpressions.filter((t=>t.id===this.selectedLayer.id))),t?.length>0}_getActions(){const t=this._getActionItems();return t?.reduce(((t,i)=>(i&&!i.isOverflow&&t.push(this._getAction(i.active,i.icon,i.indicator,i.label,i.func,i.disabled,i.loading)),t)),[])}_getToolTip(t,i,s){return document.getElementById(i)?e("calcite-tooltip",{placement:t,"reference-element":"map-"+i},e("span",null,s)):void 0}_getActionItems(){return this._toolInfos?.filter((t=>t&&!t.isOverflow))}_getAction(t,i,s,a,h,o,l,n){const c=void 0===this.selectedLayer||o;return e("div",{class:"display-flex",id:this._getId(i),slot:n},e("calcite-action",{active:t,appearance:"solid",disabled:c,icon:i,id:"map-"+i,indicator:s,label:a,loading:l,onClick:h,text:a,textEnabled:!0}),this._getToolTip("bottom",i,a))}_getId(t){return`solutions-action-${t}`}async _getTranslations(){const t=await h(this.el);this._translations=t[0]}static get watchers(){return{appLayout:["appLayoutWatchHandler"],enableHome:["enableHomeWatchHandler"],enableShare:["enableShareWatchHandler"],locale:["localeWatchHandler"],mapView:["mapViewWatchHandler"],selectedLayer:["selectedLayerWatchHandler"],selectedFeaturesIds:["selectedFeaturesIdsWatchHandler"],_controlsThatFit:["_controlsThatFitWatchHandler"]}}};m.style=":host{display:block;--calcite-label-margin-bottom:0;--calcite-block-padding:0}.map-height{height:calc(100% - 53px)}.height-full{height:100%}.height-49-px{height:49px}.box-shadow{box-shadow:none !important}.visibility-hidden-1{visibility:hidden;height:1px;}.display-none{display:none}.display-block{display:block}";export{b as card_manager,f as layer_table,m as map_card}
@@ -0,0 +1,11 @@
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-934e8935.js";import{g as o}from"./p-57be3b9d.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";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"})}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(){localStorage.setItem(this.firstUseVar,"true"),this.consentGranted.emit({granted:!0}),this._open=!1}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}
@@ -0,0 +1,6 @@
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,H as a}from"./p-934e8935.js";import{g as h}from"./p-57be3b9d.js";import{g as n,d as o,n as l}from"./p-5693ce7a.js";import{s as c}from"./p-5e7369d1.js";import"./p-d4056c1c.js";import"./p-80cb7c73.js";import"./p-c6e42ad1.js";const r=class{constructor(e){t(this,e),this.beforeLayerSelectionChange=i(this,"beforeLayerSelectionChange",7),this.idsFound=i(this,"idsFound",7),this.noLayersFound=i(this,"noLayersFound",7),this.layerSelectionChange=i(this,"layerSelectionChange",7),this.appearance="transparent",this.defaultLayerId="",this.display="inline-block",this.enabledLayerIds=[],this.enabledTableIds=[],this.height=void 0,this.isMobile=void 0,this.locale=void 0,this.mapView=void 0,this.onlyShowUpdatableLayers=void 0,this.placeholderIcon="",this.selectedIds=[],this.scale="m",this.showTables=void 0,this.showTablesDisabled=void 0,this.showSingleLayerAsLabel=!1,this.type="select",this._hasMultipleLayers=!0,this._hasValidLayers=!0,this._isDropdownOpen=void 0,this.ids=[],this.selectedName="",this._translations=void 0}get el(){return e(this)}defaultLayerHonored=!1;_layerElement;_layerNameHash;_skipEditCheck=!1;_tableNameHash;async localeWatchHandler(){this.el.lang=this.locale,await this._getTranslations()}async mapViewWatchHandler(){await this._setLayers(),this.ids.length>0?(this._hasValidLayers=!0,this._hasMultipleLayers=this.ids.length>1,this._setSelectedLayer(this.ids[0])):(this._hasValidLayers=!1,this.noLayersFound.emit())}async setLayerById(t,i=!1){this._skipEditCheck=i,this._setSelectedLayer(t),this._skipEditCheck=!1}async setLayerByIds(t,i=!1){this._skipEditCheck=i,this._layerSelectionChange(t),this._skipEditCheck=!1}async updateLayer(){this._setSelectedLayer(this.ids[0])}beforeLayerSelectionChange;idsFound;noLayersFound;layerSelectionChange;async componentWillLoad(){await this._getTranslations(),await this._setLayers()}async componentWillRender(){if(this.ids.length>0||1===this.selectedIds.length){const t=1===this.selectedIds.length?this.selectedIds[0]:this.ids[0];if(t!==this.selectedIds[0])this._setSelectedLayer(t);else{const t=await n(this.mapView,this.selectedIds[0]);this.selectedName=t?.title}}}render(){const t="map-layer-picker";let i=this.height>0?{height:`${this.height.toString()}px`}:{};return i={...i,display:this.display},s(a,{key:"147cfa11bb6bcfd439045cbf8718efb40847a80e"},s("div",{key:"7955f81d7b76f36c267cdc0716f117db44dce46e",class:"map-layer-picker-container",style:i},s("div",{key:"930a397e3504991e6681253b06c2e36bc7abf184",class:"map-layer-picker",style:i},this._hasValidLayers?!this._hasMultipleLayers&&this.showSingleLayerAsLabel?this._getSingleLayerPlaceholder():"combobox"===this.type?this._getCombobox(t):"select"===this.type?this._getSelect(t):this._getDropdown(t):this._getInvalidPlaceholder())))}async componentDidLoad(){if(this.ids.length>0||1===this.selectedIds.length){const t=1===this.selectedIds.length?this.selectedIds[0]:this.ids[0];"select"===this.type?this._layerElement.value=t:"dropdown"===this.type&&(this.selectedName=Object.keys(this._layerNameHash).indexOf(t)>-1?this._layerNameHash[t].name:Object.keys(this._tableNameHash).indexOf(t)>-1?this._tableNameHash[t].name:"")}}_getInvalidPlaceholder(){return s("div",null,s("calcite-notice",{class:"height-100",icon:"exclamation-mark-triangle",id:"no-valid-layers",kind:"danger",open:!0},s("div",{slot:"message"},this._translations.noLayersFound)),s("calcite-tooltip",{label:this._translations.enableEditUpdate,placement:"bottom","reference-element":"no-valid-layers"},s("span",null,this._translations.enableEditUpdate)))}_getSingleLayerPlaceholder(){const t=this._getItemTypeIcon();return s("div",{class:"layer-picker-label-container cursor-default"},s("calcite-icon",{icon:t,scale:"s"}),s("calcite-label",{class:"no-bottom-margin padding-start-1"},this.selectedName))}_getSelect(t){return s("calcite-select",{id:t,label:"",onCalciteSelectChange:()=>this._layerSelectionChange(),ref:t=>{this._layerElement=t},scale:this.scale},this._getMapLayerOptions())}_getCombobox(t){return s("calcite-combobox",{clearDisabled:!0,id:t,label:"",onCalciteComboboxChange:()=>this._layerSelectionChange(),"placeholder-icon":this.placeholderIcon,ref:t=>{this._layerElement=t},scale:this.scale,"selection-mode":"single"},this._getMapLayerOptions())}_getDropdown(t){return s("calcite-dropdown",{class:"layer-picker-dropdown",onCalciteDropdownBeforeClose:()=>this._isDropdownOpen=!1,onCalciteDropdownBeforeOpen:()=>this._isDropdownOpen=!0},this.isMobile?this._getDropdownButton():this._getActionDropdownButton(t),s("calcite-dropdown-group",{"selection-mode":"single"},this._getMapLayerOptions()))}_getActionDropdownButton(t){return s("calcite-action",{id:t,slot:"trigger",text:""},this._getDropdownButton())}_getDropdownButton(){const t=this._getItemTypeIcon();return s("calcite-button",{alignment:"icon-end-space-between",appearance:this.appearance,class:this.isMobile?"":"max-width-350",iconEnd:this._isDropdownOpen?"chevron-up":"chevron-down",iconStart:t,kind:"neutral",slot:this.isMobile?"trigger":"",width:"full"},s("div",null,this.selectedName))}_getItemTypeIcon(){let t="layers";if(this.selectedIds.length>0&&this._layerNameHash){const i=this.selectedIds[0];t=Object.keys(this._layerNameHash).indexOf(i)>-1?"layers":"table"}return t}_getMapLayerOptions(){return this.ids.reduce(((t,i)=>(this._validLayer(i)?t.push(this._getItem(i,"layer")):this._validTable(i)&&t.push(this._getItem(i,"table")),t)),[])}_getItem(t,i){const e="layer"===i?this._layerNameHash[t]:this._tableNameHash[t],a=!!this.onlyShowUpdatableLayers&&!e.supportsUpdate,h=e.name,n=this.selectedIds.indexOf(t)>-1;return"combobox"===this.type?s("calcite-combobox-item",{disabled:a,selected:n,textLabel:h,value:t}):"select"===this.type?s("calcite-option",{disabled:a,label:h,selected:n,value:t}):s("calcite-dropdown-group",{class:a?"disabled":"",selectionMode:a?"none":"single"},s("calcite-dropdown-item",{disabled:"table"===i&&this.showTablesDisabled,"icon-start":i,onClick:a?void 0:()=>{this._setSelectedLayer(t)},selected:n},h))}_setSelectedLayer(t){let i;this.defaultLayerId&&!this.defaultLayerHonored&&(i=this._getLayerFromHash(this.defaultLayerId),this.defaultLayerHonored=void 0!==i,t=this.defaultLayerHonored?this.defaultLayerId:t),i=i||this._getLayerFromHash(t),(this._skipEditCheck||!this.beforeLayerSelectionChange.emit({currentId:this.selectedIds[0],newId:t,ref:this.el}).defaultPrevented)&&(this.selectedName=i?.name,this.selectedIds=[t],this.layerSelectionChange.emit(this.selectedIds))}_getLayerFromHash(t){return Object.keys(this._layerNameHash).indexOf(t)>-1?this._layerNameHash[t]:Object.keys(this._tableNameHash).indexOf(t)>-1?this._tableNameHash[t]:void 0}async _setLayers(){if(this.mapView){await this._initLayerTableHash();const t=this.onlyShowUpdatableLayers?this._getEditableIds(this._layerNameHash):Object.keys(this._layerNameHash),i=this.showTables?this.onlyShowUpdatableLayers?this._getEditableIds(this._tableNameHash):Object.keys(this._tableNameHash):[];this.ids=[...t.reverse().filter((t=>!(this.enabledLayerIds?.length>0)||this.enabledLayerIds.reverse().indexOf(t)>-1)),...i.reverse().filter((t=>!(this.enabledTableIds?.length>0)||this.enabledTableIds.reverse().indexOf(t)>-1))],this.idsFound.emit({layerIds:t,tableIds:i})}}_getEditableIds(t){return Object.keys(t).reduce(((i,e)=>(t[e].supportsUpdate&&i.push(e),i)),[])}async _initLayerTableHash(){this._layerNameHash=await o(this.mapView,this.onlyShowUpdatableLayers),this._tableNameHash=this.showTables?await l(this.mapView,this.onlyShowUpdatableLayers):{}}_validLayer(t){const i=this._layerNameHash[t]?.name;return i&&Object.keys(c.managedLayers).indexOf(i)<0&&(!(this.enabledLayerIds.length>0)||this.enabledLayerIds.indexOf(t)>-1)}_validTable(t){const i=this._tableNameHash[t]?.name,e=i&&this.showTables;return e?c.managedTables.indexOf(i)<0&&(!(this.enabledTableIds.length>0)||this.enabledTableIds.indexOf(t)>-1):e}_layerSelectionChange(t){const i=t||(Array.isArray(this._layerElement.value)?this._layerElement.value:[this._layerElement.value]);if(JSON.stringify(i)!==JSON.stringify([""])){if(!this._skipEditCheck&&this.beforeLayerSelectionChange.emit({currentIds:this.selectedIds,newIds:i,ref:this.el}).defaultPrevented)return;this.selectedIds=i,this.layerSelectionChange.emit(this.selectedIds)}}async _getTranslations(){const t=await h(this.el);this._translations=t[0]}static get watchers(){return{locale:["localeWatchHandler"],mapView:["mapViewWatchHandler"]}}};r.style=":host{display:block}.map-layer-picker-container{width:100%;align-items:center}.map-layer-picker{position:relative;width:100%;display:inline-block}.padding-bottom-1{padding-bottom:1rem}.layer-picker-dropdown{height:100%;width:100%}.max-width-350{max-width:350px}.height-100{height:100%}.disabled{cursor:default !important;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled);pointer-events:none}.no-bottom-margin{--calcite-label-margin-bottom:0px}.layer-picker-label-container{align-items:center;display:inline-flex;height:100%;padding-inline-start:1rem;padding-inline-end:1rem}.padding-start-1{padding-inline-start:1rem}.cursor-default{cursor:default}";export{r as map_layer_picker}
@@ -0,0 +1,6 @@
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{d as e,f as t}from"./p-934e8935.js";const s=e=>!("isConnected"in e)||e.isConnected,n=(()=>{let e;return(...t)=>{e&&clearTimeout(e),e=setTimeout((()=>{e=0,(e=>{for(let t of e.keys())e.set(t,e.get(t).filter(s))})(...t)}),2e3)}})(),o=e=>"function"==typeof e?e():e,r=(s,r)=>{const c=((e,t=((e,t)=>e!==t))=>{const s=o(e);let n=new Map(Object.entries(null!=s?s:{}));const r={dispose:[],get:[],set:[],reset:[]},c=()=>{var t;n=new Map(Object.entries(null!==(t=o(e))&&void 0!==t?t:{})),r.reset.forEach((e=>e()))},u=e=>(r.get.forEach((t=>t(e))),n.get(e)),i=(e,s)=>{const o=n.get(e);t(s,o,e)&&(n.set(e,s),r.set.forEach((t=>t(e,s,o))))},p="undefined"==typeof Proxy?{}:new Proxy(s,{get:(e,t)=>u(t),ownKeys:()=>Array.from(n.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(e,t)=>n.has(t),set:(e,t,s)=>(i(t,s),!0)}),a=(e,t)=>(r[e].push(t),()=>{((e,t)=>{const s=e.indexOf(t);s>=0&&(e[s]=e[e.length-1],e.length--)})(r[e],t)});return{state:p,get:u,set:i,on:a,onChange:(t,s)=>{const n=a("set",((e,n)=>{e===t&&s(n)})),r=a("reset",(()=>s(o(e)[t])));return()=>{n(),r()}},use:(...e)=>{const t=e.reduce(((e,t)=>(t.set&&e.push(a("set",t.set)),t.get&&e.push(a("get",t.get)),t.reset&&e.push(a("reset",t.reset)),t.dispose&&e.push(a("dispose",t.dispose)),e)),[]);return()=>t.forEach((e=>e()))},dispose:()=>{r.dispose.forEach((e=>e())),c()},reset:c,forceUpdate:e=>{const t=n.get(e);r.set.forEach((s=>s(e,t,t)))}}})(s,r);return c.use((()=>{if("function"!=typeof e)return{};const s=new Map;return{dispose:()=>s.clear(),get:t=>{const n=e();n&&((e,t,s)=>{const n=e.get(t);n?n.includes(s)||n.push(s):e.set(t,[s])})(s,t,n)},set:e=>{const o=s.get(e);o&&s.set(e,o.filter(t)),n(s)},reset:()=>{s.forEach((e=>e.forEach(t))),n(s)}}})()),c};export{r as c}