@esri/solutions-components 0.7.16 → 0.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1611) hide show
  1. package/README.md +88 -0
  2. package/dist/assets/t9n/crowdsource-manager/resources_en.json +1 -1
  3. package/dist/assets/t9n/solution-item-sharing/resources_en.json +1 -1
  4. package/dist/cjs/ExpandToggle-f83d93f8.js +118 -0
  5. package/dist/cjs/FloatingArrow-7e1624ea.js +50 -0
  6. package/dist/cjs/Heading-fe70b3e6.js +25 -0
  7. package/dist/cjs/app-globals-b3f43c6b.js +69 -0
  8. package/dist/cjs/ar-5f98cd4b.js +104 -0
  9. package/dist/cjs/arcgis-login.cjs.entry.js +1 -1
  10. package/dist/cjs/basemap-gallery_7.cjs.entry.js +27 -25
  11. package/dist/cjs/bg-a55b554b.js +82 -0
  12. package/dist/cjs/bs-00e4d31b.js +51 -0
  13. package/dist/cjs/buffer-tools_3.cjs.entry.js +18 -22
  14. package/dist/cjs/ca-cdd10d29.js +71 -0
  15. package/dist/cjs/calcite-accordion-item.cjs.entry.js +8 -8
  16. package/dist/cjs/calcite-accordion.cjs.entry.js +6 -4
  17. package/dist/cjs/calcite-action-bar_3.cjs.entry.js +52 -42
  18. package/dist/cjs/calcite-action-group_2.cjs.entry.js +20 -20
  19. package/dist/cjs/calcite-action-pad_2.cjs.entry.js +19 -18
  20. package/dist/cjs/calcite-action_2.cjs.entry.js +22 -18
  21. package/dist/cjs/calcite-alert_3.cjs.entry.js +40 -32
  22. package/dist/cjs/calcite-avatar.cjs.entry.js +5 -5
  23. package/dist/cjs/calcite-block-section.cjs.entry.js +11 -10
  24. package/dist/cjs/calcite-block_2.cjs.entry.js +18 -17
  25. package/dist/cjs/calcite-button.cjs.entry.js +31 -26
  26. package/dist/cjs/calcite-card.cjs.entry.js +9 -9
  27. package/dist/cjs/calcite-checkbox.cjs.entry.js +13 -12
  28. package/dist/cjs/calcite-chip-group.cjs.entry.js +27 -22
  29. package/dist/cjs/calcite-chip.cjs.entry.js +20 -17
  30. package/dist/cjs/calcite-color-picker-hex-input_2.cjs.entry.js +14 -13
  31. package/dist/cjs/calcite-color-picker.cjs.entry.js +26 -26
  32. package/dist/cjs/calcite-combobox-item-group.cjs.entry.js +5 -5
  33. package/dist/cjs/calcite-combobox_6.cjs.entry.js +70 -57
  34. package/dist/cjs/calcite-date-picker-day_3.cjs.entry.js +21 -26
  35. package/dist/cjs/calcite-fab.cjs.entry.js +7 -7
  36. package/dist/cjs/calcite-filter_2.cjs.entry.js +17 -16
  37. package/dist/cjs/calcite-flow-item.cjs.entry.js +14 -13
  38. package/dist/cjs/calcite-flow.cjs.entry.js +8 -6
  39. package/dist/cjs/calcite-graph_2.cjs.entry.js +21 -18
  40. package/dist/cjs/calcite-handle.cjs.entry.js +15 -13
  41. package/dist/cjs/calcite-icon.cjs.entry.js +7 -6
  42. package/dist/cjs/calcite-inline-editable.cjs.entry.js +26 -20
  43. package/dist/cjs/calcite-input-date-picker_3.cjs.entry.js +43 -37
  44. package/dist/cjs/calcite-input-number.cjs.entry.js +35 -26
  45. package/dist/cjs/calcite-input-text.cjs.entry.js +23 -19
  46. package/dist/cjs/calcite-input-time-picker-4f7e55b6.js +1849 -0
  47. package/dist/cjs/calcite-input-time-picker.cjs.entry.js +19 -19
  48. package/dist/cjs/calcite-input-time-zone.cjs.entry.js +20 -18
  49. package/dist/cjs/calcite-input_2.cjs.entry.js +39 -29
  50. package/dist/cjs/calcite-label.cjs.entry.js +6 -6
  51. package/dist/cjs/calcite-link.cjs.entry.js +7 -7
  52. package/dist/cjs/calcite-list-item-group.cjs.entry.js +4 -4
  53. package/dist/cjs/calcite-menu-item.cjs.entry.js +9 -9
  54. package/dist/cjs/calcite-menu.cjs.entry.js +11 -11
  55. package/dist/cjs/calcite-meter.cjs.entry.js +13 -11
  56. package/dist/cjs/calcite-modal.cjs.entry.js +22 -19
  57. package/dist/cjs/calcite-navigation-logo.cjs.entry.js +3 -3
  58. package/dist/cjs/calcite-navigation-user.cjs.entry.js +2 -2
  59. package/dist/cjs/calcite-navigation.cjs.entry.js +7 -6
  60. package/dist/cjs/calcite-notice.cjs.entry.js +13 -13
  61. package/dist/cjs/calcite-option-group.cjs.entry.js +1 -1
  62. package/dist/cjs/calcite-option_2.cjs.entry.js +23 -18
  63. package/dist/cjs/calcite-pagination.cjs.entry.js +15 -13
  64. package/dist/cjs/calcite-panel.cjs.entry.js +22 -19
  65. package/dist/cjs/calcite-pick-list-group.cjs.entry.js +10 -9
  66. package/dist/cjs/calcite-pick-list-item.cjs.entry.js +16 -15
  67. package/dist/cjs/calcite-pick-list.cjs.entry.js +13 -13
  68. package/dist/cjs/calcite-popover.cjs.entry.js +16 -16
  69. package/dist/cjs/calcite-radio-button-group.cjs.entry.js +11 -7
  70. package/dist/cjs/calcite-radio-button.cjs.entry.js +12 -12
  71. package/dist/cjs/calcite-rating.cjs.entry.js +16 -15
  72. package/dist/cjs/calcite-scrim.cjs.entry.js +14 -11
  73. package/dist/cjs/calcite-segmented-control_2.cjs.entry.js +18 -15
  74. package/dist/cjs/calcite-sheet.cjs.entry.js +12 -10
  75. package/dist/cjs/calcite-shell-center-row.cjs.entry.js +7 -7
  76. package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +92 -71
  77. package/dist/cjs/calcite-shell.cjs.entry.js +12 -9
  78. package/dist/cjs/calcite-sortable-list.cjs.entry.js +12 -10
  79. package/dist/cjs/calcite-split-button.cjs.entry.js +4 -4
  80. package/dist/cjs/calcite-stepper-item.cjs.entry.js +17 -15
  81. package/dist/cjs/calcite-stepper.cjs.entry.js +18 -14
  82. package/dist/cjs/calcite-switch.cjs.entry.js +11 -11
  83. package/dist/cjs/calcite-table-cell_2.cjs.entry.js +21 -19
  84. package/dist/cjs/calcite-table-row.cjs.entry.js +17 -16
  85. package/dist/cjs/calcite-table.cjs.entry.js +55 -45
  86. package/dist/cjs/calcite-text-area.cjs.entry.js +22 -19
  87. package/dist/cjs/calcite-tile-select-group.cjs.entry.js +3 -3
  88. package/dist/cjs/calcite-tile-select.cjs.entry.js +7 -6
  89. package/dist/cjs/calcite-tile.cjs.entry.js +9 -9
  90. package/dist/cjs/calcite-time-picker.cjs.entry.js +19 -17
  91. package/dist/cjs/calcite-tip-group.cjs.entry.js +1 -1
  92. package/dist/cjs/calcite-tip-manager.cjs.entry.js +15 -12
  93. package/dist/cjs/calcite-tip.cjs.entry.js +12 -11
  94. package/dist/cjs/calcite-tooltip.cjs.entry.js +8 -8
  95. package/dist/cjs/calcite-tree_2.cjs.entry.js +21 -18
  96. package/dist/cjs/card-manager_3.cjs.entry.js +55 -38
  97. package/dist/cjs/common-4cd3537b.js +38 -0
  98. package/dist/cjs/conditionalSlot-63e11cba.js +63 -0
  99. package/dist/cjs/crowdsource-manager.cjs.entry.js +10 -8
  100. package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
  101. package/dist/cjs/cs-d08a7e91.js +147 -0
  102. package/dist/cjs/da-2fb40e38.js +66 -0
  103. package/dist/cjs/date-a0b274b2.js +261 -0
  104. package/dist/cjs/de-at-8cb4fc8d.js +90 -0
  105. package/dist/cjs/de-ch-98281a16.js +90 -0
  106. package/dist/cjs/de-f88ab56a.js +91 -0
  107. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  108. package/dist/cjs/dom-e111eaa6.js +1087 -0
  109. package/dist/cjs/downloadUtils-8f50633d.js +3124 -0
  110. package/dist/cjs/el-42222f37.js +66 -0
  111. package/dist/cjs/en-au-ce99afe4.js +66 -0
  112. package/dist/cjs/en-ca-44a0c79e.js +65 -0
  113. package/dist/cjs/en-gb-9bd18cc2.js +69 -0
  114. package/dist/cjs/es-a630678a.js +66 -0
  115. package/dist/cjs/es-mx-cb026d16.js +65 -0
  116. package/dist/cjs/et-9801d7bf.js +92 -0
  117. package/dist/cjs/feature-comments.cjs.entry.js +1 -1
  118. package/dist/cjs/feature-form-flow-item.cjs.entry.js +1 -1
  119. package/dist/cjs/features-flow-item.cjs.entry.js +1 -1
  120. package/dist/cjs/fi-99bb68b2.js +115 -0
  121. package/dist/cjs/filter-8f1bbfe6.js +765 -0
  122. package/dist/cjs/floating-ui-290f99dd.js +1906 -0
  123. package/dist/cjs/focusTrapComponent-3add574e.js +1028 -0
  124. package/dist/cjs/form-0291a707.js +260 -0
  125. package/dist/cjs/fr-047990d9.js +68 -0
  126. package/dist/cjs/fr-ch-eefff196.js +66 -0
  127. package/dist/cjs/globalAttributes-c973ec3a.js +77 -0
  128. package/dist/cjs/he-3f50b1de.js +105 -0
  129. package/dist/cjs/helpers-a0719076.js +903 -0
  130. package/dist/cjs/hi-8fad23c8.js +65 -0
  131. package/dist/cjs/hr-85523ea5.js +80 -0
  132. package/dist/cjs/hu-133d6509.js +88 -0
  133. package/dist/cjs/id-cf31387c.js +66 -0
  134. package/dist/cjs/index-22bb61da.js +201 -0
  135. package/dist/cjs/index-b8a649fc.js +2530 -0
  136. package/dist/cjs/index.es-140aa937.js +10811 -0
  137. package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +7 -7
  138. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +3 -3
  139. package/dist/cjs/instant-apps-export.cjs.entry.js +6 -6
  140. package/dist/cjs/instant-apps-header.cjs.entry.js +5 -5
  141. package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +5 -5
  142. package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +5 -5
  143. package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +5 -5
  144. package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +5 -5
  145. package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +7 -7
  146. package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +5 -5
  147. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +1 -1
  148. package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +8 -8
  149. package/dist/cjs/instant-apps-language-translator.cjs.entry.js +8 -8
  150. package/dist/cjs/instant-apps-measurement.cjs.entry.js +5 -5
  151. package/dist/cjs/instant-apps-popover.cjs.entry.js +5 -5
  152. package/dist/cjs/instant-apps-popovers.cjs.entry.js +1 -1
  153. package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +6 -6
  154. package/dist/cjs/instant-apps-splash.cjs.entry.js +6 -6
  155. package/dist/cjs/interactive-8aff886e.js +147 -0
  156. package/dist/cjs/it-87a2a88e.js +66 -0
  157. package/dist/cjs/it-ch-6197d836.js +66 -0
  158. package/dist/cjs/ja-1be83730.js +72 -0
  159. package/dist/cjs/ko-ea4b0148.js +72 -0
  160. package/dist/cjs/label-bcad2894.js +186 -0
  161. package/dist/cjs/languageSwitcher-7de41e17.js +58 -0
  162. package/dist/cjs/languageUtil-a3b464f8.js +69 -0
  163. package/dist/cjs/layout-manager.cjs.entry.js +3 -3
  164. package/dist/cjs/list-flow-item.cjs.entry.js +1 -1
  165. package/dist/cjs/loadModules-46d14e81.js +30 -0
  166. package/dist/cjs/loadModules-51c30ab9.js +23 -0
  167. package/dist/cjs/loadable-07a214c7.js +94 -0
  168. package/dist/cjs/loader.cjs.js +3 -3
  169. package/dist/cjs/locale-6a627639.js +584 -0
  170. package/dist/cjs/locale-9b9d0e94.js +82 -0
  171. package/dist/cjs/locale-9db09b63.js +122 -0
  172. package/dist/cjs/location-flow-item.cjs.entry.js +1 -1
  173. package/dist/cjs/lt-4acaf0a6.js +97 -0
  174. package/dist/cjs/lv-251e08f1.js +66 -0
  175. package/dist/cjs/map-select-tools_3.cjs.entry.js +62 -52
  176. package/dist/cjs/mapViewUtils-569e9644.js +467 -0
  177. package/dist/cjs/mk-8b1ae7dd.js +66 -0
  178. package/dist/cjs/nb-fa98c484.js +67 -0
  179. package/dist/cjs/nl-e71e8890.js +67 -0
  180. package/dist/cjs/openCloseComponent-8c9a1749.js +92 -0
  181. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  182. package/dist/cjs/pl-8527f540.js +114 -0
  183. package/dist/cjs/pt-a1c7a6ea.js +67 -0
  184. package/dist/cjs/pt-br-c5319e0c.js +65 -0
  185. package/dist/cjs/public-notification.cjs.entry.js +32 -25
  186. package/dist/cjs/publicNotificationStore-3a17c2f4.js +47 -0
  187. package/dist/cjs/purify-f8c3e427.js +1712 -0
  188. package/dist/cjs/refine-results-flow-item.cjs.entry.js +1 -1
  189. package/dist/cjs/restHelpersGet-e0737480.js +972 -0
  190. package/dist/cjs/ro-df6f795a.js +66 -0
  191. package/dist/cjs/ru-7516a3ba.js +126 -0
  192. package/dist/cjs/share-item.cjs.entry.js +1 -1
  193. package/dist/cjs/shared-list-render-25bedff5.js +364 -0
  194. package/dist/cjs/sk-9d31fa10.js +148 -0
  195. package/dist/cjs/sl-abecca0d.js +168 -0
  196. package/dist/cjs/solution-configuration.cjs.entry.js +43 -17
  197. package/dist/cjs/solution-contents_3.cjs.entry.js +12 -11
  198. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  199. package/dist/cjs/solution-resource-abec7452.js +141 -0
  200. package/dist/cjs/solution-store-ab6c980f.js +1344 -0
  201. package/dist/cjs/solutions-components.cjs.js +4 -4
  202. package/dist/cjs/spatial-ref.cjs.entry.js +8 -7
  203. package/dist/cjs/sr-334c5c73.js +101 -0
  204. package/dist/cjs/store-manager.cjs.entry.js +1 -1
  205. package/dist/cjs/sv-832dd153.js +71 -0
  206. package/dist/cjs/t9n-0556abcb.js +100 -0
  207. package/dist/cjs/th-cca86754.js +65 -0
  208. package/dist/cjs/throttle-aeeb1b4d.js +75 -0
  209. package/dist/cjs/time-06aad495.js +289 -0
  210. package/dist/cjs/tr-fcef3dae.js +66 -0
  211. package/dist/cjs/uk-69eceeec.js +104 -0
  212. package/dist/cjs/utils-35b31785.js +120 -0
  213. package/dist/cjs/utils-3df24da4.js +62 -0
  214. package/dist/cjs/utils-6587cc34.js +64 -0
  215. package/dist/cjs/vi-6afa69a0.js +70 -0
  216. package/dist/cjs/zh-cn-0513bc09.js +94 -0
  217. package/dist/cjs/zh-hk-73971e1d.js +71 -0
  218. package/dist/cjs/zh-tw-af0db947.js +92 -0
  219. package/dist/collection/collection-manifest.json +1 -1
  220. package/dist/collection/components/basemap-gallery/basemap-gallery.js +2 -1
  221. package/dist/collection/components/buffer-tools/buffer-tools.js +2 -1
  222. package/dist/collection/components/card-manager/card-manager.js +3 -2
  223. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +7 -5
  224. package/dist/collection/components/edit-card/edit-card.js +14 -10
  225. package/dist/collection/components/floor-filter/floor-filter.js +2 -1
  226. package/dist/collection/components/info-card/info-card.js +8 -5
  227. package/dist/collection/components/json-editor/assets/monaco-editor/package.json +63 -63
  228. package/dist/collection/components/json-editor/json-editor.js +21 -14
  229. package/dist/collection/components/layer-table/layer-table.js +36 -22
  230. package/dist/collection/components/map-card/map-card.js +7 -5
  231. package/dist/collection/components/map-draw-tools/map-draw-tools.js +7 -12
  232. package/dist/collection/components/map-layer-picker/map-layer-picker.js +8 -6
  233. package/dist/collection/components/map-picker/map-picker.js +6 -4
  234. package/dist/collection/components/map-search/map-search.js +8 -12
  235. package/dist/collection/components/map-select-tools/map-select-tools.js +36 -32
  236. package/dist/collection/components/map-tools/map-tools.js +5 -3
  237. package/dist/collection/components/pdf-download/pdf-download.js +2 -1
  238. package/dist/collection/components/public-notification/public-notification.js +21 -14
  239. package/dist/collection/components/refine-selection/refine-selection.js +13 -8
  240. package/dist/collection/components/solution-configuration/solution-configuration.js +1 -1
  241. package/dist/collection/components/solution-contents/solution-contents.js +3 -2
  242. package/dist/collection/components/solution-item/solution-item.js +1 -1
  243. package/dist/collection/components/solution-item-details/solution-item-details.js +2 -1
  244. package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
  245. package/dist/collection/components/solution-variables/solution-variables.js +2 -1
  246. package/dist/collection/components/spatial-ref/spatial-ref.js +2 -1
  247. package/dist/collection/components/store-manager/store-manager.js +1 -1
  248. package/dist/collection/utils/common.js +2 -1
  249. package/dist/collection/utils/downloadUtils.js +15 -13
  250. package/dist/collection/utils/locale.js +3 -2
  251. package/dist/collection/utils/mapViewUtils.js +2 -5
  252. package/dist/collection/utils/publicNotificationStore.js +1 -1
  253. package/dist/collection/utils/queryUtils.js +3 -2
  254. package/dist/collection/utils/solution-store.js +1 -3
  255. package/dist/collection/utils/test/downloadUtils.spec.js +2 -1
  256. package/dist/collection/utils/test/solution-store.spec.js +2 -5
  257. package/dist/components/ExpandToggle.js +1 -1
  258. package/dist/components/FloatingArrow.js +1 -1
  259. package/dist/components/Heading.js +1 -1
  260. package/dist/components/action-bar.js +11 -8
  261. package/dist/components/action-group.js +1 -1
  262. package/dist/components/action-menu.js +8 -8
  263. package/dist/components/action-pad.js +5 -4
  264. package/dist/components/action.js +10 -6
  265. package/dist/components/alert.js +3 -2
  266. package/dist/components/arcgis-login.js +1 -1
  267. package/dist/components/avatar.js +1 -1
  268. package/dist/components/basemap-gallery2.js +3 -2
  269. package/dist/components/block.js +1 -1
  270. package/dist/components/buffer-tools2.js +3 -2
  271. package/dist/components/button.js +17 -12
  272. package/dist/components/calcite-accordion-item.js +2 -2
  273. package/dist/components/calcite-accordion.js +5 -3
  274. package/dist/components/calcite-block-section.js +3 -2
  275. package/dist/components/calcite-card.js +1 -1
  276. package/dist/components/calcite-chip-group.js +20 -15
  277. package/dist/components/calcite-color-picker.js +11 -11
  278. package/dist/components/calcite-combobox-item-group.js +1 -1
  279. package/dist/components/calcite-fab.js +1 -1
  280. package/dist/components/calcite-flow-item.js +3 -2
  281. package/dist/components/calcite-flow.js +6 -4
  282. package/dist/components/calcite-inline-editable.js +14 -8
  283. package/dist/components/calcite-input-time-picker.js +5 -3
  284. package/dist/components/calcite-input-time-zone.js +5 -3
  285. package/dist/components/calcite-list-item-group.js +1 -1
  286. package/dist/components/calcite-menu-item.js +1 -1
  287. package/dist/components/calcite-meter.js +5 -3
  288. package/dist/components/calcite-navigation-logo.js +2 -2
  289. package/dist/components/calcite-navigation-user.js +1 -1
  290. package/dist/components/calcite-navigation.js +3 -2
  291. package/dist/components/calcite-option-group.js +1 -1
  292. package/dist/components/calcite-pick-list-group.js +3 -2
  293. package/dist/components/calcite-pick-list.js +1 -1
  294. package/dist/components/calcite-radio-button-group.js +9 -5
  295. package/dist/components/calcite-radio-button.js +2 -2
  296. package/dist/components/calcite-rating.js +3 -2
  297. package/dist/components/calcite-sheet.js +5 -3
  298. package/dist/components/calcite-shell-center-row.js +2 -2
  299. package/dist/components/calcite-sortable-list.js +5 -3
  300. package/dist/components/calcite-split-button.js +1 -1
  301. package/dist/components/calcite-stepper-item.js +7 -5
  302. package/dist/components/calcite-stepper.js +11 -7
  303. package/dist/components/calcite-table-row.js +10 -9
  304. package/dist/components/calcite-table.js +46 -36
  305. package/dist/components/calcite-text-area.js +7 -4
  306. package/dist/components/calcite-tile-select-group.js +1 -1
  307. package/dist/components/calcite-tile-select.js +3 -2
  308. package/dist/components/calcite-tip-group.js +1 -1
  309. package/dist/components/calcite-tip-manager.js +7 -4
  310. package/dist/components/calcite-tip.js +3 -2
  311. package/dist/components/card-manager2.js +4 -3
  312. package/dist/components/checkbox.js +3 -2
  313. package/dist/components/chip.js +8 -5
  314. package/dist/components/color-picker-hex-input.js +5 -4
  315. package/dist/components/color-picker-swatch.js +4 -4
  316. package/dist/components/combobox-item.js +2 -2
  317. package/dist/components/combobox.js +22 -16
  318. package/dist/components/conditionalSlot.js +1 -1
  319. package/dist/components/crowdsource-manager.js +8 -6
  320. package/dist/components/crowdsource-reporter.js +1 -1
  321. package/dist/components/date-picker-day.js +2 -6
  322. package/dist/components/date-picker-month-header.js +4 -7
  323. package/dist/components/date-picker-month.js +6 -4
  324. package/dist/components/date-picker.js +3 -2
  325. package/dist/components/deduct-calculator2.js +1 -1
  326. package/dist/components/downloadUtils.js +51 -23
  327. package/dist/components/dropdown-group.js +5 -3
  328. package/dist/components/dropdown-item.js +4 -3
  329. package/dist/components/dropdown.js +9 -7
  330. package/dist/components/edit-card2.js +15 -11
  331. package/dist/components/feature-comments.js +1 -1
  332. package/dist/components/feature-form-flow-item.js +1 -1
  333. package/dist/components/features-flow-item.js +1 -1
  334. package/dist/components/filter2.js +4 -3
  335. package/dist/components/floating-ui.js +3 -15
  336. package/dist/components/floor-filter2.js +3 -2
  337. package/dist/components/form.js +1 -1
  338. package/dist/components/graph.js +5 -3
  339. package/dist/components/handle.js +5 -3
  340. package/dist/components/icon.js +3 -2
  341. package/dist/components/index.es.js +112 -161
  342. package/dist/components/index.js +1 -1
  343. package/dist/components/index4.js +1 -1
  344. package/dist/components/info-card2.js +9 -6
  345. package/dist/components/input-date-picker.js +19 -13
  346. package/dist/components/input-message.js +1 -1
  347. package/dist/components/input-number.js +22 -13
  348. package/dist/components/input-text.js +10 -6
  349. package/dist/components/input.js +26 -16
  350. package/dist/components/instant-apps-ckeditor-wrapper2.js +1 -1
  351. package/dist/components/instant-apps-control-panel.js +1 -1
  352. package/dist/components/instant-apps-export.js +1 -1
  353. package/dist/components/instant-apps-filter-list2.js +1 -1
  354. package/dist/components/instant-apps-header2.js +1 -1
  355. package/dist/components/instant-apps-interactive-legend-classic2.js +1 -1
  356. package/dist/components/instant-apps-interactive-legend-count2.js +1 -1
  357. package/dist/components/instant-apps-interactive-legend-group-legend-element-caption.js +1 -1
  358. package/dist/components/instant-apps-interactive-legend-group-legend-element2.js +1 -1
  359. package/dist/components/instant-apps-interactive-legend-layer-element-caption2.js +1 -1
  360. package/dist/components/instant-apps-interactive-legend-layer-element2.js +1 -1
  361. package/dist/components/instant-apps-interactive-legend-legend-element-caption2.js +1 -1
  362. package/dist/components/instant-apps-interactive-legend-legend-element2.js +1 -1
  363. package/dist/components/instant-apps-interactive-legend-relationship2.js +1 -1
  364. package/dist/components/instant-apps-interactive-legend.js +1 -1
  365. package/dist/components/instant-apps-keyboard-shortcuts.js +1 -1
  366. package/dist/components/instant-apps-landing-page.js +1 -1
  367. package/dist/components/instant-apps-language-switcher.js +1 -1
  368. package/dist/components/instant-apps-language-translator-item2.js +1 -1
  369. package/dist/components/instant-apps-language-translator-search2.js +1 -1
  370. package/dist/components/instant-apps-language-translator2.js +1 -1
  371. package/dist/components/instant-apps-measurement-tool2.js +1 -1
  372. package/dist/components/instant-apps-measurement.js +1 -1
  373. package/dist/components/instant-apps-popover.js +1 -1
  374. package/dist/components/instant-apps-popovers.js +1 -1
  375. package/dist/components/instant-apps-scoreboard.js +1 -1
  376. package/dist/components/instant-apps-social-share2.js +1 -1
  377. package/dist/components/instant-apps-splash.js +1 -1
  378. package/dist/components/interactive.js +1 -1
  379. package/dist/components/json-editor2.js +22 -15
  380. package/dist/components/label2.js +1 -1
  381. package/dist/components/layer-table2.js +37 -23
  382. package/dist/components/layout-manager.js +1 -1
  383. package/dist/components/link.js +1 -1
  384. package/dist/components/list-flow-item.js +1 -1
  385. package/dist/components/list-item.js +5 -5
  386. package/dist/components/list.js +20 -13
  387. package/dist/components/loadable.js +1 -1
  388. package/dist/components/loader.js +2 -2
  389. package/dist/components/locale.js +4 -3
  390. package/dist/components/location-flow-item.js +1 -1
  391. package/dist/components/map-card2.js +8 -6
  392. package/dist/components/map-draw-tools2.js +8 -13
  393. package/dist/components/map-fullscreen2.js +1 -1
  394. package/dist/components/map-layer-picker2.js +9 -7
  395. package/dist/components/map-legend2.js +1 -1
  396. package/dist/components/map-picker2.js +7 -5
  397. package/dist/components/map-search2.js +9 -13
  398. package/dist/components/map-select-tools2.js +37 -33
  399. package/dist/components/map-tools2.js +6 -4
  400. package/dist/components/mapViewUtils.js +2 -5
  401. package/dist/components/menu.js +2 -2
  402. package/dist/components/modal.js +10 -7
  403. package/dist/components/notice.js +1 -1
  404. package/dist/components/observers.js +1 -1
  405. package/dist/components/openCloseComponent.js +1 -1
  406. package/dist/components/option.js +5 -3
  407. package/dist/components/pagination.js +6 -4
  408. package/dist/components/panel.js +9 -6
  409. package/dist/components/pci-calculator.js +1 -1
  410. package/dist/components/pdf-download2.js +3 -2
  411. package/dist/components/pick-list-item.js +3 -2
  412. package/dist/components/popover.js +1 -1
  413. package/dist/components/progress.js +1 -1
  414. package/dist/components/public-notification.js +22 -15
  415. package/dist/components/publicNotificationStore.js +1 -1
  416. package/dist/components/purify.js +17 -31
  417. package/dist/components/queryUtils.js +3 -2
  418. package/dist/components/refine-results-flow-item.js +1 -1
  419. package/dist/components/refine-selection2.js +14 -9
  420. package/dist/components/restHelpersGet.js +382 -344
  421. package/dist/components/scrim.js +7 -4
  422. package/dist/components/segmented-control-item.js +1 -1
  423. package/dist/components/segmented-control.js +8 -5
  424. package/dist/components/select.js +9 -6
  425. package/dist/components/share-item.js +1 -1
  426. package/dist/components/shared-list-render.js +1 -1
  427. package/dist/components/shell-panel.js +11 -8
  428. package/dist/components/shell.js +7 -4
  429. package/dist/components/slider.js +4 -3
  430. package/dist/components/solution-configuration.js +28 -2
  431. package/dist/components/solution-contents2.js +4 -3
  432. package/dist/components/solution-item-details2.js +3 -2
  433. package/dist/components/solution-item-icon2.js +1 -1
  434. package/dist/components/solution-item-sharing2.js +1 -1
  435. package/dist/components/solution-item2.js +1 -1
  436. package/dist/components/solution-organization-variables2.js +1 -1
  437. package/dist/components/solution-resource-item2.js +1 -1
  438. package/dist/components/solution-resource.js +107 -107
  439. package/dist/components/solution-spatial-ref2.js +1 -1
  440. package/dist/components/solution-store.js +510 -496
  441. package/dist/components/solution-template-data2.js +1 -1
  442. package/dist/components/solution-variables2.js +3 -2
  443. package/dist/components/spatial-ref2.js +3 -2
  444. package/dist/components/stack.js +1 -1
  445. package/dist/components/store-manager.js +1 -1
  446. package/dist/components/switch.js +1 -1
  447. package/dist/components/t9n.js +1 -1
  448. package/dist/components/tab-nav.js +14 -10
  449. package/dist/components/tab-title.js +9 -7
  450. package/dist/components/tab.js +3 -2
  451. package/dist/components/table-cell.js +4 -3
  452. package/dist/components/table-header.js +7 -6
  453. package/dist/components/tabs.js +3 -2
  454. package/dist/components/tile.js +2 -2
  455. package/dist/components/time-picker.js +8 -6
  456. package/dist/components/tooltip.js +1 -1
  457. package/dist/components/tree-item.js +7 -5
  458. package/dist/components/tree.js +7 -6
  459. package/dist/components/utils2.js +1 -1
  460. package/dist/components/utils3.js +1 -1
  461. package/dist/components/value-list-item.js +3 -2
  462. package/dist/components/value-list.js +3 -3
  463. package/dist/esm/ExpandToggle-540998b5.js +110 -0
  464. package/dist/esm/FloatingArrow-245804f3.js +48 -0
  465. package/dist/esm/Heading-c45d3f45.js +22 -0
  466. package/dist/esm/app-globals-e4f88f7e.js +67 -0
  467. package/dist/esm/ar-35006b74.js +102 -0
  468. package/dist/esm/arcgis-login.entry.js +1 -1
  469. package/dist/esm/basemap-gallery_7.entry.js +27 -25
  470. package/dist/esm/bg-c289978f.js +80 -0
  471. package/dist/esm/bs-6f9fb44a.js +49 -0
  472. package/dist/esm/buffer-tools_3.entry.js +18 -22
  473. package/dist/esm/ca-7962c8b7.js +69 -0
  474. package/dist/esm/calcite-accordion-item.entry.js +8 -8
  475. package/dist/esm/calcite-accordion.entry.js +6 -4
  476. package/dist/esm/calcite-action-bar_3.entry.js +52 -42
  477. package/dist/esm/calcite-action-group_2.entry.js +20 -20
  478. package/dist/esm/calcite-action-pad_2.entry.js +19 -18
  479. package/dist/esm/calcite-action_2.entry.js +22 -18
  480. package/dist/esm/calcite-alert_3.entry.js +40 -32
  481. package/dist/esm/calcite-avatar.entry.js +5 -5
  482. package/dist/esm/calcite-block-section.entry.js +11 -10
  483. package/dist/esm/calcite-block_2.entry.js +18 -17
  484. package/dist/esm/calcite-button.entry.js +31 -26
  485. package/dist/esm/calcite-card.entry.js +9 -9
  486. package/dist/esm/calcite-checkbox.entry.js +13 -12
  487. package/dist/esm/calcite-chip-group.entry.js +27 -22
  488. package/dist/esm/calcite-chip.entry.js +20 -17
  489. package/dist/esm/calcite-color-picker-hex-input_2.entry.js +14 -13
  490. package/dist/esm/calcite-color-picker.entry.js +26 -26
  491. package/dist/esm/calcite-combobox-item-group.entry.js +5 -5
  492. package/dist/esm/calcite-combobox_6.entry.js +70 -57
  493. package/dist/esm/calcite-date-picker-day_3.entry.js +21 -26
  494. package/dist/esm/calcite-fab.entry.js +7 -7
  495. package/dist/esm/calcite-filter_2.entry.js +17 -16
  496. package/dist/esm/calcite-flow-item.entry.js +14 -13
  497. package/dist/esm/calcite-flow.entry.js +8 -6
  498. package/dist/esm/calcite-graph_2.entry.js +21 -18
  499. package/dist/esm/calcite-handle.entry.js +15 -13
  500. package/dist/esm/calcite-icon.entry.js +7 -6
  501. package/dist/esm/calcite-inline-editable.entry.js +26 -20
  502. package/dist/esm/calcite-input-date-picker_3.entry.js +43 -37
  503. package/dist/esm/calcite-input-number.entry.js +35 -26
  504. package/dist/esm/calcite-input-text.entry.js +23 -19
  505. package/dist/esm/calcite-input-time-picker-63439178.js +1846 -0
  506. package/dist/esm/calcite-input-time-picker.entry.js +19 -19
  507. package/dist/esm/calcite-input-time-zone.entry.js +20 -18
  508. package/dist/esm/calcite-input_2.entry.js +39 -29
  509. package/dist/esm/calcite-label.entry.js +6 -6
  510. package/dist/esm/calcite-link.entry.js +7 -7
  511. package/dist/esm/calcite-list-item-group.entry.js +4 -4
  512. package/dist/esm/calcite-menu-item.entry.js +9 -9
  513. package/dist/esm/calcite-menu.entry.js +11 -11
  514. package/dist/esm/calcite-meter.entry.js +13 -11
  515. package/dist/esm/calcite-modal.entry.js +22 -19
  516. package/dist/esm/calcite-navigation-logo.entry.js +3 -3
  517. package/dist/esm/calcite-navigation-user.entry.js +2 -2
  518. package/dist/esm/calcite-navigation.entry.js +7 -6
  519. package/dist/esm/calcite-notice.entry.js +13 -13
  520. package/dist/esm/calcite-option-group.entry.js +1 -1
  521. package/dist/esm/calcite-option_2.entry.js +23 -18
  522. package/dist/esm/calcite-pagination.entry.js +15 -13
  523. package/dist/esm/calcite-panel.entry.js +22 -19
  524. package/dist/esm/calcite-pick-list-group.entry.js +10 -9
  525. package/dist/esm/calcite-pick-list-item.entry.js +16 -15
  526. package/dist/esm/calcite-pick-list.entry.js +13 -13
  527. package/dist/esm/calcite-popover.entry.js +16 -16
  528. package/dist/esm/calcite-radio-button-group.entry.js +11 -7
  529. package/dist/esm/calcite-radio-button.entry.js +12 -12
  530. package/dist/esm/calcite-rating.entry.js +16 -15
  531. package/dist/esm/calcite-scrim.entry.js +14 -11
  532. package/dist/esm/calcite-segmented-control_2.entry.js +18 -15
  533. package/dist/esm/calcite-sheet.entry.js +12 -10
  534. package/dist/esm/calcite-shell-center-row.entry.js +7 -7
  535. package/dist/esm/calcite-shell-panel_14.entry.js +92 -71
  536. package/dist/esm/calcite-shell.entry.js +12 -9
  537. package/dist/esm/calcite-sortable-list.entry.js +12 -10
  538. package/dist/esm/calcite-split-button.entry.js +4 -4
  539. package/dist/esm/calcite-stepper-item.entry.js +17 -15
  540. package/dist/esm/calcite-stepper.entry.js +18 -14
  541. package/dist/esm/calcite-switch.entry.js +11 -11
  542. package/dist/esm/calcite-table-cell_2.entry.js +21 -19
  543. package/dist/esm/calcite-table-row.entry.js +17 -16
  544. package/dist/esm/calcite-table.entry.js +55 -45
  545. package/dist/esm/calcite-text-area.entry.js +22 -19
  546. package/dist/esm/calcite-tile-select-group.entry.js +3 -3
  547. package/dist/esm/calcite-tile-select.entry.js +7 -6
  548. package/dist/esm/calcite-tile.entry.js +9 -9
  549. package/dist/esm/calcite-time-picker.entry.js +19 -17
  550. package/dist/esm/calcite-tip-group.entry.js +1 -1
  551. package/dist/esm/calcite-tip-manager.entry.js +15 -12
  552. package/dist/esm/calcite-tip.entry.js +12 -11
  553. package/dist/esm/calcite-tooltip.entry.js +8 -8
  554. package/dist/esm/calcite-tree_2.entry.js +21 -18
  555. package/dist/esm/card-manager_3.entry.js +55 -38
  556. package/dist/esm/common-2cf42ac2.js +36 -0
  557. package/dist/esm/conditionalSlot-1149b5cb.js +60 -0
  558. package/dist/esm/crowdsource-manager.entry.js +10 -8
  559. package/dist/esm/crowdsource-reporter.entry.js +1 -1
  560. package/dist/esm/cs-6d13069b.js +145 -0
  561. package/dist/esm/da-14097e6c.js +64 -0
  562. package/dist/esm/date-1743b515.js +245 -0
  563. package/dist/esm/de-at-b733db65.js +88 -0
  564. package/dist/esm/de-ch-5ad0cb74.js +88 -0
  565. package/dist/esm/de-dff2571b.js +89 -0
  566. package/dist/esm/deduct-calculator.entry.js +1 -1
  567. package/dist/esm/dom-492b1b24.js +1056 -0
  568. package/dist/esm/downloadUtils-9dee8bc0.js +3118 -0
  569. package/dist/esm/el-688e05ba.js +64 -0
  570. package/dist/esm/en-au-357e70d8.js +64 -0
  571. package/dist/esm/en-ca-1e0b6b47.js +63 -0
  572. package/dist/esm/en-gb-861a17f2.js +67 -0
  573. package/dist/esm/es-291ab4bd.js +64 -0
  574. package/dist/esm/es-mx-0a7283a7.js +63 -0
  575. package/dist/esm/et-addd2617.js +90 -0
  576. package/dist/esm/feature-comments.entry.js +1 -1
  577. package/dist/esm/feature-form-flow-item.entry.js +1 -1
  578. package/dist/esm/features-flow-item.entry.js +1 -1
  579. package/dist/esm/fi-469884d5.js +113 -0
  580. package/dist/esm/filter-8b806ae6.js +763 -0
  581. package/dist/esm/floating-ui-03eb4c82.js +1898 -0
  582. package/dist/esm/focusTrapComponent-2e7de651.js +1023 -0
  583. package/dist/esm/form-9bccaf85.js +252 -0
  584. package/dist/esm/fr-ch-115d3fda.js +64 -0
  585. package/dist/esm/fr-f5cb34ca.js +66 -0
  586. package/dist/esm/globalAttributes-03c9e433.js +74 -0
  587. package/dist/esm/he-6e5f5c56.js +103 -0
  588. package/dist/esm/helpers-078591d2.js +877 -0
  589. package/dist/esm/hi-503240c2.js +63 -0
  590. package/dist/esm/hr-cc08d6fc.js +78 -0
  591. package/dist/esm/hu-69ac240d.js +86 -0
  592. package/dist/esm/id-99547746.js +64 -0
  593. package/dist/esm/index-7183ce4a.js +2496 -0
  594. package/dist/esm/index-857df22e.js +199 -0
  595. package/dist/esm/index.es-54e86c8e.js +10725 -0
  596. package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +7 -7
  597. package/dist/esm/instant-apps-control-panel.entry.js +3 -3
  598. package/dist/esm/instant-apps-export.entry.js +6 -6
  599. package/dist/esm/instant-apps-header.entry.js +5 -5
  600. package/dist/esm/instant-apps-interactive-legend-classic.entry.js +5 -5
  601. package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +5 -5
  602. package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +5 -5
  603. package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +5 -5
  604. package/dist/esm/instant-apps-interactive-legend.entry.js +7 -7
  605. package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +5 -5
  606. package/dist/esm/instant-apps-landing-page.entry.js +1 -1
  607. package/dist/esm/instant-apps-language-switcher.entry.js +8 -8
  608. package/dist/esm/instant-apps-language-translator.entry.js +8 -8
  609. package/dist/esm/instant-apps-measurement.entry.js +5 -5
  610. package/dist/esm/instant-apps-popover.entry.js +5 -5
  611. package/dist/esm/instant-apps-popovers.entry.js +1 -1
  612. package/dist/esm/instant-apps-scoreboard.entry.js +6 -6
  613. package/dist/esm/instant-apps-splash.entry.js +6 -6
  614. package/dist/esm/interactive-20bb1dc4.js +143 -0
  615. package/dist/esm/it-ch-a83801f6.js +64 -0
  616. package/dist/esm/it-dbb6ea7d.js +64 -0
  617. package/dist/esm/ja-79dbb02f.js +70 -0
  618. package/dist/esm/ko-31ebe067.js +70 -0
  619. package/dist/esm/label-14301f4d.js +179 -0
  620. package/dist/esm/languageSwitcher-62232826.js +55 -0
  621. package/dist/esm/languageUtil-8b54477c.js +66 -0
  622. package/dist/esm/layout-manager.entry.js +3 -3
  623. package/dist/esm/list-flow-item.entry.js +1 -1
  624. package/dist/esm/loadModules-b677d6d7.js +21 -0
  625. package/dist/esm/loadModules-cea493da.js +28 -0
  626. package/dist/esm/loadable-c3685e51.js +89 -0
  627. package/dist/esm/loader.js +4 -4
  628. package/dist/esm/locale-834c52c6.js +119 -0
  629. package/dist/esm/locale-89b49505.js +77 -0
  630. package/dist/esm/locale-8cfa3086.js +571 -0
  631. package/dist/esm/location-flow-item.entry.js +1 -1
  632. package/dist/esm/lt-94d3f4b8.js +95 -0
  633. package/dist/esm/lv-d770ed0d.js +64 -0
  634. package/dist/esm/map-select-tools_3.entry.js +62 -52
  635. package/dist/esm/mapViewUtils-066602d5.js +450 -0
  636. package/dist/esm/mk-1046d60a.js +64 -0
  637. package/dist/esm/nb-dad0b4b9.js +65 -0
  638. package/dist/esm/nl-a968c4b7.js +65 -0
  639. package/dist/esm/openCloseComponent-982c6b9e.js +90 -0
  640. package/dist/esm/pci-calculator.entry.js +1 -1
  641. package/dist/esm/pl-a0037bd3.js +112 -0
  642. package/dist/esm/pt-br-44c11565.js +63 -0
  643. package/dist/esm/pt-e3d9370c.js +65 -0
  644. package/dist/esm/public-notification.entry.js +32 -25
  645. package/dist/esm/publicNotificationStore-9362d7ae.js +45 -0
  646. package/dist/esm/purify-c99d2ace.js +1710 -0
  647. package/dist/esm/refine-results-flow-item.entry.js +1 -1
  648. package/dist/esm/restHelpersGet-af032ab2.js +959 -0
  649. package/dist/esm/ro-290e025d.js +64 -0
  650. package/dist/esm/ru-38ff91f1.js +124 -0
  651. package/dist/esm/share-item.entry.js +1 -1
  652. package/dist/esm/shared-list-render-89e4bcff.js +342 -0
  653. package/dist/esm/sk-9622a24b.js +146 -0
  654. package/dist/esm/sl-6bc83a24.js +166 -0
  655. package/dist/esm/solution-configuration.entry.js +34 -8
  656. package/dist/esm/solution-contents_3.entry.js +12 -11
  657. package/dist/esm/solution-item-icon.entry.js +1 -1
  658. package/dist/esm/solution-resource-7b8d302d.js +138 -0
  659. package/dist/esm/solution-store-b08696f7.js +1342 -0
  660. package/dist/esm/solutions-components.js +5 -5
  661. package/dist/esm/spatial-ref.entry.js +8 -7
  662. package/dist/esm/sr-35e575d8.js +99 -0
  663. package/dist/esm/store-manager.entry.js +1 -1
  664. package/dist/esm/sv-d80fa359.js +69 -0
  665. package/dist/esm/t9n-3c5e55ab.js +95 -0
  666. package/dist/esm/th-23e71d40.js +63 -0
  667. package/dist/esm/throttle-9ab70933.js +73 -0
  668. package/dist/esm/time-d956a7c8.js +274 -0
  669. package/dist/esm/tr-961fd2f3.js +64 -0
  670. package/dist/esm/uk-4e8a425a.js +102 -0
  671. package/dist/esm/utils-56206ec2.js +61 -0
  672. package/dist/esm/utils-8287806a.js +51 -0
  673. package/dist/esm/utils-b1bd777e.js +111 -0
  674. package/dist/esm/vi-ad983882.js +68 -0
  675. package/dist/esm/zh-cn-5b6fd039.js +92 -0
  676. package/dist/esm/zh-hk-7439b11d.js +69 -0
  677. package/dist/esm/zh-tw-cf384663.js +90 -0
  678. package/dist/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
  679. package/dist/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +264 -0
  680. package/dist/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
  681. package/dist/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
  682. package/dist/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
  683. package/dist/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
  684. package/dist/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
  685. package/dist/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
  686. package/dist/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
  687. package/dist/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
  688. package/dist/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
  689. package/dist/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +804 -0
  690. package/dist/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
  691. package/dist/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
  692. package/dist/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
  693. package/dist/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
  694. package/dist/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
  695. package/dist/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
  696. package/dist/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
  697. package/dist/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
  698. package/dist/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +211 -0
  699. package/dist/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
  700. package/dist/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
  701. package/dist/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
  702. package/dist/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
  703. package/dist/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
  704. package/dist/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
  705. package/dist/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
  706. package/dist/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +282 -0
  707. package/dist/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
  708. package/dist/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
  709. package/dist/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
  710. package/dist/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
  711. package/dist/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
  712. package/dist/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
  713. package/dist/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
  714. package/dist/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
  715. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
  716. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
  717. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
  718. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
  719. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
  720. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
  721. package/dist/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
  722. package/dist/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
  723. package/dist/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
  724. package/dist/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
  725. package/dist/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
  726. package/dist/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
  727. package/dist/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
  728. package/dist/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
  729. package/dist/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
  730. package/dist/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
  731. package/dist/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
  732. package/dist/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
  733. package/dist/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +137 -0
  734. package/dist/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
  735. package/dist/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
  736. package/dist/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
  737. package/dist/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
  738. package/dist/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
  739. package/dist/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
  740. package/dist/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
  741. package/dist/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
  742. package/dist/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
  743. package/dist/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
  744. package/dist/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
  745. package/dist/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
  746. package/dist/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
  747. package/dist/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
  748. package/dist/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
  749. package/dist/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
  750. package/dist/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
  751. package/dist/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
  752. package/dist/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
  753. package/dist/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
  754. package/dist/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
  755. package/dist/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
  756. package/dist/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
  757. package/dist/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
  758. package/dist/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
  759. package/dist/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
  760. package/dist/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
  761. package/dist/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +458 -0
  762. package/dist/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
  763. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
  764. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
  765. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +349 -0
  766. package/dist/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
  767. package/dist/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
  768. package/dist/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
  769. package/dist/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
  770. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
  771. package/dist/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
  772. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +171 -0
  773. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
  774. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
  775. package/dist/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
  776. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
  777. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
  778. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
  779. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
  780. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
  781. package/dist/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +318 -0
  782. package/dist/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
  783. package/dist/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
  784. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
  785. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
  786. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
  787. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
  788. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
  789. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
  790. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
  791. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
  792. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
  793. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
  794. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
  795. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
  796. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
  797. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
  798. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
  799. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
  800. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
  801. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
  802. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
  803. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
  804. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
  805. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
  806. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
  807. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
  808. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
  809. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
  810. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
  811. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
  812. package/dist/solutions-components/assets/monaco-editor/package.json +63 -63
  813. package/dist/solutions-components/p-00f9774c.js +6 -0
  814. package/dist/solutions-components/p-0200864c.entry.js +11 -0
  815. package/dist/solutions-components/p-0250dec5.js +6 -0
  816. package/dist/solutions-components/p-026b1345.js +16 -0
  817. package/dist/solutions-components/p-02714171.entry.js +11 -0
  818. package/dist/solutions-components/p-034d43fb.js +6 -0
  819. package/dist/solutions-components/p-0511c98c.js +11 -0
  820. package/dist/solutions-components/p-0637dbc2.entry.js +6 -0
  821. package/dist/solutions-components/p-07b31dc9.js +6 -0
  822. package/dist/solutions-components/p-080249de.js +6 -0
  823. package/dist/solutions-components/p-0a0d0d3a.entry.js +6 -0
  824. package/dist/solutions-components/p-0b47b407.js +6 -0
  825. package/dist/solutions-components/p-0c97de08.js +12 -0
  826. package/dist/solutions-components/p-0d97c2c5.entry.js +17 -0
  827. package/dist/solutions-components/p-0e723ffc.js +6 -0
  828. package/dist/solutions-components/p-105bf4aa.entry.js +6 -0
  829. package/dist/solutions-components/p-11b59592.entry.js +16 -0
  830. package/dist/solutions-components/p-121a5dac.entry.js +11 -0
  831. package/dist/solutions-components/p-133de052.entry.js +11 -0
  832. package/dist/solutions-components/p-13bfc206.entry.js +29 -0
  833. package/dist/solutions-components/p-14097810.entry.js +6 -0
  834. package/dist/solutions-components/p-14a48b14.js +6 -0
  835. package/dist/solutions-components/p-166d5bcc.entry.js +6 -0
  836. package/dist/solutions-components/p-1711c535.entry.js +6 -0
  837. package/dist/solutions-components/p-17183100.js +6 -0
  838. package/dist/solutions-components/p-1b9fb070.entry.js +6 -0
  839. package/dist/solutions-components/p-1bdd64a0.js +489 -0
  840. package/dist/solutions-components/p-1be63b50.js +11 -0
  841. package/dist/solutions-components/p-1c720ed5.entry.js +6 -0
  842. package/dist/solutions-components/p-1cb4c542.entry.js +17 -0
  843. package/dist/solutions-components/p-1f88a556.entry.js +6 -0
  844. package/dist/solutions-components/p-1fc220c7.js +11 -0
  845. package/dist/solutions-components/p-21c2d29c.entry.js +6 -0
  846. package/dist/solutions-components/p-21ccd955.entry.js +6 -0
  847. package/dist/solutions-components/p-220ec0d1.js +66 -0
  848. package/dist/solutions-components/p-225c4ca4.js +6 -0
  849. package/dist/solutions-components/p-23662977.entry.js +11 -0
  850. package/dist/solutions-components/p-259f6f81.js +11 -0
  851. package/dist/solutions-components/p-25dd768d.js +11 -0
  852. package/dist/solutions-components/p-29602eff.entry.js +11 -0
  853. package/dist/solutions-components/p-2d1b8cfa.js +11 -0
  854. package/dist/solutions-components/p-2e1f7c0e.entry.js +11 -0
  855. package/dist/solutions-components/p-3022da2d.js +6 -0
  856. package/dist/solutions-components/p-324d71f4.entry.js +11 -0
  857. package/dist/solutions-components/p-337acb3c.js +11 -0
  858. package/dist/solutions-components/p-33f07da5.entry.js +6 -0
  859. package/dist/solutions-components/p-34cacf32.js +6 -0
  860. package/dist/solutions-components/p-355249fc.js +6 -0
  861. package/dist/solutions-components/p-36eb8399.js +145 -0
  862. package/dist/solutions-components/p-3bf0115f.entry.js +6 -0
  863. package/dist/solutions-components/p-3c5d3b4a.js +6 -0
  864. package/dist/solutions-components/p-3d17ee9f.entry.js +6 -0
  865. package/dist/solutions-components/p-3ea18af7.entry.js +6 -0
  866. package/dist/solutions-components/p-40235cb7.entry.js +11 -0
  867. package/dist/solutions-components/p-414240b2.js +22 -0
  868. package/dist/solutions-components/p-41f7bc94.entry.js +11 -0
  869. package/dist/solutions-components/p-43546966.entry.js +6 -0
  870. package/dist/solutions-components/p-43e67b3c.entry.js +11 -0
  871. package/dist/solutions-components/p-4613e205.js +6 -0
  872. package/dist/solutions-components/p-4647c429.js +6 -0
  873. package/dist/solutions-components/p-48828002.entry.js +16 -0
  874. package/dist/solutions-components/p-48ff9cea.js +21 -0
  875. package/dist/solutions-components/p-4da72ee8.entry.js +11 -0
  876. package/dist/solutions-components/p-4ee789e1.entry.js +21 -0
  877. package/dist/solutions-components/p-4f71a1a0.js +6 -0
  878. package/dist/solutions-components/p-50764143.entry.js +17 -0
  879. package/dist/solutions-components/p-50ea26de.entry.js +11 -0
  880. package/dist/solutions-components/p-52ad6ff9.entry.js +6 -0
  881. package/dist/solutions-components/p-531d91d6.js +36 -0
  882. package/dist/solutions-components/p-532b7378.entry.js +11 -0
  883. package/dist/solutions-components/p-5752785e.entry.js +11 -0
  884. package/dist/solutions-components/p-58054bc2.js +6 -0
  885. package/dist/solutions-components/p-5953ebe8.entry.js +36 -0
  886. package/dist/solutions-components/p-5a885617.entry.js +6 -0
  887. package/dist/solutions-components/p-5c3fd315.entry.js +11 -0
  888. package/dist/solutions-components/p-5d2ccc75.entry.js +11 -0
  889. package/dist/solutions-components/p-5e530f8c.js +6 -0
  890. package/dist/solutions-components/p-5e9b05c0.entry.js +11 -0
  891. package/dist/solutions-components/p-5fd1eb64.js +11 -0
  892. package/dist/solutions-components/p-60d212df.entry.js +6 -0
  893. package/dist/solutions-components/p-61a523a6.entry.js +6 -0
  894. package/dist/solutions-components/p-6268020e.entry.js +6 -0
  895. package/dist/solutions-components/p-627c19b5.entry.js +6 -0
  896. package/dist/solutions-components/p-62e92138.js +6 -0
  897. package/dist/solutions-components/p-634835fe.js +6 -0
  898. package/dist/solutions-components/p-6437fee1.entry.js +11 -0
  899. package/dist/solutions-components/p-653af7e0.js +11 -0
  900. package/dist/solutions-components/p-663a433a.entry.js +11 -0
  901. package/dist/solutions-components/p-6656c53e.entry.js +6 -0
  902. package/dist/solutions-components/p-6665fa1f.js +6 -0
  903. package/dist/solutions-components/p-683cded6.entry.js +6 -0
  904. package/dist/solutions-components/p-68434a63.js +6 -0
  905. package/dist/solutions-components/p-6a4b1e48.entry.js +11 -0
  906. package/dist/solutions-components/p-6b943f52.js +21 -0
  907. package/dist/solutions-components/p-6c3cdd09.entry.js +6 -0
  908. package/dist/solutions-components/p-6e406a7b.js +6 -0
  909. package/dist/solutions-components/p-708294ca.entry.js +11 -0
  910. package/dist/solutions-components/p-722ae773.js +11 -0
  911. package/dist/solutions-components/p-7440c114.entry.js +11 -0
  912. package/dist/solutions-components/p-75f7bfe3.entry.js +6 -0
  913. package/dist/solutions-components/p-75fbe76c.js +6 -0
  914. package/dist/solutions-components/p-76d60881.entry.js +6 -0
  915. package/dist/solutions-components/p-78780f63.js +7 -0
  916. package/dist/solutions-components/p-789f606f.entry.js +6 -0
  917. package/dist/solutions-components/p-799c3f19.js +6 -0
  918. package/dist/solutions-components/p-79ba73cb.js +11 -0
  919. package/dist/solutions-components/p-79f95735.entry.js +11 -0
  920. package/dist/solutions-components/p-7a06dcdf.js +6 -0
  921. package/dist/solutions-components/p-7c5191ff.entry.js +6 -0
  922. package/dist/solutions-components/p-7e82a730.js +6 -0
  923. package/dist/solutions-components/p-8118146c.entry.js +11 -0
  924. package/dist/solutions-components/p-825c045a.entry.js +6 -0
  925. package/dist/solutions-components/p-82b4ab94.js +6 -0
  926. package/dist/solutions-components/p-83225907.js +6 -0
  927. package/dist/solutions-components/p-85a89f1d.entry.js +11 -0
  928. package/dist/solutions-components/p-8684a905.js +21 -0
  929. package/dist/solutions-components/p-8772a573.js +6 -0
  930. package/dist/solutions-components/p-8934e858.entry.js +11 -0
  931. package/dist/solutions-components/p-897037f0.entry.js +6 -0
  932. package/dist/solutions-components/p-8b5b4662.js +6 -0
  933. package/dist/solutions-components/p-8c7fc78f.entry.js +11 -0
  934. package/dist/solutions-components/p-8f8fe5d0.entry.js +6 -0
  935. package/dist/solutions-components/p-92ea9e81.js +6 -0
  936. package/dist/solutions-components/p-941ab8c0.js +6 -0
  937. package/dist/solutions-components/p-96974e5f.js +6 -0
  938. package/dist/solutions-components/p-98013072.entry.js +11 -0
  939. package/dist/solutions-components/p-980cd015.entry.js +11 -0
  940. package/dist/solutions-components/p-98fe7b5d.entry.js +6 -0
  941. package/dist/solutions-components/p-99ca7674.entry.js +6 -0
  942. package/dist/solutions-components/p-9bcbc1cc.js +21 -0
  943. package/dist/solutions-components/p-9e3b8632.entry.js +11 -0
  944. package/dist/solutions-components/p-a0b8cecf.entry.js +6 -0
  945. package/dist/solutions-components/p-a0be72b6.entry.js +11 -0
  946. package/dist/solutions-components/p-a11fca14.js +6 -0
  947. package/dist/solutions-components/p-a32b61ee.entry.js +6 -0
  948. package/dist/solutions-components/p-a3a64af2.entry.js +11 -0
  949. package/dist/solutions-components/p-a4755ea8.entry.js +6 -0
  950. package/dist/solutions-components/p-a4772574.js +6 -0
  951. package/dist/solutions-components/p-a4aef40c.entry.js +17 -0
  952. package/dist/solutions-components/p-a8a0187d.js +6 -0
  953. package/dist/solutions-components/p-a9c30842.entry.js +11 -0
  954. package/dist/solutions-components/p-a9f21aaf.entry.js +6 -0
  955. package/dist/solutions-components/p-a9fc934d.js +6 -0
  956. package/dist/solutions-components/p-aa3092cf.js +6 -0
  957. package/dist/solutions-components/p-ac6a3e13.js +6 -0
  958. package/dist/solutions-components/p-ada368a5.entry.js +6 -0
  959. package/dist/solutions-components/p-b170916e.js +11 -0
  960. package/dist/solutions-components/p-b21a9b47.js +11 -0
  961. package/dist/solutions-components/p-b42bde59.entry.js +11 -0
  962. package/dist/solutions-components/p-b6efec9a.entry.js +6 -0
  963. package/dist/solutions-components/p-b78a1c21.js +6 -0
  964. package/dist/solutions-components/p-b82179c0.js +6 -0
  965. package/dist/solutions-components/p-baf82bab.entry.js +6 -0
  966. package/dist/solutions-components/p-bf23173c.js +6 -0
  967. package/dist/solutions-components/p-bf9e18d4.js +8 -0
  968. package/dist/solutions-components/p-c147117f.entry.js +17 -0
  969. package/dist/solutions-components/p-c21f578f.js +6 -0
  970. package/dist/solutions-components/p-c252997f.entry.js +17 -0
  971. package/dist/solutions-components/p-c2b20b85.entry.js +11 -0
  972. package/dist/solutions-components/p-c504529e.entry.js +6 -0
  973. package/dist/solutions-components/p-c5cb8804.js +6 -0
  974. package/dist/solutions-components/p-c8cf222b.entry.js +6 -0
  975. package/dist/solutions-components/p-c99843aa.entry.js +6 -0
  976. package/dist/solutions-components/p-ca33fa09.entry.js +11 -0
  977. package/dist/solutions-components/p-ca97465b.js +17 -0
  978. package/dist/solutions-components/p-cbe7a79a.entry.js +6 -0
  979. package/dist/solutions-components/p-cc774829.entry.js +6 -0
  980. package/dist/solutions-components/p-ced4e208.entry.js +6 -0
  981. package/dist/solutions-components/p-cfb83693.js +6 -0
  982. package/dist/solutions-components/p-cfccae7c.js +11 -0
  983. package/dist/solutions-components/p-d1ca57f3.entry.js +11 -0
  984. package/dist/solutions-components/p-d6208a47.js +6 -0
  985. package/dist/solutions-components/p-d78f13cb.entry.js +6 -0
  986. package/dist/solutions-components/p-d89fff3a.js +49 -0
  987. package/dist/solutions-components/p-d8b3d156.entry.js +12 -0
  988. package/dist/solutions-components/p-d9d213d4.entry.js +6 -0
  989. package/dist/solutions-components/p-db1f5bd5.entry.js +6 -0
  990. package/dist/solutions-components/p-db3ca38d.entry.js +17 -0
  991. package/dist/solutions-components/p-db436a77.entry.js +11 -0
  992. package/dist/solutions-components/p-db44593d.js +16 -0
  993. package/dist/solutions-components/p-dd071507.js +6 -0
  994. package/dist/solutions-components/p-dd37c504.js +6 -0
  995. package/dist/solutions-components/p-dd48cc25.entry.js +6 -0
  996. package/dist/solutions-components/p-dfdb8411.js +61 -0
  997. package/dist/solutions-components/p-e01f576a.entry.js +6 -0
  998. package/dist/solutions-components/p-e0276e26.entry.js +11 -0
  999. package/dist/solutions-components/p-e31754c8.js +6 -0
  1000. package/dist/solutions-components/p-e377cfb3.entry.js +6 -0
  1001. package/dist/solutions-components/p-e7951fcb.js +6 -0
  1002. package/dist/solutions-components/p-e8011829.entry.js +47 -0
  1003. package/dist/solutions-components/p-e83b1772.entry.js +11 -0
  1004. package/dist/solutions-components/p-e89c5860.entry.js +6 -0
  1005. package/dist/solutions-components/p-eb9b003a.entry.js +11 -0
  1006. package/dist/solutions-components/p-ebbeec9f.entry.js +11 -0
  1007. package/dist/solutions-components/p-ec8f042e.entry.js +6 -0
  1008. package/dist/solutions-components/p-ecdd587c.entry.js +17 -0
  1009. package/dist/solutions-components/p-ede84883.js +16 -0
  1010. package/dist/solutions-components/p-efce2e85.js +6 -0
  1011. package/dist/solutions-components/p-f10944e6.js +11 -0
  1012. package/dist/solutions-components/p-f3626331.entry.js +11 -0
  1013. package/dist/solutions-components/p-f3d277c2.entry.js +11 -0
  1014. package/dist/solutions-components/p-f3dfb34f.entry.js +12 -0
  1015. package/dist/solutions-components/p-f3f09834.js +6 -0
  1016. package/dist/solutions-components/p-f4e91113.js +6 -0
  1017. package/dist/solutions-components/p-f84848b0.entry.js +22 -0
  1018. package/dist/solutions-components/p-f8f18a94.entry.js +12 -0
  1019. package/dist/solutions-components/p-f9e3a93d.js +11 -0
  1020. package/dist/solutions-components/p-f9eb2f2d.js +17 -0
  1021. package/dist/solutions-components/p-f9ff6c29.entry.js +6 -0
  1022. package/dist/solutions-components/p-fa6ef970.js +6 -0
  1023. package/dist/solutions-components/p-fc8338c6.entry.js +6 -0
  1024. package/dist/solutions-components/p-fe68d502.js +6 -0
  1025. package/dist/solutions-components/p-ffee4847.entry.js +11 -0
  1026. package/dist/solutions-components/solutions-components.esm.js +1 -1
  1027. package/dist/solutions-components_commit.txt +5 -6
  1028. package/dist/types/monaco.d.ts +8191 -0
  1029. package/dist/types/preact.d.ts +180 -180
  1030. package/package.json +111 -109
  1031. package/dist/assets/t9n/add-record-modal/index.d.ts +0 -10
  1032. package/dist/assets/t9n/arcgis-login/index.d.ts +0 -1
  1033. package/dist/assets/t9n/buffer-tools/index.d.ts +0 -6
  1034. package/dist/assets/t9n/card-manager/index.d.ts +0 -6
  1035. package/dist/assets/t9n/comment-card/index.d.ts +0 -4
  1036. package/dist/assets/t9n/crowdsource-manager/index.d.ts +0 -8
  1037. package/dist/assets/t9n/crowdsource-reporter/index.d.ts +0 -1
  1038. package/dist/assets/t9n/edit-card/index.d.ts +0 -3
  1039. package/dist/assets/t9n/feature-comments/index.d.ts +0 -1
  1040. package/dist/assets/t9n/feature-form-flow-item/index.d.ts +0 -1
  1041. package/dist/assets/t9n/info-card/index.d.ts +0 -9
  1042. package/dist/assets/t9n/instant-apps-export/index.d.ts +0 -12
  1043. package/dist/assets/t9n/instant-apps-filter-list/index.d.ts +0 -16
  1044. package/dist/assets/t9n/instant-apps-interactive-legend/index.d.ts +0 -17
  1045. package/dist/assets/t9n/instant-apps-keyboard-shortcuts/index.d.ts +0 -38
  1046. package/dist/assets/t9n/instant-apps-language-translator/index.d.ts +0 -65
  1047. package/dist/assets/t9n/instant-apps-measurement/index.d.ts +0 -7
  1048. package/dist/assets/t9n/instant-apps-popover/index.d.ts +0 -7
  1049. package/dist/assets/t9n/instant-apps-scoreboard/index.d.ts +0 -7
  1050. package/dist/assets/t9n/instant-apps-social-share/index.d.ts +0 -36
  1051. package/dist/assets/t9n/instant-apps-splash/index.d.ts +0 -3
  1052. package/dist/assets/t9n/json-editor/index.d.ts +0 -8
  1053. package/dist/assets/t9n/layer-table/index.d.ts +0 -28
  1054. package/dist/assets/t9n/layout-manager/index.d.ts +0 -7
  1055. package/dist/assets/t9n/list-flow-item/index.d.ts +0 -1
  1056. package/dist/assets/t9n/location-flow-item/index.d.ts +0 -1
  1057. package/dist/assets/t9n/map-card/index.d.ts +0 -3
  1058. package/dist/assets/t9n/map-draw-tools/index.d.ts +0 -5
  1059. package/dist/assets/t9n/map-layer-picker/index.d.ts +0 -5
  1060. package/dist/assets/t9n/map-picker/index.d.ts +0 -3
  1061. package/dist/assets/t9n/map-search/index.d.ts +0 -3
  1062. package/dist/assets/t9n/map-select-tools/index.d.ts +0 -16
  1063. package/dist/assets/t9n/map-tools/index.d.ts +0 -10
  1064. package/dist/assets/t9n/media-card/index.d.ts +0 -5
  1065. package/dist/assets/t9n/pdf-download/index.d.ts +0 -3
  1066. package/dist/assets/t9n/public-notification/index.d.ts +0 -42
  1067. package/dist/assets/t9n/refine-selection/index.d.ts +0 -9
  1068. package/dist/assets/t9n/share-item/index.d.ts +0 -1
  1069. package/dist/assets/t9n/solution-configuration/index.d.ts +0 -15
  1070. package/dist/assets/t9n/solution-item/index.d.ts +0 -8
  1071. package/dist/assets/t9n/solution-item-details/index.d.ts +0 -8
  1072. package/dist/assets/t9n/solution-item-sharing/index.d.ts +0 -3
  1073. package/dist/assets/t9n/solution-organization-variables/index.d.ts +0 -3
  1074. package/dist/assets/t9n/solution-resource-item/index.d.ts +0 -8
  1075. package/dist/assets/t9n/solution-spatial-ref/index.d.ts +0 -6
  1076. package/dist/assets/t9n/solution-template-data/index.d.ts +0 -5
  1077. package/dist/assets/t9n/solution-variables/index.d.ts +0 -3
  1078. package/dist/assets/t9n/spatial-ref/index.d.ts +0 -3
  1079. package/dist/assets/t9n/store-manager/index.d.ts +0 -1
  1080. package/dist/cjs/ExpandToggle-817ccf38.js +0 -118
  1081. package/dist/cjs/FloatingArrow-9bcb9e39.js +0 -50
  1082. package/dist/cjs/Heading-f0383b92.js +0 -25
  1083. package/dist/cjs/app-globals-127cde88.js +0 -69
  1084. package/dist/cjs/ar-1faa7d7d.js +0 -104
  1085. package/dist/cjs/bg-4d9cf392.js +0 -82
  1086. package/dist/cjs/bs-87311f13.js +0 -51
  1087. package/dist/cjs/ca-c533185f.js +0 -71
  1088. package/dist/cjs/calcite-input-time-picker-fc18d09a.js +0 -1847
  1089. package/dist/cjs/common-7f2082e5.js +0 -38
  1090. package/dist/cjs/conditionalSlot-0be6171f.js +0 -63
  1091. package/dist/cjs/cs-5a59562e.js +0 -147
  1092. package/dist/cjs/da-b30dd248.js +0 -66
  1093. package/dist/cjs/date-36e46ea6.js +0 -261
  1094. package/dist/cjs/de-77484baa.js +0 -91
  1095. package/dist/cjs/de-at-8c79eb0f.js +0 -90
  1096. package/dist/cjs/de-ch-3efd6700.js +0 -90
  1097. package/dist/cjs/dom-3532b4e4.js +0 -1087
  1098. package/dist/cjs/downloadUtils-aedb5bf6.js +0 -3095
  1099. package/dist/cjs/el-6fbc3bc9.js +0 -66
  1100. package/dist/cjs/en-au-743018fb.js +0 -66
  1101. package/dist/cjs/en-ca-3f139cfb.js +0 -65
  1102. package/dist/cjs/en-gb-6271968e.js +0 -69
  1103. package/dist/cjs/es-0b70ae1c.js +0 -66
  1104. package/dist/cjs/es-mx-69ac7c88.js +0 -65
  1105. package/dist/cjs/et-59db03c6.js +0 -92
  1106. package/dist/cjs/fi-6792c787.js +0 -115
  1107. package/dist/cjs/filter-02931d81.js +0 -765
  1108. package/dist/cjs/floating-ui-68d9cf85.js +0 -1918
  1109. package/dist/cjs/focusTrapComponent-37ecfdab.js +0 -1028
  1110. package/dist/cjs/form-b7bc281a.js +0 -260
  1111. package/dist/cjs/fr-95775e8e.js +0 -68
  1112. package/dist/cjs/fr-ch-07b1a3b0.js +0 -66
  1113. package/dist/cjs/globalAttributes-8943d3a3.js +0 -77
  1114. package/dist/cjs/he-40b642ab.js +0 -105
  1115. package/dist/cjs/helpers-b54d3082.js +0 -903
  1116. package/dist/cjs/hi-45503aee.js +0 -65
  1117. package/dist/cjs/hr-2e14d177.js +0 -80
  1118. package/dist/cjs/hu-33594a1a.js +0 -88
  1119. package/dist/cjs/id-e8e8832c.js +0 -66
  1120. package/dist/cjs/index-1dd06c65.js +0 -201
  1121. package/dist/cjs/index-2ed5545a.js +0 -2532
  1122. package/dist/cjs/index.es-f2719df9.js +0 -10852
  1123. package/dist/cjs/interactive-101013d4.js +0 -147
  1124. package/dist/cjs/it-6a19cd26.js +0 -66
  1125. package/dist/cjs/it-ch-d57bf7c3.js +0 -66
  1126. package/dist/cjs/ja-bf600e3d.js +0 -72
  1127. package/dist/cjs/ko-df515d73.js +0 -72
  1128. package/dist/cjs/label-fff46771.js +0 -186
  1129. package/dist/cjs/languageSwitcher-3d3b39dd.js +0 -58
  1130. package/dist/cjs/languageUtil-1e8c411a.js +0 -69
  1131. package/dist/cjs/loadModules-4c86a3ad.js +0 -30
  1132. package/dist/cjs/loadModules-946c1946.js +0 -23
  1133. package/dist/cjs/loadable-ddfda3cb.js +0 -94
  1134. package/dist/cjs/locale-21097ba6.js +0 -82
  1135. package/dist/cjs/locale-b38efacf.js +0 -121
  1136. package/dist/cjs/locale-eb5416f2.js +0 -584
  1137. package/dist/cjs/lt-7a431e7e.js +0 -97
  1138. package/dist/cjs/lv-21feaab4.js +0 -66
  1139. package/dist/cjs/mapViewUtils-3eb6e609.js +0 -469
  1140. package/dist/cjs/mk-d9314e40.js +0 -66
  1141. package/dist/cjs/nb-3002ae87.js +0 -67
  1142. package/dist/cjs/nl-c33a7b29.js +0 -67
  1143. package/dist/cjs/openCloseComponent-6500785c.js +0 -92
  1144. package/dist/cjs/pl-e2f641d8.js +0 -114
  1145. package/dist/cjs/pt-bbbf4991.js +0 -67
  1146. package/dist/cjs/pt-br-590240d8.js +0 -65
  1147. package/dist/cjs/publicNotificationStore-20c11ad3.js +0 -47
  1148. package/dist/cjs/purify-b928c67e.js +0 -1726
  1149. package/dist/cjs/restHelpersGet-20db55a9.js +0 -934
  1150. package/dist/cjs/ro-b50a3568.js +0 -66
  1151. package/dist/cjs/ru-048dc256.js +0 -126
  1152. package/dist/cjs/shared-list-render-cf397ca1.js +0 -364
  1153. package/dist/cjs/sk-8f42e1d7.js +0 -148
  1154. package/dist/cjs/sl-fcb7ca4a.js +0 -168
  1155. package/dist/cjs/solution-resource-93d2edb1.js +0 -141
  1156. package/dist/cjs/solution-store-18a2d74e.js +0 -1330
  1157. package/dist/cjs/sr-adcb5f2c.js +0 -101
  1158. package/dist/cjs/sv-291ad8d8.js +0 -71
  1159. package/dist/cjs/t9n-0700950f.js +0 -100
  1160. package/dist/cjs/th-1f8ae352.js +0 -65
  1161. package/dist/cjs/throttle-4ed3a729.js +0 -75
  1162. package/dist/cjs/time-c558fdba.js +0 -289
  1163. package/dist/cjs/tr-e8bee7f8.js +0 -66
  1164. package/dist/cjs/uk-bac40231.js +0 -104
  1165. package/dist/cjs/utils-3f9f041f.js +0 -120
  1166. package/dist/cjs/utils-9a5c4f89.js +0 -62
  1167. package/dist/cjs/utils-a6c6f23d.js +0 -64
  1168. package/dist/cjs/vi-21081da3.js +0 -70
  1169. package/dist/cjs/zh-cn-c19380cc.js +0 -94
  1170. package/dist/cjs/zh-hk-4dc0c98c.js +0 -71
  1171. package/dist/cjs/zh-tw-02c2a621.js +0 -92
  1172. package/dist/collection/utils/__b302600c5c884ab280e2ff6dc2e1fc78.json +0 -387
  1173. package/dist/esm/ExpandToggle-b9006424.js +0 -110
  1174. package/dist/esm/FloatingArrow-bb212ed0.js +0 -48
  1175. package/dist/esm/Heading-c0ce7e4b.js +0 -22
  1176. package/dist/esm/app-globals-6bdf3cae.js +0 -67
  1177. package/dist/esm/ar-e817c594.js +0 -102
  1178. package/dist/esm/bg-c538d7e4.js +0 -80
  1179. package/dist/esm/bs-213b43f7.js +0 -49
  1180. package/dist/esm/ca-769b2dcf.js +0 -69
  1181. package/dist/esm/calcite-input-time-picker-3b625c9b.js +0 -1844
  1182. package/dist/esm/common-e1460239.js +0 -36
  1183. package/dist/esm/conditionalSlot-c2cdc3cc.js +0 -60
  1184. package/dist/esm/cs-e7ba2567.js +0 -145
  1185. package/dist/esm/da-60dd17c2.js +0 -64
  1186. package/dist/esm/date-26df2cd9.js +0 -245
  1187. package/dist/esm/de-at-5cba014b.js +0 -88
  1188. package/dist/esm/de-ch-7091dedd.js +0 -88
  1189. package/dist/esm/de-de2769c4.js +0 -89
  1190. package/dist/esm/dom-eb5bed1c.js +0 -1056
  1191. package/dist/esm/downloadUtils-14e503d3.js +0 -3090
  1192. package/dist/esm/el-8d04fc83.js +0 -64
  1193. package/dist/esm/en-au-f90d0076.js +0 -64
  1194. package/dist/esm/en-ca-e7dff189.js +0 -63
  1195. package/dist/esm/en-gb-de33a68b.js +0 -67
  1196. package/dist/esm/es-f3c33183.js +0 -64
  1197. package/dist/esm/es-mx-24cabff0.js +0 -63
  1198. package/dist/esm/et-ce3bc99d.js +0 -90
  1199. package/dist/esm/fi-e86b38f9.js +0 -113
  1200. package/dist/esm/filter-38af63e6.js +0 -763
  1201. package/dist/esm/floating-ui-21971993.js +0 -1910
  1202. package/dist/esm/focusTrapComponent-0023638f.js +0 -1023
  1203. package/dist/esm/form-97a3e830.js +0 -252
  1204. package/dist/esm/fr-ch-c87556da.js +0 -64
  1205. package/dist/esm/fr-deebbddc.js +0 -66
  1206. package/dist/esm/globalAttributes-9314dfb3.js +0 -74
  1207. package/dist/esm/he-a6418f1e.js +0 -103
  1208. package/dist/esm/helpers-bf5ecfd6.js +0 -877
  1209. package/dist/esm/hi-4fe025e6.js +0 -63
  1210. package/dist/esm/hr-dbe4130c.js +0 -78
  1211. package/dist/esm/hu-33bae3ab.js +0 -86
  1212. package/dist/esm/id-c6f1843e.js +0 -64
  1213. package/dist/esm/index-6b2dd90f.js +0 -2498
  1214. package/dist/esm/index-aa6b7033.js +0 -199
  1215. package/dist/esm/index.es-14036977.js +0 -10766
  1216. package/dist/esm/interactive-754da4cd.js +0 -143
  1217. package/dist/esm/it-80b1d6c8.js +0 -64
  1218. package/dist/esm/it-ch-8e297e22.js +0 -64
  1219. package/dist/esm/ja-78050c74.js +0 -70
  1220. package/dist/esm/ko-4d44c869.js +0 -70
  1221. package/dist/esm/label-afc422fb.js +0 -179
  1222. package/dist/esm/languageSwitcher-d1766a22.js +0 -55
  1223. package/dist/esm/languageUtil-7ca08515.js +0 -66
  1224. package/dist/esm/loadModules-7bf27f90.js +0 -21
  1225. package/dist/esm/loadModules-fdecaaec.js +0 -28
  1226. package/dist/esm/loadable-9da00331.js +0 -89
  1227. package/dist/esm/locale-1f3572e4.js +0 -77
  1228. package/dist/esm/locale-5d32d5f4.js +0 -118
  1229. package/dist/esm/locale-5e5469ac.js +0 -571
  1230. package/dist/esm/lt-a67abd12.js +0 -95
  1231. package/dist/esm/lv-a86a1a8e.js +0 -64
  1232. package/dist/esm/mapViewUtils-b21ca0ac.js +0 -452
  1233. package/dist/esm/mk-7741130f.js +0 -64
  1234. package/dist/esm/nb-ebb2d499.js +0 -65
  1235. package/dist/esm/nl-3de88217.js +0 -65
  1236. package/dist/esm/openCloseComponent-697374e0.js +0 -90
  1237. package/dist/esm/pl-eac0bd2f.js +0 -112
  1238. package/dist/esm/pt-81a10022.js +0 -65
  1239. package/dist/esm/pt-br-fd5c5c15.js +0 -63
  1240. package/dist/esm/publicNotificationStore-dcb46bde.js +0 -45
  1241. package/dist/esm/purify-24af905b.js +0 -1724
  1242. package/dist/esm/restHelpersGet-57a51bca.js +0 -921
  1243. package/dist/esm/ro-84f1494e.js +0 -64
  1244. package/dist/esm/ru-4207d5ce.js +0 -124
  1245. package/dist/esm/shared-list-render-9822f373.js +0 -342
  1246. package/dist/esm/sk-cee3b9cc.js +0 -146
  1247. package/dist/esm/sl-c4c248af.js +0 -166
  1248. package/dist/esm/solution-resource-342904db.js +0 -138
  1249. package/dist/esm/solution-store-294ba149.js +0 -1328
  1250. package/dist/esm/sr-755dc8e6.js +0 -99
  1251. package/dist/esm/sv-de83ad1a.js +0 -69
  1252. package/dist/esm/t9n-0c5d99c4.js +0 -95
  1253. package/dist/esm/th-353ccceb.js +0 -63
  1254. package/dist/esm/throttle-9530dcf0.js +0 -73
  1255. package/dist/esm/time-b88e70c8.js +0 -274
  1256. package/dist/esm/tr-ac2382ba.js +0 -64
  1257. package/dist/esm/uk-69e01d81.js +0 -102
  1258. package/dist/esm/utils-4dc99bbb.js +0 -61
  1259. package/dist/esm/utils-8ec2a8d5.js +0 -111
  1260. package/dist/esm/utils-c5b069a6.js +0 -51
  1261. package/dist/esm/vi-a2c9fb81.js +0 -68
  1262. package/dist/esm/zh-cn-e0771769.js +0 -92
  1263. package/dist/esm/zh-hk-f125cc0c.js +0 -69
  1264. package/dist/esm/zh-tw-48a85069.js +0 -90
  1265. package/dist/solutions-components/p-011767da.entry.js +0 -6
  1266. package/dist/solutions-components/p-019bf7ce.entry.js +0 -6
  1267. package/dist/solutions-components/p-0283dd2e.js +0 -6
  1268. package/dist/solutions-components/p-028bb9a5.entry.js +0 -11
  1269. package/dist/solutions-components/p-035652d2.entry.js +0 -11
  1270. package/dist/solutions-components/p-04026f1f.js +0 -8
  1271. package/dist/solutions-components/p-0452cb66.entry.js +0 -6
  1272. package/dist/solutions-components/p-049ce6f8.entry.js +0 -16
  1273. package/dist/solutions-components/p-04af5bc4.entry.js +0 -6
  1274. package/dist/solutions-components/p-0512396e.entry.js +0 -11
  1275. package/dist/solutions-components/p-05de45f5.entry.js +0 -6
  1276. package/dist/solutions-components/p-067c5df3.js +0 -6
  1277. package/dist/solutions-components/p-083faade.entry.js +0 -6
  1278. package/dist/solutions-components/p-08988be0.js +0 -6
  1279. package/dist/solutions-components/p-09075cfa.js +0 -6
  1280. package/dist/solutions-components/p-09ada2ae.entry.js +0 -11
  1281. package/dist/solutions-components/p-0a6ee349.js +0 -36
  1282. package/dist/solutions-components/p-0bf6feff.entry.js +0 -6
  1283. package/dist/solutions-components/p-0ce3bfc6.js +0 -11
  1284. package/dist/solutions-components/p-0d76fdc5.entry.js +0 -6
  1285. package/dist/solutions-components/p-0ea70808.js +0 -6
  1286. package/dist/solutions-components/p-10882fb6.js +0 -6
  1287. package/dist/solutions-components/p-1170ba45.entry.js +0 -11
  1288. package/dist/solutions-components/p-1272c7ff.js +0 -6
  1289. package/dist/solutions-components/p-135afb56.entry.js +0 -11
  1290. package/dist/solutions-components/p-14c0367b.js +0 -6
  1291. package/dist/solutions-components/p-1535c276.js +0 -6
  1292. package/dist/solutions-components/p-158f331a.entry.js +0 -6
  1293. package/dist/solutions-components/p-164259d0.entry.js +0 -12
  1294. package/dist/solutions-components/p-1b29d7b1.entry.js +0 -11
  1295. package/dist/solutions-components/p-1d0b8fdc.entry.js +0 -6
  1296. package/dist/solutions-components/p-1edcc028.js +0 -21
  1297. package/dist/solutions-components/p-1fbffc2a.js +0 -6
  1298. package/dist/solutions-components/p-20f93e39.entry.js +0 -11
  1299. package/dist/solutions-components/p-20fdc9b7.entry.js +0 -6
  1300. package/dist/solutions-components/p-2395c425.js +0 -11
  1301. package/dist/solutions-components/p-23d633cf.js +0 -11
  1302. package/dist/solutions-components/p-23dd9d46.entry.js +0 -17
  1303. package/dist/solutions-components/p-244a369a.entry.js +0 -6
  1304. package/dist/solutions-components/p-27c7ec35.entry.js +0 -6
  1305. package/dist/solutions-components/p-28c4dbc7.js +0 -11
  1306. package/dist/solutions-components/p-2952c223.entry.js +0 -11
  1307. package/dist/solutions-components/p-2c86746d.entry.js +0 -6
  1308. package/dist/solutions-components/p-2d14147b.js +0 -6
  1309. package/dist/solutions-components/p-2ee1209d.entry.js +0 -11
  1310. package/dist/solutions-components/p-2f17251a.entry.js +0 -11
  1311. package/dist/solutions-components/p-2f623c6c.entry.js +0 -11
  1312. package/dist/solutions-components/p-3259f627.entry.js +0 -6
  1313. package/dist/solutions-components/p-3318dd6e.entry.js +0 -6
  1314. package/dist/solutions-components/p-3421d548.js +0 -6
  1315. package/dist/solutions-components/p-395ff202.entry.js +0 -11
  1316. package/dist/solutions-components/p-3c262f56.js +0 -11
  1317. package/dist/solutions-components/p-3cc7e0bf.js +0 -6
  1318. package/dist/solutions-components/p-3dcb3ec6.entry.js +0 -11
  1319. package/dist/solutions-components/p-414c0db9.entry.js +0 -6
  1320. package/dist/solutions-components/p-43a69f44.entry.js +0 -6
  1321. package/dist/solutions-components/p-463c7edd.entry.js +0 -6
  1322. package/dist/solutions-components/p-47d5adbf.entry.js +0 -6
  1323. package/dist/solutions-components/p-4b407bca.entry.js +0 -11
  1324. package/dist/solutions-components/p-4d3c4339.entry.js +0 -6
  1325. package/dist/solutions-components/p-4dd6252a.js +0 -6
  1326. package/dist/solutions-components/p-4ffb1666.js +0 -6
  1327. package/dist/solutions-components/p-51f70c0f.js +0 -50
  1328. package/dist/solutions-components/p-52167ca3.entry.js +0 -22
  1329. package/dist/solutions-components/p-54e785c5.js +0 -11
  1330. package/dist/solutions-components/p-561197ae.entry.js +0 -11
  1331. package/dist/solutions-components/p-564cd4d8.entry.js +0 -6
  1332. package/dist/solutions-components/p-57a1815c.entry.js +0 -11
  1333. package/dist/solutions-components/p-58fd70b1.js +0 -6
  1334. package/dist/solutions-components/p-59ee209a.js +0 -61
  1335. package/dist/solutions-components/p-5ccd28a3.js +0 -474
  1336. package/dist/solutions-components/p-5fb865d4.entry.js +0 -6
  1337. package/dist/solutions-components/p-6024576c.entry.js +0 -11
  1338. package/dist/solutions-components/p-607c89c8.js +0 -6
  1339. package/dist/solutions-components/p-609c9d7e.js +0 -6
  1340. package/dist/solutions-components/p-62259927.entry.js +0 -6
  1341. package/dist/solutions-components/p-6244081f.js +0 -130
  1342. package/dist/solutions-components/p-62d0f796.entry.js +0 -11
  1343. package/dist/solutions-components/p-630b79b8.js +0 -6
  1344. package/dist/solutions-components/p-647c4bdb.js +0 -22
  1345. package/dist/solutions-components/p-65c0f748.entry.js +0 -11
  1346. package/dist/solutions-components/p-65ef22d3.entry.js +0 -11
  1347. package/dist/solutions-components/p-67165117.entry.js +0 -6
  1348. package/dist/solutions-components/p-68567e31.entry.js +0 -6
  1349. package/dist/solutions-components/p-6a5bbbe6.js +0 -21
  1350. package/dist/solutions-components/p-6a727977.entry.js +0 -11
  1351. package/dist/solutions-components/p-6b14cc7e.entry.js +0 -6
  1352. package/dist/solutions-components/p-6c224b36.js +0 -6
  1353. package/dist/solutions-components/p-6c932889.js +0 -11
  1354. package/dist/solutions-components/p-6e1fc9fd.js +0 -21
  1355. package/dist/solutions-components/p-6ebb8b36.js +0 -6
  1356. package/dist/solutions-components/p-6f9cff0d.entry.js +0 -6
  1357. package/dist/solutions-components/p-6ff33c47.js +0 -6
  1358. package/dist/solutions-components/p-71b620cf.js +0 -6
  1359. package/dist/solutions-components/p-729dde18.js +0 -21
  1360. package/dist/solutions-components/p-761c16ed.entry.js +0 -6
  1361. package/dist/solutions-components/p-768ad236.js +0 -6
  1362. package/dist/solutions-components/p-790ee30b.entry.js +0 -17
  1363. package/dist/solutions-components/p-792be6b2.entry.js +0 -11
  1364. package/dist/solutions-components/p-7b9dda44.entry.js +0 -6
  1365. package/dist/solutions-components/p-7f9bd076.entry.js +0 -6
  1366. package/dist/solutions-components/p-81920123.entry.js +0 -6
  1367. package/dist/solutions-components/p-82fdf707.entry.js +0 -11
  1368. package/dist/solutions-components/p-830e72b4.js +0 -6
  1369. package/dist/solutions-components/p-8527bf4b.entry.js +0 -6
  1370. package/dist/solutions-components/p-861a83eb.entry.js +0 -11
  1371. package/dist/solutions-components/p-868263d3.js +0 -6
  1372. package/dist/solutions-components/p-874624ea.js +0 -6
  1373. package/dist/solutions-components/p-882e74a1.js +0 -6
  1374. package/dist/solutions-components/p-88cbaf7f.entry.js +0 -17
  1375. package/dist/solutions-components/p-89365894.js +0 -6
  1376. package/dist/solutions-components/p-8ba9eba7.entry.js +0 -11
  1377. package/dist/solutions-components/p-8c4467ee.entry.js +0 -11
  1378. package/dist/solutions-components/p-8dc37394.entry.js +0 -6
  1379. package/dist/solutions-components/p-8e43aba3.entry.js +0 -6
  1380. package/dist/solutions-components/p-8fdbb6f2.js +0 -12
  1381. package/dist/solutions-components/p-90620197.entry.js +0 -6
  1382. package/dist/solutions-components/p-910e4993.js +0 -6
  1383. package/dist/solutions-components/p-92b12ad0.js +0 -6
  1384. package/dist/solutions-components/p-92b563f9.js +0 -6
  1385. package/dist/solutions-components/p-94ba42ec.js +0 -6
  1386. package/dist/solutions-components/p-94df1842.js +0 -6
  1387. package/dist/solutions-components/p-953fda45.entry.js +0 -6
  1388. package/dist/solutions-components/p-9604fada.entry.js +0 -12
  1389. package/dist/solutions-components/p-97ab28b4.entry.js +0 -21
  1390. package/dist/solutions-components/p-97b13b3f.entry.js +0 -11
  1391. package/dist/solutions-components/p-9907889f.js +0 -16
  1392. package/dist/solutions-components/p-9a11a86b.entry.js +0 -11
  1393. package/dist/solutions-components/p-9b46426a.js +0 -17
  1394. package/dist/solutions-components/p-9ca4870b.js +0 -6
  1395. package/dist/solutions-components/p-9ff8cf72.js +0 -6
  1396. package/dist/solutions-components/p-a28057e8.entry.js +0 -6
  1397. package/dist/solutions-components/p-a49efba1.js +0 -17
  1398. package/dist/solutions-components/p-a5190904.entry.js +0 -6
  1399. package/dist/solutions-components/p-a56b22c8.js +0 -6
  1400. package/dist/solutions-components/p-a663c1ab.entry.js +0 -11
  1401. package/dist/solutions-components/p-a7402cd7.js +0 -11
  1402. package/dist/solutions-components/p-a79a92bc.js +0 -6
  1403. package/dist/solutions-components/p-a7eb2d6c.js +0 -16
  1404. package/dist/solutions-components/p-a8669ed9.js +0 -6
  1405. package/dist/solutions-components/p-a8c24d3a.js +0 -16
  1406. package/dist/solutions-components/p-a9ac285a.entry.js +0 -16
  1407. package/dist/solutions-components/p-aacb905c.js +0 -11
  1408. package/dist/solutions-components/p-abc63396.entry.js +0 -11
  1409. package/dist/solutions-components/p-ac9ddc01.entry.js +0 -6
  1410. package/dist/solutions-components/p-acc83f1a.entry.js +0 -11
  1411. package/dist/solutions-components/p-ad243418.entry.js +0 -6
  1412. package/dist/solutions-components/p-af42225b.entry.js +0 -47
  1413. package/dist/solutions-components/p-af71a53f.entry.js +0 -17
  1414. package/dist/solutions-components/p-afea124e.entry.js +0 -11
  1415. package/dist/solutions-components/p-b00ce8db.entry.js +0 -11
  1416. package/dist/solutions-components/p-b1e8596e.js +0 -11
  1417. package/dist/solutions-components/p-b1e970f5.entry.js +0 -11
  1418. package/dist/solutions-components/p-b23de6b9.entry.js +0 -6
  1419. package/dist/solutions-components/p-b2b179ab.entry.js +0 -17
  1420. package/dist/solutions-components/p-b3665ad1.js +0 -6
  1421. package/dist/solutions-components/p-b5427580.js +0 -6
  1422. package/dist/solutions-components/p-b5aba3e5.js +0 -6
  1423. package/dist/solutions-components/p-b63e932f.entry.js +0 -6
  1424. package/dist/solutions-components/p-b9345656.js +0 -6
  1425. package/dist/solutions-components/p-b9d4587a.entry.js +0 -6
  1426. package/dist/solutions-components/p-bb675f49.js +0 -11
  1427. package/dist/solutions-components/p-bb68d649.js +0 -6
  1428. package/dist/solutions-components/p-bbbbd3a7.entry.js +0 -11
  1429. package/dist/solutions-components/p-bd416950.js +0 -6
  1430. package/dist/solutions-components/p-c2865313.js +0 -6
  1431. package/dist/solutions-components/p-c4ba432f.entry.js +0 -6
  1432. package/dist/solutions-components/p-c4de6793.entry.js +0 -6
  1433. package/dist/solutions-components/p-c664ada9.entry.js +0 -6
  1434. package/dist/solutions-components/p-c82d391f.js +0 -6
  1435. package/dist/solutions-components/p-c8ddae0d.entry.js +0 -11
  1436. package/dist/solutions-components/p-c91f487a.entry.js +0 -6
  1437. package/dist/solutions-components/p-c9af7cb8.js +0 -6
  1438. package/dist/solutions-components/p-ca4061c3.js +0 -49
  1439. package/dist/solutions-components/p-ca6ddf46.js +0 -6
  1440. package/dist/solutions-components/p-cdac1223.entry.js +0 -11
  1441. package/dist/solutions-components/p-cec7da74.entry.js +0 -11
  1442. package/dist/solutions-components/p-d0bb6ca3.entry.js +0 -17
  1443. package/dist/solutions-components/p-d22cacef.js +0 -6
  1444. package/dist/solutions-components/p-d395caef.js +0 -11
  1445. package/dist/solutions-components/p-d3a96b97.js +0 -6
  1446. package/dist/solutions-components/p-d4a4ba7e.js +0 -11
  1447. package/dist/solutions-components/p-d82c7328.entry.js +0 -6
  1448. package/dist/solutions-components/p-d85d8528.entry.js +0 -6
  1449. package/dist/solutions-components/p-d8f0d787.entry.js +0 -6
  1450. package/dist/solutions-components/p-da61bede.entry.js +0 -11
  1451. package/dist/solutions-components/p-db4e9400.entry.js +0 -6
  1452. package/dist/solutions-components/p-dca25d3e.js +0 -11
  1453. package/dist/solutions-components/p-dd11873e.entry.js +0 -12
  1454. package/dist/solutions-components/p-deda072b.entry.js +0 -11
  1455. package/dist/solutions-components/p-dfcf30cc.js +0 -7
  1456. package/dist/solutions-components/p-e05880a7.entry.js +0 -6
  1457. package/dist/solutions-components/p-e085289d.entry.js +0 -17
  1458. package/dist/solutions-components/p-e3c5210a.entry.js +0 -21
  1459. package/dist/solutions-components/p-e42db291.js +0 -6
  1460. package/dist/solutions-components/p-e6579db5.js +0 -6
  1461. package/dist/solutions-components/p-e9a7b4c8.entry.js +0 -6
  1462. package/dist/solutions-components/p-eae915c0.entry.js +0 -11
  1463. package/dist/solutions-components/p-ebf5b224.js +0 -6
  1464. package/dist/solutions-components/p-ecfaf4d7.js +0 -11
  1465. package/dist/solutions-components/p-ed116111.js +0 -11
  1466. package/dist/solutions-components/p-ede08016.js +0 -6
  1467. package/dist/solutions-components/p-ee0118e4.js +0 -6
  1468. package/dist/solutions-components/p-ee5c18c2.js +0 -6
  1469. package/dist/solutions-components/p-f1e9b756.entry.js +0 -6
  1470. package/dist/solutions-components/p-f4772dcf.entry.js +0 -17
  1471. package/dist/solutions-components/p-f4aecd64.entry.js +0 -11
  1472. package/dist/solutions-components/p-f7d67177.entry.js +0 -6
  1473. package/dist/solutions-components/p-fa4473b3.entry.js +0 -11
  1474. package/dist/solutions-components/p-fac18708.entry.js +0 -6
  1475. package/dist/solutions-components/p-fc384a88.entry.js +0 -29
  1476. package/dist/solutions-components/p-fdff775f.entry.js +0 -11
  1477. package/dist/solutions-components/p-fe949c1d.entry.js +0 -11
  1478. package/dist/solutions-components/utils/__b302600c5c884ab280e2ff6dc2e1fc78.json +0 -387
  1479. package/dist/types/assets/t9n/add-record-modal/index.d.ts +0 -10
  1480. package/dist/types/assets/t9n/arcgis-login/index.d.ts +0 -1
  1481. package/dist/types/assets/t9n/buffer-tools/index.d.ts +0 -6
  1482. package/dist/types/assets/t9n/card-manager/index.d.ts +0 -6
  1483. package/dist/types/assets/t9n/comment-card/index.d.ts +0 -4
  1484. package/dist/types/assets/t9n/crowdsource-manager/index.d.ts +0 -8
  1485. package/dist/types/assets/t9n/crowdsource-reporter/index.d.ts +0 -1
  1486. package/dist/types/assets/t9n/edit-card/index.d.ts +0 -3
  1487. package/dist/types/assets/t9n/feature-comments/index.d.ts +0 -1
  1488. package/dist/types/assets/t9n/feature-form-flow-item/index.d.ts +0 -1
  1489. package/dist/types/assets/t9n/info-card/index.d.ts +0 -9
  1490. package/dist/types/assets/t9n/instant-apps-export/index.d.ts +0 -12
  1491. package/dist/types/assets/t9n/instant-apps-filter-list/index.d.ts +0 -16
  1492. package/dist/types/assets/t9n/instant-apps-interactive-legend/index.d.ts +0 -17
  1493. package/dist/types/assets/t9n/instant-apps-keyboard-shortcuts/index.d.ts +0 -38
  1494. package/dist/types/assets/t9n/instant-apps-language-translator/index.d.ts +0 -65
  1495. package/dist/types/assets/t9n/instant-apps-measurement/index.d.ts +0 -7
  1496. package/dist/types/assets/t9n/instant-apps-popover/index.d.ts +0 -7
  1497. package/dist/types/assets/t9n/instant-apps-scoreboard/index.d.ts +0 -7
  1498. package/dist/types/assets/t9n/instant-apps-social-share/index.d.ts +0 -36
  1499. package/dist/types/assets/t9n/instant-apps-splash/index.d.ts +0 -3
  1500. package/dist/types/assets/t9n/json-editor/index.d.ts +0 -8
  1501. package/dist/types/assets/t9n/layer-table/index.d.ts +0 -28
  1502. package/dist/types/assets/t9n/layout-manager/index.d.ts +0 -7
  1503. package/dist/types/assets/t9n/list-flow-item/index.d.ts +0 -1
  1504. package/dist/types/assets/t9n/location-flow-item/index.d.ts +0 -1
  1505. package/dist/types/assets/t9n/map-card/index.d.ts +0 -3
  1506. package/dist/types/assets/t9n/map-draw-tools/index.d.ts +0 -5
  1507. package/dist/types/assets/t9n/map-layer-picker/index.d.ts +0 -5
  1508. package/dist/types/assets/t9n/map-picker/index.d.ts +0 -3
  1509. package/dist/types/assets/t9n/map-search/index.d.ts +0 -3
  1510. package/dist/types/assets/t9n/map-select-tools/index.d.ts +0 -16
  1511. package/dist/types/assets/t9n/map-tools/index.d.ts +0 -10
  1512. package/dist/types/assets/t9n/media-card/index.d.ts +0 -5
  1513. package/dist/types/assets/t9n/pdf-download/index.d.ts +0 -3
  1514. package/dist/types/assets/t9n/public-notification/index.d.ts +0 -42
  1515. package/dist/types/assets/t9n/refine-selection/index.d.ts +0 -9
  1516. package/dist/types/assets/t9n/share-item/index.d.ts +0 -1
  1517. package/dist/types/assets/t9n/solution-configuration/index.d.ts +0 -15
  1518. package/dist/types/assets/t9n/solution-item/index.d.ts +0 -8
  1519. package/dist/types/assets/t9n/solution-item-details/index.d.ts +0 -8
  1520. package/dist/types/assets/t9n/solution-item-sharing/index.d.ts +0 -3
  1521. package/dist/types/assets/t9n/solution-organization-variables/index.d.ts +0 -3
  1522. package/dist/types/assets/t9n/solution-resource-item/index.d.ts +0 -8
  1523. package/dist/types/assets/t9n/solution-spatial-ref/index.d.ts +0 -6
  1524. package/dist/types/assets/t9n/solution-template-data/index.d.ts +0 -5
  1525. package/dist/types/assets/t9n/solution-variables/index.d.ts +0 -3
  1526. package/dist/types/assets/t9n/spatial-ref/index.d.ts +0 -3
  1527. package/dist/types/assets/t9n/store-manager/index.d.ts +0 -1
  1528. /package/dist/cjs/{array-e1557681.js → array-1d19377b.js} +0 -0
  1529. /package/dist/cjs/{breakpoints-101f3498.js → breakpoints-fcd0f2a0.js} +0 -0
  1530. /package/dist/cjs/{browser-16e4bcaa.js → browser-9a43b900.js} +0 -0
  1531. /package/dist/cjs/{component-9ae7f98c.js → component-c270a500.js} +0 -0
  1532. /package/dist/cjs/{debounce-dc29e0d7.js → debounce-30afab47.js} +0 -0
  1533. /package/dist/cjs/{esri-loader-f9cc896e.js → esri-loader-a91c0ec1.js} +0 -0
  1534. /package/dist/cjs/{guid-915a25a4.js → guid-1a466ca6.js} +0 -0
  1535. /package/dist/cjs/{html2canvas-f6c29bf8.js → html2canvas-34208bbf.js} +0 -0
  1536. /package/dist/cjs/{index-ef33dd68.js → index-4c1b0d3c.js} +0 -0
  1537. /package/dist/cjs/{index-2ade4bf3.js → index-c0ee2715.js} +0 -0
  1538. /package/dist/cjs/{index-2c4c660f.js → index-f64944ad.js} +0 -0
  1539. /package/dist/cjs/{key-3057c9ae.js → key-b8c05387.js} +0 -0
  1540. /package/dist/cjs/{math-8083815d.js → math-6c9027e3.js} +0 -0
  1541. /package/dist/cjs/{mode-eea7083b.js → mode-d6c12b38.js} +0 -0
  1542. /package/dist/cjs/{observers-0dc2268b.js → observers-281a8c99.js} +0 -0
  1543. /package/dist/cjs/{resources-0cdf5268.js → resources-0986c5c2.js} +0 -0
  1544. /package/dist/cjs/{resources-97624e80.js → resources-222ad22c.js} +0 -0
  1545. /package/dist/cjs/{resources-dab03f25.js → resources-228f9286.js} +0 -0
  1546. /package/dist/cjs/{resources-40bb3b0f.js → resources-55ba2752.js} +0 -0
  1547. /package/dist/cjs/{resources-eeb0b476.js → resources-6c60363a.js} +0 -0
  1548. /package/dist/cjs/{resources-08594e64.js → resources-8e3763a4.js} +0 -0
  1549. /package/dist/cjs/{resources-e6b1ec37.js → resources-9400a252.js} +0 -0
  1550. /package/dist/cjs/{resources-989454ca.js → resources-a825d7ae.js} +0 -0
  1551. /package/dist/cjs/{resources-ca92098e.js → resources-d2d7b7c7.js} +0 -0
  1552. /package/dist/cjs/{resources-346657b2.js → resources-f3e0e822.js} +0 -0
  1553. /package/dist/cjs/{sortableComponent-2df4ffc7.js → sortableComponent-188f3290.js} +0 -0
  1554. /package/dist/cjs/{utils-d185873c.js → utils-234879c7.js} +0 -0
  1555. /package/dist/cjs/{utils-ce788266.js → utils-c735a41d.js} +0 -0
  1556. /package/dist/esm/{array-ee46de18.js → array-51c31356.js} +0 -0
  1557. /package/dist/esm/{breakpoints-88967029.js → breakpoints-f0f1417d.js} +0 -0
  1558. /package/dist/esm/{browser-d9c15d82.js → browser-b4c16201.js} +0 -0
  1559. /package/dist/esm/{component-57d75546.js → component-98bae46b.js} +0 -0
  1560. /package/dist/esm/{debounce-3a2354cd.js → debounce-229b1a22.js} +0 -0
  1561. /package/dist/esm/{esri-loader-bf16520d.js → esri-loader-eda07632.js} +0 -0
  1562. /package/dist/esm/{guid-3cc28ba2.js → guid-36c6c6a5.js} +0 -0
  1563. /package/dist/esm/{html2canvas-2fee68d8.js → html2canvas-a0a4df55.js} +0 -0
  1564. /package/dist/esm/{index-4efda611.js → index-5110a27a.js} +0 -0
  1565. /package/dist/esm/{index-37abc70f.js → index-a1e91462.js} +0 -0
  1566. /package/dist/esm/{index-eb5a4509.js → index-d8ff08ed.js} +0 -0
  1567. /package/dist/esm/{key-adae9343.js → key-af303047.js} +0 -0
  1568. /package/dist/esm/{math-a7230f76.js → math-cdaf4dc0.js} +0 -0
  1569. /package/dist/esm/{mode-328b4c11.js → mode-66911cb5.js} +0 -0
  1570. /package/dist/esm/{observers-0e786b1c.js → observers-8ce200f2.js} +0 -0
  1571. /package/dist/esm/{resources-29d4d05f.js → resources-13098091.js} +0 -0
  1572. /package/dist/esm/{resources-500077b3.js → resources-1a8d4d77.js} +0 -0
  1573. /package/dist/esm/{resources-4bf2674a.js → resources-221791b0.js} +0 -0
  1574. /package/dist/esm/{resources-65472b8b.js → resources-242fdf8d.js} +0 -0
  1575. /package/dist/esm/{resources-44be2909.js → resources-4bcfc016.js} +0 -0
  1576. /package/dist/esm/{resources-011302b8.js → resources-649a0f91.js} +0 -0
  1577. /package/dist/esm/{resources-3ce376de.js → resources-6772a50d.js} +0 -0
  1578. /package/dist/esm/{resources-529ffb0b.js → resources-6e00e0d1.js} +0 -0
  1579. /package/dist/esm/{resources-b7b6b68c.js → resources-a0420cda.js} +0 -0
  1580. /package/dist/esm/{resources-cfbc37a8.js → resources-cdc36705.js} +0 -0
  1581. /package/dist/esm/{sortableComponent-50cfe8da.js → sortableComponent-65956286.js} +0 -0
  1582. /package/dist/esm/{utils-809d6ba5.js → utils-86d242a6.js} +0 -0
  1583. /package/dist/esm/{utils-619bc2ee.js → utils-abdd879e.js} +0 -0
  1584. /package/dist/solutions-components/{p-31b622cd.js → p-0c07ad8a.js} +0 -0
  1585. /package/dist/solutions-components/{p-52445921.js → p-1e2ffee3.js} +0 -0
  1586. /package/dist/solutions-components/{p-16b08122.js → p-29d68474.js} +0 -0
  1587. /package/dist/solutions-components/{p-748597df.js → p-32b6b6c9.js} +0 -0
  1588. /package/dist/solutions-components/{p-f44d9211.js → p-35c58364.js} +0 -0
  1589. /package/dist/solutions-components/{p-0953177a.js → p-3cce003d.js} +0 -0
  1590. /package/dist/solutions-components/{p-950cebf2.js → p-3f279568.js} +0 -0
  1591. /package/dist/solutions-components/{p-f6b96918.js → p-428554b4.js} +0 -0
  1592. /package/dist/solutions-components/{p-a95649f7.js → p-475ad635.js} +0 -0
  1593. /package/dist/solutions-components/{p-6f89a806.js → p-568822d4.js} +0 -0
  1594. /package/dist/solutions-components/{p-2b56ecd9.js → p-5b566d55.js} +0 -0
  1595. /package/dist/solutions-components/{p-b9c4c123.js → p-74062e42.js} +0 -0
  1596. /package/dist/solutions-components/{p-974f5f01.js → p-775ad144.js} +0 -0
  1597. /package/dist/solutions-components/{p-c5af6380.js → p-77b43a94.js} +0 -0
  1598. /package/dist/solutions-components/{p-d68612ec.js → p-7f333e23.js} +0 -0
  1599. /package/dist/solutions-components/{p-64e988e7.js → p-993e8bd0.js} +0 -0
  1600. /package/dist/solutions-components/{p-aa6b47d1.js → p-a230b270.js} +0 -0
  1601. /package/dist/solutions-components/{p-f67a0324.js → p-a82f35c9.js} +0 -0
  1602. /package/dist/solutions-components/{p-f2fda308.js → p-abea8ef5.js} +0 -0
  1603. /package/dist/solutions-components/{p-9fb768a8.js → p-b3ebaa79.js} +0 -0
  1604. /package/dist/solutions-components/{p-a442727d.js → p-c92fff33.js} +0 -0
  1605. /package/dist/solutions-components/{p-dac67a09.js → p-c96eb2db.js} +0 -0
  1606. /package/dist/solutions-components/{p-f5e66598.js → p-c9fc3253.js} +0 -0
  1607. /package/dist/solutions-components/{p-fec9937a.js → p-d32e6900.js} +0 -0
  1608. /package/dist/solutions-components/{p-16ec7030.js → p-d918ec36.js} +0 -0
  1609. /package/dist/solutions-components/{p-252a1f8a.js → p-dbacb910.js} +0 -0
  1610. /package/dist/solutions-components/{p-1f74004b.js → p-ea83d12d.js} +0 -0
  1611. /package/dist/solutions-components/{p-cbfdcfaf.js → p-fcefdfff.js} +0 -0
