@esri/solutions-components 0.10.22 → 0.10.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (382) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +1 -1
  2. package/dist/cjs/{calcite-accordion-item.cjs.entry.js → calcite-accordion_2.cjs.entry.js} +83 -1
  3. package/dist/cjs/calcite-alert_5.cjs.entry.js +2 -2
  4. package/dist/cjs/calcite-combobox_3.cjs.entry.js +17 -2
  5. package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +6 -6
  6. package/dist/cjs/{calcite-tree_3.cjs.entry.js → calcite-tree_2.cjs.entry.js} +0 -317
  7. package/dist/cjs/card-manager_3.cjs.entry.js +4 -4
  8. package/dist/cjs/crowdsource-manager.cjs.entry.js +3 -2
  9. package/dist/cjs/{downloadUtils-470f6a27.js → downloadUtils-17f08e5e.js} +235 -160
  10. package/dist/cjs/feature-list.cjs.entry.js +2 -2
  11. package/dist/cjs/{index.es-6387d8fb.js → index.es-2518dd41.js} +36 -47
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/map-select-tools_3.cjs.entry.js +1 -1
  14. package/dist/cjs/{popupUtils-c38f840d.js → popupUtils-24306e6b.js} +1 -1
  15. package/dist/cjs/public-notification.cjs.entry.js +1 -1
  16. package/dist/cjs/solution-contents_3.cjs.entry.js +1 -1
  17. package/dist/cjs/solution-item-accordion.cjs.entry.js +233 -0
  18. package/dist/cjs/solution-item-icon.cjs.entry.js +328 -0
  19. package/dist/cjs/solutions-components.cjs.js +1 -1
  20. package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
  21. package/dist/collection/assets/t9n/solution-item-accordion/resources.json +3 -0
  22. package/dist/collection/assets/t9n/solution-item-accordion/resources_en.json +3 -0
  23. package/dist/collection/collection-manifest.json +1 -0
  24. package/dist/collection/components/crowdsource-manager/crowdsource-manager.css +4 -0
  25. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +2 -1
  26. package/dist/collection/components/layer-table/layer-table.js +3 -3
  27. package/dist/collection/components/map-layer-picker/map-layer-picker.js +17 -2
  28. package/dist/collection/components/map-picker/map-picker.js +1 -1
  29. package/dist/collection/components/solution-item-accordion/solution-item-accordion.css +23 -0
  30. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +287 -0
  31. package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
  32. package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
  33. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
  34. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
  35. package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
  36. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
  37. package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
  38. package/dist/collection/components/solution-variables/solution-variables.js +1 -1
  39. package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
  40. package/dist/collection/demos/solution-item-accordion.html +345 -0
  41. package/dist/collection/utils/interfaces.ts +11 -0
  42. package/dist/{esm/calcite-accordion-item.entry.js → components/accordion-item.js} +47 -16
  43. package/dist/{esm/calcite-accordion.entry.js → components/accordion.js} +36 -10
  44. package/dist/components/calcite-accordion-item.js +1 -222
  45. package/dist/components/calcite-accordion.js +1 -110
  46. package/dist/components/crowdsource-manager.js +3 -2
  47. package/dist/components/downloadUtils.js +234 -159
  48. package/dist/components/index.es.js +35 -46
  49. package/dist/components/layer-table2.js +3 -3
  50. package/dist/components/map-layer-picker2.js +17 -2
  51. package/dist/components/map-picker2.js +1 -1
  52. package/dist/components/solution-item-accordion.d.ts +11 -0
  53. package/dist/components/solution-item-accordion.js +336 -0
  54. package/dist/components/solution-item-details2.js +1 -1
  55. package/dist/components/solution-item-icon2.js +1 -1
  56. package/dist/components/solution-item-sharing2.js +1 -1
  57. package/dist/components/solution-organization-variables2.js +1 -1
  58. package/dist/components/solution-resource-item2.js +1 -1
  59. package/dist/components/solution-spatial-ref2.js +1 -1
  60. package/dist/components/solution-template-data2.js +1 -1
  61. package/dist/components/solution-variables2.js +1 -1
  62. package/dist/components/spatial-ref.js +1 -1
  63. package/dist/esm/{ExpandToggle-b5147279.js → ExpandToggle-9289b7ca.js} +1 -1
  64. package/dist/esm/{ar-e0e64e78.js → ar-8dded5d5.js} +8 -8
  65. package/dist/esm/basemap-gallery_7.entry.js +1 -1
  66. package/dist/esm/{bg-d2d8dbe0.js → bg-c1cdf619.js} +8 -8
  67. package/dist/esm/{bs-d883901d.js → bs-a40506a4.js} +8 -8
  68. package/dist/esm/buffer-tools_3.entry.js +1 -1
  69. package/dist/esm/{ca-064729ad.js → ca-67879a0c.js} +8 -8
  70. package/dist/esm/calcite-accordion_2.entry.js +279 -0
  71. package/dist/esm/calcite-action-bar.entry.js +4 -4
  72. package/dist/esm/calcite-action-group.entry.js +3 -3
  73. package/dist/esm/calcite-action-menu_2.entry.js +3 -3
  74. package/dist/esm/calcite-action-pad_2.entry.js +4 -4
  75. package/dist/esm/calcite-action_2.entry.js +6 -6
  76. package/dist/esm/calcite-alert_5.entry.js +6 -6
  77. package/dist/esm/calcite-avatar.entry.js +1 -1
  78. package/dist/esm/calcite-block-section.entry.js +3 -3
  79. package/dist/esm/calcite-block_5.entry.js +9 -9
  80. package/dist/esm/calcite-button.entry.js +5 -5
  81. package/dist/esm/calcite-card-group.entry.js +1 -1
  82. package/dist/esm/calcite-card.entry.js +3 -3
  83. package/dist/esm/calcite-carousel.entry.js +3 -3
  84. package/dist/esm/calcite-checkbox.entry.js +3 -3
  85. package/dist/esm/calcite-chip-group.entry.js +1 -1
  86. package/dist/esm/calcite-chip_2.entry.js +4 -4
  87. package/dist/esm/calcite-color-picker-hex-input_2.entry.js +1 -1
  88. package/dist/esm/calcite-color-picker.entry.js +3 -3
  89. package/dist/esm/calcite-combobox-item-group.entry.js +2 -2
  90. package/dist/esm/calcite-combobox_3.entry.js +25 -10
  91. package/dist/esm/calcite-date-picker-day_3.entry.js +3 -3
  92. package/dist/esm/calcite-dialog.entry.js +5 -5
  93. package/dist/esm/calcite-dropdown_2.entry.js +3 -3
  94. package/dist/esm/calcite-fab.entry.js +1 -1
  95. package/dist/esm/calcite-filter_5.entry.js +3 -3
  96. package/dist/esm/calcite-graph_2.entry.js +4 -4
  97. package/dist/esm/calcite-icon_2.entry.js +2 -2
  98. package/dist/esm/calcite-inline-editable.entry.js +4 -4
  99. package/dist/esm/calcite-input-number.entry.js +5 -5
  100. package/dist/esm/calcite-input-text.entry.js +5 -5
  101. package/dist/esm/{calcite-input-time-picker-66e7a9f3.js → calcite-input-time-picker-37845feb.js} +56 -56
  102. package/dist/esm/calcite-input-time-picker.entry.js +8 -8
  103. package/dist/esm/calcite-input-time-zone.entry.js +5 -5
  104. package/dist/esm/calcite-input_2.entry.js +5 -5
  105. package/dist/esm/calcite-label.entry.js +2 -2
  106. package/dist/esm/calcite-link.entry.js +1 -1
  107. package/dist/esm/calcite-menu-item.entry.js +3 -3
  108. package/dist/esm/calcite-menu.entry.js +3 -3
  109. package/dist/esm/calcite-meter.entry.js +3 -3
  110. package/dist/esm/calcite-modal_3.entry.js +5 -5
  111. package/dist/esm/calcite-navigation.entry.js +1 -1
  112. package/dist/esm/calcite-notice.entry.js +4 -4
  113. package/dist/esm/calcite-option_2.entry.js +3 -3
  114. package/dist/esm/calcite-pagination.entry.js +3 -3
  115. package/dist/esm/calcite-pick-list-group.entry.js +1 -1
  116. package/dist/esm/calcite-pick-list-item.entry.js +3 -3
  117. package/dist/esm/calcite-pick-list.entry.js +2 -2
  118. package/dist/esm/calcite-radio-button-group.entry.js +1 -1
  119. package/dist/esm/calcite-radio-button.entry.js +3 -3
  120. package/dist/esm/calcite-rating.entry.js +5 -5
  121. package/dist/esm/calcite-scrim.entry.js +3 -3
  122. package/dist/esm/calcite-segmented-control_2.entry.js +3 -3
  123. package/dist/esm/calcite-sheet.entry.js +3 -3
  124. package/dist/esm/calcite-shell-center-row.entry.js +1 -1
  125. package/dist/esm/calcite-shell-panel_14.entry.js +10 -10
  126. package/dist/esm/calcite-sortable-list.entry.js +1 -1
  127. package/dist/esm/calcite-stepper-item.entry.js +3 -3
  128. package/dist/esm/calcite-stepper.entry.js +3 -3
  129. package/dist/esm/calcite-switch.entry.js +3 -3
  130. package/dist/esm/calcite-table-cell_2.entry.js +3 -3
  131. package/dist/esm/calcite-table-row.entry.js +1 -1
  132. package/dist/esm/calcite-table.entry.js +3 -3
  133. package/dist/esm/calcite-text-area.entry.js +5 -5
  134. package/dist/esm/calcite-tile-group.entry.js +1 -1
  135. package/dist/esm/calcite-tile.entry.js +1 -1
  136. package/dist/esm/calcite-time-picker.entry.js +4 -4
  137. package/dist/esm/calcite-tip-manager.entry.js +3 -3
  138. package/dist/esm/calcite-tip.entry.js +3 -3
  139. package/dist/esm/calcite-tooltip.entry.js +3 -3
  140. package/dist/esm/{calcite-tree_3.entry.js → calcite-tree_2.entry.js} +3 -319
  141. package/dist/esm/card-manager_3.entry.js +4 -4
  142. package/dist/esm/crowdsource-manager.entry.js +3 -2
  143. package/dist/esm/{cs-3751e560.js → cs-b01aecfc.js} +8 -8
  144. package/dist/esm/{da-227f8ad5.js → da-87ac64be.js} +8 -8
  145. package/dist/esm/{date-87a67cb4.js → date-7a1345c1.js} +1 -1
  146. package/dist/esm/{de-a5d2b25b.js → de-0eb6c065.js} +8 -8
  147. package/dist/esm/{de-at-66232b80.js → de-at-2db1a5d5.js} +8 -8
  148. package/dist/esm/{de-ch-1264ed4c.js → de-ch-063c0a6b.js} +8 -8
  149. package/dist/esm/{dom-63d2d41c.js → dom-451ed293.js} +1 -1
  150. package/dist/esm/{downloadUtils-d1f791c5.js → downloadUtils-4a34c86a.js} +235 -160
  151. package/dist/esm/{el-f5bf7ca3.js → el-eb29e645.js} +8 -8
  152. package/dist/esm/{en-au-2ac8f62e.js → en-au-00f884ad.js} +8 -8
  153. package/dist/esm/{en-ca-a1602b49.js → en-ca-1e7456d7.js} +8 -8
  154. package/dist/esm/{en-gb-28354b2e.js → en-gb-60a33692.js} +8 -8
  155. package/dist/esm/{es-feb7aad2.js → es-74f8b164.js} +8 -8
  156. package/dist/esm/{es-mx-5d64f899.js → es-mx-2bfa704a.js} +8 -8
  157. package/dist/esm/{et-173d2f49.js → et-b1a2d978.js} +8 -8
  158. package/dist/esm/feature-list.entry.js +2 -2
  159. package/dist/esm/{fi-ff9bb719.js → fi-70441d5b.js} +8 -8
  160. package/dist/esm/{floating-ui-c7ae81d9.js → floating-ui-4b1f5138.js} +1 -1
  161. package/dist/esm/{focusTrapComponent-833b1234.js → focusTrapComponent-b9709e71.js} +1 -1
  162. package/dist/esm/{form-08e1bcb7.js → form-fa4c471b.js} +1 -1
  163. package/dist/esm/{fr-e3af6835.js → fr-cea05ec9.js} +8 -8
  164. package/dist/esm/{fr-ch-491f1abe.js → fr-ch-8faa2fcf.js} +8 -8
  165. package/dist/esm/{he-47aa8dde.js → he-058ece46.js} +8 -8
  166. package/dist/esm/{hi-1700df3e.js → hi-163a268e.js} +8 -8
  167. package/dist/esm/{hr-68b828f5.js → hr-2b69b2ad.js} +8 -8
  168. package/dist/esm/{hu-df6a8f29.js → hu-e46e0cb6.js} +8 -8
  169. package/dist/esm/{id-8091582d.js → id-ebccdbbb.js} +8 -8
  170. package/dist/esm/{index.es-decad494.js → index.es-5f44061b.js} +36 -47
  171. package/dist/esm/{it-1f5e149d.js → it-813be6d0.js} +8 -8
  172. package/dist/esm/{it-ch-bf7fcac6.js → it-ch-bc95119e.js} +8 -8
  173. package/dist/esm/{ja-a5117166.js → ja-3488d28c.js} +8 -8
  174. package/dist/esm/{ko-9d7a9e79.js → ko-54faa268.js} +8 -8
  175. package/dist/esm/{label-4c4e06d6.js → label-414f1003.js} +1 -1
  176. package/dist/esm/loader.js +1 -1
  177. package/dist/esm/{locale-4441c976.js → locale-337dc231.js} +1 -1
  178. package/dist/esm/{lt-2e1c53de.js → lt-8c773940.js} +8 -8
  179. package/dist/esm/{lv-ca1ba866.js → lv-4882a326.js} +8 -8
  180. package/dist/esm/map-select-tools_3.entry.js +1 -1
  181. package/dist/esm/{mk-421d0d41.js → mk-d045a827.js} +8 -8
  182. package/dist/esm/{nb-5b103e32.js → nb-529fd6f8.js} +8 -8
  183. package/dist/esm/{nl-eac33461.js → nl-ebd398ac.js} +8 -8
  184. package/dist/esm/{openCloseComponent-c8c8645b.js → openCloseComponent-80c6ee4b.js} +1 -1
  185. package/dist/esm/{pl-03531ccb.js → pl-4cd334ed.js} +8 -8
  186. package/dist/esm/{popupUtils-4e0a103f.js → popupUtils-3ccb86bd.js} +1 -1
  187. package/dist/esm/{pt-b5d8bffc.js → pt-be0c86a5.js} +8 -8
  188. package/dist/esm/{pt-br-dee45728.js → pt-br-29226fc3.js} +8 -8
  189. package/dist/esm/public-notification.entry.js +1 -1
  190. package/dist/esm/{ro-df6cb584.js → ro-6555f5dd.js} +8 -8
  191. package/dist/esm/{ru-e7c02faa.js → ru-67b5c59c.js} +8 -8
  192. package/dist/esm/{shared-list-render-cadae2eb.js → shared-list-render-c8da5fde.js} +1 -1
  193. package/dist/esm/{sk-cae387d2.js → sk-81f19081.js} +8 -8
  194. package/dist/esm/{sl-2892ad87.js → sl-4b892d99.js} +8 -8
  195. package/dist/esm/solution-contents_3.entry.js +1 -1
  196. package/dist/esm/solution-item-accordion.entry.js +229 -0
  197. package/dist/esm/solution-item-icon.entry.js +324 -0
  198. package/dist/esm/solutions-components.js +1 -1
  199. package/dist/esm/spatial-ref.entry.js +1 -1
  200. package/dist/esm/{sr-11e6839f.js → sr-6cb6f797.js} +8 -8
  201. package/dist/esm/{sv-fd5c6ca5.js → sv-aacab364.js} +8 -8
  202. package/dist/esm/{t9n-b7ea1a61.js → t9n-7d4462c0.js} +1 -1
  203. package/dist/esm/{th-170cf6b1.js → th-6b423678.js} +8 -8
  204. package/dist/esm/{time-a7f1020b.js → time-b0bba3f9.js} +1 -1
  205. package/dist/esm/{tr-1d6ca382.js → tr-0e2b854e.js} +8 -8
  206. package/dist/esm/{uk-35eec84e.js → uk-af0a30cc.js} +8 -8
  207. package/dist/esm/{utils-62514064.js → utils-37bc2853.js} +1 -1
  208. package/dist/esm/{vi-2713ee26.js → vi-62071c6f.js} +8 -8
  209. package/dist/esm/{zh-cn-ed066014.js → zh-cn-8f53db2f.js} +8 -8
  210. package/dist/esm/{zh-hk-a118dced.js → zh-hk-a8c68b9c.js} +8 -8
  211. package/dist/esm/{zh-tw-c9bbf220.js → zh-tw-3006115d.js} +8 -8
  212. package/dist/solutions-components/assets/t9n/solution-item-accordion/resources.json +3 -0
  213. package/dist/solutions-components/assets/t9n/solution-item-accordion/resources_en.json +3 -0
  214. package/dist/solutions-components/demos/solution-item-accordion.html +345 -0
  215. package/dist/solutions-components/{p-02ea30d1.entry.js → p-00cfce5b.entry.js} +1 -1
  216. package/dist/solutions-components/{p-ac11cf8f.entry.js → p-01510268.entry.js} +1 -1
  217. package/dist/solutions-components/{p-cd5a9034.entry.js → p-030e5077.entry.js} +1 -1
  218. package/dist/solutions-components/{p-de3ee7a6.entry.js → p-075a3c9d.entry.js} +1 -1
  219. package/dist/solutions-components/{p-267ef1b8.entry.js → p-0bd7752a.entry.js} +1 -1
  220. package/dist/solutions-components/{p-8c6a301f.entry.js → p-109cabd8.entry.js} +2 -2
  221. package/dist/solutions-components/{p-87f928a5.entry.js → p-116927af.entry.js} +3 -3
  222. package/dist/solutions-components/{p-8da5aeea.entry.js → p-118e1989.entry.js} +1 -1
  223. package/dist/solutions-components/p-16261018.js +11 -0
  224. package/dist/solutions-components/{p-c5facecd.entry.js → p-16d721ef.entry.js} +1 -1
  225. package/dist/solutions-components/{p-f7bc99fb.entry.js → p-1794a1aa.entry.js} +3 -3
  226. package/dist/solutions-components/{p-cf9e6515.entry.js → p-19697807.entry.js} +2 -2
  227. package/dist/solutions-components/{p-25b5ffea.js → p-1a7c4e9a.js} +1 -1
  228. package/dist/solutions-components/{p-5067d77e.entry.js → p-1c5f17cb.entry.js} +1 -1
  229. package/dist/solutions-components/p-1cfc581f.js +11 -0
  230. package/dist/solutions-components/{p-d784f756.entry.js → p-20393dcf.entry.js} +1 -1
  231. package/dist/solutions-components/{p-4e7aa926.js → p-203b4081.js} +1 -1
  232. package/dist/solutions-components/p-228c3bf3.entry.js +17 -0
  233. package/dist/solutions-components/{p-e4ef6f49.js → p-24192cfe.js} +1 -1
  234. package/dist/solutions-components/{p-d75ef009.entry.js → p-25ee25ea.entry.js} +2 -2
  235. package/dist/solutions-components/{p-7b2ef872.entry.js → p-2756e4ac.entry.js} +1 -1
  236. package/dist/solutions-components/{p-691cb5f4.js → p-290dee0b.js} +2 -2
  237. package/dist/solutions-components/{p-aa68a36e.entry.js → p-2ace1fe7.entry.js} +2 -2
  238. package/dist/solutions-components/{p-8bb2c169.js → p-2afb3a2b.js} +1 -1
  239. package/dist/solutions-components/{p-95c3b305.entry.js → p-2b212cd0.entry.js} +1 -1
  240. package/dist/solutions-components/p-2c00221b.js +6 -0
  241. package/dist/solutions-components/{p-3c1ecf85.entry.js → p-2fafe489.entry.js} +1 -1
  242. package/dist/solutions-components/{p-9560a1fd.entry.js → p-30b555dc.entry.js} +1 -1
  243. package/dist/solutions-components/{p-347d9ce0.js → p-328fbcb5.js} +1 -1
  244. package/dist/solutions-components/{p-aa341d46.entry.js → p-32cf5a71.entry.js} +1 -1
  245. package/dist/solutions-components/{p-712873f0.js → p-33fe9a28.js} +1 -1
  246. package/dist/solutions-components/{p-80f49acc.js → p-35f33a32.js} +1 -1
  247. package/dist/solutions-components/p-374d0fdc.entry.js +6 -0
  248. package/dist/solutions-components/{p-fb3e0eae.js → p-3955461a.js} +1 -1
  249. package/dist/solutions-components/p-39e9ae5c.entry.js +6 -0
  250. package/dist/solutions-components/{p-54a9017c.entry.js → p-3f6d5f14.entry.js} +1 -1
  251. package/dist/solutions-components/{p-1a06bf01.js → p-3fb350ea.js} +1 -1
  252. package/dist/solutions-components/{p-a79f4c52.entry.js → p-41744516.entry.js} +1 -1
  253. package/dist/solutions-components/{p-c40b0ec5.js → p-4182a628.js} +3 -3
  254. package/dist/solutions-components/{p-304cef31.js → p-42552409.js} +3 -3
  255. package/dist/solutions-components/{p-0e851a4b.js → p-4336e44a.js} +1 -1
  256. package/dist/solutions-components/{p-c25e8c35.js → p-441f1992.js} +1 -1
  257. package/dist/solutions-components/{p-fa68f43a.entry.js → p-451b483d.entry.js} +1 -1
  258. package/dist/solutions-components/{p-9bc84681.js → p-472be784.js} +1 -1
  259. package/dist/solutions-components/p-48c58b28.js +6 -0
  260. package/dist/solutions-components/{p-ca6055a3.js → p-4993c7b1.js} +1 -1
  261. package/dist/solutions-components/{p-b8ce880d.js → p-4a35785b.js} +1 -1
  262. package/dist/solutions-components/{p-de8121a4.js → p-4d97016e.js} +1 -1
  263. package/dist/solutions-components/{p-990d8b4b.js → p-4f4f00a9.js} +1 -1
  264. package/dist/solutions-components/{p-b3e8da19.entry.js → p-50203a2d.entry.js} +1 -1
  265. package/dist/solutions-components/{p-19b466d0.js → p-546a2802.js} +1 -1
  266. package/dist/solutions-components/{p-66b01781.js → p-54fa7a94.js} +2 -2
  267. package/dist/solutions-components/{p-04294b8e.js → p-57b673e2.js} +1 -1
  268. package/dist/solutions-components/{p-c163b67f.js → p-593a6f17.js} +1 -1
  269. package/dist/solutions-components/{p-5a3cab12.entry.js → p-5c0d42e9.entry.js} +1 -1
  270. package/dist/solutions-components/{p-9fa7a7ad.entry.js → p-5cef36d6.entry.js} +1 -1
  271. package/dist/solutions-components/{p-2aa44a02.entry.js → p-5d4efa42.entry.js} +2 -2
  272. package/dist/solutions-components/{p-7fce703f.entry.js → p-5d8a5e53.entry.js} +1 -1
  273. package/dist/solutions-components/{p-793f1b14.entry.js → p-5fe92f6e.entry.js} +2 -2
  274. package/dist/solutions-components/{p-da80cfbc.entry.js → p-6384a9a5.entry.js} +1 -1
  275. package/dist/solutions-components/{p-b8f33145.js → p-6518727d.js} +1 -1
  276. package/dist/solutions-components/p-671fd156.entry.js +6 -0
  277. package/dist/solutions-components/{p-52f19286.entry.js → p-67392838.entry.js} +1 -1
  278. package/dist/solutions-components/{p-54b7e680.js → p-6e0b76ce.js} +1 -1
  279. package/dist/solutions-components/{p-1017609e.js → p-6e3f1d71.js} +2 -2
  280. package/dist/solutions-components/{p-5f7c1e49.js → p-6f39a13f.js} +1 -1
  281. package/dist/solutions-components/{p-0b6e5486.js → p-71c0a413.js} +1 -1
  282. package/dist/solutions-components/{p-fedbf657.entry.js → p-728ec094.entry.js} +1 -1
  283. package/dist/solutions-components/{p-b8b78283.entry.js → p-72d0eda0.entry.js} +1 -1
  284. package/dist/solutions-components/p-743ad3a7.entry.js +6 -0
  285. package/dist/solutions-components/{p-732bb88c.entry.js → p-78c438c0.entry.js} +1 -1
  286. package/dist/solutions-components/{p-1ef6a1c2.entry.js → p-7b63f249.entry.js} +1 -1
  287. package/dist/solutions-components/{p-91b7a7dc.entry.js → p-7f090468.entry.js} +1 -1
  288. package/dist/solutions-components/{p-770a0e12.js → p-7f31be6a.js} +1 -1
  289. package/dist/solutions-components/{p-cb07016a.entry.js → p-8419b5a1.entry.js} +2 -2
  290. package/dist/solutions-components/{p-dfeb6a2e.entry.js → p-86ca6cfe.entry.js} +1 -1
  291. package/dist/solutions-components/{p-66afdfdd.entry.js → p-8846430d.entry.js} +3 -3
  292. package/dist/solutions-components/{p-508b2b7b.js → p-89ddc916.js} +1 -1
  293. package/dist/solutions-components/{p-9db30b19.entry.js → p-89f14b8a.entry.js} +1 -1
  294. package/dist/solutions-components/{p-23dd68de.entry.js → p-8ae73529.entry.js} +2 -2
  295. package/dist/solutions-components/{p-64bf4d2e.entry.js → p-8badcaf5.entry.js} +1 -1
  296. package/dist/solutions-components/{p-eb2859d6.js → p-8eacc640.js} +1 -1
  297. package/dist/solutions-components/{p-798b9928.entry.js → p-8f840208.entry.js} +1 -1
  298. package/dist/solutions-components/{p-c7eaade6.entry.js → p-9232245b.entry.js} +1 -1
  299. package/dist/solutions-components/{p-1490c752.js → p-926664d9.js} +1 -1
  300. package/dist/solutions-components/{p-919e9de7.entry.js → p-92de7cd3.entry.js} +1 -1
  301. package/dist/solutions-components/{p-9c5f4347.js → p-96919110.js} +1 -1
  302. package/dist/solutions-components/{p-222e0445.entry.js → p-981afe9e.entry.js} +1 -1
  303. package/dist/solutions-components/{p-550da58b.js → p-9901e971.js} +1 -1
  304. package/dist/solutions-components/{p-986ff43b.entry.js → p-9957c7b8.entry.js} +1 -1
  305. package/dist/solutions-components/{p-6b0fa1eb.entry.js → p-9c6f2672.entry.js} +1 -1
  306. package/dist/solutions-components/{p-bb0f549a.js → p-a0ef9cee.js} +1 -1
  307. package/dist/solutions-components/{p-d47abf9b.entry.js → p-a16449b2.entry.js} +1 -1
  308. package/dist/solutions-components/{p-08d1cc1f.js → p-a2d4c97e.js} +2 -2
  309. package/dist/solutions-components/{p-bae65813.entry.js → p-a68f4775.entry.js} +1 -1
  310. package/dist/solutions-components/{p-79f78acc.entry.js → p-a8d4a522.entry.js} +1 -1
  311. package/dist/solutions-components/{p-6c080ac7.entry.js → p-a9f65057.entry.js} +1 -1
  312. package/dist/solutions-components/{p-40175313.entry.js → p-ab8f4820.entry.js} +2 -2
  313. package/dist/solutions-components/{p-f6f2018a.js → p-abc30e04.js} +1 -1
  314. package/dist/solutions-components/{p-c0d25be5.entry.js → p-ac7868a6.entry.js} +1 -1
  315. package/dist/solutions-components/{p-9524e5e4.js → p-acf135cc.js} +1 -1
  316. package/dist/solutions-components/{p-b96233e3.entry.js → p-af3e49d8.entry.js} +1 -1
  317. package/dist/solutions-components/p-af8a7aff.entry.js +6 -0
  318. package/dist/solutions-components/{p-924ec704.js → p-b3b042df.js} +1 -1
  319. package/dist/solutions-components/{p-8fb06a85.entry.js → p-b6b4c707.entry.js} +1 -1
  320. package/dist/solutions-components/{p-4c179300.entry.js → p-b7a49673.entry.js} +1 -1
  321. package/dist/solutions-components/{p-40f5df15.entry.js → p-b955a19b.entry.js} +1 -1
  322. package/dist/solutions-components/{p-c4953b5e.entry.js → p-b9eefee6.entry.js} +2 -2
  323. package/dist/solutions-components/p-bb9492ed.js +6 -0
  324. package/dist/solutions-components/{p-8537518d.entry.js → p-bc86c87d.entry.js} +2 -2
  325. package/dist/solutions-components/{p-8614d1a0.entry.js → p-bd3c130b.entry.js} +1 -1
  326. package/dist/solutions-components/{p-e74bc7b3.js → p-bdc425fc.js} +1 -1
  327. package/dist/solutions-components/{p-92ba99ff.js → p-beba6703.js} +1 -1
  328. package/dist/solutions-components/{p-cd6eee11.js → p-c1242d4b.js} +1 -1
  329. package/dist/solutions-components/{p-a4e35c2d.entry.js → p-c26ac7d9.entry.js} +1 -1
  330. package/dist/solutions-components/{p-b76ed1c7.entry.js → p-c3782a7e.entry.js} +2 -2
  331. package/dist/solutions-components/{p-936037e4.js → p-c5520bba.js} +1 -1
  332. package/dist/solutions-components/{p-29a09798.js → p-c58ec2d0.js} +3 -3
  333. package/dist/solutions-components/{p-53b5a39e.js → p-c5d26e3a.js} +1 -1
  334. package/dist/solutions-components/{p-a37d1b17.entry.js → p-c8325ead.entry.js} +1 -1
  335. package/dist/solutions-components/{p-94ae78d6.js → p-cba777d2.js} +1 -1
  336. package/dist/solutions-components/{p-01dae909.js → p-d1371897.js} +1 -1
  337. package/dist/solutions-components/{p-d1cc620f.entry.js → p-d6c50190.entry.js} +1 -1
  338. package/dist/solutions-components/{p-fcd33b4f.js → p-d726e895.js} +1 -1
  339. package/dist/solutions-components/{p-270ead49.js → p-d8a54947.js} +1 -1
  340. package/dist/solutions-components/{p-a85fd786.entry.js → p-da6e25cb.entry.js} +1 -1
  341. package/dist/solutions-components/{p-ee9b7fab.js → p-db2c82ad.js} +1 -1
  342. package/dist/solutions-components/{p-e0ee0556.entry.js → p-dbcfdc6d.entry.js} +1 -1
  343. package/dist/solutions-components/{p-67c34d05.entry.js → p-ddc97e93.entry.js} +1 -1
  344. package/dist/solutions-components/{p-74fbad1c.js → p-dec62e5d.js} +30 -31
  345. package/dist/solutions-components/{p-245c35ce.js → p-e013e797.js} +1 -1
  346. package/dist/solutions-components/{p-0d6b3f44.js → p-e3bb02cc.js} +1 -1
  347. package/dist/solutions-components/{p-5440c8dd.js → p-e5ec69a4.js} +1 -1
  348. package/dist/solutions-components/p-e8aa44e2.entry.js +6 -0
  349. package/dist/solutions-components/{p-49bbe45e.js → p-ea119eee.js} +1 -1
  350. package/dist/solutions-components/{p-062f4457.js → p-ec59efb8.js} +1 -1
  351. package/dist/solutions-components/{p-bc6cf10f.entry.js → p-ef360459.entry.js} +1 -1
  352. package/dist/solutions-components/{p-0dc73313.js → p-f14d11f1.js} +1 -1
  353. package/dist/solutions-components/{p-6319ca20.js → p-f4d6771a.js} +1 -1
  354. package/dist/solutions-components/{p-5f705984.js → p-f4e30ab2.js} +1 -1
  355. package/dist/solutions-components/p-f6dc7347.entry.js +6 -0
  356. package/dist/solutions-components/{p-7ae41cd8.js → p-f7680693.js} +1 -1
  357. package/dist/solutions-components/{p-9277a339.entry.js → p-faf7740b.entry.js} +1 -1
  358. package/dist/solutions-components/{p-707ee1d1.entry.js → p-fb95ec69.entry.js} +2 -2
  359. package/dist/solutions-components/{p-2264e8d5.entry.js → p-fbf86656.entry.js} +1 -1
  360. package/dist/solutions-components/{p-7c854814.js → p-fd730974.js} +2 -2
  361. package/dist/solutions-components/{p-4fe5e9c3.entry.js → p-ff96d7ee.entry.js} +3 -3
  362. package/dist/solutions-components/solutions-components.esm.js +1 -1
  363. package/dist/solutions-components/utils/interfaces.ts +11 -0
  364. package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +6 -0
  365. package/dist/types/components/solution-item-accordion/solution-item-accordion.d.ts +117 -0
  366. package/dist/types/components.d.ts +23 -2
  367. package/dist/types/preact.d.ts +2 -0
  368. package/dist/types/utils/interfaces.d.ts +10 -0
  369. package/package.json +6 -6
  370. package/dist/cjs/calcite-accordion.cjs.entry.js +0 -95
  371. package/dist/solutions-components/p-2007eaa4.entry.js +0 -6
  372. package/dist/solutions-components/p-23ce9afa.entry.js +0 -11
  373. package/dist/solutions-components/p-24a813a4.entry.js +0 -6
  374. package/dist/solutions-components/p-2d17790c.js +0 -6
  375. package/dist/solutions-components/p-2e06ec97.js +0 -6
  376. package/dist/solutions-components/p-33db098c.js +0 -6
  377. package/dist/solutions-components/p-3a47fde6.entry.js +0 -11
  378. package/dist/solutions-components/p-79f5a8be.js +0 -11
  379. package/dist/solutions-components/p-a5e64f6b.entry.js +0 -6
  380. package/dist/solutions-components/p-bd2278cf.entry.js +0 -6
  381. package/dist/solutions-components/p-d36878db.js +0 -11
  382. package/dist/solutions-components/p-fd79adec.entry.js +0 -6
