@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
@@ -5,11 +5,11 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { AppLayout, ButtonType, DistanceUnit, EditType, EDrawMode, ELayoutMode, IBasemapConfig, IConsentResponse, IExportInfos, IFeatureServiceEnabledStatus, IInventoryItem, ILayerAndTableIds, ILayerExpression, IMapChange, IMapInfo, IReportingOptions, ISearchConfiguration, ISelectionSet, ISketchGraphicsChange, ISolutionSpatialReferenceInfo, ISortingInfo, ISpatialRefRepresentation, ITemplateInfo, IValueChange, theme } from "./utils/interfaces";
8
+ import { AppLayout, ButtonType, DistanceUnit, EditType, EDrawMode, IBasemapConfig, IConsentResponse, IExportInfos, IFeatureServiceEnabledStatus, IInventoryItem, ILayerAndTableIds, ILayerExpression, IMapChange, IMapInfo, IReportingOptions, ISearchConfiguration, ISelectionSet, ISketchGraphicsChange, ISolutionSpatialReferenceInfo, ISortingInfo, ISpatialRefRepresentation, ITemplateInfo, IValueChange, theme } from "./utils/interfaces";
9
9
  import { IReportingOptions as IReportingOptions1 } from "./components";
10
10
  import { ILayerItemsHash } from "./components/layer-list/layer-list";
11
11
  import { UserSession } from "@esri/solution-common";
12
- export { AppLayout, ButtonType, DistanceUnit, EditType, EDrawMode, ELayoutMode, IBasemapConfig, IConsentResponse, IExportInfos, IFeatureServiceEnabledStatus, IInventoryItem, ILayerAndTableIds, ILayerExpression, IMapChange, IMapInfo, IReportingOptions, ISearchConfiguration, ISelectionSet, ISketchGraphicsChange, ISolutionSpatialReferenceInfo, ISortingInfo, ISpatialRefRepresentation, ITemplateInfo, IValueChange, theme } from "./utils/interfaces";
12
+ export { AppLayout, ButtonType, DistanceUnit, EditType, EDrawMode, IBasemapConfig, IConsentResponse, IExportInfos, IFeatureServiceEnabledStatus, IInventoryItem, ILayerAndTableIds, ILayerExpression, IMapChange, IMapInfo, IReportingOptions, ISearchConfiguration, ISelectionSet, ISketchGraphicsChange, ISolutionSpatialReferenceInfo, ISortingInfo, ISpatialRefRepresentation, ITemplateInfo, IValueChange, theme } from "./utils/interfaces";
13
13
  export { IReportingOptions as IReportingOptions1 } from "./components";
14
14
  export { ILayerItemsHash } from "./components/layer-list/layer-list";
15
15
  export { UserSession } from "@esri/solution-common";