@@ -0,0 +1,1344 @@
1
+ /*!
2
+ * Copyright 2022 Esri
3
+ * Licensed under the Apache License, Version 2.0
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ 'use strict';
7
+
8
+ const index = require('./index-22bb61da.js');
9
+ const interfaces = require('./interfaces-7cd0a48a.js');
10
+ const solutionResource = require('./solution-resource-abec7452.js');
11
+ require('./index-f64944ad.js');
12
+ const restHelpersGet = require('./restHelpersGet-e0737480.js');
13
+
14
+ /* Copyright (c) 2018-2019 Environmental Systems Research Institute, Inc.
15
+ * Apache-2.0 */
16
+ /**
17
+ * Returns an array with arrays of the given size.
18
+ *
19
+ * @param arr Array to split
20
+ * @param size Size of every group
21
+ */
22
+ function chunkArray(arr, size) {
23
+ const results = [];
24
+ let index = 0;
25
+ while (index < arr.length) {
26
+ results.push(arr.slice(index, index + size));
27
+ index += size;
28
+ }
29
+ return results;
30
+ }
31
+
32
+ /*! *****************************************************************************
33
+ Copyright (c) Microsoft Corporation.
34
+
35
+ Permission to use, copy, modify, and/or distribute this software for any
36
+ purpose with or without fee is hereby granted.
37
+
38
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
39
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
40
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
41
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
42
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
43
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
44
+ PERFORMANCE OF THIS SOFTWARE.
45
+ ***************************************************************************** */
46
+
47
+ var __assign = function() {
48
+ __assign = Object.assign || function __assign(t) {
49
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
50
+ s = arguments[i];
51
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
52
+ }
53
+ return t;
54
+ };
55
+ return __assign.apply(this, arguments);
56
+ };
57
+
58
+ /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
59
+ * Apache-2.0 */
60
+ /**
61
+ * Helper that returns the appropriate portal url for a given request. `requestOptions.portal` is given
62
+ * precedence over `authentication.portal`. If neither `portal` nor `authentication` is present,
63
+ * `www.arcgis.com/sharing/rest` is returned.
64
+ *
65
+ * @param requestOptions - Request options that may have authentication manager
66
+ * @returns Portal url to be used in API requests
67
+ */
68
+ function getPortalUrl(requestOptions) {
69
+ if (requestOptions === void 0) { requestOptions = {}; }
70
+ // use portal in options if specified
71
+ if (requestOptions.portal) {
72
+ return restHelpersGet.cleanUrl(requestOptions.portal);
73
+ }
74
+ // if auth was passed, use that portal
75
+ if (requestOptions.authentication) {
76
+ // the portal url is already scrubbed in the auth package
77
+ return requestOptions.authentication.portal;
78
+ }
79
+ // default to arcgis.com
80
+ return "https://www.arcgis.com/sharing/rest";
81
+ }
82
+
83
+ /* Copyright (c) 2017-2018 Environmental Systems Research Institute, Inc.
84
+ * Apache-2.0 */
85
+ /**
86
+ * Serialize an item and its data into a json format accepted by the Portal API for create and update operations
87
+ *
88
+ * @param item Item to be serialized
89
+ * @returns a formatted json object to be sent to Portal
90
+ */
91
+ function serializeItem(item) {
92
+ // create a clone so we're not messing with the original
93
+ var clone = JSON.parse(JSON.stringify(item));
94
+ // binary data needs POSTed as a `file`
95
+ // JSON object literals should be passed as `text`.
96
+ if (clone.data) {
97
+ (typeof Blob !== "undefined" && item.data instanceof Blob) ||
98
+ // Node.js doesn't implement Blob
99
+ item.data.constructor.name === "ReadStream"
100
+ ? (clone.file = item.data)
101
+ : (clone.text = item.data);
102
+ delete clone.data;
103
+ }
104
+ return clone;
105
+ }
106
+ /**
107
+ * `requestOptions.owner` is given priority, `requestOptions.item.owner` will be checked next. If neither are present, `authentication.getUserName()` will be used instead.
108
+ */
109
+ function determineOwner(requestOptions) {
110
+ if (requestOptions.owner) {
111
+ return Promise.resolve(requestOptions.owner);
112
+ }
113
+ else if (requestOptions.item && requestOptions.item.owner) {
114
+ return Promise.resolve(requestOptions.item.owner);
115
+ }
116
+ else if (requestOptions.authentication &&
117
+ requestOptions.authentication.getUsername) {
118
+ return requestOptions.authentication.getUsername();
119
+ }
120
+ else {
121
+ return Promise.reject(new Error("Could not determine the owner of this item. Pass the `owner`, `item.owner`, or `authentication` option."));
122
+ }
123
+ }
124
+ /**
125
+ * checks if the extent is a valid BBox (2 element array of coordinate pair arrays)
126
+ * @param extent
127
+ * @returns
128
+ */
129
+ function isBBox(extent) {
130
+ return (Array.isArray(extent) &&
131
+ Array.isArray(extent[0]) &&
132
+ Array.isArray(extent[1]));
133
+ }
134
+ /**
135
+ * Given a Bbox, convert it to a string. Some api endpoints expect a string
136
+ *
137
+ * @param {BBox} extent
138
+ * @return {*} {string}
139
+ */
140
+ function bboxToString(extent) {
141
+ return extent.join(",");
142
+ }
143
+
144
+ /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
145
+ * Apache-2.0 */
146
+ /**
147
+ * ```js
148
+ * import { updateItem } from "@esri/arcgis-rest-portal";
149
+ * //
150
+ * updateItem({
151
+ * item: {
152
+ * id: "3ef",
153
+ * description: "A three hour tour"
154
+ * },
155
+ * authentication
156
+ * })
157
+ * .then(response)
158
+ * ```
159
+ * Update an Item. See the [REST Documentation](https://developers.arcgis.com/rest/users-groups-and-items/update-item.htm) for more information.
160
+ *
161
+ * @param requestOptions - Options for the request.
162
+ * @returns A Promise that updates an item.
163
+ */
164
+ function updateItem$1(requestOptions) {
165
+ return determineOwner(requestOptions).then(function (owner) {
166
+ var url = requestOptions.folderId
167
+ ? getPortalUrl(requestOptions) + "/content/users/" + owner + "/" + requestOptions.folderId + "/items/" + requestOptions.item.id + "/update"
168
+ : getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.item.id + "/update";
169
+ // serialize the item into something Portal will accept
170
+ requestOptions.params = __assign(__assign({}, requestOptions.params), serializeItem(requestOptions.item));
171
+ // convert extent, if present, into a string from bbox
172
+ // processParams was previously doing this sort of work,
173
+ // however now we need to let array of arrays through
174
+ // Thus for extents we need to move this logic here
175
+ if (requestOptions.params.extent && isBBox(requestOptions.params.extent)) {
176
+ requestOptions.params.extent = bboxToString(requestOptions.params.extent);
177
+ }
178
+ return restHelpersGet.request(url, requestOptions);
179
+ });
180
+ }
181
+ /**
182
+ * ```js
183
+ * import { updateItemResource } from "@esri/arcgis-rest-portal";
184
+ * //
185
+ * updateItemResource({
186
+ * id: '3ef',
187
+ * resource: file,
188
+ * name: 'bigkahuna.jpg',
189
+ * authentication
190
+ * })
191
+ * .then(response)
192
+ * ```
193
+ * Update a resource associated with an item. See the [REST Documentation](https://developers.arcgis.com/rest/users-groups-and-items/update-resources.htm) for more information.
194
+ *
195
+ * @param requestOptions - Options for the request
196
+ * @returns A Promise that updates an item resource.
197
+ */
198
+ function updateItemResource(requestOptions) {
199
+ return determineOwner(requestOptions).then(function (owner) {
200
+ var url = getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.id + "/updateResources";
201
+ // mix in user supplied params
202
+ requestOptions.params = __assign({ file: requestOptions.resource, fileName: requestOptions.name, resourcesPrefix: requestOptions.prefix, text: requestOptions.content }, requestOptions.params);
203
+ // only override the access specified previously if 'private' is passed explicitly
204
+ if (typeof requestOptions.private !== "undefined") {
205
+ requestOptions.params.access = requestOptions.private
206
+ ? "private"
207
+ : "inherit";
208
+ }
209
+ return restHelpersGet.request(url, requestOptions);
210
+ });
211
+ }
212
+
213
+ /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
214
+ * Apache-2.0 */
215
+ /**
216
+ * ```js
217
+ * import { addItemResource } from "@esri/arcgis-rest-portal";
218
+ * //
219
+ * // Add a file resource
220
+ * addItemResource({
221
+ * id: '3ef',
222
+ * resource: file,
223
+ * name: 'bigkahuna.jpg',
224
+ * authentication
225
+ * })
226
+ * .then(response)
227
+ * //
228
+ * // Add a text resource
229
+ * addItemResource({
230
+ * id: '4fg',
231
+ * content: "Text content",
232
+ * name: 'bigkahuna.txt',
233
+ * authentication
234
+ * })
235
+ * .then(response)
236
+ * ```
237
+ * Add a resource associated with an item. See the [REST Documentation](https://developers.arcgis.com/rest/users-groups-and-items/add-resources.htm) for more information.
238
+ *
239
+ * @param requestOptions - Options for the request
240
+ * @returns A Promise to add item resources.
241
+ */
242
+ function addItemResource(requestOptions) {
243
+ return determineOwner(requestOptions).then(function (owner) {
244
+ var url = getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.id + "/addResources";
245
+ requestOptions.params = __assign({ file: requestOptions.resource, fileName: requestOptions.name, resourcesPrefix: requestOptions.prefix, text: requestOptions.content, access: requestOptions.private ? "private" : "inherit" }, requestOptions.params);
246
+ return restHelpersGet.request(url, requestOptions);
247
+ });
248
+ }
249
+
250
+ /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
251
+ * Apache-2.0 */
252
+ /**
253
+ * Remove a resource associated with an item
254
+ *
255
+ * @param requestOptions - Options for the request
256
+ * @returns A Promise that deletes an item resource.
257
+ */
258
+ function removeItemResource(requestOptions) {
259
+ return determineOwner(requestOptions).then(function (owner) {
260
+ var url = getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.id + "/removeResources";
261
+ // mix in user supplied params
262
+ requestOptions.params = __assign(__assign({}, requestOptions.params), { resource: requestOptions.resource });
263
+ // only override the deleteAll param specified previously if it is passed explicitly
264
+ if (typeof requestOptions.deleteAll !== "undefined") {
265
+ requestOptions.params.deleteAll = requestOptions.deleteAll;
266
+ }
267
+ return restHelpersGet.request(url, requestOptions);
268
+ });
269
+ }
270
+
271
+ /** @license
272
+ * Copyright 2018 Esri
273
+ *
274
+ * Licensed under the Apache License, Version 2.0 (the "License");
275
+ * you may not use this file except in compliance with the License.
276
+ * You may obtain a copy of the License at
277
+ *
278
+ * http://www.apache.org/licenses/LICENSE-2.0
279
+ *
280
+ * Unless required by applicable law or agreed to in writing, software
281
+ * distributed under the License is distributed on an "AS IS" BASIS,
282
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
283
+ * See the License for the specific language governing permissions and
284
+ * limitations under the License.
285
+ */
286
+ /**
287
+ * Updates an item.
288
+ *
289
+ * @param itemInfo The base info of an item; note that this content will be serialized, which doesn't work
290
+ * for binary content
291
+ * @param authentication Credentials for request
292
+ * @param folderId Item's folder
293
+ * @param additionalParams Updates that are put under the `params` property, which is not serialized
294
+ * @return
295
+ */
296
+ function updateItem(itemInfo, authentication, folderId, additionalParams) {
297
+ return new Promise((resolve, reject) => {
298
+ const updateOptions = {
299
+ item: itemInfo,
300
+ folderId: folderId,
301
+ authentication: authentication,
302
+ params: {
303
+ ...(additionalParams ?? {})
304
+ }
305
+ };
306
+ updateItem$1(updateOptions).then(response => (response.success ? resolve(response) : reject(response)), err => reject(err));
307
+ });
308
+ }
309
+
310
+ /** @license
311
+ * Copyright 2020 Esri
312
+ *
313
+ * Licensed under the Apache License, Version 2.0 (the "License");
314
+ * you may not use this file except in compliance with the License.
315
+ * You may obtain a copy of the License at
316
+ *
317
+ * http://www.apache.org/licenses/LICENSE-2.0
318
+ *
319
+ * Unless required by applicable law or agreed to in writing, software
320
+ * distributed under the License is distributed on an "AS IS" BASIS,
321
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
322
+ * See the License for the specific language governing permissions and
323
+ * limitations under the License.
324
+ */
325
+ /**
326
+ * Extracts an item's resource folder and filename from the filename used to store a copy in a storage item.
327
+ *
328
+ * @param storageResourceFilename Filename used to store the resource, metadata, or thumbnail of an item
329
+ * @param storageVersion Version of the Solution template
330
+ * @returns Folder and filename for storing information in an item, as well as the type (resource, metadata,
331
+ * or thumbnail) of the information; the folder property is only meaningful for the resource type
332
+ * @see generateResourceStorageFilename
333
+ * @see generateMetadataStorageFilename
334
+ * @see generateThumbnailStorageFilename
335
+ * @see convertItemResourceToStorageResource
336
+ */
337
+ function convertStorageResourceToItemResource(storageResourceFilename, storageVersion = 0) {
338
+ const nameParts = storageResourceFilename.split("/");
339
+ let filename = nameParts.pop();
340
+ let folder = "";
341
+ const firstPrefixPart = nameParts.shift(); // undefined if there's no folder
342
+ // Handle special "folders"
343
+ let type = solutionResource.EFileType.Resource;
344
+ if (firstPrefixPart) {
345
+ if (firstPrefixPart.endsWith("_info_thumbnail")) {
346
+ type = solutionResource.EFileType.Thumbnail;
347
+ }
348
+ else if (firstPrefixPart.endsWith("_info_metadata")) {
349
+ type = solutionResource.EFileType.Metadata;
350
+ filename = "metadata.xml";
351
+ }
352
+ else if (firstPrefixPart.endsWith("_info_data")) {
353
+ type = solutionResource.EFileType.Data;
354
+ }
355
+ else if (firstPrefixPart.endsWith("_info_dataz")) {
356
+ filename = filename.replace(/\.zip$/, "");
357
+ type = solutionResource.EFileType.Data;
358
+ // Otherwise, strip off item id
359
+ }
360
+ else if (storageVersion < 1) {
361
+ // Version 0
362
+ const folderStart = firstPrefixPart.indexOf("_");
363
+ if (folderStart > 0) {
364
+ folder = firstPrefixPart.substr(folderStart + 1);
365
+ }
366
+ }
367
+ else {
368
+ // Version ≥ 1
369
+ folder = nameParts.join("/"); // folder is optional, in which case this will be ""
370
+ }
371
+ }
372
+ return { type, folder, filename };
373
+ }
374
+
375
+ /** @license
376
+ * Copyright 2021 Esri
377
+ *
378
+ * Licensed under the Apache License, Version 2.0 (the "License");
379
+ * you may not use this file except in compliance with the License.
380
+ * You may obtain a copy of the License at
381
+ *
382
+ * http://www.apache.org/licenses/LICENSE-2.0
383
+ *
384
+ * Unless required by applicable law or agreed to in writing, software
385
+ * distributed under the License is distributed on an "AS IS" BASIS,
386
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
387
+ * See the License for the specific language governing permissions and
388
+ * limitations under the License.
389
+ */
390
+ // ------------------------------------------------------------------------------------------------------------------ //
391
+ /**
392
+ * Generates IAssociatedFileCopyResults object.
393
+ *
394
+ * @param fileInfo Info about item that was to be copied
395
+ * @param fetchedFromSource Status of fetching item from source
396
+ * @param copiedToDestination Status of copying item to destination
397
+ * @returns IAssociatedFileCopyResults object
398
+ */
399
+ function createCopyResults(fileInfo, fetchedFromSource, copiedToDestination) {
400
+ return {
401
+ ...fileInfo,
402
+ fetchedFromSource,
403
+ copiedToDestination
404
+ };
405
+ }
406
+
407
+ /** @license
408
+ * Copyright 2021 Esri
409
+ *
410
+ * Licensed under the Apache License, Version 2.0 (the "License");
411
+ * you may not use this file except in compliance with the License.
412
+ * You may obtain a copy of the License at
413
+ *
414
+ * http://www.apache.org/licenses/LICENSE-2.0
415
+ *
416
+ * Unless required by applicable law or agreed to in writing, software
417
+ * distributed under the License is distributed on an "AS IS" BASIS,
418
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
419
+ * See the License for the specific language governing permissions and
420
+ * limitations under the License.
421
+ */
422
+ // ------------------------------------------------------------------------------------------------------------------ //
423
+ /**
424
+ * Copies a resource into a zipfile.
425
+ *
426
+ * @param file Information about the source and destination of the file such as its URL, folder, filename
427
+ * @param zipInfo Information about a zipfile such as its name and its zip object
428
+ * @returns The result of the copy
429
+ */
430
+ function copyResourceIntoZip(file, zipInfo) {
431
+ // Add it to the zip
432
+ if (file.folder) {
433
+ zipInfo.zip
434
+ .folder(file.folder)
435
+ .file(file.filename, file.file, { binary: true });
436
+ }
437
+ else {
438
+ zipInfo.zip.file(file.filename, file.file, { binary: true });
439
+ }
440
+ zipInfo.filelist.push(file);
441
+ return createCopyResults(file, true);
442
+ }
443
+
444
+ /** @license
445
+ * Copyright 2021 Esri
446
+ *
447
+ * Licensed under the Apache License, Version 2.0 (the "License");
448
+ * you may not use this file except in compliance with the License.
449
+ * You may obtain a copy of the License at
450
+ *
451
+ * http://www.apache.org/licenses/LICENSE-2.0
452
+ *
453
+ * Unless required by applicable law or agreed to in writing, software
454
+ * distributed under the License is distributed on an "AS IS" BASIS,
455
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
456
+ * See the License for the specific language governing permissions and
457
+ * limitations under the License.
458
+ */
459
+ // ------------------------------------------------------------------------------------------------------------------ //
460
+ /**
461
+ * Copies a zipfile into an AGO item.
462
+ *
463
+ * @param zipInfo Information about a zipfile such as its name and its zip object
464
+ * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
465
+ * @param destinationAuthentication Credentials for the request to the storage
466
+ * @returns A promise which resolves to the result of the copy
467
+ */
468
+ function copyZipIntoItem(zipInfo, destinationItemId, destinationAuthentication) {
469
+ return new Promise(resolve => {
470
+ zipInfo.zip
471
+ .generateAsync({ type: "blob" })
472
+ .then((content) => {
473
+ return restHelpersGet.blobToFile(content, zipInfo.filename, "application/zip");
474
+ })
475
+ .then((zipfile) => {
476
+ const addResourceOptions = {
477
+ id: destinationItemId,
478
+ resource: zipfile,
479
+ authentication: destinationAuthentication,
480
+ params: {
481
+ archive: true
482
+ }
483
+ };
484
+ return addItemResource(addResourceOptions);
485
+ })
486
+ .then(() => resolve(createCopyResults(zipInfo, true, true)), () => resolve(createCopyResults(zipInfo, true, false)) // unable to add resource
487
+ );
488
+ });
489
+ }
490
+
491
+ /** @license
492
+ * Copyright 2021 Esri
493
+ *
494
+ * Licensed under the Apache License, Version 2.0 (the "License");
495
+ * you may not use this file except in compliance with the License.
496
+ * You may obtain a copy of the License at
497
+ *
498
+ * http://www.apache.org/licenses/LICENSE-2.0
499
+ *
500
+ * Unless required by applicable law or agreed to in writing, software
501
+ * distributed under the License is distributed on an "AS IS" BASIS,
502
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
503
+ * See the License for the specific language governing permissions and
504
+ * limitations under the License.
505
+ */
506
+ // ------------------------------------------------------------------------------------------------------------------ //
507
+ /**
508
+ * Copies the files for storing the resources, metadata, and thumbnail of an item or group to a storage item
509
+ * with a specified path by collecting files into zip files.
510
+ *
511
+ * @param files List of item files' URLs and folder/filenames for storing the files
512
+ * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
513
+ * @param destinationAuthentication Credentials for the request to the storage
514
+ * @param filesPerZip Number of files to include per zip file; AGO limits zips to 50 files
515
+ * @returns A promise which resolves to a list of the result of the copies
516
+ */
517
+ function copyFilesAsResources(files, destinationItemId, destinationAuthentication, filesPerZip = 40) {
518
+ return new Promise(resolve => {
519
+ let awaitAllItems = [];
520
+ const zipInfos = [];
521
+ if (files.length > 0) {
522
+ // Bundle the resources into chunked zip updates because AGO tends to have problems with
523
+ // many updates in a row to the same item: it claims success despite randomly failing.
524
+ // Note that AGO imposes a limit of 50 files per zip, so we break the list of resource
525
+ // file info into chunks below this threshold and start a zip for each
526
+ // https://developers.arcgis.com/rest/users-groups-and-items/add-resources.htm
527
+ const chunkedResourceFiles = chunkArray(files, filesPerZip);
528
+ chunkedResourceFiles.forEach((chunk, index) => {
529
+ // Create a zip for this chunk
530
+ const zipInfo = {
531
+ filename: `resources${index}.zip`,
532
+ zip: new solutionResource.jszip_min(),
533
+ filelist: []
534
+ };
535
+ awaitAllItems = awaitAllItems.concat(chunk.map(file => copyResourceIntoZip(file, zipInfo)));
536
+ zipInfos.push(zipInfo);
537
+ });
538
+ }
539
+ if (awaitAllItems.length > 0) {
540
+ // Wait until the Resource zip file(s) are prepared
541
+ void Promise.all(awaitAllItems).then((results) => {
542
+ // We have three types of results:
543
+ // | fetchedFromSource | copiedToDestination | interpretation | |
544
+ // +-------------------+---------------------+------------------------------------------------+
545
+ // | false | * | could not fetch file from source |
546
+ // | true | true | file has been fetched and sent to AGO |
547
+ // | true | undefined | file has been fetched and will be sent via zip |
548
+ // Filter out copiedToDestination===undefined; we'll get their status when we send their zip
549
+ results = results.filter((result) => !(result.fetchedFromSource &&
550
+ typeof result.copiedToDestination === "undefined"));
551
+ // Now send the resources to AGO
552
+ // eslint-disable-next-line @typescript-eslint/no-floating-promises
553
+ _copyAssociatedFileZips(zipInfos, destinationItemId, destinationAuthentication).then((zipResults) => {
554
+ resolve(results.concat(zipResults));
555
+ });
556
+ });
557
+ }
558
+ else {
559
+ // No data, metadata, or resources to send; we're done
560
+ resolve([]);
561
+ }
562
+ });
563
+ }
564
+ /**
565
+ * Copies one or more zipfiles to a storage item.
566
+ *
567
+ * @param zipInfos List of zip files containing files to store
568
+ * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
569
+ * @param destinationAuthentication Credentials for the request to the storage
570
+ * @returns A promise which resolves to a list of the result of the copies
571
+ * @private
572
+ */
573
+ function _copyAssociatedFileZips(zipInfos, destinationItemId, destinationAuthentication) {
574
+ return new Promise(resolve => {
575
+ const results = [];
576
+ // Filter out empty zips, which can happen when none of the files in the chunk going into a zip
577
+ // can be fetched; e.g., the only file is metadata.xml, and the source item doesn't have metadata
578
+ const nonEmptyZipInfos = zipInfos.filter((zipInfo) => Object.keys(zipInfo.zip.files).length > 0);
579
+ if (nonEmptyZipInfos.length > 0) {
580
+ // Send the zip(s) to AGO
581
+ void _sendZipsSeriallyToItem(nonEmptyZipInfos, destinationItemId, destinationAuthentication).then((zipResults) => {
582
+ resolve(zipResults);
583
+ });
584
+ }
585
+ else {
586
+ // No resources to send; we're done
587
+ resolve(results);
588
+ }
589
+ });
590
+ }
591
+ /**
592
+ * Copies one or more zipfiles to a storage item in a serial fashion, waiting a bit between sends.
593
+ *
594
+ * @param zipInfos List of zip files containing files to store
595
+ * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
596
+ * @param destinationAuthentication Credentials for the request to the storage
597
+ * @returns A promise which resolves to a list of the result of the copies
598
+ */
599
+ function _sendZipsSeriallyToItem(zipInfos, destinationItemId, destinationAuthentication) {
600
+ return new Promise(resolve => {
601
+ let allResults = [];
602
+ // Remove zip from bottom of list
603
+ const zipInfoToSend = zipInfos.pop();
604
+ // Send predecessors in list
605
+ let sendOthersPromise = Promise.resolve([]);
606
+ if (zipInfos.length > 0) {
607
+ sendOthersPromise = _sendZipsSeriallyToItem(zipInfos, destinationItemId, destinationAuthentication);
608
+ }
609
+ void sendOthersPromise
610
+ .then((response) => {
611
+ allResults = response;
612
+ // Stall a little to give AGO time to catch up
613
+ return new Promise(resolveSleep => {
614
+ setTimeout(() => resolveSleep(), 1000);
615
+ });
616
+ })
617
+ .then(() => {
618
+ // Now send the zip removed from bottom of the input list
619
+ return copyZipIntoItem(zipInfoToSend, destinationItemId, destinationAuthentication);
620
+ })
621
+ .then((zipResult) => {
622
+ // Save the result of copying this zip as a status for each of the files that it contains
623
+ zipResult.filelist.forEach((fileInfo) => {
624
+ allResults.push(createCopyResults(fileInfo, true, zipResult.copiedToDestination));
625
+ });
626
+ resolve(allResults);
627
+ });
628
+ });
629
+ }
630
+
631
+ /** @license
632
+ * Copyright 2018 Esri
633
+ *
634
+ * Licensed under the Apache License, Version 2.0 (the "License");
635
+ * you may not use this file except in compliance with the License.
636
+ * You may obtain a copy of the License at
637
+ *
638
+ * http://www.apache.org/licenses/LICENSE-2.0
639
+ *
640
+ * Unless required by applicable law or agreed to in writing, software
641
+ * distributed under the License is distributed on an "AS IS" BASIS,
642
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
643
+ * See the License for the specific language governing permissions and
644
+ * limitations under the License.
645
+ */
646
+ /**
647
+ * Copies the files for storing the resources, metadata, and thumbnail of an item or group to a storage item
648
+ * with a specified path.
649
+ *
650
+ * @param files List of item files and paths for storing the files
651
+ * @param storageItemId Id of item to receive copy of resource/metadata
652
+ * @param storageAuthentication Credentials for the request to the storage
653
+ * @returns A promise which resolves to a list of the filenames under which the resource/metadata are stored
654
+ */
655
+ function copyFilesToStorageItem(files, storageItemId, storageAuthentication) {
656
+ return new Promise(resolve => {
657
+ // tslint:disable-next-line: no-floating-promises
658
+ void copyFilesAsResources(files, storageItemId, storageAuthentication).then((results) => {
659
+ resolve(results
660
+ // Filter out failures
661
+ .filter((result) => result.fetchedFromSource && result.copiedToDestination)
662
+ // Return folder and filename in storage item's resources
663
+ .map((result) => result.folder + "/" + result.filename));
664
+ });
665
+ });
666
+ }
667
+ /**
668
+ * Generates the URL for reading an item's resource given the filename of the resource.
669
+ *
670
+ * @param sourcePortalSharingUrl Server/sharing
671
+ * @param itemId Id of item
672
+ * @param sourceResourceFilename Either filename or folder/filename to resource
673
+ * @returns URL string
674
+ */
675
+ function generateSourceResourceUrl(sourcePortalSharingUrl, itemId, sourceResourceFilename) {
676
+ return (restHelpersGet.checkUrlPathTermination(sourcePortalSharingUrl) +
677
+ "content/items/" +
678
+ itemId +
679
+ "/resources/" +
680
+ sourceResourceFilename);
681
+ }
682
+ /**
683
+ * Generates a list of full URLs and folder/filename combinations used to store the resources, metadata,
684
+ * and thumbnail of an item.
685
+ *
686
+ * @param portalSharingUrl Server/sharing
687
+ * @param storageItemId Id of storage item
688
+ * @param resourceFilenames List of resource filenames for an item, e.g., ["file1", "myFolder/file2"]
689
+ * @param storageVersion Version of the Solution template
690
+ * @returns List of item files' URLs and folder/filenames for storing the files
691
+ */
692
+ function generateStorageFilePaths(portalSharingUrl, storageItemId, resourceFilenames = [], storageVersion = 0) {
693
+ return resourceFilenames.map(resourceFilename => {
694
+ return {
695
+ url: generateSourceResourceUrl(portalSharingUrl, storageItemId, resourceFilename),
696
+ ...convertStorageResourceToItemResource(resourceFilename, storageVersion)
697
+ };
698
+ });
699
+ }
700
+ function isSupportedFileType(filename) {
701
+ // Supported file formats are: .json, .xml, .txt, .png, .pbf, .zip, .jpeg, .jpg, .gif, .bmp, .gz, .svg,
702
+ // .svgz, .geodatabase (https://developers.arcgis.com/rest/users-groups-and-items/add-resources.htm)
703
+ const filenameExtension = filename.match(/\.([a-z]+)$/i);
704
+ const supportedExtensions = "|.json|.xml|.txt|.png|.pbf|.zip|.jpeg|.jpg|.gif|.bmp|.gz|.svg|.svgz|.geodatabase|";
705
+ return (!!filenameExtension &&
706
+ supportedExtensions.indexOf("|" + filenameExtension[0] + "|") >= 0);
707
+ }
708
+ /**
709
+ * Gets the thumbnail of an item or group.
710
+ *
711
+ * @param authentication Credentials for the request to the storage
712
+ * @param filePaths List of item files' URLs and folder/filenames for storing the files
713
+ * @returns A promise which resolves to a boolean indicating if the copies were successful
714
+ */
715
+ function getThumbnailFromStorageItem(authentication, filePaths) {
716
+ let thumbnailUrl;
717
+ let thumbnailFilename;
718
+ filePaths.forEach(path => {
719
+ if (path.type === solutionResource.EFileType.Thumbnail) {
720
+ thumbnailUrl = path.url;
721
+ thumbnailFilename = path.filename;
722
+ }
723
+ });
724
+ if (!thumbnailUrl) {
725
+ return Promise.resolve(null);
726
+ }
727
+ return restHelpersGet.getThumbnailFile(thumbnailUrl, thumbnailFilename, authentication);
728
+ }
729
+ /**
730
+ * Removes the item's resource that matches the filename with new content
731
+ *
732
+ * @param itemId Id of the item to remove
733
+ * @param filename Name of the resource file to remove
734
+ * @param authentication Credentials for the request to the storage
735
+ * @returns A promise which resolves with a success true/false response
736
+ */
737
+ function removeItemResourceFile(itemId, filename, authentication) {
738
+ return removeItemResource({
739
+ id: itemId,
740
+ resource: filename,
741
+ authentication: authentication
742
+ });
743
+ }
744
+ /**
745
+ * Updates the item's resource that matches the filename with new content
746
+ *
747
+ * @param itemId Id of the item to update
748
+ * @param filename Name of the resource file to update; prefix optional (e.g., a/b/file.txt)
749
+ * @param resource The new content to update the resource with
750
+ * @param authentication Credentials for the request to the storage
751
+ * @returns A promise which resolves with a success true/false response
752
+ */
753
+ function updateItemResourceFile(itemId, filename, resource, authentication) {
754
+ // Prefix has to be specified separately
755
+ const prefixedFilenameParts = filename.split("/");
756
+ const prefix = prefixedFilenameParts.length > 1 ? prefixedFilenameParts.slice(0, prefixedFilenameParts.length - 1).join("/") : undefined;
757
+ const suffix = prefixedFilenameParts[prefixedFilenameParts.length - 1];
758
+ return updateItemResource({
759
+ id: itemId,
760
+ prefix: prefix,
761
+ name: suffix,
762
+ resource,
763
+ authentication: authentication
764
+ });
765
+ }
766
+
767
+ /** @license
768
+ * Copyright 2022 Esri
769
+ *
770
+ * Licensed under the Apache License, Version 2.0 (the "License");
771
+ * you may not use this file except in compliance with the License.
772
+ * You may obtain a copy of the License at
773
+ *
774
+ * http://www.apache.org/licenses/LICENSE-2.0
775
+ *
776
+ * Unless required by applicable law or agreed to in writing, software
777
+ * distributed under the License is distributed on an "AS IS" BASIS,
778
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
779
+ * See the License for the specific language governing permissions and
780
+ * limitations under the License.
781
+ */
782
+ const EmptySolutionStore = {
783
+ solutionItemId: "",
784
+ defaultWkid: undefined,
785
+ solutionData: { metadata: {}, templates: [] },
786
+ templateEdits: {},
787
+ featureServices: [],
788
+ spatialReferenceInfo: {
789
+ enabled: false,
790
+ services: {},
791
+ spatialReference: undefined
792
+ }
793
+ };
794
+ class SolutionStore {
795
+ /**
796
+ * Creates singleton instance when accessed; default export from module.
797
+ *
798
+ * @returns Static instance of the class
799
+ */
800
+ static get Store() {
801
+ return this._instance || (this._instance = new this());
802
+ }
803
+ /**
804
+ * Creates an empty store.
805
+ *
806
+ * @protected
807
+ */
808
+ constructor() {
809
+ this._hasChanges = false;
810
+ this._store = index.createStore(Object.assign({}, EmptySolutionStore));
811
+ }
812
+ /**
813
+ * Returns the stored information of an item.
814
+ *
815
+ * @param itemId Id of item to fetch
816
+ *
817
+ * @returns Item information or `undefined` if not found
818
+ */
819
+ getItemInfo(itemId) {
820
+ const templates = this._store.get("solutionData").templates;
821
+ let template;
822
+ templates.some((t) => {
823
+ if (itemId == t.itemId) {
824
+ template = t;
825
+ return true;
826
+ }
827
+ return false;
828
+ });
829
+ return template;
830
+ }
831
+ /**
832
+ * Returns a top-level store property: solutionItemId, defaultWkid, etc.
833
+ *
834
+ * @param propName Name of property
835
+ *
836
+ * @returns Value of property
837
+ */
838
+ getStoreInfo(propName) {
839
+ return this._store.get(propName);
840
+ }
841
+ /**
842
+ * Loads a Solution into the store from AGO.
843
+ *
844
+ * @param solutionItemId Id of the solution represented in the store
845
+ * @param authentication Credentials for fetching information to be loaded into the store
846
+ *
847
+ * @returns Promise that resolves when task is done
848
+ */
849
+ async loadSolution(solutionItemId, authentication) {
850
+ this._authentication = authentication;
851
+ const solutionData = await restHelpersGet.getItemDataAsJson(solutionItemId, authentication);
852
+ if (solutionData) {
853
+ const defaultWkid = restHelpersGet.getProp(solutionData, "params.wkid.default");
854
+ await this._prepareSolutionItemsForEditing(solutionItemId, solutionData.templates, authentication);
855
+ const featureServices = this._getFeatureServices(solutionData.templates);
856
+ const spatialReferenceInfo = this._getSpatialReferenceInfo(featureServices, defaultWkid);
857
+ this._store.set("solutionItemId", solutionItemId);
858
+ this._store.set("defaultWkid", defaultWkid);
859
+ this._store.set("solutionData", solutionData);
860
+ this._store.set("featureServices", featureServices);
861
+ this._store.set("spatialReferenceInfo", spatialReferenceInfo);
862
+ }
863
+ this._flagStoreHasChanges(false);
864
+ }
865
+ /**
866
+ * Queues the replacement of the thumbnail associated with a template item in the store.
867
+ *
868
+ * @param itemEdit Details of the template to modify, containing the new thumbnail in the `thumbnail`
869
+ * property
870
+ */
871
+ replaceItemThumbnail(itemEdit) {
872
+ // Flag the current thumbnail and any replacements for removal
873
+ itemEdit.resourceFilePaths.forEach((path) => {
874
+ if (path.type === solutionResource.EFileType.Thumbnail) {
875
+ if (path.updateType === interfaces.EUpdateType.None) {
876
+ // Existing thumbnail not yet flagged for removal
877
+ path.updateType = interfaces.EUpdateType.Remove;
878
+ }
879
+ else if (path.updateType === interfaces.EUpdateType.Add || path.updateType === interfaces.EUpdateType.Update) {
880
+ // An earlier replacement
881
+ path.updateType = interfaces.EUpdateType.Obsolete;
882
+ }
883
+ }
884
+ });
885
+ // Remove any replacements already queued
886
+ itemEdit.resourceFilePaths =
887
+ itemEdit.resourceFilePaths.filter((path) => path.updateType != interfaces.EUpdateType.Obsolete);
888
+ // Add the new thumbnail to the store item
889
+ itemEdit.resourceFilePaths.push({
890
+ blob: itemEdit.thumbnail,
891
+ filename: itemEdit.thumbnail.name,
892
+ type: solutionResource.EFileType.Thumbnail,
893
+ updateType: interfaces.EUpdateType.Add
894
+ });
895
+ // Update the store
896
+ this.setItemInfo(itemEdit);
897
+ }
898
+ /**
899
+ * Writes a Solution into AGO from the store. Must use `loadSolution` to continue with solution.
900
+ *
901
+ * @returns Promise that resolves when task is done
902
+ */
903
+ async saveSolution() {
904
+ // Update the templates in the original solution item data
905
+ const solutionItemId = this._store.get("solutionItemId");
906
+ const solutionData = this._store.get("solutionData");
907
+ const spatialReferenceInfo = this._store.get("spatialReferenceInfo");
908
+ await this._prepareSolutionItemsForStorage(solutionItemId, solutionData.templates, this._authentication);
909
+ const updatedDefaultWkid = this._setSpatialReferenceInfo(spatialReferenceInfo, solutionData.templates);
910
+ if (updatedDefaultWkid) {
911
+ restHelpersGet.setCreateProp(solutionData, "params.wkid", {
912
+ "label": "Spatial Reference",
913
+ "default": updatedDefaultWkid,
914
+ "valueType": "spatialReference",
915
+ "attributes": {
916
+ "required": "true"
917
+ }
918
+ });
919
+ }
920
+ else {
921
+ restHelpersGet.setCreateProp(solutionData, "params.wkid", {});
922
+ }
923
+ const itemInfo = {
924
+ id: solutionItemId,
925
+ text: solutionData
926
+ };
927
+ await updateItem(itemInfo, this._authentication);
928
+ }
929
+ /**
930
+ * Stores information for item.
931
+ *
932
+ * @param itemEdit Item information
933
+ */
934
+ setItemInfo(itemEdit) {
935
+ const solutionData = this._store.get("solutionData");
936
+ const templates = solutionData.templates;
937
+ templates.some((t) => {
938
+ if (itemEdit.itemId == t.itemId) {
939
+ t = itemEdit;
940
+ this._store.set("solutionData", solutionData);
941
+ this._flagStoreHasChanges(true);
942
+ return true;
943
+ }
944
+ return false;
945
+ });
946
+ }
947
+ /**
948
+ * Sets a top-level store property: solutionItemId, defaultWkid, etc.
949
+ *
950
+ * @param propName Name of property
951
+ * @param value Value of property
952
+ */
953
+ setStoreInfo(propName, value) {
954
+ this._store.set(propName, value);
955
+ this._flagStoreHasChanges(true);
956
+ }
957
+ //------------------------------------------------------------------------------------------------------------------//
958
+ /** Provides access to protected methods for unit testing.
959
+ *
960
+ * @param methodName Name of protected method to run
961
+ * @param arg1 First argument to forward to method, e.g., for "_prepareSolutionItemsForEditing", `solutionItemId`
962
+ * @param arg2 Second argument to forward to method, e.g., for "_prepareSolutionItemsForEditing", `templates`
963
+ * @param arg3 Third argument to forward to method, e.g., for "_prepareSolutionItemsForEditing", `authentication`
964
+ *
965
+ * @returns
966
+ */
967
+ _testAccess(methodName, arg1, arg2, arg3) {
968
+ switch (methodName) {
969
+ case "_emptyTheStore":
970
+ this._emptyTheStore();
971
+ break;
972
+ case "_getFeatureServices":
973
+ return this._getFeatureServices(arg1);
974
+ case "_getItemsSharedWithThisGroup":
975
+ return this._getItemsSharedWithThisGroup(arg1, arg2);
976
+ case "_getResourceFilePaths":
977
+ return this._getResourceFilePaths(arg1, arg2, arg3);
978
+ case "_getResourceStorageName":
979
+ return this._getResourceStorageName(arg1, arg2);
980
+ case "_getSpatialReferenceInfo":
981
+ return this._getSpatialReferenceInfo(arg1, arg2);
982
+ case "_prepareSolutionItemsForEditing":
983
+ return this._prepareSolutionItemsForEditing(arg1, arg2, arg3);
984
+ case "_prepareSolutionItemsForStorage":
985
+ return this._prepareSolutionItemsForStorage(arg1, arg2, arg3);
986
+ case "_setSpatialReferenceInfo":
987
+ return this._setSpatialReferenceInfo(arg1, arg2);
988
+ case "_splitFilename":
989
+ return this._splitFilename(arg1);
990
+ }
991
+ return null;
992
+ }
993
+ /**
994
+ * Returns the store to the empty state.
995
+ *
996
+ * @protected
997
+ */
998
+ _emptyTheStore() {
999
+ this._store.set("solutionItemId", EmptySolutionStore.solutionItemId);
1000
+ this._store.set("defaultWkid", EmptySolutionStore.defaultWkid);
1001
+ this._store.set("solutionData", EmptySolutionStore.solutionData);
1002
+ this._store.set("templateEdits", EmptySolutionStore.templateEdits);
1003
+ this._store.set("featureServices", EmptySolutionStore.featureServices);
1004
+ this._store.set("spatialReferenceInfo", EmptySolutionStore.spatialReferenceInfo);
1005
+ }
1006
+ /**
1007
+ * Sets the store's flag indicating if it has changes and dispatches an event when
1008
+ * the flag value changes.
1009
+ *
1010
+ * @param flagHasChanges Current state of change in the store; if it doesn't match the value saved in this
1011
+ * object, an event is dispatched with the new value and the saved value is updated
1012
+ *
1013
+ * @protected
1014
+ */
1015
+ _flagStoreHasChanges(flagHasChanges) {
1016
+ // Event for notifying if the store has changes or not
1017
+ if (this._hasChanges !== flagHasChanges) {
1018
+ window.dispatchEvent(new CustomEvent("solutionStoreHasChanges", {
1019
+ detail: flagHasChanges,
1020
+ bubbles: true,
1021
+ cancelable: false,
1022
+ composed: true
1023
+ }));
1024
+ }
1025
+ this._hasChanges = flagHasChanges;
1026
+ }
1027
+ /**
1028
+ * Gets a list of Feature Services that are not views.
1029
+ *
1030
+ * @param templates A list of item templates from the solution
1031
+ *
1032
+ * @returns a list of feature services
1033
+ *
1034
+ * @protected
1035
+ */
1036
+ _getCustomizableFeatureServices(templates) {
1037
+ return templates.reduce((prev, cur) => {
1038
+ if (cur.type === "Feature Service" && cur.item.typeKeywords.indexOf("View Service") < 0) {
1039
+ prev.push(cur);
1040
+ }
1041
+ return prev;
1042
+ }, []);
1043
+ }
1044
+ /**
1045
+ * Gets a list of Feature Services that are not views along with an enabled property that indicates
1046
+ * if the service currently uses a spatial reference variable.
1047
+ *
1048
+ * @param templates A list of item templates from the solution
1049
+ *
1050
+ * @returns a list of feature service names and an enabled property to indicate
1051
+ * if they currently use a spatial reference variable.
1052
+ *
1053
+ * @protected
1054
+ */
1055
+ _getFeatureServices(templates) {
1056
+ const customizeableFeatureServices = this._getCustomizableFeatureServices(templates);
1057
+ return customizeableFeatureServices.map((fs) => {
1058
+ const name = fs.item.title || fs.item.name;
1059
+ const wkid = restHelpersGet.getProp(fs, "properties.service.spatialReference.wkid");
1060
+ return { name, enabled: wkid.toString().startsWith("{{params.wkid||") };
1061
+ });
1062
+ }
1063
+ /**
1064
+ * Capture the key item details for a given group template
1065
+ *
1066
+ * @param template one of the templates from the current solution
1067
+ * @param templates full list of templates
1068
+ *
1069
+ * @returns a list of IItemShare objects
1070
+ *
1071
+ * @protected
1072
+ */
1073
+ _getItemsSharedWithThisGroup(template, templates) {
1074
+ return templates.reduce((prev, cur) => {
1075
+ if (cur.itemId !== template.itemId && cur.type !== "Group") {
1076
+ prev.push({
1077
+ id: cur.itemId,
1078
+ title: cur.item.name || cur.item.title,
1079
+ isShared: (cur.groups || []).indexOf(template.itemId) > -1,
1080
+ shareItem: (cur.groups || []).indexOf(template.itemId) > -1,
1081
+ type: cur.type,
1082
+ typeKeywords: cur.item.typeKeywords
1083
+ });
1084
+ }
1085
+ return prev;
1086
+ }, []);
1087
+ }
1088
+ /**
1089
+ * Generate storage file paths from the solution template
1090
+ *
1091
+ * @param solutionId the id of the current solution
1092
+ * @param template the current template from the solution
1093
+ * @param portal Portal where file is to be found
1094
+ *
1095
+ * @returns a list of resource file infos
1096
+ *
1097
+ * @protected
1098
+ */
1099
+ _getResourceFilePaths(solutionId, template, portal) {
1100
+ const resourceFilePaths = generateStorageFilePaths(portal, solutionId, template.resources, solutionResource.SolutionTemplateFormatVersion);
1101
+ return resourceFilePaths.map((fp) => {
1102
+ fp.updateType = interfaces.EUpdateType.None;
1103
+ return fp;
1104
+ });
1105
+ }
1106
+ /**
1107
+ * Generates a resource name from a storage file path.
1108
+ *
1109
+ * @param templateItemId The id of the template item whose resource this is; used as a prefix in the resource name
1110
+ * @param resourcePath Resource file infos
1111
+ *
1112
+ * @returns The resource name to use when attaching a resource to the item.
1113
+ *
1114
+ * @protected
1115
+ */
1116
+ _getResourceStorageName(templateItemId, resourcePath) {
1117
+ /* Converts
1118
+ {
1119
+ "url": "https://myorg.maps.arcgis.com/sharing/rest/content/items/ca924c6db7d247b9a31fa30532fb5913/resources/79036430a6274e17ae915d0278b8569c_info_metadata/metadata.xml",
1120
+ "type": 2,
1121
+ "folder": "",
1122
+ "filename": "metadata.xml",
1123
+ "updateType": 3
1124
+ }
1125
+ to
1126
+ ca924c6db7d247b9a31fa30532fb5913_info_metadata/metadata.xml
1127
+ */
1128
+ let prefix = templateItemId;
1129
+ switch (resourcePath.type) {
1130
+ case solutionResource.EFileType.Data:
1131
+ prefix = `${prefix}_info_data`;
1132
+ break;
1133
+ case solutionResource.EFileType.Info:
1134
+ prefix = `${prefix}_info`;
1135
+ break;
1136
+ case solutionResource.EFileType.Metadata:
1137
+ prefix = `${prefix}_info_metadata`;
1138
+ break;
1139
+ case solutionResource.EFileType.Resource:
1140
+ break;
1141
+ case solutionResource.EFileType.Thumbnail:
1142
+ prefix = `${prefix}_info_thumbnail`;
1143
+ break;
1144
+ }
1145
+ let filenameToUse = resourcePath.filename;
1146
+ if (resourcePath.type == solutionResource.EFileType.Data && filenameToUse && !isSupportedFileType(filenameToUse)) {
1147
+ filenameToUse = filenameToUse + ".zip";
1148
+ prefix += "z";
1149
+ }
1150
+ const filename = resourcePath.folder ? resourcePath.folder + "/" + filenameToUse : filenameToUse;
1151
+ return prefix + "/" + filename;
1152
+ }
1153
+ /**
1154
+ * Extracts basic spatial reference information that is used to determine if a custom spatial reference parameter will
1155
+ * be exposed while deploying this solution and if so what feature services will support it and what will the default wkid be
1156
+ *
1157
+ * @param services a list of objects with service name and enabled property (indicates if they currently use a spatial reference var)
1158
+ * @param data the data object of a solution item
1159
+ *
1160
+ * @returns an object that stores if a custom spatial reference parameter is enabled/disabled,
1161
+ * a list of services and if they are enabled/disabled, and the default wkid
1162
+ *
1163
+ * @protected
1164
+ */
1165
+ _getSpatialReferenceInfo(services, defaultWkid) {
1166
+ const defaultServices = {};
1167
+ services.forEach(service => {
1168
+ defaultServices[service.name] = service.enabled;
1169
+ });
1170
+ return {
1171
+ enabled: defaultWkid !== undefined,
1172
+ services: defaultServices,
1173
+ spatialReference: defaultWkid ? defaultWkid : undefined
1174
+ };
1175
+ }
1176
+ /**
1177
+ * Create and store template items for the editor.
1178
+ *
1179
+ * @param solutionItemId Id of the solution represented in the store
1180
+ * @param templates A list of item templates from the solution
1181
+ * @param authentication Credentials for fetching information to be loaded into the store
1182
+ *
1183
+ * @returns a promise that resolves when the templates are ready
1184
+ *
1185
+ * @protected
1186
+ */
1187
+ async _prepareSolutionItemsForEditing(solutionItemId, templates, authentication) {
1188
+ const thumbnailPromises = [];
1189
+ // Augment the template with paths to resources and group information, if relevant
1190
+ templates.forEach((t) => {
1191
+ t.resourceFilePaths = this._getResourceFilePaths(solutionItemId, t, authentication.portal);
1192
+ thumbnailPromises.push(t.resourceFilePaths.length > 0 ?
1193
+ getThumbnailFromStorageItem(authentication, t.resourceFilePaths) :
1194
+ Promise.resolve());
1195
+ t.groupDetails = t.type === "Group" ? this._getItemsSharedWithThisGroup(t, templates) : [];
1196
+ });
1197
+ // Augment the template with its thumbnail file
1198
+ const thumbnails = await Promise.all(thumbnailPromises);
1199
+ templates.forEach((t, i) => {
1200
+ t.thumbnail = thumbnails[i] ? thumbnails[i] : undefined;
1201
+ });
1202
+ return Promise.resolve();
1203
+ }
1204
+ /**
1205
+ * Prepares template items for sending to AGO by updating the resources held by the solution item.
1206
+ *
1207
+ * @param solutionItemId Id of the solution represented in the store
1208
+ * @param templates A list of item templates from the solution
1209
+ * @param authentication Credentials for fetching information to be loaded into the store
1210
+ *
1211
+ * @returns a promise that resolves when the templates are ready
1212
+ *
1213
+ * @protected
1214
+ */
1215
+ async _prepareSolutionItemsForStorage(solutionItemId, templates, authentication) {
1216
+ const resourceAdds = [];
1217
+ // Update the resources and remove the augmentation from a template
1218
+ const pendingTasks = [];
1219
+ templates.forEach((t) => {
1220
+ // Run through the resourceFilePaths for the item seeking modifications to be made to the solution item's
1221
+ // collection of resources; queue them for batching
1222
+ // eslint-disable-next-line @typescript-eslint/no-misused-promises
1223
+ t.resourceFilePaths.forEach(async (path) => {
1224
+ const storageName = this._getResourceStorageName(t.itemId, path);
1225
+ switch (path.updateType) {
1226
+ case interfaces.EUpdateType.Add:
1227
+ const { prefix, suffix } = this._splitFilename(storageName);
1228
+ t.resources.push(storageName);
1229
+ resourceAdds.push({
1230
+ itemId: t.itemId,
1231
+ file: path.blob,
1232
+ folder: prefix,
1233
+ filename: suffix
1234
+ });
1235
+ break;
1236
+ case interfaces.EUpdateType.Update:
1237
+ // eslint-disable-next-line @typescript-eslint/no-misused-promises
1238
+ pendingTasks.push(new Promise(async (resolve) => {
1239
+ try {
1240
+ await updateItemResourceFile(solutionItemId, storageName, path.blob, authentication);
1241
+ }
1242
+ catch (err) {
1243
+ console.log("Unable to update " + storageName + " for item " + t.itemId + ": " + JSON.stringify(err));
1244
+ }
1245
+ resolve();
1246
+ }));
1247
+ break;
1248
+ case interfaces.EUpdateType.Remove:
1249
+ // eslint-disable-next-line @typescript-eslint/no-misused-promises
1250
+ pendingTasks.push(new Promise(async (resolve) => {
1251
+ try {
1252
+ await removeItemResourceFile(solutionItemId, storageName, authentication);
1253
+ t.resources = t.resources.filter((path) => path !== storageName);
1254
+ }
1255
+ catch (err) {
1256
+ console.log("Unable to remove " + storageName + " for item " + t.itemId + ": " + JSON.stringify(err));
1257
+ }
1258
+ resolve();
1259
+ }));
1260
+ break;
1261
+ }
1262
+ return Promise.resolve();
1263
+ });
1264
+ delete t.resourceFilePaths;
1265
+ delete t.thumbnail;
1266
+ delete t.groupDetails;
1267
+ });
1268
+ // Update the resources
1269
+ return Promise.all(pendingTasks)
1270
+ .then(async () => {
1271
+ if (resourceAdds.length > 0) {
1272
+ await copyFilesToStorageItem(resourceAdds, solutionItemId, authentication);
1273
+ }
1274
+ return Promise.resolve();
1275
+ });
1276
+ }
1277
+ /**
1278
+ * Stores basic spatial reference information that is used to determine if a custom spatial reference parameter will
1279
+ * be exposed while deploying this solution and if so what feature services will support it and what will the default wkid be
1280
+ *
1281
+ * @param spatialReferenceInfo The configuration settings for a custom spatial reference
1282
+ * @param templates The templates in the current solution, which will be updated in place if
1283
+ * `spatialReferenceInfo.enabled` is true
1284
+ *
1285
+ * @returns The new default wkid
1286
+ *
1287
+ * @protected
1288
+ */
1289
+ _setSpatialReferenceInfo(spatialReferenceInfo, templates) {
1290
+ const customizingPrefix = "{{params.wkid||";
1291
+ const customizeableFeatureServices = this._getCustomizableFeatureServices(templates);
1292
+ if (spatialReferenceInfo.enabled) {
1293
+ // Enable or disable this feature in each service
1294
+ customizeableFeatureServices.forEach((fs) => {
1295
+ const name = fs.item.title || fs.item.name;
1296
+ let wkid;
1297
+ if (spatialReferenceInfo.services[name]) { // enabled
1298
+ wkid = `{{params.wkid||${spatialReferenceInfo.spatialReference}}}`;
1299
+ restHelpersGet.setCreateProp(fs, "properties.service.spatialReference.wkid", wkid);
1300
+ }
1301
+ else { // disabled
1302
+ wkid = restHelpersGet.getProp(fs, "properties.service.spatialReference.wkid");
1303
+ // Remove customizing prefix if present
1304
+ if (wkid.toString().startsWith(customizingPrefix)) {
1305
+ wkid = wkid.toString().substring(customizingPrefix.length, wkid.length - 2);
1306
+ restHelpersGet.setCreateProp(fs, "properties.service.spatialReference.wkid", wkid);
1307
+ }
1308
+ }
1309
+ });
1310
+ return spatialReferenceInfo.spatialReference;
1311
+ }
1312
+ else {
1313
+ // Disable this feature in each service
1314
+ customizeableFeatureServices.forEach((fs) => {
1315
+ const wkid = restHelpersGet.getProp(fs, "properties.service.spatialReference.wkid");
1316
+ // Remove customizing prefix if present
1317
+ if (wkid.toString().startsWith(customizingPrefix)) {
1318
+ restHelpersGet.setCreateProp(fs, "properties.service.spatialReference.wkid", wkid.toString().substring(customizingPrefix.length, wkid.length - 2));
1319
+ }
1320
+ });
1321
+ return undefined;
1322
+ }
1323
+ }
1324
+ /**
1325
+ * Splits a pathed filename into a last term and a prefix; e.g., "a/b/c" returns "c" with a prefix of "a/b".
1326
+ *
1327
+ * @param filename Filename with optional path
1328
+ *
1329
+ * @returns An object consisting of a `prefix` (undefined if `filename` does not contain a path) and a `suffix`--the
1330
+ * filename at the end of a path
1331
+ *
1332
+ * @protected
1333
+ */
1334
+ _splitFilename(filename) {
1335
+ const filenameParts = filename.split("/");
1336
+ return {
1337
+ prefix: filenameParts.length > 1 ? filenameParts.slice(0, filenameParts.length - 1).join("/") : undefined,
1338
+ suffix: filenameParts[filenameParts.length - 1]
1339
+ };
1340
+ }
1341
+ }
1342
+ const state = SolutionStore.Store;
1343
+
1344
+ exports.state = state;