@@ -3,8 +3,8 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement, a as getAssetPath } from './index-b793d9aa.js';
7
- import { e as focusElement, y as nodeListToArray, g as getSlotted, s as slotChangeHasAssignedElement, a as getElementDir, t as toAriaBoolean, B as filterDirectChildren } from './dom-63d2d41c.js';
6
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-b793d9aa.js';
7
+ import { d as focusElement, y as nodeListToArray, g as getSlotted, s as slotChangeHasAssignedElement, h as getElementDir, t as toAriaBoolean, B as filterDirectChildren } from './dom-451ed293.js';
8
8
  import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot-0cbc7172.js';
9
9
  import { c as connectInteractive, d as disconnectInteractive, u as updateHostInteraction, I as InteractiveContainer } from './interactive-b2a41b8b.js';
10
10
  import { C as CSS_UTILITY } from './resources-745dec87.js';
@@ -608,320 +608,4 @@ const TreeItem = class {
608
608
  };
609
609
  TreeItem.style = CalciteTreeItemStyle0;
610
610
 
611
- const solutionItemIconCss = ".item-type-icon{pointer-events:none;display:block;height:1rem;margin-top:0.15em !important;min-width:16px;fill:currentColor;transform:rotate(360deg)}.item-type-icon-margin{margin-inline-end:0.375rem}";
612
- const SolutionItemIconStyle0 = solutionItemIconCss;
613
-
614
- const SolutionItemIcon = class {
615
- constructor(hostRef) {
616
- registerInstance(this, hostRef);
617
- this.isPortal = false;
618
- this.type = "";
619
- this.typeKeywords = [];
620
- }
621
- get el() { return getElement(this); }
622
- //--------------------------------------------------------------------------
623
- //
624
- // Lifecycle
625
- //
626
- //--------------------------------------------------------------------------
627
- /**
628
- * Renders the component.
629
- */
630
- render() {
631
- return h("div", { key: 'b09dad770feb6278f79ffb9351e8907bfc9ab71c', title: this.type }, h("img", { key: '58f68fa8835383382fa7d9bcf86f597e2557868b', class: "item-type-icon item-type-icon-margin", height: "16", src: this._getIconUrl(this.type, this.typeKeywords), width: "16" }));
632
- }
633
- //--------------------------------------------------------------------------
634
- //
635
- // Properties (protected)
636
- //
637
- //--------------------------------------------------------------------------
638
- //--------------------------------------------------------------------------
639
- //
640
- // Event Listeners
641
- //
642
- //--------------------------------------------------------------------------
643
- //--------------------------------------------------------------------------
644
- //
645
- // Events
646
- //
647
- //--------------------------------------------------------------------------
648
- //--------------------------------------------------------------------------
649
- //
650
- // Public Methods (async)
651
- //
652
- //--------------------------------------------------------------------------
653
- //--------------------------------------------------------------------------
654
- //
655
- // Private Methods
656
- //
657
- //--------------------------------------------------------------------------
658
- /**
659
- * This function was copied and slightly modified from the arcgis-portal-app.
660
- *
661
- * This will construct the path to the icon based on type and typeKeyword info.
662
- *
663
- * @param type The item type
664
- * @param typeKeywords The item typeKeywords
665
- */
666
- _getIconUrl(type, typeKeywords) {
667
- const itemType = (type && type.toLowerCase()) || "", imgDir = "./item-icons/", size = "16"; //for now we only support 16x16 pixel images
668
- let isHosted = false, isRouteLayer = false, isMarkupLayer = false, isTable = false, isSpatiotemporal = false, isRelational = false, imgName = "";
669
- typeKeywords = typeKeywords || [];
670
- if (itemType.indexOf("service") > 0 || itemType === "feature collection" || itemType === "kml" || itemType === "wms" || itemType === "wmts" || itemType === "wfs") {
671
- isHosted = typeKeywords.indexOf("Hosted Service") > -1;
672
- if (itemType === "feature service" || itemType === "feature collection" || itemType === "kml" || itemType === "wfs") {
673
- isTable = typeKeywords.indexOf("Table") > -1;
674
- isRouteLayer = typeKeywords.indexOf("Route Layer") > -1;
675
- isMarkupLayer = typeKeywords.indexOf("Markup") > -1;
676
- isSpatiotemporal = typeKeywords.indexOf("Spatiotemporal") !== -1;
677
- imgName = isSpatiotemporal && isTable ? "spatiotemporaltable" : (isTable ? "table" : (isRouteLayer ? "routelayer" : (isMarkupLayer ? "markup" : (isSpatiotemporal ? "spatiotemporal" : (isHosted ? "featureshosted" : "features")))));
678
- }
679
- else if (itemType === "map service" || itemType === "wms" || itemType === "wmts") {
680
- isSpatiotemporal = typeKeywords.indexOf("Spatiotemporal") !== -1;
681
- isRelational = typeKeywords.indexOf("Relational") !== -1;
682
- if (isSpatiotemporal || isRelational) {
683
- imgName = "mapimages";
684
- }
685
- else {
686
- imgName = (isHosted || typeKeywords.indexOf("Tiled") > -1 || itemType === "wmts") ? "maptiles" : "mapimages";
687
- }
688
- }
689
- else if (itemType === "scene service") {
690
- if (typeKeywords.indexOf("Line") > -1) {
691
- imgName = "sceneweblayerline";
692
- }
693
- else if (typeKeywords.indexOf("3DObject") > -1) {
694
- imgName = "sceneweblayermultipatch";
695
- }
696
- else if (typeKeywords.indexOf("Point") > -1) {
697
- imgName = "sceneweblayerpoint";
698
- }
699
- else if (typeKeywords.indexOf("IntegratedMesh") > -1) {
700
- imgName = "sceneweblayermesh";
701
- }
702
- else if (typeKeywords.indexOf("PointCloud") > -1) {
703
- imgName = "sceneweblayerpointcloud";
704
- }
705
- else if (typeKeywords.indexOf("Polygon") > -1) {
706
- imgName = "sceneweblayerpolygon";
707
- }
708
- else if (typeKeywords.indexOf("Building") > -1) {
709
- imgName = "sceneweblayerbuilding";
710
- }
711
- else {
712
- imgName = "sceneweblayer";
713
- }
714
- }
715
- else if (itemType === "image service") {
716
- imgName = typeKeywords.indexOf("Elevation 3D Layer") > -1 ? "elevationlayer" : (typeKeywords.indexOf("Tiled Imagery") > -1 ? "tiledimagerylayer" : "imagery");
717
- }
718
- else if (itemType === "stream service") {
719
- imgName = "streamlayer";
720
- }
721
- else if (itemType === "vector tile service") {
722
- imgName = "vectortile";
723
- }
724
- else if (itemType === "datastore catalog service") {
725
- imgName = "datastorecollection";
726
- }
727
- else if (itemType === "geocoding service") {
728
- imgName = "geocodeservice";
729
- }
730
- else if (itemType === "geoprocessing service") {
731
- imgName = (typeKeywords.indexOf("Web Tool") > -1 && (this.isPortal)) ? "tool" : "layers";
732
- }
733
- else {
734
- imgName = "layers";
735
- }
736
- }
737
- else if (itemType === "web map" || itemType === "cityengine web scene") {
738
- imgName = "maps";
739
- }
740
- else if (itemType === "web scene") {
741
- imgName = typeKeywords.indexOf("ViewingMode-Local") > -1 ? "webscenelocal" : "websceneglobal";
742
- }
743
- else if (itemType === "web mapping application" || itemType === "mobile application" || itemType === "application" ||
744
- itemType === "operation view" || itemType === "desktop application") {
745
- imgName = "apps";
746
- }
747
- else if (itemType === "map document" || itemType === "map package" || itemType === "published map" || itemType === "scene document" ||
748
- itemType === "globe document" || itemType === "basemap package" || itemType === "mobile basemap package" || itemType === "mobile map package" ||
749
- itemType === "project package" || itemType === "project template" || itemType === "pro map" || itemType === "layout" ||
750
- (itemType === "layer" && typeKeywords.indexOf("ArcGIS Pro") > -1) || (itemType === "explorer map" && typeKeywords.indexOf("Explorer Document"))) {
751
- imgName = "mapsgray";
752
- }
753
- else if (itemType === "service definition" || itemType === "csv" || itemType === "shapefile" || itemType === "cad drawing" || itemType === "geojson" || itemType === "360 vr experience" || itemType === "netcdf" || itemType === "administrative report") {
754
- imgName = "datafiles";
755
- }
756
- else if (itemType === "explorer add in" || itemType === "desktop add in" || itemType === "windows viewer add in" || itemType === "windows viewer configuration") {
757
- imgName = "appsgray";
758
- }
759
- else if (itemType === "arcgis pro add in" || itemType === "arcgis pro configuration") {
760
- imgName = "addindesktop";
761
- }
762
- else if (itemType === "rule package" || itemType === "file geodatabase" || itemType === "sqlite geodatabase" || itemType === "csv collection" || itemType === "kml collection" ||
763
- itemType === "windows mobile package" || itemType === "map template" || itemType === "desktop application template" || itemType === "gml" ||
764
- itemType === "arcpad package" || itemType === "code sample" || itemType === "form" || itemType === "document link" ||
765
- itemType === "operations dashboard add in" || itemType === "rules package" || itemType === "image" || itemType === "workflow manager package" ||
766
- (itemType === "explorer map" && typeKeywords.indexOf("Explorer Mapping Application") > -1 || typeKeywords.indexOf("Document") > -1)) {
767
- imgName = "datafilesgray";
768
- }
769
- else if (itemType === "network analysis service" || itemType === "geoprocessing service" ||
770
- itemType === "geodata service" || itemType === "geometry service" || itemType === "geoprocessing package" ||
771
- itemType === "locator package" || itemType === "geoprocessing sample" || itemType === "workflow manager service") {
772
- imgName = "toolsgray";
773
- }
774
- else if (itemType === "layer" || itemType === "layer package" || itemType === "explorer layer") {
775
- imgName = "layersgray";
776
- }
777
- else if (itemType === "scene package") {
778
- imgName = "scenepackage";
779
- }
780
- else if (itemType === "mobile scene package") {
781
- imgName = "mobilescenepackage";
782
- }
783
- else if (itemType === "tile package" || itemType === "compact tile package") {
784
- imgName = "tilepackage";
785
- }
786
- else if (itemType === "task file") {
787
- imgName = "taskfile";
788
- }
789
- else if (itemType === "report template") {
790
- imgName = "report-template";
791
- }
792
- else if (itemType === "statistical data collection") {
793
- imgName = "statisticaldatacollection";
794
- }
795
- else if (itemType === "insights workbook") {
796
- imgName = "workbook";
797
- }
798
- else if (itemType === "insights model") {
799
- imgName = "insightsmodel";
800
- }
801
- else if (itemType === "insights page") {
802
- imgName = "insightspage";
803
- }
804
- else if (itemType === "insights theme") {
805
- imgName = "insightstheme";
806
- }
807
- else if (itemType === "hub initiative") {
808
- imgName = "hubinitiative";
809
- }
810
- else if (itemType === "hub page") {
811
- imgName = "hubpage";
812
- }
813
- else if (itemType === "hub site application") {
814
- imgName = "hubsite";
815
- }
816
- else if (itemType === "hub event") {
817
- imgName = "hubevent";
818
- }
819
- else if (itemType === "relational database connection") {
820
- imgName = "relationaldatabaseconnection";
821
- }
822
- else if (itemType === "big data file share") {
823
- imgName = "datastorecollection";
824
- }
825
- else if (itemType === "image collection") {
826
- imgName = "imagecollection";
827
- }
828
- else if (itemType === "desktop style") {
829
- imgName = "desktopstyle";
830
- }
831
- else if (itemType === "style") {
832
- imgName = "style";
833
- }
834
- else if (itemType === "dashboard") {
835
- imgName = "dashboard";
836
- }
837
- else if (itemType === "raster function template") {
838
- imgName = "rasterprocessingtemplate";
839
- }
840
- else if (itemType === "vector tile package") {
841
- imgName = "vectortilepackage";
842
- }
843
- else if (itemType === "ortho mapping project") {
844
- imgName = "orthomappingproject";
845
- }
846
- else if (itemType === "ortho mapping template") {
847
- imgName = "orthomappingtemplate";
848
- }
849
- else if (itemType === "solution") {
850
- imgName = "solutions";
851
- }
852
- else if (itemType === "geopackage") {
853
- imgName = "geopackage";
854
- }
855
- else if (itemType === "deep learning package") {
856
- imgName = "deeplearningpackage";
857
- }
858
- else if (itemType === "real time analytic") {
859
- imgName = "realtimeanalytics";
860
- }
861
- else if (itemType === "big data analytic") {
862
- imgName = "bigdataanalytics";
863
- }
864
- else if (itemType === "feed") {
865
- imgName = "feed";
866
- }
867
- else if (itemType === "excalibur imagery project") {
868
- imgName = "excaliburimageryproject";
869
- }
870
- else if (itemType === "notebook") {
871
- imgName = "notebook";
872
- }
873
- else if (itemType === "storymap") {
874
- imgName = "storymap";
875
- }
876
- else if (itemType === "survey123 add in") {
877
- imgName = "survey123addin";
878
- }
879
- else if (itemType === "mission") {
880
- imgName = "mission";
881
- }
882
- else if (itemType === "mission report") {
883
- imgName = "missionreport";
884
- }
885
- else if (itemType === "quickcapture project") {
886
- imgName = "quickcaptureproject";
887
- }
888
- else if (itemType === "pro report") {
889
- imgName = "proreport";
890
- }
891
- else if (itemType === "urban model") {
892
- imgName = "urbanmodel";
893
- }
894
- else if (itemType === "web experience") {
895
- imgName = "experiencebuilder";
896
- }
897
- else if (itemType === "web experience template") {
898
- imgName = "webexperiencetemplate";
899
- }
900
- else if (itemType === "workflow") {
901
- imgName = "workflow";
902
- }
903
- else if (itemType === "kernel gateway connection") {
904
- imgName = "kernelgatewayconnection";
905
- }
906
- else if (itemType === "insights script") {
907
- imgName = "insightsscript";
908
- }
909
- else if (itemType === "hub initiative template") {
910
- imgName = "hubinitiativetemplate";
911
- }
912
- else if (itemType === "storymap theme") {
913
- imgName = "storymaptheme";
914
- }
915
- else if (itemType === "group") {
916
- imgName = "group";
917
- }
918
- else {
919
- imgName = "maps";
920
- }
921
- return imgName ? getAssetPath(imgDir + imgName + size + ".png") : null;
922
- }
923
- static get assetsDirs() { return ["item-icons"]; }
924
- };
925
- SolutionItemIcon.style = SolutionItemIconStyle0;
926
-
927
- export { Tree as calcite_tree, TreeItem as calcite_tree_item, SolutionItemIcon as solution_item_icon };
611
+ export { Tree as calcite_tree, TreeItem as calcite_tree_item };
@@ -6,7 +6,7 @@
6
6
  import { r as registerInstance, c as createEvent, g as getElement, h, H as Host, F as Fragment } from './index-b793d9aa.js';