@@ -49,6 +49,10 @@ export namespace Components {
49
49
  * @returns Promise resolving with the translated unit
50
50
  */
51
51
  "getTranslatedUnit": (unit: string) => Promise<string>;
52
+ /**
53
+ * string: Locale to use for translation of stings in the UI
54
+ */
55
+ "locale": string;
52
56
  /**
53
57
  * number: The component's maximum selectable value.
54
58
  */
@@ -91,6 +95,10 @@ export namespace Components {
91
95
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
92
96
  */
93
97
  "layer": __esri.FeatureLayer;
98
+ /**
99
+ * string: Locale to use for translation of stings in the UI
100
+ */
101
+ "locale": string;
94
102
  /**
95
103
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
96
104
  */
@@ -117,6 +125,10 @@ export namespace Components {
117
125
  * Initialize and return the telemetry instance if consent has been granted
118
126
  */
119
127
  "getInstance": () => Promise<Telemetry | undefined>;
128
+ /**
129
+ * string: Locale to use for translation of stings in the UI
130
+ */
131
+ "locale": string;
120
132
  /**
121
133
  * string[]: Any ids for the analytics configured to receive events from the telemety instance
122
134
  */
@@ -147,6 +159,10 @@ export namespace Components {
147
159
  * boolean: When true the application will be in mobile mode, controls the mobile or desktop view
148
160
  */
149
161
  "isMobile": boolean;
162
+ /**
163
+ * string: Locale to use for translation of stings in the UI
164
+ */
165
+ "locale": string;
150
166
  /**
151
167
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
152
168
  */
@@ -183,6 +199,10 @@ export namespace Components {
183
199
  * boolean: Set this to true when have a custom submit button in the app. This will hide the header and footer elements of the editor and user needs to execute the submit method manually.
184
200
  */
185
201
  "customizeSubmit"?: boolean;
202
+ /**
203
+ * string: Locale to use for translation of stings in the UI
204
+ */
205
+ "locale": string;
186
206
  /**
187
207
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
188
208
  */
@@ -297,14 +317,14 @@ export namespace Components {
297
317
  * boolean: when true the zoom widget will be available
298
318
  */
299
319
  "enableZoom": boolean;
300
- /**
301
- * boolean: when true the map will be hidden on load
302
- */
303
- "hideMapOnLoad": boolean;
304
320
  /**
305
321
  * boolean: When true a introduction window has been enabled in the consuming application. Also when true a floating button will be shown in the lower right of the window that will emit an event when clicked that the consuming application can respond to that will open the introduction window.
306
322
  */
307
323
  "introductionWindowEnabled": boolean;
324
+ /**
325
+ * string: Locale to use for translation of stings in the UI
326
+ */
327
+ "locale": string;
308
328
  /**
309
329
  * IMapInfo[]: array of map infos (name and id)
310
330
  */
@@ -431,6 +451,10 @@ export namespace Components {
431
451
  * string: Id of the zoom level from URL params
432
452
  */
433
453
  "level": string;
454
+ /**
455
+ * string: Locale to use for translation of stings in the UI
456
+ */
457
+ "locale": string;
434
458
  /**
435
459
  * string: The text that will display at the top of the landing page
436
460
  */
@@ -519,6 +543,10 @@ export namespace Components {
519
543
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
520
544
  */
521
545
  "layer": __esri.FeatureLayer;
546
+ /**
547
+ * string: Locale to use for translation of stings in the UI
548
+ */
549
+ "locale": string;
522
550
  }
523
551
  interface DeleteDialog {
524
552
  /**
@@ -529,6 +557,10 @@ export namespace Components {
529
557
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
530
558
  */
531
559
  "layer": __esri.FeatureLayer;
560
+ /**
561
+ * string: Locale to use for translation of stings in the UI
562
+ */
563
+ "locale": string;
532
564
  /**
533
565
  * boolean: When true the delete dialog will be displayed
534
566
  */
@@ -547,6 +579,10 @@ export namespace Components {
547
579
  * esri/Graphic[]: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
548
580
  */
549
581
  "graphics": __esri.Graphic[];
582
+ /**
583
+ * string: Locale to use for translation of stings in the UI
584
+ */
585
+ "locale": string;
550
586
  /**
551
587
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
552
588
  */
@@ -556,8 +592,6 @@ export namespace Components {
556
592
  */
557
593
  "open": boolean;
558
594
  }
559
- interface FeatureComments {
560
- }
561
595
  interface FeatureDetails {
562
596
  /**
563
597
  * Go to the previous feature in the features widget
@@ -571,6 +605,10 @@ export namespace Components {
571
605
  * ILayerItemsHash: LayerDetailsHash for each layer in the map
572
606
  */
573
607
  "layerItemsHash": ILayerItemsHash;
608
+ /**
609
+ * string: Locale to use for translation of stings in the UI
610
+ */
611
+ "locale": string;
574
612
  /**
575
613
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
576
614
  */
@@ -597,8 +635,6 @@ export namespace Components {
597
635
  */
598
636
  "toggleListView": () => Promise<void>;
599
637
  }
600
- interface FeatureFormFlowItem {
601
- }
602
638
  interface FeatureList {
603
639
  /**
604
640
  * boolean: If true will consider the FeatureFilter applied on the layerview
@@ -612,6 +648,10 @@ export namespace Components {
612
648
  * boolean: Highlight feature on map optional (default false) boolean to indicate if we should highlight and zoom to the extent of the feature geometry
613
649
  */
614
650
  "highlightOnMap"?: boolean;
651
+ /**
652
+ * string: Locale to use for translation of stings in the UI
653
+ */
654
+ "locale": string;
615
655
  /**
616
656
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
617
657
  */
@@ -667,8 +707,6 @@ export namespace Components {
667
707
  */
668
708
  "whereClause"?: string;
669
709
  }
670
- interface FeaturesFlowItem {
671
- }
672
710
  interface FloorFilter {
673
711
  /**
674
712
  * boolean: when true the Floor Filter widget will be available
@@ -717,6 +755,10 @@ export namespace Components {
717
755
  * When true the component will render an optimized view for mobile devices
718
756
  */
719
757
  "isMobile": boolean;
758
+ /**
759
+ * string: Locale to use for translation of stings in the UI
760
+ */
761
+ "locale": string;
720
762
  /**
721
763
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
722
764
  */
@@ -765,6 +807,10 @@ export namespace Components {
765
807
  * Contains a unique identifier for when we have multiple instances of the editor. For example when we want to show an item's data as well as an item's properties.
766
808
  */
767
809
  "instanceid": any;
810
+ /**
811
+ * string: Locale to use for translation of stings in the UI
812
+ */
813
+ "locale": string;
768
814
  /**
769
815
  * Frees the editor events and memory; to be called when the web component is no longer needed. Because the component lifecycle doesn't include an "onDestroy" event (@see https://stenciljs.com/docs/component-lifecycle#disconnectedcallback) and TypeScript/JavaScript does automatic garbage collection without a callback hook until ES2021 (@see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry), this cleanup call needs to be called manually.
770
816
  */
@@ -794,6 +840,10 @@ export namespace Components {
794
840
  * string[]: If passed will show only these layers in the list if they are present in map and are editable
795
841
  */
796
842
  "layers": string[];
843
+ /**
844
+ * string: Locale to use for translation of stings in the UI
845
+ */
846
+ "locale": string;
797
847
  /**
798
848
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
799
849
  */
@@ -869,6 +919,10 @@ export namespace Components {
869
919
  * When true the component will render an optimized view for mobile devices
870
920
  */
871
921
  "isMobile": boolean;
922
+ /**
923
+ * string: Locale to use for translation of stings in the UI
924
+ */
925
+ "locale": string;
872
926
  /**
873
927
  * boolean: when true the map is hidden and map specific controls should be hidden
874
928
  */
@@ -914,12 +968,6 @@ export namespace Components {
914
968
  */
915
969
  "zoomToScale": number;
916
970
  }
917
- interface LayoutManager {
918
- }
919
- interface ListFlowItem {
920
- }
921
- interface LocationFlowItem {
922
- }
923
971
  interface MapCard {
924
972
  /**
925
973
  * AppLayout: the current app layout
@@ -997,6 +1045,10 @@ export namespace Components {
997
1045
  * When true the component will render an optimized view for mobile devices
998
1046
  */
999
1047
  "isMobile": boolean;
1048
+ /**
1049
+ * string: Locale to use for translation of stings in the UI
1050
+ */
1051
+ "locale": string;
1000
1052
  /**
1001
1053
  * IMapInfo: key configuration details about the current map
1002
1054
  */
@@ -1092,6 +1144,10 @@ export namespace Components {
1092
1144
  * esri/Graphic: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
1093
1145
  */
1094
1146
  "graphics": __esri.Graphic[];
1147
+ /**
1148
+ * string: Locale to use for translation of stings in the UI
1149
+ */
1150
+ "locale": string;
1095
1151
  /**
1096
1152
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
1097
1153
  */
@@ -1161,6 +1217,10 @@ export namespace Components {
1161
1217
  * When true the component will render an optimized view for mobile devices
1162
1218
  */
1163
1219
  "isMobile": boolean;
1220
+ /**
1221
+ * string: Locale to use for translation of stings in the UI
1222
+ */
1223
+ "locale": string;
1164
1224
  /**
1165
1225
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
1166
1226
  */
@@ -1221,6 +1281,10 @@ export namespace Components {
1221
1281
  * boolean: when true map list will shown in half width.
1222
1282
  */
1223
1283
  "isMapLayout"?: boolean;
1284
+ /**
1285
+ * string: Locale to use for translation of stings in the UI
1286
+ */
1287
+ "locale": string;
1224
1288
  /**
1225
1289
  * IMapInfo[]: array of map infos (name and id)
1226
1290
  */
@@ -1406,6 +1470,10 @@ export namespace Components {
1406
1470
  * "horizontal" | "vertical": used to control the orientation of the tools
1407
1471
  */
1408
1472
  "layout": "horizontal" | "vertical";
1473
+ /**
1474
+ * string: Locale to use for translation of stings in the UI
1475
+ */
1476
+ "locale": string;
1409
1477
  /**
1410
1478
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
1411
1479
  */
@@ -1461,6 +1529,10 @@ export namespace Components {
1461
1529
  * @returns Promise resolving when function is done
1462
1530
  */
1463
1531
  "downloadPDF": (webmap: __esri.Map, exportInfos: IExportInfos, removeDuplicates?: boolean, title?: string, initialImageDataUrl?: string) => Promise<void>;
1532
+ /**
1533
+ * string: Locale to use for translation of stings in the UI
1534
+ */
1535
+ "locale": string;
1464
1536
  }
1465
1537
  interface PublicNotification {
1466
1538
  /**
@@ -1564,8 +1636,6 @@ export namespace Components {
1564
1636
  */
1565
1637
  "sketchPolygonSymbol": __esri.SimpleFillSymbol | any;
1566
1638
  }
1567
- interface RefineResultsFlowItem {
1568
- }
1569
1639
  interface RefineSelection {
1570
1640
  /**
1571
1641
  * esri/views/layers/FeatureLayerView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html
@@ -1608,6 +1678,10 @@ export namespace Components {
1608
1678
  */
1609
1679
  "authentication": UserSession;
1610
1680
  "getSpatialReferenceInfo": () => Promise<ISolutionSpatialReferenceInfo>;
1681
+ /**
1682
+ * string: Locale to use for translation of stings in the UI
1683
+ */
1684
+ "locale": string;
1611
1685
  "saveSolution": () => Promise<void>;
1612
1686
  "serializedAuthentication": string;
1613
1687
  /**
@@ -1639,6 +1713,10 @@ export namespace Components {
1639
1713
  * A template's itemId.
1640
1714
  */
1641
1715
  "itemId": string;
1716
+ /**
1717
+ * string: Locale to use for translation of stings in the UI
1718
+ */
1719
+ "locale": string;
1642
1720
  /**
1643
1721
  * Contains the organization based variables
1644
1722
  */
@@ -1649,6 +1727,10 @@ export namespace Components {
1649
1727
  "solutionVariables": string;
1650
1728
  }
1651
1729
  interface SolutionItemAccordion {
1730
+ /**
1731
+ * string: Locale to use for translation of stings in the UI
1732
+ */
1733
+ "locale": string;
1652
1734
  /**
1653
1735
  * ITemplateInfo[]: Collection of template infos
1654
1736
  */
@@ -1659,6 +1741,10 @@ export namespace Components {
1659
1741
  * A template's itemId.
1660
1742
  */
1661
1743
  "itemId": string;
1744
+ /**
1745
+ * string: Locale to use for translation of stings in the UI
1746
+ */
1747
+ "locale": string;
1662
1748
  }
1663
1749
  interface SolutionItemIcon {
1664
1750
  /**
@@ -1680,8 +1766,16 @@ export namespace Components {
1680
1766
  * A template's groupId.
1681
1767
  */
1682
1768
  "groupId": string;
1769
+ /**
1770
+ * string: Locale to use for translation of stings in the UI
1771
+ */
1772
+ "locale": string;
1683
1773
  }
1684
1774
  interface SolutionOrganizationVariables {
1775
+ /**
1776
+ * string: Locale to use for translation of stings in the UI
1777
+ */
1778
+ "locale": string;
1685
1779
  /**
1686
1780
  * Contains the public value for this component.
1687
1781
  */
@@ -1696,6 +1790,10 @@ export namespace Components {
1696
1790
  * A template's itemId. This is used to get the correct model from a store in the json-editor
1697
1791
  */
1698
1792
  "itemId": string;
1793
+ /**
1794
+ * string: Locale to use for translation of stings in the UI
1795
+ */
1796
+ "locale": string;
1699
1797
  }
1700
1798
  interface SolutionSpatialRef {
1701
1799
  /**
@@ -1719,6 +1817,10 @@ export namespace Components {
1719
1817
  * List of services the spatial reference should apply to
1720
1818
  */
1721
1819
  "featureServices": IFeatureServiceEnabledStatus[];
1820
+ /**
1821
+ * string: Locale to use for translation of stings in the UI
1822
+ */
1823
+ "locale": string;
1722
1824
  }
1723
1825
  interface SolutionTemplateData {
1724
1826
  /**
@@ -1729,6 +1831,10 @@ export namespace Components {
1729
1831
  * A template's itemId. This is used to get the correct model from a store in the json-editor
1730
1832
  */
1731
1833
  "itemId": string;
1834
+ /**
1835
+ * string: Locale to use for translation of stings in the UI
1836
+ */
1837
+ "locale": string;
1732
1838
  "organizationVariables": string;
1733
1839
  /**
1734
1840
  * Contains the solution based variables
@@ -1740,6 +1846,10 @@ export namespace Components {
1740
1846
  "varsOpen": boolean;
1741
1847
  }
1742
1848
  interface SolutionVariables {
1849
+ /**
1850
+ * string: Locale to use for translation of stings in the UI
1851
+ */
1852
+ "locale": string;
1743
1853
  /**
1744
1854
  * Contains the public value for this component.
1745
1855
  */
@@ -1764,6 +1874,10 @@ export namespace Components {
1764
1874
  * Returns the current spatial reference description. (Exposes protected variable `spatialRef` for testing.)
1765
1875
  */
1766
1876
  "getSpatialRef": () => Promise<ISpatialRefRepresentation>;
1877
+ /**
1878
+ * string: Locale to use for translation of stings in the UI
1879
+ */
1880
+ "locale": string;
1767
1881
  /**
1768
1882
  * Contains the public value for this component, which is a wkid or a wkt.
1769
1883
  */
@@ -1863,10 +1977,6 @@ export interface LayerTableCustomEvent<T> extends CustomEvent<T> {
1863
1977
  detail: T;
1864
1978
  target: HTMLLayerTableElement;
1865
1979
  }
1866
- export interface LayoutManagerCustomEvent<T> extends CustomEvent<T> {
1867
- detail: T;
1868
- target: HTMLLayoutManagerElement;
1869
- }
1870
1980
  export interface MapCardCustomEvent<T> extends CustomEvent<T> {
1871
1981
  detail: T;
1872
1982
  target: HTMLMapCardElement;
@@ -2139,12 +2249,6 @@ declare global {
2139
2249
  prototype: HTMLEditCardElement;
2140
2250
  new (): HTMLEditCardElement;
2141
2251
  };
2142
- interface HTMLFeatureCommentsElement extends Components.FeatureComments, HTMLStencilElement {
2143
- }
2144
- var HTMLFeatureCommentsElement: {
2145
- prototype: HTMLFeatureCommentsElement;
2146
- new (): HTMLFeatureCommentsElement;
2147
- };
2148
2252
  interface HTMLFeatureDetailsElementEventMap {
2149
2253
  "loadingStatus": boolean;
2150
2254
  "commentSelect": __esri.Graphic;
@@ -2166,12 +2270,6 @@ declare global {
2166
2270
  prototype: HTMLFeatureDetailsElement;
2167
2271
  new (): HTMLFeatureDetailsElement;
2168
2272
  };
2169
- interface HTMLFeatureFormFlowItemElement extends Components.FeatureFormFlowItem, HTMLStencilElement {
2170
- }
2171
- var HTMLFeatureFormFlowItemElement: {
2172
- prototype: HTMLFeatureFormFlowItemElement;
2173
- new (): HTMLFeatureFormFlowItemElement;
2174
- };
2175
2273
  interface HTMLFeatureListElementEventMap {
2176
2274
  "featureSelect": __esri.Graphic;
2177
2275
  }
@@ -2189,12 +2287,6 @@ declare global {
2189
2287
  prototype: HTMLFeatureListElement;
2190
2288
  new (): HTMLFeatureListElement;
2191
2289
  };
2192
- interface HTMLFeaturesFlowItemElement extends Components.FeaturesFlowItem, HTMLStencilElement {
2193
- }
2194
- var HTMLFeaturesFlowItemElement: {
2195
- prototype: HTMLFeaturesFlowItemElement;
2196
- new (): HTMLFeaturesFlowItemElement;
2197
- };
2198
2290
  interface HTMLFloorFilterElementEventMap {
2199
2291
  "facilityChanged": string;
2200
2292
  "levelChanged": string;
@@ -2274,35 +2366,6 @@ declare global {
2274
2366
  prototype: HTMLLayerTableElement;
2275
2367
  new (): HTMLLayerTableElement;
2276
2368
  };
2277
- interface HTMLLayoutManagerElementEventMap {
2278
- "layoutChanged": ELayoutMode;
2279
- }
2280
- interface HTMLLayoutManagerElement extends Components.LayoutManager, HTMLStencilElement {
2281
- addEventListener<K extends keyof HTMLLayoutManagerElementEventMap>(type: K, listener: (this: HTMLLayoutManagerElement, ev: LayoutManagerCustomEvent<HTMLLayoutManagerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2282
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2283
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2284
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2285
- removeEventListener<K extends keyof HTMLLayoutManagerElementEventMap>(type: K, listener: (this: HTMLLayoutManagerElement, ev: LayoutManagerCustomEvent<HTMLLayoutManagerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2286
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2287
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2288
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2289
- }
2290
- var HTMLLayoutManagerElement: {
2291
- prototype: HTMLLayoutManagerElement;
2292
- new (): HTMLLayoutManagerElement;
2293
- };
2294
- interface HTMLListFlowItemElement extends Components.ListFlowItem, HTMLStencilElement {
2295
- }
2296
- var HTMLListFlowItemElement: {
2297
- prototype: HTMLListFlowItemElement;
2298
- new (): HTMLListFlowItemElement;
2299
- };
2300
- interface HTMLLocationFlowItemElement extends Components.LocationFlowItem, HTMLStencilElement {
2301
- }
2302
- var HTMLLocationFlowItemElement: {
2303
- prototype: HTMLLocationFlowItemElement;
2304
- new (): HTMLLocationFlowItemElement;
2305
- };
2306
2369
  interface HTMLMapCardElementEventMap {
2307
2370
  "mapChanged": IMapChange;
2308
2371
  "beforeMapChanged": void;
@@ -2460,12 +2523,6 @@ declare global {
2460
2523
  prototype: HTMLPublicNotificationElement;
2461
2524
  new (): HTMLPublicNotificationElement;
2462
2525
  };
2463
- interface HTMLRefineResultsFlowItemElement extends Components.RefineResultsFlowItem, HTMLStencilElement {
2464
- }
2465
- var HTMLRefineResultsFlowItemElement: {
2466
- prototype: HTMLRefineResultsFlowItemElement;
2467
- new (): HTMLRefineResultsFlowItemElement;
2468
- };
2469
2526
  interface HTMLRefineSelectionElementEventMap {
2470
2527
  "selectionLoadingChange": boolean;
2471
2528
  "selectionSetsChanged": ISelectionSet[];
@@ -2656,19 +2713,13 @@ declare global {
2656
2713
  "delete-button": HTMLDeleteButtonElement;
2657
2714
  "delete-dialog": HTMLDeleteDialogElement;
2658
2715
  "edit-card": HTMLEditCardElement;
2659
- "feature-comments": HTMLFeatureCommentsElement;
2660
2716
  "feature-details": HTMLFeatureDetailsElement;
2661
- "feature-form-flow-item": HTMLFeatureFormFlowItemElement;
2662
2717
  "feature-list": HTMLFeatureListElement;
2663
- "features-flow-item": HTMLFeaturesFlowItemElement;
2664
2718
  "floor-filter": HTMLFloorFilterElement;
2665
2719
  "info-card": HTMLInfoCardElement;
2666
2720
  "json-editor": HTMLJsonEditorElement;
2667
2721
  "layer-list": HTMLLayerListElement;
2668
2722
  "layer-table": HTMLLayerTableElement;
2669
- "layout-manager": HTMLLayoutManagerElement;
2670
- "list-flow-item": HTMLListFlowItemElement;
2671
- "location-flow-item": HTMLLocationFlowItemElement;
2672
2723
  "map-card": HTMLMapCardElement;
2673
2724
  "map-draw-tools": HTMLMapDrawToolsElement;
2674
2725
  "map-fullscreen": HTMLMapFullscreenElement;
@@ -2681,7 +2732,6 @@ declare global {
2681
2732
  "pci-calculator": HTMLPciCalculatorElement;
2682
2733
  "pdf-download": HTMLPdfDownloadElement;
2683
2734
  "public-notification": HTMLPublicNotificationElement;
2684
- "refine-results-flow-item": HTMLRefineResultsFlowItemElement;
2685
2735
  "refine-selection": HTMLRefineSelectionElement;
2686
2736
  "share-item": HTMLShareItemElement;
2687
2737
  "solution-configuration": HTMLSolutionConfigurationElement;
@@ -2731,6 +2781,10 @@ declare namespace LocalJSX {
2731
2781
  * esri/geometry/Geometry: https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html
2732
2782
  */
2733
2783
  "geometries"?: __esri.Geometry[];
2784
+ /**
2785
+ * string: Locale to use for translation of stings in the UI
2786
+ */
2787
+ "locale"?: string;
2734
2788
  /**
2735
2789
  * number: The component's maximum selectable value.
2736
2790
  */
@@ -2785,6 +2839,10 @@ declare namespace LocalJSX {
2785
2839
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
2786
2840
  */
2787
2841
  "layer"?: __esri.FeatureLayer;
2842
+ /**
2843
+ * string: Locale to use for translation of stings in the UI
2844
+ */
2845
+ "locale"?: string;
2788
2846
  /**
2789
2847
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
2790
2848
  */
@@ -2819,6 +2877,10 @@ declare namespace LocalJSX {
2819
2877
  * string: The name to use for the variable stored in the browsers local storge that will keep track of the users choice for consent
2820
2878
  */
2821
2879
  "firstUseVar": string;
2880
+ /**
2881
+ * string: Locale to use for translation of stings in the UI
2882
+ */
2883
+ "locale"?: string;
2822
2884
  /**
2823
2885
  * string[]: Any ids for the analytics configured to receive events from the telemety instance
2824
2886
  */
@@ -2853,6 +2915,10 @@ declare namespace LocalJSX {
2853
2915
  * boolean: When true the application will be in mobile mode, controls the mobile or desktop view
2854
2916
  */
2855
2917
  "isMobile"?: boolean;
2918
+ /**
2919
+ * string: Locale to use for translation of stings in the UI
2920
+ */
2921
+ "locale"?: string;
2856
2922
  /**
2857
2923
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
2858
2924
  */
@@ -2903,6 +2969,10 @@ declare namespace LocalJSX {
2903
2969
  * boolean: Set this to true when have a custom submit button in the app. This will hide the header and footer elements of the editor and user needs to execute the submit method manually.
2904
2970
  */
2905
2971
  "customizeSubmit"?: boolean;
2972
+ /**
2973
+ * string: Locale to use for translation of stings in the UI
2974
+ */
2975
+ "locale"?: string;
2906
2976
  /**
2907
2977
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
2908
2978
  */
@@ -3029,14 +3099,14 @@ declare namespace LocalJSX {
3029
3099
  * boolean: when true the zoom widget will be available
3030
3100
  */
3031
3101
  "enableZoom"?: boolean;
3032
- /**
3033
- * boolean: when true the map will be hidden on load
3034
- */
3035
- "hideMapOnLoad"?: boolean;
3036
3102
  /**
3037
3103
  * boolean: When true a introduction window has been enabled in the consuming application. Also when true a floating button will be shown in the lower right of the window that will emit an event when clicked that the consuming application can respond to that will open the introduction window.
3038
3104
  */
3039
3105
  "introductionWindowEnabled"?: boolean;
3106
+ /**
3107
+ * string: Locale to use for translation of stings in the UI
3108
+ */
3109
+ "locale"?: string;
3040
3110
  /**
3041
3111
  * IMapInfo[]: array of map infos (name and id)
3042
3112
  */
@@ -3171,6 +3241,10 @@ declare namespace LocalJSX {
3171
3241
  * string: Id of the zoom level from URL params
3172
3242
  */
3173
3243
  "level"?: string;
3244
+ /**
3245
+ * string: Locale to use for translation of stings in the UI
3246
+ */
3247
+ "locale"?: string;
3174
3248
  /**
3175
3249
  * string: The text that will display at the top of the landing page
3176
3250
  */
@@ -3267,6 +3341,10 @@ declare namespace LocalJSX {
3267
3341
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
3268
3342
  */
3269
3343
  "layer"?: __esri.FeatureLayer;
3344
+ /**
3345
+ * string: Locale to use for translation of stings in the UI
3346
+ */
3347
+ "locale"?: string;
3270
3348
  /**
3271
3349
  * Emitted on demand when features have been deleted
3272
3350
  */
@@ -3281,6 +3359,10 @@ declare namespace LocalJSX {
3281
3359
  * esri/views/layers/FeatureLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html
3282
3360
  */
3283
3361
  "layer"?: __esri.FeatureLayer;
3362
+ /**
3363
+ * string: Locale to use for translation of stings in the UI
3364
+ */
3365
+ "locale"?: string;
3284
3366
  /**
3285
3367
  * Emitted on demand when features have been deleted
3286
3368
  */
@@ -3307,6 +3389,10 @@ declare namespace LocalJSX {
3307
3389
  * esri/Graphic[]: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
3308
3390
  */
3309
3391
  "graphics"?: __esri.Graphic[];
3392
+ /**
3393
+ * string: Locale to use for translation of stings in the UI
3394
+ */
3395
+ "locale"?: string;
3310
3396
  /**
3311
3397
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3312
3398
  */
@@ -3328,8 +3414,6 @@ declare namespace LocalJSX {
3328
3414
  */
3329
3415
  "open"?: boolean;
3330
3416
  }
3331
- interface FeatureComments {
3332
- }
3333
3417
  interface FeatureDetails {
3334
3418
  /**
3335
3419
  * esri/Graphic: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
@@ -3339,6 +3423,10 @@ declare namespace LocalJSX {
3339
3423
  * ILayerItemsHash: LayerDetailsHash for each layer in the map
3340
3424
  */
3341
3425
  "layerItemsHash"?: ILayerItemsHash;
3426
+ /**
3427
+ * string: Locale to use for translation of stings in the UI
3428
+ */
3429
+ "locale"?: string;
3342
3430
  /**
3343
3431
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3344
3432
  */
@@ -3372,8 +3460,6 @@ declare namespace LocalJSX {
3372
3460
  */
3373
3461
  "showUserImageInCommentsList"?: boolean;
3374
3462
  }
3375
- interface FeatureFormFlowItem {
3376
- }
3377
3463
  interface FeatureList {
3378
3464
  /**
3379
3465
  * boolean: If true will consider the FeatureFilter applied on the layerview
@@ -3387,6 +3473,10 @@ declare namespace LocalJSX {
3387
3473
  * boolean: Highlight feature on map optional (default false) boolean to indicate if we should highlight and zoom to the extent of the feature geometry
3388
3474
  */
3389
3475
  "highlightOnMap"?: boolean;
3476
+ /**
3477
+ * string: Locale to use for translation of stings in the UI
3478
+ */
3479
+ "locale"?: string;
3390
3480
  /**
3391
3481
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3392
3482
  */
@@ -3440,8 +3530,6 @@ declare namespace LocalJSX {
3440
3530
  */
3441
3531
  "whereClause"?: string;
3442
3532
  }
3443
- interface FeaturesFlowItem {
3444
- }
3445
3533
  interface FloorFilter {
3446
3534
  /**
3447
3535
  * boolean: when true the Floor Filter widget will be available
@@ -3493,6 +3581,10 @@ declare namespace LocalJSX {
3493
3581
  * When true the component will render an optimized view for mobile devices
3494
3582
  */
3495
3583
  "isMobile"?: boolean;
3584
+ /**
3585
+ * string: Locale to use for translation of stings in the UI
3586
+ */
3587
+ "locale"?: string;
3496
3588
  /**
3497
3589
  * esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3498
3590
  */
@@ -3527,6 +3619,10 @@ declare namespace LocalJSX {
3527
3619
  * Contains a unique identifier for when we have multiple instances of the editor. For example when we want to show an item's data as well as an item's properties.
3528
3620
  */
3529
3621
  "instanceid"?: any;
3622
+ /**
3623
+ * string: Locale to use for translation of stings in the UI
3624
+ */
3625
+ "locale"?: string;
3530
3626
  /**
3531
3627
  * Contains the public value for this component; it is not changed by the editor. When changed, the change overwrites the contents of the editor.
3532
3628
  */
@@ -3541,6 +3637,10 @@ declare namespace LocalJSX {
3541
3637
  * string[]: If passed will show only these layers in the list if they are present in map and are editable
3542
3638
  */
3543
3639
  "layers"?: string[];
3640
+ /**
3641
+ * string: Locale to use for translation of stings in the UI
3642
+ */
3643
+ "locale"?: string;
3544
3644
  /**
3545
3645
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3546
3646
  */
@@ -3607,6 +3707,10 @@ declare namespace LocalJSX {
3607
3707
  * When true the component will render an optimized view for mobile devices
3608
3708
  */
3609
3709
  "isMobile"?: boolean;
3710
+ /**
3711
+ * string: Locale to use for translation of stings in the UI
3712
+ */
3713
+ "locale"?: string;
3610
3714
  /**
3611
3715
  * boolean: when true the map is hidden and map specific controls should be hidden
3612
3716
  */
@@ -3656,16 +3760,6 @@ declare namespace LocalJSX {
3656
3760
  */
3657
3761
  "zoomToScale"?: number;
3658
3762
  }
3659
- interface LayoutManager {
3660
- /**
3661
- * Emitted when the layout should change
3662
- */
3663
- "onLayoutChanged"?: (event: LayoutManagerCustomEvent<ELayoutMode>) => void;
3664
- }
3665
- interface ListFlowItem {
3666
- }
3667
- interface LocationFlowItem {
3668
- }
3669
3763
  interface MapCard {
3670
3764
  /**
3671
3765
  * AppLayout: the current app layout
@@ -3743,6 +3837,10 @@ declare namespace LocalJSX {
3743
3837
  * When true the component will render an optimized view for mobile devices
3744
3838
  */
3745
3839
  "isMobile"?: boolean;
3840
+ /**
3841
+ * string: Locale to use for translation of stings in the UI
3842
+ */
3843
+ "locale"?: string;
3746
3844
  /**
3747
3845
  * IMapInfo: key configuration details about the current map
3748
3846
  */
@@ -3837,6 +3935,10 @@ declare namespace LocalJSX {
3837
3935
  * esri/Graphic: https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html
3838
3936
  */
3839
3937
  "graphics"?: __esri.Graphic[];
3938
+ /**
3939
+ * string: Locale to use for translation of stings in the UI
3940
+ */
3941
+ "locale"?: string;
3840
3942
  /**
3841
3943
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3842
3944
  */
@@ -3921,6 +4023,10 @@ declare namespace LocalJSX {
3921
4023
  * When true the component will render an optimized view for mobile devices
3922
4024
  */
3923
4025
  "isMobile"?: boolean;
4026
+ /**
4027
+ * string: Locale to use for translation of stings in the UI
4028
+ */
4029
+ "locale"?: string;
3924
4030
  /**
3925
4031
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
3926
4032
  */
@@ -3985,6 +4091,10 @@ declare namespace LocalJSX {
3985
4091
  * boolean: when true map list will shown in half width.
3986
4092
  */
3987
4093
  "isMapLayout"?: boolean;
4094
+ /**
4095
+ * string: Locale to use for translation of stings in the UI
4096
+ */
4097
+ "locale"?: string;
3988
4098
  /**
3989
4099
  * IMapInfo[]: array of map infos (name and id)
3990
4100
  */
@@ -4163,6 +4273,10 @@ declare namespace LocalJSX {
4163
4273
  * "horizontal" | "vertical": used to control the orientation of the tools
4164
4274
  */
4165
4275
  "layout"?: "horizontal" | "vertical";
4276
+ /**
4277
+ * string: Locale to use for translation of stings in the UI
4278
+ */
4279
+ "locale"?: string;
4166
4280
  /**
4167
4281
  * esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
4168
4282
  */
@@ -4199,6 +4313,10 @@ declare namespace LocalJSX {
4199
4313
  * boolean: Controls the enabled/disabled state of download
4200
4314
  */
4201
4315
  "disabled"?: boolean;
4316
+ /**
4317
+ * string: Locale to use for translation of stings in the UI
4318
+ */
4319
+ "locale"?: string;
4202
4320
  }
4203
4321
  interface PublicNotification {
4204
4322
  /**
@@ -4306,8 +4424,6 @@ declare namespace LocalJSX {
4306
4424
  */
4307
4425
  "sketchPolygonSymbol"?: __esri.SimpleFillSymbol | any;
4308
4426
  }
4309
- interface RefineResultsFlowItem {
4310
- }
4311
4427
  interface RefineSelection {
4312
4428
  /**
4313
4429
  * esri/views/layers/FeatureLayerView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html
@@ -4357,6 +4473,10 @@ declare namespace LocalJSX {
4357
4473
  * Credentials for requests, which can be a serialized UserSession
4358
4474
  */
4359
4475
  "authentication"?: UserSession;
4476
+ /**
4477
+ * string: Locale to use for translation of stings in the UI
4478
+ */
4479
+ "locale"?: string;
4360
4480
  "serializedAuthentication"?: string;
4361
4481
  /**
4362
4482
  * Used to show/hide loading indicator
@@ -4387,6 +4507,10 @@ declare namespace LocalJSX {
4387
4507
  * A template's itemId.
4388
4508
  */
4389
4509
  "itemId"?: string;
4510
+ /**
4511
+ * string: Locale to use for translation of stings in the UI
4512
+ */
4513
+ "locale"?: string;
4390
4514
  /**
4391
4515
  * Contains the organization based variables
4392
4516
  */
@@ -4397,6 +4521,10 @@ declare namespace LocalJSX {
4397
4521
  "solutionVariables"?: string;
4398
4522
  }
4399
4523
  interface SolutionItemAccordion {
4524
+ /**
4525
+ * string: Locale to use for translation of stings in the UI
4526
+ */
4527
+ "locale"?: string;
4400
4528
  /**
4401
4529
  * ITemplateInfo[]: Collection of template infos
4402
4530
  */
@@ -4407,6 +4535,10 @@ declare namespace LocalJSX {
4407
4535
  * A template's itemId.
4408
4536
  */
4409
4537
  "itemId"?: string;
4538
+ /**
4539
+ * string: Locale to use for translation of stings in the UI
4540
+ */
4541
+ "locale"?: string;
4410
4542
  }
4411
4543
  interface SolutionItemIcon {
4412
4544
  /**
@@ -4427,8 +4559,16 @@ declare namespace LocalJSX {
4427
4559
  * A template's groupId.
4428
4560
  */
4429
4561
  "groupId"?: string;
4562
+ /**
4563
+ * string: Locale to use for translation of stings in the UI
4564
+ */
4565
+ "locale"?: string;
4430
4566
  }
4431
4567
  interface SolutionOrganizationVariables {
4568
+ /**
4569
+ * string: Locale to use for translation of stings in the UI
4570
+ */
4571
+ "locale"?: string;
4432
4572
  "onOrganizationVariableSelected"?: (event: SolutionOrganizationVariablesCustomEvent<{ itemId: string, value: string }>) => void;
4433
4573
  /**
4434
4574
  * Contains the public value for this component.
@@ -4444,6 +4584,10 @@ declare namespace LocalJSX {
4444
4584
  * A template's itemId. This is used to get the correct model from a store in the json-editor
4445
4585
  */
4446
4586
  "itemId"?: string;
4587
+ /**
4588
+ * string: Locale to use for translation of stings in the UI
4589
+ */
4590
+ "locale"?: string;
4447
4591
  }
4448
4592
  interface SolutionSpatialRef {
4449
4593
  /**
@@ -4458,6 +4602,10 @@ declare namespace LocalJSX {
4458
4602
  * List of services the spatial reference should apply to
4459
4603
  */
4460
4604
  "featureServices"?: IFeatureServiceEnabledStatus[];
4605
+ /**
4606
+ * string: Locale to use for translation of stings in the UI
4607
+ */
4608
+ "locale"?: string;
4461
4609
  "onEnableDefaultSpatialReferenceChange"?: (event: SolutionSpatialRefCustomEvent<{ defaultWkid: string }>) => void;
4462
4610
  "onEnabledSpatialReferenceChange"?: (event: SolutionSpatialRefCustomEvent<{ enabled: boolean }>) => void;
4463
4611
  "onFeatureServiceSpatialReferenceChange"?: (event: SolutionSpatialRefCustomEvent<IFeatureServiceEnabledStatus>) => void;
@@ -4471,6 +4619,10 @@ declare namespace LocalJSX {
4471
4619
  * A template's itemId. This is used to get the correct model from a store in the json-editor
4472
4620
  */
4473
4621
  "itemId"?: string;
4622
+ /**
4623
+ * string: Locale to use for translation of stings in the UI
4624
+ */
4625
+ "locale"?: string;
4474
4626
  "organizationVariables"?: string;
4475
4627
  /**
4476
4628
  * Contains the solution based variables
@@ -4482,6 +4634,10 @@ declare namespace LocalJSX {
4482
4634
  "varsOpen"?: boolean;
4483
4635
  }
4484
4636
  interface SolutionVariables {
4637
+ /**
4638
+ * string: Locale to use for translation of stings in the UI
4639
+ */
4640
+ "locale"?: string;
4485
4641
  "onSolutionVariableSelected"?: (event: SolutionVariablesCustomEvent<{ itemId: string, value: string }>) => void;
4486
4642
  /**
4487
4643
  * Contains the public value for this component.
@@ -4497,6 +4653,10 @@ declare namespace LocalJSX {
4497
4653
  * When true, all are disabled to prevent interaction.
4498
4654
  */
4499
4655
  "disabled"?: boolean;
4656
+ /**
4657
+ * string: Locale to use for translation of stings in the UI
4658
+ */
4659
+ "locale"?: string;
4500
4660
  "onSpatialReferenceChange"?: (event: SpatialRefCustomEvent<IValueChange>) => void;
4501
4661
  /**
4502
4662
  * Contains the public value for this component, which is a wkid or a wkt.
@@ -4532,19 +4692,13 @@ declare namespace LocalJSX {
4532
4692
  "delete-button": DeleteButton;
4533
4693
  "delete-dialog": DeleteDialog;
4534
4694
  "edit-card": EditCard;
4535
- "feature-comments": FeatureComments;
4536
4695
  "feature-details": FeatureDetails;
4537
- "feature-form-flow-item": FeatureFormFlowItem;
4538
4696
  "feature-list": FeatureList;
4539
- "features-flow-item": FeaturesFlowItem;
4540
4697
  "floor-filter": FloorFilter;
4541
4698
  "info-card": InfoCard;
4542
4699
  "json-editor": JsonEditor;
4543
4700
  "layer-list": LayerList;
4544
4701
  "layer-table": LayerTable;
4545
- "layout-manager": LayoutManager;
4546
- "list-flow-item": ListFlowItem;
4547
- "location-flow-item": LocationFlowItem;
4548
4702
  "map-card": MapCard;
4549
4703
  "map-draw-tools": MapDrawTools;
4550
4704
  "map-fullscreen": MapFullscreen;
@@ -4557,7 +4711,6 @@ declare namespace LocalJSX {
4557
4711
  "pci-calculator": PciCalculator;
4558
4712
  "pdf-download": PdfDownload;
4559
4713
  "public-notification": PublicNotification;
4560
- "refine-results-flow-item": RefineResultsFlowItem;
4561
4714
  "refine-selection": RefineSelection;
4562
4715
  "share-item": ShareItem;
4563
4716
  "solution-configuration": SolutionConfiguration;
@@ -4593,19 +4746,13 @@ declare module "@stencil/core" {
4593
4746
  "delete-button": LocalJSX.DeleteButton & JSXBase.HTMLAttributes<HTMLDeleteButtonElement>;
4594
4747
  "delete-dialog": LocalJSX.DeleteDialog & JSXBase.HTMLAttributes<HTMLDeleteDialogElement>;
4595
4748
  "edit-card": LocalJSX.EditCard & JSXBase.HTMLAttributes<HTMLEditCardElement>;
4596
- "feature-comments": LocalJSX.FeatureComments & JSXBase.HTMLAttributes<HTMLFeatureCommentsElement>;
4597
4749
  "feature-details": LocalJSX.FeatureDetails & JSXBase.HTMLAttributes<HTMLFeatureDetailsElement>;
4598
- "feature-form-flow-item": LocalJSX.FeatureFormFlowItem & JSXBase.HTMLAttributes<HTMLFeatureFormFlowItemElement>;
4599
4750
  "feature-list": LocalJSX.FeatureList & JSXBase.HTMLAttributes<HTMLFeatureListElement>;
4600
- "features-flow-item": LocalJSX.FeaturesFlowItem & JSXBase.HTMLAttributes<HTMLFeaturesFlowItemElement>;
4601
4751
  "floor-filter": LocalJSX.FloorFilter & JSXBase.HTMLAttributes<HTMLFloorFilterElement>;
4602
4752
  "info-card": LocalJSX.InfoCard & JSXBase.HTMLAttributes<HTMLInfoCardElement>;
4603
4753
  "json-editor": LocalJSX.JsonEditor & JSXBase.HTMLAttributes<HTMLJsonEditorElement>;
4604
4754
  "layer-list": LocalJSX.LayerList & JSXBase.HTMLAttributes<HTMLLayerListElement>;
4605
4755
  "layer-table": LocalJSX.LayerTable & JSXBase.HTMLAttributes<HTMLLayerTableElement>;
4606
- "layout-manager": LocalJSX.LayoutManager & JSXBase.HTMLAttributes<HTMLLayoutManagerElement>;
4607
- "list-flow-item": LocalJSX.ListFlowItem & JSXBase.HTMLAttributes<HTMLListFlowItemElement>;
4608
- "location-flow-item": LocalJSX.LocationFlowItem & JSXBase.HTMLAttributes<HTMLLocationFlowItemElement>;
4609
4756
  "map-card": LocalJSX.MapCard & JSXBase.HTMLAttributes<HTMLMapCardElement>;
4610
4757
  "map-draw-tools": LocalJSX.MapDrawTools & JSXBase.HTMLAttributes<HTMLMapDrawToolsElement>;
4611
4758
  "map-fullscreen": LocalJSX.MapFullscreen & JSXBase.HTMLAttributes<HTMLMapFullscreenElement>;
@@ -4618,7 +4765,6 @@ declare module "@stencil/core" {
4618
4765
  "pci-calculator": LocalJSX.PciCalculator & JSXBase.HTMLAttributes<HTMLPciCalculatorElement>;
4619
4766
  "pdf-download": LocalJSX.PdfDownload & JSXBase.HTMLAttributes<HTMLPdfDownloadElement>;
4620
4767
  "public-notification": LocalJSX.PublicNotification & JSXBase.HTMLAttributes<HTMLPublicNotificationElement>;
4621
- "refine-results-flow-item": LocalJSX.RefineResultsFlowItem & JSXBase.HTMLAttributes<HTMLRefineResultsFlowItemElement>;
4622
4768
  "refine-selection": LocalJSX.RefineSelection & JSXBase.HTMLAttributes<HTMLRefineSelectionElement>;
4623
4769
  "share-item": LocalJSX.ShareItem & JSXBase.HTMLAttributes<HTMLShareItemElement>;
4624
4770
  "solution-configuration": LocalJSX.SolutionConfiguration & JSXBase.HTMLAttributes<HTMLSolutionConfigurationElement>;