@esri/solutions-components 0.7.3 → 0.7.5

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 (1083) hide show
  1. package/dist/assets/t9n/map-tools/resources.json +2 -2
  2. package/dist/assets/t9n/map-tools/resources_en.json +2 -2
  3. package/dist/cjs/ExpandToggle-8aa3f03d.js +118 -0
  4. package/dist/cjs/FloatingArrow-a3a78fca.js +50 -0
  5. package/dist/cjs/Heading-a6308c38.js +25 -0
  6. package/dist/cjs/ar-8bcca75e.js +104 -0
  7. package/dist/cjs/arcgis-login.cjs.entry.js +1 -1
  8. package/dist/cjs/basemap-gallery_7.cjs.entry.js +42 -23
  9. package/dist/cjs/bg-dd2c317a.js +82 -0
  10. package/dist/cjs/breakpoints-fcd0f2a0.js +17 -0
  11. package/dist/cjs/bs-2e880b80.js +51 -0
  12. package/dist/cjs/buffer-tools_3.cjs.entry.js +661 -0
  13. package/dist/cjs/ca-5cf9d5a1.js +71 -0
  14. package/dist/cjs/calcite-accordion-item.cjs.entry.js +2 -2
  15. package/dist/cjs/calcite-accordion.cjs.entry.js +1 -1
  16. package/dist/cjs/calcite-action-bar_3.cjs.entry.js +5 -5
  17. package/dist/cjs/calcite-action-group_2.cjs.entry.js +4 -4
  18. package/dist/cjs/calcite-action-pad_2.cjs.entry.js +296 -0
  19. package/dist/cjs/calcite-action_2.cjs.entry.js +3 -3
  20. package/dist/cjs/calcite-alert_3.cjs.entry.js +24 -19
  21. package/dist/cjs/calcite-avatar.cjs.entry.js +1 -1
  22. package/dist/cjs/calcite-block-section.cjs.entry.js +3 -3
  23. package/dist/cjs/calcite-block.cjs.entry.js +6 -6
  24. package/dist/cjs/calcite-button.cjs.entry.js +4 -4
  25. package/dist/cjs/calcite-card.cjs.entry.js +3 -3
  26. package/dist/cjs/calcite-checkbox_3.cjs.entry.js +4 -4
  27. package/dist/cjs/calcite-chip-group.cjs.entry.js +2 -2
  28. package/dist/cjs/calcite-chip.cjs.entry.js +4 -4
  29. package/dist/cjs/calcite-color-picker-hex-input_2.cjs.entry.js +2 -2
  30. package/dist/cjs/calcite-color-picker.cjs.entry.js +3 -3
  31. package/dist/cjs/calcite-combobox-item-group.cjs.entry.js +1 -1
  32. package/dist/cjs/calcite-combobox_6.cjs.entry.js +10 -9
  33. package/dist/cjs/calcite-date-picker-day.cjs.entry.js +100 -0
  34. package/dist/cjs/calcite-date-picker_3.cjs.entry.js +990 -0
  35. package/dist/cjs/calcite-fab.cjs.entry.js +2 -2
  36. package/dist/cjs/calcite-filter_2.cjs.entry.js +237 -0
  37. package/dist/cjs/calcite-flow-item.cjs.entry.js +3 -3
  38. package/dist/cjs/calcite-flow.cjs.entry.js +2 -2
  39. package/dist/cjs/calcite-graph_2.cjs.entry.js +1098 -0
  40. package/dist/cjs/calcite-handle.cjs.entry.js +170 -0
  41. package/dist/cjs/calcite-icon.cjs.entry.js +1 -1
  42. package/dist/cjs/calcite-inline-editable.cjs.entry.js +3 -3
  43. package/dist/cjs/calcite-input-date-picker.cjs.entry.js +6 -6
  44. package/dist/cjs/calcite-input-number.cjs.entry.js +4 -4
  45. package/dist/cjs/calcite-input-text.cjs.entry.js +4 -4
  46. package/dist/cjs/calcite-input-time-picker-a1e90ec2.js +1849 -0
  47. package/dist/cjs/calcite-input-time-picker.cjs.entry.js +6 -6
  48. package/dist/cjs/calcite-input-time-zone.cjs.entry.js +4 -4
  49. package/dist/cjs/calcite-input_2.cjs.entry.js +4 -4
  50. package/dist/cjs/calcite-label.cjs.entry.js +1 -1
  51. package/dist/cjs/calcite-link.cjs.entry.js +2 -2
  52. package/dist/cjs/calcite-list-item-group.cjs.entry.js +1 -1
  53. package/dist/cjs/calcite-menu-item.cjs.entry.js +3 -3
  54. package/dist/cjs/calcite-menu.cjs.entry.js +3 -3
  55. package/dist/cjs/calcite-meter.cjs.entry.js +3 -3
  56. package/dist/cjs/calcite-modal.cjs.entry.js +5 -5
  57. package/dist/cjs/calcite-navigation-logo.cjs.entry.js +2 -2
  58. package/dist/cjs/calcite-navigation-user.cjs.entry.js +2 -2
  59. package/dist/cjs/calcite-navigation.cjs.entry.js +2 -2
  60. package/dist/cjs/calcite-notice.cjs.entry.js +167 -0
  61. package/dist/cjs/calcite-option-group.cjs.entry.js +1 -1
  62. package/dist/cjs/calcite-option_2.cjs.entry.js +3 -3
  63. package/dist/cjs/calcite-pagination.cjs.entry.js +3 -3
  64. package/dist/cjs/calcite-panel.cjs.entry.js +269 -0
  65. package/dist/cjs/calcite-pick-list-group.cjs.entry.js +3 -3
  66. package/dist/cjs/calcite-pick-list-item.cjs.entry.js +4 -4
  67. package/dist/cjs/calcite-pick-list.cjs.entry.js +3 -3
  68. package/dist/cjs/calcite-popover.cjs.entry.js +6 -6
  69. package/dist/cjs/calcite-radio-button-group.cjs.entry.js +2 -2
  70. package/dist/cjs/calcite-radio-button.cjs.entry.js +3 -3
  71. package/dist/cjs/calcite-rating.cjs.entry.js +4 -4
  72. package/dist/cjs/calcite-scrim.cjs.entry.js +2 -2
  73. package/dist/cjs/calcite-segmented-control_2.cjs.entry.js +3 -3
  74. package/dist/cjs/calcite-sheet.cjs.entry.js +3 -3
  75. package/dist/cjs/calcite-shell-center-row.cjs.entry.js +2 -2
  76. package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +12 -10
  77. package/dist/cjs/calcite-shell.cjs.entry.js +157 -0
  78. package/dist/cjs/calcite-sortable-list.cjs.entry.js +1 -1
  79. package/dist/cjs/calcite-split-button.cjs.entry.js +2 -2
  80. package/dist/cjs/calcite-stepper-item.cjs.entry.js +3 -3
  81. package/dist/cjs/calcite-stepper.cjs.entry.js +2 -2
  82. package/dist/cjs/calcite-switch.cjs.entry.js +3 -3
  83. package/dist/cjs/calcite-table-cell_2.cjs.entry.js +3 -3
  84. package/dist/cjs/calcite-table-row.cjs.entry.js +1 -1
  85. package/dist/cjs/calcite-table.cjs.entry.js +3 -3
  86. package/dist/cjs/calcite-text-area.cjs.entry.js +4 -4
  87. package/dist/cjs/calcite-tile-select-group.cjs.entry.js +1 -1
  88. package/dist/cjs/calcite-tile-select.cjs.entry.js +2 -2
  89. package/dist/cjs/calcite-tile.cjs.entry.js +2 -2
  90. package/dist/cjs/calcite-time-picker.cjs.entry.js +3 -3
  91. package/dist/cjs/calcite-tip-group.cjs.entry.js +1 -1
  92. package/dist/cjs/calcite-tip-manager.cjs.entry.js +3 -3
  93. package/dist/cjs/calcite-tip.cjs.entry.js +4 -4
  94. package/dist/cjs/calcite-tooltip.cjs.entry.js +438 -0
  95. package/dist/cjs/card-manager_3.cjs.entry.js +42 -16
  96. package/dist/cjs/common-4cd3537b.js +38 -0
  97. package/dist/cjs/conditionalSlot-d68de819.js +63 -0
  98. package/dist/cjs/crowdsource-manager.cjs.entry.js +33 -7
  99. package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
  100. package/dist/cjs/cs-f072592b.js +147 -0
  101. package/dist/cjs/da-6af0e31c.js +66 -0
  102. package/dist/cjs/de-8d7e940e.js +91 -0
  103. package/dist/cjs/de-at-d864ad65.js +90 -0
  104. package/dist/cjs/de-ch-23108e0e.js +90 -0
  105. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  106. package/dist/cjs/downloadUtils-95e4a5b2.js +3124 -0
  107. package/dist/cjs/el-e6a28b0d.js +66 -0
  108. package/dist/cjs/en-au-9e23d436.js +66 -0
  109. package/dist/cjs/en-ca-34a501cb.js +65 -0
  110. package/dist/cjs/en-gb-33340e8a.js +69 -0
  111. package/dist/cjs/es-8adf47b0.js +66 -0
  112. package/dist/cjs/es-mx-44ad44a0.js +65 -0
  113. package/dist/cjs/esri-loader-a91c0ec1.js +303 -0
  114. package/dist/cjs/et-c9f248fa.js +92 -0
  115. package/dist/cjs/feature-comments.cjs.entry.js +1 -1
  116. package/dist/cjs/feature-form-flow-item.cjs.entry.js +1 -1
  117. package/dist/cjs/features-flow-item.cjs.entry.js +1 -1
  118. package/dist/cjs/fi-e5ac8a6b.js +115 -0
  119. package/dist/cjs/form-1c637002.js +260 -0
  120. package/dist/cjs/fr-2ada2468.js +68 -0
  121. package/dist/cjs/fr-ch-645d30ad.js +66 -0
  122. package/dist/cjs/he-b6a59c60.js +105 -0
  123. package/dist/cjs/helpers-ff831524.js +903 -0
  124. package/dist/cjs/hi-6da5ed74.js +65 -0
  125. package/dist/cjs/hr-6f0e2b6e.js +80 -0
  126. package/dist/cjs/hu-f73982a9.js +88 -0
  127. package/dist/cjs/id-5e09da12.js +66 -0
  128. package/dist/cjs/index-22bb61da.js +201 -0
  129. package/dist/cjs/index-b8a649fc.js +2530 -0
  130. package/dist/cjs/index-f64944ad.js +2107 -0
  131. package/dist/cjs/index.es-a88403f8.js +10811 -0
  132. package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +501 -0
  133. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +98 -0
  134. package/dist/cjs/instant-apps-export.cjs.entry.js +652 -0
  135. package/dist/cjs/instant-apps-filter-list.cjs.entry.js +997 -0
  136. package/dist/cjs/instant-apps-header.cjs.entry.js +126 -0
  137. package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +1582 -0
  138. package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +141 -0
  139. package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +56 -0
  140. package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +766 -0
  141. package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +115 -0
  142. package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +143 -0
  143. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +104 -0
  144. package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +177 -0
  145. package/dist/cjs/instant-apps-language-translator.cjs.entry.js +250 -0
  146. package/dist/cjs/instant-apps-measurement.cjs.entry.js +70 -0
  147. package/dist/cjs/instant-apps-popover.cjs.entry.js +79 -0
  148. package/dist/cjs/instant-apps-popovers.cjs.entry.js +92 -0
  149. package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +467 -0
  150. package/dist/cjs/instant-apps-social-share.cjs.entry.js +502 -0
  151. package/dist/cjs/instant-apps-splash.cjs.entry.js +143 -0
  152. package/dist/cjs/it-94070661.js +66 -0
  153. package/dist/cjs/it-ch-8f628d09.js +66 -0
  154. package/dist/cjs/ja-b3dc5ef9.js +72 -0
  155. package/dist/cjs/ko-6ba17eb2.js +72 -0
  156. package/dist/cjs/languageSwitcher-cae609d9.js +58 -0
  157. package/dist/cjs/languageUtil-a3b464f8.js +69 -0
  158. package/dist/cjs/layout-manager.cjs.entry.js +3 -2
  159. package/dist/cjs/list-flow-item.cjs.entry.js +1 -1
  160. package/dist/cjs/loadModules-1d0f0316.js +23 -0
  161. package/dist/cjs/loadModules-46d14e81.js +30 -0
  162. package/dist/cjs/loadable-e209caa9.js +94 -0
  163. package/dist/cjs/loader.cjs.js +2 -2
  164. package/dist/cjs/locale-56c3447b.js +82 -0
  165. package/dist/cjs/locale-9db09b63.js +122 -0
  166. package/dist/cjs/location-flow-item.cjs.entry.js +1 -1
  167. package/dist/cjs/lt-2354e625.js +97 -0
  168. package/dist/cjs/lv-cc37b69c.js +66 -0
  169. package/dist/cjs/map-select-tools_3.cjs.entry.js +10 -8
  170. package/dist/cjs/mk-ac4a31aa.js +66 -0
  171. package/dist/cjs/mode-d6c12b38.js +19 -0
  172. package/dist/cjs/nb-abd9538a.js +67 -0
  173. package/dist/cjs/nl-c624c786.js +67 -0
  174. package/dist/cjs/openCloseComponent-cf70bddd.js +92 -0
  175. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  176. package/dist/cjs/pl-04f956d5.js +114 -0
  177. package/dist/cjs/pt-aabed5c9.js +67 -0
  178. package/dist/cjs/pt-br-ea295f22.js +65 -0
  179. package/dist/cjs/public-notification.cjs.entry.js +10 -8
  180. package/dist/cjs/publicNotificationStore-3a17c2f4.js +47 -0
  181. package/dist/cjs/refine-results-flow-item.cjs.entry.js +1 -1
  182. package/dist/cjs/restHelpersGet-e0737480.js +972 -0
  183. package/dist/cjs/ro-0a9832f9.js +66 -0
  184. package/dist/cjs/ru-9fe91395.js +126 -0
  185. package/dist/cjs/share-item.cjs.entry.js +1 -1
  186. package/dist/cjs/shared-list-render-b73b4b3d.js +364 -0
  187. package/dist/cjs/sk-0f14807f.js +148 -0
  188. package/dist/cjs/sl-91ca20d1.js +168 -0
  189. package/dist/cjs/solution-configuration.cjs.entry.js +8 -6
  190. package/dist/cjs/solution-contents_3.cjs.entry.js +9 -7
  191. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  192. package/dist/cjs/solution-resource-abec7452.js +141 -0
  193. package/dist/cjs/solution-store-ab6c980f.js +1344 -0
  194. package/dist/cjs/solutions-components.cjs.js +2 -2
  195. package/dist/cjs/spatial-ref.cjs.entry.js +6 -4
  196. package/dist/cjs/sr-bf45936b.js +101 -0
  197. package/dist/cjs/store-manager.cjs.entry.js +1 -1
  198. package/dist/cjs/sv-e20bd76f.js +71 -0
  199. package/dist/cjs/t9n-8460f178.js +100 -0
  200. package/dist/cjs/th-2a65e2af.js +65 -0
  201. package/dist/cjs/tr-55642c14.js +66 -0
  202. package/dist/cjs/uk-cee39dac.js +104 -0
  203. package/dist/cjs/utils-41eb3a01.js +120 -0
  204. package/dist/cjs/utils-bf5f34d7.js +64 -0
  205. package/dist/cjs/vi-264d924f.js +70 -0
  206. package/dist/cjs/zh-cn-31b500d4.js +94 -0
  207. package/dist/cjs/zh-hk-03ee3a8e.js +71 -0
  208. package/dist/cjs/zh-tw-13f729f1.js +92 -0
  209. package/dist/collection/collection-manifest.json +33 -0
  210. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +70 -5
  211. package/dist/collection/components/edit-card/edit-card.js +30 -13
  212. package/dist/collection/components/info-card/info-card.js +12 -0
  213. package/dist/collection/components/layer-table/layer-table.css +17 -1
  214. package/dist/collection/components/layer-table/layer-table.js +33 -22
  215. package/dist/collection/components/map-card/map-card.js +1 -1
  216. package/dist/collection/components/map-fullscreen/map-fullscreen.js +33 -17
  217. package/dist/collection/components/map-tools/map-tools.js +22 -3
  218. package/dist/components/action-pad.js +229 -0
  219. package/dist/components/block.js +281 -0
  220. package/dist/components/breakpoints.js +15 -0
  221. package/dist/components/calcite-action-pad.js +1 -222
  222. package/dist/components/calcite-block.js +1 -274
  223. package/dist/components/calcite-input-date-picker.js +1 -808
  224. package/dist/components/calcite-input-time-zone.js +1 -1
  225. package/dist/components/crowdsource-manager.js +110 -75
  226. package/dist/components/downloadUtils.js +1 -0
  227. package/dist/components/edit-card2.js +11 -13
  228. package/dist/components/helpers.js +800 -0
  229. package/dist/components/index3.js +2068 -162
  230. package/dist/components/index4.js +179 -184
  231. package/dist/components/index5.js +188 -55
  232. package/dist/components/index6.js +71 -0
  233. package/dist/components/info-card2.js +7 -1
  234. package/dist/components/input-date-picker.js +815 -0
  235. package/dist/components/instant-apps-ckeditor-wrapper.js +11 -0
  236. package/dist/components/instant-apps-ckeditor-wrapper2.js +142 -0
  237. package/dist/components/instant-apps-control-panel.js +114 -0
  238. package/dist/components/instant-apps-export.js +750 -0
  239. package/dist/components/instant-apps-filter-list.js +1170 -0
  240. package/dist/components/instant-apps-header.js +11 -0
  241. package/dist/components/instant-apps-header2.js +175 -0
  242. package/dist/components/instant-apps-interactive-legend-classic.js +11 -0
  243. package/dist/components/instant-apps-interactive-legend-classic2.js +1674 -0
  244. package/dist/components/instant-apps-interactive-legend-count.js +11 -0
  245. package/dist/components/instant-apps-interactive-legend-count2.js +121 -0
  246. package/dist/components/instant-apps-interactive-legend-group-legend-element-caption.js +97 -0
  247. package/dist/components/instant-apps-interactive-legend-group-legend-element.js +11 -0
  248. package/dist/components/instant-apps-interactive-legend-group-legend-element2.js +99 -0
  249. package/dist/components/instant-apps-interactive-legend-layer-element-caption.js +11 -0
  250. package/dist/components/instant-apps-interactive-legend-layer-element-caption2.js +92 -0
  251. package/dist/components/instant-apps-interactive-legend-layer-element.js +11 -0
  252. package/dist/components/instant-apps-interactive-legend-layer-element2.js +100 -0
  253. package/dist/components/instant-apps-interactive-legend-legend-element-caption.js +11 -0
  254. package/dist/components/instant-apps-interactive-legend-legend-element-caption2.js +152 -0
  255. package/dist/components/instant-apps-interactive-legend-legend-element.js +11 -0
  256. package/dist/components/instant-apps-interactive-legend-legend-element2.js +122 -0
  257. package/dist/components/instant-apps-interactive-legend-relationship.js +11 -0
  258. package/dist/components/instant-apps-interactive-legend-relationship2.js +565 -0
  259. package/dist/components/instant-apps-interactive-legend.js +217 -0
  260. package/dist/components/instant-apps-keyboard-shortcuts.js +211 -0
  261. package/dist/components/instant-apps-landing-page.js +150 -0
  262. package/dist/components/instant-apps-language-switcher.js +311 -0
  263. package/dist/components/instant-apps-language-translator-item.js +11 -0
  264. package/dist/components/instant-apps-language-translator-item2.js +353 -0
  265. package/dist/components/instant-apps-language-translator-search.js +11 -0
  266. package/dist/components/instant-apps-language-translator-search2.js +131 -0
  267. package/dist/components/instant-apps-language-translator.js +11 -0
  268. package/dist/components/instant-apps-language-translator2.js +412 -0
  269. package/dist/components/instant-apps-measurement-tool.js +11 -0
  270. package/dist/components/instant-apps-measurement-tool2.js +154 -0
  271. package/dist/components/instant-apps-measurement.js +154 -0
  272. package/dist/components/instant-apps-popover.js +136 -0
  273. package/dist/components/instant-apps-popovers.js +115 -0
  274. package/dist/components/instant-apps-scoreboard.js +522 -0
  275. package/dist/components/instant-apps-social-share.js +11 -0
  276. package/dist/components/instant-apps-social-share2.js +566 -0
  277. package/dist/components/instant-apps-splash.js +206 -0
  278. package/dist/components/languageUtil.js +66 -0
  279. package/dist/components/layer-table2.js +83 -53
  280. package/dist/components/loadModules2.js +21 -0
  281. package/dist/components/locale3.js +77 -0
  282. package/dist/components/map-card2.js +1 -1
  283. package/dist/components/map-fullscreen2.js +17 -18
  284. package/dist/components/map-tools2.js +22 -3
  285. package/dist/components/mode.js +17 -0
  286. package/dist/components/publicNotificationStore.js +1 -1
  287. package/dist/components/restHelpersGet.js +1 -0
  288. package/dist/components/solution-configuration.js +1 -0
  289. package/dist/components/solution-resource-item2.js +1 -0
  290. package/dist/components/solution-resource.js +1 -1699
  291. package/dist/components/solution-store.js +2 -1
  292. package/dist/components/spatial-ref2.js +1 -0
  293. package/dist/components/store.js +86 -0
  294. package/dist/components/utils4.js +111 -0
  295. package/dist/esm/ExpandToggle-52a39281.js +110 -0
  296. package/dist/esm/FloatingArrow-337e6e2c.js +48 -0
  297. package/dist/esm/Heading-f6569cca.js +22 -0
  298. package/dist/esm/ar-f77800f7.js +102 -0
  299. package/dist/esm/arcgis-login.entry.js +1 -1
  300. package/dist/esm/basemap-gallery_7.entry.js +42 -23
  301. package/dist/esm/bg-db2ef59b.js +80 -0
  302. package/dist/esm/breakpoints-f0f1417d.js +15 -0
  303. package/dist/esm/bs-f93b1f4d.js +49 -0
  304. package/dist/esm/buffer-tools_3.entry.js +655 -0
  305. package/dist/esm/ca-2b18b8fd.js +69 -0
  306. package/dist/esm/calcite-accordion-item.entry.js +2 -2
  307. package/dist/esm/calcite-accordion.entry.js +1 -1
  308. package/dist/esm/calcite-action-bar_3.entry.js +6 -6
  309. package/dist/esm/calcite-action-group_2.entry.js +5 -5
  310. package/dist/esm/calcite-action-pad_2.entry.js +291 -0
  311. package/dist/esm/calcite-action_2.entry.js +4 -4
  312. package/dist/esm/calcite-alert_3.entry.js +25 -20
  313. package/dist/esm/calcite-avatar.entry.js +1 -1
  314. package/dist/esm/calcite-block-section.entry.js +4 -4
  315. package/dist/esm/calcite-block.entry.js +7 -7
  316. package/dist/esm/calcite-button.entry.js +5 -5
  317. package/dist/esm/calcite-card.entry.js +4 -4
  318. package/dist/esm/calcite-checkbox_3.entry.js +4 -4
  319. package/dist/esm/calcite-chip-group.entry.js +2 -2
  320. package/dist/esm/calcite-chip.entry.js +5 -5
  321. package/dist/esm/calcite-color-picker-hex-input_2.entry.js +2 -2
  322. package/dist/esm/calcite-color-picker.entry.js +4 -4
  323. package/dist/esm/calcite-combobox-item-group.entry.js +1 -1
  324. package/dist/esm/calcite-combobox_6.entry.js +11 -10
  325. package/dist/esm/calcite-date-picker-day.entry.js +96 -0
  326. package/dist/esm/calcite-date-picker_3.entry.js +984 -0
  327. package/dist/esm/calcite-fab.entry.js +2 -2
  328. package/dist/esm/calcite-filter_2.entry.js +232 -0
  329. package/dist/esm/calcite-flow-item.entry.js +4 -4
  330. package/dist/esm/calcite-flow.entry.js +2 -2
  331. package/dist/esm/calcite-graph_2.entry.js +1093 -0
  332. package/dist/esm/calcite-handle.entry.js +166 -0
  333. package/dist/esm/calcite-icon.entry.js +1 -1
  334. package/dist/esm/calcite-inline-editable.entry.js +4 -4
  335. package/dist/esm/calcite-input-date-picker.entry.js +8 -8
  336. package/dist/esm/calcite-input-number.entry.js +5 -5
  337. package/dist/esm/calcite-input-text.entry.js +5 -5
  338. package/dist/esm/calcite-input-time-picker-9906784a.js +1846 -0
  339. package/dist/esm/calcite-input-time-picker.entry.js +8 -8
  340. package/dist/esm/calcite-input-time-zone.entry.js +5 -5
  341. package/dist/esm/calcite-input_2.entry.js +5 -5
  342. package/dist/esm/calcite-label.entry.js +1 -1
  343. package/dist/esm/calcite-link.entry.js +2 -2
  344. package/dist/esm/calcite-list-item-group.entry.js +1 -1
  345. package/dist/esm/calcite-menu-item.entry.js +4 -4
  346. package/dist/esm/calcite-menu.entry.js +4 -4
  347. package/dist/esm/calcite-meter.entry.js +4 -4
  348. package/dist/esm/calcite-modal.entry.js +6 -6
  349. package/dist/esm/calcite-navigation-logo.entry.js +2 -2
  350. package/dist/esm/calcite-navigation-user.entry.js +2 -2
  351. package/dist/esm/calcite-navigation.entry.js +2 -2
  352. package/dist/esm/calcite-notice.entry.js +163 -0
  353. package/dist/esm/calcite-option-group.entry.js +1 -1
  354. package/dist/esm/calcite-option_2.entry.js +3 -3
  355. package/dist/esm/calcite-pagination.entry.js +4 -4
  356. package/dist/esm/calcite-panel.entry.js +265 -0
  357. package/dist/esm/calcite-pick-list-group.entry.js +3 -3
  358. package/dist/esm/calcite-pick-list-item.entry.js +5 -5
  359. package/dist/esm/calcite-pick-list.entry.js +3 -3
  360. package/dist/esm/calcite-popover.entry.js +7 -7
  361. package/dist/esm/calcite-radio-button-group.entry.js +2 -2
  362. package/dist/esm/calcite-radio-button.entry.js +3 -3
  363. package/dist/esm/calcite-rating.entry.js +5 -5
  364. package/dist/esm/calcite-scrim.entry.js +3 -3
  365. package/dist/esm/calcite-segmented-control_2.entry.js +3 -3
  366. package/dist/esm/calcite-sheet.entry.js +3 -3
  367. package/dist/esm/calcite-shell-center-row.entry.js +2 -2
  368. package/dist/esm/calcite-shell-panel_14.entry.js +13 -11
  369. package/dist/esm/calcite-shell.entry.js +153 -0
  370. package/dist/esm/calcite-sortable-list.entry.js +1 -1
  371. package/dist/esm/calcite-split-button.entry.js +2 -2
  372. package/dist/esm/calcite-stepper-item.entry.js +4 -4
  373. package/dist/esm/calcite-stepper.entry.js +3 -3
  374. package/dist/esm/calcite-switch.entry.js +3 -3
  375. package/dist/esm/calcite-table-cell_2.entry.js +4 -4
  376. package/dist/esm/calcite-table-row.entry.js +1 -1
  377. package/dist/esm/calcite-table.entry.js +4 -4
  378. package/dist/esm/calcite-text-area.entry.js +5 -5
  379. package/dist/esm/calcite-tile-select-group.entry.js +1 -1
  380. package/dist/esm/calcite-tile-select.entry.js +2 -2
  381. package/dist/esm/calcite-tile.entry.js +2 -2
  382. package/dist/esm/calcite-time-picker.entry.js +5 -5
  383. package/dist/esm/calcite-tip-group.entry.js +1 -1
  384. package/dist/esm/calcite-tip-manager.entry.js +4 -4
  385. package/dist/esm/calcite-tip.entry.js +5 -5
  386. package/dist/esm/calcite-tooltip.entry.js +434 -0
  387. package/dist/esm/card-manager_3.entry.js +42 -16
  388. package/dist/esm/common-2cf42ac2.js +36 -0
  389. package/dist/esm/conditionalSlot-a714d511.js +60 -0
  390. package/dist/esm/crowdsource-manager.entry.js +33 -7
  391. package/dist/esm/crowdsource-reporter.entry.js +1 -1
  392. package/dist/esm/cs-deb5a8b8.js +145 -0
  393. package/dist/esm/da-200f1715.js +64 -0
  394. package/dist/esm/date-b6645c2f.js +245 -0
  395. package/dist/esm/de-2a1519db.js +89 -0
  396. package/dist/esm/de-at-f6b9f5e9.js +88 -0
  397. package/dist/esm/de-ch-57100172.js +88 -0
  398. package/dist/esm/deduct-calculator.entry.js +1 -1
  399. package/dist/esm/downloadUtils-83dd2143.js +3118 -0
  400. package/dist/esm/el-d8748e54.js +64 -0
  401. package/dist/esm/en-au-c4fb48e2.js +64 -0
  402. package/dist/esm/en-ca-e7c89089.js +63 -0
  403. package/dist/esm/en-gb-a9b09a37.js +67 -0
  404. package/dist/esm/es-b9849b68.js +64 -0
  405. package/dist/esm/es-mx-a6683427.js +63 -0
  406. package/dist/esm/esri-loader-eda07632.js +301 -0
  407. package/dist/esm/et-5977f99c.js +90 -0
  408. package/dist/esm/feature-comments.entry.js +1 -1
  409. package/dist/esm/feature-form-flow-item.entry.js +1 -1
  410. package/dist/esm/features-flow-item.entry.js +1 -1
  411. package/dist/esm/fi-7c833852.js +113 -0
  412. package/dist/esm/form-20beb147.js +252 -0
  413. package/dist/esm/fr-666c6e38.js +66 -0
  414. package/dist/esm/fr-ch-c31a993e.js +64 -0
  415. package/dist/esm/he-0f33cd21.js +103 -0
  416. package/dist/esm/helpers-e8282221.js +877 -0
  417. package/dist/esm/hi-7c013995.js +63 -0
  418. package/dist/esm/hr-0beace22.js +78 -0
  419. package/dist/esm/hu-b9e83513.js +86 -0
  420. package/dist/esm/id-e79416a2.js +64 -0
  421. package/dist/esm/index-7183ce4a.js +2496 -0
  422. package/dist/esm/index-857df22e.js +199 -0
  423. package/dist/esm/index-a1e91462.js +2105 -0
  424. package/dist/esm/index.es-0c98e2f3.js +10725 -0
  425. package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +495 -0
  426. package/dist/esm/instant-apps-control-panel.entry.js +94 -0
  427. package/dist/esm/instant-apps-export.entry.js +648 -0
  428. package/dist/esm/instant-apps-filter-list.entry.js +993 -0
  429. package/dist/esm/instant-apps-header.entry.js +122 -0
  430. package/dist/esm/instant-apps-interactive-legend-classic.entry.js +1578 -0
  431. package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +136 -0
  432. package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +52 -0
  433. package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +758 -0
  434. package/dist/esm/instant-apps-interactive-legend.entry.js +111 -0
  435. package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +139 -0
  436. package/dist/esm/instant-apps-landing-page.entry.js +100 -0
  437. package/dist/esm/instant-apps-language-switcher.entry.js +173 -0
  438. package/dist/esm/instant-apps-language-translator.entry.js +246 -0
  439. package/dist/esm/instant-apps-measurement.entry.js +66 -0
  440. package/dist/esm/instant-apps-popover.entry.js +75 -0
  441. package/dist/esm/instant-apps-popovers.entry.js +88 -0
  442. package/dist/esm/instant-apps-scoreboard.entry.js +463 -0
  443. package/dist/esm/instant-apps-social-share.entry.js +498 -0
  444. package/dist/esm/instant-apps-splash.entry.js +139 -0
  445. package/dist/esm/it-37653e1d.js +64 -0
  446. package/dist/esm/it-ch-23524bd0.js +64 -0
  447. package/dist/esm/ja-7e8f1da7.js +70 -0
  448. package/dist/esm/ko-f251bcd0.js +70 -0
  449. package/dist/esm/languageSwitcher-75765d90.js +55 -0
  450. package/dist/esm/languageUtil-8b54477c.js +66 -0
  451. package/dist/esm/layout-manager.entry.js +3 -2
  452. package/dist/esm/list-flow-item.entry.js +1 -1
  453. package/dist/esm/loadModules-037feea8.js +21 -0
  454. package/dist/esm/loadModules-cea493da.js +28 -0
  455. package/dist/esm/loadable-4ea020fa.js +89 -0
  456. package/dist/esm/loader.js +3 -3
  457. package/dist/esm/locale-53d724b5.js +77 -0
  458. package/dist/esm/locale-834c52c6.js +119 -0
  459. package/dist/esm/locale-f08c5b10.js +594 -0
  460. package/dist/esm/location-flow-item.entry.js +1 -1
  461. package/dist/esm/lt-cdddaadd.js +95 -0
  462. package/dist/esm/lv-2cc9a2c6.js +64 -0
  463. package/dist/esm/map-select-tools_3.entry.js +10 -8
  464. package/dist/esm/mk-b8e24f01.js +64 -0
  465. package/dist/esm/mode-66911cb5.js +17 -0
  466. package/dist/esm/nb-f1105c34.js +65 -0
  467. package/dist/esm/nl-2e6ded8f.js +65 -0
  468. package/dist/esm/openCloseComponent-d85ff5f3.js +90 -0
  469. package/dist/esm/pci-calculator.entry.js +1 -1
  470. package/dist/esm/pl-433c515d.js +112 -0
  471. package/dist/esm/pt-br-7e11f4a3.js +63 -0
  472. package/dist/esm/pt-d448bc92.js +65 -0
  473. package/dist/esm/public-notification.entry.js +10 -8
  474. package/dist/esm/publicNotificationStore-9362d7ae.js +45 -0
  475. package/dist/esm/refine-results-flow-item.entry.js +1 -1
  476. package/dist/esm/restHelpersGet-af032ab2.js +959 -0
  477. package/dist/esm/ro-1392a615.js +64 -0
  478. package/dist/esm/ru-ffcd1533.js +124 -0
  479. package/dist/esm/share-item.entry.js +1 -1
  480. package/dist/esm/shared-list-render-3f6a670f.js +342 -0
  481. package/dist/esm/sk-28b09fd6.js +146 -0
  482. package/dist/esm/sl-a85a243f.js +166 -0
  483. package/dist/esm/solution-configuration.entry.js +8 -6
  484. package/dist/esm/solution-contents_3.entry.js +9 -7
  485. package/dist/esm/solution-item-icon.entry.js +1 -1
  486. package/dist/esm/solution-resource-7b8d302d.js +138 -0
  487. package/dist/esm/solution-store-b08696f7.js +1342 -0
  488. package/dist/esm/solutions-components.js +3 -3
  489. package/dist/esm/spatial-ref.entry.js +6 -4
  490. package/dist/esm/sr-fcd3b800.js +99 -0
  491. package/dist/esm/store-manager.entry.js +1 -1
  492. package/dist/esm/sv-10bb847b.js +69 -0
  493. package/dist/esm/t9n-ff209b55.js +95 -0
  494. package/dist/esm/th-60df6ca9.js +63 -0
  495. package/dist/esm/time-8fc11a36.js +274 -0
  496. package/dist/esm/tr-d2a9de1a.js +64 -0
  497. package/dist/esm/uk-f65b52d5.js +102 -0
  498. package/dist/esm/utils-06bace50.js +111 -0
  499. package/dist/esm/utils-5fbb928b.js +61 -0
  500. package/dist/esm/vi-a661d397.js +68 -0
  501. package/dist/esm/zh-cn-a71a90fa.js +92 -0
  502. package/dist/esm/zh-hk-352c4f2e.js +69 -0
  503. package/dist/esm/zh-tw-de9cb649.js +90 -0
  504. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
  505. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
  506. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
  507. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
  508. 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
  509. 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
  510. 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
  511. 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 +67 -0
  512. 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
  513. 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 +68 -0
  514. 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
  515. 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 +52 -0
  516. 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
  517. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
  518. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
  519. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
  520. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
  521. 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
  522. 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
  523. 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
  524. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
  525. 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
  526. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
  527. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
  528. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
  529. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
  530. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
  531. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
  532. package/dist/solutions-components/p-00639754.js +6 -0
  533. package/dist/solutions-components/p-0103dee1.entry.js +6 -0
  534. package/dist/solutions-components/p-019f0baa.entry.js +6 -0
  535. package/dist/solutions-components/p-03466ab3.js +6 -0
  536. package/dist/solutions-components/p-0637dbc2.entry.js +6 -0
  537. package/dist/solutions-components/p-066ceb3b.entry.js +11 -0
  538. package/dist/solutions-components/p-077dd2ca.js +6 -0
  539. package/dist/solutions-components/p-0959f0ba.entry.js +6 -0
  540. package/dist/solutions-components/p-0a0d0d3a.entry.js +6 -0
  541. package/dist/solutions-components/p-0ad0b29a.js +6 -0
  542. package/dist/solutions-components/p-0e64cb34.entry.js +11 -0
  543. package/dist/solutions-components/p-0f5defc9.entry.js +11 -0
  544. package/dist/solutions-components/p-0ff2ce41.js +6 -0
  545. package/dist/solutions-components/p-10c627d2.entry.js +6 -0
  546. package/dist/solutions-components/p-14236e25.entry.js +11 -0
  547. package/dist/solutions-components/p-149d80ad.js +6 -0
  548. package/dist/solutions-components/p-14a48b14.js +6 -0
  549. package/dist/solutions-components/p-18245133.js +6 -0
  550. package/dist/solutions-components/p-188483e2.entry.js +6 -0
  551. package/dist/solutions-components/p-19f5577d.js +6 -0
  552. package/dist/solutions-components/p-1b267b47.entry.js +29 -0
  553. package/dist/solutions-components/p-1b9fb070.entry.js +6 -0
  554. package/dist/solutions-components/p-21c2d29c.entry.js +6 -0
  555. package/dist/solutions-components/p-21ccd955.entry.js +6 -0
  556. package/dist/solutions-components/p-220ec0d1.js +66 -0
  557. package/dist/solutions-components/p-225c4ca4.js +6 -0
  558. package/dist/solutions-components/p-23f5989b.js +6 -0
  559. package/dist/solutions-components/p-23fa75e8.entry.js +11 -0
  560. package/dist/solutions-components/p-2540efd5.entry.js +17 -0
  561. package/dist/solutions-components/p-28a5d3d0.js +6 -0
  562. package/dist/solutions-components/p-2f496e4c.entry.js +6 -0
  563. package/dist/solutions-components/p-3186b4b6.entry.js +11 -0
  564. package/dist/solutions-components/p-319c5251.entry.js +11 -0
  565. package/dist/solutions-components/p-33cab25b.entry.js +11 -0
  566. package/dist/solutions-components/p-35f6e2e8.entry.js +6 -0
  567. package/dist/solutions-components/p-36eb8399.js +145 -0
  568. package/dist/solutions-components/p-3ac10964.js +6 -0
  569. package/dist/solutions-components/p-3c3c2587.entry.js +6 -0
  570. package/dist/solutions-components/p-3d17ee9f.entry.js +6 -0
  571. package/dist/solutions-components/p-3e30d94c.entry.js +6 -0
  572. package/dist/solutions-components/p-3f80aa6c.entry.js +11 -0
  573. package/dist/solutions-components/p-4052ab77.entry.js +6 -0
  574. package/dist/solutions-components/p-4193c543.entry.js +47 -0
  575. package/dist/solutions-components/p-423ba032.entry.js +11 -0
  576. package/dist/solutions-components/p-4349583f.js +6 -0
  577. package/dist/solutions-components/p-43546966.entry.js +6 -0
  578. package/dist/solutions-components/p-43e05fb4.entry.js +11 -0
  579. package/dist/solutions-components/p-442f8a22.js +6 -0
  580. package/dist/solutions-components/p-44e4e81d.entry.js +11 -0
  581. package/dist/solutions-components/p-4507fcfc.entry.js +11 -0
  582. package/dist/solutions-components/p-450bb7fb.js +6 -0
  583. package/dist/solutions-components/p-4671a5b6.entry.js +6 -0
  584. package/dist/solutions-components/p-48ff9cea.js +21 -0
  585. package/dist/solutions-components/p-49d11f7b.entry.js +17 -0
  586. package/dist/solutions-components/p-4a7dfcc3.entry.js +12 -0
  587. package/dist/solutions-components/p-4b3ebd24.entry.js +6 -0
  588. package/dist/solutions-components/p-4ee789e1.entry.js +21 -0
  589. package/dist/solutions-components/p-52afba17.entry.js +6 -0
  590. package/dist/solutions-components/p-54197bfa.entry.js +11 -0
  591. package/dist/solutions-components/p-5463e1aa.js +6 -0
  592. package/dist/solutions-components/p-58aa5973.js +6 -0
  593. package/dist/solutions-components/p-59337ddc.js +6 -0
  594. package/dist/solutions-components/p-59407d94.entry.js +6 -0
  595. package/dist/solutions-components/p-5953ebe8.entry.js +36 -0
  596. package/dist/solutions-components/p-59837e81.js +6 -0
  597. package/dist/solutions-components/p-5a60178d.js +11 -0
  598. package/dist/solutions-components/p-5a885617.entry.js +6 -0
  599. package/dist/solutions-components/p-5f79d121.entry.js +6 -0
  600. package/dist/solutions-components/p-60cdbf65.js +6 -0
  601. package/dist/solutions-components/p-6175d614.js +6 -0
  602. package/dist/solutions-components/p-61a523a6.entry.js +6 -0
  603. package/dist/solutions-components/p-6268020e.entry.js +6 -0
  604. package/dist/solutions-components/p-6384cfd0.entry.js +11 -0
  605. package/dist/solutions-components/p-63f76755.entry.js +11 -0
  606. package/dist/solutions-components/p-66f20ed3.js +6 -0
  607. package/dist/solutions-components/p-6a0777f1.entry.js +11 -0
  608. package/dist/solutions-components/p-6a9a9589.entry.js +11 -0
  609. package/dist/solutions-components/p-6b494d23.entry.js +18 -0
  610. package/dist/solutions-components/p-6b943f52.js +21 -0
  611. package/dist/solutions-components/p-6bba7223.entry.js +11 -0
  612. package/dist/solutions-components/p-6eeebb54.entry.js +11 -0
  613. package/dist/solutions-components/p-6fff23ce.js +6 -0
  614. package/dist/solutions-components/p-7283bfe4.entry.js +6 -0
  615. package/dist/solutions-components/p-72920bd9.entry.js +11 -0
  616. package/dist/solutions-components/p-74a89c71.entry.js +6 -0
  617. package/dist/solutions-components/p-77fe67bc.js +6 -0
  618. package/dist/solutions-components/p-78780f63.js +7 -0
  619. package/dist/solutions-components/p-796ce3a2.entry.js +6 -0
  620. package/dist/solutions-components/p-7b2c0232.js +6 -0
  621. package/dist/solutions-components/p-7ba359e7.js +6 -0
  622. package/dist/solutions-components/p-7d5d4770.entry.js +17 -0
  623. package/dist/solutions-components/p-7d635859.entry.js +17 -0
  624. package/dist/solutions-components/p-7eec285c.entry.js +6 -0
  625. package/dist/solutions-components/p-7f8b34ec.entry.js +17 -0
  626. package/dist/solutions-components/p-80bc8ff8.js +6 -0
  627. package/dist/solutions-components/p-811313d1.entry.js +6 -0
  628. package/dist/solutions-components/p-81c5c5f2.entry.js +6 -0
  629. package/dist/solutions-components/p-825c045a.entry.js +6 -0
  630. package/dist/solutions-components/p-83cf2842.js +6 -0
  631. package/dist/solutions-components/p-84034340.js +6 -0
  632. package/dist/solutions-components/p-840bf17d.entry.js +11 -0
  633. package/dist/solutions-components/p-847193e7.entry.js +6 -0
  634. package/dist/solutions-components/p-8479b57c.entry.js +6 -0
  635. package/dist/solutions-components/p-8684a905.js +21 -0
  636. package/dist/solutions-components/p-88d4aca3.js +11 -0
  637. package/dist/solutions-components/p-89dbc9bb.entry.js +11 -0
  638. package/dist/solutions-components/p-8a80c2c0.js +11 -0
  639. package/dist/solutions-components/p-8b45a9f3.js +6 -0
  640. package/dist/solutions-components/p-8b626490.js +11 -0
  641. package/dist/solutions-components/p-8b6dd664.entry.js +11 -0
  642. package/dist/solutions-components/p-8b8b2f3a.entry.js +6 -0
  643. package/dist/solutions-components/p-8dfdd18e.js +6 -0
  644. package/dist/solutions-components/p-8e552755.js +11 -0
  645. package/dist/solutions-components/p-9063316f.entry.js +11 -0
  646. package/dist/solutions-components/p-9190f5a9.entry.js +6 -0
  647. package/dist/solutions-components/p-91af3a8c.entry.js +6 -0
  648. package/dist/solutions-components/p-92c5117e.js +6 -0
  649. package/dist/solutions-components/p-93510a8c.entry.js +11 -0
  650. package/dist/solutions-components/p-93cfd220.entry.js +17 -0
  651. package/dist/solutions-components/p-946214a3.entry.js +11 -0
  652. package/dist/solutions-components/p-951a5673.entry.js +6 -0
  653. package/dist/solutions-components/p-96ac6d8a.entry.js +16 -0
  654. package/dist/solutions-components/p-9806d57b.js +6 -0
  655. package/dist/solutions-components/p-994a2cd8.entry.js +11 -0
  656. package/dist/solutions-components/p-998940b9.js +6 -0
  657. package/dist/solutions-components/p-9b84f526.entry.js +11 -0
  658. package/dist/solutions-components/p-9b9962f8.entry.js +6 -0
  659. package/dist/solutions-components/p-9bcbc1cc.js +21 -0
  660. package/dist/solutions-components/p-9bcbc357.js +11 -0
  661. package/dist/solutions-components/p-9c0818c4.js +6 -0
  662. package/dist/solutions-components/p-9e92fd19.entry.js +6 -0
  663. package/dist/solutions-components/p-9f742819.entry.js +11 -0
  664. package/dist/solutions-components/p-a01d0e29.entry.js +11 -0
  665. package/dist/solutions-components/p-a05de942.entry.js +11 -0
  666. package/dist/solutions-components/p-a0aca601.js +6 -0
  667. package/dist/solutions-components/p-a14fb8df.entry.js +11 -0
  668. package/dist/solutions-components/p-a15b73bb.entry.js +11 -0
  669. package/dist/solutions-components/p-a230b270.js +16 -0
  670. package/dist/solutions-components/p-a43e4f84.entry.js +11 -0
  671. package/dist/solutions-components/p-a44f1e85.entry.js +6 -0
  672. package/dist/solutions-components/p-a46dbf0a.js +6 -0
  673. package/dist/solutions-components/p-a4755ea8.entry.js +6 -0
  674. package/dist/solutions-components/p-a4a0c7c5.entry.js +6 -0
  675. package/dist/solutions-components/p-a79147a2.entry.js +11 -0
  676. package/dist/solutions-components/p-a7957f1b.entry.js +11 -0
  677. package/dist/solutions-components/p-a7a06d6a.js +6 -0
  678. package/dist/solutions-components/p-ab6a2ecf.entry.js +6 -0
  679. package/dist/solutions-components/p-abab359e.entry.js +6 -0
  680. package/dist/solutions-components/p-abea8ef5.js +6 -0
  681. package/dist/solutions-components/p-ad5f374e.entry.js +6 -0
  682. package/dist/solutions-components/p-ad83172d.entry.js +11 -0
  683. package/dist/solutions-components/p-ada368a5.entry.js +6 -0
  684. package/dist/solutions-components/p-afd9d486.entry.js +6 -0
  685. package/dist/solutions-components/p-b030a151.js +61 -0
  686. package/dist/solutions-components/p-b070bd54.entry.js +6 -0
  687. package/dist/solutions-components/p-b1abf793.js +6 -0
  688. package/dist/solutions-components/p-b2a9bae3.entry.js +6 -0
  689. package/dist/solutions-components/p-b5f2bb07.entry.js +11 -0
  690. package/dist/solutions-components/p-b71c0cdc.js +6 -0
  691. package/dist/solutions-components/p-b7d448d5.entry.js +11 -0
  692. package/dist/solutions-components/p-b858abf3.js +6 -0
  693. package/dist/solutions-components/p-b8d4573d.entry.js +12 -0
  694. package/dist/solutions-components/p-b8feb6b8.entry.js +22 -0
  695. package/dist/solutions-components/p-b959efd3.js +16 -0
  696. package/dist/solutions-components/p-ba14f8c3.js +6 -0
  697. package/dist/solutions-components/p-bab0aa05.js +6 -0
  698. package/dist/solutions-components/p-bacb4e2f.entry.js +6 -0
  699. package/dist/solutions-components/p-bc6a9b9c.js +6 -0
  700. package/dist/solutions-components/p-bd3f4aa6.entry.js +6 -0
  701. package/dist/solutions-components/p-bff9e04f.entry.js +11 -0
  702. package/dist/solutions-components/p-c279b9ed.js +6 -0
  703. package/dist/solutions-components/p-c50a4911.js +11 -0
  704. package/dist/solutions-components/p-c853e879.js +11 -0
  705. package/dist/solutions-components/p-c8cf222b.entry.js +6 -0
  706. package/dist/solutions-components/p-c96eb2db.js +6 -0
  707. package/dist/solutions-components/p-cbd48f1f.entry.js +6 -0
  708. package/dist/solutions-components/p-cdb87252.entry.js +17 -0
  709. package/dist/solutions-components/p-cfe7292c.js +6 -0
  710. package/dist/solutions-components/p-d1b034ac.js +6 -0
  711. package/dist/solutions-components/p-d2ccbb6c.js +6 -0
  712. package/dist/solutions-components/p-d438df5d.js +6 -0
  713. package/dist/solutions-components/p-d48def3a.js +6 -0
  714. package/dist/solutions-components/p-d6050d57.js +489 -0
  715. package/dist/solutions-components/p-d65116b6.entry.js +6 -0
  716. package/dist/solutions-components/p-d68dc436.js +6 -0
  717. package/dist/solutions-components/p-d7d895df.entry.js +11 -0
  718. package/dist/solutions-components/p-d89fff3a.js +49 -0
  719. package/dist/solutions-components/p-d918ec36.js +6 -0
  720. package/dist/solutions-components/p-d9d9d7d1.entry.js +6 -0
  721. package/dist/solutions-components/p-da205222.js +11 -0
  722. package/dist/solutions-components/p-e06f5cfe.js +6 -0
  723. package/dist/solutions-components/p-e0a11013.js +6 -0
  724. package/dist/solutions-components/p-e0e5d270.entry.js +11 -0
  725. package/dist/solutions-components/p-e2ea23c7.js +11 -0
  726. package/dist/solutions-components/p-e6010f64.entry.js +11 -0
  727. package/dist/solutions-components/p-e79106f9.js +11 -0
  728. package/dist/solutions-components/p-e91175f6.entry.js +11 -0
  729. package/dist/solutions-components/p-e95eb58c.entry.js +6 -0
  730. package/dist/solutions-components/p-e987323a.entry.js +16 -0
  731. package/dist/solutions-components/p-edbe4059.js +16 -0
  732. package/dist/solutions-components/p-f3110ead.js +11 -0
  733. package/dist/solutions-components/p-f4742b64.entry.js +6 -0
  734. package/dist/solutions-components/p-f66f6617.entry.js +11 -0
  735. package/dist/solutions-components/p-f98b014f.entry.js +11 -0
  736. package/dist/solutions-components/p-f9ff6c29.entry.js +6 -0
  737. package/dist/solutions-components/p-fbb9a303.js +6 -0
  738. package/dist/solutions-components/p-ff172121.js +6 -0
  739. package/dist/solutions-components/solutions-components.esm.js +1 -1
  740. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +27 -2
  741. package/dist/types/components/edit-card/edit-card.d.ts +5 -0
  742. package/dist/types/components/info-card/info-card.d.ts +4 -0
  743. package/dist/types/components/layer-table/layer-table.d.ts +10 -5
  744. package/dist/types/components/map-fullscreen/map-fullscreen.d.ts +14 -1
  745. package/dist/types/components/map-tools/map-tools.d.ts +8 -0
  746. package/dist/types/components.d.ts +40 -5
  747. package/dist/types/preact.d.ts +93 -4
  748. package/package.json +6 -2
  749. package/dist/cjs/ExpandToggle-590d91ec.js +0 -118
  750. package/dist/cjs/FloatingArrow-51090818.js +0 -50
  751. package/dist/cjs/Heading-09046b7d.js +0 -25
  752. package/dist/cjs/ar-840ce104.js +0 -104
  753. package/dist/cjs/bg-fc50248c.js +0 -82
  754. package/dist/cjs/bs-70a07294.js +0 -51
  755. package/dist/cjs/buffer-tools_4.cjs.entry.js +0 -1531
  756. package/dist/cjs/ca-b8b7db3a.js +0 -71
  757. package/dist/cjs/calcite-action-pad.cjs.entry.js +0 -168
  758. package/dist/cjs/calcite-date-picker-day_3.cjs.entry.js +0 -633
  759. package/dist/cjs/calcite-date-picker.cjs.entry.js +0 -457
  760. package/dist/cjs/calcite-filter_3.cjs.entry.js +0 -388
  761. package/dist/cjs/calcite-graph.cjs.entry.js +0 -226
  762. package/dist/cjs/calcite-input-time-picker-28bfb374.js +0 -1849
  763. package/dist/cjs/calcite-notice_2.cjs.entry.js +0 -590
  764. package/dist/cjs/calcite-panel_2.cjs.entry.js +0 -411
  765. package/dist/cjs/common-3ef5d746.js +0 -37
  766. package/dist/cjs/conditionalSlot-7231dd93.js +0 -63
  767. package/dist/cjs/cs-d6262e24.js +0 -147
  768. package/dist/cjs/da-dd9a7705.js +0 -66
  769. package/dist/cjs/de-9f5b8820.js +0 -91
  770. package/dist/cjs/de-at-ed69f6a8.js +0 -90
  771. package/dist/cjs/de-ch-ebbe1a80.js +0 -90
  772. package/dist/cjs/downloadUtils-99067c29.js +0 -3123
  773. package/dist/cjs/el-a9188f61.js +0 -66
  774. package/dist/cjs/en-au-589b4eee.js +0 -66
  775. package/dist/cjs/en-ca-c2230b11.js +0 -65
  776. package/dist/cjs/en-gb-1f3a4bdd.js +0 -69
  777. package/dist/cjs/es-8270fcb2.js +0 -66
  778. package/dist/cjs/es-mx-fc3d2e8d.js +0 -65
  779. package/dist/cjs/et-48adb96e.js +0 -92
  780. package/dist/cjs/fi-47082a4a.js +0 -115
  781. package/dist/cjs/form-d72f69ef.js +0 -260
  782. package/dist/cjs/fr-ch-8f6be683.js +0 -66
  783. package/dist/cjs/fr-d5b30711.js +0 -68
  784. package/dist/cjs/he-5d6981f0.js +0 -105
  785. package/dist/cjs/hi-c8118b2b.js +0 -65
  786. package/dist/cjs/hr-5818f9ba.js +0 -80
  787. package/dist/cjs/hu-bc3f3f6d.js +0 -88
  788. package/dist/cjs/id-b5bf2386.js +0 -66
  789. package/dist/cjs/index-4f9f29fb.js +0 -201
  790. package/dist/cjs/index-7f076fd8.js +0 -2071
  791. package/dist/cjs/index.es-dec08d23.js +0 -10810
  792. package/dist/cjs/it-c256d30d.js +0 -66
  793. package/dist/cjs/it-ch-b395918d.js +0 -66
  794. package/dist/cjs/ja-82ffd2ce.js +0 -72
  795. package/dist/cjs/ko-4d303cb9.js +0 -72
  796. package/dist/cjs/loadModules-f4d81906.js +0 -30
  797. package/dist/cjs/loadable-2facb46d.js +0 -94
  798. package/dist/cjs/locale-57fa4b01.js +0 -416
  799. package/dist/cjs/lt-0b973f03.js +0 -97
  800. package/dist/cjs/lv-a7a5b9cd.js +0 -66
  801. package/dist/cjs/mk-83081689.js +0 -66
  802. package/dist/cjs/nb-556279b3.js +0 -67
  803. package/dist/cjs/nl-d32372d3.js +0 -67
  804. package/dist/cjs/openCloseComponent-9fe17555.js +0 -92
  805. package/dist/cjs/pl-4cfcbb3f.js +0 -114
  806. package/dist/cjs/pt-7614cb7b.js +0 -67
  807. package/dist/cjs/pt-br-ada28353.js +0 -65
  808. package/dist/cjs/publicNotificationStore-3463dc42.js +0 -47
  809. package/dist/cjs/restHelpersGet-c94617cf.js +0 -971
  810. package/dist/cjs/ro-00f7d69a.js +0 -66
  811. package/dist/cjs/ru-9020ec13.js +0 -126
  812. package/dist/cjs/shared-list-render-fd947d6c.js +0 -364
  813. package/dist/cjs/sk-4794fc4d.js +0 -148
  814. package/dist/cjs/sl-4f2b082d.js +0 -168
  815. package/dist/cjs/solution-resource-f9e3b289.js +0 -1839
  816. package/dist/cjs/solution-store-604f36b0.js +0 -1343
  817. package/dist/cjs/sr-86f4b55a.js +0 -101
  818. package/dist/cjs/sv-496c5934.js +0 -71
  819. package/dist/cjs/t9n-c3ceb777.js +0 -100
  820. package/dist/cjs/th-a614ee69.js +0 -65
  821. package/dist/cjs/tr-3f7e515e.js +0 -66
  822. package/dist/cjs/uk-0f7ba988.js +0 -104
  823. package/dist/cjs/utils-8b6142cb.js +0 -64
  824. package/dist/cjs/vi-4d5035bb.js +0 -70
  825. package/dist/cjs/zh-cn-b62e5470.js +0 -94
  826. package/dist/cjs/zh-hk-8869565e.js +0 -71
  827. package/dist/cjs/zh-tw-22117181.js +0 -92
  828. package/dist/esm/ExpandToggle-d7406f36.js +0 -110
  829. package/dist/esm/FloatingArrow-bf1b95bc.js +0 -48
  830. package/dist/esm/Heading-43bad629.js +0 -22
  831. package/dist/esm/ar-578388ab.js +0 -102
  832. package/dist/esm/bg-a1ce2f5e.js +0 -80
  833. package/dist/esm/bs-33d8c483.js +0 -49
  834. package/dist/esm/buffer-tools_4.entry.js +0 -1524
  835. package/dist/esm/ca-9d68dd8a.js +0 -69
  836. package/dist/esm/calcite-action-pad.entry.js +0 -164
  837. package/dist/esm/calcite-date-picker-day_3.entry.js +0 -627
  838. package/dist/esm/calcite-date-picker.entry.js +0 -453
  839. package/dist/esm/calcite-filter_3.entry.js +0 -382
  840. package/dist/esm/calcite-graph.entry.js +0 -222
  841. package/dist/esm/calcite-input-time-picker-c2833a3d.js +0 -1846
  842. package/dist/esm/calcite-notice_2.entry.js +0 -585
  843. package/dist/esm/calcite-panel_2.entry.js +0 -406
  844. package/dist/esm/common-5b421473.js +0 -35
  845. package/dist/esm/conditionalSlot-c0cf1f40.js +0 -60
  846. package/dist/esm/cs-dd703acb.js +0 -145
  847. package/dist/esm/da-2df01be0.js +0 -64
  848. package/dist/esm/date-4e28a3f5.js +0 -245
  849. package/dist/esm/de-472989ff.js +0 -89
  850. package/dist/esm/de-at-24c74c6f.js +0 -88
  851. package/dist/esm/de-ch-acdfbde0.js +0 -88
  852. package/dist/esm/downloadUtils-fc4259dd.js +0 -3117
  853. package/dist/esm/el-7a7658b2.js +0 -64
  854. package/dist/esm/en-au-a6621c75.js +0 -64
  855. package/dist/esm/en-ca-4e0a3d3b.js +0 -63
  856. package/dist/esm/en-gb-20f35c78.js +0 -67
  857. package/dist/esm/es-e2f4615a.js +0 -64
  858. package/dist/esm/es-mx-4257acd9.js +0 -63
  859. package/dist/esm/et-76f7bebb.js +0 -90
  860. package/dist/esm/fi-2448b641.js +0 -113
  861. package/dist/esm/form-cd3cad39.js +0 -252
  862. package/dist/esm/fr-a1950ce0.js +0 -66
  863. package/dist/esm/fr-ch-af2f108d.js +0 -64
  864. package/dist/esm/he-0ca759a1.js +0 -103
  865. package/dist/esm/hi-a61da82b.js +0 -63
  866. package/dist/esm/hr-34475682.js +0 -78
  867. package/dist/esm/hu-c9276c51.js +0 -86
  868. package/dist/esm/id-9eacb39e.js +0 -64
  869. package/dist/esm/index-3d4861da.js +0 -2037
  870. package/dist/esm/index-81456206.js +0 -199
  871. package/dist/esm/index.es-641d9f77.js +0 -10724
  872. package/dist/esm/it-55a02958.js +0 -64
  873. package/dist/esm/it-ch-14baf1fb.js +0 -64
  874. package/dist/esm/ja-7be4e315.js +0 -70
  875. package/dist/esm/ko-c4a3aeee.js +0 -70
  876. package/dist/esm/loadModules-4d9c5c9e.js +0 -28
  877. package/dist/esm/loadable-8dcddf78.js +0 -89
  878. package/dist/esm/locale-28107221.js +0 -412
  879. package/dist/esm/locale-71561992.js +0 -594
  880. package/dist/esm/lt-7762670b.js +0 -95
  881. package/dist/esm/lv-877e6a41.js +0 -64
  882. package/dist/esm/mk-ff0ae17f.js +0 -64
  883. package/dist/esm/nb-eb6b7a98.js +0 -65
  884. package/dist/esm/nl-26537297.js +0 -65
  885. package/dist/esm/openCloseComponent-980e90ae.js +0 -90
  886. package/dist/esm/pl-3ee1f545.js +0 -112
  887. package/dist/esm/pt-2dc3b792.js +0 -65
  888. package/dist/esm/pt-br-3ea2d13e.js +0 -63
  889. package/dist/esm/publicNotificationStore-16dff6da.js +0 -45
  890. package/dist/esm/restHelpersGet-a5ec2192.js +0 -958
  891. package/dist/esm/ro-b6f30eae.js +0 -64
  892. package/dist/esm/ru-77b04635.js +0 -124
  893. package/dist/esm/shared-list-render-ec482b94.js +0 -342
  894. package/dist/esm/sk-722e2621.js +0 -146
  895. package/dist/esm/sl-82c5462f.js +0 -166
  896. package/dist/esm/solution-resource-be35d35b.js +0 -1836
  897. package/dist/esm/solution-store-0fb525c5.js +0 -1341
  898. package/dist/esm/sr-db930513.js +0 -99
  899. package/dist/esm/sv-a4b9b3cc.js +0 -69
  900. package/dist/esm/t9n-cd58e9e1.js +0 -95
  901. package/dist/esm/th-0393996b.js +0 -63
  902. package/dist/esm/time-c4285372.js +0 -274
  903. package/dist/esm/tr-f3409dc8.js +0 -64
  904. package/dist/esm/uk-76eb5450.js +0 -102
  905. package/dist/esm/utils-b62d9d1d.js +0 -61
  906. package/dist/esm/vi-6217d42c.js +0 -68
  907. package/dist/esm/zh-cn-f8c92419.js +0 -92
  908. package/dist/esm/zh-hk-f51d7c64.js +0 -69
  909. package/dist/esm/zh-tw-030179bf.js +0 -90
  910. package/dist/solutions-components/p-00555f5f.js +0 -6
  911. package/dist/solutions-components/p-00b48e24.entry.js +0 -11
  912. package/dist/solutions-components/p-0415e505.entry.js +0 -6
  913. package/dist/solutions-components/p-04aded86.entry.js +0 -6
  914. package/dist/solutions-components/p-056ad62d.entry.js +0 -17
  915. package/dist/solutions-components/p-05a70865.entry.js +0 -6
  916. package/dist/solutions-components/p-060ed70b.entry.js +0 -6
  917. package/dist/solutions-components/p-0805f66a.js +0 -6
  918. package/dist/solutions-components/p-088e0e9b.entry.js +0 -47
  919. package/dist/solutions-components/p-0b6d5dae.entry.js +0 -11
  920. package/dist/solutions-components/p-0e4c70dc.entry.js +0 -6
  921. package/dist/solutions-components/p-0fb513ae.js +0 -11
  922. package/dist/solutions-components/p-0ffdd068.entry.js +0 -11
  923. package/dist/solutions-components/p-10533799.js +0 -21
  924. package/dist/solutions-components/p-10f750ca.entry.js +0 -17
  925. package/dist/solutions-components/p-111cb6f0.js +0 -6
  926. package/dist/solutions-components/p-11742557.js +0 -6
  927. package/dist/solutions-components/p-1434f7e2.entry.js +0 -11
  928. package/dist/solutions-components/p-153f5e80.entry.js +0 -12
  929. package/dist/solutions-components/p-17acc3e8.entry.js +0 -11
  930. package/dist/solutions-components/p-1b3e4ca7.js +0 -11
  931. package/dist/solutions-components/p-205487ff.entry.js +0 -11
  932. package/dist/solutions-components/p-20da9024.js +0 -6
  933. package/dist/solutions-components/p-23a5417c.entry.js +0 -18
  934. package/dist/solutions-components/p-23e699cc.entry.js +0 -6
  935. package/dist/solutions-components/p-261297c5.entry.js +0 -16
  936. package/dist/solutions-components/p-266612c2.js +0 -11
  937. package/dist/solutions-components/p-2679f63d.entry.js +0 -11
  938. package/dist/solutions-components/p-27d4c344.entry.js +0 -11
  939. package/dist/solutions-components/p-28357f66.entry.js +0 -6
  940. package/dist/solutions-components/p-29013fa3.js +0 -489
  941. package/dist/solutions-components/p-294a47c5.js +0 -11
  942. package/dist/solutions-components/p-2a4cccfa.js +0 -21
  943. package/dist/solutions-components/p-2c135b9a.entry.js +0 -6
  944. package/dist/solutions-components/p-2c7d71af.entry.js +0 -6
  945. package/dist/solutions-components/p-2d062258.js +0 -16
  946. package/dist/solutions-components/p-2d70d05e.entry.js +0 -6
  947. package/dist/solutions-components/p-2db39368.entry.js +0 -12
  948. package/dist/solutions-components/p-2dbfab3d.entry.js +0 -11
  949. package/dist/solutions-components/p-303992bb.entry.js +0 -11
  950. package/dist/solutions-components/p-31843189.entry.js +0 -6
  951. package/dist/solutions-components/p-31d5db9f.entry.js +0 -6
  952. package/dist/solutions-components/p-32e7b5b1.js +0 -6
  953. package/dist/solutions-components/p-337249b0.entry.js +0 -17
  954. package/dist/solutions-components/p-379c5a0b.entry.js +0 -6
  955. package/dist/solutions-components/p-395ef66f.entry.js +0 -17
  956. package/dist/solutions-components/p-3b93c66d.entry.js +0 -18
  957. package/dist/solutions-components/p-3c62c3b0.js +0 -6
  958. package/dist/solutions-components/p-42e128dd.entry.js +0 -11
  959. package/dist/solutions-components/p-439ecc25.js +0 -6
  960. package/dist/solutions-components/p-454fb30f.js +0 -6
  961. package/dist/solutions-components/p-457f08b2.entry.js +0 -6
  962. package/dist/solutions-components/p-45a1d711.js +0 -6
  963. package/dist/solutions-components/p-469b499f.entry.js +0 -6
  964. package/dist/solutions-components/p-481b913d.js +0 -6
  965. package/dist/solutions-components/p-4847dd10.entry.js +0 -6
  966. package/dist/solutions-components/p-48bb468e.entry.js +0 -11
  967. package/dist/solutions-components/p-4b96bb65.js +0 -6
  968. package/dist/solutions-components/p-4c0b96e2.entry.js +0 -11
  969. package/dist/solutions-components/p-4cc0e558.entry.js +0 -6
  970. package/dist/solutions-components/p-4ecbb9fd.entry.js +0 -11
  971. package/dist/solutions-components/p-54a84333.entry.js +0 -11
  972. package/dist/solutions-components/p-57912631.js +0 -6
  973. package/dist/solutions-components/p-57c36b35.js +0 -6
  974. package/dist/solutions-components/p-5856dc4f.js +0 -66
  975. package/dist/solutions-components/p-5a53709e.js +0 -6
  976. package/dist/solutions-components/p-5c4ac23f.entry.js +0 -6
  977. package/dist/solutions-components/p-5d9cc33f.entry.js +0 -21
  978. package/dist/solutions-components/p-5fa70b85.js +0 -7
  979. package/dist/solutions-components/p-63d26de4.js +0 -6
  980. package/dist/solutions-components/p-646ba6d2.entry.js +0 -11
  981. package/dist/solutions-components/p-655c3005.js +0 -6
  982. package/dist/solutions-components/p-680bc22f.entry.js +0 -6
  983. package/dist/solutions-components/p-68df6af9.entry.js +0 -6
  984. package/dist/solutions-components/p-693f7356.js +0 -6
  985. package/dist/solutions-components/p-6a2664e3.entry.js +0 -11
  986. package/dist/solutions-components/p-6a62f337.entry.js +0 -11
  987. package/dist/solutions-components/p-6ac5e954.js +0 -11
  988. package/dist/solutions-components/p-6ae0366e.js +0 -6
  989. package/dist/solutions-components/p-6b5ac9cc.js +0 -6
  990. package/dist/solutions-components/p-6e38395f.js +0 -6
  991. package/dist/solutions-components/p-6ed3b2fc.entry.js +0 -6
  992. package/dist/solutions-components/p-70567e13.js +0 -6
  993. package/dist/solutions-components/p-70f5b93f.entry.js +0 -6
  994. package/dist/solutions-components/p-72df03eb.entry.js +0 -11
  995. package/dist/solutions-components/p-730308be.js +0 -6
  996. package/dist/solutions-components/p-7fc1adbe.entry.js +0 -11
  997. package/dist/solutions-components/p-82f11c81.entry.js +0 -11
  998. package/dist/solutions-components/p-8386418f.entry.js +0 -11
  999. package/dist/solutions-components/p-83e6cfde.entry.js +0 -6
  1000. package/dist/solutions-components/p-8476cecd.entry.js +0 -28
  1001. package/dist/solutions-components/p-8480063f.entry.js +0 -6
  1002. package/dist/solutions-components/p-84b840a1.js +0 -6
  1003. package/dist/solutions-components/p-855f66d0.js +0 -11
  1004. package/dist/solutions-components/p-861f5f1e.entry.js +0 -11
  1005. package/dist/solutions-components/p-8735a284.js +0 -6
  1006. package/dist/solutions-components/p-87c0e774.entry.js +0 -11
  1007. package/dist/solutions-components/p-896124b8.entry.js +0 -11
  1008. package/dist/solutions-components/p-89f41c66.entry.js +0 -6
  1009. package/dist/solutions-components/p-8a438724.entry.js +0 -11
  1010. package/dist/solutions-components/p-8a5dab43.entry.js +0 -6
  1011. package/dist/solutions-components/p-8ae27c40.js +0 -6
  1012. package/dist/solutions-components/p-8db84b94.entry.js +0 -11
  1013. package/dist/solutions-components/p-8dc780a7.entry.js +0 -11
  1014. package/dist/solutions-components/p-8f862c72.js +0 -16
  1015. package/dist/solutions-components/p-902f9da4.entry.js +0 -11
  1016. package/dist/solutions-components/p-91370f88.js +0 -6
  1017. package/dist/solutions-components/p-938575f2.js +0 -21
  1018. package/dist/solutions-components/p-938ab9ca.entry.js +0 -6
  1019. package/dist/solutions-components/p-9551fb38.entry.js +0 -6
  1020. package/dist/solutions-components/p-95cde393.js +0 -11
  1021. package/dist/solutions-components/p-96fbe1cc.entry.js +0 -11
  1022. package/dist/solutions-components/p-98d8c605.entry.js +0 -11
  1023. package/dist/solutions-components/p-9ef41c63.entry.js +0 -11
  1024. package/dist/solutions-components/p-9f3cda4a.js +0 -6
  1025. package/dist/solutions-components/p-a0f8fbc3.entry.js +0 -6
  1026. package/dist/solutions-components/p-a3643c99.js +0 -6
  1027. package/dist/solutions-components/p-a38330de.entry.js +0 -11
  1028. package/dist/solutions-components/p-a642b88b.js +0 -6
  1029. package/dist/solutions-components/p-a8b42091.entry.js +0 -11
  1030. package/dist/solutions-components/p-aa340bbc.js +0 -6
  1031. package/dist/solutions-components/p-aaae349b.js +0 -6
  1032. package/dist/solutions-components/p-abe371c4.js +0 -6
  1033. package/dist/solutions-components/p-ac34f4d3.entry.js +0 -11
  1034. package/dist/solutions-components/p-aef47d8d.js +0 -11
  1035. package/dist/solutions-components/p-b02e167a.entry.js +0 -6
  1036. package/dist/solutions-components/p-b40040aa.js +0 -6
  1037. package/dist/solutions-components/p-b44395d5.entry.js +0 -11
  1038. package/dist/solutions-components/p-b536dee1.entry.js +0 -11
  1039. package/dist/solutions-components/p-b6e54660.entry.js +0 -29
  1040. package/dist/solutions-components/p-b71fa0ac.entry.js +0 -6
  1041. package/dist/solutions-components/p-b7c695bf.entry.js +0 -11
  1042. package/dist/solutions-components/p-b7e0263b.entry.js +0 -11
  1043. package/dist/solutions-components/p-b7e86f80.entry.js +0 -11
  1044. package/dist/solutions-components/p-ba44f20a.js +0 -6
  1045. package/dist/solutions-components/p-bb62bb27.js +0 -11
  1046. package/dist/solutions-components/p-bc63c516.js +0 -6
  1047. package/dist/solutions-components/p-bc6b53c9.entry.js +0 -17
  1048. package/dist/solutions-components/p-bda0389f.js +0 -6
  1049. package/dist/solutions-components/p-bea24407.entry.js +0 -17
  1050. package/dist/solutions-components/p-bf97ed97.js +0 -6
  1051. package/dist/solutions-components/p-c006e714.entry.js +0 -6
  1052. package/dist/solutions-components/p-c2833d75.js +0 -6
  1053. package/dist/solutions-components/p-c341666a.js +0 -6
  1054. package/dist/solutions-components/p-c5bca92c.entry.js +0 -6
  1055. package/dist/solutions-components/p-c7184511.js +0 -6
  1056. package/dist/solutions-components/p-c72af4fa.js +0 -61
  1057. package/dist/solutions-components/p-c82ff887.js +0 -11
  1058. package/dist/solutions-components/p-c887d89c.js +0 -6
  1059. package/dist/solutions-components/p-c8d122b9.js +0 -6
  1060. package/dist/solutions-components/p-ca539743.entry.js +0 -6
  1061. package/dist/solutions-components/p-cb062857.entry.js +0 -6
  1062. package/dist/solutions-components/p-d704e6f9.js +0 -6
  1063. package/dist/solutions-components/p-d8333d60.entry.js +0 -11
  1064. package/dist/solutions-components/p-d84fd29b.js +0 -6
  1065. package/dist/solutions-components/p-d90151c5.js +0 -6
  1066. package/dist/solutions-components/p-d9d50c7d.js +0 -6
  1067. package/dist/solutions-components/p-dc01676d.js +0 -6
  1068. package/dist/solutions-components/p-df9a5059.js +0 -11
  1069. package/dist/solutions-components/p-e44158b8.js +0 -145
  1070. package/dist/solutions-components/p-e698c901.entry.js +0 -6
  1071. package/dist/solutions-components/p-e782c41c.entry.js +0 -36
  1072. package/dist/solutions-components/p-e92df803.entry.js +0 -11
  1073. package/dist/solutions-components/p-ea08017f.js +0 -6
  1074. package/dist/solutions-components/p-f0b8d013.js +0 -11
  1075. package/dist/solutions-components/p-f176afee.entry.js +0 -16
  1076. package/dist/solutions-components/p-f588750f.js +0 -21
  1077. package/dist/solutions-components/p-f6ff7906.entry.js +0 -11
  1078. package/dist/solutions-components/p-f978e707.entry.js +0 -6
  1079. package/dist/solutions-components/p-fa5f90d9.entry.js +0 -11
  1080. package/dist/solutions-components/p-fcc68007.entry.js +0 -12
  1081. package/dist/solutions-components/p-fe1dcd6d.entry.js +0 -11
  1082. package/dist/solutions-components/p-ff0d7712.js +0 -44
  1083. package/dist/solutions-components/p-ff507d35.js +0 -6
