@esri/solutions-components 0.11.25 → 0.11.27

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 (1066) hide show
  1. package/dist/cjs/card-manager_3.cjs.entry.js +24 -22
  2. package/dist/cjs/create-feature_4.cjs.entry.js +28 -10
  3. package/dist/cjs/create-related-feature_3.cjs.entry.js +2 -1
  4. package/dist/cjs/crowdsource-manager.cjs.entry.js +4 -4
  5. package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
  6. package/dist/cjs/{downloadUtils-fcae8eb1.js → downloadUtils-da9e19c6.js} +1 -1
  7. package/dist/cjs/feature-list.cjs.entry.js +3 -3
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/map-layer-picker.cjs.entry.js +1 -1
  10. package/dist/cjs/map-select-tools_3.cjs.entry.js +2 -2
  11. package/dist/cjs/{mapViewUtils-4ea7216c.js → mapViewUtils-8b26c9d0.js} +3 -1
  12. package/dist/cjs/{popupUtils-87b006a6.js → popupUtils-69ad52f5.js} +1 -1
  13. package/dist/cjs/public-notification.cjs.entry.js +2 -2
  14. package/dist/cjs/solution-item-accordion.cjs.entry.js +3 -3
  15. package/dist/cjs/solutions-components.cjs.js +1 -1
  16. package/dist/collection/components/card-manager/card-manager.js +1 -1
  17. package/dist/collection/components/create-feature/create-feature.js +12 -3
  18. package/dist/collection/components/create-related-feature/create-related-feature.js +1 -0
  19. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +3 -3
  20. package/dist/collection/components/edit-card/edit-card.js +13 -4
  21. package/dist/collection/components/layer-table/layer-table.js +21 -21
  22. package/dist/collection/components/solution-item-accordion/solution-item-accordion.css +26 -0
  23. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +2 -2
  24. package/dist/collection/demos/index.html +0 -9
  25. package/dist/collection/utils/queryUtils.js +3 -1
  26. package/dist/collection/utils/queryUtils.ts +3 -1
  27. package/dist/components/card-manager2.js +1 -1
  28. package/dist/components/create-feature2.js +12 -3
  29. package/dist/components/create-related-feature2.js +1 -0
  30. package/dist/components/crowdsource-manager.js +3 -3
  31. package/dist/components/edit-card2.js +13 -4
  32. package/dist/components/layer-table2.js +21 -20
  33. package/dist/components/queryUtils.js +3 -1
  34. package/dist/components/solution-item-accordion.js +3 -3
  35. package/dist/esm/card-manager_3.entry.js +24 -22
  36. package/dist/esm/create-feature_4.entry.js +28 -10
  37. package/dist/esm/create-related-feature_3.entry.js +2 -1
  38. package/dist/esm/crowdsource-manager.entry.js +4 -4
  39. package/dist/esm/crowdsource-reporter.entry.js +1 -1
  40. package/dist/esm/{downloadUtils-078cd709.js → downloadUtils-0b6677dc.js} +1 -1
  41. package/dist/esm/feature-list.entry.js +3 -3
  42. package/dist/esm/loader.js +1 -1
  43. package/dist/esm/map-layer-picker.entry.js +1 -1
  44. package/dist/esm/map-select-tools_3.entry.js +2 -2
  45. package/dist/esm/{mapViewUtils-9da9be1c.js → mapViewUtils-2682c21a.js} +3 -1
  46. package/dist/esm/{popupUtils-6a965512.js → popupUtils-9233302d.js} +1 -1
  47. package/dist/esm/public-notification.entry.js +2 -2
  48. package/dist/esm/solution-item-accordion.entry.js +3 -3
  49. package/dist/esm/solutions-components.js +1 -1
  50. package/dist/solutions-components/demos/index.html +0 -9
  51. package/dist/solutions-components/p-3a7bde22.entry.js +6 -0
  52. package/dist/solutions-components/{p-db3391b9.js → p-4084e2d1.js} +1 -1
  53. package/dist/solutions-components/p-4294c7e6.entry.js +6 -0
  54. package/dist/solutions-components/{p-abcdbba6.entry.js → p-447e7d3f.entry.js} +1 -1
  55. package/dist/solutions-components/{p-3e16c433.entry.js → p-477dbafa.entry.js} +1 -1
  56. package/dist/solutions-components/{p-a9b81651.entry.js → p-47f13430.entry.js} +1 -1
  57. package/dist/solutions-components/p-5693ce7a.js +36 -0
  58. package/dist/solutions-components/{p-e8df7a70.entry.js → p-83f0dd3b.entry.js} +1 -1
  59. package/dist/solutions-components/p-87ae2979.entry.js +6 -0
  60. package/dist/solutions-components/{p-84976ab1.entry.js → p-896b6028.entry.js} +1 -1
  61. package/dist/solutions-components/{p-0bc11bac.entry.js → p-9777c01f.entry.js} +1 -1
  62. package/dist/solutions-components/{p-c117b7f7.entry.js → p-ee8fa795.entry.js} +1 -1
  63. package/dist/solutions-components/{p-bf04c6f4.js → p-f3003b3a.js} +2 -2
  64. package/dist/solutions-components/solutions-components.esm.js +1 -1
  65. package/dist/solutions-components/utils/queryUtils.ts +3 -1
  66. package/dist/solutions-components_commit.txt +6 -6
  67. package/dist/types/components/layer-table/layer-table.d.ts +0 -4
  68. package/package.json +1 -1
  69. package/dist/collection/assets/t9n/add-record-modal/resources.json +0 -10
  70. package/dist/collection/assets/t9n/add-record-modal/resources_en.json +0 -10
  71. package/dist/collection/assets/t9n/arcgis-login/resources.json +0 -3
  72. package/dist/collection/assets/t9n/arcgis-login/resources_en.json +0 -3
  73. package/dist/collection/assets/t9n/buffer-tools/resources_en.json +0 -6
  74. package/dist/collection/assets/t9n/card-manager/resources_en.json +0 -7
  75. package/dist/collection/assets/t9n/comment-card/resources.json +0 -4
  76. package/dist/collection/assets/t9n/comment-card/resources_ar.json +0 -4
  77. package/dist/collection/assets/t9n/comment-card/resources_bg.json +0 -4
  78. package/dist/collection/assets/t9n/comment-card/resources_bs.json +0 -4
  79. package/dist/collection/assets/t9n/comment-card/resources_ca.json +0 -4
  80. package/dist/collection/assets/t9n/comment-card/resources_cs.json +0 -4
  81. package/dist/collection/assets/t9n/comment-card/resources_da.json +0 -4
  82. package/dist/collection/assets/t9n/comment-card/resources_de.json +0 -4
  83. package/dist/collection/assets/t9n/comment-card/resources_el.json +0 -4
  84. package/dist/collection/assets/t9n/comment-card/resources_en.json +0 -4
  85. package/dist/collection/assets/t9n/comment-card/resources_es.json +0 -4
  86. package/dist/collection/assets/t9n/comment-card/resources_et.json +0 -4
  87. package/dist/collection/assets/t9n/comment-card/resources_fi.json +0 -4
  88. package/dist/collection/assets/t9n/comment-card/resources_fr.json +0 -4
  89. package/dist/collection/assets/t9n/comment-card/resources_he.json +0 -4
  90. package/dist/collection/assets/t9n/comment-card/resources_hr.json +0 -4
  91. package/dist/collection/assets/t9n/comment-card/resources_hu.json +0 -4
  92. package/dist/collection/assets/t9n/comment-card/resources_id.json +0 -4
  93. package/dist/collection/assets/t9n/comment-card/resources_it.json +0 -4
  94. package/dist/collection/assets/t9n/comment-card/resources_ja.json +0 -4
  95. package/dist/collection/assets/t9n/comment-card/resources_ko.json +0 -4
  96. package/dist/collection/assets/t9n/comment-card/resources_lt.json +0 -4
  97. package/dist/collection/assets/t9n/comment-card/resources_lv.json +0 -4
  98. package/dist/collection/assets/t9n/comment-card/resources_nb.json +0 -4
  99. package/dist/collection/assets/t9n/comment-card/resources_nl.json +0 -4
  100. package/dist/collection/assets/t9n/comment-card/resources_no.json +0 -4
  101. package/dist/collection/assets/t9n/comment-card/resources_pl.json +0 -4
  102. package/dist/collection/assets/t9n/comment-card/resources_pt-BR.json +0 -4
  103. package/dist/collection/assets/t9n/comment-card/resources_pt-PT.json +0 -4
  104. package/dist/collection/assets/t9n/comment-card/resources_ro.json +0 -4
  105. package/dist/collection/assets/t9n/comment-card/resources_ru.json +0 -4
  106. package/dist/collection/assets/t9n/comment-card/resources_sk.json +0 -4
  107. package/dist/collection/assets/t9n/comment-card/resources_sl.json +0 -4
  108. package/dist/collection/assets/t9n/comment-card/resources_sr.json +0 -4
  109. package/dist/collection/assets/t9n/comment-card/resources_sv.json +0 -4
  110. package/dist/collection/assets/t9n/comment-card/resources_th.json +0 -4
  111. package/dist/collection/assets/t9n/comment-card/resources_tr.json +0 -4
  112. package/dist/collection/assets/t9n/comment-card/resources_uk.json +0 -4
  113. package/dist/collection/assets/t9n/comment-card/resources_vi.json +0 -4
  114. package/dist/collection/assets/t9n/comment-card/resources_zh-CN.json +0 -4
  115. package/dist/collection/assets/t9n/comment-card/resources_zh-HK.json +0 -4
  116. package/dist/collection/assets/t9n/comment-card/resources_zh-TW.json +0 -4
  117. package/dist/collection/assets/t9n/consent-manager/resources_en.json +0 -5
  118. package/dist/collection/assets/t9n/create-feature/resources_en.json +0 -5
  119. package/dist/collection/assets/t9n/create-related-feature/resources_en.json +0 -3
  120. package/dist/collection/assets/t9n/crowdsource-manager/resources_en.json +0 -15
  121. package/dist/collection/assets/t9n/crowdsource-reporter/resources_en.json +0 -32
  122. package/dist/collection/assets/t9n/delete-button/resources_en.json +0 -8
  123. package/dist/collection/assets/t9n/delete-dialog/resources_en.json +0 -8
  124. package/dist/collection/assets/t9n/edit-card/resources_en.json +0 -3
  125. package/dist/collection/assets/t9n/feature-list/resources_en.json +0 -8
  126. package/dist/collection/assets/t9n/info-card/resources_en.json +0 -10
  127. package/dist/collection/assets/t9n/instant-apps-export/resources.json +0 -12
  128. package/dist/collection/assets/t9n/instant-apps-export/resources_ar.json +0 -11
  129. package/dist/collection/assets/t9n/instant-apps-export/resources_bg.json +0 -11
  130. package/dist/collection/assets/t9n/instant-apps-export/resources_bs.json +0 -11
  131. package/dist/collection/assets/t9n/instant-apps-export/resources_ca.json +0 -11
  132. package/dist/collection/assets/t9n/instant-apps-export/resources_cs.json +0 -11
  133. package/dist/collection/assets/t9n/instant-apps-export/resources_da.json +0 -11
  134. package/dist/collection/assets/t9n/instant-apps-export/resources_de.json +0 -11
  135. package/dist/collection/assets/t9n/instant-apps-export/resources_el.json +0 -11
  136. package/dist/collection/assets/t9n/instant-apps-export/resources_en.json +0 -12
  137. package/dist/collection/assets/t9n/instant-apps-export/resources_es.json +0 -11
  138. package/dist/collection/assets/t9n/instant-apps-export/resources_et.json +0 -11
  139. package/dist/collection/assets/t9n/instant-apps-export/resources_fi.json +0 -11
  140. package/dist/collection/assets/t9n/instant-apps-export/resources_fr.json +0 -11
  141. package/dist/collection/assets/t9n/instant-apps-export/resources_he.json +0 -11
  142. package/dist/collection/assets/t9n/instant-apps-export/resources_hr.json +0 -11
  143. package/dist/collection/assets/t9n/instant-apps-export/resources_hu.json +0 -11
  144. package/dist/collection/assets/t9n/instant-apps-export/resources_id.json +0 -11
  145. package/dist/collection/assets/t9n/instant-apps-export/resources_it.json +0 -11
  146. package/dist/collection/assets/t9n/instant-apps-export/resources_ja.json +0 -11
  147. package/dist/collection/assets/t9n/instant-apps-export/resources_ko.json +0 -11
  148. package/dist/collection/assets/t9n/instant-apps-export/resources_lt.json +0 -11
  149. package/dist/collection/assets/t9n/instant-apps-export/resources_lv.json +0 -11
  150. package/dist/collection/assets/t9n/instant-apps-export/resources_nb.json +0 -11
  151. package/dist/collection/assets/t9n/instant-apps-export/resources_nl.json +0 -11
  152. package/dist/collection/assets/t9n/instant-apps-export/resources_pl.json +0 -11
  153. package/dist/collection/assets/t9n/instant-apps-export/resources_pt-BR.json +0 -11
  154. package/dist/collection/assets/t9n/instant-apps-export/resources_pt-PT.json +0 -11
  155. package/dist/collection/assets/t9n/instant-apps-export/resources_ro.json +0 -11
  156. package/dist/collection/assets/t9n/instant-apps-export/resources_ru.json +0 -11
  157. package/dist/collection/assets/t9n/instant-apps-export/resources_sk.json +0 -11
  158. package/dist/collection/assets/t9n/instant-apps-export/resources_sl.json +0 -11
  159. package/dist/collection/assets/t9n/instant-apps-export/resources_sr.json +0 -11
  160. package/dist/collection/assets/t9n/instant-apps-export/resources_sv.json +0 -11
  161. package/dist/collection/assets/t9n/instant-apps-export/resources_th.json +0 -11
  162. package/dist/collection/assets/t9n/instant-apps-export/resources_tr.json +0 -11
  163. package/dist/collection/assets/t9n/instant-apps-export/resources_uk.json +0 -11
  164. package/dist/collection/assets/t9n/instant-apps-export/resources_vi.json +0 -11
  165. package/dist/collection/assets/t9n/instant-apps-export/resources_zh-CN.json +0 -11
  166. package/dist/collection/assets/t9n/instant-apps-export/resources_zh-HK.json +0 -11
  167. package/dist/collection/assets/t9n/instant-apps-export/resources_zh-TW.json +0 -11
  168. package/dist/collection/assets/t9n/instant-apps-filter-list/resources.json +0 -16
  169. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_ar.json +0 -16
  170. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_bg.json +0 -16
  171. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_bs.json +0 -16
  172. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_ca.json +0 -16
  173. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_cs.json +0 -16
  174. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_da.json +0 -16
  175. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_de.json +0 -16
  176. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_el.json +0 -16
  177. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_en.json +0 -16
  178. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_es.json +0 -16
  179. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_et.json +0 -16
  180. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_fi.json +0 -16
  181. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_fr.json +0 -16
  182. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_he.json +0 -16
  183. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_hr.json +0 -16
  184. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_hu.json +0 -16
  185. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_id.json +0 -16
  186. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_it.json +0 -16
  187. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_ja.json +0 -16
  188. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_ko.json +0 -16
  189. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_lt.json +0 -16
  190. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_lv.json +0 -16
  191. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_nb.json +0 -16
  192. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_nl.json +0 -16
  193. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_pl.json +0 -16
  194. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_pt-BR.json +0 -16
  195. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_pt-PT.json +0 -16
  196. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_ro.json +0 -16
  197. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_ru.json +0 -16
  198. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_sk.json +0 -16
  199. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_sl.json +0 -16
  200. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_sr.json +0 -16
  201. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_sv.json +0 -16
  202. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_th.json +0 -16
  203. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_tr.json +0 -16
  204. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_uk.json +0 -16
  205. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_vi.json +0 -16
  206. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_zh-CN.json +0 -16
  207. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_zh-HK.json +0 -16
  208. package/dist/collection/assets/t9n/instant-apps-filter-list/resources_zh-TW.json +0 -16
  209. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources.json +0 -15
  210. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_ar.json +0 -15
  211. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_bg.json +0 -15
  212. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_bs.json +0 -15
  213. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_ca.json +0 -15
  214. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_cs.json +0 -15
  215. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_da.json +0 -15
  216. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_de.json +0 -15
  217. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_el.json +0 -15
  218. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_en.json +0 -15
  219. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_es.json +0 -15
  220. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_et.json +0 -15
  221. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_fi.json +0 -15
  222. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_fr.json +0 -15
  223. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_he.json +0 -15
  224. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_hr.json +0 -15
  225. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_hu.json +0 -15
  226. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_id.json +0 -15
  227. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_it.json +0 -15
  228. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_ja.json +0 -15
  229. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_ko.json +0 -15
  230. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_lt.json +0 -15
  231. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_lv.json +0 -15
  232. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_nb.json +0 -15
  233. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_nl.json +0 -15
  234. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_pl.json +0 -15
  235. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_pt-BR.json +0 -15
  236. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_pt-PT.json +0 -15
  237. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_ro.json +0 -15
  238. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_ru.json +0 -15
  239. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_sk.json +0 -15
  240. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_sl.json +0 -15
  241. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_sr.json +0 -15
  242. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_sv.json +0 -15
  243. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_th.json +0 -15
  244. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_tr.json +0 -15
  245. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_uk.json +0 -15
  246. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_vi.json +0 -15
  247. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_zh-CN.json +0 -15
  248. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_zh-HK.json +0 -15
  249. package/dist/collection/assets/t9n/instant-apps-interactive-legend/resources_zh-TW.json +0 -15
  250. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources.json +0 -30
  251. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_ar.json +0 -30
  252. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_bg.json +0 -30
  253. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_bs.json +0 -30
  254. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_ca.json +0 -30
  255. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_cs.json +0 -30
  256. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_da.json +0 -30
  257. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_de.json +0 -30
  258. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_el.json +0 -30
  259. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_en.json +0 -30
  260. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_es.json +0 -30
  261. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_et.json +0 -30
  262. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_fi.json +0 -30
  263. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_fr.json +0 -30
  264. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_he.json +0 -30
  265. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_hr.json +0 -30
  266. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_hu.json +0 -30
  267. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_id.json +0 -30
  268. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_it.json +0 -30
  269. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_ja.json +0 -30
  270. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_ko.json +0 -30
  271. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_lt.json +0 -30
  272. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_lv.json +0 -30
  273. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_nb.json +0 -30
  274. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_nl.json +0 -30
  275. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_pl.json +0 -30
  276. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_pt-BR.json +0 -30
  277. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_pt-PT.json +0 -30
  278. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_ro.json +0 -30
  279. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_ru.json +0 -30
  280. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_sk.json +0 -30
  281. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_sl.json +0 -30
  282. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_sr.json +0 -30
  283. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_sv.json +0 -30
  284. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_th.json +0 -30
  285. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_tr.json +0 -30
  286. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_uk.json +0 -30
  287. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_vi.json +0 -30
  288. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_zh-CN.json +0 -30
  289. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_zh-HK.json +0 -30
  290. package/dist/collection/assets/t9n/instant-apps-keyboard-shortcuts/resources_zh-TW.json +0 -30
  291. package/dist/collection/assets/t9n/instant-apps-language-translator/resources.json +0 -102
  292. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_ar.json +0 -102
  293. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_bg.json +0 -102
  294. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_bs.json +0 -102
  295. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_ca.json +0 -102
  296. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_cs.json +0 -102
  297. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_da.json +0 -102
  298. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_de.json +0 -102
  299. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_el.json +0 -102
  300. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_en.json +0 -102
  301. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_es.json +0 -102
  302. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_et.json +0 -102
  303. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_fi.json +0 -102
  304. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_fr.json +0 -102
  305. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_he.json +0 -102
  306. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_hr.json +0 -102
  307. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_hu.json +0 -102
  308. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_id.json +0 -102
  309. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_it.json +0 -102
  310. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_ja.json +0 -102
  311. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_ko.json +0 -102
  312. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_lt.json +0 -102
  313. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_lv.json +0 -102
  314. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_nb.json +0 -102
  315. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_nl.json +0 -102
  316. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_pl.json +0 -102
  317. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_pt-BR.json +0 -102
  318. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_pt-PT.json +0 -102
  319. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_ro.json +0 -102
  320. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_ru.json +0 -102
  321. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_sk.json +0 -102
  322. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_sl.json +0 -102
  323. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_sr.json +0 -102
  324. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_sv.json +0 -102
  325. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_th.json +0 -102
  326. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_tr.json +0 -102
  327. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_uk.json +0 -102
  328. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_vi.json +0 -102
  329. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_zh-CN.json +0 -102
  330. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_zh-HK.json +0 -102
  331. package/dist/collection/assets/t9n/instant-apps-language-translator/resources_zh-TW.json +0 -102
  332. package/dist/collection/assets/t9n/instant-apps-measurement/resources.json +0 -7
  333. package/dist/collection/assets/t9n/instant-apps-measurement/resources_ar.json +0 -7
  334. package/dist/collection/assets/t9n/instant-apps-measurement/resources_bg.json +0 -7
  335. package/dist/collection/assets/t9n/instant-apps-measurement/resources_bs.json +0 -7
  336. package/dist/collection/assets/t9n/instant-apps-measurement/resources_ca.json +0 -7
  337. package/dist/collection/assets/t9n/instant-apps-measurement/resources_cs.json +0 -7
  338. package/dist/collection/assets/t9n/instant-apps-measurement/resources_da.json +0 -7
  339. package/dist/collection/assets/t9n/instant-apps-measurement/resources_de.json +0 -7
  340. package/dist/collection/assets/t9n/instant-apps-measurement/resources_el.json +0 -7
  341. package/dist/collection/assets/t9n/instant-apps-measurement/resources_en.json +0 -7
  342. package/dist/collection/assets/t9n/instant-apps-measurement/resources_es.json +0 -7
  343. package/dist/collection/assets/t9n/instant-apps-measurement/resources_et.json +0 -7
  344. package/dist/collection/assets/t9n/instant-apps-measurement/resources_fi.json +0 -7
  345. package/dist/collection/assets/t9n/instant-apps-measurement/resources_fr.json +0 -7
  346. package/dist/collection/assets/t9n/instant-apps-measurement/resources_he.json +0 -7
  347. package/dist/collection/assets/t9n/instant-apps-measurement/resources_hr.json +0 -7
  348. package/dist/collection/assets/t9n/instant-apps-measurement/resources_hu.json +0 -7
  349. package/dist/collection/assets/t9n/instant-apps-measurement/resources_id.json +0 -7
  350. package/dist/collection/assets/t9n/instant-apps-measurement/resources_it.json +0 -7
  351. package/dist/collection/assets/t9n/instant-apps-measurement/resources_ja.json +0 -7
  352. package/dist/collection/assets/t9n/instant-apps-measurement/resources_ko.json +0 -7
  353. package/dist/collection/assets/t9n/instant-apps-measurement/resources_lt.json +0 -7
  354. package/dist/collection/assets/t9n/instant-apps-measurement/resources_lv.json +0 -7
  355. package/dist/collection/assets/t9n/instant-apps-measurement/resources_nb.json +0 -7
  356. package/dist/collection/assets/t9n/instant-apps-measurement/resources_nl.json +0 -7
  357. package/dist/collection/assets/t9n/instant-apps-measurement/resources_pl.json +0 -7
  358. package/dist/collection/assets/t9n/instant-apps-measurement/resources_pt-BR.json +0 -7
  359. package/dist/collection/assets/t9n/instant-apps-measurement/resources_pt-PT.json +0 -7
  360. package/dist/collection/assets/t9n/instant-apps-measurement/resources_ro.json +0 -7
  361. package/dist/collection/assets/t9n/instant-apps-measurement/resources_ru.json +0 -7
  362. package/dist/collection/assets/t9n/instant-apps-measurement/resources_sk.json +0 -7
  363. package/dist/collection/assets/t9n/instant-apps-measurement/resources_sl.json +0 -7
  364. package/dist/collection/assets/t9n/instant-apps-measurement/resources_sr.json +0 -7
  365. package/dist/collection/assets/t9n/instant-apps-measurement/resources_sv.json +0 -7
  366. package/dist/collection/assets/t9n/instant-apps-measurement/resources_th.json +0 -7
  367. package/dist/collection/assets/t9n/instant-apps-measurement/resources_tr.json +0 -7
  368. package/dist/collection/assets/t9n/instant-apps-measurement/resources_uk.json +0 -7
  369. package/dist/collection/assets/t9n/instant-apps-measurement/resources_vi.json +0 -7
  370. package/dist/collection/assets/t9n/instant-apps-measurement/resources_zh-CN.json +0 -7
  371. package/dist/collection/assets/t9n/instant-apps-measurement/resources_zh-HK.json +0 -7
  372. package/dist/collection/assets/t9n/instant-apps-measurement/resources_zh-TW.json +0 -7
  373. package/dist/collection/assets/t9n/instant-apps-popover/resources.json +0 -7
  374. package/dist/collection/assets/t9n/instant-apps-popover/resources_ar.json +0 -6
  375. package/dist/collection/assets/t9n/instant-apps-popover/resources_bg.json +0 -6
  376. package/dist/collection/assets/t9n/instant-apps-popover/resources_bs.json +0 -6
  377. package/dist/collection/assets/t9n/instant-apps-popover/resources_ca.json +0 -6
  378. package/dist/collection/assets/t9n/instant-apps-popover/resources_cs.json +0 -6
  379. package/dist/collection/assets/t9n/instant-apps-popover/resources_da.json +0 -6
  380. package/dist/collection/assets/t9n/instant-apps-popover/resources_de.json +0 -6
  381. package/dist/collection/assets/t9n/instant-apps-popover/resources_el.json +0 -6
  382. package/dist/collection/assets/t9n/instant-apps-popover/resources_en.json +0 -7
  383. package/dist/collection/assets/t9n/instant-apps-popover/resources_es.json +0 -6
  384. package/dist/collection/assets/t9n/instant-apps-popover/resources_et.json +0 -6
  385. package/dist/collection/assets/t9n/instant-apps-popover/resources_fi.json +0 -6
  386. package/dist/collection/assets/t9n/instant-apps-popover/resources_fr.json +0 -6
  387. package/dist/collection/assets/t9n/instant-apps-popover/resources_he.json +0 -6
  388. package/dist/collection/assets/t9n/instant-apps-popover/resources_hr.json +0 -6
  389. package/dist/collection/assets/t9n/instant-apps-popover/resources_hu.json +0 -6
  390. package/dist/collection/assets/t9n/instant-apps-popover/resources_id.json +0 -6
  391. package/dist/collection/assets/t9n/instant-apps-popover/resources_it.json +0 -6
  392. package/dist/collection/assets/t9n/instant-apps-popover/resources_ja.json +0 -6
  393. package/dist/collection/assets/t9n/instant-apps-popover/resources_ko.json +0 -6
  394. package/dist/collection/assets/t9n/instant-apps-popover/resources_lt.json +0 -6
  395. package/dist/collection/assets/t9n/instant-apps-popover/resources_lv.json +0 -6
  396. package/dist/collection/assets/t9n/instant-apps-popover/resources_nb.json +0 -6
  397. package/dist/collection/assets/t9n/instant-apps-popover/resources_nl.json +0 -6
  398. package/dist/collection/assets/t9n/instant-apps-popover/resources_pl.json +0 -6
  399. package/dist/collection/assets/t9n/instant-apps-popover/resources_pt-BR.json +0 -6
  400. package/dist/collection/assets/t9n/instant-apps-popover/resources_pt-PT.json +0 -6
  401. package/dist/collection/assets/t9n/instant-apps-popover/resources_ro.json +0 -6
  402. package/dist/collection/assets/t9n/instant-apps-popover/resources_ru.json +0 -6
  403. package/dist/collection/assets/t9n/instant-apps-popover/resources_sk.json +0 -6
  404. package/dist/collection/assets/t9n/instant-apps-popover/resources_sl.json +0 -6
  405. package/dist/collection/assets/t9n/instant-apps-popover/resources_sr.json +0 -6
  406. package/dist/collection/assets/t9n/instant-apps-popover/resources_sv.json +0 -6
  407. package/dist/collection/assets/t9n/instant-apps-popover/resources_th.json +0 -6
  408. package/dist/collection/assets/t9n/instant-apps-popover/resources_tr.json +0 -6
  409. package/dist/collection/assets/t9n/instant-apps-popover/resources_uk.json +0 -6
  410. package/dist/collection/assets/t9n/instant-apps-popover/resources_vi.json +0 -6
  411. package/dist/collection/assets/t9n/instant-apps-popover/resources_zh-CN.json +0 -6
  412. package/dist/collection/assets/t9n/instant-apps-popover/resources_zh-HK.json +0 -6
  413. package/dist/collection/assets/t9n/instant-apps-popover/resources_zh-TW.json +0 -6
  414. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources.json +0 -7
  415. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_ar.json +0 -7
  416. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_bg.json +0 -7
  417. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_bs.json +0 -7
  418. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_ca.json +0 -7
  419. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_cs.json +0 -7
  420. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_da.json +0 -7
  421. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_de.json +0 -7
  422. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_el.json +0 -7
  423. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_en.json +0 -7
  424. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_es.json +0 -7
  425. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_et.json +0 -7
  426. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_fi.json +0 -7
  427. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_fr.json +0 -7
  428. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_he.json +0 -7
  429. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_hr.json +0 -7
  430. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_hu.json +0 -7
  431. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_id.json +0 -7
  432. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_it.json +0 -7
  433. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_ja.json +0 -7
  434. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_ko.json +0 -7
  435. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_lt.json +0 -7
  436. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_lv.json +0 -7
  437. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_nb.json +0 -7
  438. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_nl.json +0 -7
  439. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_pl.json +0 -7
  440. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_pt-BR.json +0 -7
  441. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_pt-PT.json +0 -7
  442. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_ro.json +0 -7
  443. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_ru.json +0 -7
  444. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_sk.json +0 -7
  445. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_sl.json +0 -7
  446. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_sr.json +0 -7
  447. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_sv.json +0 -7
  448. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_th.json +0 -7
  449. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_tr.json +0 -7
  450. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_uk.json +0 -7
  451. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_vi.json +0 -7
  452. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_zh-CN.json +0 -7
  453. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_zh-HK.json +0 -7
  454. package/dist/collection/assets/t9n/instant-apps-scoreboard/resources_zh-TW.json +0 -7
  455. package/dist/collection/assets/t9n/instant-apps-social-share/resources.json +0 -38
  456. package/dist/collection/assets/t9n/instant-apps-social-share/resources_ar.json +0 -38
  457. package/dist/collection/assets/t9n/instant-apps-social-share/resources_bg.json +0 -38
  458. package/dist/collection/assets/t9n/instant-apps-social-share/resources_bs.json +0 -38
  459. package/dist/collection/assets/t9n/instant-apps-social-share/resources_ca.json +0 -38
  460. package/dist/collection/assets/t9n/instant-apps-social-share/resources_cs.json +0 -38
  461. package/dist/collection/assets/t9n/instant-apps-social-share/resources_da.json +0 -38
  462. package/dist/collection/assets/t9n/instant-apps-social-share/resources_de.json +0 -38
  463. package/dist/collection/assets/t9n/instant-apps-social-share/resources_el.json +0 -38
  464. package/dist/collection/assets/t9n/instant-apps-social-share/resources_en.json +0 -38
  465. package/dist/collection/assets/t9n/instant-apps-social-share/resources_es.json +0 -38
  466. package/dist/collection/assets/t9n/instant-apps-social-share/resources_et.json +0 -38
  467. package/dist/collection/assets/t9n/instant-apps-social-share/resources_fi.json +0 -38
  468. package/dist/collection/assets/t9n/instant-apps-social-share/resources_fr.json +0 -38
  469. package/dist/collection/assets/t9n/instant-apps-social-share/resources_he.json +0 -38
  470. package/dist/collection/assets/t9n/instant-apps-social-share/resources_hr.json +0 -38
  471. package/dist/collection/assets/t9n/instant-apps-social-share/resources_hu.json +0 -38
  472. package/dist/collection/assets/t9n/instant-apps-social-share/resources_id.json +0 -38
  473. package/dist/collection/assets/t9n/instant-apps-social-share/resources_it.json +0 -38
  474. package/dist/collection/assets/t9n/instant-apps-social-share/resources_ja.json +0 -38
  475. package/dist/collection/assets/t9n/instant-apps-social-share/resources_ko.json +0 -38
  476. package/dist/collection/assets/t9n/instant-apps-social-share/resources_lt.json +0 -38
  477. package/dist/collection/assets/t9n/instant-apps-social-share/resources_lv.json +0 -38
  478. package/dist/collection/assets/t9n/instant-apps-social-share/resources_nb.json +0 -38
  479. package/dist/collection/assets/t9n/instant-apps-social-share/resources_nl.json +0 -38
  480. package/dist/collection/assets/t9n/instant-apps-social-share/resources_pl.json +0 -38
  481. package/dist/collection/assets/t9n/instant-apps-social-share/resources_pt-BR.json +0 -38
  482. package/dist/collection/assets/t9n/instant-apps-social-share/resources_pt-PT.json +0 -38
  483. package/dist/collection/assets/t9n/instant-apps-social-share/resources_ro.json +0 -38
  484. package/dist/collection/assets/t9n/instant-apps-social-share/resources_ru.json +0 -38
  485. package/dist/collection/assets/t9n/instant-apps-social-share/resources_sk.json +0 -38
  486. package/dist/collection/assets/t9n/instant-apps-social-share/resources_sl.json +0 -38
  487. package/dist/collection/assets/t9n/instant-apps-social-share/resources_sr.json +0 -38
  488. package/dist/collection/assets/t9n/instant-apps-social-share/resources_sv.json +0 -38
  489. package/dist/collection/assets/t9n/instant-apps-social-share/resources_th.json +0 -38
  490. package/dist/collection/assets/t9n/instant-apps-social-share/resources_tr.json +0 -38
  491. package/dist/collection/assets/t9n/instant-apps-social-share/resources_uk.json +0 -38
  492. package/dist/collection/assets/t9n/instant-apps-social-share/resources_vi.json +0 -38
  493. package/dist/collection/assets/t9n/instant-apps-social-share/resources_zh-CN.json +0 -38
  494. package/dist/collection/assets/t9n/instant-apps-social-share/resources_zh-HK.json +0 -38
  495. package/dist/collection/assets/t9n/instant-apps-social-share/resources_zh-TW.json +0 -38
  496. package/dist/collection/assets/t9n/instant-apps-splash/resources.json +0 -3
  497. package/dist/collection/assets/t9n/instant-apps-splash/resources_en.json +0 -3
  498. package/dist/collection/assets/t9n/json-editor/resources_en.json +0 -8
  499. package/dist/collection/assets/t9n/layer-list/resources_en.json +0 -4
  500. package/dist/collection/assets/t9n/layer-table/resources_en.json +0 -25
  501. package/dist/collection/assets/t9n/map-card/resources_en.json +0 -10
  502. package/dist/collection/assets/t9n/map-draw-tools/resources_en.json +0 -5
  503. package/dist/collection/assets/t9n/map-layer-picker/resources_en.json +0 -5
  504. package/dist/collection/assets/t9n/map-picker/resources_en.json +0 -3
  505. package/dist/collection/assets/t9n/map-search/resources_en.json +0 -3
  506. package/dist/collection/assets/t9n/map-select-tools/resources_en.json +0 -16
  507. package/dist/collection/assets/t9n/map-tools/resources_en.json +0 -10
  508. package/dist/collection/assets/t9n/media-card/resources.json +0 -3
  509. package/dist/collection/assets/t9n/media-card/resources_ar.json +0 -3
  510. package/dist/collection/assets/t9n/media-card/resources_bg.json +0 -3
  511. package/dist/collection/assets/t9n/media-card/resources_bs.json +0 -3
  512. package/dist/collection/assets/t9n/media-card/resources_ca.json +0 -3
  513. package/dist/collection/assets/t9n/media-card/resources_cs.json +0 -3
  514. package/dist/collection/assets/t9n/media-card/resources_da.json +0 -3
  515. package/dist/collection/assets/t9n/media-card/resources_de.json +0 -3
  516. package/dist/collection/assets/t9n/media-card/resources_el.json +0 -3
  517. package/dist/collection/assets/t9n/media-card/resources_en.json +0 -3
  518. package/dist/collection/assets/t9n/media-card/resources_es.json +0 -3
  519. package/dist/collection/assets/t9n/media-card/resources_et.json +0 -3
  520. package/dist/collection/assets/t9n/media-card/resources_fi.json +0 -3
  521. package/dist/collection/assets/t9n/media-card/resources_fr.json +0 -3
  522. package/dist/collection/assets/t9n/media-card/resources_he.json +0 -3
  523. package/dist/collection/assets/t9n/media-card/resources_hr.json +0 -3
  524. package/dist/collection/assets/t9n/media-card/resources_hu.json +0 -3
  525. package/dist/collection/assets/t9n/media-card/resources_id.json +0 -3
  526. package/dist/collection/assets/t9n/media-card/resources_it.json +0 -3
  527. package/dist/collection/assets/t9n/media-card/resources_ja.json +0 -3
  528. package/dist/collection/assets/t9n/media-card/resources_ko.json +0 -3
  529. package/dist/collection/assets/t9n/media-card/resources_lt.json +0 -3
  530. package/dist/collection/assets/t9n/media-card/resources_lv.json +0 -3
  531. package/dist/collection/assets/t9n/media-card/resources_nb.json +0 -3
  532. package/dist/collection/assets/t9n/media-card/resources_nl.json +0 -3
  533. package/dist/collection/assets/t9n/media-card/resources_pl.json +0 -3
  534. package/dist/collection/assets/t9n/media-card/resources_pt-BR.json +0 -3
  535. package/dist/collection/assets/t9n/media-card/resources_pt-PT.json +0 -3
  536. package/dist/collection/assets/t9n/media-card/resources_ro.json +0 -3
  537. package/dist/collection/assets/t9n/media-card/resources_ru.json +0 -3
  538. package/dist/collection/assets/t9n/media-card/resources_sk.json +0 -3
  539. package/dist/collection/assets/t9n/media-card/resources_sl.json +0 -3
  540. package/dist/collection/assets/t9n/media-card/resources_sr.json +0 -3
  541. package/dist/collection/assets/t9n/media-card/resources_sv.json +0 -3
  542. package/dist/collection/assets/t9n/media-card/resources_th.json +0 -3
  543. package/dist/collection/assets/t9n/media-card/resources_tr.json +0 -3
  544. package/dist/collection/assets/t9n/media-card/resources_uk.json +0 -3
  545. package/dist/collection/assets/t9n/media-card/resources_vi.json +0 -3
  546. package/dist/collection/assets/t9n/media-card/resources_zh-CN.json +0 -3
  547. package/dist/collection/assets/t9n/media-card/resources_zh-HK.json +0 -3
  548. package/dist/collection/assets/t9n/media-card/resources_zh-TW.json +0 -3
  549. package/dist/collection/assets/t9n/pdf-download/resources_en.json +0 -3
  550. package/dist/collection/assets/t9n/public-notification/resources_en.json +0 -44
  551. package/dist/collection/assets/t9n/refine-selection/resources_en.json +0 -9
  552. package/dist/collection/assets/t9n/share-item/resources.json +0 -3
  553. package/dist/collection/assets/t9n/share-item/resources_en.json +0 -3
  554. package/dist/collection/assets/t9n/solution-configuration/resources_en.json +0 -15
  555. package/dist/collection/assets/t9n/solution-item/resources_en.json +0 -8
  556. package/dist/collection/assets/t9n/solution-item-accordion/resources_en.json +0 -3
  557. package/dist/collection/assets/t9n/solution-item-details/resources_en.json +0 -8
  558. package/dist/collection/assets/t9n/solution-item-sharing/resources_en.json +0 -3
  559. package/dist/collection/assets/t9n/solution-organization-variables/resources_en.json +0 -3
  560. package/dist/collection/assets/t9n/solution-resource-item/resources_en.json +0 -8
  561. package/dist/collection/assets/t9n/solution-spatial-ref/resources_en.json +0 -5
  562. package/dist/collection/assets/t9n/solution-template-data/resources_en.json +0 -5
  563. package/dist/collection/assets/t9n/solution-variables/resources_en.json +0 -3
  564. package/dist/collection/assets/t9n/spatial-ref/resources_en.json +0 -3
  565. package/dist/collection/assets/t9n/store-manager/resources_en.json +0 -3
  566. package/dist/solutions-components/assets/t9n/add-record-modal/resources.json +0 -10
  567. package/dist/solutions-components/assets/t9n/add-record-modal/resources_en.json +0 -10
  568. package/dist/solutions-components/assets/t9n/arcgis-login/resources.json +0 -3
  569. package/dist/solutions-components/assets/t9n/arcgis-login/resources_en.json +0 -3
  570. package/dist/solutions-components/assets/t9n/buffer-tools/resources_en.json +0 -6
  571. package/dist/solutions-components/assets/t9n/card-manager/resources_en.json +0 -7
  572. package/dist/solutions-components/assets/t9n/comment-card/resources.json +0 -4
  573. package/dist/solutions-components/assets/t9n/comment-card/resources_ar.json +0 -4
  574. package/dist/solutions-components/assets/t9n/comment-card/resources_bg.json +0 -4
  575. package/dist/solutions-components/assets/t9n/comment-card/resources_bs.json +0 -4
  576. package/dist/solutions-components/assets/t9n/comment-card/resources_ca.json +0 -4
  577. package/dist/solutions-components/assets/t9n/comment-card/resources_cs.json +0 -4
  578. package/dist/solutions-components/assets/t9n/comment-card/resources_da.json +0 -4
  579. package/dist/solutions-components/assets/t9n/comment-card/resources_de.json +0 -4
  580. package/dist/solutions-components/assets/t9n/comment-card/resources_el.json +0 -4
  581. package/dist/solutions-components/assets/t9n/comment-card/resources_en.json +0 -4
  582. package/dist/solutions-components/assets/t9n/comment-card/resources_es.json +0 -4
  583. package/dist/solutions-components/assets/t9n/comment-card/resources_et.json +0 -4
  584. package/dist/solutions-components/assets/t9n/comment-card/resources_fi.json +0 -4
  585. package/dist/solutions-components/assets/t9n/comment-card/resources_fr.json +0 -4
  586. package/dist/solutions-components/assets/t9n/comment-card/resources_he.json +0 -4
  587. package/dist/solutions-components/assets/t9n/comment-card/resources_hr.json +0 -4
  588. package/dist/solutions-components/assets/t9n/comment-card/resources_hu.json +0 -4
  589. package/dist/solutions-components/assets/t9n/comment-card/resources_id.json +0 -4
  590. package/dist/solutions-components/assets/t9n/comment-card/resources_it.json +0 -4
  591. package/dist/solutions-components/assets/t9n/comment-card/resources_ja.json +0 -4
  592. package/dist/solutions-components/assets/t9n/comment-card/resources_ko.json +0 -4
  593. package/dist/solutions-components/assets/t9n/comment-card/resources_lt.json +0 -4
  594. package/dist/solutions-components/assets/t9n/comment-card/resources_lv.json +0 -4
  595. package/dist/solutions-components/assets/t9n/comment-card/resources_nb.json +0 -4
  596. package/dist/solutions-components/assets/t9n/comment-card/resources_nl.json +0 -4
  597. package/dist/solutions-components/assets/t9n/comment-card/resources_no.json +0 -4
  598. package/dist/solutions-components/assets/t9n/comment-card/resources_pl.json +0 -4
  599. package/dist/solutions-components/assets/t9n/comment-card/resources_pt-BR.json +0 -4
  600. package/dist/solutions-components/assets/t9n/comment-card/resources_pt-PT.json +0 -4
  601. package/dist/solutions-components/assets/t9n/comment-card/resources_ro.json +0 -4
  602. package/dist/solutions-components/assets/t9n/comment-card/resources_ru.json +0 -4
  603. package/dist/solutions-components/assets/t9n/comment-card/resources_sk.json +0 -4
  604. package/dist/solutions-components/assets/t9n/comment-card/resources_sl.json +0 -4
  605. package/dist/solutions-components/assets/t9n/comment-card/resources_sr.json +0 -4
  606. package/dist/solutions-components/assets/t9n/comment-card/resources_sv.json +0 -4
  607. package/dist/solutions-components/assets/t9n/comment-card/resources_th.json +0 -4
  608. package/dist/solutions-components/assets/t9n/comment-card/resources_tr.json +0 -4
  609. package/dist/solutions-components/assets/t9n/comment-card/resources_uk.json +0 -4
  610. package/dist/solutions-components/assets/t9n/comment-card/resources_vi.json +0 -4
  611. package/dist/solutions-components/assets/t9n/comment-card/resources_zh-CN.json +0 -4
  612. package/dist/solutions-components/assets/t9n/comment-card/resources_zh-HK.json +0 -4
  613. package/dist/solutions-components/assets/t9n/comment-card/resources_zh-TW.json +0 -4
  614. package/dist/solutions-components/assets/t9n/consent-manager/resources_en.json +0 -5
  615. package/dist/solutions-components/assets/t9n/create-feature/resources_en.json +0 -5
  616. package/dist/solutions-components/assets/t9n/create-related-feature/resources_en.json +0 -3
  617. package/dist/solutions-components/assets/t9n/crowdsource-manager/resources_en.json +0 -15
  618. package/dist/solutions-components/assets/t9n/crowdsource-reporter/resources_en.json +0 -32
  619. package/dist/solutions-components/assets/t9n/delete-button/resources_en.json +0 -8
  620. package/dist/solutions-components/assets/t9n/delete-dialog/resources_en.json +0 -8
  621. package/dist/solutions-components/assets/t9n/edit-card/resources_en.json +0 -3
  622. package/dist/solutions-components/assets/t9n/feature-list/resources_en.json +0 -8
  623. package/dist/solutions-components/assets/t9n/info-card/resources_en.json +0 -10
  624. package/dist/solutions-components/assets/t9n/instant-apps-export/resources.json +0 -12
  625. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_ar.json +0 -11
  626. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_bg.json +0 -11
  627. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_bs.json +0 -11
  628. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_ca.json +0 -11
  629. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_cs.json +0 -11
  630. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_da.json +0 -11
  631. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_de.json +0 -11
  632. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_el.json +0 -11
  633. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_en.json +0 -12
  634. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_es.json +0 -11
  635. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_et.json +0 -11
  636. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_fi.json +0 -11
  637. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_fr.json +0 -11
  638. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_he.json +0 -11
  639. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_hr.json +0 -11
  640. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_hu.json +0 -11
  641. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_id.json +0 -11
  642. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_it.json +0 -11
  643. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_ja.json +0 -11
  644. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_ko.json +0 -11
  645. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_lt.json +0 -11
  646. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_lv.json +0 -11
  647. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_nb.json +0 -11
  648. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_nl.json +0 -11
  649. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_pl.json +0 -11
  650. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_pt-BR.json +0 -11
  651. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_pt-PT.json +0 -11
  652. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_ro.json +0 -11
  653. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_ru.json +0 -11
  654. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_sk.json +0 -11
  655. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_sl.json +0 -11
  656. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_sr.json +0 -11
  657. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_sv.json +0 -11
  658. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_th.json +0 -11
  659. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_tr.json +0 -11
  660. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_uk.json +0 -11
  661. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_vi.json +0 -11
  662. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_zh-CN.json +0 -11
  663. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_zh-HK.json +0 -11
  664. package/dist/solutions-components/assets/t9n/instant-apps-export/resources_zh-TW.json +0 -11
  665. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources.json +0 -16
  666. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_ar.json +0 -16
  667. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_bg.json +0 -16
  668. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_bs.json +0 -16
  669. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_ca.json +0 -16
  670. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_cs.json +0 -16
  671. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_da.json +0 -16
  672. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_de.json +0 -16
  673. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_el.json +0 -16
  674. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_en.json +0 -16
  675. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_es.json +0 -16
  676. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_et.json +0 -16
  677. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_fi.json +0 -16
  678. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_fr.json +0 -16
  679. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_he.json +0 -16
  680. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_hr.json +0 -16
  681. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_hu.json +0 -16
  682. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_id.json +0 -16
  683. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_it.json +0 -16
  684. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_ja.json +0 -16
  685. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_ko.json +0 -16
  686. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_lt.json +0 -16
  687. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_lv.json +0 -16
  688. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_nb.json +0 -16
  689. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_nl.json +0 -16
  690. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_pl.json +0 -16
  691. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_pt-BR.json +0 -16
  692. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_pt-PT.json +0 -16
  693. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_ro.json +0 -16
  694. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_ru.json +0 -16
  695. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_sk.json +0 -16
  696. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_sl.json +0 -16
  697. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_sr.json +0 -16
  698. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_sv.json +0 -16
  699. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_th.json +0 -16
  700. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_tr.json +0 -16
  701. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_uk.json +0 -16
  702. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_vi.json +0 -16
  703. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_zh-CN.json +0 -16
  704. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_zh-HK.json +0 -16
  705. package/dist/solutions-components/assets/t9n/instant-apps-filter-list/resources_zh-TW.json +0 -16
  706. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources.json +0 -15
  707. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_ar.json +0 -15
  708. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_bg.json +0 -15
  709. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_bs.json +0 -15
  710. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_ca.json +0 -15
  711. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_cs.json +0 -15
  712. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_da.json +0 -15
  713. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_de.json +0 -15
  714. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_el.json +0 -15
  715. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_en.json +0 -15
  716. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_es.json +0 -15
  717. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_et.json +0 -15
  718. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_fi.json +0 -15
  719. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_fr.json +0 -15
  720. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_he.json +0 -15
  721. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_hr.json +0 -15
  722. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_hu.json +0 -15
  723. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_id.json +0 -15
  724. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_it.json +0 -15
  725. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_ja.json +0 -15
  726. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_ko.json +0 -15
  727. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_lt.json +0 -15
  728. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_lv.json +0 -15
  729. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_nb.json +0 -15
  730. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_nl.json +0 -15
  731. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_pl.json +0 -15
  732. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_pt-BR.json +0 -15
  733. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_pt-PT.json +0 -15
  734. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_ro.json +0 -15
  735. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_ru.json +0 -15
  736. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_sk.json +0 -15
  737. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_sl.json +0 -15
  738. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_sr.json +0 -15
  739. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_sv.json +0 -15
  740. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_th.json +0 -15
  741. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_tr.json +0 -15
  742. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_uk.json +0 -15
  743. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_vi.json +0 -15
  744. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_zh-CN.json +0 -15
  745. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_zh-HK.json +0 -15
  746. package/dist/solutions-components/assets/t9n/instant-apps-interactive-legend/resources_zh-TW.json +0 -15
  747. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources.json +0 -30
  748. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_ar.json +0 -30
  749. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_bg.json +0 -30
  750. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_bs.json +0 -30
  751. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_ca.json +0 -30
  752. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_cs.json +0 -30
  753. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_da.json +0 -30
  754. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_de.json +0 -30
  755. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_el.json +0 -30
  756. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_en.json +0 -30
  757. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_es.json +0 -30
  758. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_et.json +0 -30
  759. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_fi.json +0 -30
  760. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_fr.json +0 -30
  761. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_he.json +0 -30
  762. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_hr.json +0 -30
  763. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_hu.json +0 -30
  764. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_id.json +0 -30
  765. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_it.json +0 -30
  766. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_ja.json +0 -30
  767. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_ko.json +0 -30
  768. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_lt.json +0 -30
  769. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_lv.json +0 -30
  770. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_nb.json +0 -30
  771. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_nl.json +0 -30
  772. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_pl.json +0 -30
  773. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_pt-BR.json +0 -30
  774. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_pt-PT.json +0 -30
  775. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_ro.json +0 -30
  776. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_ru.json +0 -30
  777. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_sk.json +0 -30
  778. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_sl.json +0 -30
  779. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_sr.json +0 -30
  780. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_sv.json +0 -30
  781. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_th.json +0 -30
  782. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_tr.json +0 -30
  783. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_uk.json +0 -30
  784. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_vi.json +0 -30
  785. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_zh-CN.json +0 -30
  786. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_zh-HK.json +0 -30
  787. package/dist/solutions-components/assets/t9n/instant-apps-keyboard-shortcuts/resources_zh-TW.json +0 -30
  788. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources.json +0 -102
  789. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_ar.json +0 -102
  790. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_bg.json +0 -102
  791. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_bs.json +0 -102
  792. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_ca.json +0 -102
  793. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_cs.json +0 -102
  794. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_da.json +0 -102
  795. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_de.json +0 -102
  796. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_el.json +0 -102
  797. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_en.json +0 -102
  798. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_es.json +0 -102
  799. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_et.json +0 -102
  800. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_fi.json +0 -102
  801. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_fr.json +0 -102
  802. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_he.json +0 -102
  803. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_hr.json +0 -102
  804. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_hu.json +0 -102
  805. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_id.json +0 -102
  806. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_it.json +0 -102
  807. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_ja.json +0 -102
  808. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_ko.json +0 -102
  809. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_lt.json +0 -102
  810. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_lv.json +0 -102
  811. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_nb.json +0 -102
  812. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_nl.json +0 -102
  813. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_pl.json +0 -102
  814. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_pt-BR.json +0 -102
  815. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_pt-PT.json +0 -102
  816. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_ro.json +0 -102
  817. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_ru.json +0 -102
  818. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_sk.json +0 -102
  819. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_sl.json +0 -102
  820. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_sr.json +0 -102
  821. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_sv.json +0 -102
  822. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_th.json +0 -102
  823. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_tr.json +0 -102
  824. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_uk.json +0 -102
  825. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_vi.json +0 -102
  826. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_zh-CN.json +0 -102
  827. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_zh-HK.json +0 -102
  828. package/dist/solutions-components/assets/t9n/instant-apps-language-translator/resources_zh-TW.json +0 -102
  829. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources.json +0 -7
  830. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_ar.json +0 -7
  831. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_bg.json +0 -7
  832. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_bs.json +0 -7
  833. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_ca.json +0 -7
  834. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_cs.json +0 -7
  835. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_da.json +0 -7
  836. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_de.json +0 -7
  837. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_el.json +0 -7
  838. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_en.json +0 -7
  839. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_es.json +0 -7
  840. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_et.json +0 -7
  841. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_fi.json +0 -7
  842. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_fr.json +0 -7
  843. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_he.json +0 -7
  844. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_hr.json +0 -7
  845. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_hu.json +0 -7
  846. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_id.json +0 -7
  847. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_it.json +0 -7
  848. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_ja.json +0 -7
  849. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_ko.json +0 -7
  850. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_lt.json +0 -7
  851. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_lv.json +0 -7
  852. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_nb.json +0 -7
  853. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_nl.json +0 -7
  854. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_pl.json +0 -7
  855. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_pt-BR.json +0 -7
  856. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_pt-PT.json +0 -7
  857. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_ro.json +0 -7
  858. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_ru.json +0 -7
  859. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_sk.json +0 -7
  860. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_sl.json +0 -7
  861. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_sr.json +0 -7
  862. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_sv.json +0 -7
  863. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_th.json +0 -7
  864. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_tr.json +0 -7
  865. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_uk.json +0 -7
  866. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_vi.json +0 -7
  867. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_zh-CN.json +0 -7
  868. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_zh-HK.json +0 -7
  869. package/dist/solutions-components/assets/t9n/instant-apps-measurement/resources_zh-TW.json +0 -7
  870. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources.json +0 -7
  871. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_ar.json +0 -6
  872. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_bg.json +0 -6
  873. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_bs.json +0 -6
  874. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_ca.json +0 -6
  875. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_cs.json +0 -6
  876. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_da.json +0 -6
  877. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_de.json +0 -6
  878. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_el.json +0 -6
  879. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_en.json +0 -7
  880. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_es.json +0 -6
  881. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_et.json +0 -6
  882. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_fi.json +0 -6
  883. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_fr.json +0 -6
  884. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_he.json +0 -6
  885. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_hr.json +0 -6
  886. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_hu.json +0 -6
  887. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_id.json +0 -6
  888. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_it.json +0 -6
  889. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_ja.json +0 -6
  890. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_ko.json +0 -6
  891. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_lt.json +0 -6
  892. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_lv.json +0 -6
  893. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_nb.json +0 -6
  894. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_nl.json +0 -6
  895. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_pl.json +0 -6
  896. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_pt-BR.json +0 -6
  897. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_pt-PT.json +0 -6
  898. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_ro.json +0 -6
  899. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_ru.json +0 -6
  900. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_sk.json +0 -6
  901. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_sl.json +0 -6
  902. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_sr.json +0 -6
  903. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_sv.json +0 -6
  904. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_th.json +0 -6
  905. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_tr.json +0 -6
  906. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_uk.json +0 -6
  907. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_vi.json +0 -6
  908. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_zh-CN.json +0 -6
  909. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_zh-HK.json +0 -6
  910. package/dist/solutions-components/assets/t9n/instant-apps-popover/resources_zh-TW.json +0 -6
  911. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources.json +0 -7
  912. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_ar.json +0 -7
  913. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_bg.json +0 -7
  914. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_bs.json +0 -7
  915. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_ca.json +0 -7
  916. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_cs.json +0 -7
  917. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_da.json +0 -7
  918. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_de.json +0 -7
  919. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_el.json +0 -7
  920. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_en.json +0 -7
  921. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_es.json +0 -7
  922. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_et.json +0 -7
  923. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_fi.json +0 -7
  924. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_fr.json +0 -7
  925. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_he.json +0 -7
  926. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_hr.json +0 -7
  927. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_hu.json +0 -7
  928. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_id.json +0 -7
  929. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_it.json +0 -7
  930. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_ja.json +0 -7
  931. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_ko.json +0 -7
  932. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_lt.json +0 -7
  933. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_lv.json +0 -7
  934. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_nb.json +0 -7
  935. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_nl.json +0 -7
  936. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_pl.json +0 -7
  937. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_pt-BR.json +0 -7
  938. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_pt-PT.json +0 -7
  939. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_ro.json +0 -7
  940. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_ru.json +0 -7
  941. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_sk.json +0 -7
  942. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_sl.json +0 -7
  943. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_sr.json +0 -7
  944. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_sv.json +0 -7
  945. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_th.json +0 -7
  946. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_tr.json +0 -7
  947. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_uk.json +0 -7
  948. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_vi.json +0 -7
  949. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_zh-CN.json +0 -7
  950. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_zh-HK.json +0 -7
  951. package/dist/solutions-components/assets/t9n/instant-apps-scoreboard/resources_zh-TW.json +0 -7
  952. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources.json +0 -38
  953. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_ar.json +0 -38
  954. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_bg.json +0 -38
  955. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_bs.json +0 -38
  956. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_ca.json +0 -38
  957. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_cs.json +0 -38
  958. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_da.json +0 -38
  959. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_de.json +0 -38
  960. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_el.json +0 -38
  961. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_en.json +0 -38
  962. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_es.json +0 -38
  963. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_et.json +0 -38
  964. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_fi.json +0 -38
  965. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_fr.json +0 -38
  966. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_he.json +0 -38
  967. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_hr.json +0 -38
  968. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_hu.json +0 -38
  969. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_id.json +0 -38
  970. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_it.json +0 -38
  971. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_ja.json +0 -38
  972. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_ko.json +0 -38
  973. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_lt.json +0 -38
  974. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_lv.json +0 -38
  975. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_nb.json +0 -38
  976. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_nl.json +0 -38
  977. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_pl.json +0 -38
  978. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_pt-BR.json +0 -38
  979. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_pt-PT.json +0 -38
  980. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_ro.json +0 -38
  981. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_ru.json +0 -38
  982. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_sk.json +0 -38
  983. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_sl.json +0 -38
  984. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_sr.json +0 -38
  985. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_sv.json +0 -38
  986. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_th.json +0 -38
  987. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_tr.json +0 -38
  988. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_uk.json +0 -38
  989. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_vi.json +0 -38
  990. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_zh-CN.json +0 -38
  991. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_zh-HK.json +0 -38
  992. package/dist/solutions-components/assets/t9n/instant-apps-social-share/resources_zh-TW.json +0 -38
  993. package/dist/solutions-components/assets/t9n/instant-apps-splash/resources.json +0 -3
  994. package/dist/solutions-components/assets/t9n/instant-apps-splash/resources_en.json +0 -3
  995. package/dist/solutions-components/assets/t9n/json-editor/resources_en.json +0 -8
  996. package/dist/solutions-components/assets/t9n/layer-list/resources_en.json +0 -4
  997. package/dist/solutions-components/assets/t9n/layer-table/resources_en.json +0 -25
  998. package/dist/solutions-components/assets/t9n/map-card/resources_en.json +0 -10
  999. package/dist/solutions-components/assets/t9n/map-draw-tools/resources_en.json +0 -5
  1000. package/dist/solutions-components/assets/t9n/map-layer-picker/resources_en.json +0 -5
  1001. package/dist/solutions-components/assets/t9n/map-picker/resources_en.json +0 -3
  1002. package/dist/solutions-components/assets/t9n/map-search/resources_en.json +0 -3
  1003. package/dist/solutions-components/assets/t9n/map-select-tools/resources_en.json +0 -16
  1004. package/dist/solutions-components/assets/t9n/map-tools/resources_en.json +0 -10
  1005. package/dist/solutions-components/assets/t9n/media-card/resources.json +0 -3
  1006. package/dist/solutions-components/assets/t9n/media-card/resources_ar.json +0 -3
  1007. package/dist/solutions-components/assets/t9n/media-card/resources_bg.json +0 -3
  1008. package/dist/solutions-components/assets/t9n/media-card/resources_bs.json +0 -3
  1009. package/dist/solutions-components/assets/t9n/media-card/resources_ca.json +0 -3
  1010. package/dist/solutions-components/assets/t9n/media-card/resources_cs.json +0 -3
  1011. package/dist/solutions-components/assets/t9n/media-card/resources_da.json +0 -3
  1012. package/dist/solutions-components/assets/t9n/media-card/resources_de.json +0 -3
  1013. package/dist/solutions-components/assets/t9n/media-card/resources_el.json +0 -3
  1014. package/dist/solutions-components/assets/t9n/media-card/resources_en.json +0 -3
  1015. package/dist/solutions-components/assets/t9n/media-card/resources_es.json +0 -3
  1016. package/dist/solutions-components/assets/t9n/media-card/resources_et.json +0 -3
  1017. package/dist/solutions-components/assets/t9n/media-card/resources_fi.json +0 -3
  1018. package/dist/solutions-components/assets/t9n/media-card/resources_fr.json +0 -3
  1019. package/dist/solutions-components/assets/t9n/media-card/resources_he.json +0 -3
  1020. package/dist/solutions-components/assets/t9n/media-card/resources_hr.json +0 -3
  1021. package/dist/solutions-components/assets/t9n/media-card/resources_hu.json +0 -3
  1022. package/dist/solutions-components/assets/t9n/media-card/resources_id.json +0 -3
  1023. package/dist/solutions-components/assets/t9n/media-card/resources_it.json +0 -3
  1024. package/dist/solutions-components/assets/t9n/media-card/resources_ja.json +0 -3
  1025. package/dist/solutions-components/assets/t9n/media-card/resources_ko.json +0 -3
  1026. package/dist/solutions-components/assets/t9n/media-card/resources_lt.json +0 -3
  1027. package/dist/solutions-components/assets/t9n/media-card/resources_lv.json +0 -3
  1028. package/dist/solutions-components/assets/t9n/media-card/resources_nb.json +0 -3
  1029. package/dist/solutions-components/assets/t9n/media-card/resources_nl.json +0 -3
  1030. package/dist/solutions-components/assets/t9n/media-card/resources_pl.json +0 -3
  1031. package/dist/solutions-components/assets/t9n/media-card/resources_pt-BR.json +0 -3
  1032. package/dist/solutions-components/assets/t9n/media-card/resources_pt-PT.json +0 -3
  1033. package/dist/solutions-components/assets/t9n/media-card/resources_ro.json +0 -3
  1034. package/dist/solutions-components/assets/t9n/media-card/resources_ru.json +0 -3
  1035. package/dist/solutions-components/assets/t9n/media-card/resources_sk.json +0 -3
  1036. package/dist/solutions-components/assets/t9n/media-card/resources_sl.json +0 -3
  1037. package/dist/solutions-components/assets/t9n/media-card/resources_sr.json +0 -3
  1038. package/dist/solutions-components/assets/t9n/media-card/resources_sv.json +0 -3
  1039. package/dist/solutions-components/assets/t9n/media-card/resources_th.json +0 -3
  1040. package/dist/solutions-components/assets/t9n/media-card/resources_tr.json +0 -3
  1041. package/dist/solutions-components/assets/t9n/media-card/resources_uk.json +0 -3
  1042. package/dist/solutions-components/assets/t9n/media-card/resources_vi.json +0 -3
  1043. package/dist/solutions-components/assets/t9n/media-card/resources_zh-CN.json +0 -3
  1044. package/dist/solutions-components/assets/t9n/media-card/resources_zh-HK.json +0 -3
  1045. package/dist/solutions-components/assets/t9n/media-card/resources_zh-TW.json +0 -3
  1046. package/dist/solutions-components/assets/t9n/pdf-download/resources_en.json +0 -3
  1047. package/dist/solutions-components/assets/t9n/public-notification/resources_en.json +0 -44
  1048. package/dist/solutions-components/assets/t9n/refine-selection/resources_en.json +0 -9
  1049. package/dist/solutions-components/assets/t9n/share-item/resources.json +0 -3
  1050. package/dist/solutions-components/assets/t9n/share-item/resources_en.json +0 -3
  1051. package/dist/solutions-components/assets/t9n/solution-configuration/resources_en.json +0 -15
  1052. package/dist/solutions-components/assets/t9n/solution-item/resources_en.json +0 -8
  1053. package/dist/solutions-components/assets/t9n/solution-item-accordion/resources_en.json +0 -3
  1054. package/dist/solutions-components/assets/t9n/solution-item-details/resources_en.json +0 -8
  1055. package/dist/solutions-components/assets/t9n/solution-item-sharing/resources_en.json +0 -3
  1056. package/dist/solutions-components/assets/t9n/solution-organization-variables/resources_en.json +0 -3
  1057. package/dist/solutions-components/assets/t9n/solution-resource-item/resources_en.json +0 -8
  1058. package/dist/solutions-components/assets/t9n/solution-spatial-ref/resources_en.json +0 -5
  1059. package/dist/solutions-components/assets/t9n/solution-template-data/resources_en.json +0 -5
  1060. package/dist/solutions-components/assets/t9n/solution-variables/resources_en.json +0 -3
  1061. package/dist/solutions-components/assets/t9n/spatial-ref/resources_en.json +0 -3
  1062. package/dist/solutions-components/assets/t9n/store-manager/resources_en.json +0 -3
  1063. package/dist/solutions-components/p-12f91837.entry.js +0 -6
  1064. package/dist/solutions-components/p-16c5c285.entry.js +0 -6
  1065. package/dist/solutions-components/p-1dc077ec.entry.js +0 -6
  1066. package/dist/solutions-components/p-dcd2f00b.js +0 -36
