@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
@@ -3,4 +3,4 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import{p as e,b as a}from"./p-e996c38f.js";export{s as setNonce}from"./p-e996c38f.js";import{g as t}from"./p-c545b14f.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-abcdbba6",[[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"]}]]],["p-84976ab1",[[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"]}]]],["p-7b9f3c85",[[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"]}]]],["p-f75786a8",[[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"]}]]],["p-c117b7f7",[[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"]}]]],["p-fa663804",[[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]}]]],["p-8dd677dd",[[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"]}]]],["p-ba4e219a",[[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]}]]],["p-64a6162f",[[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"]}]]],["p-41a3b49a",[[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]}]]],["p-48ff9d90",[[1,"pci-calculator",{"showAddDeduct":[32]}]]],["p-e8df7a70",[[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"]}]]],["p-70fbbe26",[[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"]}]]],["p-4ced7b11",[[1,"instant-apps-app-guide",{"header":[4],"data":[16],"messages":[32],"headerText":[32]},null,{"data":["watchPropHandler"],"headerText":["watchStateHandler"]}]]],["p-ff317687",[[1,"instant-apps-control-panel",{"components":[16],"view":[16]}]]],["p-4e7514a3",[[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"]}]]],["p-4f7fb338",[[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"]}]]],["p-443168f0",[[1,"instant-apps-keyboard-shortcuts",{"view":[16],"messages":[32]}]]],["p-a277d08c",[[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]}]]],["p-552fb1c0",[[4,"instant-apps-popovers",{"inTour":[1540,"in-tour"],"currentId":[1537,"current-id"],"instantAppsPopovers":[16],"beforeOpen":[16],"open":[64],"close":[64],"beginTour":[64],"endTour":[64]}]]],["p-9927342d",[[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"]}]]],["p-c6c697e5",[[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"]}]]],["p-65105504",[[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"]}]]],["p-fd106abf",[[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"]}]]],["p-38814554",[[0,"store-manager",{"value":[1537],"templates":[1040],"authentication":[1040],"getStoreInfo":[64]}]]],["p-f956c598",[[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"]}]]],["p-8a010f9e",[[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"]}]]],["p-0efb117f",[[1,"deduct-calculator"]]],["p-d324196d",[[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"]}]]],["p-f165921f",[[2,"instant-apps-measurement-tool",{"view":[16],"measureConfiguration":[16],"activeTool":[1,"active-tool"]},null,{"activeTool":["_updateToolType"]}]]],["p-aad84d69",[[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"]}]]],["p-3e16c433",[[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"]}]]],["p-e806feda",[[1,"delete-dialog",{"ids":[16],"layer":[16],"locale":[1],"open":[4],"_isDeleting":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"]}]]],["p-a9b81651",[[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"]}]]],["p-3ce5c7fd",[[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]}]]],["p-12f91837",[[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"]}]]],["p-8ef447cc",[[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"]}]]],["p-16c5c285",[[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"]}]]],["p-e086ad1d",[[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"]}]]],["p-0bc11bac",[[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"]}]]],["p-5786b9da",[[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"]}]]],["p-281cc2b2",[[0,"solution-item-icon",{"isPortal":[4,"is-portal"],"type":[1],"typeKeywords":[16]}]]],["p-4d5dd39e",[[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]}]]],["p-b394f504",[[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]}]]],["p-922e704c",[[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"]}]]],["p-1dc077ec",[[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"]}]]],["p-505a2880",[[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"]}]]]]'),e))));
6
+ import{p as e,b as a}from"./p-e996c38f.js";export{s as setNonce}from"./p-e996c38f.js";import{g as t}from"./p-c545b14f.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-447e7d3f",[[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"]}]]],["p-896b6028",[[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"]}]]],["p-7b9f3c85",[[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"]}]]],["p-f75786a8",[[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"]}]]],["p-ee8fa795",[[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"]}]]],["p-fa663804",[[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]}]]],["p-8dd677dd",[[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"]}]]],["p-ba4e219a",[[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]}]]],["p-64a6162f",[[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"]}]]],["p-41a3b49a",[[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]}]]],["p-48ff9d90",[[1,"pci-calculator",{"showAddDeduct":[32]}]]],["p-83f0dd3b",[[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"]}]]],["p-70fbbe26",[[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"]}]]],["p-4ced7b11",[[1,"instant-apps-app-guide",{"header":[4],"data":[16],"messages":[32],"headerText":[32]},null,{"data":["watchPropHandler"],"headerText":["watchStateHandler"]}]]],["p-ff317687",[[1,"instant-apps-control-panel",{"components":[16],"view":[16]}]]],["p-4e7514a3",[[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"]}]]],["p-4f7fb338",[[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"]}]]],["p-443168f0",[[1,"instant-apps-keyboard-shortcuts",{"view":[16],"messages":[32]}]]],["p-a277d08c",[[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]}]]],["p-552fb1c0",[[4,"instant-apps-popovers",{"inTour":[1540,"in-tour"],"currentId":[1537,"current-id"],"instantAppsPopovers":[16],"beforeOpen":[16],"open":[64],"close":[64],"beginTour":[64],"endTour":[64]}]]],["p-9927342d",[[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"]}]]],["p-c6c697e5",[[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"]}]]],["p-65105504",[[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"]}]]],["p-fd106abf",[[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"]}]]],["p-38814554",[[0,"store-manager",{"value":[1537],"templates":[1040],"authentication":[1040],"getStoreInfo":[64]}]]],["p-f956c598",[[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"]}]]],["p-8a010f9e",[[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"]}]]],["p-0efb117f",[[1,"deduct-calculator"]]],["p-d324196d",[[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"]}]]],["p-f165921f",[[2,"instant-apps-measurement-tool",{"view":[16],"measureConfiguration":[16],"activeTool":[1,"active-tool"]},null,{"activeTool":["_updateToolType"]}]]],["p-aad84d69",[[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"]}]]],["p-477dbafa",[[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"]}]]],["p-e806feda",[[1,"delete-dialog",{"ids":[16],"layer":[16],"locale":[1],"open":[4],"_isDeleting":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"]}]]],["p-47f13430",[[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"]}]]],["p-3ce5c7fd",[[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]}]]],["p-4294c7e6",[[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"]}]]],["p-8ef447cc",[[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"]}]]],["p-3a7bde22",[[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"]}]]],["p-e086ad1d",[[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"]}]]],["p-9777c01f",[[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"]}]]],["p-5786b9da",[[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"]}]]],["p-281cc2b2",[[0,"solution-item-icon",{"isPortal":[4,"is-portal"],"type":[1],"typeKeywords":[16]}]]],["p-4d5dd39e",[[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]}]]],["p-b394f504",[[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]}]]],["p-922e704c",[[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"]}]]],["p-87ae2979",[[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"]}]]],["p-505a2880",[[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"]}]]]]'),e))));
@@ -189,7 +189,9 @@ export async function queryFeaturesByID(
189
189
  q.outSpatialReference = outSpatialReference;
190
190
  }
191
191
  if (fields) {
192
- q.outFields = fields;
192
+ // only allow fields that are in the layer and skip fields like an attachment field
193
+ const layerFields = layer.fields.map(f => f.name.toLowerCase());
194
+ q.outFields = fields.filter(f => layerFields.indexOf(f.toLowerCase()) > -1);
193
195
  }
194
196
 
195
197
  const result = await layer.queryFeatures(q);
@@ -1,10 +1,10 @@
1
- Built Tue 02/04/2025 14:22:09.45
1
+ Built Fri 02/07/2025 13:25:39.47
2
2
  develop
3
- commit b5422188d25348247201ef1385ad5525bbb12f31
4
- Merge: bfa054610 61e347eab
3
+ commit 1cfcddee97ebcfd13b27742b9ec2626bf3eefd28
4
+ Merge: 6deb1a06f dd8f9060f
5
5
  Author: John Hauck <jhauck@esri.com>
6
- Date: Tue Feb 4 12:55:21 2025 -0800
6
+ Date: Fri Feb 7 09:48:55 2025 -0800
7
7
 
8
- Merge pull request #1159 from Esri/border-issue
8
+ Merge pull request #1169 from Esri/t9n-cleanup
9
9
 
10
- show borders
10
+ cleanup t9n
@@ -390,10 +390,6 @@ export declare class LayerTable {
390
390
  * When isMobile is false we need to init the tool infos for the dynamic toolbar
391
391
  */
392
392
  isMobileWatchHandler(): void;
393
- /**
394
- * watch for changes in map info and update the toolbar
395
- */
396
- mapInfoWatchHandler(): Promise<void>;
397
393
  /**
398
394
  * watch for changes in map view and get the first layer
399
395
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "0.11.25",
3
+ "version": "0.11.27",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -1,10 +0,0 @@
1
- {
2
- "addRecord": "Add record",
3
- "attachments": "Attachments",
4
- "browse": "Browse",
5
- "cancel": "Cancel",
6
- "publicView": "Public View",
7
- "save": "Save",
8
- "source": "Source",
9
- "textField": "Text Field"
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "addRecord": "Add record",
3
- "attachments": "Attachments",
4
- "browse": "Browse",
5
- "cancel": "Cancel",
6
- "publicView": "Public View",
7
- "save": "Save",
8
- "source": "Source",
9
- "textField": "Text Field"
10
- }
@@ -1,6 +0,0 @@
1
- {
2
- "feet": "Feet",
3
- "meters": "Meters",
4
- "miles": "Miles",
5
- "kilometers": "Kilometers"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "selectFeaturesToStart": "Select a record to get started. Click while pressing the Ctrl key to select multiple records in the table.",
3
- "selectFeaturesFromMapToStart": "Select a feature from map to get started. Click while pressing the Ctrl key to select multiple features.",
4
- "createFeature": "Create feature",
5
- "createRecord": "Create record",
6
- "create": "Create"
7
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Add Record",
3
- "fetchingData": "Fetching data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "إضافة سجل",
3
- "fetchingData": "إحضار البيانات"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Добавяне на запис",
3
- "fetchingData": "Извличане на данни"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Dodaj zapis",
3
- "fetchingData": "Dohvaćanje podataka"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Afegeix un registre",
3
- "fetchingData": "S'estan recuperant les dades"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Přidat záznam",
3
- "fetchingData": "Načítání dat"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Tilføj post",
3
- "fetchingData": "Henter data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Datensatz hinzufügen",
3
- "fetchingData": "Daten werden abgerufen"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Προσθήκη εγγραφής",
3
- "fetchingData": "Ανάκτηση δεδομένων"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Add Record",
3
- "fetchingData": "Fetching data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Agregar registro",
3
- "fetchingData": "Obteniendo datos"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Lisa kirje",
3
- "fetchingData": "Andmete toomine"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Lisää tietue",
3
- "fetchingData": "Noudetaan aineistoa"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Ajouter un enregistrement",
3
- "fetchingData": "Récupération des données"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "הוסף רשומה",
3
- "fetchingData": "מאחזר נתונים"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Dodaj zapis",
3
- "fetchingData": "Dohvaćanje podataka"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Rekord hozzáadása",
3
- "fetchingData": "Adatok lekérése"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Tambahkan Catatan",
3
- "fetchingData": "Mengambil data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Aggiungi record",
3
- "fetchingData": "Recupero dei dati"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "レコードの追加",
3
- "fetchingData": "データを取得しています"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "레코드 추가",
3
- "fetchingData": "데이터 가져오기"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Pridėti įrašą",
3
- "fetchingData": "Gaunami duomenys"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Pievienot ierakstu",
3
- "fetchingData": "Tvert datus"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Legg til post",
3
- "fetchingData": "Henter data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Record toevoegen",
3
- "fetchingData": "Bezig met ophalen gegevens"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Legg til post",
3
- "fetchingData": "Henter data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Dodaj rekord",
3
- "fetchingData": "Pobieranie danych"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Adicionar Registros",
3
- "fetchingData": "Buscando dados"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Adicionar Registo",
3
- "fetchingData": "A obter dados"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Adăugare înregistrare",
3
- "fetchingData": "Extragerea datelor"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Добавить запись",
3
- "fetchingData": "Извлечение данных"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Pridať záznam",
3
- "fetchingData": "Získavanie dát"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Dodaj zapis",
3
- "fetchingData": "Pridobivanje podatkov"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Dodaj zapis",
3
- "fetchingData": "Preuzimanje podataka"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Lägg till post",
3
- "fetchingData": "Hämtar data"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "เพิ่มบันทึก",
3
- "fetchingData": "กำลังดึงข้อมูล"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "addRecord": "Kayıt Ekle",
3
- "fetchingData": "Veriler getiriliyor"
4
- }