7
7
  import { g as getLocaleComponentStrings, l as loadModules } from './locale-b1d53fb1.js';
8
8
  import { g as getLayerOrTable, q as queryFeaturesByID, e as goToSelection, f as queryAllIds, i as queryAllOidsWithQueryFeatures, j as queryFeaturesByGlobalID, c as getFeatureLayerView } from './mapViewUtils-f54edae3.js';
9
- import { d as downloadCSV } from './downloadUtils-d1f791c5.js';
9
+ import { d as downloadCSV } from './downloadUtils-4a34c86a.js';
10
10
  import './esri-loader-c6842c6b.js';
11
11
  import './_commonjsHelpers-089957fe.js';
12
12
  import './interfaces-659e3836.js';
@@ -892,7 +892,7 @@ const LayerTable = class {
892
892
  _getFieldlist() {
893
893
  return this._columnsInfo ? (h("calcite-dropdown-group", { "selection-mode": "multiple" }, Object.keys(this._columnsInfo).map(k => {
894
894
  const selected = this._columnsInfo[k];
895
- return (h("calcite-dropdown-item", { id: k, onClick: (e) => {
895
+ return (h("calcite-dropdown-item", { id: `layer-table-${k.toLowerCase().replaceAll(" ", "")}`, onClick: (e) => {
896
896
  const target = e.target;
897
897
  this._columnsInfo[target.id] = target.selected;
898
898
  if (!target.selected) {
@@ -1232,7 +1232,7 @@ const LayerTable = class {
1232
1232
  _getDropdown(id) {
1233
1233
  const dropdownItems = this._getDropdownItems();
1234
1234
  return dropdownItems.length > 0 ? (h("calcite-dropdown", { closeOnSelectDisabled: true, disabled: this._layer === undefined, id: "solutions-more", onCalciteDropdownBeforeClose: () => this._forceShowHide(), ref: (el) => this._moreDropdown = el }, h("calcite-action", { appearance: "solid", id: id, label: "", onClick: () => this._closeShowHide(), slot: "trigger", text: "" }, h("calcite-button", { appearance: "transparent", iconEnd: "chevron-down", kind: "neutral" }, this._translations.more)), h("calcite-dropdown-group", { "selection-mode": "none" }, dropdownItems.map(item => {
1235
- return (h("calcite-dropdown-group", { class: item.disabled ? "disabled" : "", selectionMode: item.disabled ? "none" : "single" }, h("calcite-dropdown-item", { disabled: item.loading, iconStart: item.isSublist && this._showHideOpen ? "chevron-down" : item.loading ? "" : item.icon, id: "solutions-subset-list", onClick: item.func }, item.loading ? (h("div", { class: "display-flex" }, h("calcite-loader", { inline: true, label: item.label, scale: "m" }), item.label)) : item.label)));
1235
+ return (h("calcite-dropdown-group", { class: item.disabled ? "disabled" : "", selectionMode: item.disabled ? "none" : "single" }, h("calcite-dropdown-item", { disabled: item.loading, iconStart: item.isSublist && this._showHideOpen ? "chevron-down" : item.loading ? "" : item.icon, id: `layer-table-${item.icon}`, onClick: item.func }, item.loading ? (h("div", { class: "display-flex" }, h("calcite-loader", { inline: true, label: item.label, scale: "m" }), item.label)) : item.label)));
1236
1236
  })), this._showHideOpen ? this._getFieldlist() : undefined)) : undefined;
1237
1237
  }
1238
1238
  /**
@@ -1255,7 +1255,7 @@ const LayerTable = class {
1255
1255
  */
1256
1256
  _getAction(active, icon, indicator, label, func, disabled, loading, slot) {
1257
1257
  const _disabled = this._layer === undefined ? true : disabled;
1258
- return (h("div", { class: "display-flex", id: this._getId(icon), slot: slot }, h("calcite-action", { active: active, appearance: "solid", disabled: _disabled, icon: icon, id: icon, indicator: indicator, label: label, loading: loading, onClick: func, text: label, textEnabled: true }), this._getToolTip("bottom", icon, label)));
1258
+ return (h("div", { class: "display-flex", id: this._getId(icon), slot: slot }, h("calcite-action", { active: active, appearance: "solid", disabled: _disabled, icon: icon, id: `layer-table-${icon}`, indicator: indicator, label: label, loading: loading, onClick: func, text: label, textEnabled: true }), this._getToolTip("bottom", icon, label)));
1259
1259
  }
1260
1260
  /**
1261
1261
  * Get an action and tooltip for share
@@ -10,7 +10,7 @@ import { g as getLayerOrTable } from './mapViewUtils-f54edae3.js';
10
10
  import './esri-loader-c6842c6b.js';
11
11
  import './_commonjsHelpers-089957fe.js';
12
12
 
13
- const crowdsourceManagerCss = ":host{display:block;--calcite-label-margin-bottom:0px;--solutions-theme-foreground-color:var(--calcite-color-foreground-1)}.padding-1-2{padding:0.5rem}.display-flex{display:flex}.width-full{width:100%}.width-1-2{position:relative;width:50%}.width-1-3{position:relative;width:33.33%}.width-2-3{position:relative;width:66.66%}.width-0{width:0}.height-full{height:100%}.height-1-2{position:relative;height:50%}.height-0{height:0}.toggle-node{width:51px;height:51px}.overflow-hidden{overflow:hidden}.flex-column{flex-direction:column}.border{border:1px solid var(--calcite-color-border-3)}.border-bottom{border-bottom:1px solid var(--calcite-color-border-3)}.border-sides{border-left:1px solid var(--calcite-color-border-3);border-right:1px solid var(--calcite-color-border-3)}.position-relative{position:relative}.position-absolute{position:absolute}.height-51{height:51%}.adjusted-height-50{height:calc(50% - 25px)}.adjusted-height-100{height:calc(100% - 50px)}.adjusted-height-100-50{height:calc(100% - 50px)}.display-none{display:none !important}.adjusted-height-50_25{height:calc(50% + 25px)}.position-absolute-53{position:absolute;top:53px}.display-grid{display:grid}.height-50-px{height:50px}.padding-inline-start-75{padding-inline-start:0.75rem}.align-items-center{align-items:center}.esri-floor-filter__close-levels-button{width:40px !important;height:40px !important}.esri-floor-filter__level-button{width:40px !important;height:40px !important}.esri-floor-filter__browse-button{width:40px !important;height:40px !important}.position-absolute-50{position:absolute;top:50px;bottom:0px;left:0px;right:0px}.position-absolute-0{position:absolute;top:0px;bottom:0px;left:0px;right:0px}.visibility-hidden{visibility:hidden;height:0px}.position-fixed{position:fixed}.border-width-0{border-width:0px}.border-bottom-width-0{border-bottom-width:0px}.floating-container{position:fixed;width:100px;height:10px;bottom:0;right:0;margin:100px 0px}.floating-container .floating-button{box-shadow:0 10px 25px rgb(92 93 94 / 60%);transform:translatey(5px);transition:all 0.3s}.z-index-0{z-index:0 !important}";
13
+ const crowdsourceManagerCss = ":host{display:block;--calcite-label-margin-bottom:0px;--solutions-theme-foreground-color:var(--calcite-color-foreground-1)}.padding-1-2{padding:0.5rem}.display-flex{display:flex}.width-full{width:100%}.width-1-2{position:relative;width:50%}.width-1-3{position:relative;width:33.33%}.width-2-3{position:relative;width:66.66%}.width-0{width:0}.height-full{height:100%}.height-1-2{position:relative;height:50%}.height-0{height:0}.toggle-node{width:51px;height:51px}.overflow-hidden{overflow:hidden}.flex-column{flex-direction:column}.border{border:1px solid var(--calcite-color-border-3)}.border-bottom{border-bottom:1px solid var(--calcite-color-border-3)}.border-sides{border-left:1px solid var(--calcite-color-border-3);border-right:1px solid var(--calcite-color-border-3)}.position-relative{position:relative}.position-absolute{position:absolute}.height-51{height:51%}.top-51{top:51px}.adjusted-height-50{height:calc(50% - 25px)}.adjusted-height-100{height:calc(100% - 50px)}.adjusted-height-100-50{height:calc(100% - 50px)}.display-none{display:none !important}.adjusted-height-50_25{height:calc(50% + 25px)}.position-absolute-53{position:absolute;top:53px}.display-grid{display:grid}.height-50-px{height:50px}.padding-inline-start-75{padding-inline-start:0.75rem}.align-items-center{align-items:center}.esri-floor-filter__close-levels-button{width:40px !important;height:40px !important}.esri-floor-filter__level-button{width:40px !important;height:40px !important}.esri-floor-filter__browse-button{width:40px !important;height:40px !important}.position-absolute-50{position:absolute;top:50px;bottom:0px;left:0px;right:0px}.position-absolute-0{position:absolute;top:0px;bottom:0px;left:0px;right:0px}.visibility-hidden{visibility:hidden;height:0px}.position-fixed{position:fixed}.border-width-0{border-width:0px}.border-bottom-width-0{border-bottom-width:0px}.floating-container{position:fixed;width:100px;height:10px;bottom:0;right:0;margin:100px 0px}.floating-container .floating-button{box-shadow:0 10px 25px rgb(92 93 94 / 60%);transform:translatey(5px);transition:all 0.3s}.z-index-0{z-index:0 !important}";
14
14
  const CrowdsourceManagerStyle0 = crowdsourceManagerCss;
15
15
 
16
16
  const CrowdsourceManager = class {
@@ -416,7 +416,8 @@ const CrowdsourceManager = class {
416
416
  const headerClass = this._isMobile && this._showInformationHeader ? "display-none height-0" : "";
417
417
  const headerTheme = this.popupHeaderColor ? "" : !this._isMobile ? "calcite-mode-dark" : "calcite-mode-light";
418
418
  const containerClass = this._isMobile && this._hideTable ? "position-absolute-0 width-full height-full" : this._isMobile ? "display-none height-0" : "";
419
- return (h("div", { class: `${headerTheme} ${popupNodeClass} ${containerClass}`, style: {
419
+ const tableViewClass = this.appLayout === "tableView" ? "position-relative top-51" : "";
420
+ return (h("div", { class: `${headerTheme} ${popupNodeClass} ${containerClass} ${tableViewClass}`, style: {
420
421
  '--calcite-color-foreground-1': this.popupHeaderColor, /* background color that will be displayed on the popup header */
421
422
  '--calcite-color-foreground-2': this.popupHeaderHoverColor, /* background color that will be displayed on button when hovered */
422
423
  '--calcite-color-text-3': this.popupHeaderTextColor, /* font color that will be displayed on button */
@@ -3,25 +3,25 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { d as dayjs } from './calcite-input-time-picker-66e7a9f3.js';
6
+ import { d as dayjs } from './calcite-input-time-picker-37845feb.js';
7
7
  import './index-b793d9aa.js';
8
- import './form-08e1bcb7.js';
9
- import './dom-63d2d41c.js';
8
+ import './form-fa4c471b.js';
9
+ import './dom-451ed293.js';
10
10
  import './guid-42656051.js';
11
11
  import './resources-745dec87.js';
12
12
  import './interactive-b2a41b8b.js';
13
13
  import './browser-a791205e.js';
14
14
  import './key-d6dfb50e.js';
15
- import './label-4c4e06d6.js';
15
+ import './label-414f1003.js';
16
16
  import './component-d35983a4.js';
17
17
  import './loadable-1a9b14b8.js';
18
- import './locale-4441c976.js';
18
+ import './locale-337dc231.js';
19
19
  import './observers-6cac5525.js';
20
- import './focusTrapComponent-833b1234.js';
20
+ import './focusTrapComponent-b9709e71.js';
21
21
  import './config-8d1c3431.js';
22
- import './time-a7f1020b.js';
22
+ import './time-b0bba3f9.js';
23
23
  import './math-9afe1f6d.js';
24
- import './t9n-b7ea1a61.js';
24
+ import './t9n-7d4462c0.js';
25
25
  import './Validation-bd0a53ec.js';
26
26
  import './input-7f3fc18b.js';
27
27
 
@@ -3,25 +3,25 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { d as dayjs } from './calcite-input-time-picker-66e7a9f3.js';
6
+ import { d as dayjs } from './calcite-input-time-picker-37845feb.js';
7
7
  import './index-b793d9aa.js';
8
- import './form-08e1bcb7.js';
9
- import './dom-63d2d41c.js';
8
+ import './form-fa4c471b.js';
9
+ import './dom-451ed293.js';
10
10
  import './guid-42656051.js';
11
11
  import './resources-745dec87.js';
12
12
  import './interactive-b2a41b8b.js';
13
13
  import './browser-a791205e.js';
14
14
  import './key-d6dfb50e.js';
15
- import './label-4c4e06d6.js';
15
+ import './label-414f1003.js';
16
16
  import './component-d35983a4.js';
17
17
  import './loadable-1a9b14b8.js';
18
- import './locale-4441c976.js';
18
+ import './locale-337dc231.js';
19
19
  import './observers-6cac5525.js';
20
- import './focusTrapComponent-833b1234.js';
20
+ import './focusTrapComponent-b9709e71.js';
21
21
  import './config-8d1c3431.js';
22
- import './time-a7f1020b.js';
22
+ import './time-b0bba3f9.js';
23
23
  import './math-9afe1f6d.js';
24
- import './t9n-b7ea1a61.js';
24
+ import './t9n-7d4462c0.js';
25
25
  import './Validation-bd0a53ec.js';
26
26
  import './input-7f3fc18b.js';
27
27
 
@@ -3,7 +3,7 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { n as numberStringFormatter } from './locale-4441c976.js';
6
+ import { n as numberStringFormatter } from './locale-337dc231.js';
7
7
 
8
8
  /*!
9
9
  * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
@@ -3,25 +3,25 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { d as dayjs } from './calcite-input-time-picker-66e7a9f3.js';
6
+ import { d as dayjs } from './calcite-input-time-picker-37845feb.js';
7
7
  import './index-b793d9aa.js';
8
- import './form-08e1bcb7.js';
9
- import './dom-63d2d41c.js';
8
+ import './form-fa4c471b.js';
9
+ import './dom-451ed293.js';
10
10
  import './guid-42656051.js';
11
11
  import './resources-745dec87.js';
12
12
  import './interactive-b2a41b8b.js';
13
13
  import './browser-a791205e.js';
14
14
  import './key-d6dfb50e.js';
15
- import './label-4c4e06d6.js';
15
+ import './label-414f1003.js';
16
16
  import './component-d35983a4.js';
17
17
  import './loadable-1a9b14b8.js';
18
- import './locale-4441c976.js';
18
+ import './locale-337dc231.js';
19
19
  import './observers-6cac5525.js';
20
- import './focusTrapComponent-833b1234.js';
20
+ import './focusTrapComponent-b9709e71.js';
21
21
  import './config-8d1c3431.js';
22
- import './time-a7f1020b.js';
22
+ import './time-b0bba3f9.js';
23
23
  import './math-9afe1f6d.js';
24
- import './t9n-b7ea1a61.js';
24
+ import './t9n-7d4462c0.js';
25
25
  import './Validation-bd0a53ec.js';
26
26
  import './input-7f3fc18b.js';
27
27
 
@@ -3,25 +3,25 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { d as dayjs } from './calcite-input-time-picker-66e7a9f3.js';
6
+ import { d as dayjs } from './calcite-input-time-picker-37845feb.js';
7
7
  import './index-b793d9aa.js';
8
- import './form-08e1bcb7.js';
9
- import './dom-63d2d41c.js';
8
+ import './form-fa4c471b.js';
9
+ import './dom-451ed293.js';
10
10
  import './guid-42656051.js';
11
11
  import './resources-745dec87.js';
12
12
  import './interactive-b2a41b8b.js';
13
13
  import './browser-a791205e.js';
14
14
  import './key-d6dfb50e.js';
15
- import './label-4c4e06d6.js';
15
+ import './label-414f1003.js';
16
16
  import './component-d35983a4.js';
17
17
  import './loadable-1a9b14b8.js';
18
- import './locale-4441c976.js';
18
+ import './locale-337dc231.js';
19
19
  import './observers-6cac5525.js';
20
- import './focusTrapComponent-833b1234.js';
20
+ import './focusTrapComponent-b9709e71.js';
21
21
  import './config-8d1c3431.js';
22
- import './time-a7f1020b.js';
22
+ import './time-b0bba3f9.js';
23
23
  import './math-9afe1f6d.js';
24
- import './t9n-b7ea1a61.js';
24
+ import './t9n-7d4462c0.js';
25
25
  import './Validation-bd0a53ec.js';
26
26
  import './input-7f3fc18b.js';
27
27
 
@@ -3,25 +3,25 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import { d as dayjs } from './calcite-input-time-picker-66e7a9f3.js';
6
+ import { d as dayjs } from './calcite-input-time-picker-37845feb.js';
7
7
  import './index-b793d9aa.js';
8
- import './form-08e1bcb7.js';
9
- import './dom-63d2d41c.js';
8
+ import './form-fa4c471b.js';
9
+ import './dom-451ed293.js';
10
10
  import './guid-42656051.js';
11
11
  import './resources-745dec87.js';
12
12
  import './interactive-b2a41b8b.js';
13
13
  import './browser-a791205e.js';
14
14
  import './key-d6dfb50e.js';
15
- import './label-4c4e06d6.js';
15
+ import './label-414f1003.js';
16
16
  import './component-d35983a4.js';
17
17
  import './loadable-1a9b14b8.js';
18
- import './locale-4441c976.js';
18
+ import './locale-337dc231.js';
19
19
  import './observers-6cac5525.js';
20
- import './focusTrapComponent-833b1234.js';
20
+ import './focusTrapComponent-b9709e71.js';
21
21
  import './config-8d1c3431.js';
22
- import './time-a7f1020b.js';
22
+ import './time-b0bba3f9.js';
23
23
  import './math-9afe1f6d.js';
24
- import './t9n-b7ea1a61.js';
24
+ import './t9n-7d4462c0.js';
25
25
  import './Validation-bd0a53ec.js';
26
26
  import './input-7f3fc18b.js';
27
27
 
@@ -1177,4 +1177,4 @@ function getTransitionOrAnimationName(event) {
1177
1177
  return isTransitionEvent(event) ? event.propertyName : event.animationName;
1178
1178
  }
1179
1179
 
1180
- export { slotChangeHasContent as A, filterDirectChildren as B, getSlotAssignedElements as C, getElementWidth as D, getTextWidth as E, getFirstTabbable as F, getShadowRootNode as G, isKeyboardTriggeredClick as H, getElementDir as a, containsCrossShadowBoundary as b, closestElementCrossShadowBoundary as c, focusElementInGroup as d, focusElement as e, focusFirstTabbable as f, getSlotted as g, slotChangeGetAssignedElements as h, isPrimaryPointerButton as i, isFocusable as j, tabbable as k, focusable as l, isTabbable as m, getTabIndex as n, tabbableOptions as o, whenTransitionDone as p, isBefore as q, queryElementRoots as r, slotChangeHasAssignedElement as s, toAriaBoolean as t, intersects as u, ensureId as v, whenAnimationDone as w, getModeName as x, nodeListToArray as y, setRequestedIcon as z };
1180
+ export { slotChangeHasContent as A, filterDirectChildren as B, getSlotAssignedElements as C, getElementWidth as D, getTextWidth as E, getFirstTabbable as F, getShadowRootNode as G, isKeyboardTriggeredClick as H, closestElementCrossShadowBoundary as a, focusElementInGroup as b, containsCrossShadowBoundary as c, focusElement as d, slotChangeGetAssignedElements as e, focusFirstTabbable as f, getSlotted as g, getElementDir as h, isPrimaryPointerButton as i, isFocusable as j, tabbable as k, focusable as l, isTabbable as m, getTabIndex as n, tabbableOptions as o, whenTransitionDone as p, isBefore as q, queryElementRoots as r, slotChangeHasAssignedElement as s, toAriaBoolean as t, intersects as u, ensureId as v, whenAnimationDone as w, getModeName as x, nodeListToArray as y, setRequestedIcon as z };