@esri/solutions-components 0.10.39 → 0.10.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (374) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +26 -6
  2. package/dist/cjs/buffer-tools_3.cjs.entry.js +23 -3
  3. package/dist/cjs/calcite-alert_5.cjs.entry.js +40 -5
  4. package/dist/cjs/calcite-combobox_3.cjs.entry.js +11 -1
  5. package/dist/cjs/calcite-flow_4.cjs.entry.js +33 -10
  6. package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +119 -10
  7. package/dist/cjs/calcite-shell_3.cjs.entry.js +26 -4
  8. package/dist/cjs/card-manager_3.cjs.entry.js +41 -9
  9. package/dist/cjs/consent-manager.cjs.entry.js +12 -0
  10. package/dist/cjs/crowdsource-manager.cjs.entry.js +12 -13
  11. package/dist/cjs/crowdsource-reporter.cjs.entry.js +19 -9
  12. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  13. package/dist/cjs/feature-list.cjs.entry.js +13 -3
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/map-select-tools_3.cjs.entry.js +38 -6
  16. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  17. package/dist/cjs/public-notification.cjs.entry.js +11 -2
  18. package/dist/cjs/share-item.cjs.entry.js +1 -1
  19. package/dist/cjs/solution-configuration.cjs.entry.js +20 -5
  20. package/dist/cjs/solution-contents_3.cjs.entry.js +37 -7
  21. package/dist/cjs/solution-item-accordion.cjs.entry.js +11 -1
  22. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/solutions-components.cjs.js +1 -1
  24. package/dist/cjs/spatial-ref.cjs.entry.js +16 -1
  25. package/dist/collection/collection-manifest.json +0 -7
  26. package/dist/collection/components/buffer-tools/buffer-tools.js +30 -1
  27. package/dist/collection/components/card-manager/card-manager.js +34 -2
  28. package/dist/collection/components/consent-manager/consent-manager.js +32 -0
  29. package/dist/collection/components/create-feature/create-feature.js +31 -2
  30. package/dist/collection/components/create-related-feature/create-related-feature.js +30 -1
  31. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +20 -22
  32. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +38 -9
  33. package/dist/collection/components/deduct-calculator/deduct-calculator.js +1 -1
  34. package/dist/collection/components/delete-button/delete-button.js +31 -2
  35. package/dist/collection/components/delete-dialog/delete-dialog.js +33 -1
  36. package/dist/collection/components/edit-card/edit-card.js +30 -1
  37. package/dist/collection/components/feature-details/feature-details.js +24 -6
  38. package/dist/collection/components/feature-list/feature-list.js +32 -3
  39. package/dist/collection/components/floor-filter/floor-filter.js +1 -1
  40. package/dist/collection/components/info-card/info-card.js +36 -2
  41. package/dist/collection/components/json-editor/json-editor.js +38 -1
  42. package/dist/collection/components/layer-list/layer-list.js +35 -3
  43. package/dist/collection/components/layer-table/layer-table.js +34 -5
  44. package/dist/collection/components/map-card/map-card.js +31 -2
  45. package/dist/collection/components/map-draw-tools/map-draw-tools.js +30 -1
  46. package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
  47. package/dist/collection/components/map-layer-picker/map-layer-picker.js +30 -1
  48. package/dist/collection/components/map-legend/map-legend.js +1 -1
  49. package/dist/collection/components/map-picker/map-picker.js +30 -1
  50. package/dist/collection/components/map-search/map-search.js +1 -1
  51. package/dist/collection/components/map-select-tools/map-select-tools.js +15 -4
  52. package/dist/collection/components/map-tools/map-tools.js +30 -1
  53. package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
  54. package/dist/collection/components/pdf-download/pdf-download.js +33 -1
  55. package/dist/collection/components/public-notification/public-notification.js +13 -2
  56. package/dist/collection/components/refine-selection/refine-selection.js +15 -1
  57. package/dist/collection/components/share-item/share-item.js +1 -1
  58. package/dist/collection/components/solution-configuration/solution-configuration.js +38 -4
  59. package/dist/collection/components/solution-contents/solution-contents.js +1 -1
  60. package/dist/collection/components/solution-item/solution-item.js +37 -3
  61. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +30 -1
  62. package/dist/collection/components/solution-item-details/solution-item-details.js +38 -1
  63. package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
  64. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +35 -1
  65. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +35 -1
  66. package/dist/collection/components/solution-resource-item/solution-resource-item.js +35 -1
  67. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +35 -1
  68. package/dist/collection/components/solution-template-data/solution-template-data.js +35 -1
  69. package/dist/collection/components/solution-variables/solution-variables.js +35 -1
  70. package/dist/collection/components/spatial-ref/spatial-ref.js +35 -1
  71. package/dist/collection/demos/crowdsource-manager.html +0 -1
  72. package/dist/collection/demos/crowdsource-reporter.html +2 -2
  73. package/dist/components/buffer-tools2.js +15 -3
  74. package/dist/components/card-manager2.js +18 -3
  75. package/dist/components/consent-manager.js +15 -0
  76. package/dist/components/create-feature2.js +14 -2
  77. package/dist/components/create-related-feature2.js +13 -1
  78. package/dist/components/crowdsource-manager.js +14 -15
  79. package/dist/components/crowdsource-reporter.js +21 -9
  80. package/dist/components/deduct-calculator2.js +1 -1
  81. package/dist/components/delete-button2.js +16 -4
  82. package/dist/components/delete-dialog2.js +16 -1
  83. package/dist/components/edit-card2.js +13 -1
  84. package/dist/components/feature-details2.js +8 -6
  85. package/dist/components/feature-list2.js +15 -3
  86. package/dist/components/floor-filter2.js +1 -1
  87. package/dist/components/info-card2.js +19 -2
  88. package/dist/components/json-editor2.js +21 -1
  89. package/dist/components/layer-list2.js +18 -3
  90. package/dist/components/layer-table2.js +17 -5
  91. package/dist/components/map-card2.js +14 -2
  92. package/dist/components/map-draw-tools2.js +13 -1
  93. package/dist/components/map-fullscreen2.js +1 -1
  94. package/dist/components/map-layer-picker2.js +13 -1
  95. package/dist/components/map-legend2.js +1 -1
  96. package/dist/components/map-picker2.js +13 -1
  97. package/dist/components/map-search2.js +1 -1
  98. package/dist/components/map-select-tools2.js +14 -4
  99. package/dist/components/map-tools2.js +13 -1
  100. package/dist/components/pci-calculator.js +1 -1
  101. package/dist/components/pdf-download2.js +16 -1
  102. package/dist/components/public-notification.js +12 -2
  103. package/dist/components/refine-selection2.js +14 -1
  104. package/dist/components/share-item.js +1 -1
  105. package/dist/components/solution-configuration.js +23 -6
  106. package/dist/components/solution-contents2.js +1 -1
  107. package/dist/components/solution-item-accordion.js +13 -1
  108. package/dist/components/solution-item-details2.js +22 -2
  109. package/dist/components/solution-item-icon2.js +1 -1
  110. package/dist/components/solution-item-sharing2.js +20 -3
  111. package/dist/components/solution-item2.js +22 -5
  112. package/dist/components/solution-organization-variables2.js +18 -1
  113. package/dist/components/solution-resource-item2.js +20 -3
  114. package/dist/components/solution-spatial-ref2.js +20 -3
  115. package/dist/components/solution-template-data2.js +20 -3
  116. package/dist/components/solution-variables2.js +18 -1
  117. package/dist/components/spatial-ref.js +18 -1
  118. package/dist/esm/basemap-gallery_7.entry.js +26 -6
  119. package/dist/esm/buffer-tools_3.entry.js +23 -3
  120. package/dist/esm/calcite-alert_5.entry.js +40 -5
  121. package/dist/esm/calcite-combobox_3.entry.js +11 -1
  122. package/dist/esm/calcite-flow_4.entry.js +33 -10
  123. package/dist/esm/calcite-shell-panel_14.entry.js +119 -10
  124. package/dist/esm/calcite-shell_3.entry.js +26 -4
  125. package/dist/esm/card-manager_3.entry.js +41 -9
  126. package/dist/esm/consent-manager.entry.js +12 -0
  127. package/dist/esm/crowdsource-manager.entry.js +12 -13
  128. package/dist/esm/crowdsource-reporter.entry.js +19 -9
  129. package/dist/esm/deduct-calculator.entry.js +1 -1
  130. package/dist/esm/feature-list.entry.js +13 -3
  131. package/dist/esm/loader.js +1 -1
  132. package/dist/esm/map-select-tools_3.entry.js +38 -6
  133. package/dist/esm/pci-calculator.entry.js +1 -1
  134. package/dist/esm/public-notification.entry.js +11 -2
  135. package/dist/esm/share-item.entry.js +1 -1
  136. package/dist/esm/solution-configuration.entry.js +20 -5
  137. package/dist/esm/solution-contents_3.entry.js +37 -7
  138. package/dist/esm/solution-item-accordion.entry.js +11 -1
  139. package/dist/esm/solution-item-icon.entry.js +1 -1
  140. package/dist/esm/solutions-components.js +1 -1
  141. package/dist/esm/spatial-ref.entry.js +16 -1
  142. package/dist/solutions-components/demos/crowdsource-manager.html +0 -1
  143. package/dist/solutions-components/demos/crowdsource-reporter.html +2 -2
  144. package/dist/solutions-components/p-0a2e5861.entry.js +6 -0
  145. package/dist/solutions-components/{p-739ce6f3.entry.js → p-2f784608.entry.js} +1 -1
  146. package/dist/solutions-components/{p-1c2d0e90.entry.js → p-3e44cfab.entry.js} +1 -1
  147. package/dist/solutions-components/{p-841816a1.entry.js → p-41314f33.entry.js} +7 -7
  148. package/dist/solutions-components/{p-18089a0b.entry.js → p-471d5c7f.entry.js} +2 -2
  149. package/dist/solutions-components/p-5001cc41.entry.js +6 -0
  150. package/dist/solutions-components/p-561c0e02.entry.js +6 -0
  151. package/dist/solutions-components/p-56beff4c.entry.js +6 -0
  152. package/dist/solutions-components/p-592f2000.entry.js +6 -0
  153. package/dist/solutions-components/p-5cbf3eed.entry.js +6 -0
  154. package/dist/solutions-components/p-62d8796c.entry.js +17 -0
  155. package/dist/solutions-components/p-6d1922cc.entry.js +6 -0
  156. package/dist/solutions-components/p-80e81af7.entry.js +6 -0
  157. package/dist/solutions-components/{p-82ddf716.entry.js → p-8e2f4995.entry.js} +1 -1
  158. package/dist/solutions-components/{p-6502d0f8.entry.js → p-b7fbaeb7.entry.js} +1 -1
  159. package/dist/solutions-components/p-cced387c.entry.js +6 -0
  160. package/dist/solutions-components/{p-a5d79c86.entry.js → p-ce53e33d.entry.js} +2 -2
  161. package/dist/solutions-components/{p-59ccd27c.entry.js → p-d51c07d2.entry.js} +1 -1
  162. package/dist/solutions-components/p-d75cf651.entry.js +11 -0
  163. package/dist/solutions-components/p-d7afbe8d.entry.js +11 -0
  164. package/dist/solutions-components/p-e1e21798.entry.js +12 -0
  165. package/dist/solutions-components/p-e9026f9a.entry.js +6 -0
  166. package/dist/solutions-components/solutions-components.esm.js +1 -1
  167. package/dist/types/components/buffer-tools/buffer-tools.d.ts +8 -0
  168. package/dist/types/components/card-manager/card-manager.d.ts +8 -0
  169. package/dist/types/components/consent-manager/consent-manager.d.ts +8 -0
  170. package/dist/types/components/create-feature/create-feature.d.ts +8 -0
  171. package/dist/types/components/create-related-feature/create-related-feature.d.ts +8 -0
  172. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +4 -4
  173. package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +8 -0
  174. package/dist/types/components/deduct-calculator/deduct-calculator.d.ts +1 -1
  175. package/dist/types/components/delete-button/delete-button.d.ts +9 -1
  176. package/dist/types/components/delete-dialog/delete-dialog.d.ts +8 -0
  177. package/dist/types/components/edit-card/edit-card.d.ts +8 -0
  178. package/dist/types/components/feature-details/feature-details.d.ts +4 -0
  179. package/dist/types/components/feature-list/feature-list.d.ts +8 -0
  180. package/dist/types/components/info-card/info-card.d.ts +8 -0
  181. package/dist/types/components/json-editor/json-editor.d.ts +8 -0
  182. package/dist/types/components/layer-list/layer-list.d.ts +8 -0
  183. package/dist/types/components/layer-table/layer-table.d.ts +9 -1
  184. package/dist/types/components/map-card/map-card.d.ts +8 -0
  185. package/dist/types/components/map-draw-tools/map-draw-tools.d.ts +8 -0
  186. package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +8 -0
  187. package/dist/types/components/map-picker/map-picker.d.ts +8 -0
  188. package/dist/types/components/map-select-tools/map-select-tools.d.ts +4 -0
  189. package/dist/types/components/map-tools/map-tools.d.ts +8 -0
  190. package/dist/types/components/pdf-download/pdf-download.d.ts +8 -0
  191. package/dist/types/components/public-notification/public-notification.d.ts +4 -0
  192. package/dist/types/components/refine-selection/refine-selection.d.ts +4 -0
  193. package/dist/types/components/solution-configuration/solution-configuration.d.ts +8 -0
  194. package/dist/types/components/solution-item/solution-item.d.ts +8 -0
  195. package/dist/types/components/solution-item-accordion/solution-item-accordion.d.ts +8 -0
  196. package/dist/types/components/solution-item-details/solution-item-details.d.ts +8 -0
  197. package/dist/types/components/solution-item-sharing/solution-item-sharing.d.ts +8 -0
  198. package/dist/types/components/solution-organization-variables/solution-organization-variables.d.ts +8 -0
  199. package/dist/types/components/solution-resource-item/solution-resource-item.d.ts +8 -0
  200. package/dist/types/components/solution-spatial-ref/solution-spatial-ref.d.ts +8 -0
  201. package/dist/types/components/solution-template-data/solution-template-data.d.ts +8 -0
  202. package/dist/types/components/solution-variables/solution-variables.d.ts +8 -0
  203. package/dist/types/components/spatial-ref/spatial-ref.d.ts +8 -0
  204. package/dist/types/components.d.ts +266 -120
  205. package/dist/types/preact.d.ts +0 -16
  206. package/package.json +5 -5
  207. package/dist/cjs/feature-comments.cjs.entry.js +0 -61
  208. package/dist/cjs/feature-form-flow-item.cjs.entry.js +0 -61
  209. package/dist/cjs/features-flow-item.cjs.entry.js +0 -61
  210. package/dist/cjs/layout-manager.cjs.entry.js +0 -114
  211. package/dist/cjs/list-flow-item.cjs.entry.js +0 -61
  212. package/dist/cjs/location-flow-item.cjs.entry.js +0 -61
  213. package/dist/cjs/refine-results-flow-item.cjs.entry.js +0 -61
  214. package/dist/collection/assets/t9n/feature-comments/resources.json +0 -3
  215. package/dist/collection/assets/t9n/feature-comments/resources_en.json +0 -3
  216. package/dist/collection/assets/t9n/feature-form-flow-item/resources.json +0 -3
  217. package/dist/collection/assets/t9n/feature-form-flow-item/resources_en.json +0 -3
  218. package/dist/collection/assets/t9n/layout-manager/resources.json +0 -7
  219. package/dist/collection/assets/t9n/layout-manager/resources_ar.json +0 -7
  220. package/dist/collection/assets/t9n/layout-manager/resources_bg.json +0 -7
  221. package/dist/collection/assets/t9n/layout-manager/resources_bs.json +0 -7
  222. package/dist/collection/assets/t9n/layout-manager/resources_ca.json +0 -7
  223. package/dist/collection/assets/t9n/layout-manager/resources_cs.json +0 -7
  224. package/dist/collection/assets/t9n/layout-manager/resources_da.json +0 -7
  225. package/dist/collection/assets/t9n/layout-manager/resources_de.json +0 -7
  226. package/dist/collection/assets/t9n/layout-manager/resources_el.json +0 -7
  227. package/dist/collection/assets/t9n/layout-manager/resources_en.json +0 -7
  228. package/dist/collection/assets/t9n/layout-manager/resources_es.json +0 -7
  229. package/dist/collection/assets/t9n/layout-manager/resources_et.json +0 -7
  230. package/dist/collection/assets/t9n/layout-manager/resources_fi.json +0 -7
  231. package/dist/collection/assets/t9n/layout-manager/resources_fr.json +0 -7
  232. package/dist/collection/assets/t9n/layout-manager/resources_he.json +0 -7
  233. package/dist/collection/assets/t9n/layout-manager/resources_hr.json +0 -7
  234. package/dist/collection/assets/t9n/layout-manager/resources_hu.json +0 -7
  235. package/dist/collection/assets/t9n/layout-manager/resources_id.json +0 -7
  236. package/dist/collection/assets/t9n/layout-manager/resources_it.json +0 -7
  237. package/dist/collection/assets/t9n/layout-manager/resources_ja.json +0 -7
  238. package/dist/collection/assets/t9n/layout-manager/resources_ko.json +0 -7
  239. package/dist/collection/assets/t9n/layout-manager/resources_lt.json +0 -7
  240. package/dist/collection/assets/t9n/layout-manager/resources_lv.json +0 -7
  241. package/dist/collection/assets/t9n/layout-manager/resources_nb.json +0 -7
  242. package/dist/collection/assets/t9n/layout-manager/resources_nl.json +0 -7
  243. package/dist/collection/assets/t9n/layout-manager/resources_pl.json +0 -7
  244. package/dist/collection/assets/t9n/layout-manager/resources_pt-BR.json +0 -7
  245. package/dist/collection/assets/t9n/layout-manager/resources_pt-PT.json +0 -7
  246. package/dist/collection/assets/t9n/layout-manager/resources_ro.json +0 -7
  247. package/dist/collection/assets/t9n/layout-manager/resources_ru.json +0 -7
  248. package/dist/collection/assets/t9n/layout-manager/resources_sk.json +0 -7
  249. package/dist/collection/assets/t9n/layout-manager/resources_sl.json +0 -7
  250. package/dist/collection/assets/t9n/layout-manager/resources_sr.json +0 -7
  251. package/dist/collection/assets/t9n/layout-manager/resources_sv.json +0 -7
  252. package/dist/collection/assets/t9n/layout-manager/resources_th.json +0 -7
  253. package/dist/collection/assets/t9n/layout-manager/resources_tr.json +0 -7
  254. package/dist/collection/assets/t9n/layout-manager/resources_uk.json +0 -7
  255. package/dist/collection/assets/t9n/layout-manager/resources_vi.json +0 -7
  256. package/dist/collection/assets/t9n/layout-manager/resources_zh-CN.json +0 -7
  257. package/dist/collection/assets/t9n/layout-manager/resources_zh-HK.json +0 -7
  258. package/dist/collection/assets/t9n/layout-manager/resources_zh-TW.json +0 -7
  259. package/dist/collection/assets/t9n/list-flow-item/resources.json +0 -3
  260. package/dist/collection/assets/t9n/list-flow-item/resources_en.json +0 -3
  261. package/dist/collection/assets/t9n/location-flow-item/resources.json +0 -3
  262. package/dist/collection/assets/t9n/location-flow-item/resources_en.json +0 -3
  263. package/dist/collection/components/feature-comments/feature-comments.css +0 -19
  264. package/dist/collection/components/feature-comments/feature-comments.js +0 -80
  265. package/dist/collection/components/feature-form-flow-item/feature-form-flow-item.css +0 -19
  266. package/dist/collection/components/feature-form-flow-item/feature-form-flow-item.js +0 -80
  267. package/dist/collection/components/features-flow-item/features-flow-item.css +0 -19
  268. package/dist/collection/components/features-flow-item/features-flow-item.js +0 -80
  269. package/dist/collection/components/layout-manager/layout-manager.css +0 -73
  270. package/dist/collection/components/layout-manager/layout-manager.js +0 -161
  271. package/dist/collection/components/list-flow-item/list-flow-item.css +0 -19
  272. package/dist/collection/components/list-flow-item/list-flow-item.js +0 -80
  273. package/dist/collection/components/location-flow-item/location-flow-item.css +0 -19
  274. package/dist/collection/components/location-flow-item/location-flow-item.js +0 -80
  275. package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.css +0 -19
  276. package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.js +0 -80
  277. package/dist/components/feature-comments.d.ts +0 -11
  278. package/dist/components/feature-comments.js +0 -76
  279. package/dist/components/feature-form-flow-item.d.ts +0 -11
  280. package/dist/components/feature-form-flow-item.js +0 -76
  281. package/dist/components/features-flow-item.d.ts +0 -11
  282. package/dist/components/features-flow-item.js +0 -76
  283. package/dist/components/layout-manager.d.ts +0 -11
  284. package/dist/components/layout-manager.js +0 -159
  285. package/dist/components/list-flow-item.d.ts +0 -11
  286. package/dist/components/list-flow-item.js +0 -76
  287. package/dist/components/location-flow-item.d.ts +0 -11
  288. package/dist/components/location-flow-item.js +0 -76
  289. package/dist/components/refine-results-flow-item.d.ts +0 -11
  290. package/dist/components/refine-results-flow-item.js +0 -76
  291. package/dist/esm/feature-comments.entry.js +0 -57
  292. package/dist/esm/feature-form-flow-item.entry.js +0 -57
  293. package/dist/esm/features-flow-item.entry.js +0 -57
  294. package/dist/esm/layout-manager.entry.js +0 -110
  295. package/dist/esm/list-flow-item.entry.js +0 -57
  296. package/dist/esm/location-flow-item.entry.js +0 -57
  297. package/dist/esm/refine-results-flow-item.entry.js +0 -57
  298. package/dist/solutions-components/assets/t9n/feature-comments/resources.json +0 -3
  299. package/dist/solutions-components/assets/t9n/feature-comments/resources_en.json +0 -3
  300. package/dist/solutions-components/assets/t9n/feature-form-flow-item/resources.json +0 -3
  301. package/dist/solutions-components/assets/t9n/feature-form-flow-item/resources_en.json +0 -3
  302. package/dist/solutions-components/assets/t9n/layout-manager/resources.json +0 -7
  303. package/dist/solutions-components/assets/t9n/layout-manager/resources_ar.json +0 -7
  304. package/dist/solutions-components/assets/t9n/layout-manager/resources_bg.json +0 -7
  305. package/dist/solutions-components/assets/t9n/layout-manager/resources_bs.json +0 -7
  306. package/dist/solutions-components/assets/t9n/layout-manager/resources_ca.json +0 -7
  307. package/dist/solutions-components/assets/t9n/layout-manager/resources_cs.json +0 -7
  308. package/dist/solutions-components/assets/t9n/layout-manager/resources_da.json +0 -7
  309. package/dist/solutions-components/assets/t9n/layout-manager/resources_de.json +0 -7
  310. package/dist/solutions-components/assets/t9n/layout-manager/resources_el.json +0 -7
  311. package/dist/solutions-components/assets/t9n/layout-manager/resources_en.json +0 -7
  312. package/dist/solutions-components/assets/t9n/layout-manager/resources_es.json +0 -7
  313. package/dist/solutions-components/assets/t9n/layout-manager/resources_et.json +0 -7
  314. package/dist/solutions-components/assets/t9n/layout-manager/resources_fi.json +0 -7
  315. package/dist/solutions-components/assets/t9n/layout-manager/resources_fr.json +0 -7
  316. package/dist/solutions-components/assets/t9n/layout-manager/resources_he.json +0 -7
  317. package/dist/solutions-components/assets/t9n/layout-manager/resources_hr.json +0 -7
  318. package/dist/solutions-components/assets/t9n/layout-manager/resources_hu.json +0 -7
  319. package/dist/solutions-components/assets/t9n/layout-manager/resources_id.json +0 -7
  320. package/dist/solutions-components/assets/t9n/layout-manager/resources_it.json +0 -7
  321. package/dist/solutions-components/assets/t9n/layout-manager/resources_ja.json +0 -7
  322. package/dist/solutions-components/assets/t9n/layout-manager/resources_ko.json +0 -7
  323. package/dist/solutions-components/assets/t9n/layout-manager/resources_lt.json +0 -7
  324. package/dist/solutions-components/assets/t9n/layout-manager/resources_lv.json +0 -7
  325. package/dist/solutions-components/assets/t9n/layout-manager/resources_nb.json +0 -7
  326. package/dist/solutions-components/assets/t9n/layout-manager/resources_nl.json +0 -7
  327. package/dist/solutions-components/assets/t9n/layout-manager/resources_pl.json +0 -7
  328. package/dist/solutions-components/assets/t9n/layout-manager/resources_pt-BR.json +0 -7
  329. package/dist/solutions-components/assets/t9n/layout-manager/resources_pt-PT.json +0 -7
  330. package/dist/solutions-components/assets/t9n/layout-manager/resources_ro.json +0 -7
  331. package/dist/solutions-components/assets/t9n/layout-manager/resources_ru.json +0 -7
  332. package/dist/solutions-components/assets/t9n/layout-manager/resources_sk.json +0 -7
  333. package/dist/solutions-components/assets/t9n/layout-manager/resources_sl.json +0 -7
  334. package/dist/solutions-components/assets/t9n/layout-manager/resources_sr.json +0 -7
  335. package/dist/solutions-components/assets/t9n/layout-manager/resources_sv.json +0 -7
  336. package/dist/solutions-components/assets/t9n/layout-manager/resources_th.json +0 -7
  337. package/dist/solutions-components/assets/t9n/layout-manager/resources_tr.json +0 -7
  338. package/dist/solutions-components/assets/t9n/layout-manager/resources_uk.json +0 -7
  339. package/dist/solutions-components/assets/t9n/layout-manager/resources_vi.json +0 -7
  340. package/dist/solutions-components/assets/t9n/layout-manager/resources_zh-CN.json +0 -7
  341. package/dist/solutions-components/assets/t9n/layout-manager/resources_zh-HK.json +0 -7
  342. package/dist/solutions-components/assets/t9n/layout-manager/resources_zh-TW.json +0 -7
  343. package/dist/solutions-components/assets/t9n/list-flow-item/resources.json +0 -3
  344. package/dist/solutions-components/assets/t9n/list-flow-item/resources_en.json +0 -3
  345. package/dist/solutions-components/assets/t9n/location-flow-item/resources.json +0 -3
  346. package/dist/solutions-components/assets/t9n/location-flow-item/resources_en.json +0 -3
  347. package/dist/solutions-components/p-04ab956c.entry.js +0 -6
  348. package/dist/solutions-components/p-06364211.entry.js +0 -6
  349. package/dist/solutions-components/p-1700f63a.entry.js +0 -6
  350. package/dist/solutions-components/p-1f07e21a.entry.js +0 -6
  351. package/dist/solutions-components/p-46416e11.entry.js +0 -6
  352. package/dist/solutions-components/p-70c0050c.entry.js +0 -6
  353. package/dist/solutions-components/p-720de4db.entry.js +0 -6
  354. package/dist/solutions-components/p-74bcef23.entry.js +0 -11
  355. package/dist/solutions-components/p-76154700.entry.js +0 -6
  356. package/dist/solutions-components/p-938bc915.entry.js +0 -6
  357. package/dist/solutions-components/p-9c4fef09.entry.js +0 -17
  358. package/dist/solutions-components/p-9d56f4b5.entry.js +0 -6
  359. package/dist/solutions-components/p-9da8a590.entry.js +0 -6
  360. package/dist/solutions-components/p-aac0c89c.entry.js +0 -6
  361. package/dist/solutions-components/p-be4c7ffd.entry.js +0 -6
  362. package/dist/solutions-components/p-d2612c30.entry.js +0 -6
  363. package/dist/solutions-components/p-df7de4b7.entry.js +0 -12
  364. package/dist/solutions-components/p-e345f9c4.entry.js +0 -6
  365. package/dist/solutions-components/p-eadff42b.entry.js +0 -11
  366. package/dist/solutions-components/p-fa1c368c.entry.js +0 -6
  367. package/dist/solutions-components/p-ff3858c6.entry.js +0 -6
  368. package/dist/types/components/feature-comments/feature-comments.d.ts +0 -19
  369. package/dist/types/components/feature-form-flow-item/feature-form-flow-item.d.ts +0 -19
  370. package/dist/types/components/features-flow-item/features-flow-item.d.ts +0 -19
  371. package/dist/types/components/layout-manager/layout-manager.d.ts +0 -69
  372. package/dist/types/components/list-flow-item/list-flow-item.d.ts +0 -19
  373. package/dist/types/components/location-flow-item/location-flow-item.d.ts +0 -19
  374. package/dist/types/components/refine-results-flow-item/refine-results-flow-item.d.ts +0 -19
