@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,934 +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
- require('./solution-resource-93d2edb1.js');
9
- require('./index-2c4c660f.js');
10
-
11
- /*! *****************************************************************************
12
- Copyright (c) Microsoft Corporation.
13
-
14
- Permission to use, copy, modify, and/or distribute this software for any
15
- purpose with or without fee is hereby granted.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
18
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
20
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
21
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
22
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23
- PERFORMANCE OF THIS SOFTWARE.
24
- ***************************************************************************** */
25
- /* global Reflect, Promise */
26
-
27
- var extendStatics = function(d, b) {
28
- extendStatics = Object.setPrototypeOf ||
29
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
30
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
31
- return extendStatics(d, b);
32
- };
33
-
34
- function __extends(d, b) {
35
- extendStatics(d, b);
36
- function __() { this.constructor = d; }
37
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
38
- }
39
-
40
- exports.__assign = function() {
41
- exports.__assign = Object.assign || function __assign(t) {
42
- for (var s, i = 1, n = arguments.length; i < n; i++) {
43
- s = arguments[i];
44
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
45
- }
46
- return t;
47
- };
48
- return exports.__assign.apply(this, arguments);
49
- };
50
-
51
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
52
- * Apache-2.0 */
53
- /**
54
- * Checks parameters to see if we should use FormData to send the request
55
- * @param params The object whose keys will be encoded.
56
- * @return A boolean indicating if FormData will be required.
57
- */
58
- function requiresFormData(params) {
59
- return Object.keys(params).some(function (key) {
60
- var value = params[key];
61
- if (!value) {
62
- return false;
63
- }
64
- if (value && value.toParam) {
65
- value = value.toParam();
66
- }
67
- var type = value.constructor.name;
68
- switch (type) {
69
- case "Array":
70
- return false;
71
- case "Object":
72
- return false;
73
- case "Date":
74
- return false;
75
- case "Function":
76
- return false;
77
- case "Boolean":
78
- return false;
79
- case "String":
80
- return false;
81
- case "Number":
82
- return false;
83
- default:
84
- return true;
85
- }
86
- });
87
- }
88
- /**
89
- * Converts parameters to the proper representation to send to the ArcGIS REST API.
90
- * @param params The object whose keys will be encoded.
91
- * @return A new object with properly encoded values.
92
- */
93
- function processParams(params) {
94
- var newParams = {};
95
- Object.keys(params).forEach(function (key) {
96
- var _a, _b;
97
- var param = params[key];
98
- if (param && param.toParam) {
99
- param = param.toParam();
100
- }
101
- if (!param &&
102
- param !== 0 &&
103
- typeof param !== "boolean" &&
104
- typeof param !== "string") {
105
- return;
106
- }
107
- var type = param.constructor.name;
108
- var value;
109
- // properly encodes objects, arrays and dates for arcgis.com and other services.
110
- // ported from https://github.com/Esri/esri-leaflet/blob/master/src/Request.js#L22-L30
111
- // also see https://github.com/Esri/arcgis-rest-js/issues/18:
112
- // null, undefined, function are excluded. If you want to send an empty key you need to send an empty string "".
113
- switch (type) {
114
- case "Array":
115
- // Based on the first element of the array, classify array as an array of arrays, an array of objects
116
- // to be stringified, or an array of non-objects to be comma-separated
117
- // eslint-disable-next-line no-case-declarations
118
- var firstElementType = (_b = (_a = param[0]) === null || _a === void 0 ? void 0 : _a.constructor) === null || _b === void 0 ? void 0 : _b.name;
119
- value =
120
- firstElementType === "Array" ? param : // pass thru array of arrays
121
- firstElementType === "Object" ? JSON.stringify(param) : // stringify array of objects
122
- param.join(","); // join other types of array elements
123
- break;
124
- case "Object":
125
- value = JSON.stringify(param);
126
- break;
127
- case "Date":
128
- value = param.valueOf();
129
- break;
130
- case "Function":
131
- value = null;
132
- break;
133
- case "Boolean":
134
- value = param + "";
135
- break;
136
- default:
137
- value = param;
138
- break;
139
- }
140
- if (value || value === 0 || typeof value === "string" || Array.isArray(value)) {
141
- newParams[key] = value;
142
- }
143
- });
144
- return newParams;
145
- }
146
-
147
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
148
- * Apache-2.0 */
149
- /**
150
- * Encodes keys and parameters for use in a URL's query string.
151
- *
152
- * @param key Parameter's key
153
- * @param value Parameter's value
154
- * @returns Query string with key and value pairs separated by "&"
155
- */
156
- function encodeParam(key, value) {
157
- // For array of arrays, repeat key=value for each element of containing array
158
- if (Array.isArray(value) && value[0] && Array.isArray(value[0])) {
159
- return value.map(function (arrayElem) { return encodeParam(key, arrayElem); }).join("&");
160
- }
161
- return encodeURIComponent(key) + "=" + encodeURIComponent(value);
162
- }
163
- /**
164
- * Encodes the passed object as a query string.
165
- *
166
- * @param params An object to be encoded.
167
- * @returns An encoded query string.
168
- */
169
- function encodeQueryString(params) {
170
- var newParams = processParams(params);
171
- return Object.keys(newParams)
172
- .map(function (key) {
173
- return encodeParam(key, newParams[key]);
174
- })
175
- .join("&");
176
- }
177
-
178
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
179
- * Apache-2.0 */
180
- /**
181
- * Encodes parameters in a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object in browsers or in a [FormData](https://github.com/form-data/form-data) in Node.js
182
- *
183
- * @param params An object to be encoded.
184
- * @returns The complete [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object.
185
- */
186
- function encodeFormData(params, forceFormData) {
187
- // see https://github.com/Esri/arcgis-rest-js/issues/499 for more info.
188
- var useFormData = requiresFormData(params) || forceFormData;
189
- var newParams = processParams(params);
190
- if (useFormData) {
191
- var formData_1 = new FormData();
192
- Object.keys(newParams).forEach(function (key) {
193
- if (typeof Blob !== "undefined" && newParams[key] instanceof Blob) {
194
- /* To name the Blob:
195
- 1. look to an alternate request parameter called 'fileName'
196
- 2. see if 'name' has been tacked onto the Blob manually
197
- 3. if all else fails, use the request parameter
198
- */
199
- var filename = newParams["fileName"] || newParams[key].name || key;
200
- formData_1.append(key, newParams[key], filename);
201
- }
202
- /* istanbul ignore next */
203
- else if (newParams[key].constructor &&
204
- newParams[key].constructor.name === 'ReadStream' &&
205
- // TODO: only specify the knownLength option if a valid value is given.
206
- // If we can verify in all REST API that the option is need for
207
- // node ReadStream, it can throw an error for the missing dataSize value.
208
- // Note that such change will be a breaking change.
209
- Number.isInteger(newParams["dataSize"])) {
210
- // have to cast the formData to any so that I can use the unofficial API
211
- // in the form-data library to handle Node ReadStream. See
212
- // https://github.com/form-data/form-data/issues/508
213
- formData_1.append(key, newParams[key], {
214
- knownLength: newParams["dataSize"]
215
- });
216
- }
217
- else {
218
- formData_1.append(key, newParams[key]);
219
- }
220
- });
221
- return formData_1;
222
- }
223
- else {
224
- return encodeQueryString(params);
225
- }
226
- }
227
-
228
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
229
- * Apache-2.0 */
230
- // TypeScript 2.1 no longer allows you to extend built in types. See https://github.com/Microsoft/TypeScript/issues/12790#issuecomment-265981442
231
- // and https://github.com/Microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
232
- //
233
- // This code is from MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error#Custom_Error_Types.
234
- var ArcGISRequestError = /** @class */ (function () {
235
- /**
236
- * Create a new `ArcGISRequestError` object.
237
- *
238
- * @param message - The error message from the API
239
- * @param code - The error code from the API
240
- * @param response - The original response from the API that caused the error
241
- * @param url - The original url of the request
242
- * @param options - The original options and parameters of the request
243
- */
244
- function ArcGISRequestError(message, code, response, url, options) {
245
- message = message || "UNKNOWN_ERROR";
246
- code = code || "UNKNOWN_ERROR_CODE";
247
- this.name = "ArcGISRequestError";
248
- this.message =
249
- code === "UNKNOWN_ERROR_CODE" ? message : code + ": " + message;
250
- this.originalMessage = message;
251
- this.code = code;
252
- this.response = response;
253
- this.url = url;
254
- this.options = options;
255
- }
256
- return ArcGISRequestError;
257
- }());
258
- ArcGISRequestError.prototype = Object.create(Error.prototype);
259
- ArcGISRequestError.prototype.constructor = ArcGISRequestError;
260
-
261
- /* Copyright (c) 2017-2018 Environmental Systems Research Institute, Inc.
262
- * Apache-2.0 */
263
- var NODEJS_DEFAULT_REFERER_HEADER = "@esri/arcgis-rest-js";
264
- var DEFAULT_ARCGIS_REQUEST_OPTIONS = {
265
- httpMethod: "POST",
266
- params: {
267
- f: "json",
268
- },
269
- };
270
- var ArcGISAuthError = /** @class */ (function (_super) {
271
- __extends(ArcGISAuthError, _super);
272
- /**
273
- * Create a new `ArcGISAuthError` object.
274
- *
275
- * @param message - The error message from the API
276
- * @param code - The error code from the API
277
- * @param response - The original response from the API that caused the error
278
- * @param url - The original url of the request
279
- * @param options - The original options of the request
280
- */
281
- function ArcGISAuthError(message, code, response, url, options) {
282
- if (message === void 0) { message = "AUTHENTICATION_ERROR"; }
283
- if (code === void 0) { code = "AUTHENTICATION_ERROR_CODE"; }
284
- var _this = _super.call(this, message, code, response, url, options) || this;
285
- _this.name = "ArcGISAuthError";
286
- _this.message =
287
- code === "AUTHENTICATION_ERROR_CODE" ? message : code + ": " + message;
288
- return _this;
289
- }
290
- ArcGISAuthError.prototype.retry = function (getSession, retryLimit) {
291
- var _this = this;
292
- if (retryLimit === void 0) { retryLimit = 3; }
293
- var tries = 0;
294
- var retryRequest = function (resolve, reject) {
295
- getSession(_this.url, _this.options)
296
- .then(function (session) {
297
- var newOptions = exports.__assign(exports.__assign({}, _this.options), { authentication: session });
298
- tries = tries + 1;
299
- return request(_this.url, newOptions);
300
- })
301
- .then(function (response) {
302
- resolve(response);
303
- })
304
- .catch(function (e) {
305
- if (e.name === "ArcGISAuthError" && tries < retryLimit) {
306
- retryRequest(resolve, reject);
307
- }
308
- else if (e.name === "ArcGISAuthError" && tries >= retryLimit) {
309
- reject(_this);
310
- }
311
- else {
312
- reject(e);
313
- }
314
- });
315
- };
316
- return new Promise(function (resolve, reject) {
317
- retryRequest(resolve, reject);
318
- });
319
- };
320
- return ArcGISAuthError;
321
- }(ArcGISRequestError));
322
- /**
323
- * Checks for errors in a JSON response from the ArcGIS REST API. If there are no errors, it will return the `data` passed in. If there is an error, it will throw an `ArcGISRequestError` or `ArcGISAuthError`.
324
- *
325
- * @param data The response JSON to check for errors.
326
- * @param url The url of the original request
327
- * @param params The parameters of the original request
328
- * @param options The options of the original request
329
- * @returns The data that was passed in the `data` parameter
330
- */
331
- function checkForErrors(response, url, params, options, originalAuthError) {
332
- // this is an error message from billing.arcgis.com backend
333
- if (response.code >= 400) {
334
- var message = response.message, code = response.code;
335
- throw new ArcGISRequestError(message, code, response, url, options);
336
- }
337
- // error from ArcGIS Online or an ArcGIS Portal or server instance.
338
- if (response.error) {
339
- var _a = response.error, message = _a.message, code = _a.code, messageCode = _a.messageCode;
340
- var errorCode = messageCode || code || "UNKNOWN_ERROR_CODE";
341
- if (code === 498 ||
342
- code === 499 ||
343
- messageCode === "GWM_0003" ||
344
- (code === 400 && message === "Unable to generate token.")) {
345
- if (originalAuthError) {
346
- throw originalAuthError;
347
- }
348
- else {
349
- throw new ArcGISAuthError(message, errorCode, response, url, options);
350
- }
351
- }
352
- throw new ArcGISRequestError(message, errorCode, response, url, options);
353
- }
354
- // error from a status check
355
- if (response.status === "failed" || response.status === "failure") {
356
- var message = void 0;
357
- var code = "UNKNOWN_ERROR_CODE";
358
- try {
359
- message = JSON.parse(response.statusMessage).message;
360
- code = JSON.parse(response.statusMessage).code;
361
- }
362
- catch (e) {
363
- message = response.statusMessage || response.message;
364
- }
365
- throw new ArcGISRequestError(message, code, response, url, options);
366
- }
367
- return response;
368
- }
369
- /**
370
- * ```js
371
- * import { request } from '@esri/arcgis-rest-request';
372
- * //
373
- * request('https://www.arcgis.com/sharing/rest')
374
- * .then(response) // response.currentVersion === 5.2
375
- * //
376
- * request('https://www.arcgis.com/sharing/rest', {
377
- * httpMethod: "GET"
378
- * })
379
- * //
380
- * request('https://www.arcgis.com/sharing/rest/search', {
381
- * params: { q: 'parks' }
382
- * })
383
- * .then(response) // response.total => 78379
384
- * ```
385
- * Generic method for making HTTP requests to ArcGIS REST API endpoints.
386
- *
387
- * @param url - The URL of the ArcGIS REST API endpoint.
388
- * @param requestOptions - Options for the request, including parameters relevant to the endpoint.
389
- * @returns A Promise that will resolve with the data from the response.
390
- */
391
- function request(url, requestOptions) {
392
- if (requestOptions === void 0) { requestOptions = { params: { f: "json" } }; }
393
- var options = exports.__assign(exports.__assign(exports.__assign({ httpMethod: "POST" }, DEFAULT_ARCGIS_REQUEST_OPTIONS), requestOptions), {
394
- params: exports.__assign(exports.__assign({}, DEFAULT_ARCGIS_REQUEST_OPTIONS.params), requestOptions.params),
395
- headers: exports.__assign(exports.__assign({}, DEFAULT_ARCGIS_REQUEST_OPTIONS.headers), requestOptions.headers),
396
- });
397
- var missingGlobals = [];
398
- var recommendedPackages = [];
399
- // don't check for a global fetch if a custom implementation was passed through
400
- if (!options.fetch && typeof fetch !== "undefined") {
401
- options.fetch = fetch.bind(Function("return this")());
402
- }
403
- else {
404
- missingGlobals.push("`fetch`");
405
- recommendedPackages.push("`node-fetch`");
406
- }
407
- if (typeof Promise === "undefined") {
408
- missingGlobals.push("`Promise`");
409
- recommendedPackages.push("`es6-promise`");
410
- }
411
- if (typeof FormData === "undefined") {
412
- missingGlobals.push("`FormData`");
413
- recommendedPackages.push("`isomorphic-form-data`");
414
- }
415
- if (!options.fetch ||
416
- typeof Promise === "undefined" ||
417
- typeof FormData === "undefined") {
418
- throw new Error("`arcgis-rest-request` requires a `fetch` implementation and global variables for `Promise` and `FormData` to be present in the global scope. You are missing " + missingGlobals.join(", ") + ". We recommend installing the " + recommendedPackages.join(", ") + " modules at the root of your application to add these to the global scope. See https://bit.ly/2KNwWaJ for more info.");
419
- }
420
- var httpMethod = options.httpMethod, authentication = options.authentication, rawResponse = options.rawResponse;
421
- var params = exports.__assign({ f: "json" }, options.params);
422
- var originalAuthError = null;
423
- var fetchOptions = {
424
- method: httpMethod,
425
- /* ensures behavior mimics XMLHttpRequest.
426
- needed to support sending IWA cookies */
427
- credentials: options.credentials || "same-origin",
428
- };
429
- // the /oauth2/platformSelf route will add X-Esri-Auth-Client-Id header
430
- // and that request needs to send cookies cross domain
431
- // so we need to set the credentials to "include"
432
- if (options.headers &&
433
- options.headers["X-Esri-Auth-Client-Id"] &&
434
- url.indexOf("/oauth2/platformSelf") > -1) {
435
- fetchOptions.credentials = "include";
436
- }
437
- return (authentication
438
- ? authentication.getToken(url, { fetch: options.fetch }).catch(function (err) {
439
- /**
440
- * append original request url and requestOptions
441
- * to the error thrown by getToken()
442
- * to assist with retrying
443
- */
444
- err.url = url;
445
- err.options = options;
446
- /**
447
- * if an attempt is made to talk to an unfederated server
448
- * first try the request anonymously. if a 'token required'
449
- * error is thrown, throw the UNFEDERATED error then.
450
- */
451
- originalAuthError = err;
452
- return Promise.resolve("");
453
- })
454
- : Promise.resolve(""))
455
- .then(function (token) {
456
- if (token.length) {
457
- params.token = token;
458
- }
459
- if (authentication && authentication.getDomainCredentials) {
460
- fetchOptions.credentials = authentication.getDomainCredentials(url);
461
- }
462
- // Custom headers to add to request. IRequestOptions.headers with merge over requestHeaders.
463
- var requestHeaders = {};
464
- if (fetchOptions.method === "GET") {
465
- // Prevents token from being passed in query params when hideToken option is used.
466
- /* istanbul ignore if - window is always defined in a browser. Test case is covered by Jasmine in node test */
467
- if (params.token &&
468
- options.hideToken &&
469
- // Sharing API does not support preflight check required by modern browsers https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
470
- typeof window === "undefined") {
471
- requestHeaders["X-Esri-Authorization"] = "Bearer " + params.token;
472
- delete params.token;
473
- }
474
- // encode the parameters into the query string
475
- var queryParams = encodeQueryString(params);
476
- // dont append a '?' unless parameters are actually present
477
- var urlWithQueryString = queryParams === "" ? url : url + "?" + encodeQueryString(params);
478
- if (
479
- // This would exceed the maximum length for URLs specified by the consumer and requires POST
480
- (options.maxUrlLength &&
481
- urlWithQueryString.length > options.maxUrlLength) ||
482
- // Or if the customer requires the token to be hidden and it has not already been hidden in the header (for browsers)
483
- (params.token && options.hideToken)) {
484
- // the consumer specified a maximum length for URLs
485
- // and this would exceed it, so use post instead
486
- fetchOptions.method = "POST";
487
- // If the token was already added as a Auth header, add the token back to body with other params instead of header
488
- if (token.length && options.hideToken) {
489
- params.token = token;
490
- // Remove existing header that was added before url query length was checked
491
- delete requestHeaders["X-Esri-Authorization"];
492
- }
493
- }
494
- else {
495
- // just use GET
496
- url = urlWithQueryString;
497
- }
498
- }
499
- /* updateResources currently requires FormData even when the input parameters dont warrant it.
500
- https://developers.arcgis.com/rest/users-groups-and-items/update-resources.htm
501
- see https://github.com/Esri/arcgis-rest-js/pull/500 for more info. */
502
- var forceFormData = new RegExp("/items/.+/updateResources").test(url);
503
- if (fetchOptions.method === "POST") {
504
- fetchOptions.body = encodeFormData(params, forceFormData);
505
- }
506
- // Mixin headers from request options
507
- fetchOptions.headers = exports.__assign(exports.__assign({}, requestHeaders), options.headers);
508
- /* istanbul ignore next - karma reports coverage on browser tests only */
509
- if (typeof window === "undefined" && !fetchOptions.headers.referer) {
510
- fetchOptions.headers.referer = NODEJS_DEFAULT_REFERER_HEADER;
511
- }
512
- /* istanbul ignore else blob responses are difficult to make cross platform we will just have to trust the isomorphic fetch will do its job */
513
- if (!requiresFormData(params) && !forceFormData) {
514
- fetchOptions.headers["Content-Type"] =
515
- "application/x-www-form-urlencoded";
516
- }
517
- return options.fetch(url, fetchOptions);
518
- })
519
- .then(function (response) {
520
- if (!response.ok) {
521
- // server responded w/ an actual error (404, 500, etc)
522
- var status_1 = response.status, statusText = response.statusText;
523
- throw new ArcGISRequestError(statusText, "HTTP " + status_1, response, url, options);
524
- }
525
- if (rawResponse) {
526
- return response;
527
- }
528
- switch (params.f) {
529
- case "json":
530
- return response.json();
531
- case "geojson":
532
- return response.json();
533
- case "html":
534
- return response.text();
535
- case "text":
536
- return response.text();
537
- /* istanbul ignore next blob responses are difficult to make cross platform we will just have to trust that isomorphic fetch will do its job */
538
- default:
539
- return response.blob();
540
- }
541
- })
542
- .then(function (data) {
543
- if ((params.f === "json" || params.f === "geojson") && !rawResponse) {
544
- var response = checkForErrors(data, url, params, options, originalAuthError);
545
- if (originalAuthError) {
546
- /* If the request was made to an unfederated service that
547
- didn't require authentication, add the base url and a dummy token
548
- to the list of trusted servers to avoid another federation check
549
- in the event of a repeat request */
550
- var truncatedUrl = url
551
- .toLowerCase()
552
- .split(/\/rest(\/admin)?\/services\//)[0];
553
- options.authentication.federatedServers[truncatedUrl] = {
554
- token: [],
555
- // default to 24 hours
556
- expires: new Date(Date.now() + 86400 * 1000),
557
- };
558
- originalAuthError = null;
559
- }
560
- return response;
561
- }
562
- else {
563
- return data;
564
- }
565
- });
566
- }
567
-
568
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
569
- * Apache-2.0 */
570
- /**
571
- * Helper method to ensure that user supplied urls don't include whitespace or a trailing slash.
572
- */
573
- function cleanUrl(url) {
574
- // Guard so we don't try to trim something that's not a string
575
- if (typeof url !== "string") {
576
- return url;
577
- }
578
- // trim leading and trailing spaces, but not spaces inside the url
579
- url = url.trim();
580
- // remove the trailing slash to the url if one was included
581
- if (url[url.length - 1] === "/") {
582
- url = url.slice(0, -1);
583
- }
584
- return url;
585
- }
586
-
587
- /** @license
588
- * Copyright 2018 Esri
589
- *
590
- * Licensed under the Apache License, Version 2.0 (the "License");
591
- * you may not use this file except in compliance with the License.
592
- * You may obtain a copy of the License at
593
- *
594
- * http://www.apache.org/licenses/LICENSE-2.0
595
- *
596
- * Unless required by applicable law or agreed to in writing, software
597
- * distributed under the License is distributed on an "AS IS" BASIS,
598
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
599
- * See the License for the specific language governing permissions and
600
- * limitations under the License.
601
- */
602
- /**
603
- * Extracts JSON from a Blob.
604
- *
605
- * @param blob Blob to use as source
606
- * @returns A promise that will resolve with JSON or null
607
- */
608
- function blobToJson(blob) {
609
- return new Promise(resolve => {
610
- blobToText(blob).then(blobContents => {
611
- try {
612
- resolve(JSON.parse(blobContents));
613
- }
614
- catch (err) {
615
- resolve(null);
616
- }
617
- }, () => resolve(null));
618
- });
619
- }
620
- /**
621
- * Converts a Blob to a File.
622
- *
623
- * @param blob Blob to use as source
624
- * @param filename Name to use for file
625
- * @param mimeType MIME type to override blob's MIME type
626
- * @returns File created out of Blob and filename
627
- */
628
- function blobToFile(blob, filename, mimeType) {
629
- return new File([blob], filename ? filename : "", {
630
- type: mimeType ?? blob.type // Blobs default to type=""
631
- });
632
- }
633
- /**
634
- * Extracts text from a Blob.
635
- *
636
- * @param blob Blob to use as source
637
- * @returns A promise that will resolve with text read from blob
638
- */
639
- function blobToText(blob) {
640
- return new Promise(resolve => {
641
- const reader = new FileReader();
642
- reader.onload = function (evt) {
643
- // Disable needed because Node requires cast
644
- const blobContents = evt.target.result;
645
- resolve(blobContents ? blobContents : ""); // not handling ArrayContents variant
646
- };
647
- reader.readAsText(blob);
648
- });
649
- }
650
- /**
651
- * Checks that a URL path ends with a slash.
652
- *
653
- * @param url URL to check
654
- * @returns URL, appended with slash if missing
655
- */
656
- function checkUrlPathTermination(url) {
657
- return url ? (url.endsWith("/") ? url : url + "/") : url;
658
- }
659
- /**
660
- * Gets a property out of a deeply nested object.
661
- * Does not handle anything but nested object graph
662
- *
663
- * @param obj Object to retrieve value from
664
- * @param path Path into an object, e.g., "data.values.webmap", where "data" is a top-level property
665
- * in obj
666
- * @returns Value at end of path
667
- */
668
- function getProp(obj, path) {
669
- return path.split(".").reduce(function (prev, curr) {
670
- /* istanbul ignore next no need to test undefined scenario */
671
- return prev ? prev[curr] : undefined;
672
- }, obj);
673
- }
674
- /**
675
- * Sets a deeply nested property of an object.
676
- * Creates the full path if it does not exist.
677
- *
678
- * @param obj Object to set value of
679
- * @param path Path into an object, e.g., "data.values.webmap", where "data" is a top-level property in obj
680
- * @param value The value to set at the end of the path
681
- */
682
- function setCreateProp(obj, path, value) {
683
- const pathParts = path.split(".");
684
- pathParts.reduce((a, b, c) => {
685
- if (c === pathParts.length - 1) {
686
- a[b] = value;
687
- return value;
688
- }
689
- else {
690
- if (!a[b]) {
691
- a[b] = {};
692
- }
693
- return a[b];
694
- }
695
- }, obj);
696
- }
697
-
698
- /**
699
- * Gets a Blob from a web site.
700
- *
701
- * @param url Address of Blob
702
- * @param authentication Credentials for the request
703
- * @param requestOptions - Options for the request, including parameters relevant to the endpoint.
704
- * @returns Promise that will resolve with Blob or an AGO-style JSON failure response
705
- */
706
- function getBlob(url, authentication, requestOptions = {}) {
707
- if (!url) {
708
- return Promise.reject("Url must be provided");
709
- }
710
- const blobRequestOptions = {
711
- authentication: authentication,
712
- rawResponse: true,
713
- ...requestOptions
714
- };
715
- return request(url, blobRequestOptions).then(response => {
716
- return response.blob();
717
- });
718
- }
719
-
720
- /** @license
721
- * Copyright 2018 Esri
722
- *
723
- * Licensed under the Apache License, Version 2.0 (the "License");
724
- * you may not use this file except in compliance with the License.
725
- * You may obtain a copy of the License at
726
- *
727
- * http://www.apache.org/licenses/LICENSE-2.0
728
- *
729
- * Unless required by applicable law or agreed to in writing, software
730
- * distributed under the License is distributed on an "AS IS" BASIS,
731
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
732
- * See the License for the specific language governing permissions and
733
- * limitations under the License.
734
- */
735
- // ------------------------------------------------------------------------------------------------------------------ //
736
- const ZIP_FILE_HEADER_SIGNATURE = "PK";
737
- /**
738
- * Gets a Blob from a web site and casts it as a file using the supplied name.
739
- *
740
- * @param url Address of Blob
741
- * @param filename Name to use for file
742
- * @param authentication Credentials for the request
743
- * @returns Promise that will resolve with a File, undefined if the Blob is null, or an AGO-style JSON failure response
744
- */
745
- function getBlobAsFile(url, filename, authentication, ignoreErrors = [], mimeType) {
746
- return new Promise((resolve, reject) => {
747
- // Get the blob from the URL
748
- getBlobCheckForError(url, authentication, ignoreErrors).then(blob => !blob ? resolve(null) : resolve(blobToFile(blob, filename, mimeType)), reject);
749
- });
750
- }
751
- /**
752
- * Gets a Blob from a web site and checks for a JSON error packet in the Blob.
753
- *
754
- * @param url Address of Blob
755
- * @param authentication Credentials for the request
756
- * @param ignoreErrors List of HTTP error codes that should be ignored
757
- * @returns Promise that will resolve with Blob or an AGO-REST JSON failure response
758
- */
759
- function getBlobCheckForError(url, authentication, ignoreErrors = []) {
760
- return new Promise((resolve, reject) => {
761
- // Get the blob from the URL
762
- getBlob(url, authentication).then(blob => {
763
- // Reclassify text/plain blobs as needed
764
- _fixTextBlobType(blob).then(adjustedBlob => {
765
- if (adjustedBlob.type === "application/json") {
766
- // Blob may be an error
767
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
768
- blobToJson(adjustedBlob).then((json) => {
769
- // Check for valid JSON with an error
770
- if (json?.error) {
771
- const code = json.error.code;
772
- if (code !== undefined && ignoreErrors.indexOf(code) >= 0) {
773
- resolve(null); // Error, but ignored
774
- }
775
- else {
776
- reject(json); // Other error; fail with error
777
- }
778
- }
779
- else {
780
- resolve(adjustedBlob);
781
- }
782
- });
783
- }
784
- else {
785
- resolve(adjustedBlob);
786
- }
787
- }, reject);
788
- }, reject);
789
- });
790
- }
791
- /**
792
- * Gets the data information of an AGO item in its JSON form.
793
- *
794
- * @param itemId Id of an item whose data information is sought
795
- * @param filename Name to use for file
796
- * @param authentication Credentials for the request to AGO
797
- * @returns Promise that will resolve with JSON, or an AGO-style JSON failure response
798
- */
799
- function getItemDataAsJson(itemId, authentication) {
800
- return new Promise(resolve => {
801
- getItemDataBlob(itemId, authentication).then(blob => resolve(blobToJson(blob)), () => resolve(null));
802
- });
803
- }
804
- /**
805
- * Gets the data information of an AGO item in its raw (Blob) form.
806
- *
807
- * @param itemId Id of an item whose data information is sought
808
- * @param authentication Credentials for the request to AGO
809
- * @returns A promise that will resolve with the data Blob or null if the item doesn't have a data section
810
- */
811
- function getItemDataBlob(itemId, authentication) {
812
- return new Promise(resolve => {
813
- const url = getItemDataBlobUrl(itemId, authentication);
814
- getBlobCheckForError(url, authentication, [400, 500]).then(blob => resolve(_fixTextBlobType(blob)), () => resolve(null));
815
- });
816
- }
817
- /**
818
- * Gets the URL to the data information of an AGO item in its raw (Blob) form.
819
- *
820
- * @param itemId Id of an item whose data information is sought
821
- * @param authentication Credentials for the request to AGO
822
- * @returns URL string
823
- */
824
- function getItemDataBlobUrl(itemId, authentication) {
825
- return `${getPortalSharingUrlFromAuth(authentication)}/content/items/${itemId}/data`;
826
- }
827
- /**
828
- * Gets a JSON from a web site.
829
- *
830
- * @param url Address of JSON
831
- * @param authentication Credentials for the request
832
- * @returns Promise that will resolve with JSON
833
- */
834
- function getJson(url, authentication) {
835
- // Get the blob from the URL
836
- const requestOptions = { httpMethod: "GET" };
837
- return getBlob(url, authentication, requestOptions)
838
- .then(blob => {
839
- // Reclassify text/plain blobs as needed
840
- return _fixTextBlobType(blob);
841
- })
842
- .then(adjustedBlob => {
843
- if (adjustedBlob.type === "application/json") {
844
- // Blob may be an error
845
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
846
- return blobToJson(adjustedBlob);
847
- }
848
- else {
849
- return Promise.resolve(null);
850
- }
851
- });
852
- }
853
- /**
854
- * Extracts the portal sharing url from a supplied authentication.
855
- *
856
- * @param authentication Credentials for the request to AGO
857
- * @returns Portal sharing url to be used in API requests, defaulting to `https://www.arcgis.com/sharing/rest`
858
- */
859
- function getPortalSharingUrlFromAuth(authentication) {
860
- // If auth was passed, use that portal
861
- return getProp(authentication, "portal") || "https://www.arcgis.com/sharing/rest";
862
- }
863
- function getThumbnailFile(url, filename, authentication) {
864
- return new Promise(resolve => {
865
- getBlobAsFile(url, filename, authentication, [500]).then(resolve, () => resolve(null));
866
- });
867
- }
868
- // ------------------------------------------------------------------------------------------------------------------ //
869
- /**
870
- * Fixes the types of Blobs incorrectly typed as text/plain.
871
- *
872
- * @param blob Blob to check
873
- * @returns Promise resolving to original Blob, unless it's originally typed as text/plain but is
874
- * really JSON, ZIP, or XML
875
- * @private
876
- */
877
- function _fixTextBlobType(blob) {
878
- return new Promise((resolve, reject) => {
879
- if (blob &&
880
- blob.size > 0 &&
881
- (blob.type.startsWith("text/plain") ||
882
- blob.type.startsWith("application/json"))) {
883
- blobToText(blob).then(blobText => {
884
- // Convertible to JSON?
885
- try {
886
- JSON.parse(blobText);
887
- // Yes; reclassify as JSON
888
- resolve(new Blob([blob], { type: "application/json" }));
889
- }
890
- catch (ignored) {
891
- // Nope; test for ZIP file
892
- if (blobText.length > 4 &&
893
- blobText.substr(0, 4) === ZIP_FILE_HEADER_SIGNATURE) {
894
- // Yes; reclassify as ZIP
895
- resolve(new Blob([blob], { type: "application/zip" }));
896
- }
897
- else if (blobText.startsWith("<")) {
898
- // Reclassify as XML; since the blob started out as text/plain, it's more likely that is
899
- // meant to be human-readable, so we'll use text/xml instead of application/xml
900
- resolve(new Blob([blob], { type: "text/xml" }));
901
- }
902
- else {
903
- // Leave as text
904
- resolve(blob);
905
- }
906
- }
907
- },
908
- // Faulty blob
909
- reject);
910
- }
911
- else {
912
- // Empty or not typed as plain text, so simply return
913
- if (blob) {
914
- resolve(blob);
915
- }
916
- else {
917
- reject();
918
- }
919
- }
920
- });
921
- }
922
-
923
- exports.ArcGISAuthError = ArcGISAuthError;
924
- exports.NODEJS_DEFAULT_REFERER_HEADER = NODEJS_DEFAULT_REFERER_HEADER;
925
- exports.blobToFile = blobToFile;
926
- exports.checkUrlPathTermination = checkUrlPathTermination;
927
- exports.cleanUrl = cleanUrl;
928
- exports.encodeQueryString = encodeQueryString;
929
- exports.getItemDataAsJson = getItemDataAsJson;
930
- exports.getJson = getJson;
931
- exports.getProp = getProp;
932
- exports.getThumbnailFile = getThumbnailFile;
933
- exports.request = request;
934
- exports.setCreateProp = setCreateProp;