@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
@@ -1,1328 +0,0 @@
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
- import { c as createStore } from './index-aa6b7033.js';
7
- import { d as EUpdateType } from './interfaces-341e3ab3.js';
8
- import { E as EFileType, j as jszip_min, S as SolutionTemplateFormatVersion } from './solution-resource-342904db.js';
9
- import './index-37abc70f.js';
10
- import { c as cleanUrl, _ as __assign, r as request, b as blobToFile, d as checkUrlPathTermination, f as getThumbnailFile, h as getItemDataAsJson, a as getProp, s as setCreateProp } from './restHelpersGet-57a51bca.js';
11
-
12
- /* Copyright (c) 2018-2019 Environmental Systems Research Institute, Inc.
13
- * Apache-2.0 */
14
- /**
15
- * Returns an array with arrays of the given size.
16
- *
17
- * @param arr Array to split
18
- * @param size Size of every group
19
- */
20
- function chunkArray(arr, size) {
21
- const results = [];
22
- let index = 0;
23
- while (index < arr.length) {
24
- results.push(arr.slice(index, index + size));
25
- index += size;
26
- }
27
- return results;
28
- }
29
-
30
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
31
- * Apache-2.0 */
32
- /**
33
- * Helper that returns the appropriate portal url for a given request. `requestOptions.portal` is given
34
- * precedence over `authentication.portal`. If neither `portal` nor `authentication` is present,
35
- * `www.arcgis.com/sharing/rest` is returned.
36
- *
37
- * @param requestOptions - Request options that may have authentication manager
38
- * @returns Portal url to be used in API requests
39
- */
40
- function getPortalUrl(requestOptions) {
41
- if (requestOptions === void 0) { requestOptions = {}; }
42
- // use portal in options if specified
43
- if (requestOptions.portal) {
44
- return cleanUrl(requestOptions.portal);
45
- }
46
- // if auth was passed, use that portal
47
- if (requestOptions.authentication) {
48
- // the portal url is already scrubbed in the auth package
49
- return requestOptions.authentication.portal;
50
- }
51
- // default to arcgis.com
52
- return "https://www.arcgis.com/sharing/rest";
53
- }
54
-
55
- /* Copyright (c) 2017-2018 Environmental Systems Research Institute, Inc.
56
- * Apache-2.0 */
57
- /**
58
- * Serialize an item and its data into a json format accepted by the Portal API for create and update operations
59
- *
60
- * @param item Item to be serialized
61
- * @returns a formatted json object to be sent to Portal
62
- */
63
- function serializeItem(item) {
64
- // create a clone so we're not messing with the original
65
- var clone = JSON.parse(JSON.stringify(item));
66
- // binary data needs POSTed as a `file`
67
- // JSON object literals should be passed as `text`.
68
- if (clone.data) {
69
- (typeof Blob !== "undefined" && item.data instanceof Blob) ||
70
- // Node.js doesn't implement Blob
71
- item.data.constructor.name === "ReadStream"
72
- ? (clone.file = item.data)
73
- : (clone.text = item.data);
74
- delete clone.data;
75
- }
76
- return clone;
77
- }
78
- /**
79
- * `requestOptions.owner` is given priority, `requestOptions.item.owner` will be checked next. If neither are present, `authentication.getUserName()` will be used instead.
80
- */
81
- function determineOwner(requestOptions) {
82
- if (requestOptions.owner) {
83
- return Promise.resolve(requestOptions.owner);
84
- }
85
- else if (requestOptions.item && requestOptions.item.owner) {
86
- return Promise.resolve(requestOptions.item.owner);
87
- }
88
- else if (requestOptions.authentication &&
89
- requestOptions.authentication.getUsername) {
90
- return requestOptions.authentication.getUsername();
91
- }
92
- else {
93
- return Promise.reject(new Error("Could not determine the owner of this item. Pass the `owner`, `item.owner`, or `authentication` option."));
94
- }
95
- }
96
- /**
97
- * checks if the extent is a valid BBox (2 element array of coordinate pair arrays)
98
- * @param extent
99
- * @returns
100
- */
101
- function isBBox(extent) {
102
- return (Array.isArray(extent) &&
103
- Array.isArray(extent[0]) &&
104
- Array.isArray(extent[1]));
105
- }
106
- /**
107
- * Given a Bbox, convert it to a string. Some api endpoints expect a string
108
- *
109
- * @param {BBox} extent
110
- * @return {*} {string}
111
- */
112
- function bboxToString(extent) {
113
- return extent.join(",");
114
- }
115
-
116
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
117
- * Apache-2.0 */
118
- /**
119
- * ```js
120
- * import { updateItem } from "@esri/arcgis-rest-portal";
121
- * //
122
- * updateItem({
123
- * item: {
124
- * id: "3ef",
125
- * description: "A three hour tour"
126
- * },
127
- * authentication
128
- * })
129
- * .then(response)
130
- * ```
131
- * Update an Item. See the [REST Documentation](https://developers.arcgis.com/rest/users-groups-and-items/update-item.htm) for more information.
132
- *
133
- * @param requestOptions - Options for the request.
134
- * @returns A Promise that updates an item.
135
- */
136
- function updateItem$1(requestOptions) {
137
- return determineOwner(requestOptions).then(function (owner) {
138
- var url = requestOptions.folderId
139
- ? getPortalUrl(requestOptions) + "/content/users/" + owner + "/" + requestOptions.folderId + "/items/" + requestOptions.item.id + "/update"
140
- : getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.item.id + "/update";
141
- // serialize the item into something Portal will accept
142
- requestOptions.params = __assign(__assign({}, requestOptions.params), serializeItem(requestOptions.item));
143
- // convert extent, if present, into a string from bbox
144
- // processParams was previously doing this sort of work,
145
- // however now we need to let array of arrays through
146
- // Thus for extents we need to move this logic here
147
- if (requestOptions.params.extent && isBBox(requestOptions.params.extent)) {
148
- requestOptions.params.extent = bboxToString(requestOptions.params.extent);
149
- }
150
- /* istanbul ignore if */
151
- if (requestOptions.params.file &&
152
- requestOptions.params.file.constructor &&
153
- requestOptions.params.file.constructor.name === 'ReadStream') {
154
- // dataSize is not an official parameter for the ArcGIS REST API but is needed
155
- // to encode the ReadStream with an appropriate length. This is to overcome
156
- // the form-data library bug:
157
- // https://github.com/form-data/form-data/issues/508
158
- requestOptions.params.dataSize = requestOptions.dataSize;
159
- }
160
- return request(url, requestOptions);
161
- });
162
- }
163
- /**
164
- * ```js
165
- * import { updateItemResource } from "@esri/arcgis-rest-portal";
166
- * //
167
- * updateItemResource({
168
- * id: '3ef',
169
- * resource: file,
170
- * name: 'bigkahuna.jpg',
171
- * authentication
172
- * })
173
- * .then(response)
174
- * ```
175
- * 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.
176
- *
177
- * @param requestOptions - Options for the request
178
- * @returns A Promise that updates an item resource.
179
- */
180
- function updateItemResource(requestOptions) {
181
- return determineOwner(requestOptions).then(function (owner) {
182
- var url = getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.id + "/updateResources";
183
- // mix in user supplied params
184
- requestOptions.params = __assign({ file: requestOptions.resource, fileName: requestOptions.name, resourcesPrefix: requestOptions.prefix, text: requestOptions.content }, requestOptions.params);
185
- // only override the access specified previously if 'private' is passed explicitly
186
- if (typeof requestOptions.private !== "undefined") {
187
- requestOptions.params.access = requestOptions.private
188
- ? "private"
189
- : "inherit";
190
- }
191
- return request(url, requestOptions);
192
- });
193
- }
194
-
195
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
196
- * Apache-2.0 */
197
- /**
198
- * ```js
199
- * import { addItemResource } from "@esri/arcgis-rest-portal";
200
- * //
201
- * // Add a file resource
202
- * addItemResource({
203
- * id: '3ef',
204
- * resource: file,
205
- * name: 'bigkahuna.jpg',
206
- * authentication
207
- * })
208
- * .then(response)
209
- * //
210
- * // Add a text resource
211
- * addItemResource({
212
- * id: '4fg',
213
- * content: "Text content",
214
- * name: 'bigkahuna.txt',
215
- * authentication
216
- * })
217
- * .then(response)
218
- * ```
219
- * 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.
220
- *
221
- * @param requestOptions - Options for the request
222
- * @returns A Promise to add item resources.
223
- */
224
- function addItemResource(requestOptions) {
225
- return determineOwner(requestOptions).then(function (owner) {
226
- var url = getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.id + "/addResources";
227
- requestOptions.params = __assign({ file: requestOptions.resource, fileName: requestOptions.name, resourcesPrefix: requestOptions.prefix, text: requestOptions.content, access: requestOptions.private ? "private" : "inherit" }, requestOptions.params);
228
- return request(url, requestOptions);
229
- });
230
- }
231
-
232
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
233
- * Apache-2.0 */
234
- /**
235
- * Remove a resource associated with an item
236
- *
237
- * @param requestOptions - Options for the request
238
- * @returns A Promise that deletes an item resource.
239
- */
240
- function removeItemResource(requestOptions) {
241
- return determineOwner(requestOptions).then(function (owner) {
242
- var url = getPortalUrl(requestOptions) + "/content/users/" + owner + "/items/" + requestOptions.id + "/removeResources";
243
- // mix in user supplied params
244
- requestOptions.params = __assign(__assign({}, requestOptions.params), { resource: requestOptions.resource });
245
- // only override the deleteAll param specified previously if it is passed explicitly
246
- if (typeof requestOptions.deleteAll !== "undefined") {
247
- requestOptions.params.deleteAll = requestOptions.deleteAll;
248
- }
249
- return request(url, requestOptions);
250
- });
251
- }
252
-
253
- /** @license
254
- * Copyright 2018 Esri
255
- *
256
- * Licensed under the Apache License, Version 2.0 (the "License");
257
- * you may not use this file except in compliance with the License.
258
- * You may obtain a copy of the License at
259
- *
260
- * http://www.apache.org/licenses/LICENSE-2.0
261
- *
262
- * Unless required by applicable law or agreed to in writing, software
263
- * distributed under the License is distributed on an "AS IS" BASIS,
264
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
265
- * See the License for the specific language governing permissions and
266
- * limitations under the License.
267
- */
268
- /**
269
- * Updates an item.
270
- *
271
- * @param itemInfo The base info of an item; note that this content will be serialized, which doesn't work
272
- * for binary content
273
- * @param authentication Credentials for request
274
- * @param folderId Item's folder
275
- * @param additionalParams Updates that are put under the `params` property, which is not serialized
276
- * @return
277
- */
278
- function updateItem(itemInfo, authentication, folderId, additionalParams) {
279
- return new Promise((resolve, reject) => {
280
- const updateOptions = {
281
- item: itemInfo,
282
- folderId: folderId,
283
- authentication: authentication,
284
- params: {
285
- ...(additionalParams ?? {})
286
- }
287
- };
288
- updateItem$1(updateOptions).then(response => (response.success ? resolve(response) : reject(response)), err => reject(err));
289
- });
290
- }
291
-
292
- /** @license
293
- * Copyright 2020 Esri
294
- *
295
- * Licensed under the Apache License, Version 2.0 (the "License");
296
- * you may not use this file except in compliance with the License.
297
- * You may obtain a copy of the License at
298
- *
299
- * http://www.apache.org/licenses/LICENSE-2.0
300
- *
301
- * Unless required by applicable law or agreed to in writing, software
302
- * distributed under the License is distributed on an "AS IS" BASIS,
303
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
304
- * See the License for the specific language governing permissions and
305
- * limitations under the License.
306
- */
307
- /**
308
- * Extracts an item's resource folder and filename from the filename used to store a copy in a storage item.
309
- *
310
- * @param storageResourceFilename Filename used to store the resource, metadata, or thumbnail of an item
311
- * @param storageVersion Version of the Solution template
312
- * @returns Folder and filename for storing information in an item, as well as the type (resource, metadata,
313
- * or thumbnail) of the information; the folder property is only meaningful for the resource type
314
- * @see generateResourceStorageFilename
315
- * @see generateMetadataStorageFilename
316
- * @see generateThumbnailStorageFilename
317
- * @see convertItemResourceToStorageResource
318
- */
319
- function convertStorageResourceToItemResource(storageResourceFilename, storageVersion = 0) {
320
- const nameParts = storageResourceFilename.split("/");
321
- let filename = nameParts.pop();
322
- let folder = "";
323
- const firstPrefixPart = nameParts.shift(); // undefined if there's no folder
324
- // Handle special "folders"
325
- let type = EFileType.Resource;
326
- if (firstPrefixPart) {
327
- if (firstPrefixPart.endsWith("_info_thumbnail")) {
328
- type = EFileType.Thumbnail;
329
- }
330
- else if (firstPrefixPart.endsWith("_info_metadata")) {
331
- type = EFileType.Metadata;
332
- filename = "metadata.xml";
333
- }
334
- else if (firstPrefixPart.endsWith("_info_data")) {
335
- type = EFileType.Data;
336
- }
337
- else if (firstPrefixPart.endsWith("_info_dataz")) {
338
- filename = filename.replace(/\.zip$/, "");
339
- type = EFileType.Data;
340
- // Otherwise, strip off item id
341
- }
342
- else if (storageVersion < 1) {
343
- // Version 0
344
- const folderStart = firstPrefixPart.indexOf("_");
345
- if (folderStart > 0) {
346
- folder = firstPrefixPart.substr(folderStart + 1);
347
- }
348
- }
349
- else {
350
- // Version ≥ 1
351
- folder = nameParts.join("/"); // folder is optional, in which case this will be ""
352
- }
353
- }
354
- return { type, folder, filename };
355
- }
356
-
357
- /** @license
358
- * Copyright 2021 Esri
359
- *
360
- * Licensed under the Apache License, Version 2.0 (the "License");
361
- * you may not use this file except in compliance with the License.
362
- * You may obtain a copy of the License at
363
- *
364
- * http://www.apache.org/licenses/LICENSE-2.0
365
- *
366
- * Unless required by applicable law or agreed to in writing, software
367
- * distributed under the License is distributed on an "AS IS" BASIS,
368
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
369
- * See the License for the specific language governing permissions and
370
- * limitations under the License.
371
- */
372
- // ------------------------------------------------------------------------------------------------------------------ //
373
- /**
374
- * Generates IAssociatedFileCopyResults object.
375
- *
376
- * @param fileInfo Info about item that was to be copied
377
- * @param fetchedFromSource Status of fetching item from source
378
- * @param copiedToDestination Status of copying item to destination
379
- * @returns IAssociatedFileCopyResults object
380
- */
381
- function createCopyResults(fileInfo, fetchedFromSource, copiedToDestination) {
382
- return {
383
- ...fileInfo,
384
- fetchedFromSource,
385
- copiedToDestination
386
- };
387
- }
388
-
389
- /** @license
390
- * Copyright 2021 Esri
391
- *
392
- * Licensed under the Apache License, Version 2.0 (the "License");
393
- * you may not use this file except in compliance with the License.
394
- * You may obtain a copy of the License at
395
- *
396
- * http://www.apache.org/licenses/LICENSE-2.0
397
- *
398
- * Unless required by applicable law or agreed to in writing, software
399
- * distributed under the License is distributed on an "AS IS" BASIS,
400
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
401
- * See the License for the specific language governing permissions and
402
- * limitations under the License.
403
- */
404
- // ------------------------------------------------------------------------------------------------------------------ //
405
- /**
406
- * Copies a resource into a zipfile.
407
- *
408
- * @param file Information about the source and destination of the file such as its URL, folder, filename
409
- * @param zipInfo Information about a zipfile such as its name and its zip object
410
- * @returns The result of the copy
411
- */
412
- function copyResourceIntoZip(file, zipInfo) {
413
- // Add it to the zip
414
- if (file.folder) {
415
- zipInfo.zip
416
- .folder(file.folder)
417
- .file(file.filename, file.file, { binary: true });
418
- }
419
- else {
420
- zipInfo.zip.file(file.filename, file.file, { binary: true });
421
- }
422
- zipInfo.filelist.push(file);
423
- return createCopyResults(file, true);
424
- }
425
-
426
- /** @license
427
- * Copyright 2021 Esri
428
- *
429
- * Licensed under the Apache License, Version 2.0 (the "License");
430
- * you may not use this file except in compliance with the License.
431
- * You may obtain a copy of the License at
432
- *
433
- * http://www.apache.org/licenses/LICENSE-2.0
434
- *
435
- * Unless required by applicable law or agreed to in writing, software
436
- * distributed under the License is distributed on an "AS IS" BASIS,
437
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
438
- * See the License for the specific language governing permissions and
439
- * limitations under the License.
440
- */
441
- // ------------------------------------------------------------------------------------------------------------------ //
442
- /**
443
- * Copies a zipfile into an AGO item.
444
- *
445
- * @param zipInfo Information about a zipfile such as its name and its zip object
446
- * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
447
- * @param destinationAuthentication Credentials for the request to the storage
448
- * @returns A promise which resolves to the result of the copy
449
- */
450
- function copyZipIntoItem(zipInfo, destinationItemId, destinationAuthentication) {
451
- return new Promise(resolve => {
452
- zipInfo.zip
453
- .generateAsync({ type: "blob" })
454
- .then((content) => {
455
- return blobToFile(content, zipInfo.filename, "application/zip");
456
- })
457
- .then((zipfile) => {
458
- const addResourceOptions = {
459
- id: destinationItemId,
460
- resource: zipfile,
461
- authentication: destinationAuthentication,
462
- params: {
463
- archive: true
464
- }
465
- };
466
- return addItemResource(addResourceOptions);
467
- })
468
- .then(() => resolve(createCopyResults(zipInfo, true, true)), () => resolve(createCopyResults(zipInfo, true, false)) // unable to add resource
469
- );
470
- });
471
- }
472
-
473
- /** @license
474
- * Copyright 2021 Esri
475
- *
476
- * Licensed under the Apache License, Version 2.0 (the "License");
477
- * you may not use this file except in compliance with the License.
478
- * You may obtain a copy of the License at
479
- *
480
- * http://www.apache.org/licenses/LICENSE-2.0
481
- *
482
- * Unless required by applicable law or agreed to in writing, software
483
- * distributed under the License is distributed on an "AS IS" BASIS,
484
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
485
- * See the License for the specific language governing permissions and
486
- * limitations under the License.
487
- */
488
- // ------------------------------------------------------------------------------------------------------------------ //
489
- /**
490
- * Copies the files for storing the resources, metadata, and thumbnail of an item or group to a storage item
491
- * with a specified path by collecting files into zip files.
492
- *
493
- * @param files List of item files' URLs and folder/filenames for storing the files
494
- * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
495
- * @param destinationAuthentication Credentials for the request to the storage
496
- * @param filesPerZip Number of files to include per zip file; AGO limits zips to 50 files
497
- * @returns A promise which resolves to a list of the result of the copies
498
- */
499
- function copyFilesAsResources(files, destinationItemId, destinationAuthentication, filesPerZip = 40) {
500
- return new Promise(resolve => {
501
- let awaitAllItems = [];
502
- const zipInfos = [];
503
- if (files.length > 0) {
504
- // Bundle the resources into chunked zip updates because AGO tends to have problems with
505
- // many updates in a row to the same item: it claims success despite randomly failing.
506
- // Note that AGO imposes a limit of 50 files per zip, so we break the list of resource
507
- // file info into chunks below this threshold and start a zip for each
508
- // https://developers.arcgis.com/rest/users-groups-and-items/add-resources.htm
509
- const chunkedResourceFiles = chunkArray(files, filesPerZip);
510
- chunkedResourceFiles.forEach((chunk, index) => {
511
- // Create a zip for this chunk
512
- const zipInfo = {
513
- filename: `resources${index}.zip`,
514
- zip: new jszip_min(),
515
- filelist: []
516
- };
517
- awaitAllItems = awaitAllItems.concat(chunk.map(file => copyResourceIntoZip(file, zipInfo)));
518
- zipInfos.push(zipInfo);
519
- });
520
- }
521
- if (awaitAllItems.length > 0) {
522
- // Wait until the Resource zip file(s) are prepared
523
- void Promise.all(awaitAllItems).then((results) => {
524
- // We have three types of results:
525
- // | fetchedFromSource | copiedToDestination | interpretation | |
526
- // +-------------------+---------------------+------------------------------------------------+
527
- // | false | * | could not fetch file from source |
528
- // | true | true | file has been fetched and sent to AGO |
529
- // | true | undefined | file has been fetched and will be sent via zip |
530
- // Filter out copiedToDestination===undefined; we'll get their status when we send their zip
531
- results = results.filter((result) => !(result.fetchedFromSource &&
532
- typeof result.copiedToDestination === "undefined"));
533
- // Now send the resources to AGO
534
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
535
- _copyAssociatedFileZips(zipInfos, destinationItemId, destinationAuthentication).then((zipResults) => {
536
- resolve(results.concat(zipResults));
537
- });
538
- });
539
- }
540
- else {
541
- // No data, metadata, or resources to send; we're done
542
- resolve([]);
543
- }
544
- });
545
- }
546
- /**
547
- * Copies one or more zipfiles to a storage item.
548
- *
549
- * @param zipInfos List of zip files containing files to store
550
- * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
551
- * @param destinationAuthentication Credentials for the request to the storage
552
- * @returns A promise which resolves to a list of the result of the copies
553
- * @private
554
- */
555
- function _copyAssociatedFileZips(zipInfos, destinationItemId, destinationAuthentication) {
556
- return new Promise(resolve => {
557
- const results = [];
558
- // Filter out empty zips, which can happen when none of the files in the chunk going into a zip
559
- // can be fetched; e.g., the only file is metadata.xml, and the source item doesn't have metadata
560
- const nonEmptyZipInfos = zipInfos.filter((zipInfo) => Object.keys(zipInfo.zip.files).length > 0);
561
- if (nonEmptyZipInfos.length > 0) {
562
- // Send the zip(s) to AGO
563
- void _sendZipsSeriallyToItem(nonEmptyZipInfos, destinationItemId, destinationAuthentication).then((zipResults) => {
564
- resolve(zipResults);
565
- });
566
- }
567
- else {
568
- // No resources to send; we're done
569
- resolve(results);
570
- }
571
- });
572
- }
573
- /**
574
- * Copies one or more zipfiles to a storage item in a serial fashion, waiting a bit between sends.
575
- *
576
- * @param zipInfos List of zip files containing files to store
577
- * @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
578
- * @param destinationAuthentication Credentials for the request to the storage
579
- * @returns A promise which resolves to a list of the result of the copies
580
- */
581
- function _sendZipsSeriallyToItem(zipInfos, destinationItemId, destinationAuthentication) {
582
- return new Promise(resolve => {
583
- let allResults = [];
584
- // Remove zip from bottom of list
585
- const zipInfoToSend = zipInfos.pop();
586
- // Send predecessors in list
587
- let sendOthersPromise = Promise.resolve([]);
588
- if (zipInfos.length > 0) {
589
- sendOthersPromise = _sendZipsSeriallyToItem(zipInfos, destinationItemId, destinationAuthentication);
590
- }
591
- void sendOthersPromise
592
- .then((response) => {
593
- allResults = response;
594
- // Stall a little to give AGO time to catch up
595
- return new Promise(resolveSleep => {
596
- setTimeout(() => resolveSleep(), 1000);
597
- });
598
- })
599
- .then(() => {
600
- // Now send the zip removed from bottom of the input list
601
- return copyZipIntoItem(zipInfoToSend, destinationItemId, destinationAuthentication);
602
- })
603
- .then((zipResult) => {
604
- // Save the result of copying this zip as a status for each of the files that it contains
605
- zipResult.filelist.forEach((fileInfo) => {
606
- allResults.push(createCopyResults(fileInfo, true, zipResult.copiedToDestination));
607
- });
608
- resolve(allResults);
609
- });
610
- });
611
- }
612
-
613
- /** @license
614
- * Copyright 2018 Esri
615
- *
616
- * Licensed under the Apache License, Version 2.0 (the "License");
617
- * you may not use this file except in compliance with the License.
618
- * You may obtain a copy of the License at
619
- *
620
- * http://www.apache.org/licenses/LICENSE-2.0
621
- *
622
- * Unless required by applicable law or agreed to in writing, software
623
- * distributed under the License is distributed on an "AS IS" BASIS,
624
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
625
- * See the License for the specific language governing permissions and
626
- * limitations under the License.
627
- */
628
- /**
629
- * Copies the files for storing the resources, metadata, and thumbnail of an item or group to a storage item
630
- * with a specified path.
631
- *
632
- * @param files List of item files and paths for storing the files
633
- * @param storageItemId Id of item to receive copy of resource/metadata
634
- * @param storageAuthentication Credentials for the request to the storage
635
- * @returns A promise which resolves to a list of the filenames under which the resource/metadata are stored
636
- */
637
- function copyFilesToStorageItem(files, storageItemId, storageAuthentication) {
638
- return new Promise(resolve => {
639
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
640
- void copyFilesAsResources(files, storageItemId, storageAuthentication).then((results) => {
641
- resolve(results
642
- // Filter out failures
643
- .filter((result) => result.fetchedFromSource && result.copiedToDestination)
644
- // Return folder and filename in storage item's resources
645
- .map((result) => result.folder + "/" + result.filename));
646
- });
647
- });
648
- }
649
- /**
650
- * Generates the URL for reading an item's resource given the filename of the resource.
651
- *
652
- * @param sourcePortalSharingUrl Server/sharing
653
- * @param itemId Id of item
654
- * @param sourceResourceFilename Either filename or folder/filename to resource
655
- * @returns URL string
656
- */
657
- function generateSourceResourceUrl(sourcePortalSharingUrl, itemId, sourceResourceFilename) {
658
- return (checkUrlPathTermination(sourcePortalSharingUrl) +
659
- "content/items/" +
660
- itemId +
661
- "/resources/" +
662
- sourceResourceFilename);
663
- }
664
- /**
665
- * Generates a list of full URLs and folder/filename combinations used to store the resources, metadata,
666
- * and thumbnail of an item.
667
- *
668
- * @param portalSharingUrl Server/sharing
669
- * @param storageItemId Id of storage item
670
- * @param resourceFilenames List of resource filenames for an item, e.g., ["file1", "myFolder/file2"]
671
- * @param storageVersion Version of the Solution template
672
- * @returns List of item files' URLs and folder/filenames for storing the files
673
- */
674
- function generateStorageFilePaths(portalSharingUrl, storageItemId, resourceFilenames = [], storageVersion = 0) {
675
- return resourceFilenames.map(resourceFilename => {
676
- return {
677
- url: generateSourceResourceUrl(portalSharingUrl, storageItemId, resourceFilename),
678
- ...convertStorageResourceToItemResource(resourceFilename, storageVersion)
679
- };
680
- });
681
- }
682
- function isSupportedFileType(filename) {
683
- // Supported file formats are: .json, .xml, .txt, .png, .pbf, .zip, .jpeg, .jpg, .gif, .bmp, .gz, .svg,
684
- // .svgz, .geodatabase (https://developers.arcgis.com/rest/users-groups-and-items/add-resources.htm)
685
- const filenameExtension = filename.match(/\.([a-z]+)$/i);
686
- const supportedExtensions = "|.json|.xml|.txt|.png|.pbf|.zip|.jpeg|.jpg|.gif|.bmp|.gz|.svg|.svgz|.geodatabase|";
687
- return (!!filenameExtension &&
688
- supportedExtensions.indexOf("|" + filenameExtension[0] + "|") >= 0);
689
- }
690
- /**
691
- * Gets the thumbnail of an item or group.
692
- *
693
- * @param authentication Credentials for the request to the storage
694
- * @param filePaths List of item files' URLs and folder/filenames for storing the files
695
- * @returns A promise which resolves to a boolean indicating if the copies were successful
696
- */
697
- function getThumbnailFromStorageItem(authentication, filePaths) {
698
- let thumbnailUrl;
699
- let thumbnailFilename;
700
- filePaths.forEach(path => {
701
- if (path.type === EFileType.Thumbnail) {
702
- thumbnailUrl = path.url;
703
- thumbnailFilename = path.filename;
704
- }
705
- });
706
- if (!thumbnailUrl) {
707
- return Promise.resolve(null);
708
- }
709
- return getThumbnailFile(thumbnailUrl, thumbnailFilename, authentication);
710
- }
711
- /**
712
- * Removes the item's resource that matches the filename with new content
713
- *
714
- * @param itemId Id of the item to remove
715
- * @param filename Name of the resource file to remove
716
- * @param authentication Credentials for the request to the storage
717
- * @returns A promise which resolves with a success true/false response
718
- */
719
- function removeItemResourceFile(itemId, filename, authentication) {
720
- return removeItemResource({
721
- id: itemId,
722
- resource: filename,
723
- authentication: authentication
724
- });
725
- }
726
- /**
727
- * Updates the item's resource that matches the filename with new content
728
- *
729
- * @param itemId Id of the item to update
730
- * @param filename Name of the resource file to update; prefix optional (e.g., a/b/file.txt)
731
- * @param resource The new content to update the resource with
732
- * @param authentication Credentials for the request to the storage
733
- * @returns A promise which resolves with a success true/false response
734
- */
735
- function updateItemResourceFile(itemId, filename, resource, authentication) {
736
- // Prefix has to be specified separately
737
- const prefixedFilenameParts = filename.split("/");
738
- const prefix = prefixedFilenameParts.length > 1 ? prefixedFilenameParts.slice(0, prefixedFilenameParts.length - 1).join("/") : undefined;
739
- const suffix = prefixedFilenameParts[prefixedFilenameParts.length - 1];
740
- return updateItemResource({
741
- id: itemId,
742
- prefix: prefix,
743
- name: suffix,
744
- resource,
745
- authentication: authentication
746
- });
747
- }
748
-
749
- /** @license
750
- * Copyright 2022 Esri
751
- *
752
- * Licensed under the Apache License, Version 2.0 (the "License");
753
- * you may not use this file except in compliance with the License.
754
- * You may obtain a copy of the License at
755
- *
756
- * http://www.apache.org/licenses/LICENSE-2.0
757
- *
758
- * Unless required by applicable law or agreed to in writing, software
759
- * distributed under the License is distributed on an "AS IS" BASIS,
760
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
761
- * See the License for the specific language governing permissions and
762
- * limitations under the License.
763
- */
764
- const EmptySolutionStore = {
765
- solutionItemId: "",
766
- defaultWkid: undefined,
767
- solutionData: { metadata: {}, templates: [] },
768
- templateEdits: {},
769
- featureServices: [],
770
- spatialReferenceInfo: {
771
- enabled: false,
772
- services: {},
773
- spatialReference: undefined
774
- }
775
- };
776
- class SolutionStore {
777
- /**
778
- * Creates singleton instance when accessed; default export from module.
779
- *
780
- * @returns Static instance of the class
781
- */
782
- static get Store() {
783
- return this._instance || (this._instance = new this());
784
- }
785
- /**
786
- * Creates an empty store.
787
- *
788
- * @protected
789
- */
790
- constructor() {
791
- this._hasChanges = false;
792
- this._store = createStore({
793
- ...EmptySolutionStore
794
- });
795
- }
796
- /**
797
- * Returns the stored information of an item.
798
- *
799
- * @param itemId Id of item to fetch
800
- *
801
- * @returns Item information or `undefined` if not found
802
- */
803
- getItemInfo(itemId) {
804
- const templates = this._store.get("solutionData").templates;
805
- let template;
806
- templates.some((t) => {
807
- if (itemId == t.itemId) {
808
- template = t;
809
- return true;
810
- }
811
- return false;
812
- });
813
- return template;
814
- }
815
- /**
816
- * Returns a top-level store property: solutionItemId, defaultWkid, etc.
817
- *
818
- * @param propName Name of property
819
- *
820
- * @returns Value of property
821
- */
822
- getStoreInfo(propName) {
823
- return this._store.get(propName);
824
- }
825
- /**
826
- * Loads a Solution into the store from AGO.
827
- *
828
- * @param solutionItemId Id of the solution represented in the store
829
- * @param authentication Credentials for fetching information to be loaded into the store
830
- *
831
- * @returns Promise that resolves when task is done
832
- */
833
- async loadSolution(solutionItemId, authentication) {
834
- this._authentication = authentication;
835
- const solutionData = await getItemDataAsJson(solutionItemId, authentication);
836
- if (solutionData) {
837
- const defaultWkid = getProp(solutionData, "params.wkid.default");
838
- await this._prepareSolutionItemsForEditing(solutionItemId, solutionData.templates, authentication);
839
- const featureServices = this._getFeatureServices(solutionData.templates);
840
- const spatialReferenceInfo = this._getSpatialReferenceInfo(featureServices, defaultWkid);
841
- this._store.set("solutionItemId", solutionItemId);
842
- this._store.set("defaultWkid", defaultWkid);
843
- this._store.set("solutionData", solutionData);
844
- this._store.set("featureServices", featureServices);
845
- this._store.set("spatialReferenceInfo", spatialReferenceInfo);
846
- }
847
- this._flagStoreHasChanges(false);
848
- }
849
- /**
850
- * Queues the replacement of the thumbnail associated with a template item in the store.
851
- *
852
- * @param itemEdit Details of the template to modify, containing the new thumbnail in the `thumbnail`
853
- * property
854
- */
855
- replaceItemThumbnail(itemEdit) {
856
- // Flag the current thumbnail and any replacements for removal
857
- itemEdit.resourceFilePaths.forEach((path) => {
858
- if (path.type === EFileType.Thumbnail) {
859
- if (path.updateType === EUpdateType.None) {
860
- // Existing thumbnail not yet flagged for removal
861
- path.updateType = EUpdateType.Remove;
862
- }
863
- else if (path.updateType === EUpdateType.Add || path.updateType === EUpdateType.Update) {
864
- // An earlier replacement
865
- path.updateType = EUpdateType.Obsolete;
866
- }
867
- }
868
- });
869
- // Remove any replacements already queued
870
- itemEdit.resourceFilePaths =
871
- itemEdit.resourceFilePaths.filter((path) => path.updateType != EUpdateType.Obsolete);
872
- // Add the new thumbnail to the store item
873
- itemEdit.resourceFilePaths.push({
874
- blob: itemEdit.thumbnail,
875
- filename: itemEdit.thumbnail.name,
876
- type: EFileType.Thumbnail,
877
- updateType: EUpdateType.Add
878
- });
879
- // Update the store
880
- this.setItemInfo(itemEdit);
881
- }
882
- /**
883
- * Writes a Solution into AGO from the store. Must use `loadSolution` to continue with solution.
884
- *
885
- * @returns Promise that resolves when task is done
886
- */
887
- async saveSolution() {
888
- // Update the templates in the original solution item data
889
- const solutionItemId = this._store.get("solutionItemId");
890
- const solutionData = this._store.get("solutionData");
891
- const spatialReferenceInfo = this._store.get("spatialReferenceInfo");
892
- await this._prepareSolutionItemsForStorage(solutionItemId, solutionData.templates, this._authentication);
893
- const updatedDefaultWkid = this._setSpatialReferenceInfo(spatialReferenceInfo, solutionData.templates);
894
- if (updatedDefaultWkid) {
895
- setCreateProp(solutionData, "params.wkid", {
896
- "label": "Spatial Reference",
897
- "default": updatedDefaultWkid,
898
- "valueType": "spatialReference",
899
- "attributes": {
900
- "required": "true"
901
- }
902
- });
903
- }
904
- else {
905
- setCreateProp(solutionData, "params.wkid", {});
906
- }
907
- const itemInfo = {
908
- id: solutionItemId,
909
- text: solutionData
910
- };
911
- await updateItem(itemInfo, this._authentication);
912
- }
913
- /**
914
- * Stores information for item.
915
- *
916
- * @param itemEdit Item information
917
- */
918
- setItemInfo(itemEdit) {
919
- const solutionData = this._store.get("solutionData");
920
- const templates = solutionData.templates;
921
- templates.some((t) => {
922
- if (itemEdit.itemId == t.itemId) {
923
- t = itemEdit;
924
- this._store.set("solutionData", solutionData);
925
- this._flagStoreHasChanges(true);
926
- return true;
927
- }
928
- return false;
929
- });
930
- }
931
- /**
932
- * Sets a top-level store property: solutionItemId, defaultWkid, etc.
933
- *
934
- * @param propName Name of property
935
- * @param value Value of property
936
- */
937
- setStoreInfo(propName, value) {
938
- this._store.set(propName, value);
939
- this._flagStoreHasChanges(true);
940
- }
941
- //------------------------------------------------------------------------------------------------------------------//
942
- /** Provides access to protected methods for unit testing.
943
- *
944
- * @param methodName Name of protected method to run
945
- * @param arg1 First argument to forward to method, e.g., for "_prepareSolutionItemsForEditing", `solutionItemId`
946
- * @param arg2 Second argument to forward to method, e.g., for "_prepareSolutionItemsForEditing", `templates`
947
- * @param arg3 Third argument to forward to method, e.g., for "_prepareSolutionItemsForEditing", `authentication`
948
- *
949
- * @returns
950
- */
951
- _testAccess(methodName, arg1, arg2, arg3) {
952
- switch (methodName) {
953
- case "_emptyTheStore":
954
- this._emptyTheStore();
955
- break;
956
- case "_getFeatureServices":
957
- return this._getFeatureServices(arg1);
958
- case "_getItemsSharedWithThisGroup":
959
- return this._getItemsSharedWithThisGroup(arg1, arg2);
960
- case "_getResourceFilePaths":
961
- return this._getResourceFilePaths(arg1, arg2, arg3);
962
- case "_getResourceStorageName":
963
- return this._getResourceStorageName(arg1, arg2);
964
- case "_getSpatialReferenceInfo":
965
- return this._getSpatialReferenceInfo(arg1, arg2);
966
- case "_prepareSolutionItemsForEditing":
967
- return this._prepareSolutionItemsForEditing(arg1, arg2, arg3);
968
- case "_prepareSolutionItemsForStorage":
969
- return this._prepareSolutionItemsForStorage(arg1, arg2, arg3);
970
- case "_setSpatialReferenceInfo":
971
- return this._setSpatialReferenceInfo(arg1, arg2);
972
- case "_splitFilename":
973
- return this._splitFilename(arg1);
974
- }
975
- return null;
976
- }
977
- /**
978
- * Returns the store to the empty state.
979
- *
980
- * @protected
981
- */
982
- _emptyTheStore() {
983
- this._store.set("solutionItemId", EmptySolutionStore.solutionItemId);
984
- this._store.set("defaultWkid", EmptySolutionStore.defaultWkid);
985
- this._store.set("solutionData", EmptySolutionStore.solutionData);
986
- this._store.set("templateEdits", EmptySolutionStore.templateEdits);
987
- this._store.set("featureServices", EmptySolutionStore.featureServices);
988
- this._store.set("spatialReferenceInfo", EmptySolutionStore.spatialReferenceInfo);
989
- }
990
- /**
991
- * Sets the store's flag indicating if it has changes and dispatches an event when
992
- * the flag value changes.
993
- *
994
- * @param flagHasChanges Current state of change in the store; if it doesn't match the value saved in this
995
- * object, an event is dispatched with the new value and the saved value is updated
996
- *
997
- * @protected
998
- */
999
- _flagStoreHasChanges(flagHasChanges) {
1000
- // Event for notifying if the store has changes or not
1001
- if (this._hasChanges !== flagHasChanges) {
1002
- window.dispatchEvent(new CustomEvent("solutionStoreHasChanges", {
1003
- detail: flagHasChanges,
1004
- bubbles: true,
1005
- cancelable: false,
1006
- composed: true
1007
- }));
1008
- }
1009
- this._hasChanges = flagHasChanges;
1010
- }
1011
- /**
1012
- * Gets a list of Feature Services that are not views.
1013
- *
1014
- * @param templates A list of item templates from the solution
1015
- *
1016
- * @returns a list of feature services
1017
- *
1018
- * @protected
1019
- */
1020
- _getCustomizableFeatureServices(templates) {
1021
- return templates.reduce((prev, cur) => {
1022
- if (cur.type === "Feature Service" && cur.item.typeKeywords.indexOf("View Service") < 0) {
1023
- prev.push(cur);
1024
- }
1025
- return prev;
1026
- }, []);
1027
- }
1028
- /**
1029
- * Gets a list of Feature Services that are not views along with an enabled property that indicates
1030
- * if the service currently uses a spatial reference variable.
1031
- *
1032
- * @param templates A list of item templates from the solution
1033
- *
1034
- * @returns a list of feature service names and an enabled property to indicate
1035
- * if they currently use a spatial reference variable.
1036
- *
1037
- * @protected
1038
- */
1039
- _getFeatureServices(templates) {
1040
- const customizeableFeatureServices = this._getCustomizableFeatureServices(templates);
1041
- return customizeableFeatureServices.map((fs) => {
1042
- const name = fs.item.title || fs.item.name;
1043
- const wkid = getProp(fs, "properties.service.spatialReference.wkid");
1044
- return { name, enabled: wkid.toString().startsWith("{{params.wkid||") };
1045
- });
1046
- }
1047
- /**
1048
- * Capture the key item details for a given group template
1049
- *
1050
- * @param template one of the templates from the current solution
1051
- * @param templates full list of templates
1052
- *
1053
- * @returns a list of IItemShare objects
1054
- *
1055
- * @protected
1056
- */
1057
- _getItemsSharedWithThisGroup(template, templates) {
1058
- return templates.reduce((prev, cur) => {
1059
- if (cur.itemId !== template.itemId && cur.type !== "Group") {
1060
- prev.push({
1061
- id: cur.itemId,
1062
- title: cur.item.name || cur.item.title,
1063
- isShared: (cur.groups || []).indexOf(template.itemId) > -1,
1064
- shareItem: (cur.groups || []).indexOf(template.itemId) > -1,
1065
- type: cur.type,
1066
- typeKeywords: cur.item.typeKeywords
1067
- });
1068
- }
1069
- return prev;
1070
- }, []);
1071
- }
1072
- /**
1073
- * Generate storage file paths from the solution template
1074
- *
1075
- * @param solutionId the id of the current solution
1076
- * @param template the current template from the solution
1077
- * @param portal Portal where file is to be found
1078
- *
1079
- * @returns a list of resource file infos
1080
- *
1081
- * @protected
1082
- */
1083
- _getResourceFilePaths(solutionId, template, portal) {
1084
- const resourceFilePaths = generateStorageFilePaths(portal, solutionId, template.resources, SolutionTemplateFormatVersion);
1085
- return resourceFilePaths.map((fp) => {
1086
- fp.updateType = EUpdateType.None;
1087
- return fp;
1088
- });
1089
- }
1090
- /**
1091
- * Generates a resource name from a storage file path.
1092
- *
1093
- * @param templateItemId The id of the template item whose resource this is; used as a prefix in the resource name
1094
- * @param resourcePath Resource file infos
1095
- *
1096
- * @returns The resource name to use when attaching a resource to the item.
1097
- *
1098
- * @protected
1099
- */
1100
- _getResourceStorageName(templateItemId, resourcePath) {
1101
- /* Converts
1102
- {
1103
- "url": "https://myorg.maps.arcgis.com/sharing/rest/content/items/ca924c6db7d247b9a31fa30532fb5913/resources/79036430a6274e17ae915d0278b8569c_info_metadata/metadata.xml",
1104
- "type": 2,
1105
- "folder": "",
1106
- "filename": "metadata.xml",
1107
- "updateType": 3
1108
- }
1109
- to
1110
- ca924c6db7d247b9a31fa30532fb5913_info_metadata/metadata.xml
1111
- */
1112
- let prefix = templateItemId;
1113
- switch (resourcePath.type) {
1114
- case EFileType.Data:
1115
- prefix = `${prefix}_info_data`;
1116
- break;
1117
- case EFileType.Info:
1118
- prefix = `${prefix}_info`;
1119
- break;
1120
- case EFileType.Metadata:
1121
- prefix = `${prefix}_info_metadata`;
1122
- break;
1123
- case EFileType.Resource:
1124
- break;
1125
- case EFileType.Thumbnail:
1126
- prefix = `${prefix}_info_thumbnail`;
1127
- break;
1128
- }
1129
- let filenameToUse = resourcePath.filename;
1130
- if (resourcePath.type == EFileType.Data && filenameToUse && !isSupportedFileType(filenameToUse)) {
1131
- filenameToUse = filenameToUse + ".zip";
1132
- prefix += "z";
1133
- }
1134
- const filename = resourcePath.folder ? resourcePath.folder + "/" + filenameToUse : filenameToUse;
1135
- return prefix + "/" + filename;
1136
- }
1137
- /**
1138
- * Extracts basic spatial reference information that is used to determine if a custom spatial reference parameter will
1139
- * be exposed while deploying this solution and if so what feature services will support it and what will the default wkid be
1140
- *
1141
- * @param services a list of objects with service name and enabled property (indicates if they currently use a spatial reference var)
1142
- * @param data the data object of a solution item
1143
- *
1144
- * @returns an object that stores if a custom spatial reference parameter is enabled/disabled,
1145
- * a list of services and if they are enabled/disabled, and the default wkid
1146
- *
1147
- * @protected
1148
- */
1149
- _getSpatialReferenceInfo(services, defaultWkid) {
1150
- const defaultServices = {};
1151
- services.forEach(service => {
1152
- defaultServices[service.name] = service.enabled;
1153
- });
1154
- return {
1155
- enabled: defaultWkid !== undefined,
1156
- services: defaultServices,
1157
- spatialReference: defaultWkid ? defaultWkid : undefined
1158
- };
1159
- }
1160
- /**
1161
- * Create and store template items for the editor.
1162
- *
1163
- * @param solutionItemId Id of the solution represented in the store
1164
- * @param templates A list of item templates from the solution
1165
- * @param authentication Credentials for fetching information to be loaded into the store
1166
- *
1167
- * @returns a promise that resolves when the templates are ready
1168
- *
1169
- * @protected
1170
- */
1171
- async _prepareSolutionItemsForEditing(solutionItemId, templates, authentication) {
1172
- const thumbnailPromises = [];
1173
- // Augment the template with paths to resources and group information, if relevant
1174
- templates.forEach((t) => {
1175
- t.resourceFilePaths = this._getResourceFilePaths(solutionItemId, t, authentication.portal);
1176
- thumbnailPromises.push(t.resourceFilePaths.length > 0 ?
1177
- getThumbnailFromStorageItem(authentication, t.resourceFilePaths) :
1178
- Promise.resolve());
1179
- t.groupDetails = t.type === "Group" ? this._getItemsSharedWithThisGroup(t, templates) : [];
1180
- });
1181
- // Augment the template with its thumbnail file
1182
- const thumbnails = await Promise.all(thumbnailPromises);
1183
- templates.forEach((t, i) => {
1184
- t.thumbnail = thumbnails[i] ? thumbnails[i] : undefined;
1185
- });
1186
- return Promise.resolve();
1187
- }
1188
- /**
1189
- * Prepares template items for sending to AGO by updating the resources held by the solution item.
1190
- *
1191
- * @param solutionItemId Id of the solution represented in the store
1192
- * @param templates A list of item templates from the solution
1193
- * @param authentication Credentials for fetching information to be loaded into the store
1194
- *
1195
- * @returns a promise that resolves when the templates are ready
1196
- *
1197
- * @protected
1198
- */
1199
- async _prepareSolutionItemsForStorage(solutionItemId, templates, authentication) {
1200
- const resourceAdds = [];
1201
- // Update the resources and remove the augmentation from a template
1202
- const pendingTasks = [];
1203
- templates.forEach((t) => {
1204
- // Run through the resourceFilePaths for the item seeking modifications to be made to the solution item's
1205
- // collection of resources; queue them for batching
1206
- // eslint-disable-next-line @typescript-eslint/no-misused-promises
1207
- t.resourceFilePaths.forEach(async (path) => {
1208
- const storageName = this._getResourceStorageName(t.itemId, path);
1209
- switch (path.updateType) {
1210
- case EUpdateType.Add:
1211
- const { prefix, suffix } = this._splitFilename(storageName);
1212
- t.resources.push(storageName);
1213
- resourceAdds.push({
1214
- itemId: t.itemId,
1215
- file: path.blob,
1216
- folder: prefix,
1217
- filename: suffix
1218
- });
1219
- break;
1220
- case EUpdateType.Update:
1221
- // eslint-disable-next-line @typescript-eslint/no-misused-promises
1222
- pendingTasks.push(new Promise(async (resolve) => {
1223
- try {
1224
- await updateItemResourceFile(solutionItemId, storageName, path.blob, authentication);
1225
- }
1226
- catch (err) {
1227
- console.log("Unable to update " + storageName + " for item " + t.itemId + ": " + JSON.stringify(err));
1228
- }
1229
- resolve();
1230
- }));
1231
- break;
1232
- case EUpdateType.Remove:
1233
- // eslint-disable-next-line @typescript-eslint/no-misused-promises
1234
- pendingTasks.push(new Promise(async (resolve) => {
1235
- try {
1236
- await removeItemResourceFile(solutionItemId, storageName, authentication);
1237
- t.resources = t.resources.filter((path) => path !== storageName);
1238
- }
1239
- catch (err) {
1240
- console.log("Unable to remove " + storageName + " for item " + t.itemId + ": " + JSON.stringify(err));
1241
- }
1242
- resolve();
1243
- }));
1244
- break;
1245
- }
1246
- return Promise.resolve();
1247
- });
1248
- delete t.resourceFilePaths;
1249
- delete t.thumbnail;
1250
- delete t.groupDetails;
1251
- });
1252
- // Update the resources
1253
- return Promise.all(pendingTasks)
1254
- .then(async () => {
1255
- if (resourceAdds.length > 0) {
1256
- await copyFilesToStorageItem(resourceAdds, solutionItemId, authentication);
1257
- }
1258
- return Promise.resolve();
1259
- });
1260
- }
1261
- /**
1262
- * Stores basic spatial reference information that is used to determine if a custom spatial reference parameter will
1263
- * be exposed while deploying this solution and if so what feature services will support it and what will the default wkid be
1264
- *
1265
- * @param spatialReferenceInfo The configuration settings for a custom spatial reference
1266
- * @param templates The templates in the current solution, which will be updated in place if
1267
- * `spatialReferenceInfo.enabled` is true
1268
- *
1269
- * @returns The new default wkid
1270
- *
1271
- * @protected
1272
- */
1273
- _setSpatialReferenceInfo(spatialReferenceInfo, templates) {
1274
- const customizingPrefix = "{{params.wkid||";
1275
- const customizeableFeatureServices = this._getCustomizableFeatureServices(templates);
1276
- if (spatialReferenceInfo.enabled) {
1277
- // Enable or disable this feature in each service
1278
- customizeableFeatureServices.forEach((fs) => {
1279
- const name = fs.item.title || fs.item.name;
1280
- let wkid;
1281
- if (spatialReferenceInfo.services[name]) { // enabled
1282
- wkid = `{{params.wkid||${spatialReferenceInfo.spatialReference}}}`;
1283
- setCreateProp(fs, "properties.service.spatialReference.wkid", wkid);
1284
- }
1285
- else { // disabled
1286
- wkid = getProp(fs, "properties.service.spatialReference.wkid");
1287
- // Remove customizing prefix if present
1288
- if (wkid.toString().startsWith(customizingPrefix)) {
1289
- wkid = wkid.toString().substring(customizingPrefix.length, wkid.length - 2);
1290
- setCreateProp(fs, "properties.service.spatialReference.wkid", wkid);
1291
- }
1292
- }
1293
- });
1294
- return spatialReferenceInfo.spatialReference;
1295
- }
1296
- else {
1297
- // Disable this feature in each service
1298
- customizeableFeatureServices.forEach((fs) => {
1299
- const wkid = getProp(fs, "properties.service.spatialReference.wkid");
1300
- // Remove customizing prefix if present
1301
- if (wkid.toString().startsWith(customizingPrefix)) {
1302
- setCreateProp(fs, "properties.service.spatialReference.wkid", wkid.toString().substring(customizingPrefix.length, wkid.length - 2));
1303
- }
1304
- });
1305
- return undefined;
1306
- }
1307
- }
1308
- /**
1309
- * Splits a pathed filename into a last term and a prefix; e.g., "a/b/c" returns "c" with a prefix of "a/b".
1310
- *
1311
- * @param filename Filename with optional path
1312
- *
1313
- * @returns An object consisting of a `prefix` (undefined if `filename` does not contain a path) and a `suffix`--the
1314
- * filename at the end of a path
1315
- *
1316
- * @protected
1317
- */
1318
- _splitFilename(filename) {
1319
- const filenameParts = filename.split("/");
1320
- return {
1321
- prefix: filenameParts.length > 1 ? filenameParts.slice(0, filenameParts.length - 1).join("/") : undefined,
1322
- suffix: filenameParts[filenameParts.length - 1]
1323
- };
1324
- }
1325
- }
1326
- const state = SolutionStore.Store;
1327
-
1328
- export { state as s };