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