@@ -30,6 +30,10 @@ export declare class BufferTools {
30
30
  * esri/geometry/Geometry: https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html
31
31
  */
32
32
  geometries: __esri.Geometry[];
33
+ /**
34
+ * string: Locale to use for translation of stings in the UI
35
+ */
36
+ locale: string;
33
37
  /**
34
38
  * number: The component's maximum selectable value.
35
39
  */
@@ -81,6 +85,10 @@ export declare class BufferTools {
81
85
  */
82
86
  geometriesWatchHandler(): void;
83
87
  disabledWatchHandler(): void;
88
+ /**
89
+ * Fetch translations when the locale is updated
90
+ */
91
+ localeWatchHandler(): Promise<void>;
84
92
  /**
85
93
  * Get the translated unit for display
86
94
  *
@@ -33,6 +33,10 @@ export declare class CardManager {
33
33
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
34
34
  */
35
35
  layer: __esri.FeatureLayer;
36
+ /**
37
+ * string: Locale to use for translation of stings in the UI
38
+ */
39
+ locale: string;
36
40
  /**
37
41
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
38
42
  */
@@ -82,6 +86,10 @@ export declare class CardManager {
82
86
  * HTMLCreateFeatureElement: Create Feature component instance
83
87
  */
84
88
  protected _createFeature: HTMLCreateFeatureElement;
89
+ /**
90
+ * Fetch translations when the locale is updated
91
+ */
92
+ localeWatchHandler(): Promise<void>;
85
93
  /**
86
94
  * Emits when create work flow started
87
95
  */
@@ -24,6 +24,10 @@ export declare class ConsentManager {
24
24
  * will keep track of the users choice for consent
25
25
  */
26
26
  firstUseVar: string;
27
+ /**
28
+ * string: Locale to use for translation of stings in the UI
29
+ */
30
+ locale: string;
27
31
  /**
28
32
  * string[]: Any ids for the analytics configured to receive events from the telemety instance
29
33
  */
@@ -55,6 +59,10 @@ export declare class ConsentManager {
55
59
  * https://www.npmjs.com/package/@esri/telemetry
56
60
  */
57
61
  protected _telemetryInstance: Telemetry;
62
+ /**
63
+ * Fetch translations when the locale is updated
64
+ */
65
+ localeWatchHandler(): Promise<void>;
58
66
  /**
59
67
  * Initialize and return the telemetry instance if consent has been granted
60
68
  */
@@ -32,6 +32,10 @@ export declare class CreateFeature {
32
32
  * This will hide the header and footer elements of the editor and user needs to execute the submit method manually.
33
33
  */
34
34
  customizeSubmit?: boolean;
35
+ /**
36
+ * string: Locale to use for translation of stings in the UI
37
+ */
38
+ locale: string;
35
39
  /**
36
40
  * ISearchConfiguration: Configuration details for the Search widget
37
41
  */
@@ -154,6 +158,10 @@ export declare class CreateFeature {
154
158
  * HTMLCalciteNoticeElement: calcite notice refrence element
155
159
  */
156
160
  protected _calciteNotice: HTMLCalciteNoticeElement;
161
+ /**
162
+ * Fetch translations when the locale is updated
163
+ */
164
+ localeWatchHandler(): Promise<void>;
157
165
  /**
158
166
  * Called each time the mapView prop is changed.
159
167
  */
@@ -17,6 +17,10 @@ import { EventEmitter } from '../../stencil-public-runtime';
17
17
  import CreateRelatedFeature_T9n from "../../assets/t9n/create-related-feature/resources.json";
18
18
  export declare class CreateRelatedFeature {
19
19
  el: HTMLCreateRelatedFeatureElement;
20
+ /**
21
+ * string: Locale to use for translation of stings in the UI
22
+ */
23
+ locale: string;
20
24
  /**
21
25
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
22
26
  */
@@ -73,6 +77,10 @@ export declare class CreateRelatedFeature {
73
77
  * boolean: Flag to maintain form submission using submit button
74
78
  */
75
79
  protected _isSubmitBtnClicked: boolean;
80
+ /**
81
+ * Fetch translations when the locale is updated
82
+ */
83
+ localeWatchHandler(): Promise<void>;
76
84
  /**
77
85
  * Called each time the mapView prop is changed.
78
86
  */
@@ -122,9 +122,9 @@ export declare class CrowdsourceManager {
122
122
  */
123
123
  enableZoom: boolean;
124
124
  /**
125
- * boolean: when true the map will be hidden on load
125
+ * string: Locale to use for translation of stings in the UI
126
126
  */
127
- hideMapOnLoad: boolean;
127
+ locale: string;
128
128
  /**
129
129
  * IMapInfo[]: array of map infos (name and id)
130
130
  */
@@ -298,9 +298,9 @@ export declare class CrowdsourceManager {
298
298
  */
299
299
  enableZoomWatchHandler(): void;
300
300
  /**
301
- * When true and no appLayout is defined the map will be hidden on load
301
+ * Fetch translations when the locale is updated
302
302
  */
303
- hideMapOnLoadWatchHandler(): void;
303
+ localeWatchHandler(): Promise<void>;
304
304
  /**
305
305
  * Emitted on demand when a info button is clicked
306
306
  */
@@ -88,6 +88,10 @@ export declare class CrowdsourceReporter {
88
88
  * string: Id of the zoom level from URL params
89
89
  */
90
90
  level: string;
91
+ /**
92
+ * string: Locale to use for translation of stings in the UI
93
+ */
94
+ locale: string;
91
95
  /**
92
96
  * string: The text that will display at the top of the landing page
93
97
  */
@@ -358,6 +362,10 @@ export declare class CrowdsourceReporter {
358
362
  * Called each time the mapView prop is changed.
359
363
  */
360
364
  isMobileWatchHandler(): Promise<void>;
365
+ /**
366
+ * Fetch translations when the locale is updated
367
+ */
368
+ localeWatchHandler(): Promise<void>;
361
369
  /**
362
370
  * Called each time the mapView prop is changed.
363
371
  */
@@ -16,7 +16,7 @@
16
16
  import { EventEmitter, VNode } from "../../stencil-public-runtime";
17
17
  import { ESeverity } from "../../utils/pciUtils";
18
18
  export declare class DeductCalculator {
19
- el: HTMLBufferToolsElement;
19
+ el: HTMLDeductCalculatorElement;
20
20
  /**
21
21
  * HTMLCalciteInputElement: The html element for setting the density value
22
22
  */
@@ -17,7 +17,7 @@ import { EventEmitter, VNode } from '../../stencil-public-runtime';
17
17
  import DeleteButton_T9n from "../../assets/t9n/delete-button/resources.json";
18
18
  import { ButtonType, EditType } from "../../utils/interfaces";
19
19
  export declare class DeleteButton {
20
- el: HTMLBufferToolsElement;
20
+ el: HTMLDeleteButtonElement;
21
21
  /**
22
22
  * calcite-modal: Use this prop when using the button within a parent like a dropdown that would constrain the modal and that is not desired
23
23
  */
@@ -42,6 +42,10 @@ export declare class DeleteButton {
42
42
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
43
43
  */
44
44
  layer: __esri.FeatureLayer;
45
+ /**
46
+ * string: Locale to use for translation of stings in the UI
47
+ */
48
+ locale: string;
45
49
  /**
46
50
  * boolean: When true the user will be asked to confirm the delete operation
47
51
  */
@@ -67,6 +71,10 @@ export declare class DeleteButton {
67
71
  * watch for changes in layer view and verify if it has editing enabled
68
72
  */
69
73
  layerWatchHandler(): Promise<void>;
74
+ /**
75
+ * Fetch translations when the locale is updated
76
+ */
77
+ localeWatchHandler(): Promise<void>;
70
78
  /**
71
79
  * Emitted on demand when features have been deleted
72
80
  */
@@ -26,6 +26,10 @@ export declare class DeleteDialog {
26
26
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
27
27
  */
28
28
  layer: __esri.FeatureLayer;
29
+ /**
30
+ * string: Locale to use for translation of stings in the UI
31
+ */
32
+ locale: string;
29
33
  /**
30
34
  * boolean: When true the delete dialog will be displayed
31
35
  */
@@ -39,6 +43,10 @@ export declare class DeleteDialog {
39
43
  * All UI strings should be defined here.
40
44
  */
41
45
  _translations: typeof DeleteDialog_T9n;
46
+ /**
47
+ * Fetch translations when the locale is updated
48
+ */
49
+ localeWatchHandler(): Promise<void>;
42
50
  /**
43
51
  * Emitted on demand when features have been deleted
44
52
  */
@@ -25,6 +25,10 @@ export declare class EditCard {
25
25
  * esri/Graphic[]: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
26
26
  */
27
27
  graphics: __esri.Graphic[];
28
+ /**
29
+ * string: Locale to use for translation of stings in the UI
30
+ */
31
+ locale: string;
28
32
  /**
29
33
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
30
34
  */
@@ -108,6 +112,10 @@ export declare class EditCard {
108
112
  * Watch for changes to the graphics and update the feature widget
109
113
  */
110
114
  graphicsWatchHandler(): Promise<void>;
115
+ /**
116
+ * Fetch translations when the locale is updated
117
+ */
118
+ localeWatchHandler(): Promise<void>;
111
119
  openWatchHandler(v: boolean): Promise<void>;
112
120
  /**
113
121
  * Emitted on demand when the Editor widget should be closed
@@ -34,6 +34,10 @@ export declare class FeatureDetails {
34
34
  * ILayerItemsHash: LayerDetailsHash for each layer in the map
35
35
  */
36
36
  layerItemsHash: ILayerItemsHash;
37
+ /**
38
+ * string: Locale to use for translation of stings in the UI
39
+ */
40
+ locale: string;
37
41
  /**
38
42
  * boolean: When true the profile image of the comment creator will be shown in the comments list
39
43
  */
@@ -42,6 +42,10 @@ export declare class FeatureList {
42
42
  * boolean: Highlight feature on map optional (default false) boolean to indicate if we should highlight when hover on Feature in list
43
43
  */
44
44
  highlightOnHover?: boolean;
45
+ /**
46
+ * string: Locale to use for translation of stings in the UI
47
+ */
48
+ locale: string;
45
49
  /**
46
50
  * ISortingInfo: Sorting field and order using which features list will be sorted
47
51
  */
@@ -142,6 +146,10 @@ export declare class FeatureList {
142
146
  * boolean: When true configured like field is available in selected layer
143
147
  */
144
148
  protected _likeFieldAvailable: boolean;
149
+ /**
150
+ * Fetch translations when the locale is updated
151
+ */
152
+ localeWatchHandler(): Promise<void>;
145
153
  /**
146
154
  * Watch for selectedLayerId change and update layer instance and features list for new layerId
147
155
  */
@@ -46,6 +46,10 @@ export declare class InfoCard {
46
46
  * boolean: If true will highlights the features on map using Features Widget
47
47
  */
48
48
  highlightEnabled?: boolean;
49
+ /**
50
+ * string: Locale to use for translation of stings in the UI
51
+ */
52
+ locale: string;
49
53
  /**
50
54
  * boolean: If true will show the pagination for multiple features
51
55
  */
@@ -121,6 +125,10 @@ export declare class InfoCard {
121
125
  * or by us (mobile)
122
126
  */
123
127
  isMobileWatchHandler(): Promise<void>;
128
+ /**
129
+ * Fetch translations when the locale is updated
130
+ */
131
+ localeWatchHandler(): Promise<void>;
124
132
  /**
125
133
  * Watch for changes to the mapView and re-init the Feature widget
126
134
  */
@@ -65,11 +65,19 @@ export declare class JsonEditor {
65
65
  * For example when we want to show an item's data as well as an item's properties.
66
66
  */
67
67
  instanceid: any;
68
+ /**
69
+ * string: Locale to use for translation of stings in the UI
70
+ */
71
+ locale: string;
68
72
  /**
69
73
  * Contains the public value for this component; it is not changed by the editor.
70
74
  * When changed, the change overwrites the contents of the editor.
71
75
  */
72
76
  value: any;
77
+ /**
78
+ * Fetch translations when the locale is updated
79
+ */
80
+ localeWatchHandler(): Promise<void>;
73
81
  /**
74
82
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
75
83
  */
@@ -34,6 +34,10 @@ export declare class LayerList {
34
34
  * string[]: If passed will show only these layers in the list if they are present in map and are editable
35
35
  */
36
36
  layers: string[];
37
+ /**
38
+ * string: Locale to use for translation of stings in the UI
39
+ */
40
+ locale: string;
37
41
  /**
38
42
  * boolean: if true display's feature count for each layer
39
43
  */
@@ -66,6 +70,10 @@ export declare class LayerList {
66
70
  * ILayerItemHash: id/name lookup
67
71
  */
68
72
  protected _layerItemsHash: ILayerItemsHash;
73
+ /**
74
+ * Fetch translations when the locale is updated
75
+ */
76
+ localeWatchHandler(): Promise<void>;
69
77
  /**
70
78
  * Refresh the layer list which will fetch the latest layer count and update the list
71
79
  * @returns Promise that resolves when the operation is complete
@@ -19,7 +19,7 @@ import { AppLayout, IColumnsInfo, IMapClick, IMapInfo, IToolInfo, IToolSizeInfo,
19
19
  import "@esri/instant-apps-components/dist/components/instant-apps-social-share";
20
20
  import { LayerExpression } from "@esri/instant-apps-components";
21
21
  export declare class LayerTable {
22
- el: HTMLCrowdsourceManagerElement;
22
+ el: HTMLLayerTableElement;
23
23
  /**
24
24
  * AppLayout: the current app layout
25
25
  */
@@ -60,6 +60,10 @@ export declare class LayerTable {
60
60
  * When true the component will render an optimized view for mobile devices
61
61
  */
62
62
  isMobile: boolean;
63
+ /**
64
+ * string: Locale to use for translation of stings in the UI
65
+ */
66
+ locale: string;
63
67
  /**
64
68
  * boolean: when true the map is hidden and map specific controls should be hidden
65
69
  */
@@ -353,6 +357,10 @@ export declare class LayerTable {
353
357
  * watch for changes to the list of controls that will currently fit in the display
354
358
  */
355
359
  _controlsThatFitWatchHandler(): void;
360
+ /**
361
+ * Fetch translations when the locale is updated
362
+ */
363
+ localeWatchHandler(): Promise<void>;
356
364
  /**
357
365
  * Reset the toolInfos when mapHidden prop changes so we can show/hide any map dependant tool(s)
358
366
  */
@@ -90,6 +90,10 @@ export declare class MapCard {
90
90
  * "s" | "m" | "l": Used for Zoom and Home tools
91
91
  */
92
92
  homeZoomToolsSize: "s" | "m" | "l";
93
+ /**
94
+ * string: Locale to use for translation of stings in the UI
95
+ */
96
+ locale: string;
93
97
  /**
94
98
  * IMapInfo[]: array of map infos (name and id)
95
99
  */
@@ -291,6 +295,10 @@ export declare class MapCard {
291
295
  * Update the toolbar when the share button is enabled/disabled
292
296
  */
293
297
  enableShareWatchHandler(): void;
298
+ /**
299
+ * Fetch translations when the locale is updated
300
+ */
301
+ localeWatchHandler(): Promise<void>;
294
302
  /**
295
303
  * watch for changes in map view and get the first layer
296
304
  */
@@ -37,6 +37,10 @@ export declare class MapDrawTools {
37
37
  * esri/Graphic: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
38
38
  */
39
39
  graphics: __esri.Graphic[];
40
+ /**
41
+ * string: Locale to use for translation of stings in the UI
42
+ */
43
+ locale: string;
40
44
  /**
41
45
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
42
46
  */
@@ -104,6 +108,10 @@ export declare class MapDrawTools {
104
108
  * Called each time the graphics prop is changed.
105
109
  */
106
110
  graphicsWatchHandler(v: any, oldV: any): void;
111
+ /**
112
+ * Fetch translations when the locale is updated
113
+ */
114
+ localeWatchHandler(): Promise<void>;
107
115
  /**
108
116
  * Called each time the mapView prop is changed.
109
117
  */
@@ -49,6 +49,10 @@ export declare class MapLayerPicker {
49
49
  * When true the component will render an optimized view for mobile devices
50
50
  */
51
51
  isMobile: boolean;
52
+ /**
53
+ * string: Locale to use for translation of stings in the UI
54
+ */
55
+ locale: string;
52
56
  /**
53
57
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
54
58
  */
@@ -128,6 +132,10 @@ export declare class MapLayerPicker {
128
132
  * IMapItemHash: id/name lookup
129
133
  */
130
134
  protected _tableNameHash: IMapItemHash;
135
+ /**
136
+ * Fetch translations when the locale is updated
137
+ */
138
+ localeWatchHandler(): Promise<void>;
131
139
  /**
132
140
  * Called each time the mapView prop is changed.
133
141
  */
@@ -18,6 +18,10 @@ import { IMapInfo } from "../../utils/interfaces";
18
18
  import MapPicker_T9n from "../../assets/t9n/map-picker/resources.json";
19
19
  export declare class MapPicker {
20
20
  el: HTMLMapPickerElement;
21
+ /**
22
+ * string: Locale to use for translation of stings in the UI
23
+ */
24
+ locale: string;
21
25
  /**
22
26
  * IMapInfo[]: array of map infos (name and id)
23
27
  */
@@ -51,6 +55,10 @@ export declare class MapPicker {
51
55
  * Called each time the _webMapInfo prop is changed.
52
56
  */
53
57
  _webMapInfoWatchHandler(v: IMapInfo, oldV: IMapInfo): void;
58
+ /**
59
+ * Fetch translations when the locale is updated
60
+ */
61
+ localeWatchHandler(): Promise<void>;
54
62
  /**
55
63
  * Called each time the mapInfos prop is changed.
56
64
  */
@@ -253,6 +253,10 @@ export declare class MapSelectTools {
253
253
  * @returns Promise when complete
254
254
  */
255
255
  watchGeometriesHandler(newValue: __esri.Geometry[], oldValue: __esri.Geometry[]): Promise<void>;
256
+ /**
257
+ * Fetch translations when the locale is updated
258
+ */
259
+ localeWatchHandler(): Promise<void>;
256
260
  /**
257
261
  * Called each time the mapView prop is changed.
258
262
  */
@@ -59,6 +59,10 @@ export declare class MapTools {
59
59
  * "horizontal" | "vertical": used to control the orientation of the tools
60
60
  */
61
61
  layout: "horizontal" | "vertical";
62
+ /**
63
+ * string: Locale to use for translation of stings in the UI
64
+ */
65
+ locale: string;
62
66
  /**
63
67
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
64
68
  */
@@ -148,6 +152,10 @@ export declare class MapTools {
148
152
  * This prop is only used when enableSingleExpand is false
149
153
  */
150
154
  protected _widgets: any[];
155
+ /**
156
+ * Fetch translations when the locale is updated
157
+ */
158
+ localeWatchHandler(): Promise<void>;
151
159
  /**
152
160
  * When the mapView loads check if it supports floor awareness
153
161
  */
@@ -27,6 +27,10 @@ export declare class PdfDownload {
27
27
  * boolean: Controls the enabled/disabled state of download
28
28
  */
29
29
  disabled: boolean;
30
+ /**
31
+ * string: Locale to use for translation of stings in the UI
32
+ */
33
+ locale: string;
30
34
  /**
31
35
  * Contains the translations for this component.
32
36
  * All UI strings should be defined here.
@@ -40,6 +44,10 @@ export declare class PdfDownload {
40
44
  * intl: https://developers.arcgis.com/javascript/latest/api-reference/esri-intl.html
41
45
  */
42
46
  protected _intl: __esri.intl;
47
+ /**
48
+ * Fetch translations when the locale is updated
49
+ */
50
+ localeWatchHandler(): Promise<void>;
43
51
  /**
44
52
  * Downloads csv of mailing labels for the provided list of ids
45
53
  *
@@ -245,6 +245,10 @@ export declare class PublicNotification {
245
245
  * number: The number of selected features
246
246
  */
247
247
  protected _numSelected: number;
248
+ /**
249
+ * Fetch translations when the locale is updated
250
+ */
251
+ localeWatchHandler(): Promise<void>;
248
252
  /**
249
253
  * Called each time the mapView prop is changed.
250
254
  */
@@ -97,6 +97,10 @@ export declare class RefineSelection {
97
97
  * ISelectionSet: The current selection set to refine
98
98
  */
99
99
  protected _refineSelectionSet: ISelectionSet;
100
+ /**
101
+ * Fetch translations when the locale is updated
102
+ */
103
+ localeWatchHandler(): Promise<void>;
100
104
  /**
101
105
  * Emitted on demand when selection starts or ends.
102
106
  */
@@ -24,6 +24,10 @@ export declare class SolutionConfiguration {
24
24
  * Credentials for requests, which can be a serialized UserSession
25
25
  */
26
26
  authentication: UserSession;
27
+ /**
28
+ * string: Locale to use for translation of stings in the UI
29
+ */
30
+ locale: string;
27
31
  serializedAuthentication: string;
28
32
  serializedAuthenticationWatchHandler(): Promise<void>;
29
33
  /**
@@ -35,6 +39,10 @@ export declare class SolutionConfiguration {
35
39
  * Used to show/hide loading indicator
36
40
  */
37
41
  showLoading: boolean;
42
+ /**
43
+ * Fetch translations when the locale is updated
44
+ */
45
+ localeWatchHandler(): Promise<void>;
38
46
  constructor();
39
47
  /**
40
48
  * StencilJS: Called once just after the component is first connected to the DOM.
@@ -28,6 +28,10 @@ export declare class SolutionItem {
28
28
  */
29
29
  itemId: string;
30
30
  itemIdWatchHandler(): void;
31
+ /**
32
+ * string: Locale to use for translation of stings in the UI
33
+ */
34
+ locale: string;
31
35
  /**
32
36
  * Contains the solution based variables
33
37
  */
@@ -36,6 +40,10 @@ export declare class SolutionItem {
36
40
  * Contains the organization based variables
37
41
  */
38
42
  organizationVariables: string;
43
+ /**
44
+ * Fetch translations when the locale is updated
45
+ */
46
+ localeWatchHandler(): Promise<void>;
39
47
  /**
40
48
  * StencilJS: Called once just after the component is first connected to the DOM.
41
49
  */
@@ -18,6 +18,10 @@ import SolutionItemAccordion_T9n from "../../assets/t9n/solution-item-accordion/
18
18
  import { ITemplateInfo } from "../../utils/interfaces";
19
19
  export declare class SolutionItemAccordion {
20
20
  el: HTMLSolutionItemAccordionElement;
21
+ /**
22
+ * string: Locale to use for translation of stings in the UI
23
+ */
24
+ locale: string;
21
25
  /**
22
26
  * ITemplateInfo[]: Collection of template infos
23
27
  */
@@ -40,6 +44,10 @@ export declare class SolutionItemAccordion {
40
44
  * This array is used during render to ensure only one Accordion item is added for each type.
41
45
  */
42
46
  protected _types: string[];
47
+ /**
48
+ * Fetch translations when the locale is updated
49
+ */
50
+ localeWatchHandler(): Promise<void>;
43
51
  templateInfosWatchHandler(): Promise<void>;
44
52
  /**
45
53
  * StencilJS: Called once just after the component is first connected to the DOM.
@@ -24,6 +24,14 @@ export declare class SolutionItemDetails {
24
24
  * A template's itemId.
25
25
  */
26
26
  itemId: string;
27
+ /**
28
+ * string: Locale to use for translation of stings in the UI
29
+ */
30
+ locale: string;
31
+ /**
32
+ * Fetch translations when the locale is updated
33
+ */
34
+ localeWatchHandler(): Promise<void>;
27
35
  /**
28
36
  * StencilJS: Called once just after the component is first connected to the DOM.
29
37
  */
@@ -22,7 +22,15 @@ export declare class SolutionItemSharing {
22
22
  * A template's groupId.
23
23
  */
24
24
  groupId: string;
25
+ /**
26
+ * string: Locale to use for translation of stings in the UI
27
+ */
28
+ locale: string;
25
29
  itemIdWatchHandler(): void;
30
+ /**
31
+ * Fetch translations when the locale is updated
32
+ */
33
+ localeWatchHandler(): Promise<void>;
26
34
  /**
27
35
  * StencilJS: Called once just after the component is first connected to the DOM.
28
36
  */