@@ -1,958 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import './solution-resource-be35d35b.js';
7
-
8
- /*! *****************************************************************************
9
- Copyright (c) Microsoft Corporation.
10
-
11
- Permission to use, copy, modify, and/or distribute this software for any
12
- purpose with or without fee is hereby granted.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
15
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
16
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
17
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
18
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
19
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
- PERFORMANCE OF THIS SOFTWARE.
21
- ***************************************************************************** */
22
- /* global Reflect, Promise */
23
-
24
- var extendStatics = function(d, b) {
25
- extendStatics = Object.setPrototypeOf ||
26
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
27
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
28
- return extendStatics(d, b);
29
- };
30
-
31
- function __extends(d, b) {
32
- extendStatics(d, b);
33
- function __() { this.constructor = d; }
34
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
35
- }
36
-
37
- var __assign = function() {
38
- __assign = Object.assign || function __assign(t) {
39
- for (var s, i = 1, n = arguments.length; i < n; i++) {
40
- s = arguments[i];
41
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
42
- }
43
- return t;
44
- };
45
- return __assign.apply(this, arguments);
46
- };
47
-
48
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
49
- * Apache-2.0 */
50
- /**
51
- * Checks parameters to see if we should use FormData to send the request
52
- * @param params The object whose keys will be encoded.
53
- * @return A boolean indicating if FormData will be required.
54
- */
55
- function requiresFormData(params) {
56
- return Object.keys(params).some(function (key) {
57
- var value = params[key];
58
- if (!value) {
59
- return false;
60
- }
61
- if (value && value.toParam) {
62
- value = value.toParam();
63
- }
64
- var type = value.constructor.name;
65
- switch (type) {
66
- case "Array":
67
- return false;
68
- case "Object":
69
- return false;
70
- case "Date":
71
- return false;
72
- case "Function":
73
- return false;
74
- case "Boolean":
75
- return false;
76
- case "String":
77
- return false;
78
- case "Number":
79
- return false;
80
- default:
81
- return true;
82
- }
83
- });
84
- }
85
- /**
86
- * Converts parameters to the proper representation to send to the ArcGIS REST API.
87
- * @param params The object whose keys will be encoded.
88
- * @return A new object with properly encoded values.
89
- */
90
- function processParams(params) {
91
- var newParams = {};
92
- Object.keys(params).forEach(function (key) {
93
- var _a, _b;
94
- var param = params[key];
95
- if (param && param.toParam) {
96
- param = param.toParam();
97
- }
98
- if (!param &&
99
- param !== 0 &&
100
- typeof param !== "boolean" &&
101
- typeof param !== "string") {
102
- return;
103
- }
104
- var type = param.constructor.name;
105
- var value;
106
- // properly encodes objects, arrays and dates for arcgis.com and other services.
107
- // ported from https://github.com/Esri/esri-leaflet/blob/master/src/Request.js#L22-L30
108
- // also see https://github.com/Esri/arcgis-rest-js/issues/18:
109
- // null, undefined, function are excluded. If you want to send an empty key you need to send an empty string "".
110
- switch (type) {
111
- case "Array":
112
- // Based on the first element of the array, classify array as an array of arrays, an array of objects
113
- // to be stringified, or an array of non-objects to be comma-separated
114
- // eslint-disable-next-line no-case-declarations
115
- var firstElementType = (_b = (_a = param[0]) === null || _a === void 0 ? void 0 : _a.constructor) === null || _b === void 0 ? void 0 : _b.name;
116
- value =
117
- firstElementType === "Array" ? param : // pass thru array of arrays
118
- firstElementType === "Object" ? JSON.stringify(param) : // stringify array of objects
119
- param.join(","); // join other types of array elements
120
- break;
121
- case "Object":
122
- value = JSON.stringify(param);
123
- break;
124
- case "Date":
125
- value = param.valueOf();
126
- break;
127
- case "Function":
128
- value = null;
129
- break;
130
- case "Boolean":
131
- value = param + "";
132
- break;
133
- default:
134
- value = param;
135
- break;
136
- }
137
- if (value || value === 0 || typeof value === "string" || Array.isArray(value)) {
138
- newParams[key] = value;
139
- }
140
- });
141
- return newParams;
142
- }
143
-
144
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
145
- * Apache-2.0 */
146
- /**
147
- * Encodes keys and parameters for use in a URL's query string.
148
- *
149
- * @param key Parameter's key
150
- * @param value Parameter's value
151
- * @returns Query string with key and value pairs separated by "&"
152
- */
153
- function encodeParam(key, value) {
154
- // For array of arrays, repeat key=value for each element of containing array
155
- if (Array.isArray(value) && value[0] && Array.isArray(value[0])) {
156
- return value.map(function (arrayElem) { return encodeParam(key, arrayElem); }).join("&");
157
- }
158
- return encodeURIComponent(key) + "=" + encodeURIComponent(value);
159
- }
160
- /**
161
- * Encodes the passed object as a query string.
162
- *
163
- * @param params An object to be encoded.
164
- * @returns An encoded query string.
165
- */
166
- function encodeQueryString(params) {
167
- var newParams = processParams(params);
168
- return Object.keys(newParams)
169
- .map(function (key) {
170
- return encodeParam(key, newParams[key]);
171
- })
172
- .join("&");
173
- }
174
-
175
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
176
- * Apache-2.0 */
177
- /**
178
- * 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
179
- *
180
- * @param params An object to be encoded.
181
- * @returns The complete [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object.
182
- */
183
- function encodeFormData(params, forceFormData) {
184
- // see https://github.com/Esri/arcgis-rest-js/issues/499 for more info.
185
- var useFormData = requiresFormData(params) || forceFormData;
186
- var newParams = processParams(params);
187
- if (useFormData) {
188
- var formData_1 = new FormData();
189
- Object.keys(newParams).forEach(function (key) {
190
- if (typeof Blob !== "undefined" && newParams[key] instanceof Blob) {
191
- /* To name the Blob:
192
- 1. look to an alternate request parameter called 'fileName'
193
- 2. see if 'name' has been tacked onto the Blob manually
194
- 3. if all else fails, use the request parameter
195
- */
196
- var filename = newParams["fileName"] || newParams[key].name || key;
197
- formData_1.append(key, newParams[key], filename);
198
- }
199
- else {
200
- formData_1.append(key, newParams[key]);
201
- }
202
- });
203
- return formData_1;
204
- }
205
- else {
206
- return encodeQueryString(params);
207
- }
208
- }
209
-
210
- /* Copyright (c) 2017 Environmental Systems Research Institute, Inc.
211
- * Apache-2.0 */
212
- // TypeScript 2.1 no longer allows you to extend built in types. See https://github.com/Microsoft/TypeScript/issues/12790#issuecomment-265981442
213
- // and https://github.com/Microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
214
- //
215
- // This code is from MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error#Custom_Error_Types.
216
- var ArcGISRequestError = /** @class */ (function () {
217
- /**
218
- * Create a new `ArcGISRequestError` object.
219
- *
220
- * @param message - The error message from the API
221
- * @param code - The error code from the API
222
- * @param response - The original response from the API that caused the error
223
- * @param url - The original url of the request
224
- * @param options - The original options and parameters of the request
225
- */
226
- function ArcGISRequestError(message, code, response, url, options) {
227
- message = message || "UNKNOWN_ERROR";
228
- code = code || "UNKNOWN_ERROR_CODE";
229
- this.name = "ArcGISRequestError";
230
- this.message =
231
- code === "UNKNOWN_ERROR_CODE" ? message : code + ": " + message;
232
- this.originalMessage = message;
233
- this.code = code;
234
- this.response = response;
235
- this.url = url;
236
- this.options = options;
237
- }
238
- return ArcGISRequestError;
239
- }());
240
- ArcGISRequestError.prototype = Object.create(Error.prototype);
241
- ArcGISRequestError.prototype.constructor = ArcGISRequestError;
242
-
243
- /* Copyright (c) 2017-2018 Environmental Systems Research Institute, Inc.
244
- * Apache-2.0 */
245
- var NODEJS_DEFAULT_REFERER_HEADER = "@esri/arcgis-rest-js";
246
- var DEFAULT_ARCGIS_REQUEST_OPTIONS = {
247
- httpMethod: "POST",
248
- params: {
249
- f: "json",
250
- },
251
- };
252
- var ArcGISAuthError = /** @class */ (function (_super) {
253
- __extends(ArcGISAuthError, _super);
254
- /**
255
- * Create a new `ArcGISAuthError` object.
256
- *
257
- * @param message - The error message from the API
258
- * @param code - The error code from the API
259
- * @param response - The original response from the API that caused the error
260
- * @param url - The original url of the request
261
- * @param options - The original options of the request
262
- */
263
- function ArcGISAuthError(message, code, response, url, options) {
264
- if (message === void 0) { message = "AUTHENTICATION_ERROR"; }
265
- if (code === void 0) { code = "AUTHENTICATION_ERROR_CODE"; }
266
- var _this = _super.call(this, message, code, response, url, options) || this;
267
- _this.name = "ArcGISAuthError";
268
- _this.message =
269
- code === "AUTHENTICATION_ERROR_CODE" ? message : code + ": " + message;
270
- return _this;
271
- }
272
- ArcGISAuthError.prototype.retry = function (getSession, retryLimit) {
273
- var _this = this;
274
- if (retryLimit === void 0) { retryLimit = 3; }
275
- var tries = 0;
276
- var retryRequest = function (resolve, reject) {
277
- getSession(_this.url, _this.options)
278
- .then(function (session) {
279
- var newOptions = __assign(__assign({}, _this.options), { authentication: session });
280
- tries = tries + 1;
281
- return request(_this.url, newOptions);
282
- })
283
- .then(function (response) {
284
- resolve(response);
285
- })
286
- .catch(function (e) {
287
- if (e.name === "ArcGISAuthError" && tries < retryLimit) {
288
- retryRequest(resolve, reject);
289
- }
290
- else if (e.name === "ArcGISAuthError" && tries >= retryLimit) {
291
- reject(_this);
292
- }
293
- else {
294
- reject(e);
295
- }
296
- });
297
- };
298
- return new Promise(function (resolve, reject) {
299
- retryRequest(resolve, reject);
300
- });
301
- };
302
- return ArcGISAuthError;
303
- }(ArcGISRequestError));
304
- /**
305
- * 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`.
306
- *
307
- * @param data The response JSON to check for errors.
308
- * @param url The url of the original request
309
- * @param params The parameters of the original request
310
- * @param options The options of the original request
311
- * @returns The data that was passed in the `data` parameter
312
- */
313
- function checkForErrors(response, url, params, options, originalAuthError) {
314
- // this is an error message from billing.arcgis.com backend
315
- if (response.code >= 400) {
316
- var message = response.message, code = response.code;
317
- throw new ArcGISRequestError(message, code, response, url, options);
318
- }
319
- // error from ArcGIS Online or an ArcGIS Portal or server instance.
320
- if (response.error) {
321
- var _a = response.error, message = _a.message, code = _a.code, messageCode = _a.messageCode;
322
- var errorCode = messageCode || code || "UNKNOWN_ERROR_CODE";
323
- if (code === 498 ||
324
- code === 499 ||
325
- messageCode === "GWM_0003" ||
326
- (code === 400 && message === "Unable to generate token.")) {
327
- if (originalAuthError) {
328
- throw originalAuthError;
329
- }
330
- else {
331
- throw new ArcGISAuthError(message, errorCode, response, url, options);
332
- }
333
- }
334
- throw new ArcGISRequestError(message, errorCode, response, url, options);
335
- }
336
- // error from a status check
337
- if (response.status === "failed" || response.status === "failure") {
338
- var message = void 0;
339
- var code = "UNKNOWN_ERROR_CODE";
340
- try {
341
- message = JSON.parse(response.statusMessage).message;
342
- code = JSON.parse(response.statusMessage).code;
343
- }
344
- catch (e) {
345
- message = response.statusMessage || response.message;
346
- }
347
- throw new ArcGISRequestError(message, code, response, url, options);
348
- }
349
- return response;
350
- }
351
- /**
352
- * ```js
353
- * import { request } from '@esri/arcgis-rest-request';
354
- * //
355
- * request('https://www.arcgis.com/sharing/rest')
356
- * .then(response) // response.currentVersion === 5.2
357
- * //
358
- * request('https://www.arcgis.com/sharing/rest', {
359
- * httpMethod: "GET"
360
- * })
361
- * //
362
- * request('https://www.arcgis.com/sharing/rest/search', {
363
- * params: { q: 'parks' }
364
- * })
365
- * .then(response) // response.total => 78379
366
- * ```
367
- * Generic method for making HTTP requests to ArcGIS REST API endpoints.
368
- *
369
- * @param url - The URL of the ArcGIS REST API endpoint.
370
- * @param requestOptions - Options for the request, including parameters relevant to the endpoint.
371
- * @returns A Promise that will resolve with the data from the response.
372
- */
373
- function request(url, requestOptions) {
374
- if (requestOptions === void 0) { requestOptions = { params: { f: "json" } }; }
375
- var options = __assign(__assign(__assign({ httpMethod: "POST" }, DEFAULT_ARCGIS_REQUEST_OPTIONS), requestOptions), {
376
- params: __assign(__assign({}, DEFAULT_ARCGIS_REQUEST_OPTIONS.params), requestOptions.params),
377
- headers: __assign(__assign({}, DEFAULT_ARCGIS_REQUEST_OPTIONS.headers), requestOptions.headers),
378
- });
379
- var missingGlobals = [];
380
- var recommendedPackages = [];
381
- // don't check for a global fetch if a custom implementation was passed through
382
- if (!options.fetch && typeof fetch !== "undefined") {
383
- options.fetch = fetch.bind(Function("return this")());
384
- }
385
- else {
386
- missingGlobals.push("`fetch`");
387
- recommendedPackages.push("`node-fetch`");
388
- }
389
- if (typeof Promise === "undefined") {
390
- missingGlobals.push("`Promise`");
391
- recommendedPackages.push("`es6-promise`");
392
- }
393
- if (typeof FormData === "undefined") {
394
- missingGlobals.push("`FormData`");
395
- recommendedPackages.push("`isomorphic-form-data`");
396
- }
397
- if (!options.fetch ||
398
- typeof Promise === "undefined" ||
399
- typeof FormData === "undefined") {
400
- 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.");
401
- }
402
- var httpMethod = options.httpMethod, authentication = options.authentication, rawResponse = options.rawResponse;
403
- var params = __assign({ f: "json" }, options.params);
404
- var originalAuthError = null;
405
- var fetchOptions = {
406
- method: httpMethod,
407
- /* ensures behavior mimics XMLHttpRequest.
408
- needed to support sending IWA cookies */
409
- credentials: options.credentials || "same-origin",
410
- };
411
- // the /oauth2/platformSelf route will add X-Esri-Auth-Client-Id header
412
- // and that request needs to send cookies cross domain
413
- // so we need to set the credentials to "include"
414
- if (options.headers &&
415
- options.headers["X-Esri-Auth-Client-Id"] &&
416
- url.indexOf("/oauth2/platformSelf") > -1) {
417
- fetchOptions.credentials = "include";
418
- }
419
- return (authentication
420
- ? authentication.getToken(url, { fetch: options.fetch }).catch(function (err) {
421
- /**
422
- * append original request url and requestOptions
423
- * to the error thrown by getToken()
424
- * to assist with retrying
425
- */
426
- err.url = url;
427
- err.options = options;
428
- /**
429
- * if an attempt is made to talk to an unfederated server
430
- * first try the request anonymously. if a 'token required'
431
- * error is thrown, throw the UNFEDERATED error then.
432
- */
433
- originalAuthError = err;
434
- return Promise.resolve("");
435
- })
436
- : Promise.resolve(""))
437
- .then(function (token) {
438
- if (token.length) {
439
- params.token = token;
440
- }
441
- if (authentication && authentication.getDomainCredentials) {
442
- fetchOptions.credentials = authentication.getDomainCredentials(url);
443
- }
444
- // Custom headers to add to request. IRequestOptions.headers with merge over requestHeaders.
445
- var requestHeaders = {};
446
- if (fetchOptions.method === "GET") {
447
- // Prevents token from being passed in query params when hideToken option is used.
448
- /* istanbul ignore if - window is always defined in a browser. Test case is covered by Jasmine in node test */
449
- if (params.token &&
450
- options.hideToken &&
451
- // Sharing API does not support preflight check required by modern browsers https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
452
- typeof window === "undefined") {
453
- requestHeaders["X-Esri-Authorization"] = "Bearer " + params.token;
454
- delete params.token;
455
- }
456
- // encode the parameters into the query string
457
- var queryParams = encodeQueryString(params);
458
- // dont append a '?' unless parameters are actually present
459
- var urlWithQueryString = queryParams === "" ? url : url + "?" + encodeQueryString(params);
460
- if (
461
- // This would exceed the maximum length for URLs specified by the consumer and requires POST
462
- (options.maxUrlLength &&
463
- urlWithQueryString.length > options.maxUrlLength) ||
464
- // Or if the customer requires the token to be hidden and it has not already been hidden in the header (for browsers)
465
- (params.token && options.hideToken)) {
466
- // the consumer specified a maximum length for URLs
467
- // and this would exceed it, so use post instead
468
- fetchOptions.method = "POST";
469
- // If the token was already added as a Auth header, add the token back to body with other params instead of header
470
- if (token.length && options.hideToken) {
471
- params.token = token;
472
- // Remove existing header that was added before url query length was checked
473
- delete requestHeaders["X-Esri-Authorization"];
474
- }
475
- }
476
- else {
477
- // just use GET
478
- url = urlWithQueryString;
479
- }
480
- }
481
- /* updateResources currently requires FormData even when the input parameters dont warrant it.
482
- https://developers.arcgis.com/rest/users-groups-and-items/update-resources.htm
483
- see https://github.com/Esri/arcgis-rest-js/pull/500 for more info. */
484
- var forceFormData = new RegExp("/items/.+/updateResources").test(url);
485
- if (fetchOptions.method === "POST") {
486
- fetchOptions.body = encodeFormData(params, forceFormData);
487
- }
488
- // Mixin headers from request options
489
- fetchOptions.headers = __assign(__assign({}, requestHeaders), options.headers);
490
- /* istanbul ignore next - karma reports coverage on browser tests only */
491
- if (typeof window === "undefined" && !fetchOptions.headers.referer) {
492
- fetchOptions.headers.referer = NODEJS_DEFAULT_REFERER_HEADER;
493
- }
494
- /* istanbul ignore else blob responses are difficult to make cross platform we will just have to trust the isomorphic fetch will do its job */
495
- if (!requiresFormData(params) && !forceFormData) {
496
- fetchOptions.headers["Content-Type"] =
497
- "application/x-www-form-urlencoded";
498
- }
499
- return options.fetch(url, fetchOptions);
500
- })
501
- .then(function (response) {
502
- if (!response.ok) {
503
- // server responded w/ an actual error (404, 500, etc)
504
- var status_1 = response.status, statusText = response.statusText;
505
- throw new ArcGISRequestError(statusText, "HTTP " + status_1, response, url, options);
506
- }
507
- if (rawResponse) {
508
- return response;
509
- }
510
- switch (params.f) {
511
- case "json":
512
- return response.json();
513
- case "geojson":
514
- return response.json();
515
- case "html":
516
- return response.text();
517
- case "text":
518
- return response.text();
519
- /* istanbul ignore next blob responses are difficult to make cross platform we will just have to trust that isomorphic fetch will do its job */
520
- default:
521
- return response.blob();
522
- }
523
- })
524
- .then(function (data) {
525
- if ((params.f === "json" || params.f === "geojson") && !rawResponse) {
526
- var response = checkForErrors(data, url, params, options, originalAuthError);
527
- if (originalAuthError) {
528
- /* If the request was made to an unfederated service that
529
- didn't require authentication, add the base url and a dummy token
530
- to the list of trusted servers to avoid another federation check
531
- in the event of a repeat request */
532
- var truncatedUrl = url
533
- .toLowerCase()
534
- .split(/\/rest(\/admin)?\/services\//)[0];
535
- options.authentication.federatedServers[truncatedUrl] = {
536
- token: [],
537
- // default to 24 hours
538
- expires: new Date(Date.now() + 86400 * 1000),
539
- };
540
- originalAuthError = null;
541
- }
542
- return response;
543
- }
544
- else {
545
- return data;
546
- }
547
- });
548
- }
549
-
550
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
551
- * Apache-2.0 */
552
- /**
553
- * Helper method to ensure that user supplied urls don't include whitespace or a trailing slash.
554
- */
555
- function cleanUrl(url) {
556
- // Guard so we don't try to trim something that's not a string
557
- if (typeof url !== "string") {
558
- return url;
559
- }
560
- // trim leading and trailing spaces, but not spaces inside the url
561
- url = url.trim();
562
- // remove the trailing slash to the url if one was included
563
- if (url[url.length - 1] === "/") {
564
- url = url.slice(0, -1);
565
- }
566
- return url;
567
- }
568
-
569
- /** @license
570
- * Copyright 2020 Esri
571
- *
572
- * Licensed under the Apache License, Version 2.0 (the "License");
573
- * you may not use this file except in compliance with the License.
574
- * You may obtain a copy of the License at
575
- *
576
- * http://www.apache.org/licenses/LICENSE-2.0
577
- *
578
- * Unless required by applicable law or agreed to in writing, software
579
- * distributed under the License is distributed on an "AS IS" BASIS,
580
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
581
- * See the License for the specific language governing permissions and
582
- * limitations under the License.
583
- */
584
- /**
585
- * Supplies the File constructor for Microsoft Legacy Edge.
586
- *
587
- * @param fileBits Contents for file
588
- * @param fileName Name for file
589
- * @param options Bucket of options, euch as `type` for the MIME type; defaults to empty string for `type`
590
- * @returns File or, for Microsoft Legacy Edge, Blob
591
- * @see https://developer.mozilla.org/en-US/docs/Web/API/File/File
592
- * @see https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob
593
- */
594
- function new_File(fileBits, fileName, options) {
595
- let file;
596
- try {
597
- // Modern browser
598
- file = new File(fileBits, fileName, options);
599
- }
600
- catch (error) {
601
- // Microsoft Legacy Edge
602
- /* istanbul ignore next */
603
- file = (function () {
604
- if (typeof options === "undefined") {
605
- // Microsoft Legacy Edge fails in karma if options is not defined
606
- options = {
607
- type: ""
608
- };
609
- }
610
- const blob = new Blob(fileBits, options);
611
- blob.lastModified = new Date();
612
- blob.name = fileName;
613
- return blob;
614
- })();
615
- }
616
- return file;
617
- }
618
-
619
- /** @license
620
- * Copyright 2018 Esri
621
- *
622
- * Licensed under the Apache License, Version 2.0 (the "License");
623
- * you may not use this file except in compliance with the License.
624
- * You may obtain a copy of the License at
625
- *
626
- * http://www.apache.org/licenses/LICENSE-2.0
627
- *
628
- * Unless required by applicable law or agreed to in writing, software
629
- * distributed under the License is distributed on an "AS IS" BASIS,
630
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
631
- * See the License for the specific language governing permissions and
632
- * limitations under the License.
633
- */
634
- /**
635
- * Extracts JSON from a Blob.
636
- *
637
- * @param blob Blob to use as source
638
- * @returns A promise that will resolve with JSON or null
639
- */
640
- function blobToJson(blob) {
641
- return new Promise(resolve => {
642
- blobToText(blob).then(blobContents => {
643
- try {
644
- resolve(JSON.parse(blobContents));
645
- }
646
- catch (err) {
647
- resolve(null);
648
- }
649
- }, () => resolve(null));
650
- });
651
- }
652
- /**
653
- * Converts a Blob to a File.
654
- *
655
- * @param blob Blob to use as source
656
- * @param filename Name to use for file
657
- * @param mimeType MIME type to override blob's MIME type
658
- * @returns File created out of Blob and filename
659
- */
660
- function blobToFile(blob, filename, mimeType) {
661
- return blob
662
- ? new_File([blob], filename ? filename : "", {
663
- type: mimeType || blob.type
664
- })
665
- : null;
666
- }
667
- /**
668
- * Extracts text from a Blob.
669
- *
670
- * @param blob Blob to use as source
671
- * @returns A promise that will resolve with text read from blob
672
- */
673
- function blobToText(blob) {
674
- return new Promise(resolve => {
675
- const reader = new FileReader();
676
- reader.onload = function (evt) {
677
- // Disable needed because Node requires cast
678
- // tslint:disable-next-line: no-unnecessary-type-assertion
679
- const blobContents = evt.target.result;
680
- resolve(blobContents ? blobContents : ""); // not handling ArrayContents variant
681
- };
682
- reader.readAsText(blob);
683
- });
684
- }
685
- /**
686
- * Checks that a URL path ends with a slash.
687
- *
688
- * @param url URL to check
689
- * @returns URL, appended with slash if missing
690
- */
691
- function checkUrlPathTermination(url) {
692
- return url ? (url.endsWith("/") ? url : url + "/") : url;
693
- }
694
- /**
695
- * Gets a property out of a deeply nested object.
696
- * Does not handle anything but nested object graph
697
- *
698
- * @param obj Object to retrieve value from
699
- * @param path Path into an object, e.g., "data.values.webmap", where "data" is a top-level property
700
- * in obj
701
- * @returns Value at end of path
702
- */
703
- function getProp(obj, path) {
704
- return path.split(".").reduce(function (prev, curr) {
705
- /* istanbul ignore next no need to test undefined scenario */
706
- return prev ? prev[curr] : undefined;
707
- }, obj);
708
- }
709
- /**
710
- * Sets a deeply nested property of an object.
711
- * Creates the full path if it does not exist.
712
- *
713
- * @param obj Object to set value of
714
- * @param path Path into an object, e.g., "data.values.webmap", where "data" is a top-level property in obj
715
- * @param value The value to set at the end of the path
716
- */
717
- function setCreateProp(obj, path, value) {
718
- const pathParts = path.split(".");
719
- pathParts.reduce((a, b, c) => {
720
- if (c === pathParts.length - 1) {
721
- a[b] = value;
722
- return value;
723
- }
724
- else {
725
- if (!a[b]) {
726
- a[b] = {};
727
- }
728
- return a[b];
729
- }
730
- }, obj);
731
- }
732
-
733
- /**
734
- * Gets a Blob from a web site.
735
- *
736
- * @param url Address of Blob
737
- * @param authentication Credentials for the request
738
- * @param requestOptions - Options for the request, including parameters relevant to the endpoint.
739
- * @returns Promise that will resolve with Blob or an AGO-style JSON failure response
740
- */
741
- function getBlob(url, authentication, requestOptions = {}) {
742
- if (!url) {
743
- return Promise.reject("Url must be provided");
744
- }
745
- const blobRequestOptions = {
746
- authentication: authentication,
747
- rawResponse: true,
748
- ...requestOptions
749
- };
750
- return request(url, blobRequestOptions).then(response => {
751
- return response.blob();
752
- });
753
- }
754
-
755
- /** @license
756
- * Copyright 2018 Esri
757
- *
758
- * Licensed under the Apache License, Version 2.0 (the "License");
759
- * you may not use this file except in compliance with the License.
760
- * You may obtain a copy of the License at
761
- *
762
- * http://www.apache.org/licenses/LICENSE-2.0
763
- *
764
- * Unless required by applicable law or agreed to in writing, software
765
- * distributed under the License is distributed on an "AS IS" BASIS,
766
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
767
- * See the License for the specific language governing permissions and
768
- * limitations under the License.
769
- */
770
- // ------------------------------------------------------------------------------------------------------------------ //
771
- const ZIP_FILE_HEADER_SIGNATURE = "PK";
772
- /**
773
- * Gets a Blob from a web site and casts it as a file using the supplied name.
774
- *
775
- * @param url Address of Blob
776
- * @param filename Name to use for file
777
- * @param authentication Credentials for the request
778
- * @returns Promise that will resolve with a File, undefined if the Blob is null, or an AGO-style JSON failure response
779
- */
780
- function getBlobAsFile(url, filename, authentication, ignoreErrors = [], mimeType) {
781
- return new Promise((resolve, reject) => {
782
- // Get the blob from the URL
783
- getBlobCheckForError(url, authentication, ignoreErrors).then(blob => !blob ? resolve(null) : resolve(blobToFile(blob, filename, mimeType)), reject);
784
- });
785
- }
786
- /**
787
- * Gets a Blob from a web site and checks for a JSON error packet in the Blob.
788
- *
789
- * @param url Address of Blob
790
- * @param authentication Credentials for the request
791
- * @param ignoreErrors List of HTTP error codes that should be ignored
792
- * @returns Promise that will resolve with Blob or an AGO-REST JSON failure response
793
- */
794
- function getBlobCheckForError(url, authentication, ignoreErrors = []) {
795
- return new Promise((resolve, reject) => {
796
- // Get the blob from the URL
797
- getBlob(url, authentication).then(blob => {
798
- // Reclassify text/plain blobs as needed
799
- _fixTextBlobType(blob).then(adjustedBlob => {
800
- if (adjustedBlob.type === "application/json") {
801
- // Blob may be an error
802
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
803
- blobToJson(adjustedBlob).then((json) => {
804
- // Check for valid JSON with an error
805
- if (json?.error) {
806
- const code = json.error.code;
807
- if (code !== undefined && ignoreErrors.indexOf(code) >= 0) {
808
- resolve(null); // Error, but ignored
809
- }
810
- else {
811
- reject(json); // Other error; fail with error
812
- }
813
- }
814
- else {
815
- resolve(adjustedBlob);
816
- }
817
- });
818
- }
819
- else {
820
- resolve(adjustedBlob);
821
- }
822
- }, reject);
823
- }, reject);
824
- });
825
- }
826
- /**
827
- * Gets the data information of an AGO item in its JSON form.
828
- *
829
- * @param itemId Id of an item whose data information is sought
830
- * @param filename Name to use for file
831
- * @param authentication Credentials for the request to AGO
832
- * @returns Promise that will resolve with JSON, or an AGO-style JSON failure response
833
- */
834
- function getItemDataAsJson(itemId, authentication) {
835
- return new Promise(resolve => {
836
- getItemDataBlob(itemId, authentication).then(blob => resolve(blobToJson(blob)), () => resolve(null));
837
- });
838
- }
839
- /**
840
- * Gets the data information of an AGO item in its raw (Blob) form.
841
- *
842
- * @param itemId Id of an item whose data information is sought
843
- * @param authentication Credentials for the request to AGO
844
- * @returns A promise that will resolve with the data Blob or null if the item doesn't have a data section
845
- */
846
- function getItemDataBlob(itemId, authentication) {
847
- return new Promise(resolve => {
848
- const url = getItemDataBlobUrl(itemId, authentication);
849
- getBlobCheckForError(url, authentication, [400, 500]).then(blob => resolve(_fixTextBlobType(blob)), () => resolve(null));
850
- });
851
- }
852
- /**
853
- * Gets the URL to the data information of an AGO item in its raw (Blob) form.
854
- *
855
- * @param itemId Id of an item whose data information is sought
856
- * @param authentication Credentials for the request to AGO
857
- * @returns URL string
858
- */
859
- function getItemDataBlobUrl(itemId, authentication) {
860
- return `${getPortalSharingUrlFromAuth(authentication)}/content/items/${itemId}/data`;
861
- }
862
- /**
863
- * Gets a JSON from a web site.
864
- *
865
- * @param url Address of JSON
866
- * @param authentication Credentials for the request
867
- * @returns Promise that will resolve with JSON
868
- */
869
- function getJson(url, authentication) {
870
- // Get the blob from the URL
871
- const requestOptions = { httpMethod: "GET" };
872
- return getBlob(url, authentication, requestOptions)
873
- .then(blob => {
874
- // Reclassify text/plain blobs as needed
875
- return _fixTextBlobType(blob);
876
- })
877
- .then(adjustedBlob => {
878
- if (adjustedBlob.type === "application/json") {
879
- // Blob may be an error
880
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
881
- return blobToJson(adjustedBlob);
882
- }
883
- else {
884
- return Promise.resolve(null);
885
- }
886
- });
887
- }
888
- /**
889
- * Extracts the portal sharing url from a supplied authentication.
890
- *
891
- * @param authentication Credentials for the request to AGO
892
- * @returns Portal sharing url to be used in API requests, defaulting to `https://www.arcgis.com/sharing/rest`
893
- */
894
- function getPortalSharingUrlFromAuth(authentication) {
895
- // If auth was passed, use that portal
896
- return getProp(authentication, "portal") || "https://www.arcgis.com/sharing/rest";
897
- }
898
- function getThumbnailFile(url, filename, authentication) {
899
- return new Promise(resolve => {
900
- getBlobAsFile(url, filename, authentication, [500]).then(resolve, () => resolve(null));
901
- });
902
- }
903
- // ------------------------------------------------------------------------------------------------------------------ //
904
- /**
905
- * Fixes the types of Blobs incorrectly typed as text/plain.
906
- *
907
- * @param blob Blob to check
908
- * @returns Promise resolving to original Blob, unless it's originally typed as text/plain but is
909
- * really JSON, ZIP, or XML
910
- * @private
911
- */
912
- function _fixTextBlobType(blob) {
913
- return new Promise((resolve, reject) => {
914
- if (blob &&
915
- blob.size > 0 &&
916
- (blob.type.startsWith("text/plain") ||
917
- blob.type.startsWith("application/json"))) {
918
- blobToText(blob).then(blobText => {
919
- // Convertible to JSON?
920
- try {
921
- JSON.parse(blobText);
922
- // Yes; reclassify as JSON
923
- resolve(new Blob([blob], { type: "application/json" }));
924
- }
925
- catch (ignored) {
926
- // Nope; test for ZIP file
927
- if (blobText.length > 4 &&
928
- blobText.substr(0, 4) === ZIP_FILE_HEADER_SIGNATURE) {
929
- // Yes; reclassify as ZIP
930
- resolve(new Blob([blob], { type: "application/zip" }));
931
- }
932
- else if (blobText.startsWith("<")) {
933
- // Reclassify as XML; since the blob started out as text/plain, it's more likely that is
934
- // meant to be human-readable, so we'll use text/xml instead of application/xml
935
- resolve(new Blob([blob], { type: "text/xml" }));
936
- }
937
- else {
938
- // Leave as text
939
- resolve(blob);
940
- }
941
- }
942
- },
943
- // Faulty blob
944
- reject);
945
- }
946
- else {
947
- // Empty or not typed as plain text, so simply return
948
- if (blob) {
949
- resolve(blob);
950
- }
951
- else {
952
- reject();
953
- }
954
- }
955
- });
956
- }
957
-
958
- export { ArcGISAuthError as A, NODEJS_DEFAULT_REFERER_HEADER as N, __assign as _, getProp as a, blobToFile as b, cleanUrl as c, checkUrlPathTermination as d, encodeQueryString as e, getThumbnailFile as f, getJson as g, getItemDataAsJson as h, request as r, setCreateProp as s };