@@ -9,8 +9,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
10
  const index = require('./index-af14245a.js');
11
11
  const locale = require('./locale-1c60be9c.js');
12
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
13
- const downloadUtils = require('./downloadUtils-fcae8eb1.js');
12
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
13
+ const downloadUtils = require('./downloadUtils-da9e19c6.js');
14
14
  require('./esri-loader-08dc41bd.js');
15
15
  require('./_commonjsHelpers-baf43783.js');
16
16
  require('./interfaces-09c4c40e.js');
@@ -149,7 +149,7 @@ const CardManager = class {
149
149
  * @returns Node
150
150
  */
151
151
  getEditorComponent() {
152
- return (index.h("div", null, this._showCreateFeatureComponent && index.h("create-feature", { customizeSubmit: true, enableSnapping: this.enableSnapping, locale: this.locale, mapView: this.mapView, onDrawComplete: () => { this._showSubmitBtn = true; }, onEditingAttachment: (evt) => { this._showSubmitBtn = !evt.detail; }, onProgressStatus: () => {
152
+ return (index.h("div", null, this._showCreateFeatureComponent && index.h("create-feature", { customizeSubmit: true, enableSnapping: this.enableSnapping && this.enableCreateFeatures, locale: this.locale, mapView: this.mapView, onDrawComplete: () => { this._showSubmitBtn = true; }, onEditingAttachment: (evt) => { this._showSubmitBtn = !evt.detail; }, onProgressStatus: () => {
153
153
  setTimeout(() => {
154
154
  this._isFeatureCreated = false;
155
155
  }, 2000);
@@ -533,18 +533,6 @@ const LayerTable = class {
533
533
  this._initToolInfos();
534
534
  }
535
535
  }
536
- /**
537
- * watch for changes in map info and update the toolbar
538
- */
539
- async mapInfoWatchHandler() {
540
- this._resetColumnTemplates();
541
- if (this.createFilterModal) {
542
- this._initLayerExpressions();
543
- }
544
- this._initToolInfos();
545
- this._updateToolbar();
546
- await this._sortTable();
547
- }
548
536
  /**
549
537
  * watch for changes in map view and get the first layer
550
538
  */
@@ -835,8 +823,8 @@ const LayerTable = class {
835
823
  const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
836
824
  const showSearch = this._canShowFullTextSearch();
837
825
  this._validateActiveActions();
838
- return (index.h(index.Host, { key: '1feac862589dfbc7835d3662f80265be6a93d968' }, index.h("div", { key: '16be280b961c35f9a05f9fde0d4e77b5491a9c50' }, index.h("calcite-scrim", { key: '914fa2714bf757e33cb6a39f1e98abc0b7cbf480', class: scrimClass, loading: this._queryingData }), index.h("calcite-shell", { key: '4df46fccce95a3d88369087660a6984efbd62528' }, this._getTableControlRow("header"), index.h("div", { key: '2874a9c724fabd222c455e24bc0f815244509b3d', class: `width-full ${tableHeightClass}` }, index.h("calcite-panel", { key: '64ed720c02ec2907f99a9ce468fc8b5c38f63360', class: "height-full width-full" }, showSearch &&
839
- index.h("div", { key: 'e7220fd93e5120fd39b10f713fb536b1a4e83590', class: "search-container" }, index.h("calcite-input", { key: '1717d85eacff6fd1fc23de346be916b817b32a45', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), index.h("calcite-loader", { key: '0385ff6220ab46f816d73341b20519ad6a1c181b', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), index.h("div", { key: '9fa317ea8857cc78531fc4a459e4636e674482cd', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (index.h("div", { class: "bottom-left text-color height-19", id: "solutions-selected-count-div" }, this._translations.recordsSelected
826
+ return (index.h(index.Host, { key: '6e02ad7e5552269917b8bc7ec31f19800362c137' }, index.h("div", { key: '468b7ebb80ccbace252097ee930745b706b51f2a' }, index.h("calcite-scrim", { key: '2686a4542df5eeb89efeb9c88ae056c4d2c6dd89', class: scrimClass, loading: this._queryingData }), index.h("calcite-shell", { key: '1a694b1d624097166b4b2448ee9f0dab0b3d7d16' }, this._getTableControlRow("header"), index.h("div", { key: '9d69215cfd0afde5f309e70f60937d6750446293', class: `width-full ${tableHeightClass}` }, index.h("calcite-panel", { key: 'af48bada48c5b9f0f4c395f71aabcc8341c4e421', class: "height-full width-full" }, showSearch &&
827
+ index.h("div", { key: 'a210f0210963a7aa456806a2fc54539177e09fcd', class: "search-container border-bottom" }, index.h("calcite-input", { key: 'b3e76adefa7df5ce82d6308d0c7641021fb7bb97', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), index.h("calcite-loader", { key: 'cc4ae482f3aa58e4051629efadcfed915205c226', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), index.h("div", { key: '2c1efc1995f164c4bbbdc2e0554a467b49952b9f', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (index.h("div", { class: "bottom-left text-color height-19", id: "solutions-selected-count-div" }, this._translations.recordsSelected
840
828
  .replace("{{total}}", total)
841
829
  .replace("{{selected}}", selected))) : undefined), this.createFilterModal && this._filterModal())));
842
830
  }
@@ -1332,7 +1320,7 @@ const LayerTable = class {
1332
1320
  this._setControlsThatFit(controlsThatFit, skipControls);
1333
1321
  }
1334
1322
  }
1335
- }, 250);
1323
+ }, 100);
1336
1324
  }
1337
1325
  }
1338
1326
  /**
@@ -1740,9 +1728,13 @@ const LayerTable = class {
1740
1728
  * Reset _allIds when the layers data has changed and refresh the selection ids and table
1741
1729
  */
1742
1730
  async _updateAllIds() {
1743
- this._allIds = await this.queryAllIds();
1744
- this.selectedIds = this.selectedIds.filter(id => this._allIds.indexOf(id) > -1);
1745
- await this._refresh();
1731
+ const allIds = await this.queryAllIds();
1732
+ const selectedIds = this.selectedIds.filter(id => this._allIds.indexOf(id) > -1);
1733
+ if (JSON.stringify(allIds) !== JSON.stringify(this._allIds) || JSON.stringify(this.selectedIds) !== JSON.stringify(selectedIds)) {
1734
+ this._allIds = allIds;
1735
+ this.selectedIds = selectedIds;
1736
+ await this._refresh();
1737
+ }
1746
1738
  }
1747
1739
  /**
1748
1740
  * Handle default OID or GlobalID from url parameters
@@ -1935,6 +1927,9 @@ const LayerTable = class {
1935
1927
  const outOids = this.selectedIds.filter(id => !objectIdsInExtent.includes(id));
1936
1928
  const restoreOids = this._outOFExtentOids.filter(id => objectIdsInExtent.includes(id));
1937
1929
  if (outOids.length > 0) {
1930
+ if (this._table && this._table?.viewModel?.attachmentsViewOptions?.objectId) {
1931
+ this._table.viewModel.hideAttachmentsView();
1932
+ }
1938
1933
  this._table.highlightIds.removeMany(outOids);
1939
1934
  this._outOFExtentOids = [...this._outOFExtentOids, ...outOids];
1940
1935
  }
@@ -2033,6 +2028,9 @@ const LayerTable = class {
2033
2028
  _clearSelection() {
2034
2029
  this.selectedIds = [];
2035
2030
  this._outOFExtentOids = [];
2031
+ if (this._table && this._table?.viewModel?.attachmentsViewOptions?.objectId) {
2032
+ this._table.viewModel.hideAttachmentsView();
2033
+ }
2036
2034
  this._table?.highlightIds.removeAll();
2037
2035
  this._table?.rowHighlightIds.removeAll();
2038
2036
  this._finishOnChange();
@@ -2163,6 +2161,9 @@ const LayerTable = class {
2163
2161
  this._fetchingData = true;
2164
2162
  const layer = await mapViewUtils.getLayerOrTable(this.mapView, id);
2165
2163
  layer && await layer.when(() => {
2164
+ if (this._table && this._table?.viewModel?.attachmentsViewOptions?.objectId) {
2165
+ this._table.viewModel.hideAttachmentsView();
2166
+ }
2166
2167
  this._shouldUpdateTableOnExtentChange = true;
2167
2168
  this._layer = layer;
2168
2169
  this._getFullTextSearchInfo();
@@ -2198,6 +2199,8 @@ const LayerTable = class {
2198
2199
  if (fieldInfos) {
2199
2200
  columnTemplates = fieldInfos.reduce((prev, cur) => {
2200
2201
  const template = {
2202
+ icon: "information",
2203
+ iconText: cur.description,
2201
2204
  type: "field",
2202
2205
  fieldName: cur.name,
2203
2206
  label: cur.alias,
@@ -2280,7 +2283,6 @@ const LayerTable = class {
2280
2283
  "locale": ["localeWatchHandler"],
2281
2284
  "mapHidden": ["mapHiddenWatchHandler"],
2282
2285
  "isMobile": ["isMobileWatchHandler"],
2283
- "mapInfo": ["mapInfoWatchHandler"],
2284
2286
  "mapView": ["mapViewWatchHandler"],
2285
2287
  "_layer": ["_layerWatchHandler"],
2286
2288
  "selectedIds": ["selectedIdsWatchHandler"]
@@ -9,12 +9,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
10
  const index = require('./index-af14245a.js');
11
11
  const locale = require('./locale-1c60be9c.js');
12
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
13
- const popupUtils = require('./popupUtils-87b006a6.js');
12
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
13
+ const popupUtils = require('./popupUtils-69ad52f5.js');
14
14
  require('./esri-loader-08dc41bd.js');
15
15
  require('./_commonjsHelpers-baf43783.js');
16
16
  require('./interfaces-09c4c40e.js');
17
- require('./downloadUtils-fcae8eb1.js');
17
+ require('./downloadUtils-da9e19c6.js');
18
18
  require('./typeof-2a7e2dec.js');
19
19
  require('./index-5d8d6ae2.js');
20
20
  require('./solution-resource-d0a2f7fe.js');
@@ -276,7 +276,15 @@ const CreateFeature = class {
276
276
  */
277
277
  disconnectedCallback() {
278
278
  if (this._editor) {
279
+ // destroy the sketchViewmodel when create feature disconnect
280
+ if (this._editor.viewModel.sketchViewModel) {
281
+ this._editor.viewModel.sketchViewModel?.destroy();
282
+ }
279
283
  this._editor.destroy();
284
+ // clear the grid from map if enabled from snapping tools
285
+ if (this.enableSnapping) {
286
+ this.mapView.ui.view.grid = null;
287
+ }
280
288
  }
281
289
  }
282
290
  /**
@@ -296,8 +304,8 @@ const CreateFeature = class {
296
304
  else if (this._currentPage === 'featureForm') {
297
305
  guidingMsg = this._translations.provideDetailsMsg;
298
306
  }
299
- return (index.h(index.Fragment, { key: 'b480d2d78dbf168d351afb4212dcc6d49cb39c72' }, showGuidingMsg && index.h("calcite-notice", { key: 'e8cc752d19038993393d2d86cb934ae677cfc96f', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, index.h("div", { key: '85b53eb990d6566e66d2eecfae6e90ec1b368e0c', slot: "message" }, guidingMsg)), index.h("calcite-loader", { key: 'ee1ece408069e5112165860dd01f4dca526c0b4f', class: loaderClass, label: "", scale: "s" }), index.h("div", { key: '8a978d99246bd98a91e6fc6695f4159342bbf55a', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
300
- index.h("div", { key: '8678f6645b86202155a64dd7cfcb05f2c805e5f8', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), index.h("div", { key: '738f720b5773abeda51eb4abf004e14e0c73c934', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
307
+ return (index.h(index.Fragment, { key: '2c9644bd52600f493965881cd0be4975bc12112e' }, showGuidingMsg && index.h("calcite-notice", { key: '9059dcfd2ec9dd24b6e9005b8a3d164cd585b994', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, index.h("div", { key: '9ecdee9591e21ca0c19de55240c9c30f90c36098', slot: "message" }, guidingMsg)), index.h("calcite-loader", { key: '81f0b3cabb02887df18d73e5e4bf372169863a1d', class: loaderClass, label: "", scale: "s" }), index.h("div", { key: 'c820fbb57d7b85e2d03b827e62603fb47d4a494e', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
308
+ index.h("div", { key: 'c179237732e1da99329eeb489ad8778f5bb4eba4', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), index.h("div", { key: 'f56d2e9ed6cb2b5abc088db3e2014187760b79fd', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
301
309
  }
302
310
  //--------------------------------------------------------------------------
303
311
  //
@@ -402,7 +410,8 @@ const CreateFeature = class {
402
410
  snappingControls: this.enableSnapping,
403
411
  createFeaturesSection: true,
404
412
  editFeaturesSection: false,
405
- flow: false
413
+ flow: true,
414
+ sketch: false
406
415
  },
407
416
  container: this._container
408
417
  });
@@ -1028,7 +1037,10 @@ const EditCard = class {
1028
1037
  // #896 Editing on sybtype group layer is failing in Manager
1029
1038
  const layer = this._layer.type === "subtype-sublayer" ? this._layer.parent : this._layer;
1030
1039
  this._layerEditHandle = layer.on("edits", () => {
1031
- this.editsComplete.emit();
1040
+ // added timeout to update the editor state
1041
+ setTimeout(() => {
1042
+ this.editsComplete.emit();
1043
+ }, 50);
1032
1044
  });
1033
1045
  }
1034
1046
  }
@@ -1042,7 +1054,7 @@ const EditCard = class {
1042
1054
  !this.graphics[0].layer.editingEnabled : true;
1043
1055
  const tableNodeClass = this._editorLoading ? "display-none" : "position-absolute";
1044
1056
  const loadingClass = this._editorLoading ? "" : "display-none";
1045
- return (index.h(index.Host, { key: '8491a0fbeefc9533ed6898cf4734ec98dddd7f62' }, index.h("div", { key: 'a98e923e1d697559c37ce85fbd57fc1688171cb2', class: "position-absolute" }, editDisabled ? (index.h("calcite-notice", { kind: "warning", open: true, slot: "content-top", width: "full" }, index.h("div", { slot: "message" }, this._translations.enableEditing))) : undefined, index.h("div", { key: 'ac5eed8a614523e1ddaad0eaf3b973faf28fdbf2', class: "position-absolute" }, index.h("div", { key: '63778d7c29d6fd26e0c8a534dc70da4a0e94075d', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), index.h("calcite-loader", { key: '641a987e8860222a1a3b6f64e700a16c03463c81', class: loadingClass, label: "", scale: "s" })))));
1057
+ return (index.h(index.Host, { key: 'd67dbfb453966623d26a1567df84bc58024305d7' }, index.h("div", { key: '9cd13eaf0125ab39e1d24398ccfda17c9534317a', class: "position-absolute" }, editDisabled ? (index.h("calcite-notice", { kind: "warning", open: true, slot: "content-top", width: "full" }, index.h("div", { slot: "message" }, this._translations.enableEditing))) : undefined, index.h("div", { key: '6cb4122611d8d8595cd85cd07224baa374066658', class: "position-absolute" }, index.h("div", { key: 'c4498b1ecd165fa594d9d1cef43f01643b5e3efb', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), index.h("calcite-loader", { key: 'febb4d5c9a662ec9ffa6955114c8476c498116ee', class: loadingClass, label: "", scale: "s" })))));
1046
1058
  }
1047
1059
  //--------------------------------------------------------------------------
1048
1060
  //
@@ -1072,6 +1084,7 @@ const EditCard = class {
1072
1084
  }
1073
1085
  const container = document.createElement("div");
1074
1086
  const layers = await mapViewUtils.getAllLayers(this.mapView);
1087
+ const showSnappingTools = this.enableSnapping && this.enableEditGeometry;
1075
1088
  const layerInfos = layers.map(layer => {
1076
1089
  return {
1077
1090
  layer,
@@ -1083,8 +1096,9 @@ const EditCard = class {
1083
1096
  layerInfos,
1084
1097
  visibleElements: {
1085
1098
  flow: true,
1086
- settingsMenu: this.enableSnapping,
1087
- snappingControls: this.enableSnapping,
1099
+ settingsMenu: showSnappingTools,
1100
+ sketch: false,
1101
+ snappingControls: showSnappingTools,
1088
1102
  },
1089
1103
  container
1090
1104
  });
@@ -1132,6 +1146,10 @@ const EditCard = class {
1132
1146
  this.refreshGraphics.emit(this.graphics);
1133
1147
  }
1134
1148
  }
1149
+ // While closing edit card clear the grid from map if enabled from snapping tools
1150
+ if (this.enableSnapping) {
1151
+ this.mapView.ui.view.grid = null;
1152
+ }
1135
1153
  this._shouldClose = false;
1136
1154
  this.closeEdit.emit();
1137
1155
  }
@@ -9,7 +9,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
10
  const index = require('./index-af14245a.js');
11
11
  const locale = require('./locale-1c60be9c.js');
12
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
12
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
13
13
  const esriLoader = require('./esri-loader-08dc41bd.js');
14
14
  require('./interfaces-09c4c40e.js');
15
15
  require('./_commonjsHelpers-baf43783.js');
@@ -203,6 +203,7 @@ const CreateRelatedFeature = class {
203
203
  visibleElements: {
204
204
  flow: true,
205
205
  settingsMenu: this.enableSnapping,
206
+ sketch: false,
206
207
  snappingControls: this.enableSnapping,
207
208
  },
208
209
  container: this._container
@@ -10,7 +10,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
10
10
  const index = require('./index-af14245a.js');
11
11
  const locale = require('./locale-1c60be9c.js');
12
12
  const interfaces = require('./interfaces-09c4c40e.js');
13
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
13
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
14
14
  require('./esri-loader-08dc41bd.js');
15
15
  require('./_commonjsHelpers-baf43783.js');
16
16
 
@@ -576,10 +576,10 @@ const CrowdsourceManager = class {
576
576
  */
577
577
  _filterModal() {
578
578
  const showFilterModal = this._layerExpressions?.length > 0;
579
- return (index.h("calcite-dialog", { class: "filter-content-space", heading: this._translations?.filter?.replace("{{title}}", this._layer?.title), id: "solutions-filter-dialog", kind: "brand", modal: true, onCalciteDialogClose: () => void this._closeFilter(), open: this._filterOpen, widthScale: "s" }, this._mapExtentFilter(), showFilterModal && index.h("instant-apps-filter-list", { autoUpdateUrl: false, closeBtn: true, closeBtnOnClick: async () => this._closeFilter(), comboboxOverlayPositioning: "fixed", layerExpressions: this._layerExpressions, onFilterListReset: this._handleFilterListReset.bind(this), onFilterUpdate: async () => {
579
+ return (index.h("calcite-dialog", { class: "filter-content-space", heading: this._translations?.filter?.replace("{{title}}", this._layer?.title), id: "solutions-filter-dialog", kind: "brand", modal: true, onCalciteDialogClose: () => void this._closeFilter(), open: this._filterOpen, width: "s" }, this._mapExtentFilter(), showFilterModal && index.h("instant-apps-filter-list", { autoUpdateUrl: false, closeBtn: true, closeBtnOnClick: () => void this._closeFilter(), comboboxOverlayPositioning: "fixed", layerExpressions: this._layerExpressions, onFilterListReset: this._handleFilterListReset.bind(this), onFilterUpdate: () => {
580
580
  const active = this._filterList.filterCount > 0 || this._mapExtentFilterChecked;
581
- await this._layerTable?.filterUpdate(active);
582
- await this._mapCard.updateFilterState(active);
581
+ void this._layerTable?.filterUpdate(active);
582
+ void this._mapCard.updateFilterState(active);
583
583
  }, ref: (el) => this._filterList = el, view: this._mapView, zoomBtn: false })));
584
584
  }
585
585
  /**
@@ -9,7 +9,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
10
  const index = require('./index-af14245a.js');
11
11
  const locale = require('./locale-1c60be9c.js');
12
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
12
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
13
13
  require('./esri-loader-08dc41bd.js');
14
14
  require('./_commonjsHelpers-baf43783.js');
15
15
  require('./interfaces-09c4c40e.js');
@@ -8,7 +8,7 @@
8
8
  const _typeof = require('./typeof-2a7e2dec.js');
9
9
  const index = require('./index-af14245a.js');
10
10
  const locale = require('./locale-1c60be9c.js');
11
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
11
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
12
12
  const index$1 = require('./index-5d8d6ae2.js');
13
13
  require('./solution-resource-d0a2f7fe.js');
14
14
  const restHelpersGet = require('./restHelpersGet-e4639890.js');
@@ -9,11 +9,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
10
  const index = require('./index-af14245a.js');
11
11
  const locale = require('./locale-1c60be9c.js');
12
- const popupUtils = require('./popupUtils-87b006a6.js');
13
- const mapViewUtils = require('./mapViewUtils-4ea7216c.js');
12
+ const popupUtils = require('./popupUtils-69ad52f5.js');
13
+ const mapViewUtils = require('./mapViewUtils-8b26c9d0.js');
14
14
  require('./esri-loader-08dc41bd.js');
15
15
  require('./_commonjsHelpers-baf43783.js');
16
- require('./downloadUtils-fcae8eb1.js');
16
+ require('./downloadUtils-da9e19c6.js');
17
17
  require('./typeof-2a7e2dec.js');
18
18
  require('./index-5d8d6ae2.js');
19
19
  require('./solution-resource-d0a2f7fe.js');
@@ -13,7 +13,7 @@ const appGlobals = require('./app-globals-f12cf78c.js');
13
13
  const defineCustomElements = async (win, options) => {
14
14
  if (typeof window === 'undefined') return undefined;
15
15
  await appGlobals.globalScripts();
16
- return index.bootstrapLazy(JSON.parse("[[\"crowdsource-manager.cjs\",[[0,\"crowdsource-manager\",{\"appLayout\":[1025,\"app-layout\"],\"appProxies\":[8,\"app-proxies\"],\"basemapConfig\":[16],\"coverPageEnabled\":[4,\"cover-page-enabled\"],\"customInfoText\":[1,\"custom-info-text\"],\"defaultAppLayout\":[1,\"default-app-layout\"],\"defaultCenter\":[1,\"default-center\"],\"defaultGlobalId\":[1,\"default-global-id\"],\"defaultLayer\":[1,\"default-layer\"],\"defaultLevel\":[1,\"default-level\"],\"defaultOid\":[1,\"default-oid\"],\"defaultWebmap\":[1,\"default-webmap\"],\"honorMapFieldSettings\":[4,\"honor-map-field-settings\"],\"introductionWindowEnabled\":[4,\"introduction-window-enabled\"],\"enableAutoRefresh\":[4,\"enable-auto-refresh\"],\"enableBasemap\":[4,\"enable-basemap\"],\"enableColumnReorder\":[4,\"enable-column-reorder\"],\"enableCSV\":[4,\"enable-c-s-v\"],\"enableFloorFilter\":[4,\"enable-floor-filter\"],\"enableFullscreen\":[4,\"enable-fullscreen\"],\"enableHome\":[4,\"enable-home\"],\"enableLegend\":[4,\"enable-legend\"],\"enableSearch\":[4,\"enable-search\"],\"enableShare\":[4,\"enable-share\"],\"enableSnapping\":[4,\"enable-snapping\"],\"enableZoom\":[4,\"enable-zoom\"],\"locale\":[1],\"mapInfos\":[16],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"popupHeaderColor\":[1,\"popup-header-color\"],\"popupHeaderHoverColor\":[1,\"popup-header-hover-color\"],\"popupHeaderHoverTextColor\":[1,\"popup-header-hover-text-color\"],\"popupHeaderTextColor\":[1,\"popup-header-text-color\"],\"searchConfiguration\":[16],\"shareIncludeEmbed\":[4,\"share-include-embed\"],\"shareIncludeSocial\":[4,\"share-include-social\"],\"showNewestFirst\":[4,\"show-newest-first\"],\"theme\":[1],\"zoomAndScrollToSelected\":[4,\"zoom-and-scroll-to-selected\"],\"zoomToScale\":[2,\"zoom-to-scale\"],\"_deleteDialogOpen\":[32],\"_enableCreateFeatures\":[32],\"_hideFooter\":[32],\"_hideTable\":[32],\"_isMobile\":[32],\"_isPortraitMobile\":[32],\"_translations\":[32],\"_layer\":[32],\"_layoutMode\":[32],\"_mapInfo\":[32],\"_mapView\":[32],\"_panelOpen\":[32],\"_numSelected\":[32],\"_filterOpen\":[32],\"_showInformationHeader\":[32],\"_layerIds\":[32],\"_isLoading\":[32],\"_mapExtentFilterChecked\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"],[8,\"popupClosed\",\"popupClosed\"],[8,\"layoutChanged\",\"layoutChanged\"],[8,\"mapChanged\",\"mapChanged\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"],[8,\"showDelete\",\"showDelete\"],[8,\"idsFound\",\"idsFound\"]],{\"appLayout\":[\"appLayoutWatchHandler\"],\"enableZoom\":[\"enableZoomWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}]]],[\"crowdsource-reporter.cjs\",[[0,\"crowdsource-reporter\",{\"center\":[1],\"commentButtonText\":[1,\"comment-button-text\"],\"commentSubmittedMessage\":[1,\"comment-submitted-message\"],\"defaultWebmap\":[1,\"default-webmap\"],\"description\":[1],\"enableAnonymousAccess\":[4,\"enable-anonymous-access\"],\"enableAnonymousComments\":[4,\"enable-anonymous-comments\"],\"enableComments\":[4,\"enable-comments\"],\"enableHome\":[4,\"enable-home\"],\"enableLogin\":[4,\"enable-login\"],\"enableNewReports\":[4,\"enable-new-reports\"],\"enableSearch\":[4,\"enable-search\"],\"enableSnapping\":[4,\"enable-snapping\"],\"enableZoom\":[4,\"enable-zoom\"],\"isMobile\":[4,\"is-mobile\"],\"layerExpressions\":[16],\"layerId\":[1,\"layer-id\"],\"level\":[1],\"locale\":[1],\"loginTitle\":[1,\"login-title\"],\"mapInfos\":[16],\"mapView\":[16],\"objectId\":[1,\"object-id\"],\"reportButtonText\":[1,\"report-button-text\"],\"reportingOptions\":[16],\"reportsHeader\":[1,\"reports-header\"],\"reportSubmittedMessage\":[1,\"report-submitted-message\"],\"searchConfiguration\":[16],\"showComments\":[4,\"show-comments\"],\"showUserImageInCommentsList\":[4,\"show-user-image-in-comments-list\"],\"showFeatureSymbol\":[4,\"show-feature-symbol\"],\"showMyReportsOnly\":[4,\"show-my-reports-only\"],\"submitNewReportsMessage\":[1,\"submit-new-reports-message\"],\"theme\":[1],\"zoomToScale\":[2,\"zoom-to-scale\"],\"floorLevel\":[1,\"floor-level\"],\"showFullCommentTitle\":[4,\"show-full-comment-title\"],\"filterByMapExtent\":[4,\"filter-by-map-extent\"],\"sortOption\":[1,\"sort-option\"],\"_featureCreationFailedErrorMsg\":[32],\"_filterActive\":[32],\"_flowItems\":[32],\"_hasValidLayers\":[32],\"_mapInfo\":[32],\"_reportSubmitted\":[32],\"_selectedLayerName\":[32],\"_showSubmitCancelButton\":[32],\"_showLoadingIndicator\":[32],\"_sidePanelCollapsed\":[32],\"_translations\":[32],\"_updatedProgressBarStatus\":[32],\"_updatedSorting\":[32],\"_updatedSortOption\":[32],\"_commentSubmitted\":[32],\"_addingCommentFailed\":[32],\"_filterOpen\":[32],\"updateLayerExpressionsT9n\":[64]},null,{\"isMobile\":[\"isMobileWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"floorLevel\":[\"floorLevelWatchHandler\"],\"showMyReportsOnly\":[\"showMyReportsOnlyWatchHandler\"],\"filterByMapExtent\":[\"filterByMapExtentChangeWatchHandler\"],\"layerExpressions\":[\"layerExpressionsWatchHandler\"],\"showFeatureSymbol\":[\"showFeatureSymbolWatchHandler\"]}]]],[\"solution-configuration.cjs\",[[0,\"solution-configuration\",{\"authentication\":[1040],\"locale\":[1],\"serializedAuthentication\":[1025,\"serialized-authentication\"],\"solutionItemId\":[1537,\"solution-item-id\"],\"showLoading\":[1540,\"show-loading\"],\"_currentEditItemId\":[32],\"_organizationVariables\":[32],\"_solutionContentsComponent\":[32],\"_solutionIsLoaded\":[32],\"_solutionVariables\":[32],\"_templateHierarchy\":[32],\"_translations\":[32],\"_treeOpen\":[32],\"getSpatialReferenceInfo\":[64],\"saveSolution\":[64],\"unloadSolution\":[64]},[[8,\"solutionItemSelected\",\"_solutionItemSelected\"]],{\"serializedAuthentication\":[\"serializedAuthenticationWatchHandler\"],\"solutionItemId\":[\"valueWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}]]],[\"instant-apps-interactive-legend.cjs\",[[2,\"instant-apps-interactive-legend\",{\"view\":[16],\"zoomTo\":[4,\"zoom-to\"],\"featureCount\":[1028,\"feature-count\"],\"filterMode\":[16],\"compact\":[4],\"handles\":[32],\"reactiveUtils\":[32],\"legendvm\":[32],\"widget\":[32],\"messages\":[32]},null,{\"handles\":[\"init\"],\"reactiveUtils\":[\"init\"],\"view\":[\"init\"],\"compact\":[\"compactHandler\"]}]]],[\"public-notification.cjs\",[[0,\"public-notification\",{\"addresseeLayerIds\":[16],\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"defaultExportTitle\":[1,\"default-export-title\"],\"defaultNumLabelsPerPage\":[2,\"default-num-labels-per-page\"],\"enableLayerFeatures\":[4,\"enable-layer-features\"],\"enableLayerFeaturesOnLoad\":[4,\"enable-layer-features-on-load\"],\"enableSearchDistance\":[4,\"enable-search-distance\"],\"enableSearchDistanceOnLoad\":[4,\"enable-search-distance-on-load\"],\"enableSketchTools\":[4,\"enable-sketch-tools\"],\"featureEffect\":[16],\"featureHighlightEnabled\":[4,\"feature-highlight-enabled\"],\"locale\":[1],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"initialNotice\":[1,\"initial-notice\"],\"searchConfiguration\":[1040],\"selectionLayerIds\":[16],\"showRefineSelection\":[4,\"show-refine-selection\"],\"showSearchSettings\":[4,\"show-search-settings\"],\"sketchLineSymbol\":[8,\"sketch-line-symbol\"],\"sketchPointSymbol\":[8,\"sketch-point-symbol\"],\"sketchPolygonSymbol\":[8,\"sketch-polygon-symbol\"],\"_exportGraphics\":[32],\"_addMap\":[32],\"_addResults\":[32],\"_addTitle\":[32],\"_downloadActive\":[32],\"_exportType\":[32],\"_fetchingData\":[32],\"_isMobile\":[32],\"_numDuplicates\":[32],\"_pageType\":[32],\"_saveEnabled\":[32],\"_selectionSets\":[32],\"_translations\":[32]},[[8,\"selectionSetsChanged\",\"selectionSetsChanged\"]],{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"searchConfiguration\":[\"watchSearchConfigurationHandler\"],\"sketchLineSymbol\":[\"sketchLineSymbolWatchHandler\"],\"sketchPointSymbol\":[\"sketchPointSymbolWatchHandler\"],\"sketchPolygonSymbol\":[\"sketchPolygonSymbolWatchHandler\"],\"_pageType\":[\"pageTypeWatchHandler\"]}]]],[\"instant-apps-language-switcher.cjs\",[[1,\"instant-apps-language-switcher\",{\"icon\":[1],\"portalItem\":[16],\"view\":[16],\"locales\":[16],\"defaultLocale\":[1,\"default-locale\"],\"selectedLanguage\":[1,\"selected-language\"],\"calciteDropdownOverlayPositioning\":[1,\"calcite-dropdown-overlay-positioning\"],\"messages\":[32],\"t9nData\":[32],\"refresh\":[64]}]]],[\"instant-apps-export.cjs\",[[1,\"instant-apps-export\",{\"output\":[1040],\"beforeExport\":[16],\"popoverIcon\":[1,\"popover-icon\"],\"extraContent\":[16],\"extraContentLabel\":[1,\"extra-content-label\"],\"headerTitle\":[1025,\"header-title\"],\"logoImage\":[1025,\"logo-image\"],\"includeExtraContent\":[1028,\"include-extra-content\"],\"showExtraContentInImg\":[4,\"show-extra-content-in-img\"],\"includeLegend\":[1028,\"include-legend\"],\"includeMap\":[1028,\"include-map\"],\"includePopup\":[1028,\"include-popup\"],\"includeFileFormat\":[1028,\"include-file-format\"],\"mode\":[513],\"popoverPositioning\":[1,\"popover-positioning\"],\"popoverPlacement\":[1,\"popover-placement\"],\"scale\":[1],\"showHeaderTitle\":[4,\"show-header-title\"],\"showIncludeLegend\":[4,\"show-include-legend\"],\"showIncludeMap\":[4,\"show-include-map\"],\"showIncludePopup\":[4,\"show-include-popup\"],\"showScaleBar\":[4,\"show-scale-bar\"],\"view\":[16],\"maskBackground\":[1,\"mask-background\"],\"maskBorder\":[1,\"mask-border\"],\"baseClass\":[32],\"exportIsLoading\":[32],\"messages\":[32],\"selectedFileType\":[32]},null,{\"includeMap\":[\"watchIncludeMap\"],\"view\":[\"watchView\"]}]]],[\"instant-apps-interactive-legend-group-legend-element-caption.cjs\",[[2,\"instant-apps-interactive-legend-group-legend-element-caption\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[1028]}]]],[\"instant-apps-landing-page.cjs\",[[1,\"instant-apps-landing-page\",{\"titleText\":[1,\"title-text\"],\"subtitleText\":[1,\"subtitle-text\"],\"descriptionText\":[1,\"description-text\"],\"entryButtonText\":[1,\"entry-button-text\"],\"iconImage\":[1,\"icon-image\"],\"iconImageScale\":[1,\"icon-image-scale\"],\"iconImageAltText\":[1,\"icon-image-alt-text\"],\"alignment\":[1],\"disableTransition\":[4,\"disable-transition\"],\"backgroundImageSrc\":[1,\"background-image-src\"],\"open\":[1028],\"entryButtonScale\":[1,\"entry-button-scale\"],\"fontFamily\":[513,\"font-family\"],\"enableSignIn\":[4,\"enable-sign-in\"],\"portal\":[16],\"oauthappid\":[1]},null,{\"open\":[\"emitToggleEvent\"]}]]],[\"instant-apps-measurement.cjs\",[[2,\"instant-apps-measurement\",{\"view\":[16],\"areaUnit\":[1,\"area-unit\"],\"linearUnit\":[1,\"linear-unit\"],\"coordinateFormat\":[1,\"coordinate-format\"],\"activeToolType\":[1,\"active-tool-type\"],\"closable\":[4],\"messages\":[32]}]]],[\"pci-calculator.cjs\",[[1,\"pci-calculator\",{\"showAddDeduct\":[32]}]]],[\"solution-item-accordion.cjs\",[[1,\"solution-item-accordion\",{\"locale\":[1],\"listSelectionMode\":[1,\"list-selection-mode\"],\"templateInfos\":[16],\"_sortedTemplateInfos\":[32],\"_translations\":[32],\"deselectAll\":[64],\"selectItem\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"templateInfos\":[\"templateInfosWatchHandler\"]}]]],[\"consent-manager.cjs\",[[1,\"consent-manager\",{\"amazonAppId\":[1,\"amazon-app-id\"],\"amazonAppName\":[1,\"amazon-app-name\"],\"amazonUserPoolID\":[1,\"amazon-user-pool-i-d\"],\"amazonVersion\":[1,\"amazon-version\"],\"firstUseVar\":[1,\"first-use-var\"],\"locale\":[1],\"measurementIds\":[16],\"portal\":[16],\"_open\":[32],\"_translations\":[32],\"getInstance\":[64]},null,{\"locale\":[\"localeWatchHandler\"]}]]],[\"instant-apps-app-guide.cjs\",[[1,\"instant-apps-app-guide\",{\"header\":[4],\"data\":[16],\"messages\":[32],\"headerText\":[32]},null,{\"data\":[\"watchPropHandler\"],\"headerText\":[\"watchStateHandler\"]}]]],[\"instant-apps-control-panel.cjs\",[[1,\"instant-apps-control-panel\",{\"components\":[16],\"view\":[16]}]]],[\"instant-apps-create.cjs\",[[1,\"instant-apps-create\",{\"popoverIcon\":[1,\"popover-icon\"],\"mode\":[513],\"popoverPositioning\":[1,\"popover-positioning\"],\"popoverPlacement\":[1,\"popover-placement\"],\"showHeader\":[4,\"show-header\"],\"content\":[16],\"options\":[16],\"portal\":[16],\"baseClass\":[32],\"messages\":[32],\"CreateOptionsLookup\":[32]},null,{\"content\":[\"contentChanged\"]}]]],[\"instant-apps-export-views.cjs\",[[1,\"instant-apps-export-views\",{\"output\":[1040],\"beforeExport\":[16],\"popoverIcon\":[1,\"popover-icon\"],\"includeLegend\":[1028,\"include-legend\"],\"includeMap\":[1028,\"include-map\"],\"includePopup\":[1028,\"include-popup\"],\"includeHeader\":[1028,\"include-header\"],\"mode\":[513],\"popoverPositioning\":[1,\"popover-positioning\"],\"popoverPlacement\":[1,\"popover-placement\"],\"scale\":[1],\"showIncludeLegend\":[4,\"show-include-legend\"],\"showIncludeMap\":[4,\"show-include-map\"],\"showIncludePopup\":[4,\"show-include-popup\"],\"showIncludeHeader\":[4,\"show-include-header\"],\"showScaleBar\":[4,\"show-scale-bar\"],\"exportViews\":[16],\"baseClass\":[32],\"exportIsLoading\":[32],\"messages\":[32]},null,{\"includeMap\":[\"watchIncludeMap\"],\"exportViews\":[\"watchView\"]}]]],[\"instant-apps-keyboard-shortcuts.cjs\",[[1,\"instant-apps-keyboard-shortcuts\",{\"view\":[16],\"messages\":[32]}]]],[\"instant-apps-popover.cjs\",[[0,\"instant-apps-popover\",{\"popoverTitle\":[513,\"popover-title\"],\"subtitle\":[513],\"content\":[513],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"],\"mediaSrc\":[513,\"media-src\"],\"index\":[514],\"referenceElement\":[513,\"reference-element\"],\"parent\":[16],\"placement\":[1],\"refId\":[1,\"ref-id\"],\"pagination\":[516],\"disableAction\":[516,\"disable-action\"],\"popoverAction\":[16],\"messageOverrides\":[16],\"messages\":[32]}]]],[\"instant-apps-popovers.cjs\",[[4,\"instant-apps-popovers\",{\"inTour\":[1540,\"in-tour\"],\"currentId\":[1537,\"current-id\"],\"instantAppsPopovers\":[16],\"beforeOpen\":[16],\"open\":[64],\"close\":[64],\"beginTour\":[64],\"endTour\":[64]}]]],[\"instant-apps-scoreboard.cjs\",[[1,\"instant-apps-scoreboard\",{\"view\":[16],\"items\":[16],\"position\":[1],\"mode\":[1],\"itemLimit\":[2,\"item-limit\"],\"autoDockEnabled\":[4,\"auto-dock-enabled\"],\"geometry\":[1040],\"queryType\":[1,\"query-type\"],\"state\":[32],\"messages\":[32],\"itemIndex\":[32],\"layers\":[32],\"layerViews\":[32],\"isMobile\":[32]},null,{\"items\":[\"generateUIDs\",\"storeLayers\"],\"layers\":[\"storeLayerViews\"],\"geometry\":[\"calculateScoreboardItemValuesFromGeometry\"],\"layerViews\":[\"calculateScoreboardItemValues\"]}]]],[\"instant-apps-splash.cjs\",[[1,\"instant-apps-splash\",{\"localStorageKey\":[1,\"local-storage-key\"],\"titleText\":[1,\"title-text\"],\"content\":[1025],\"primaryButtonText\":[1,\"primary-button-text\"],\"open\":[1028],\"closeButtonDisabled\":[4,\"close-button-disabled\"],\"outsideCloseDisabled\":[4,\"outside-close-disabled\"],\"secondaryButton\":[4,\"secondary-button\"],\"secondaryButtonText\":[1,\"secondary-button-text\"],\"secondaryButtonIcon\":[1,\"secondary-button-icon\"],\"secondaryButtonCallback\":[16],\"messages\":[32]},null,{\"content\":[\"sanitizeContent\"]}]]],[\"instant-apps-time-filter.cjs\",[[0,\"instant-apps-time-filter\",{\"timeInfoConfigItems\":[16],\"filterMode\":[16],\"view\":[16],\"timeSliderConfig\":[16],\"autoPlay\":[4,\"auto-play\"],\"timeSliderRef\":[32]},null,{\"timeInfoConfigItems\":[\"updateTimeInfoConfigItems\"],\"filterMode\":[\"updateFilterMode\"],\"timeSliderConfig\":[\"updateTimeSliderConfig\"],\"autoPlay\":[\"updateAutoPlay\"]}]]],[\"spatial-ref.cjs\",[[0,\"spatial-ref\",{\"defaultWkid\":[1538,\"default-wkid\"],\"disabled\":[1540],\"locale\":[1],\"value\":[1537],\"_cachedValue\":[32],\"_spatialRef\":[32],\"_srSearchText\":[32],\"_translations\":[32],\"createSpatialRefDisplay\":[64],\"getSpatialRef\":[64],\"wkidToDisplay\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"value\":[\"valueChanged\"]}]]],[\"store-manager.cjs\",[[0,\"store-manager\",{\"value\":[1537],\"templates\":[1040],\"authentication\":[1040],\"getStoreInfo\":[64]}]]],[\"instant-apps-interactive-legend-classic.cjs\",[[2,\"instant-apps-interactive-legend-classic\",{\"legendvm\":[16],\"zoomTo\":[4,\"zoom-to\"],\"featureCount\":[4,\"feature-count\"],\"filterMode\":[16],\"messages\":[8],\"isLoading\":[32],\"intLegendId\":[32]},null,{\"filterMode\":[\"handleFilterModeChange\"]}]]],[\"instant-apps-language-translator.cjs\",[[6,\"instant-apps-language-translator\",{\"portalItem\":[16],\"appSettings\":[16],\"locales\":[16],\"open\":[1028],\"userLocaleInputOnChangeCallback\":[16],\"translatedLocaleInputOnChangeCallback\":[16],\"saving\":[32],\"messages\":[32],\"isCollapse\":[32],\"getTranslationData\":[64],\"setTranslationData\":[64],\"getPortalItemResource\":[64],\"batchWriteToPortalItemResource\":[64]},[[8,\"translatorItemDataUpdated\",\"handleT9nItemUpdate\"]],{\"locales\":[\"handleLocaleChange\"],\"appSettings\":[\"handleAppSettings\"]}]]],[\"deduct-calculator.cjs\",[[1,\"deduct-calculator\"]]],[\"instant-apps-header.cjs\",[[1,\"instant-apps-header\",{\"titleText\":[1,\"title-text\"],\"titleTextLink\":[1,\"title-text-link\"],\"backgroundColor\":[1,\"background-color\"],\"textColor\":[1,\"text-color\"],\"logoImage\":[1,\"logo-image\"],\"logoScale\":[1537,\"logo-scale\"],\"logoImageAltText\":[1,\"logo-image-alt-text\"],\"logoLink\":[1,\"logo-link\"],\"infoButton\":[1540,\"info-button\"],\"infoIsOpen\":[516,\"info-is-open\"],\"infoTitleText\":[1,\"info-title-text\"],\"customHeaderHtml\":[1025,\"custom-header-html\"],\"headerAlignment\":[1025,\"header-alignment\"],\"customHeaderCss\":[1025,\"custom-header-css\"],\"fontFamily\":[513,\"font-family\"],\"mobileWidthBreakpoint\":[2,\"mobile-width-breakpoint\"],\"dir\":[32],\"initialScale\":[32],\"toggleInfo\":[64]},null,{\"customHeaderHtml\":[\"sanitizeCustomHeaderHtml\"]}]]],[\"instant-apps-measurement-tool.cjs\",[[2,\"instant-apps-measurement-tool\",{\"view\":[16],\"measureConfiguration\":[16],\"activeTool\":[1,\"active-tool\"]},null,{\"activeTool\":[\"_updateToolType\"]}]]],[\"instant-apps-sign-in.cjs\",[[1,\"instant-apps-sign-in\",{\"type\":[1],\"portal\":[16],\"oauthappid\":[1],\"openInPopup\":[4,\"open-in-popup\"],\"landingPage\":[4,\"landing-page\"],\"titleText\":[1,\"title-text\"],\"subtitleText\":[1,\"subtitle-text\"],\"descriptionText\":[1,\"description-text\"],\"showIndicator\":[4,\"show-indicator\"],\"closeLandingPage\":[16],\"signInDropdownItems\":[16],\"isSignedIn\":[32],\"user\":[32],\"ready\":[32],\"messages\":[32]},null,{\"portal\":[\"watchPortal\"],\"oauthappid\":[\"watchOauthappid\"]}]]],[\"feature-list.cjs\",[[0,\"feature-list\",{\"selectedLayerId\":[1,\"selected-layer-id\"],\"mapView\":[16],\"noFeaturesFoundMsg\":[1,\"no-features-found-msg\"],\"pageSize\":[2,\"page-size\"],\"highlightOnMap\":[4,\"highlight-on-map\"],\"highlightOnHover\":[4,\"highlight-on-hover\"],\"locale\":[1],\"sortingInfo\":[16],\"whereClause\":[1,\"where-clause\"],\"textSize\":[1,\"text-size\"],\"showInitialLoading\":[4,\"show-initial-loading\"],\"showErrorWhenNoFeatures\":[4,\"show-error-when-no-features\"],\"showUserImageInList\":[4,\"show-user-image-in-list\"],\"showFeatureSymbol\":[4,\"show-feature-symbol\"],\"applyLayerViewFilter\":[4,\"apply-layer-view-filter\"],\"reportingOptions\":[16],\"showFullTitle\":[4,\"show-full-title\"],\"filterByMapExtent\":[4,\"filter-by-map-extent\"],\"_featureItems\":[32],\"_featuresCount\":[32],\"_isLoading\":[32],\"_searchPlaceHolder\":[32],\"_fullTextSearchInfo\":[32],\"_translations\":[32],\"refresh\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"selectedLayerId\":[\"selectedLayerWatchHandler\"],\"sortingInfo\":[\"sortingInfoWatchHandler\"],\"whereClause\":[\"whereClauseHandler\"],\"filterByMapExtent\":[\"filterByMapExtentHandler\"]}]]],[\"delete-dialog.cjs\",[[1,\"delete-dialog\",{\"ids\":[16],\"layer\":[16],\"locale\":[1],\"open\":[4],\"_isDeleting\":[32],\"_translations\":[32]},null,{\"locale\":[\"localeWatchHandler\"]}]]],[\"map-layer-picker.cjs\",[[0,\"map-layer-picker\",{\"appearance\":[1],\"defaultLayerId\":[1,\"default-layer-id\"],\"display\":[1],\"enabledLayerIds\":[16],\"enabledTableIds\":[16],\"height\":[2],\"isMobile\":[4,\"is-mobile\"],\"locale\":[1],\"mapView\":[16],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"placeholderIcon\":[1,\"placeholder-icon\"],\"selectedIds\":[1040],\"scale\":[1],\"showTables\":[4,\"show-tables\"],\"showTablesDisabled\":[4,\"show-tables-disabled\"],\"showSingleLayerAsLabel\":[4,\"show-single-layer-as-label\"],\"type\":[1],\"_hasMultipleLayers\":[32],\"_hasValidLayers\":[32],\"_isDropdownOpen\":[32],\"ids\":[32],\"selectedName\":[32],\"_translations\":[32],\"setLayerById\":[64],\"setLayerByIds\":[64],\"updateLayer\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}]]],[\"instant-apps-filter-list_2.cjs\",[[1,\"instant-apps-filter-list\",{\"layerExpressions\":[1040],\"autoUpdateUrl\":[4,\"auto-update-url\"],\"closeBtn\":[4,\"close-btn\"],\"closeBtnOnClick\":[16],\"comboboxOverlayPositioning\":[1,\"combobox-overlay-positioning\"],\"closeBtnText\":[1,\"close-btn-text\"],\"openFilters\":[4,\"open-filters\"],\"extentSelector\":[4,\"extent-selector\"],\"extentSelectorConfig\":[16],\"urlParams\":[1040],\"filterCount\":[1026,\"filter-count\"],\"view\":[16],\"zoomBtn\":[4,\"zoom-btn\"],\"resetBtn\":[4,\"reset-btn\"],\"resetFiltersOnDisconnect\":[4,\"reset-filters-on-disconnect\"],\"loading\":[32],\"filterLayerExpressions\":[32],\"messages\":[32],\"baseClass\":[32],\"initDefExpressions\":[32],\"initMapImageExpressions\":[32],\"initPointCloudFilters\":[32],\"getFilterInitState\":[64],\"forceReset\":[64],\"updateInitDefExpressions\":[64],\"getCurrentLayerExpressions\":[64],\"handleUpdatingT9nData\":[64]},null,{\"view\":[\"watchViewHandler\"],\"layerExpressions\":[\"watchLayerExpressions\"]}],[1,\"instant-apps-social-share\",{\"mode\":[513],\"shareUrl\":[1025,\"share-url\"],\"autoUpdateShareUrl\":[1028,\"auto-update-share-url\"],\"shareText\":[513,\"share-text\"],\"embed\":[516],\"shareButtonColor\":[513,\"share-button-color\"],\"shareButtonType\":[513,\"share-button-type\"],\"shareButtonScale\":[513,\"share-button-scale\"],\"iframeInnerText\":[513,\"iframe-inner-text\"],\"popoverButtonIconScale\":[513,\"popover-button-icon-scale\"],\"view\":[16],\"displayTipText\":[516,\"display-tip-text\"],\"shortenShareUrl\":[516,\"shorten-share-url\"],\"socialMedia\":[516,\"social-media\"],\"shareIconsLayout\":[513,\"share-icons-layout\"],\"scale\":[513],\"successMessage\":[513,\"success-message\"],\"defaultUrlParams\":[16],\"inlineSuccessPopoverPlacement\":[513,\"inline-success-popover-placement\"],\"popoverPositioning\":[513,\"popover-positioning\"],\"removePopoverOffset\":[516,\"remove-popover-offset\"],\"messages\":[32],\"opened\":[32],\"copied\":[32],\"inlineCopyLinkOpened\":[32],\"inlineCopyEmbedOpened\":[32],\"embedWidth\":[32],\"embedHeight\":[32]}]]],[\"card-manager_3.cjs\",[[0,\"map-card\",{\"appLayout\":[1,\"app-layout\"],\"appProxies\":[8,\"app-proxies\"],\"defaultWebmapId\":[1,\"default-webmap-id\"],\"defaultLayerId\":[1,\"default-layer-id\"],\"enableHome\":[4,\"enable-home\"],\"enableLegend\":[4,\"enable-legend\"],\"enableFloorFilter\":[4,\"enable-floor-filter\"],\"enableFullscreen\":[4,\"enable-fullscreen\"],\"enableShare\":[4,\"enable-share\"],\"enableSingleExpand\":[4,\"enable-single-expand\"],\"enableSearch\":[4,\"enable-search\"],\"enableBasemap\":[4,\"enable-basemap\"],\"basemapConfig\":[16],\"hidden\":[4],\"homeZoomIndex\":[2,\"home-zoom-index\"],\"homeZoomPosition\":[1,\"home-zoom-position\"],\"homeZoomToolsSize\":[1,\"home-zoom-tools-size\"],\"locale\":[1],\"mapInfos\":[16],\"mapWidgetsIndex\":[2,\"map-widgets-index\"],\"mapWidgetsPosition\":[1,\"map-widgets-position\"],\"mapWidgetsSize\":[1,\"map-widgets-size\"],\"mapView\":[16],\"stackTools\":[4,\"stack-tools\"],\"theme\":[1],\"toolOrder\":[16],\"isMapLayout\":[4,\"is-map-layout\"],\"shareIncludeEmbed\":[4,\"share-include-embed\"],\"shareIncludeSocial\":[4,\"share-include-social\"],\"selectedFeaturesIds\":[16],\"selectedLayer\":[16],\"zoomToScale\":[2,\"zoom-to-scale\"],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"isMobile\":[4,\"is-mobile\"],\"mapInfo\":[16],\"_translations\":[32],\"_searchConfiguration\":[32],\"_webMapInfo\":[32],\"_showHideOpen\":[32],\"_toolInfos\":[32],\"_controlsThatFit\":[32],\"resetFilter\":[64],\"updateFilterState\":[64],\"updateLayer\":[64]},[[8,\"mapInfoChange\",\"mapInfoChange\"],[8,\"noLayersFound\",\"noLayersFound\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"]],{\"appLayout\":[\"appLayoutWatchHandler\"],\"enableHome\":[\"enableHomeWatchHandler\"],\"enableShare\":[\"enableShareWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"selectedLayer\":[\"selectedLayerWatchHandler\"],\"selectedFeaturesIds\":[\"selectedFeaturesIdsWatchHandler\"],\"_controlsThatFit\":[\"_controlsThatFitWatchHandler\"]}],[0,\"card-manager\",{\"customInfoText\":[1,\"custom-info-text\"],\"enableEditGeometry\":[4,\"enable-edit-geometry\"],\"enableSnapping\":[4,\"enable-snapping\"],\"isMobile\":[4,\"is-mobile\"],\"layer\":[1040],\"locale\":[1],\"mapView\":[16],\"zoomAndScrollToSelected\":[4,\"zoom-and-scroll-to-selected\"],\"selectedFeaturesIds\":[16],\"enableCreateFeatures\":[4,\"enable-create-features\"],\"selectingFeatureFromMap\":[4,\"selecting-feature-from-map\"],\"_cardLoading\":[32],\"_graphics\":[32],\"_showCreateFeatureComponent\":[32],\"_showSubmitBtn\":[32],\"_translations\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"]],{\"locale\":[\"localeWatchHandler\"]}],[0,\"layer-table\",{\"appLayout\":[1,\"app-layout\"],\"defaultGlobalId\":[16],\"defaultLayerId\":[1,\"default-layer-id\"],\"defaultOid\":[16],\"enableAutoRefresh\":[4,\"enable-auto-refresh\"],\"enableColumnReorder\":[4,\"enable-column-reorder\"],\"enableCSV\":[4,\"enable-c-s-v\"],\"enableInlineEdit\":[4,\"enable-inline-edit\"],\"enableShare\":[4,\"enable-share\"],\"honorMapFieldSettings\":[4,\"honor-map-field-settings\"],\"isMobile\":[4,\"is-mobile\"],\"locale\":[1],\"mapHidden\":[4,\"map-hidden\"],\"mapInfo\":[16],\"mapView\":[16],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"selectedIds\":[16],\"shareIncludeEmbed\":[4,\"share-include-embed\"],\"shareIncludeSocial\":[4,\"share-include-social\"],\"showNewestFirst\":[4,\"show-newest-first\"],\"zoomAndScrollToSelected\":[4,\"zoom-and-scroll-to-selected\"],\"zoomToScale\":[2,\"zoom-to-scale\"],\"createFilterModal\":[4,\"create-filter-modal\"],\"_allIds\":[32],\"_controlsThatFit\":[32],\"_csvExporting\":[32],\"_fetchingData\":[32],\"_filterActive\":[32],\"_filterOpen\":[32],\"_layer\":[32],\"_selectAllActive\":[32],\"_showHideOpen\":[32],\"_showOnlySelected\":[32],\"_toolInfos\":[32],\"_translations\":[32],\"_fullTextSearchInfo\":[32],\"_searchPlaceHolder\":[32],\"_size\":[32],\"_queryingData\":[32],\"closeFilter\":[64],\"filterReset\":[64],\"filterUpdate\":[64],\"validateTableUpdate\":[64],\"validateActiveEdits\":[64],\"refresh\":[64]},[[10,\"beforeMapInfoChange\",\"beforeMapInfoChange\"],[8,\"editorInitialized\",\"editorInitialized\"],[8,\"closeEdit\",\"closeEdit\"],[8,\"selectionChanged\",\"selectionChanged\"],[8,\"beforeLayerSelectionChange\",\"beforeLayerSelectionChange\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"],[8,\"editsComplete\",\"editsComplete\"],[8,\"facilityChanged\",\"facilityChanged\"],[8,\"levelChanged\",\"levelChanged\"],[8,\"siteChanged\",\"siteChanged\"],[8,\"noLayersFound\",\"noLayersFound\"],[8,\"clearSelection\",\"clearSelection\"]],{\"appLayout\":[\"appLayoutWatchHandler\"],\"defaultOid\":[\"defaultOidWatchHandler\"],\"defaultGlobalId\":[\"defaultGlobalIdWatchHandler\"],\"enableCSV\":[\"enableCSVWatchHandler\"],\"enableInlineEdit\":[\"enableInlineEditWatchHandler\"],\"enableShare\":[\"enableShareWatchHandler\"],\"_controlsThatFit\":[\"_controlsThatFitWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapHidden\":[\"mapHiddenWatchHandler\"],\"isMobile\":[\"isMobileWatchHandler\"],\"mapInfo\":[\"mapInfoWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"_layer\":[\"_layerWatchHandler\"],\"selectedIds\":[\"selectedIdsWatchHandler\"]}]]],[\"solution-contents_3.cjs\",[[0,\"solution-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"solutionVariables\":[1537,\"solution-variables\"],\"organizationVariables\":[1537,\"organization-variables\"],\"itemType\":[32],\"_translations\":[32]},null,{\"itemId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"solution-contents\",{\"selectedItemId\":[1537,\"selected-item-id\"],\"templateHierarchy\":[1040]},null,{\"templateHierarchy\":[\"valueWatchHandler\"]}],[0,\"solution-spatial-ref\",{\"enabled\":[1540],\"enableDefault\":[1540,\"enable-default\"],\"featureServices\":[1040],\"locale\":[1025],\"_translations\":[32],\"_testAccess\":[64]},[[8,\"solutionStoreHasChanges\",\"solutionStoreHasChanges\"]],{\"enabled\":[\"enabledChanged\"],\"enableDefault\":[\"enableDefaultChanged\"],\"locale\":[\"localeWatchHandler\"]}]]],[\"create-related-feature_3.cjs\",[[0,\"feature-details\",{\"enableSnapping\":[4,\"enable-snapping\"],\"mapView\":[16],\"graphics\":[16],\"reportingOptions\":[16],\"layerItemsHash\":[16],\"locale\":[1],\"showUserImageInCommentsList\":[4,\"show-user-image-in-comments-list\"],\"showFullCommentTitle\":[4,\"show-full-comment-title\"],\"_likeFieldAvailable\":[32],\"_likeCount\":[32],\"_disLikeCount\":[32],\"_dislikeFieldAvailable\":[32],\"_commentsAvailable\":[32],\"_isLikeBtnClicked\":[32],\"_isDislikeBtnClicked\":[32],\"_relatedFeaturesOIDs\":[32],\"_updating\":[32],\"refresh\":[64],\"back\":[64],\"next\":[64],\"toggleListView\":[64]},null,{\"graphics\":[\"graphicsWatchHandler\"]}],[0,\"create-related-feature\",{\"customizeSubmit\":[4,\"customize-submit\"],\"enableSnapping\":[4,\"enable-snapping\"],\"locale\":[1],\"mapView\":[16],\"selectedFeature\":[16],\"showGuidingMsg\":[4,\"show-guiding-msg\"],\"table\":[16],\"_editorLoading\":[32],\"_translations\":[32],\"submit\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"_editorLoading\":[\"_editorLoadingWatchHandler\"]}],[0,\"layer-list\",{\"mapView\":[16],\"layers\":[16],\"locale\":[1],\"showFeatureCount\":[4,\"show-feature-count\"],\"showNextIcon\":[4,\"show-next-icon\"],\"applyLayerViewFilter\":[4,\"apply-layer-view-filter\"],\"filterByMapExtent\":[4,\"filter-by-map-extent\"],\"_noLayersToDisplay\":[32],\"_mapLayerIds\":[32],\"_isLoading\":[32],\"_translations\":[32],\"refresh\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"filterByMapExtent\":[\"filterByMapExtentWatchHandler\"]}]]],[\"buffer-tools_2.cjs\",[[1,\"buffer-tools\",{\"appearance\":[1025],\"distance\":[1026],\"geometries\":[1040],\"locale\":[1],\"max\":[1026],\"min\":[1026],\"sliderTicks\":[1026,\"slider-ticks\"],\"unionResults\":[1028,\"union-results\"],\"unit\":[1025],\"disabled\":[4],\"_translations\":[32],\"getTranslatedUnit\":[64]},null,{\"geometries\":[\"geometriesWatchHandler\"],\"disabled\":[\"disabledWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"map-draw-tools\",{\"active\":[4],\"drawMode\":[1,\"draw-mode\"],\"editGraphicsEnabled\":[4,\"edit-graphics-enabled\"],\"graphics\":[1040],\"locale\":[1],\"mapView\":[1040],\"pointSymbol\":[1040],\"polylineSymbol\":[1040],\"polygonSymbol\":[1040],\"redoEnabled\":[4,\"redo-enabled\"],\"undoEnabled\":[4,\"undo-enabled\"],\"_translations\":[32],\"_selectionMode\":[32],\"clear\":[64],\"updateGraphics\":[64]},null,{\"graphics\":[\"graphicsWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}]]],[\"map-select-tools_3.cjs\",[[0,\"map-select-tools\",{\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"enabledLayerIds\":[16],\"enableLayerFeatures\":[4,\"enable-layer-features\"],\"enableLayerFeaturesOnLoad\":[4,\"enable-layer-features-on-load\"],\"enableSearchDistance\":[4,\"enable-search-distance\"],\"enableSearchDistanceOnLoad\":[4,\"enable-search-distance-on-load\"],\"enableSketchTools\":[4,\"enable-sketch-tools\"],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"geometries\":[16],\"isUpdate\":[4,\"is-update\"],\"layerViews\":[16],\"locale\":[1],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"searchConfiguration\":[1040],\"selectionSet\":[16],\"selectionLayerIds\":[16],\"selectLayerView\":[16],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"searchDistanceEnabled\":[4,\"search-distance-enabled\"],\"useLayerFeaturesEnabled\":[4,\"use-layer-features-enabled\"],\"_numSelected\":[32],\"_searchTerm\":[32],\"_selectionLoading\":[32],\"_translations\":[32],\"clearSelection\":[64],\"getSelection\":[64]},[[8,\"searchConfigurationChange\",\"searchConfigurationChangeChanged\"],[8,\"distanceChanged\",\"distanceChanged\"],[8,\"unitChanged\",\"unitChanged\"]],{\"geometries\":[\"watchGeometriesHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"searchConfiguration\":[\"watchSearchConfigurationHandler\"]}],[0,\"refine-selection\",{\"addresseeLayer\":[16],\"enabledLayerIds\":[16],\"locale\":[1],\"mapView\":[16],\"selectionSets\":[1040],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"_translations\":[32],\"_selectionMode\":[32],\"_refineLayer\":[32]},null,{\"locale\":[\"localeWatchHandler\"]}],[1,\"pdf-download\",{\"defaultNumLabelsPerPage\":[2,\"default-num-labels-per-page\"],\"disabled\":[4],\"locale\":[1],\"_translations\":[32],\"downloadCSV\":[64],\"downloadPDF\":[64]},null,{\"locale\":[\"localeWatchHandler\"]}]]],[\"instant-apps-ckeditor-wrapper_3.cjs\",[[2,\"instant-apps-language-translator-item\",{\"fieldName\":[1,\"field-name\"],\"translatedLanguageLabels\":[16],\"setting\":[16],\"userLocaleInputOnChangeCallback\":[16],\"translatedLocaleInputOnChangeCallback\":[16]}],[2,\"instant-apps-language-translator-search\",{\"t9nPlaceholder\":[1,\"t-9n-placeholder\"],\"results\":[32]}],[0,\"instant-apps-ckeditor-wrapper\",{\"value\":[1025],\"editorInstance\":[1032,\"editor-instance\"],\"config\":[16]},null,{\"value\":[\"updateValue\"]}]]],[\"solution-item-icon.cjs\",[[0,\"solution-item-icon\",{\"isPortal\":[4,\"is-portal\"],\"type\":[1],\"typeKeywords\":[16]}]]],[\"instant-apps-interactive-legend-count_2.cjs\",[[2,\"instant-apps-interactive-legend-layer-element-caption\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[1028]}],[2,\"instant-apps-interactive-legend-count\",{\"showTotal\":[4,\"show-total\"],\"legendvm\":[16],\"activeLayerInfo\":[16],\"categoryId\":[1,\"category-id\"],\"infoIndex\":[2,\"info-index\"],\"messages\":[8],\"selected\":[4],\"legendElement\":[16]}]]],[\"instant-apps-interactive-legend-group-legend-element_5.cjs\",[[6,\"instant-apps-interactive-legend-group-legend-element\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[32]},[[8,\"layerCaptionElementExpandUpdated\",\"layerCaptionElementExpandUpdatedEmitted\"]]],[6,\"instant-apps-interactive-legend-layer-element\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[32]},[[8,\"layerCaptionElementExpandUpdated\",\"layerCaptionElementExpandUpdatedEmitted\"]]],[6,\"instant-apps-interactive-legend-legend-element\",{\"activeLayerInfo\":[16],\"isSizeRamp\":[4,\"is-size-ramp\"],\"isChild\":[4,\"is-child\"],\"isColorRamp\":[4,\"is-color-ramp\"],\"isRelationshipRamp\":[4,\"is-relationship-ramp\"],\"isInteractive\":[4,\"is-interactive\"],\"zoomTo\":[4,\"zoom-to\"],\"legendElement\":[16],\"titleText\":[1,\"title-text\"],\"legendvm\":[16],\"legendElementIndex\":[2,\"legend-element-index\"],\"messages\":[8],\"expanded\":[32]},[[8,\"legendLayerExpandUpdated\",\"legendLayerExpandUpdatedEmitted\"]]],[2,\"instant-apps-interactive-legend-relationship\",{\"filterMode\":[16],\"activeLayerInfo\":[16],\"legendElement\":[16],\"messages\":[8]},[[8,\"showAllSelected\",\"showAllSelectedEmitted\"]]],[2,\"instant-apps-interactive-legend-legend-element-caption\",{\"legendvm\":[16],\"activeLayerInfo\":[16],\"layer\":[16],\"titleText\":[1,\"title-text\"],\"legendElementIndex\":[2,\"legend-element-index\"],\"zoomTo\":[4,\"zoom-to\"],\"isInteractive\":[4,\"is-interactive\"],\"legendElement\":[16],\"expanded\":[1028],\"messages\":[8]}]]],[\"json-editor_7.cjs\",[[0,\"solution-template-data\",{\"instanceid\":[1537],\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"organizationVariables\":[1537,\"organization-variables\"],\"solutionVariables\":[1537,\"solution-variables\"],\"varsOpen\":[1540,\"vars-open\"],\"_translations\":[32],\"value\":[32]},null,{\"itemId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-item-sharing\",{\"groupId\":[1537,\"group-id\"],\"locale\":[1],\"_translations\":[32],\"sharing\":[32],\"getShareInfo\":[64]},null,{\"groupId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"solution-item-details\",{\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"itemDetails\":[32],\"itemEdit\":[32],\"_translations\":[32],\"thumbnail\":[32],\"thumbnailContainer\":[32]},[[0,\"calciteInputInput\",\"inputReceivedHandler\"]],{\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-resource-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"resourceFilePaths\":[32],\"resources\":[32],\"_translations\":[32]},null,{\"itemId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-variables\",{\"value\":[1537],\"locale\":[1],\"_solutionVariables\":[32],\"_translations\":[32]},null,{\"locale\":[\"localeWatchHandler\"],\"value\":[\"valueWatchHandler\"]}],[0,\"json-editor\",{\"hasChanges\":[1540,\"has-changes\"],\"hasErrors\":[1540,\"has-errors\"],\"instanceid\":[1544],\"locale\":[1],\"value\":[1544],\"getEditorContents\":[64],\"prepareForDeletion\":[64],\"replaceCurrentSelection\":[64],\"reset\":[64]},null,{\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-organization-variables\",{\"locale\":[1],\"value\":[1537],\"_organizationVariables\":[32],\"_translations\":[32]},null,{\"locale\":[\"localeWatchHandler\"],\"value\":[\"valueWatchHandler\"]}]]],[\"create-feature_4.cjs\",[[0,\"create-feature\",{\"customizeSubmit\":[4,\"customize-submit\"],\"enableSearch\":[4,\"enable-search\"],\"enableSnapping\":[4,\"enable-snapping\"],\"floorLevel\":[1,\"floor-level\"],\"formElements\":[8,\"form-elements\"],\"isMobile\":[4,\"is-mobile\"],\"locale\":[1],\"mapView\":[16],\"searchConfiguration\":[16],\"selectedLayerId\":[1,\"selected-layer-id\"],\"showGuidingMsg\":[4,\"show-guiding-msg\"],\"showGuidingMsgWhileDrawing\":[4,\"show-guiding-msg-while-drawing\"],\"submitNewReportsMessage\":[1,\"submit-new-reports-message\"],\"_currentPage\":[32],\"_editorLoading\":[32],\"_translations\":[32],\"submit\":[64],\"refresh\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"isMobile\":[\"isMobileHandler\"],\"_editorLoading\":[\"_editorLoadingWatchHandler\"]}],[0,\"info-card\",{\"enableEditGeometry\":[4,\"enable-edit-geometry\"],\"enableSnapping\":[4,\"enable-snapping\"],\"graphics\":[16],\"isLoading\":[4,\"is-loading\"],\"isMobile\":[4,\"is-mobile\"],\"mapView\":[16],\"allowEditing\":[4,\"allow-editing\"],\"highlightEnabled\":[4,\"highlight-enabled\"],\"locale\":[1],\"paginationEnabled\":[4,\"pagination-enabled\"],\"position\":[1],\"showCloseBtn\":[4,\"show-close-btn\"],\"_alertOpen\":[32],\"_count\":[32],\"_editRecordOpen\":[32],\"_mobileTitle\":[32],\"_showListView\":[32],\"_translations\":[32],\"_navigatedToRelatedFeature\":[32],\"getSelectedFeature\":[64],\"refresh\":[64],\"back\":[64],\"next\":[64],\"toggleListView\":[64],\"updateCurrentGraphic\":[64]},[[8,\"closeEdit\",\"closeEdit\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"],[8,\"refreshGraphics\",\"refreshGraphics\"]],{\"graphics\":[\"graphicsWatchHandler\"],\"isMobile\":[\"isMobileWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"delete-button\",{\"deleteDialog\":[8,\"delete-dialog\"],\"buttonType\":[1,\"button-type\"],\"disabled\":[4],\"icon\":[1],\"ids\":[16],\"layer\":[16],\"locale\":[1],\"_confirmDelete\":[32],\"_deleteEndabled\":[32],\"_supportsDelete\":[32],\"_translations\":[32]},null,{\"ids\":[\"idsWatchHandler\"],\"layer\":[\"layerWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"edit-card\",{\"enableEditGeometry\":[4,\"enable-edit-geometry\"],\"enableSnapping\":[4,\"enable-snapping\"],\"graphicIndex\":[2,\"graphic-index\"],\"graphics\":[1040],\"locale\":[1],\"mapView\":[16],\"open\":[1028],\"_editorLoading\":[32],\"_translations\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"]],{\"graphics\":[\"graphicsWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"open\":[\"openWatchHandler\"]}]]],[\"basemap-gallery_7.cjs\",[[1,\"map-tools\",{\"basemapConfig\":[16],\"enableLegend\":[4,\"enable-legend\"],\"enableFloorFilter\":[4,\"enable-floor-filter\"],\"enableFullscreen\":[4,\"enable-fullscreen\"],\"enableSearch\":[4,\"enable-search\"],\"enableBasemap\":[4,\"enable-basemap\"],\"enableHome\":[4,\"enable-home\"],\"enableSingleExpand\":[4,\"enable-single-expand\"],\"homeZoomToolsSize\":[1,\"home-zoom-tools-size\"],\"layout\":[1],\"locale\":[1],\"mapView\":[16],\"mapWidgetsSize\":[1,\"map-widgets-size\"],\"position\":[1],\"searchConfiguration\":[16],\"stackTools\":[4,\"stack-tools\"],\"toolOrder\":[16],\"_hasFloorInfo\":[32],\"_translations\":[32],\"_showTools\":[32],\"_showBasemapWidget\":[32],\"_showFloorFilter\":[32],\"_showFullscreen\":[32],\"_showLegendWidget\":[32],\"_showSearchWidget\":[32]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"_showBasemapWidget\":[\"_showBasemapWidgetWatchHandler\"],\"_showFloorFilter\":[\"_showFloorFilterWatchHandler\"],\"_showFullscreen\":[\"_showFullscreenWatchHandler\"],\"_showLegendWidget\":[\"_showLegendWidgetWatchHandler\"],\"_showSearchWidget\":[\"_showSearchWidgetWatchHandler\"]}],[1,\"map-picker\",{\"locale\":[1],\"mapInfos\":[16],\"isMapLayout\":[4,\"is-map-layout\"],\"_mapListExpanded\":[32],\"_translations\":[32],\"_webMapInfo\":[32],\"setMapByID\":[64],\"close\":[64],\"toggle\":[64]},null,{\"_webMapInfo\":[\"_webMapInfoWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapInfos\":[\"mapInfosWatchHandler\"]}],[1,\"basemap-gallery\",{\"mapView\":[16],\"basemapConfig\":[16],\"basemapWidget\":[16]},null,{\"basemapConfig\":[\"basemapConfigWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"floor-filter\",{\"enabled\":[4],\"floorFilterWidget\":[16],\"mapView\":[16]},null,{\"mapView\":[\"mapViewWatchHandler\"],\"enabled\":[\"enabledWatchHandler\"]}],[1,\"map-fullscreen\",{\"mapView\":[16],\"fullscreenWidget\":[16]},null,{\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"map-legend\",{\"mapView\":[16],\"legendWidget\":[16]},null,{\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"map-search\",{\"mapView\":[16],\"popupEnabled\":[4,\"popup-enabled\"],\"resultGraphicEnabled\":[4,\"result-graphic-enabled\"],\"searchConfiguration\":[16],\"searchTerm\":[1,\"search-term\"],\"searchWidget\":[16]},null,{\"searchConfiguration\":[\"watchSearchConfigurationHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}]]]]"), options);
16
+ return index.bootstrapLazy(JSON.parse("[[\"crowdsource-manager.cjs\",[[0,\"crowdsource-manager\",{\"appLayout\":[1025,\"app-layout\"],\"appProxies\":[8,\"app-proxies\"],\"basemapConfig\":[16],\"coverPageEnabled\":[4,\"cover-page-enabled\"],\"customInfoText\":[1,\"custom-info-text\"],\"defaultAppLayout\":[1,\"default-app-layout\"],\"defaultCenter\":[1,\"default-center\"],\"defaultGlobalId\":[1,\"default-global-id\"],\"defaultLayer\":[1,\"default-layer\"],\"defaultLevel\":[1,\"default-level\"],\"defaultOid\":[1,\"default-oid\"],\"defaultWebmap\":[1,\"default-webmap\"],\"honorMapFieldSettings\":[4,\"honor-map-field-settings\"],\"introductionWindowEnabled\":[4,\"introduction-window-enabled\"],\"enableAutoRefresh\":[4,\"enable-auto-refresh\"],\"enableBasemap\":[4,\"enable-basemap\"],\"enableColumnReorder\":[4,\"enable-column-reorder\"],\"enableCSV\":[4,\"enable-c-s-v\"],\"enableFloorFilter\":[4,\"enable-floor-filter\"],\"enableFullscreen\":[4,\"enable-fullscreen\"],\"enableHome\":[4,\"enable-home\"],\"enableLegend\":[4,\"enable-legend\"],\"enableSearch\":[4,\"enable-search\"],\"enableShare\":[4,\"enable-share\"],\"enableSnapping\":[4,\"enable-snapping\"],\"enableZoom\":[4,\"enable-zoom\"],\"locale\":[1],\"mapInfos\":[16],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"popupHeaderColor\":[1,\"popup-header-color\"],\"popupHeaderHoverColor\":[1,\"popup-header-hover-color\"],\"popupHeaderHoverTextColor\":[1,\"popup-header-hover-text-color\"],\"popupHeaderTextColor\":[1,\"popup-header-text-color\"],\"searchConfiguration\":[16],\"shareIncludeEmbed\":[4,\"share-include-embed\"],\"shareIncludeSocial\":[4,\"share-include-social\"],\"showNewestFirst\":[4,\"show-newest-first\"],\"theme\":[1],\"zoomAndScrollToSelected\":[4,\"zoom-and-scroll-to-selected\"],\"zoomToScale\":[2,\"zoom-to-scale\"],\"_deleteDialogOpen\":[32],\"_enableCreateFeatures\":[32],\"_hideFooter\":[32],\"_hideTable\":[32],\"_isMobile\":[32],\"_isPortraitMobile\":[32],\"_translations\":[32],\"_layer\":[32],\"_layoutMode\":[32],\"_mapInfo\":[32],\"_mapView\":[32],\"_panelOpen\":[32],\"_numSelected\":[32],\"_filterOpen\":[32],\"_showInformationHeader\":[32],\"_layerIds\":[32],\"_isLoading\":[32],\"_mapExtentFilterChecked\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"],[8,\"popupClosed\",\"popupClosed\"],[8,\"layoutChanged\",\"layoutChanged\"],[8,\"mapChanged\",\"mapChanged\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"],[8,\"showDelete\",\"showDelete\"],[8,\"idsFound\",\"idsFound\"]],{\"appLayout\":[\"appLayoutWatchHandler\"],\"enableZoom\":[\"enableZoomWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}]]],[\"crowdsource-reporter.cjs\",[[0,\"crowdsource-reporter\",{\"center\":[1],\"commentButtonText\":[1,\"comment-button-text\"],\"commentSubmittedMessage\":[1,\"comment-submitted-message\"],\"defaultWebmap\":[1,\"default-webmap\"],\"description\":[1],\"enableAnonymousAccess\":[4,\"enable-anonymous-access\"],\"enableAnonymousComments\":[4,\"enable-anonymous-comments\"],\"enableComments\":[4,\"enable-comments\"],\"enableHome\":[4,\"enable-home\"],\"enableLogin\":[4,\"enable-login\"],\"enableNewReports\":[4,\"enable-new-reports\"],\"enableSearch\":[4,\"enable-search\"],\"enableSnapping\":[4,\"enable-snapping\"],\"enableZoom\":[4,\"enable-zoom\"],\"isMobile\":[4,\"is-mobile\"],\"layerExpressions\":[16],\"layerId\":[1,\"layer-id\"],\"level\":[1],\"locale\":[1],\"loginTitle\":[1,\"login-title\"],\"mapInfos\":[16],\"mapView\":[16],\"objectId\":[1,\"object-id\"],\"reportButtonText\":[1,\"report-button-text\"],\"reportingOptions\":[16],\"reportsHeader\":[1,\"reports-header\"],\"reportSubmittedMessage\":[1,\"report-submitted-message\"],\"searchConfiguration\":[16],\"showComments\":[4,\"show-comments\"],\"showUserImageInCommentsList\":[4,\"show-user-image-in-comments-list\"],\"showFeatureSymbol\":[4,\"show-feature-symbol\"],\"showMyReportsOnly\":[4,\"show-my-reports-only\"],\"submitNewReportsMessage\":[1,\"submit-new-reports-message\"],\"theme\":[1],\"zoomToScale\":[2,\"zoom-to-scale\"],\"floorLevel\":[1,\"floor-level\"],\"showFullCommentTitle\":[4,\"show-full-comment-title\"],\"filterByMapExtent\":[4,\"filter-by-map-extent\"],\"sortOption\":[1,\"sort-option\"],\"_featureCreationFailedErrorMsg\":[32],\"_filterActive\":[32],\"_flowItems\":[32],\"_hasValidLayers\":[32],\"_mapInfo\":[32],\"_reportSubmitted\":[32],\"_selectedLayerName\":[32],\"_showSubmitCancelButton\":[32],\"_showLoadingIndicator\":[32],\"_sidePanelCollapsed\":[32],\"_translations\":[32],\"_updatedProgressBarStatus\":[32],\"_updatedSorting\":[32],\"_updatedSortOption\":[32],\"_commentSubmitted\":[32],\"_addingCommentFailed\":[32],\"_filterOpen\":[32],\"updateLayerExpressionsT9n\":[64]},null,{\"isMobile\":[\"isMobileWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"floorLevel\":[\"floorLevelWatchHandler\"],\"showMyReportsOnly\":[\"showMyReportsOnlyWatchHandler\"],\"filterByMapExtent\":[\"filterByMapExtentChangeWatchHandler\"],\"layerExpressions\":[\"layerExpressionsWatchHandler\"],\"showFeatureSymbol\":[\"showFeatureSymbolWatchHandler\"]}]]],[\"solution-configuration.cjs\",[[0,\"solution-configuration\",{\"authentication\":[1040],\"locale\":[1],\"serializedAuthentication\":[1025,\"serialized-authentication\"],\"solutionItemId\":[1537,\"solution-item-id\"],\"showLoading\":[1540,\"show-loading\"],\"_currentEditItemId\":[32],\"_organizationVariables\":[32],\"_solutionContentsComponent\":[32],\"_solutionIsLoaded\":[32],\"_solutionVariables\":[32],\"_templateHierarchy\":[32],\"_translations\":[32],\"_treeOpen\":[32],\"getSpatialReferenceInfo\":[64],\"saveSolution\":[64],\"unloadSolution\":[64]},[[8,\"solutionItemSelected\",\"_solutionItemSelected\"]],{\"serializedAuthentication\":[\"serializedAuthenticationWatchHandler\"],\"solutionItemId\":[\"valueWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}]]],[\"instant-apps-interactive-legend.cjs\",[[2,\"instant-apps-interactive-legend\",{\"view\":[16],\"zoomTo\":[4,\"zoom-to\"],\"featureCount\":[1028,\"feature-count\"],\"filterMode\":[16],\"compact\":[4],\"handles\":[32],\"reactiveUtils\":[32],\"legendvm\":[32],\"widget\":[32],\"messages\":[32]},null,{\"handles\":[\"init\"],\"reactiveUtils\":[\"init\"],\"view\":[\"init\"],\"compact\":[\"compactHandler\"]}]]],[\"public-notification.cjs\",[[0,\"public-notification\",{\"addresseeLayerIds\":[16],\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"defaultExportTitle\":[1,\"default-export-title\"],\"defaultNumLabelsPerPage\":[2,\"default-num-labels-per-page\"],\"enableLayerFeatures\":[4,\"enable-layer-features\"],\"enableLayerFeaturesOnLoad\":[4,\"enable-layer-features-on-load\"],\"enableSearchDistance\":[4,\"enable-search-distance\"],\"enableSearchDistanceOnLoad\":[4,\"enable-search-distance-on-load\"],\"enableSketchTools\":[4,\"enable-sketch-tools\"],\"featureEffect\":[16],\"featureHighlightEnabled\":[4,\"feature-highlight-enabled\"],\"locale\":[1],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"initialNotice\":[1,\"initial-notice\"],\"searchConfiguration\":[1040],\"selectionLayerIds\":[16],\"showRefineSelection\":[4,\"show-refine-selection\"],\"showSearchSettings\":[4,\"show-search-settings\"],\"sketchLineSymbol\":[8,\"sketch-line-symbol\"],\"sketchPointSymbol\":[8,\"sketch-point-symbol\"],\"sketchPolygonSymbol\":[8,\"sketch-polygon-symbol\"],\"_exportGraphics\":[32],\"_addMap\":[32],\"_addResults\":[32],\"_addTitle\":[32],\"_downloadActive\":[32],\"_exportType\":[32],\"_fetchingData\":[32],\"_isMobile\":[32],\"_numDuplicates\":[32],\"_pageType\":[32],\"_saveEnabled\":[32],\"_selectionSets\":[32],\"_translations\":[32]},[[8,\"selectionSetsChanged\",\"selectionSetsChanged\"]],{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"searchConfiguration\":[\"watchSearchConfigurationHandler\"],\"sketchLineSymbol\":[\"sketchLineSymbolWatchHandler\"],\"sketchPointSymbol\":[\"sketchPointSymbolWatchHandler\"],\"sketchPolygonSymbol\":[\"sketchPolygonSymbolWatchHandler\"],\"_pageType\":[\"pageTypeWatchHandler\"]}]]],[\"instant-apps-language-switcher.cjs\",[[1,\"instant-apps-language-switcher\",{\"icon\":[1],\"portalItem\":[16],\"view\":[16],\"locales\":[16],\"defaultLocale\":[1,\"default-locale\"],\"selectedLanguage\":[1,\"selected-language\"],\"calciteDropdownOverlayPositioning\":[1,\"calcite-dropdown-overlay-positioning\"],\"messages\":[32],\"t9nData\":[32],\"refresh\":[64]}]]],[\"instant-apps-export.cjs\",[[1,\"instant-apps-export\",{\"output\":[1040],\"beforeExport\":[16],\"popoverIcon\":[1,\"popover-icon\"],\"extraContent\":[16],\"extraContentLabel\":[1,\"extra-content-label\"],\"headerTitle\":[1025,\"header-title\"],\"logoImage\":[1025,\"logo-image\"],\"includeExtraContent\":[1028,\"include-extra-content\"],\"showExtraContentInImg\":[4,\"show-extra-content-in-img\"],\"includeLegend\":[1028,\"include-legend\"],\"includeMap\":[1028,\"include-map\"],\"includePopup\":[1028,\"include-popup\"],\"includeFileFormat\":[1028,\"include-file-format\"],\"mode\":[513],\"popoverPositioning\":[1,\"popover-positioning\"],\"popoverPlacement\":[1,\"popover-placement\"],\"scale\":[1],\"showHeaderTitle\":[4,\"show-header-title\"],\"showIncludeLegend\":[4,\"show-include-legend\"],\"showIncludeMap\":[4,\"show-include-map\"],\"showIncludePopup\":[4,\"show-include-popup\"],\"showScaleBar\":[4,\"show-scale-bar\"],\"view\":[16],\"maskBackground\":[1,\"mask-background\"],\"maskBorder\":[1,\"mask-border\"],\"baseClass\":[32],\"exportIsLoading\":[32],\"messages\":[32],\"selectedFileType\":[32]},null,{\"includeMap\":[\"watchIncludeMap\"],\"view\":[\"watchView\"]}]]],[\"instant-apps-interactive-legend-group-legend-element-caption.cjs\",[[2,\"instant-apps-interactive-legend-group-legend-element-caption\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[1028]}]]],[\"instant-apps-landing-page.cjs\",[[1,\"instant-apps-landing-page\",{\"titleText\":[1,\"title-text\"],\"subtitleText\":[1,\"subtitle-text\"],\"descriptionText\":[1,\"description-text\"],\"entryButtonText\":[1,\"entry-button-text\"],\"iconImage\":[1,\"icon-image\"],\"iconImageScale\":[1,\"icon-image-scale\"],\"iconImageAltText\":[1,\"icon-image-alt-text\"],\"alignment\":[1],\"disableTransition\":[4,\"disable-transition\"],\"backgroundImageSrc\":[1,\"background-image-src\"],\"open\":[1028],\"entryButtonScale\":[1,\"entry-button-scale\"],\"fontFamily\":[513,\"font-family\"],\"enableSignIn\":[4,\"enable-sign-in\"],\"portal\":[16],\"oauthappid\":[1]},null,{\"open\":[\"emitToggleEvent\"]}]]],[\"instant-apps-measurement.cjs\",[[2,\"instant-apps-measurement\",{\"view\":[16],\"areaUnit\":[1,\"area-unit\"],\"linearUnit\":[1,\"linear-unit\"],\"coordinateFormat\":[1,\"coordinate-format\"],\"activeToolType\":[1,\"active-tool-type\"],\"closable\":[4],\"messages\":[32]}]]],[\"pci-calculator.cjs\",[[1,\"pci-calculator\",{\"showAddDeduct\":[32]}]]],[\"solution-item-accordion.cjs\",[[1,\"solution-item-accordion\",{\"locale\":[1],\"listSelectionMode\":[1,\"list-selection-mode\"],\"templateInfos\":[16],\"_sortedTemplateInfos\":[32],\"_translations\":[32],\"deselectAll\":[64],\"selectItem\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"templateInfos\":[\"templateInfosWatchHandler\"]}]]],[\"consent-manager.cjs\",[[1,\"consent-manager\",{\"amazonAppId\":[1,\"amazon-app-id\"],\"amazonAppName\":[1,\"amazon-app-name\"],\"amazonUserPoolID\":[1,\"amazon-user-pool-i-d\"],\"amazonVersion\":[1,\"amazon-version\"],\"firstUseVar\":[1,\"first-use-var\"],\"locale\":[1],\"measurementIds\":[16],\"portal\":[16],\"_open\":[32],\"_translations\":[32],\"getInstance\":[64]},null,{\"locale\":[\"localeWatchHandler\"]}]]],[\"instant-apps-app-guide.cjs\",[[1,\"instant-apps-app-guide\",{\"header\":[4],\"data\":[16],\"messages\":[32],\"headerText\":[32]},null,{\"data\":[\"watchPropHandler\"],\"headerText\":[\"watchStateHandler\"]}]]],[\"instant-apps-control-panel.cjs\",[[1,\"instant-apps-control-panel\",{\"components\":[16],\"view\":[16]}]]],[\"instant-apps-create.cjs\",[[1,\"instant-apps-create\",{\"popoverIcon\":[1,\"popover-icon\"],\"mode\":[513],\"popoverPositioning\":[1,\"popover-positioning\"],\"popoverPlacement\":[1,\"popover-placement\"],\"showHeader\":[4,\"show-header\"],\"content\":[16],\"options\":[16],\"portal\":[16],\"baseClass\":[32],\"messages\":[32],\"CreateOptionsLookup\":[32]},null,{\"content\":[\"contentChanged\"]}]]],[\"instant-apps-export-views.cjs\",[[1,\"instant-apps-export-views\",{\"output\":[1040],\"beforeExport\":[16],\"popoverIcon\":[1,\"popover-icon\"],\"includeLegend\":[1028,\"include-legend\"],\"includeMap\":[1028,\"include-map\"],\"includePopup\":[1028,\"include-popup\"],\"includeHeader\":[1028,\"include-header\"],\"mode\":[513],\"popoverPositioning\":[1,\"popover-positioning\"],\"popoverPlacement\":[1,\"popover-placement\"],\"scale\":[1],\"showIncludeLegend\":[4,\"show-include-legend\"],\"showIncludeMap\":[4,\"show-include-map\"],\"showIncludePopup\":[4,\"show-include-popup\"],\"showIncludeHeader\":[4,\"show-include-header\"],\"showScaleBar\":[4,\"show-scale-bar\"],\"exportViews\":[16],\"baseClass\":[32],\"exportIsLoading\":[32],\"messages\":[32]},null,{\"includeMap\":[\"watchIncludeMap\"],\"exportViews\":[\"watchView\"]}]]],[\"instant-apps-keyboard-shortcuts.cjs\",[[1,\"instant-apps-keyboard-shortcuts\",{\"view\":[16],\"messages\":[32]}]]],[\"instant-apps-popover.cjs\",[[0,\"instant-apps-popover\",{\"popoverTitle\":[513,\"popover-title\"],\"subtitle\":[513],\"content\":[513],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"],\"mediaSrc\":[513,\"media-src\"],\"index\":[514],\"referenceElement\":[513,\"reference-element\"],\"parent\":[16],\"placement\":[1],\"refId\":[1,\"ref-id\"],\"pagination\":[516],\"disableAction\":[516,\"disable-action\"],\"popoverAction\":[16],\"messageOverrides\":[16],\"messages\":[32]}]]],[\"instant-apps-popovers.cjs\",[[4,\"instant-apps-popovers\",{\"inTour\":[1540,\"in-tour\"],\"currentId\":[1537,\"current-id\"],\"instantAppsPopovers\":[16],\"beforeOpen\":[16],\"open\":[64],\"close\":[64],\"beginTour\":[64],\"endTour\":[64]}]]],[\"instant-apps-scoreboard.cjs\",[[1,\"instant-apps-scoreboard\",{\"view\":[16],\"items\":[16],\"position\":[1],\"mode\":[1],\"itemLimit\":[2,\"item-limit\"],\"autoDockEnabled\":[4,\"auto-dock-enabled\"],\"geometry\":[1040],\"queryType\":[1,\"query-type\"],\"state\":[32],\"messages\":[32],\"itemIndex\":[32],\"layers\":[32],\"layerViews\":[32],\"isMobile\":[32]},null,{\"items\":[\"generateUIDs\",\"storeLayers\"],\"layers\":[\"storeLayerViews\"],\"geometry\":[\"calculateScoreboardItemValuesFromGeometry\"],\"layerViews\":[\"calculateScoreboardItemValues\"]}]]],[\"instant-apps-splash.cjs\",[[1,\"instant-apps-splash\",{\"localStorageKey\":[1,\"local-storage-key\"],\"titleText\":[1,\"title-text\"],\"content\":[1025],\"primaryButtonText\":[1,\"primary-button-text\"],\"open\":[1028],\"closeButtonDisabled\":[4,\"close-button-disabled\"],\"outsideCloseDisabled\":[4,\"outside-close-disabled\"],\"secondaryButton\":[4,\"secondary-button\"],\"secondaryButtonText\":[1,\"secondary-button-text\"],\"secondaryButtonIcon\":[1,\"secondary-button-icon\"],\"secondaryButtonCallback\":[16],\"messages\":[32]},null,{\"content\":[\"sanitizeContent\"]}]]],[\"instant-apps-time-filter.cjs\",[[0,\"instant-apps-time-filter\",{\"timeInfoConfigItems\":[16],\"filterMode\":[16],\"view\":[16],\"timeSliderConfig\":[16],\"autoPlay\":[4,\"auto-play\"],\"timeSliderRef\":[32]},null,{\"timeInfoConfigItems\":[\"updateTimeInfoConfigItems\"],\"filterMode\":[\"updateFilterMode\"],\"timeSliderConfig\":[\"updateTimeSliderConfig\"],\"autoPlay\":[\"updateAutoPlay\"]}]]],[\"spatial-ref.cjs\",[[0,\"spatial-ref\",{\"defaultWkid\":[1538,\"default-wkid\"],\"disabled\":[1540],\"locale\":[1],\"value\":[1537],\"_cachedValue\":[32],\"_spatialRef\":[32],\"_srSearchText\":[32],\"_translations\":[32],\"createSpatialRefDisplay\":[64],\"getSpatialRef\":[64],\"wkidToDisplay\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"value\":[\"valueChanged\"]}]]],[\"store-manager.cjs\",[[0,\"store-manager\",{\"value\":[1537],\"templates\":[1040],\"authentication\":[1040],\"getStoreInfo\":[64]}]]],[\"instant-apps-interactive-legend-classic.cjs\",[[2,\"instant-apps-interactive-legend-classic\",{\"legendvm\":[16],\"zoomTo\":[4,\"zoom-to\"],\"featureCount\":[4,\"feature-count\"],\"filterMode\":[16],\"messages\":[8],\"isLoading\":[32],\"intLegendId\":[32]},null,{\"filterMode\":[\"handleFilterModeChange\"]}]]],[\"instant-apps-language-translator.cjs\",[[6,\"instant-apps-language-translator\",{\"portalItem\":[16],\"appSettings\":[16],\"locales\":[16],\"open\":[1028],\"userLocaleInputOnChangeCallback\":[16],\"translatedLocaleInputOnChangeCallback\":[16],\"saving\":[32],\"messages\":[32],\"isCollapse\":[32],\"getTranslationData\":[64],\"setTranslationData\":[64],\"getPortalItemResource\":[64],\"batchWriteToPortalItemResource\":[64]},[[8,\"translatorItemDataUpdated\",\"handleT9nItemUpdate\"]],{\"locales\":[\"handleLocaleChange\"],\"appSettings\":[\"handleAppSettings\"]}]]],[\"deduct-calculator.cjs\",[[1,\"deduct-calculator\"]]],[\"instant-apps-header.cjs\",[[1,\"instant-apps-header\",{\"titleText\":[1,\"title-text\"],\"titleTextLink\":[1,\"title-text-link\"],\"backgroundColor\":[1,\"background-color\"],\"textColor\":[1,\"text-color\"],\"logoImage\":[1,\"logo-image\"],\"logoScale\":[1537,\"logo-scale\"],\"logoImageAltText\":[1,\"logo-image-alt-text\"],\"logoLink\":[1,\"logo-link\"],\"infoButton\":[1540,\"info-button\"],\"infoIsOpen\":[516,\"info-is-open\"],\"infoTitleText\":[1,\"info-title-text\"],\"customHeaderHtml\":[1025,\"custom-header-html\"],\"headerAlignment\":[1025,\"header-alignment\"],\"customHeaderCss\":[1025,\"custom-header-css\"],\"fontFamily\":[513,\"font-family\"],\"mobileWidthBreakpoint\":[2,\"mobile-width-breakpoint\"],\"dir\":[32],\"initialScale\":[32],\"toggleInfo\":[64]},null,{\"customHeaderHtml\":[\"sanitizeCustomHeaderHtml\"]}]]],[\"instant-apps-measurement-tool.cjs\",[[2,\"instant-apps-measurement-tool\",{\"view\":[16],\"measureConfiguration\":[16],\"activeTool\":[1,\"active-tool\"]},null,{\"activeTool\":[\"_updateToolType\"]}]]],[\"instant-apps-sign-in.cjs\",[[1,\"instant-apps-sign-in\",{\"type\":[1],\"portal\":[16],\"oauthappid\":[1],\"openInPopup\":[4,\"open-in-popup\"],\"landingPage\":[4,\"landing-page\"],\"titleText\":[1,\"title-text\"],\"subtitleText\":[1,\"subtitle-text\"],\"descriptionText\":[1,\"description-text\"],\"showIndicator\":[4,\"show-indicator\"],\"closeLandingPage\":[16],\"signInDropdownItems\":[16],\"isSignedIn\":[32],\"user\":[32],\"ready\":[32],\"messages\":[32]},null,{\"portal\":[\"watchPortal\"],\"oauthappid\":[\"watchOauthappid\"]}]]],[\"feature-list.cjs\",[[0,\"feature-list\",{\"selectedLayerId\":[1,\"selected-layer-id\"],\"mapView\":[16],\"noFeaturesFoundMsg\":[1,\"no-features-found-msg\"],\"pageSize\":[2,\"page-size\"],\"highlightOnMap\":[4,\"highlight-on-map\"],\"highlightOnHover\":[4,\"highlight-on-hover\"],\"locale\":[1],\"sortingInfo\":[16],\"whereClause\":[1,\"where-clause\"],\"textSize\":[1,\"text-size\"],\"showInitialLoading\":[4,\"show-initial-loading\"],\"showErrorWhenNoFeatures\":[4,\"show-error-when-no-features\"],\"showUserImageInList\":[4,\"show-user-image-in-list\"],\"showFeatureSymbol\":[4,\"show-feature-symbol\"],\"applyLayerViewFilter\":[4,\"apply-layer-view-filter\"],\"reportingOptions\":[16],\"showFullTitle\":[4,\"show-full-title\"],\"filterByMapExtent\":[4,\"filter-by-map-extent\"],\"_featureItems\":[32],\"_featuresCount\":[32],\"_isLoading\":[32],\"_searchPlaceHolder\":[32],\"_fullTextSearchInfo\":[32],\"_translations\":[32],\"refresh\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"selectedLayerId\":[\"selectedLayerWatchHandler\"],\"sortingInfo\":[\"sortingInfoWatchHandler\"],\"whereClause\":[\"whereClauseHandler\"],\"filterByMapExtent\":[\"filterByMapExtentHandler\"]}]]],[\"delete-dialog.cjs\",[[1,\"delete-dialog\",{\"ids\":[16],\"layer\":[16],\"locale\":[1],\"open\":[4],\"_isDeleting\":[32],\"_translations\":[32]},null,{\"locale\":[\"localeWatchHandler\"]}]]],[\"map-layer-picker.cjs\",[[0,\"map-layer-picker\",{\"appearance\":[1],\"defaultLayerId\":[1,\"default-layer-id\"],\"display\":[1],\"enabledLayerIds\":[16],\"enabledTableIds\":[16],\"height\":[2],\"isMobile\":[4,\"is-mobile\"],\"locale\":[1],\"mapView\":[16],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"placeholderIcon\":[1,\"placeholder-icon\"],\"selectedIds\":[1040],\"scale\":[1],\"showTables\":[4,\"show-tables\"],\"showTablesDisabled\":[4,\"show-tables-disabled\"],\"showSingleLayerAsLabel\":[4,\"show-single-layer-as-label\"],\"type\":[1],\"_hasMultipleLayers\":[32],\"_hasValidLayers\":[32],\"_isDropdownOpen\":[32],\"ids\":[32],\"selectedName\":[32],\"_translations\":[32],\"setLayerById\":[64],\"setLayerByIds\":[64],\"updateLayer\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}]]],[\"instant-apps-filter-list_2.cjs\",[[1,\"instant-apps-filter-list\",{\"layerExpressions\":[1040],\"autoUpdateUrl\":[4,\"auto-update-url\"],\"closeBtn\":[4,\"close-btn\"],\"closeBtnOnClick\":[16],\"comboboxOverlayPositioning\":[1,\"combobox-overlay-positioning\"],\"closeBtnText\":[1,\"close-btn-text\"],\"openFilters\":[4,\"open-filters\"],\"extentSelector\":[4,\"extent-selector\"],\"extentSelectorConfig\":[16],\"urlParams\":[1040],\"filterCount\":[1026,\"filter-count\"],\"view\":[16],\"zoomBtn\":[4,\"zoom-btn\"],\"resetBtn\":[4,\"reset-btn\"],\"resetFiltersOnDisconnect\":[4,\"reset-filters-on-disconnect\"],\"loading\":[32],\"filterLayerExpressions\":[32],\"messages\":[32],\"baseClass\":[32],\"initDefExpressions\":[32],\"initMapImageExpressions\":[32],\"initPointCloudFilters\":[32],\"getFilterInitState\":[64],\"forceReset\":[64],\"updateInitDefExpressions\":[64],\"getCurrentLayerExpressions\":[64],\"handleUpdatingT9nData\":[64]},null,{\"view\":[\"watchViewHandler\"],\"layerExpressions\":[\"watchLayerExpressions\"]}],[1,\"instant-apps-social-share\",{\"mode\":[513],\"shareUrl\":[1025,\"share-url\"],\"autoUpdateShareUrl\":[1028,\"auto-update-share-url\"],\"shareText\":[513,\"share-text\"],\"embed\":[516],\"shareButtonColor\":[513,\"share-button-color\"],\"shareButtonType\":[513,\"share-button-type\"],\"shareButtonScale\":[513,\"share-button-scale\"],\"iframeInnerText\":[513,\"iframe-inner-text\"],\"popoverButtonIconScale\":[513,\"popover-button-icon-scale\"],\"view\":[16],\"displayTipText\":[516,\"display-tip-text\"],\"shortenShareUrl\":[516,\"shorten-share-url\"],\"socialMedia\":[516,\"social-media\"],\"shareIconsLayout\":[513,\"share-icons-layout\"],\"scale\":[513],\"successMessage\":[513,\"success-message\"],\"defaultUrlParams\":[16],\"inlineSuccessPopoverPlacement\":[513,\"inline-success-popover-placement\"],\"popoverPositioning\":[513,\"popover-positioning\"],\"removePopoverOffset\":[516,\"remove-popover-offset\"],\"messages\":[32],\"opened\":[32],\"copied\":[32],\"inlineCopyLinkOpened\":[32],\"inlineCopyEmbedOpened\":[32],\"embedWidth\":[32],\"embedHeight\":[32]}]]],[\"card-manager_3.cjs\",[[0,\"map-card\",{\"appLayout\":[1,\"app-layout\"],\"appProxies\":[8,\"app-proxies\"],\"defaultWebmapId\":[1,\"default-webmap-id\"],\"defaultLayerId\":[1,\"default-layer-id\"],\"enableHome\":[4,\"enable-home\"],\"enableLegend\":[4,\"enable-legend\"],\"enableFloorFilter\":[4,\"enable-floor-filter\"],\"enableFullscreen\":[4,\"enable-fullscreen\"],\"enableShare\":[4,\"enable-share\"],\"enableSingleExpand\":[4,\"enable-single-expand\"],\"enableSearch\":[4,\"enable-search\"],\"enableBasemap\":[4,\"enable-basemap\"],\"basemapConfig\":[16],\"hidden\":[4],\"homeZoomIndex\":[2,\"home-zoom-index\"],\"homeZoomPosition\":[1,\"home-zoom-position\"],\"homeZoomToolsSize\":[1,\"home-zoom-tools-size\"],\"locale\":[1],\"mapInfos\":[16],\"mapWidgetsIndex\":[2,\"map-widgets-index\"],\"mapWidgetsPosition\":[1,\"map-widgets-position\"],\"mapWidgetsSize\":[1,\"map-widgets-size\"],\"mapView\":[16],\"stackTools\":[4,\"stack-tools\"],\"theme\":[1],\"toolOrder\":[16],\"isMapLayout\":[4,\"is-map-layout\"],\"shareIncludeEmbed\":[4,\"share-include-embed\"],\"shareIncludeSocial\":[4,\"share-include-social\"],\"selectedFeaturesIds\":[16],\"selectedLayer\":[16],\"zoomToScale\":[2,\"zoom-to-scale\"],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"isMobile\":[4,\"is-mobile\"],\"mapInfo\":[16],\"_translations\":[32],\"_searchConfiguration\":[32],\"_webMapInfo\":[32],\"_showHideOpen\":[32],\"_toolInfos\":[32],\"_controlsThatFit\":[32],\"resetFilter\":[64],\"updateFilterState\":[64],\"updateLayer\":[64]},[[8,\"mapInfoChange\",\"mapInfoChange\"],[8,\"noLayersFound\",\"noLayersFound\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"]],{\"appLayout\":[\"appLayoutWatchHandler\"],\"enableHome\":[\"enableHomeWatchHandler\"],\"enableShare\":[\"enableShareWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"selectedLayer\":[\"selectedLayerWatchHandler\"],\"selectedFeaturesIds\":[\"selectedFeaturesIdsWatchHandler\"],\"_controlsThatFit\":[\"_controlsThatFitWatchHandler\"]}],[0,\"card-manager\",{\"customInfoText\":[1,\"custom-info-text\"],\"enableEditGeometry\":[4,\"enable-edit-geometry\"],\"enableSnapping\":[4,\"enable-snapping\"],\"isMobile\":[4,\"is-mobile\"],\"layer\":[1040],\"locale\":[1],\"mapView\":[16],\"zoomAndScrollToSelected\":[4,\"zoom-and-scroll-to-selected\"],\"selectedFeaturesIds\":[16],\"enableCreateFeatures\":[4,\"enable-create-features\"],\"selectingFeatureFromMap\":[4,\"selecting-feature-from-map\"],\"_cardLoading\":[32],\"_graphics\":[32],\"_showCreateFeatureComponent\":[32],\"_showSubmitBtn\":[32],\"_translations\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"]],{\"locale\":[\"localeWatchHandler\"]}],[0,\"layer-table\",{\"appLayout\":[1,\"app-layout\"],\"defaultGlobalId\":[16],\"defaultLayerId\":[1,\"default-layer-id\"],\"defaultOid\":[16],\"enableAutoRefresh\":[4,\"enable-auto-refresh\"],\"enableColumnReorder\":[4,\"enable-column-reorder\"],\"enableCSV\":[4,\"enable-c-s-v\"],\"enableInlineEdit\":[4,\"enable-inline-edit\"],\"enableShare\":[4,\"enable-share\"],\"honorMapFieldSettings\":[4,\"honor-map-field-settings\"],\"isMobile\":[4,\"is-mobile\"],\"locale\":[1],\"mapHidden\":[4,\"map-hidden\"],\"mapInfo\":[16],\"mapView\":[16],\"onlyShowUpdatableLayers\":[4,\"only-show-updatable-layers\"],\"selectedIds\":[16],\"shareIncludeEmbed\":[4,\"share-include-embed\"],\"shareIncludeSocial\":[4,\"share-include-social\"],\"showNewestFirst\":[4,\"show-newest-first\"],\"zoomAndScrollToSelected\":[4,\"zoom-and-scroll-to-selected\"],\"zoomToScale\":[2,\"zoom-to-scale\"],\"createFilterModal\":[4,\"create-filter-modal\"],\"_allIds\":[32],\"_controlsThatFit\":[32],\"_csvExporting\":[32],\"_fetchingData\":[32],\"_filterActive\":[32],\"_filterOpen\":[32],\"_layer\":[32],\"_selectAllActive\":[32],\"_showHideOpen\":[32],\"_showOnlySelected\":[32],\"_toolInfos\":[32],\"_translations\":[32],\"_fullTextSearchInfo\":[32],\"_searchPlaceHolder\":[32],\"_size\":[32],\"_queryingData\":[32],\"closeFilter\":[64],\"filterReset\":[64],\"filterUpdate\":[64],\"validateTableUpdate\":[64],\"validateActiveEdits\":[64],\"refresh\":[64]},[[10,\"beforeMapInfoChange\",\"beforeMapInfoChange\"],[8,\"editorInitialized\",\"editorInitialized\"],[8,\"closeEdit\",\"closeEdit\"],[8,\"selectionChanged\",\"selectionChanged\"],[8,\"beforeLayerSelectionChange\",\"beforeLayerSelectionChange\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"],[8,\"editsComplete\",\"editsComplete\"],[8,\"facilityChanged\",\"facilityChanged\"],[8,\"levelChanged\",\"levelChanged\"],[8,\"siteChanged\",\"siteChanged\"],[8,\"noLayersFound\",\"noLayersFound\"],[8,\"clearSelection\",\"clearSelection\"]],{\"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\"]}]]],[\"solution-contents_3.cjs\",[[0,\"solution-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"solutionVariables\":[1537,\"solution-variables\"],\"organizationVariables\":[1537,\"organization-variables\"],\"itemType\":[32],\"_translations\":[32]},null,{\"itemId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"solution-contents\",{\"selectedItemId\":[1537,\"selected-item-id\"],\"templateHierarchy\":[1040]},null,{\"templateHierarchy\":[\"valueWatchHandler\"]}],[0,\"solution-spatial-ref\",{\"enabled\":[1540],\"enableDefault\":[1540,\"enable-default\"],\"featureServices\":[1040],\"locale\":[1025],\"_translations\":[32],\"_testAccess\":[64]},[[8,\"solutionStoreHasChanges\",\"solutionStoreHasChanges\"]],{\"enabled\":[\"enabledChanged\"],\"enableDefault\":[\"enableDefaultChanged\"],\"locale\":[\"localeWatchHandler\"]}]]],[\"create-related-feature_3.cjs\",[[0,\"feature-details\",{\"enableSnapping\":[4,\"enable-snapping\"],\"mapView\":[16],\"graphics\":[16],\"reportingOptions\":[16],\"layerItemsHash\":[16],\"locale\":[1],\"showUserImageInCommentsList\":[4,\"show-user-image-in-comments-list\"],\"showFullCommentTitle\":[4,\"show-full-comment-title\"],\"_likeFieldAvailable\":[32],\"_likeCount\":[32],\"_disLikeCount\":[32],\"_dislikeFieldAvailable\":[32],\"_commentsAvailable\":[32],\"_isLikeBtnClicked\":[32],\"_isDislikeBtnClicked\":[32],\"_relatedFeaturesOIDs\":[32],\"_updating\":[32],\"refresh\":[64],\"back\":[64],\"next\":[64],\"toggleListView\":[64]},null,{\"graphics\":[\"graphicsWatchHandler\"]}],[0,\"create-related-feature\",{\"customizeSubmit\":[4,\"customize-submit\"],\"enableSnapping\":[4,\"enable-snapping\"],\"locale\":[1],\"mapView\":[16],\"selectedFeature\":[16],\"showGuidingMsg\":[4,\"show-guiding-msg\"],\"table\":[16],\"_editorLoading\":[32],\"_translations\":[32],\"submit\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"_editorLoading\":[\"_editorLoadingWatchHandler\"]}],[0,\"layer-list\",{\"mapView\":[16],\"layers\":[16],\"locale\":[1],\"showFeatureCount\":[4,\"show-feature-count\"],\"showNextIcon\":[4,\"show-next-icon\"],\"applyLayerViewFilter\":[4,\"apply-layer-view-filter\"],\"filterByMapExtent\":[4,\"filter-by-map-extent\"],\"_noLayersToDisplay\":[32],\"_mapLayerIds\":[32],\"_isLoading\":[32],\"_translations\":[32],\"refresh\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"filterByMapExtent\":[\"filterByMapExtentWatchHandler\"]}]]],[\"buffer-tools_2.cjs\",[[1,\"buffer-tools\",{\"appearance\":[1025],\"distance\":[1026],\"geometries\":[1040],\"locale\":[1],\"max\":[1026],\"min\":[1026],\"sliderTicks\":[1026,\"slider-ticks\"],\"unionResults\":[1028,\"union-results\"],\"unit\":[1025],\"disabled\":[4],\"_translations\":[32],\"getTranslatedUnit\":[64]},null,{\"geometries\":[\"geometriesWatchHandler\"],\"disabled\":[\"disabledWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"map-draw-tools\",{\"active\":[4],\"drawMode\":[1,\"draw-mode\"],\"editGraphicsEnabled\":[4,\"edit-graphics-enabled\"],\"graphics\":[1040],\"locale\":[1],\"mapView\":[1040],\"pointSymbol\":[1040],\"polylineSymbol\":[1040],\"polygonSymbol\":[1040],\"redoEnabled\":[4,\"redo-enabled\"],\"undoEnabled\":[4,\"undo-enabled\"],\"_translations\":[32],\"_selectionMode\":[32],\"clear\":[64],\"updateGraphics\":[64]},null,{\"graphics\":[\"graphicsWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}]]],[\"map-select-tools_3.cjs\",[[0,\"map-select-tools\",{\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"enabledLayerIds\":[16],\"enableLayerFeatures\":[4,\"enable-layer-features\"],\"enableLayerFeaturesOnLoad\":[4,\"enable-layer-features-on-load\"],\"enableSearchDistance\":[4,\"enable-search-distance\"],\"enableSearchDistanceOnLoad\":[4,\"enable-search-distance-on-load\"],\"enableSketchTools\":[4,\"enable-sketch-tools\"],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"geometries\":[16],\"isUpdate\":[4,\"is-update\"],\"layerViews\":[16],\"locale\":[1],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"searchConfiguration\":[1040],\"selectionSet\":[16],\"selectionLayerIds\":[16],\"selectLayerView\":[16],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"searchDistanceEnabled\":[4,\"search-distance-enabled\"],\"useLayerFeaturesEnabled\":[4,\"use-layer-features-enabled\"],\"_numSelected\":[32],\"_searchTerm\":[32],\"_selectionLoading\":[32],\"_translations\":[32],\"clearSelection\":[64],\"getSelection\":[64]},[[8,\"searchConfigurationChange\",\"searchConfigurationChangeChanged\"],[8,\"distanceChanged\",\"distanceChanged\"],[8,\"unitChanged\",\"unitChanged\"]],{\"geometries\":[\"watchGeometriesHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"searchConfiguration\":[\"watchSearchConfigurationHandler\"]}],[0,\"refine-selection\",{\"addresseeLayer\":[16],\"enabledLayerIds\":[16],\"locale\":[1],\"mapView\":[16],\"selectionSets\":[1040],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"_translations\":[32],\"_selectionMode\":[32],\"_refineLayer\":[32]},null,{\"locale\":[\"localeWatchHandler\"]}],[1,\"pdf-download\",{\"defaultNumLabelsPerPage\":[2,\"default-num-labels-per-page\"],\"disabled\":[4],\"locale\":[1],\"_translations\":[32],\"downloadCSV\":[64],\"downloadPDF\":[64]},null,{\"locale\":[\"localeWatchHandler\"]}]]],[\"instant-apps-ckeditor-wrapper_3.cjs\",[[2,\"instant-apps-language-translator-item\",{\"fieldName\":[1,\"field-name\"],\"translatedLanguageLabels\":[16],\"setting\":[16],\"userLocaleInputOnChangeCallback\":[16],\"translatedLocaleInputOnChangeCallback\":[16]}],[2,\"instant-apps-language-translator-search\",{\"t9nPlaceholder\":[1,\"t-9n-placeholder\"],\"results\":[32]}],[0,\"instant-apps-ckeditor-wrapper\",{\"value\":[1025],\"editorInstance\":[1032,\"editor-instance\"],\"config\":[16]},null,{\"value\":[\"updateValue\"]}]]],[\"solution-item-icon.cjs\",[[0,\"solution-item-icon\",{\"isPortal\":[4,\"is-portal\"],\"type\":[1],\"typeKeywords\":[16]}]]],[\"instant-apps-interactive-legend-count_2.cjs\",[[2,\"instant-apps-interactive-legend-layer-element-caption\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[1028]}],[2,\"instant-apps-interactive-legend-count\",{\"showTotal\":[4,\"show-total\"],\"legendvm\":[16],\"activeLayerInfo\":[16],\"categoryId\":[1,\"category-id\"],\"infoIndex\":[2,\"info-index\"],\"messages\":[8],\"selected\":[4],\"legendElement\":[16]}]]],[\"instant-apps-interactive-legend-group-legend-element_5.cjs\",[[6,\"instant-apps-interactive-legend-group-legend-element\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[32]},[[8,\"layerCaptionElementExpandUpdated\",\"layerCaptionElementExpandUpdatedEmitted\"]]],[6,\"instant-apps-interactive-legend-layer-element\",{\"legendvm\":[16],\"featureCount\":[4,\"feature-count\"],\"activeLayerInfo\":[16],\"messages\":[8],\"isChild\":[4,\"is-child\"],\"expanded\":[32]},[[8,\"layerCaptionElementExpandUpdated\",\"layerCaptionElementExpandUpdatedEmitted\"]]],[6,\"instant-apps-interactive-legend-legend-element\",{\"activeLayerInfo\":[16],\"isSizeRamp\":[4,\"is-size-ramp\"],\"isChild\":[4,\"is-child\"],\"isColorRamp\":[4,\"is-color-ramp\"],\"isRelationshipRamp\":[4,\"is-relationship-ramp\"],\"isInteractive\":[4,\"is-interactive\"],\"zoomTo\":[4,\"zoom-to\"],\"legendElement\":[16],\"titleText\":[1,\"title-text\"],\"legendvm\":[16],\"legendElementIndex\":[2,\"legend-element-index\"],\"messages\":[8],\"expanded\":[32]},[[8,\"legendLayerExpandUpdated\",\"legendLayerExpandUpdatedEmitted\"]]],[2,\"instant-apps-interactive-legend-relationship\",{\"filterMode\":[16],\"activeLayerInfo\":[16],\"legendElement\":[16],\"messages\":[8]},[[8,\"showAllSelected\",\"showAllSelectedEmitted\"]]],[2,\"instant-apps-interactive-legend-legend-element-caption\",{\"legendvm\":[16],\"activeLayerInfo\":[16],\"layer\":[16],\"titleText\":[1,\"title-text\"],\"legendElementIndex\":[2,\"legend-element-index\"],\"zoomTo\":[4,\"zoom-to\"],\"isInteractive\":[4,\"is-interactive\"],\"legendElement\":[16],\"expanded\":[1028],\"messages\":[8]}]]],[\"json-editor_7.cjs\",[[0,\"solution-template-data\",{\"instanceid\":[1537],\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"organizationVariables\":[1537,\"organization-variables\"],\"solutionVariables\":[1537,\"solution-variables\"],\"varsOpen\":[1540,\"vars-open\"],\"_translations\":[32],\"value\":[32]},null,{\"itemId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-item-sharing\",{\"groupId\":[1537,\"group-id\"],\"locale\":[1],\"_translations\":[32],\"sharing\":[32],\"getShareInfo\":[64]},null,{\"groupId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"solution-item-details\",{\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"itemDetails\":[32],\"itemEdit\":[32],\"_translations\":[32],\"thumbnail\":[32],\"thumbnailContainer\":[32]},[[0,\"calciteInputInput\",\"inputReceivedHandler\"]],{\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-resource-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"locale\":[1],\"resourceFilePaths\":[32],\"resources\":[32],\"_translations\":[32]},null,{\"itemId\":[\"itemIdWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-variables\",{\"value\":[1537],\"locale\":[1],\"_solutionVariables\":[32],\"_translations\":[32]},null,{\"locale\":[\"localeWatchHandler\"],\"value\":[\"valueWatchHandler\"]}],[0,\"json-editor\",{\"hasChanges\":[1540,\"has-changes\"],\"hasErrors\":[1540,\"has-errors\"],\"instanceid\":[1544],\"locale\":[1],\"value\":[1544],\"getEditorContents\":[64],\"prepareForDeletion\":[64],\"replaceCurrentSelection\":[64],\"reset\":[64]},null,{\"locale\":[\"localeWatchHandler\"]}],[1,\"solution-organization-variables\",{\"locale\":[1],\"value\":[1537],\"_organizationVariables\":[32],\"_translations\":[32]},null,{\"locale\":[\"localeWatchHandler\"],\"value\":[\"valueWatchHandler\"]}]]],[\"create-feature_4.cjs\",[[0,\"create-feature\",{\"customizeSubmit\":[4,\"customize-submit\"],\"enableSearch\":[4,\"enable-search\"],\"enableSnapping\":[4,\"enable-snapping\"],\"floorLevel\":[1,\"floor-level\"],\"formElements\":[8,\"form-elements\"],\"isMobile\":[4,\"is-mobile\"],\"locale\":[1],\"mapView\":[16],\"searchConfiguration\":[16],\"selectedLayerId\":[1,\"selected-layer-id\"],\"showGuidingMsg\":[4,\"show-guiding-msg\"],\"showGuidingMsgWhileDrawing\":[4,\"show-guiding-msg-while-drawing\"],\"submitNewReportsMessage\":[1,\"submit-new-reports-message\"],\"_currentPage\":[32],\"_editorLoading\":[32],\"_translations\":[32],\"submit\":[64],\"refresh\":[64]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"isMobile\":[\"isMobileHandler\"],\"_editorLoading\":[\"_editorLoadingWatchHandler\"]}],[0,\"info-card\",{\"enableEditGeometry\":[4,\"enable-edit-geometry\"],\"enableSnapping\":[4,\"enable-snapping\"],\"graphics\":[16],\"isLoading\":[4,\"is-loading\"],\"isMobile\":[4,\"is-mobile\"],\"mapView\":[16],\"allowEditing\":[4,\"allow-editing\"],\"highlightEnabled\":[4,\"highlight-enabled\"],\"locale\":[1],\"paginationEnabled\":[4,\"pagination-enabled\"],\"position\":[1],\"showCloseBtn\":[4,\"show-close-btn\"],\"_alertOpen\":[32],\"_count\":[32],\"_editRecordOpen\":[32],\"_mobileTitle\":[32],\"_showListView\":[32],\"_translations\":[32],\"_navigatedToRelatedFeature\":[32],\"getSelectedFeature\":[64],\"refresh\":[64],\"back\":[64],\"next\":[64],\"toggleListView\":[64],\"updateCurrentGraphic\":[64]},[[8,\"closeEdit\",\"closeEdit\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"],[8,\"refreshGraphics\",\"refreshGraphics\"]],{\"graphics\":[\"graphicsWatchHandler\"],\"isMobile\":[\"isMobileWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"delete-button\",{\"deleteDialog\":[8,\"delete-dialog\"],\"buttonType\":[1,\"button-type\"],\"disabled\":[4],\"icon\":[1],\"ids\":[16],\"layer\":[16],\"locale\":[1],\"_confirmDelete\":[32],\"_deleteEndabled\":[32],\"_supportsDelete\":[32],\"_translations\":[32]},null,{\"ids\":[\"idsWatchHandler\"],\"layer\":[\"layerWatchHandler\"],\"locale\":[\"localeWatchHandler\"]}],[0,\"edit-card\",{\"enableEditGeometry\":[4,\"enable-edit-geometry\"],\"enableSnapping\":[4,\"enable-snapping\"],\"graphicIndex\":[2,\"graphic-index\"],\"graphics\":[1040],\"locale\":[1],\"mapView\":[16],\"open\":[1028],\"_editorLoading\":[32],\"_translations\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"]],{\"graphics\":[\"graphicsWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"open\":[\"openWatchHandler\"]}]]],[\"basemap-gallery_7.cjs\",[[1,\"map-tools\",{\"basemapConfig\":[16],\"enableLegend\":[4,\"enable-legend\"],\"enableFloorFilter\":[4,\"enable-floor-filter\"],\"enableFullscreen\":[4,\"enable-fullscreen\"],\"enableSearch\":[4,\"enable-search\"],\"enableBasemap\":[4,\"enable-basemap\"],\"enableHome\":[4,\"enable-home\"],\"enableSingleExpand\":[4,\"enable-single-expand\"],\"homeZoomToolsSize\":[1,\"home-zoom-tools-size\"],\"layout\":[1],\"locale\":[1],\"mapView\":[16],\"mapWidgetsSize\":[1,\"map-widgets-size\"],\"position\":[1],\"searchConfiguration\":[16],\"stackTools\":[4,\"stack-tools\"],\"toolOrder\":[16],\"_hasFloorInfo\":[32],\"_translations\":[32],\"_showTools\":[32],\"_showBasemapWidget\":[32],\"_showFloorFilter\":[32],\"_showFullscreen\":[32],\"_showLegendWidget\":[32],\"_showSearchWidget\":[32]},null,{\"locale\":[\"localeWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"],\"_showBasemapWidget\":[\"_showBasemapWidgetWatchHandler\"],\"_showFloorFilter\":[\"_showFloorFilterWatchHandler\"],\"_showFullscreen\":[\"_showFullscreenWatchHandler\"],\"_showLegendWidget\":[\"_showLegendWidgetWatchHandler\"],\"_showSearchWidget\":[\"_showSearchWidgetWatchHandler\"]}],[1,\"map-picker\",{\"locale\":[1],\"mapInfos\":[16],\"isMapLayout\":[4,\"is-map-layout\"],\"_mapListExpanded\":[32],\"_translations\":[32],\"_webMapInfo\":[32],\"setMapByID\":[64],\"close\":[64],\"toggle\":[64]},null,{\"_webMapInfo\":[\"_webMapInfoWatchHandler\"],\"locale\":[\"localeWatchHandler\"],\"mapInfos\":[\"mapInfosWatchHandler\"]}],[1,\"basemap-gallery\",{\"mapView\":[16],\"basemapConfig\":[16],\"basemapWidget\":[16]},null,{\"basemapConfig\":[\"basemapConfigWatchHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"floor-filter\",{\"enabled\":[4],\"floorFilterWidget\":[16],\"mapView\":[16]},null,{\"mapView\":[\"mapViewWatchHandler\"],\"enabled\":[\"enabledWatchHandler\"]}],[1,\"map-fullscreen\",{\"mapView\":[16],\"fullscreenWidget\":[16]},null,{\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"map-legend\",{\"mapView\":[16],\"legendWidget\":[16]},null,{\"mapView\":[\"mapViewWatchHandler\"]}],[1,\"map-search\",{\"mapView\":[16],\"popupEnabled\":[4,\"popup-enabled\"],\"resultGraphicEnabled\":[4,\"result-graphic-enabled\"],\"searchConfiguration\":[16],\"searchTerm\":[1,\"search-term\"],\"searchWidget\":[16]},null,{\"searchConfiguration\":[\"watchSearchConfigurationHandler\"],\"mapView\":[\"mapViewWatchHandler\"]}]]]]"), options);
17
17
  };
18
18
 
19
19
  exports.setNonce = index.setNonce;