@esri/solutions-components 0.11.11 → 0.11.13

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 (1253) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +258 -49
  2. package/dist/cjs/buffer-tools_2.cjs.entry.js +122 -28
  3. package/dist/cjs/card-manager_3.cjs.entry.js +433 -98
  4. package/dist/cjs/consent-manager.cjs.entry.js +55 -13
  5. package/dist/cjs/create-feature_4.cjs.entry.js +247 -53
  6. package/dist/cjs/create-related-feature_3.cjs.entry.js +166 -35
  7. package/dist/cjs/crowdsource-manager.cjs.entry.js +247 -58
  8. package/dist/cjs/crowdsource-reporter.cjs.entry.js +213 -52
  9. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  10. package/dist/cjs/delete-dialog.cjs.entry.js +37 -8
  11. package/dist/cjs/downloadUtils-37a2426c.js +3223 -0
  12. package/dist/cjs/feature-list.cjs.entry.js +95 -24
  13. package/dist/cjs/helpers-f649d911.js +867 -0
  14. package/dist/cjs/index-915dd9e3.js +201 -0
  15. package/dist/cjs/index-dd05c644.js +1901 -0
  16. package/dist/cjs/instant-apps-app-guide.cjs.entry.js +2 -2
  17. package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +4 -4
  18. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +1 -1
  19. package/dist/cjs/instant-apps-create.cjs.entry.js +2 -2
  20. package/dist/cjs/instant-apps-export-views.cjs.entry.js +2 -2
  21. package/dist/cjs/instant-apps-export.cjs.entry.js +2 -2
  22. package/dist/cjs/instant-apps-filter-list_2.cjs.entry.js +2 -2
  23. package/dist/cjs/instant-apps-header.cjs.entry.js +1 -1
  24. package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +3 -3
  25. package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +3 -3
  26. package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +3 -3
  27. package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +3 -3
  28. package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +4 -4
  29. package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +2 -2
  30. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +1 -1
  31. package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +4 -4
  32. package/dist/cjs/instant-apps-language-translator.cjs.entry.js +4 -4
  33. package/dist/cjs/instant-apps-measurement-tool.cjs.entry.js +1 -1
  34. package/dist/cjs/instant-apps-measurement.cjs.entry.js +2 -2
  35. package/dist/cjs/instant-apps-popover.cjs.entry.js +2 -2
  36. package/dist/cjs/instant-apps-popovers.cjs.entry.js +1 -1
  37. package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +2 -2
  38. package/dist/cjs/instant-apps-sign-in.cjs.entry.js +2 -2
  39. package/dist/cjs/instant-apps-splash.cjs.entry.js +2 -2
  40. package/dist/cjs/instant-apps-time-filter.cjs.entry.js +3 -3
  41. package/dist/cjs/json-editor_7.cjs.entry.js +227 -49
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/cjs/locale-9cb687b1.js +160 -0
  44. package/dist/cjs/locale-d10ec17b.js +943 -0
  45. package/dist/cjs/map-layer-picker.cjs.entry.js +112 -27
  46. package/dist/cjs/map-select-tools_3.cjs.entry.js +229 -50
  47. package/dist/cjs/pci-calculator.cjs.entry.js +15 -2
  48. package/dist/cjs/popupUtils-c1061629.js +121 -0
  49. package/dist/cjs/public-notification.cjs.entry.js +194 -44
  50. package/dist/cjs/publicNotificationStore-30643216.js +47 -0
  51. package/dist/cjs/solution-configuration.cjs.entry.js +52 -17
  52. package/dist/cjs/solution-contents_3.cjs.entry.js +84 -18
  53. package/dist/cjs/solution-item-accordion.cjs.entry.js +39 -9
  54. package/dist/cjs/solution-item-icon.cjs.entry.js +18 -4
  55. package/dist/cjs/solution-store-9b6ae901.js +1105 -0
  56. package/dist/cjs/solutions-components.cjs.js +2 -2
  57. package/dist/cjs/spatial-ref.cjs.entry.js +45 -10
  58. package/dist/cjs/store-manager.cjs.entry.js +21 -6
  59. package/dist/cjs/utils-acaa2acd.js +153 -0
  60. package/dist/collection/assets/t9n/consent-manager/resources.json +1 -1
  61. package/dist/collection/assets/t9n/consent-manager/resources_en.json +1 -1
  62. package/dist/collection/collection-manifest.json +1 -1
  63. package/dist/collection/components/basemap-gallery/basemap-gallery.js +19 -5
  64. package/dist/collection/components/buffer-tools/buffer-tools.js +52 -13
  65. package/dist/collection/components/card-manager/card-manager.js +71 -17
  66. package/dist/collection/components/consent-manager/consent-manager.js +53 -13
  67. package/dist/collection/components/create-feature/create-feature.js +68 -16
  68. package/dist/collection/components/create-related-feature/create-related-feature.js +44 -10
  69. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +245 -58
  70. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +211 -52
  71. package/dist/collection/components/delete-button/delete-button.js +55 -13
  72. package/dist/collection/components/delete-dialog/delete-dialog.js +35 -8
  73. package/dist/collection/components/edit-card/edit-card.js +43 -10
  74. package/dist/collection/components/feature-details/feature-details.js +70 -17
  75. package/dist/collection/components/feature-list/feature-list.js +91 -22
  76. package/dist/collection/components/floor-filter/floor-filter.js +19 -5
  77. package/dist/collection/components/info-card/info-card.js +77 -18
  78. package/dist/collection/components/json-editor/json-editor.js +28 -7
  79. package/dist/collection/components/layer-list/layer-list.js +50 -12
  80. package/dist/collection/components/layer-table/layer-table.js +177 -41
  81. package/dist/collection/components/map-card/map-card.js +182 -43
  82. package/dist/collection/components/map-draw-tools/map-draw-tools.js +66 -15
  83. package/dist/collection/components/map-fullscreen/map-fullscreen.js +18 -4
  84. package/dist/collection/components/map-layer-picker/map-layer-picker.js +108 -25
  85. package/dist/collection/components/map-legend/map-legend.js +15 -4
  86. package/dist/collection/components/map-picker/map-picker.js +35 -8
  87. package/dist/collection/components/map-search/map-search.js +35 -8
  88. package/dist/collection/components/map-select-tools/map-select-tools.js +138 -32
  89. package/dist/collection/components/map-tools/map-tools.js +115 -27
  90. package/dist/collection/components/pci-calculator/pci-calculator.js +14 -3
  91. package/dist/collection/components/pdf-download/pdf-download.js +27 -6
  92. package/dist/collection/components/public-notification/public-notification.js +189 -41
  93. package/dist/collection/components/refine-selection/refine-selection.js +59 -13
  94. package/dist/collection/components/solution-configuration/solution-configuration.js +48 -13
  95. package/dist/collection/components/solution-contents/solution-contents.js +13 -4
  96. package/dist/collection/components/solution-item/solution-item.js +36 -9
  97. package/dist/collection/components/solution-item-accordion/solution-item-accordion.css +0 -4
  98. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +36 -8
  99. package/dist/collection/components/solution-item-details/solution-item-details.js +35 -16
  100. package/dist/collection/components/solution-item-icon/solution-item-icon.js +17 -5
  101. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +27 -6
  102. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +24 -6
  103. package/dist/collection/components/solution-resource-item/solution-resource-item.js +36 -8
  104. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +31 -7
  105. package/dist/collection/components/solution-template-data/solution-template-data.js +49 -8
  106. package/dist/collection/components/solution-variables/solution-variables.js +24 -6
  107. package/dist/collection/components/spatial-ref/spatial-ref.js +43 -8
  108. package/dist/collection/components/store-manager/store-manager.js +18 -5
  109. package/dist/collection/vendor/calcite-components/24P6DEQH.js +4 -0
  110. package/dist/collection/vendor/calcite-components/2AVRQATR.js +4 -0
  111. package/dist/collection/vendor/calcite-components/2CTO4WXV.js +4 -0
  112. package/dist/collection/vendor/calcite-components/2I33XQO3.js +4 -0
  113. package/dist/collection/vendor/calcite-components/2VMQ4ZHH.js +4 -0
  114. package/dist/collection/vendor/calcite-components/2XGOJ2TK.js +4 -0
  115. package/dist/collection/vendor/calcite-components/2Z6KCCXZ.js +4 -0
  116. package/dist/collection/vendor/calcite-components/36GZKNTR.js +4 -0
  117. package/dist/collection/vendor/calcite-components/3APPCCCZ.js +4 -0
  118. package/dist/collection/vendor/calcite-components/3AWHEFUT.js +4 -0
  119. package/dist/collection/vendor/calcite-components/3NZA5FPC.js +4 -0
  120. package/dist/collection/vendor/calcite-components/4CJKDY6O.js +4 -0
  121. package/dist/collection/vendor/calcite-components/4CN4DMSY.js +4 -0
  122. package/dist/collection/vendor/calcite-components/4D6XNDXD.js +4 -0
  123. package/dist/collection/vendor/calcite-components/4GH4R7AR.js +4 -0
  124. package/dist/collection/vendor/calcite-components/4NZ22FMP.js +4 -0
  125. package/dist/collection/vendor/calcite-components/4TW23CN7.js +4 -0
  126. package/dist/collection/vendor/calcite-components/4W55CXIJ.js +4 -0
  127. package/dist/collection/vendor/calcite-components/4YCDJ4BL.js +4 -0
  128. package/dist/collection/vendor/calcite-components/57KYZCIP.js +4 -0
  129. package/dist/collection/vendor/calcite-components/5DTLNTCL.js +4 -0
  130. package/dist/collection/vendor/calcite-components/5E4NPYBD.js +4 -0
  131. package/dist/collection/vendor/calcite-components/5E6WFGQD.js +4 -0
  132. package/dist/collection/vendor/calcite-components/5TU2CNVP.js +4 -0
  133. package/dist/collection/vendor/calcite-components/5U35BULS.js +4 -0
  134. package/dist/collection/vendor/calcite-components/5WIIOMNV.js +6 -0
  135. package/dist/collection/vendor/calcite-components/62UA4F4S.js +4 -0
  136. package/dist/collection/vendor/calcite-components/62VYJEUG.js +4 -0
  137. package/dist/collection/vendor/calcite-components/65NO3JUC.js +4 -0
  138. package/dist/collection/vendor/calcite-components/6GZCW3B4.js +4 -0
  139. package/dist/collection/vendor/calcite-components/6LJIPAYF.js +4 -0
  140. package/dist/collection/vendor/calcite-components/6LTFSVKG.js +4 -0
  141. package/dist/collection/vendor/calcite-components/6QDWHJ5K.js +4 -0
  142. package/dist/collection/vendor/calcite-components/6U6YH5MS.js +4 -0
  143. package/dist/collection/vendor/calcite-components/6VFJT5QA.js +4 -0
  144. package/dist/collection/vendor/calcite-components/6Y4OKAGD.js +4 -0
  145. package/dist/collection/vendor/calcite-components/74SSYUHC.js +5 -0
  146. package/dist/collection/vendor/calcite-components/75GQA36Q.js +4 -0
  147. package/dist/collection/vendor/calcite-components/7AD7VKZ6.js +4 -0
  148. package/dist/collection/vendor/calcite-components/7MGQRD7Z.js +4 -0
  149. package/dist/collection/vendor/calcite-components/7Q4LBBRD.js +4 -0
  150. package/dist/collection/vendor/calcite-components/7YRITLGU.js +4 -0
  151. package/dist/collection/vendor/calcite-components/A43TKJ6J.js +4 -0
  152. package/dist/collection/vendor/calcite-components/A4LOL6RT.js +4 -0
  153. package/dist/collection/vendor/calcite-components/A6LI6WSB.js +4 -0
  154. package/dist/collection/vendor/calcite-components/AD27WW7R.js +4 -0
  155. package/dist/collection/vendor/calcite-components/AHU7FP65.js +4 -0
  156. package/dist/collection/vendor/calcite-components/AI3NCYN4.js +4 -0
  157. package/dist/collection/vendor/calcite-components/AU24EMIU.js +4 -0
  158. package/dist/collection/vendor/calcite-components/AZ2MVQY2.js +4 -0
  159. package/dist/collection/vendor/calcite-components/BNWN4RE2.js +4 -0
  160. package/dist/collection/vendor/calcite-components/BQHDLRDE.js +4 -0
  161. package/dist/collection/vendor/calcite-components/BYJ6CJMV.js +4 -0
  162. package/dist/collection/vendor/calcite-components/C456ACXC.js +4 -0
  163. package/dist/collection/vendor/calcite-components/CFACWEH3.js +4 -0
  164. package/dist/collection/vendor/calcite-components/CZ6YBXDI.js +4 -0
  165. package/dist/collection/vendor/calcite-components/D2IBWEZJ.js +4 -0
  166. package/dist/collection/vendor/calcite-components/D5V7QPEQ.js +4 -0
  167. package/dist/collection/vendor/calcite-components/DV72VFBR.js +4 -0
  168. package/dist/collection/vendor/calcite-components/DXTGGP6F.js +4 -0
  169. package/dist/collection/vendor/calcite-components/DYX3VYAF.js +4 -0
  170. package/dist/collection/vendor/calcite-components/E4INVUQF.js +4 -0
  171. package/dist/collection/vendor/calcite-components/EC76JAWC.js +4 -0
  172. package/dist/collection/vendor/calcite-components/EFBSBD4Q.js +4 -0
  173. package/dist/collection/vendor/calcite-components/EGQT3WAL.js +4 -0
  174. package/dist/collection/vendor/calcite-components/ELLEOMPV.js +4 -0
  175. package/dist/collection/vendor/calcite-components/EQL77WNN.js +4 -0
  176. package/dist/collection/vendor/calcite-components/EREAGDHN.js +4 -0
  177. package/dist/collection/vendor/calcite-components/ETCKBCGT.js +4 -0
  178. package/dist/collection/vendor/calcite-components/F3MFWM7N.js +4 -0
  179. package/dist/collection/vendor/calcite-components/F57BIANZ.js +4 -0
  180. package/dist/collection/vendor/calcite-components/FLGYQACS.js +4 -0
  181. package/dist/collection/vendor/calcite-components/FVKXG7IX.js +4 -0
  182. package/dist/collection/vendor/calcite-components/FX4E46UA.js +4 -0
  183. package/dist/collection/vendor/calcite-components/FXMO4NFQ.js +4 -0
  184. package/dist/collection/vendor/calcite-components/G377AV4F.js +4 -0
  185. package/dist/collection/vendor/calcite-components/G4UFYIPU.js +4 -0
  186. package/dist/collection/vendor/calcite-components/G5GEKU4E.js +4 -0
  187. package/dist/collection/vendor/calcite-components/GEIJQLU7.js +4 -0
  188. package/dist/collection/vendor/calcite-components/GI3XXRNT.js +4 -0
  189. package/dist/collection/vendor/calcite-components/GQMODQ6D.js +4 -0
  190. package/dist/collection/vendor/calcite-components/GSVJHXH2.js +4 -0
  191. package/dist/collection/vendor/calcite-components/GUMVKQTR.js +4 -0
  192. package/dist/collection/vendor/calcite-components/GVOEPDQC.js +4 -0
  193. package/dist/collection/vendor/calcite-components/GWWXB6FV.js +4 -0
  194. package/dist/collection/vendor/calcite-components/GYOK6DI7.js +4 -0
  195. package/dist/collection/vendor/calcite-components/HDAL3OW2.js +4 -0
  196. package/dist/collection/vendor/calcite-components/HIP3N6DH.js +4 -0
  197. package/dist/collection/vendor/calcite-components/HLGSDCWJ.js +4 -0
  198. package/dist/collection/vendor/calcite-components/HPFASJXB.js +4 -0
  199. package/dist/collection/vendor/calcite-components/HPY2G26P.js +4 -0
  200. package/dist/collection/vendor/calcite-components/HYWMTX3X.js +4 -0
  201. package/dist/collection/vendor/calcite-components/HZGIYOHQ.js +4 -0
  202. package/dist/collection/vendor/calcite-components/HZWEQZY7.js +4 -0
  203. package/dist/collection/vendor/calcite-components/I3PTWPIY.js +4 -0
  204. package/dist/collection/vendor/calcite-components/I4CET6OW.js +5 -0
  205. package/dist/collection/vendor/calcite-components/I4G6P727.js +4 -0
  206. package/dist/collection/vendor/calcite-components/I6YTTPYR.js +4 -0
  207. package/dist/collection/vendor/calcite-components/IG7V543A.js +4 -0
  208. package/dist/collection/vendor/calcite-components/IGJ6NR2R.js +4 -0
  209. package/dist/collection/vendor/calcite-components/IMHYTFTU.js +4 -0
  210. package/dist/collection/vendor/calcite-components/IN5OHY5V.js +4 -0
  211. package/dist/collection/vendor/calcite-components/IPMCFXXP.js +4 -0
  212. package/dist/collection/vendor/calcite-components/IWHKNQVC.js +4 -0
  213. package/dist/collection/vendor/calcite-components/IXRENB6A.js +4 -0
  214. package/dist/collection/vendor/calcite-components/J6LILHDF.js +4 -0
  215. package/dist/collection/vendor/calcite-components/JADXGLI3.js +4 -0
  216. package/dist/collection/vendor/calcite-components/JLXVLF74.js +4 -0
  217. package/dist/collection/vendor/calcite-components/JWVCWXY6.js +4 -0
  218. package/dist/collection/vendor/calcite-components/K3474HB5.js +4 -0
  219. package/dist/collection/vendor/calcite-components/K43H5XTK.js +4 -0
  220. package/dist/collection/vendor/calcite-components/KEKOJLYV.js +4 -0
  221. package/dist/collection/vendor/calcite-components/KEXGE4NJ.js +4 -0
  222. package/dist/collection/vendor/calcite-components/KK3Z3W4I.js +4 -0
  223. package/dist/collection/vendor/calcite-components/KS4B6LK4.js +4 -0
  224. package/dist/collection/vendor/calcite-components/KUAZDOO6.js +4 -0
  225. package/dist/collection/vendor/calcite-components/KUGH3USL.js +4 -0
  226. package/dist/collection/vendor/calcite-components/KZL3CPTV.js +5 -0
  227. package/dist/collection/vendor/calcite-components/L3P7IWQ6.js +4 -0
  228. package/dist/collection/vendor/calcite-components/L5FEKBXU.js +5 -0
  229. package/dist/collection/vendor/calcite-components/L7UUJ325.js +4 -0
  230. package/dist/collection/vendor/calcite-components/LF6Z3CUU.js +4 -0
  231. package/dist/collection/vendor/calcite-components/LIPHS6R3.js +4 -0
  232. package/dist/collection/vendor/calcite-components/LNMOXDYH.js +4 -0
  233. package/dist/collection/vendor/calcite-components/LNX6IEUD.js +4 -0
  234. package/dist/collection/vendor/calcite-components/LSGKUJVV.js +4 -0
  235. package/dist/collection/vendor/calcite-components/LXOXPZWA.js +4 -0
  236. package/dist/collection/vendor/calcite-components/LYIEETRB.js +4 -0
  237. package/dist/collection/vendor/calcite-components/M5B5XMQA.js +28 -0
  238. package/dist/collection/vendor/calcite-components/M6TFTMFD.js +4 -0
  239. package/dist/collection/vendor/calcite-components/MO24RCUT.js +4 -0
  240. package/dist/collection/vendor/calcite-components/MOTR6ZPN.js +4 -0
  241. package/dist/collection/vendor/calcite-components/MPZIFQAA.js +4 -0
  242. package/dist/collection/vendor/calcite-components/MSERO633.js +4 -0
  243. package/dist/collection/vendor/calcite-components/N2ACZZPH.js +4 -0
  244. package/dist/collection/vendor/calcite-components/N2QB6H74.js +4 -0
  245. package/dist/collection/vendor/calcite-components/N6UWSSGW.js +4 -0
  246. package/dist/collection/vendor/calcite-components/NALQXSWX.js +4 -0
  247. package/dist/collection/vendor/calcite-components/NCKQSORU.js +4 -0
  248. package/dist/collection/vendor/calcite-components/NFGDGOX2.js +4 -0
  249. package/dist/collection/vendor/calcite-components/NJDS6SVP.js +4 -0
  250. package/dist/collection/vendor/calcite-components/NN7IWJQ4.js +4 -0
  251. package/dist/collection/vendor/calcite-components/NSI34PAP.js +4 -0
  252. package/dist/collection/vendor/calcite-components/O42B2Q4F.js +4 -0
  253. package/dist/collection/vendor/calcite-components/OGF5TUWN.js +4 -0
  254. package/dist/collection/vendor/calcite-components/OJCYBIGG.js +4 -0
  255. package/dist/collection/vendor/calcite-components/OOY2MGXQ.js +4 -0
  256. package/dist/collection/vendor/calcite-components/OQW7QIRH.js +4 -0
  257. package/dist/collection/vendor/calcite-components/OTCDMLUC.js +4 -0
  258. package/dist/collection/vendor/calcite-components/OZVEH4B5.js +4 -0
  259. package/dist/collection/vendor/calcite-components/P7HTSDH2.js +22 -0
  260. package/dist/collection/vendor/calcite-components/PLA7W3AT.js +4 -0
  261. package/dist/collection/vendor/calcite-components/PLXESTWV.js +4 -0
  262. package/dist/collection/vendor/calcite-components/PMITL6IC.js +4 -0
  263. package/dist/collection/vendor/calcite-components/PQBKOUKQ.js +4 -0
  264. package/dist/collection/vendor/calcite-components/PWUMIRZ6.js +4 -0
  265. package/dist/collection/vendor/calcite-components/Q5J2S3VY.js +4 -0
  266. package/dist/collection/vendor/calcite-components/QCZULBWY.js +4 -0
  267. package/dist/collection/vendor/calcite-components/QG6HHELM.js +4 -0
  268. package/dist/collection/vendor/calcite-components/QO3T2U37.js +4 -0
  269. package/dist/collection/vendor/calcite-components/QUDJ3N3N.js +4 -0
  270. package/dist/collection/vendor/calcite-components/QZIFYSUW.js +4 -0
  271. package/dist/collection/vendor/calcite-components/RBW3635P.js +4 -0
  272. package/dist/collection/vendor/calcite-components/RHRLZ43T.js +4 -0
  273. package/dist/collection/vendor/calcite-components/ROGH35KN.js +4 -0
  274. package/dist/collection/vendor/calcite-components/RU7EMDYD.js +4 -0
  275. package/dist/collection/vendor/calcite-components/RYTO443L.js +4 -0
  276. package/dist/collection/vendor/calcite-components/SA6NHSUC.js +4 -0
  277. package/dist/collection/vendor/calcite-components/SGUU7WHF.js +4 -0
  278. package/dist/collection/vendor/calcite-components/SHC4YDKE.js +4 -0
  279. package/dist/collection/vendor/calcite-components/T2ALVZYL.js +4 -0
  280. package/dist/collection/vendor/calcite-components/T3SQ25MS.js +4 -0
  281. package/dist/collection/vendor/calcite-components/TAD74E6K.js +4 -0
  282. package/dist/collection/vendor/calcite-components/TKUCTGZQ.js +4 -0
  283. package/dist/collection/vendor/calcite-components/TNN7X24K.js +4 -0
  284. package/dist/collection/vendor/calcite-components/TVLD3AOO.js +4 -0
  285. package/dist/collection/vendor/calcite-components/U6YW2HHD.js +4 -0
  286. package/dist/collection/vendor/calcite-components/UIF5EHAA.js +4 -0
  287. package/dist/collection/vendor/calcite-components/UPPZPSLX.js +4 -0
  288. package/dist/collection/vendor/calcite-components/UPVIMVOR.js +4 -0
  289. package/dist/collection/vendor/calcite-components/V56SP7RX.js +4 -0
  290. package/dist/collection/vendor/calcite-components/V6MKTTBQ.js +4 -0
  291. package/dist/collection/vendor/calcite-components/V7HGGFTI.js +4 -0
  292. package/dist/collection/vendor/calcite-components/V7JMIX7A.js +4 -0
  293. package/dist/collection/vendor/calcite-components/VALEMC46.js +4 -0
  294. package/dist/collection/vendor/calcite-components/VF6LK743.js +4 -0
  295. package/dist/collection/vendor/calcite-components/VICC3NDD.js +4 -0
  296. package/dist/collection/vendor/calcite-components/VP7NXOWD.js +4 -0
  297. package/dist/collection/vendor/calcite-components/VQDN7OO3.js +4 -0
  298. package/dist/collection/vendor/calcite-components/VRHJ5OK7.js +4 -0
  299. package/dist/collection/vendor/calcite-components/VSJGDSNK.js +4 -0
  300. package/dist/collection/vendor/calcite-components/VTNRWHPJ.js +4 -0
  301. package/dist/collection/vendor/calcite-components/VWRFMVFO.js +4 -0
  302. package/dist/collection/vendor/calcite-components/VYNHH43V.js +4 -0
  303. package/dist/collection/vendor/calcite-components/VZCTXPAB.js +4 -0
  304. package/dist/collection/vendor/calcite-components/W2PJHNUO.js +4 -0
  305. package/dist/collection/vendor/calcite-components/WGOS6SLC.js +4 -0
  306. package/dist/collection/vendor/calcite-components/WI77ICVL.js +4 -0
  307. package/dist/collection/vendor/calcite-components/WIMUFNVO.js +4 -0
  308. package/dist/collection/vendor/calcite-components/WKIE22JL.js +4 -0
  309. package/dist/collection/vendor/calcite-components/WL55EYBZ.js +4 -0
  310. package/dist/collection/vendor/calcite-components/WNKEORGU.js +4 -0
  311. package/dist/collection/vendor/calcite-components/WR2VE6JZ.js +4 -0
  312. package/dist/collection/vendor/calcite-components/XF5JMHOK.js +4 -0
  313. package/dist/collection/vendor/calcite-components/XIZD6JFU.js +4 -0
  314. package/dist/collection/vendor/calcite-components/XKHOO62D.js +4 -0
  315. package/dist/collection/vendor/calcite-components/XV33QQSP.js +4 -0
  316. package/dist/collection/vendor/calcite-components/XXCPMHQI.js +4 -0
  317. package/dist/collection/vendor/calcite-components/XYEB5PRT.js +4 -0
  318. package/dist/collection/vendor/calcite-components/Y3HCVBC6.js +4 -0
  319. package/dist/collection/vendor/calcite-components/Y7BXR2VY.js +4 -0
  320. package/dist/collection/vendor/calcite-components/YDUPLCIG.js +4 -0
  321. package/dist/collection/vendor/calcite-components/YOV6OIH2.js +4 -0
  322. package/dist/collection/vendor/calcite-components/YPEU6VCU.js +4 -0
  323. package/dist/collection/vendor/calcite-components/YUVCAMVK.js +4 -0
  324. package/dist/collection/vendor/calcite-components/YWAPFYEJ.js +4 -0
  325. package/dist/collection/vendor/calcite-components/YZIMMUUW.js +4 -0
  326. package/dist/collection/vendor/calcite-components/Z2FJJLZ3.js +4 -0
  327. package/dist/collection/vendor/calcite-components/ZQ6GYGGS.js +4 -0
  328. package/dist/collection/vendor/calcite-components/ZQG72P7P.js +4 -0
  329. package/dist/collection/vendor/calcite-components/ZROM77D7.js +4 -0
  330. package/dist/collection/vendor/calcite-components/ZWBJOZZD.js +4 -0
  331. package/dist/collection/vendor/calcite-components/assets/icon/crosshair16.json +1 -0
  332. package/dist/collection/vendor/calcite-components/assets/icon/crosshair24.json +1 -0
  333. package/dist/collection/vendor/calcite-components/assets/icon/crosshair32.json +1 -0
  334. package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer16.json +1 -0
  335. package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer24.json +1 -0
  336. package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer32.json +1 -0
  337. package/dist/collection/vendor/calcite-components/calcite.esm.js +4 -6
  338. package/dist/components/basemap-gallery2.js +19 -3
  339. package/dist/components/buffer-tools2.js +52 -11
  340. package/dist/components/card-manager2.js +71 -15
  341. package/dist/components/consent-manager.js +53 -11
  342. package/dist/components/create-feature2.js +68 -14
  343. package/dist/components/create-related-feature2.js +44 -8
  344. package/dist/components/crowdsource-manager.js +245 -56
  345. package/dist/components/crowdsource-reporter.js +211 -50
  346. package/dist/components/delete-button2.js +55 -11
  347. package/dist/components/delete-dialog2.js +35 -6
  348. package/dist/components/edit-card2.js +43 -8
  349. package/dist/components/feature-details2.js +70 -15
  350. package/dist/components/feature-list2.js +91 -20
  351. package/dist/components/floor-filter2.js +19 -3
  352. package/dist/components/info-card2.js +77 -16
  353. package/dist/components/json-editor2.js +28 -5
  354. package/dist/components/layer-list2.js +50 -10
  355. package/dist/components/layer-table2.js +177 -39
  356. package/dist/components/map-card2.js +182 -41
  357. package/dist/components/map-draw-tools2.js +66 -13
  358. package/dist/components/map-fullscreen2.js +18 -2
  359. package/dist/components/map-layer-picker2.js +108 -23
  360. package/dist/components/map-legend2.js +15 -2
  361. package/dist/components/map-picker2.js +35 -6
  362. package/dist/components/map-search2.js +35 -6
  363. package/dist/components/map-select-tools2.js +138 -30
  364. package/dist/components/map-tools2.js +115 -25
  365. package/dist/components/pci-calculator.js +14 -1
  366. package/dist/components/pdf-download2.js +27 -4
  367. package/dist/components/public-notification.js +189 -39
  368. package/dist/components/refine-selection2.js +59 -11
  369. package/dist/components/solution-configuration.js +48 -13
  370. package/dist/components/solution-contents2.js +13 -2
  371. package/dist/components/solution-item-accordion.js +37 -7
  372. package/dist/components/solution-item-details2.js +35 -14
  373. package/dist/components/solution-item-icon2.js +17 -3
  374. package/dist/components/solution-item-sharing2.js +27 -4
  375. package/dist/components/solution-item2.js +36 -7
  376. package/dist/components/solution-organization-variables2.js +24 -4
  377. package/dist/components/solution-resource-item2.js +36 -6
  378. package/dist/components/solution-spatial-ref2.js +31 -5
  379. package/dist/components/solution-template-data2.js +49 -8
  380. package/dist/components/solution-variables2.js +24 -4
  381. package/dist/components/spatial-ref.js +43 -8
  382. package/dist/components/store-manager.js +18 -3
  383. package/dist/esm/basemap-gallery_7.entry.js +258 -49
  384. package/dist/esm/buffer-tools_2.entry.js +122 -28
  385. package/dist/esm/card-manager_3.entry.js +433 -98
  386. package/dist/esm/consent-manager.entry.js +55 -13
  387. package/dist/esm/create-feature_4.entry.js +247 -53
  388. package/dist/esm/create-related-feature_3.entry.js +166 -35
  389. package/dist/esm/crowdsource-manager.entry.js +247 -58
  390. package/dist/esm/crowdsource-reporter.entry.js +213 -52
  391. package/dist/esm/deduct-calculator.entry.js +1 -1
  392. package/dist/esm/delete-dialog.entry.js +37 -8
  393. package/dist/esm/downloadUtils-05da05a5.js +3217 -0
  394. package/dist/esm/feature-list.entry.js +95 -24
  395. package/dist/esm/helpers-3d7571df.js +841 -0
  396. package/dist/esm/index-29ce74dd.js +199 -0
  397. package/dist/esm/index-b49a8ff6.js +1868 -0
  398. package/dist/esm/instant-apps-app-guide.entry.js +2 -2
  399. package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +4 -4
  400. package/dist/esm/instant-apps-control-panel.entry.js +1 -1
  401. package/dist/esm/instant-apps-create.entry.js +2 -2
  402. package/dist/esm/instant-apps-export-views.entry.js +2 -2
  403. package/dist/esm/instant-apps-export.entry.js +2 -2
  404. package/dist/esm/instant-apps-filter-list_2.entry.js +2 -2
  405. package/dist/esm/instant-apps-header.entry.js +1 -1
  406. package/dist/esm/instant-apps-interactive-legend-classic.entry.js +3 -3
  407. package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +3 -3
  408. package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +3 -3
  409. package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +3 -3
  410. package/dist/esm/instant-apps-interactive-legend.entry.js +4 -4
  411. package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +2 -2
  412. package/dist/esm/instant-apps-landing-page.entry.js +1 -1
  413. package/dist/esm/instant-apps-language-switcher.entry.js +4 -4
  414. package/dist/esm/instant-apps-language-translator.entry.js +4 -4
  415. package/dist/esm/instant-apps-measurement-tool.entry.js +1 -1
  416. package/dist/esm/instant-apps-measurement.entry.js +2 -2
  417. package/dist/esm/instant-apps-popover.entry.js +2 -2
  418. package/dist/esm/instant-apps-popovers.entry.js +1 -1
  419. package/dist/esm/instant-apps-scoreboard.entry.js +2 -2
  420. package/dist/esm/instant-apps-sign-in.entry.js +2 -2
  421. package/dist/esm/instant-apps-splash.entry.js +2 -2
  422. package/dist/esm/instant-apps-time-filter.entry.js +3 -3
  423. package/dist/esm/json-editor_7.entry.js +227 -49
  424. package/dist/esm/loader.js +2 -2
  425. package/dist/esm/locale-2b4fcfe1.js +155 -0
  426. package/dist/esm/locale-63587966.js +938 -0
  427. package/dist/esm/map-layer-picker.entry.js +112 -27
  428. package/dist/esm/map-select-tools_3.entry.js +229 -50
  429. package/dist/esm/pci-calculator.entry.js +15 -2
  430. package/dist/esm/popupUtils-d4429b90.js +119 -0
  431. package/dist/esm/public-notification.entry.js +194 -44
  432. package/dist/esm/publicNotificationStore-0af2f0c7.js +45 -0
  433. package/dist/esm/solution-configuration.entry.js +52 -17
  434. package/dist/esm/solution-contents_3.entry.js +84 -18
  435. package/dist/esm/solution-item-accordion.entry.js +39 -9
  436. package/dist/esm/solution-item-icon.entry.js +18 -4
  437. package/dist/esm/solution-store-8f4fe1d9.js +1103 -0
  438. package/dist/esm/solutions-components.js +3 -3
  439. package/dist/esm/spatial-ref.entry.js +45 -10
  440. package/dist/esm/store-manager.entry.js +21 -6
  441. package/dist/esm/utils-f9183b76.js +142 -0
  442. package/dist/solutions-components/assets/t9n/consent-manager/resources.json +1 -1
  443. package/dist/solutions-components/assets/t9n/consent-manager/resources_en.json +1 -1
  444. package/dist/solutions-components/p-004426dc.entry.js +6 -0
  445. package/dist/solutions-components/p-01068666.entry.js +6 -0
  446. package/dist/solutions-components/p-02c009a2.entry.js +6 -0
  447. package/dist/solutions-components/p-1546373f.entry.js +6 -0
  448. package/dist/solutions-components/p-1f670efc.entry.js +6 -0
  449. package/dist/solutions-components/p-1f72c19b.entry.js +6 -0
  450. package/dist/solutions-components/p-27ff3a85.entry.js +6 -0
  451. package/dist/solutions-components/p-285c4fe6.js +21 -0
  452. package/dist/solutions-components/p-2fc2238d.entry.js +6 -0
  453. package/dist/solutions-components/p-33ca9789.entry.js +6 -0
  454. package/dist/solutions-components/p-37fd56c8.entry.js +6 -0
  455. package/dist/solutions-components/p-3df0f3d3.js +6 -0
  456. package/dist/solutions-components/p-419233a3.js +488 -0
  457. package/dist/solutions-components/p-442a68ea.entry.js +6 -0
  458. package/dist/solutions-components/p-4b5ea333.entry.js +6 -0
  459. package/dist/solutions-components/p-4bd66ae5.entry.js +6 -0
  460. package/dist/solutions-components/p-4d55eb0e.entry.js +6 -0
  461. package/dist/solutions-components/p-50dfa0b8.entry.js +6 -0
  462. package/dist/solutions-components/p-59633ef0.entry.js +6 -0
  463. package/dist/solutions-components/p-67befb92.entry.js +6 -0
  464. package/dist/solutions-components/p-68fd9d5d.entry.js +6 -0
  465. package/dist/solutions-components/p-723482d1.js +21 -0
  466. package/dist/solutions-components/p-750a8a39.entry.js +6 -0
  467. package/dist/solutions-components/p-79756a0f.entry.js +6 -0
  468. package/dist/solutions-components/p-7b42823b.entry.js +6 -0
  469. package/dist/solutions-components/p-7ded7b2e.js +36 -0
  470. package/dist/solutions-components/p-80033583.entry.js +6 -0
  471. package/dist/solutions-components/p-8384ba17.entry.js +6 -0
  472. package/dist/solutions-components/p-893d8e26.entry.js +6 -0
  473. package/dist/solutions-components/p-905a911c.entry.js +6 -0
  474. package/dist/solutions-components/p-94aca64c.entry.js +6 -0
  475. package/dist/solutions-components/p-957a880f.entry.js +6 -0
  476. package/dist/solutions-components/p-9775f9d7.entry.js +6 -0
  477. package/dist/solutions-components/p-9b741908.entry.js +11 -0
  478. package/dist/solutions-components/p-9c4ea2e2.entry.js +6 -0
  479. package/dist/solutions-components/p-a0f4c730.entry.js +6 -0
  480. package/dist/solutions-components/p-a5bfdb73.entry.js +6 -0
  481. package/dist/solutions-components/p-a650b356.entry.js +6 -0
  482. package/dist/solutions-components/p-a725bcdf.entry.js +6 -0
  483. package/dist/solutions-components/p-abe9c0de.entry.js +6 -0
  484. package/dist/solutions-components/p-af355bbd.entry.js +6 -0
  485. package/dist/solutions-components/p-b266dcf6.entry.js +6 -0
  486. package/dist/solutions-components/p-b7a6512b.js +6 -0
  487. package/dist/solutions-components/p-b9fc59da.js +6 -0
  488. package/dist/solutions-components/p-be144ed5.entry.js +6 -0
  489. package/dist/solutions-components/p-c1ec9613.entry.js +6 -0
  490. package/dist/solutions-components/p-c3107e95.entry.js +6 -0
  491. package/dist/solutions-components/p-c34857fe.js +129 -0
  492. package/dist/solutions-components/p-c3eae9ba.js +7 -0
  493. package/dist/solutions-components/p-c60990bf.entry.js +6 -0
  494. package/dist/solutions-components/p-c65ff1a0.entry.js +21 -0
  495. package/dist/solutions-components/p-c97d6d8a.entry.js +6 -0
  496. package/dist/solutions-components/p-c987cdf2.entry.js +6 -0
  497. package/dist/solutions-components/p-ddd731d3.entry.js +6 -0
  498. package/dist/solutions-components/p-f053236e.entry.js +6 -0
  499. package/dist/solutions-components/p-f08084fb.entry.js +21 -0
  500. package/dist/solutions-components/p-fb75e187.js +6 -0
  501. package/dist/solutions-components/solutions-components.esm.js +1 -1
  502. package/dist/solutions-components/vendor/calcite-components/24P6DEQH.js +4 -0
  503. package/dist/solutions-components/vendor/calcite-components/2AVRQATR.js +4 -0
  504. package/dist/solutions-components/vendor/calcite-components/2CTO4WXV.js +4 -0
  505. package/dist/solutions-components/vendor/calcite-components/2I33XQO3.js +4 -0
  506. package/dist/solutions-components/vendor/calcite-components/2VMQ4ZHH.js +4 -0
  507. package/dist/solutions-components/vendor/calcite-components/2XGOJ2TK.js +4 -0
  508. package/dist/solutions-components/vendor/calcite-components/2Z6KCCXZ.js +4 -0
  509. package/dist/solutions-components/vendor/calcite-components/36GZKNTR.js +4 -0
  510. package/dist/solutions-components/vendor/calcite-components/3APPCCCZ.js +4 -0
  511. package/dist/solutions-components/vendor/calcite-components/3AWHEFUT.js +4 -0
  512. package/dist/solutions-components/vendor/calcite-components/3NZA5FPC.js +4 -0
  513. package/dist/solutions-components/vendor/calcite-components/4CJKDY6O.js +4 -0
  514. package/dist/solutions-components/vendor/calcite-components/4CN4DMSY.js +4 -0
  515. package/dist/solutions-components/vendor/calcite-components/4D6XNDXD.js +4 -0
  516. package/dist/solutions-components/vendor/calcite-components/4GH4R7AR.js +4 -0
  517. package/dist/solutions-components/vendor/calcite-components/4NZ22FMP.js +4 -0
  518. package/dist/solutions-components/vendor/calcite-components/4TW23CN7.js +4 -0
  519. package/dist/solutions-components/vendor/calcite-components/4W55CXIJ.js +4 -0
  520. package/dist/solutions-components/vendor/calcite-components/4YCDJ4BL.js +4 -0
  521. package/dist/solutions-components/vendor/calcite-components/57KYZCIP.js +4 -0
  522. package/dist/solutions-components/vendor/calcite-components/5DTLNTCL.js +4 -0
  523. package/dist/solutions-components/vendor/calcite-components/5E4NPYBD.js +4 -0
  524. package/dist/solutions-components/vendor/calcite-components/5E6WFGQD.js +4 -0
  525. package/dist/solutions-components/vendor/calcite-components/5TU2CNVP.js +4 -0
  526. package/dist/solutions-components/vendor/calcite-components/5U35BULS.js +4 -0
  527. package/dist/solutions-components/vendor/calcite-components/5WIIOMNV.js +6 -0
  528. package/dist/solutions-components/vendor/calcite-components/62UA4F4S.js +4 -0
  529. package/dist/solutions-components/vendor/calcite-components/62VYJEUG.js +4 -0
  530. package/dist/solutions-components/vendor/calcite-components/65NO3JUC.js +4 -0
  531. package/dist/solutions-components/vendor/calcite-components/6GZCW3B4.js +4 -0
  532. package/dist/solutions-components/vendor/calcite-components/6LJIPAYF.js +4 -0
  533. package/dist/solutions-components/vendor/calcite-components/6LTFSVKG.js +4 -0
  534. package/dist/solutions-components/vendor/calcite-components/6QDWHJ5K.js +4 -0
  535. package/dist/solutions-components/vendor/calcite-components/6U6YH5MS.js +4 -0
  536. package/dist/solutions-components/vendor/calcite-components/6VFJT5QA.js +4 -0
  537. package/dist/solutions-components/vendor/calcite-components/6Y4OKAGD.js +4 -0
  538. package/dist/solutions-components/vendor/calcite-components/74SSYUHC.js +5 -0
  539. package/dist/solutions-components/vendor/calcite-components/75GQA36Q.js +4 -0
  540. package/dist/solutions-components/vendor/calcite-components/7AD7VKZ6.js +4 -0
  541. package/dist/solutions-components/vendor/calcite-components/7MGQRD7Z.js +4 -0
  542. package/dist/solutions-components/vendor/calcite-components/7Q4LBBRD.js +4 -0
  543. package/dist/solutions-components/vendor/calcite-components/7YRITLGU.js +4 -0
  544. package/dist/solutions-components/vendor/calcite-components/A43TKJ6J.js +4 -0
  545. package/dist/solutions-components/vendor/calcite-components/A4LOL6RT.js +4 -0
  546. package/dist/solutions-components/vendor/calcite-components/A6LI6WSB.js +4 -0
  547. package/dist/solutions-components/vendor/calcite-components/AD27WW7R.js +4 -0
  548. package/dist/solutions-components/vendor/calcite-components/AHU7FP65.js +4 -0
  549. package/dist/solutions-components/vendor/calcite-components/AI3NCYN4.js +4 -0
  550. package/dist/solutions-components/vendor/calcite-components/AU24EMIU.js +4 -0
  551. package/dist/solutions-components/vendor/calcite-components/AZ2MVQY2.js +4 -0
  552. package/dist/solutions-components/vendor/calcite-components/BNWN4RE2.js +4 -0
  553. package/dist/solutions-components/vendor/calcite-components/BQHDLRDE.js +4 -0
  554. package/dist/solutions-components/vendor/calcite-components/BYJ6CJMV.js +4 -0
  555. package/dist/solutions-components/vendor/calcite-components/C456ACXC.js +4 -0
  556. package/dist/solutions-components/vendor/calcite-components/CFACWEH3.js +4 -0
  557. package/dist/solutions-components/vendor/calcite-components/CZ6YBXDI.js +4 -0
  558. package/dist/solutions-components/vendor/calcite-components/D2IBWEZJ.js +4 -0
  559. package/dist/solutions-components/vendor/calcite-components/D5V7QPEQ.js +4 -0
  560. package/dist/solutions-components/vendor/calcite-components/DV72VFBR.js +4 -0
  561. package/dist/solutions-components/vendor/calcite-components/DXTGGP6F.js +4 -0
  562. package/dist/solutions-components/vendor/calcite-components/DYX3VYAF.js +4 -0
  563. package/dist/solutions-components/vendor/calcite-components/E4INVUQF.js +4 -0
  564. package/dist/solutions-components/vendor/calcite-components/EC76JAWC.js +4 -0
  565. package/dist/solutions-components/vendor/calcite-components/EFBSBD4Q.js +4 -0
  566. package/dist/solutions-components/vendor/calcite-components/EGQT3WAL.js +4 -0
  567. package/dist/solutions-components/vendor/calcite-components/ELLEOMPV.js +4 -0
  568. package/dist/solutions-components/vendor/calcite-components/EQL77WNN.js +4 -0
  569. package/dist/solutions-components/vendor/calcite-components/EREAGDHN.js +4 -0
  570. package/dist/solutions-components/vendor/calcite-components/ETCKBCGT.js +4 -0
  571. package/dist/solutions-components/vendor/calcite-components/F3MFWM7N.js +4 -0
  572. package/dist/solutions-components/vendor/calcite-components/F57BIANZ.js +4 -0
  573. package/dist/solutions-components/vendor/calcite-components/FLGYQACS.js +4 -0
  574. package/dist/solutions-components/vendor/calcite-components/FVKXG7IX.js +4 -0
  575. package/dist/solutions-components/vendor/calcite-components/FX4E46UA.js +4 -0
  576. package/dist/solutions-components/vendor/calcite-components/FXMO4NFQ.js +4 -0
  577. package/dist/solutions-components/vendor/calcite-components/G377AV4F.js +4 -0
  578. package/dist/solutions-components/vendor/calcite-components/G4UFYIPU.js +4 -0
  579. package/dist/solutions-components/vendor/calcite-components/G5GEKU4E.js +4 -0
  580. package/dist/solutions-components/vendor/calcite-components/GEIJQLU7.js +4 -0
  581. package/dist/solutions-components/vendor/calcite-components/GI3XXRNT.js +4 -0
  582. package/dist/solutions-components/vendor/calcite-components/GQMODQ6D.js +4 -0
  583. package/dist/solutions-components/vendor/calcite-components/GSVJHXH2.js +4 -0
  584. package/dist/solutions-components/vendor/calcite-components/GUMVKQTR.js +4 -0
  585. package/dist/solutions-components/vendor/calcite-components/GVOEPDQC.js +4 -0
  586. package/dist/solutions-components/vendor/calcite-components/GWWXB6FV.js +4 -0
  587. package/dist/solutions-components/vendor/calcite-components/GYOK6DI7.js +4 -0
  588. package/dist/solutions-components/vendor/calcite-components/HDAL3OW2.js +4 -0
  589. package/dist/solutions-components/vendor/calcite-components/HIP3N6DH.js +4 -0
  590. package/dist/solutions-components/vendor/calcite-components/HLGSDCWJ.js +4 -0
  591. package/dist/solutions-components/vendor/calcite-components/HPFASJXB.js +4 -0
  592. package/dist/solutions-components/vendor/calcite-components/HPY2G26P.js +4 -0
  593. package/dist/solutions-components/vendor/calcite-components/HYWMTX3X.js +4 -0
  594. package/dist/solutions-components/vendor/calcite-components/HZGIYOHQ.js +4 -0
  595. package/dist/solutions-components/vendor/calcite-components/HZWEQZY7.js +4 -0
  596. package/dist/solutions-components/vendor/calcite-components/I3PTWPIY.js +4 -0
  597. package/dist/solutions-components/vendor/calcite-components/I4CET6OW.js +5 -0
  598. package/dist/solutions-components/vendor/calcite-components/I4G6P727.js +4 -0
  599. package/dist/solutions-components/vendor/calcite-components/I6YTTPYR.js +4 -0
  600. package/dist/solutions-components/vendor/calcite-components/IG7V543A.js +4 -0
  601. package/dist/solutions-components/vendor/calcite-components/IGJ6NR2R.js +4 -0
  602. package/dist/solutions-components/vendor/calcite-components/IMHYTFTU.js +4 -0
  603. package/dist/solutions-components/vendor/calcite-components/IN5OHY5V.js +4 -0
  604. package/dist/solutions-components/vendor/calcite-components/IPMCFXXP.js +4 -0
  605. package/dist/solutions-components/vendor/calcite-components/IWHKNQVC.js +4 -0
  606. package/dist/solutions-components/vendor/calcite-components/IXRENB6A.js +4 -0
  607. package/dist/solutions-components/vendor/calcite-components/J6LILHDF.js +4 -0
  608. package/dist/solutions-components/vendor/calcite-components/JADXGLI3.js +4 -0
  609. package/dist/solutions-components/vendor/calcite-components/JLXVLF74.js +4 -0
  610. package/dist/solutions-components/vendor/calcite-components/JWVCWXY6.js +4 -0
  611. package/dist/solutions-components/vendor/calcite-components/K3474HB5.js +4 -0
  612. package/dist/solutions-components/vendor/calcite-components/K43H5XTK.js +4 -0
  613. package/dist/solutions-components/vendor/calcite-components/KEKOJLYV.js +4 -0
  614. package/dist/solutions-components/vendor/calcite-components/KEXGE4NJ.js +4 -0
  615. package/dist/solutions-components/vendor/calcite-components/KK3Z3W4I.js +4 -0
  616. package/dist/solutions-components/vendor/calcite-components/KS4B6LK4.js +4 -0
  617. package/dist/solutions-components/vendor/calcite-components/KUAZDOO6.js +4 -0
  618. package/dist/solutions-components/vendor/calcite-components/KUGH3USL.js +4 -0
  619. package/dist/solutions-components/vendor/calcite-components/KZL3CPTV.js +5 -0
  620. package/dist/solutions-components/vendor/calcite-components/L3P7IWQ6.js +4 -0
  621. package/dist/solutions-components/vendor/calcite-components/L5FEKBXU.js +5 -0
  622. package/dist/solutions-components/vendor/calcite-components/L7UUJ325.js +4 -0
  623. package/dist/solutions-components/vendor/calcite-components/LF6Z3CUU.js +4 -0
  624. package/dist/solutions-components/vendor/calcite-components/LIPHS6R3.js +4 -0
  625. package/dist/solutions-components/vendor/calcite-components/LNMOXDYH.js +4 -0
  626. package/dist/solutions-components/vendor/calcite-components/LNX6IEUD.js +4 -0
  627. package/dist/solutions-components/vendor/calcite-components/LSGKUJVV.js +4 -0
  628. package/dist/solutions-components/vendor/calcite-components/LXOXPZWA.js +4 -0
  629. package/dist/solutions-components/vendor/calcite-components/LYIEETRB.js +4 -0
  630. package/dist/solutions-components/vendor/calcite-components/M5B5XMQA.js +28 -0
  631. package/dist/solutions-components/vendor/calcite-components/M6TFTMFD.js +4 -0
  632. package/dist/solutions-components/vendor/calcite-components/MO24RCUT.js +4 -0
  633. package/dist/solutions-components/vendor/calcite-components/MOTR6ZPN.js +4 -0
  634. package/dist/solutions-components/vendor/calcite-components/MPZIFQAA.js +4 -0
  635. package/dist/solutions-components/vendor/calcite-components/MSERO633.js +4 -0
  636. package/dist/solutions-components/vendor/calcite-components/N2ACZZPH.js +4 -0
  637. package/dist/solutions-components/vendor/calcite-components/N2QB6H74.js +4 -0
  638. package/dist/solutions-components/vendor/calcite-components/N6UWSSGW.js +4 -0
  639. package/dist/solutions-components/vendor/calcite-components/NALQXSWX.js +4 -0
  640. package/dist/solutions-components/vendor/calcite-components/NCKQSORU.js +4 -0
  641. package/dist/solutions-components/vendor/calcite-components/NFGDGOX2.js +4 -0
  642. package/dist/solutions-components/vendor/calcite-components/NJDS6SVP.js +4 -0
  643. package/dist/solutions-components/vendor/calcite-components/NN7IWJQ4.js +4 -0
  644. package/dist/solutions-components/vendor/calcite-components/NSI34PAP.js +4 -0
  645. package/dist/solutions-components/vendor/calcite-components/O42B2Q4F.js +4 -0
  646. package/dist/solutions-components/vendor/calcite-components/OGF5TUWN.js +4 -0
  647. package/dist/solutions-components/vendor/calcite-components/OJCYBIGG.js +4 -0
  648. package/dist/solutions-components/vendor/calcite-components/OOY2MGXQ.js +4 -0
  649. package/dist/solutions-components/vendor/calcite-components/OQW7QIRH.js +4 -0
  650. package/dist/solutions-components/vendor/calcite-components/OTCDMLUC.js +4 -0
  651. package/dist/solutions-components/vendor/calcite-components/OZVEH4B5.js +4 -0
  652. package/dist/solutions-components/vendor/calcite-components/P7HTSDH2.js +22 -0
  653. package/dist/solutions-components/vendor/calcite-components/PLA7W3AT.js +4 -0
  654. package/dist/solutions-components/vendor/calcite-components/PLXESTWV.js +4 -0
  655. package/dist/solutions-components/vendor/calcite-components/PMITL6IC.js +4 -0
  656. package/dist/solutions-components/vendor/calcite-components/PQBKOUKQ.js +4 -0
  657. package/dist/solutions-components/vendor/calcite-components/PWUMIRZ6.js +4 -0
  658. package/dist/solutions-components/vendor/calcite-components/Q5J2S3VY.js +4 -0
  659. package/dist/solutions-components/vendor/calcite-components/QCZULBWY.js +4 -0
  660. package/dist/solutions-components/vendor/calcite-components/QG6HHELM.js +4 -0
  661. package/dist/solutions-components/vendor/calcite-components/QO3T2U37.js +4 -0
  662. package/dist/solutions-components/vendor/calcite-components/QUDJ3N3N.js +4 -0
  663. package/dist/solutions-components/vendor/calcite-components/QZIFYSUW.js +4 -0
  664. package/dist/solutions-components/vendor/calcite-components/RBW3635P.js +4 -0
  665. package/dist/solutions-components/vendor/calcite-components/RHRLZ43T.js +4 -0
  666. package/dist/solutions-components/vendor/calcite-components/ROGH35KN.js +4 -0
  667. package/dist/solutions-components/vendor/calcite-components/RU7EMDYD.js +4 -0
  668. package/dist/solutions-components/vendor/calcite-components/RYTO443L.js +4 -0
  669. package/dist/solutions-components/vendor/calcite-components/SA6NHSUC.js +4 -0
  670. package/dist/solutions-components/vendor/calcite-components/SGUU7WHF.js +4 -0
  671. package/dist/solutions-components/vendor/calcite-components/SHC4YDKE.js +4 -0
  672. package/dist/solutions-components/vendor/calcite-components/T2ALVZYL.js +4 -0
  673. package/dist/solutions-components/vendor/calcite-components/T3SQ25MS.js +4 -0
  674. package/dist/solutions-components/vendor/calcite-components/TAD74E6K.js +4 -0
  675. package/dist/solutions-components/vendor/calcite-components/TKUCTGZQ.js +4 -0
  676. package/dist/solutions-components/vendor/calcite-components/TNN7X24K.js +4 -0
  677. package/dist/solutions-components/vendor/calcite-components/TVLD3AOO.js +4 -0
  678. package/dist/solutions-components/vendor/calcite-components/U6YW2HHD.js +4 -0
  679. package/dist/solutions-components/vendor/calcite-components/UIF5EHAA.js +4 -0
  680. package/dist/solutions-components/vendor/calcite-components/UPPZPSLX.js +4 -0
  681. package/dist/solutions-components/vendor/calcite-components/UPVIMVOR.js +4 -0
  682. package/dist/solutions-components/vendor/calcite-components/V56SP7RX.js +4 -0
  683. package/dist/solutions-components/vendor/calcite-components/V6MKTTBQ.js +4 -0
  684. package/dist/solutions-components/vendor/calcite-components/V7HGGFTI.js +4 -0
  685. package/dist/solutions-components/vendor/calcite-components/V7JMIX7A.js +4 -0
  686. package/dist/solutions-components/vendor/calcite-components/VALEMC46.js +4 -0
  687. package/dist/solutions-components/vendor/calcite-components/VF6LK743.js +4 -0
  688. package/dist/solutions-components/vendor/calcite-components/VICC3NDD.js +4 -0
  689. package/dist/solutions-components/vendor/calcite-components/VP7NXOWD.js +4 -0
  690. package/dist/solutions-components/vendor/calcite-components/VQDN7OO3.js +4 -0
  691. package/dist/solutions-components/vendor/calcite-components/VRHJ5OK7.js +4 -0
  692. package/dist/solutions-components/vendor/calcite-components/VSJGDSNK.js +4 -0
  693. package/dist/solutions-components/vendor/calcite-components/VTNRWHPJ.js +4 -0
  694. package/dist/solutions-components/vendor/calcite-components/VWRFMVFO.js +4 -0
  695. package/dist/solutions-components/vendor/calcite-components/VYNHH43V.js +4 -0
  696. package/dist/solutions-components/vendor/calcite-components/VZCTXPAB.js +4 -0
  697. package/dist/solutions-components/vendor/calcite-components/W2PJHNUO.js +4 -0
  698. package/dist/solutions-components/vendor/calcite-components/WGOS6SLC.js +4 -0
  699. package/dist/solutions-components/vendor/calcite-components/WI77ICVL.js +4 -0
  700. package/dist/solutions-components/vendor/calcite-components/WIMUFNVO.js +4 -0
  701. package/dist/solutions-components/vendor/calcite-components/WKIE22JL.js +4 -0
  702. package/dist/solutions-components/vendor/calcite-components/WL55EYBZ.js +4 -0
  703. package/dist/solutions-components/vendor/calcite-components/WNKEORGU.js +4 -0
  704. package/dist/solutions-components/vendor/calcite-components/WR2VE6JZ.js +4 -0
  705. package/dist/solutions-components/vendor/calcite-components/XF5JMHOK.js +4 -0
  706. package/dist/solutions-components/vendor/calcite-components/XIZD6JFU.js +4 -0
  707. package/dist/solutions-components/vendor/calcite-components/XKHOO62D.js +4 -0
  708. package/dist/solutions-components/vendor/calcite-components/XV33QQSP.js +4 -0
  709. package/dist/solutions-components/vendor/calcite-components/XXCPMHQI.js +4 -0
  710. package/dist/solutions-components/vendor/calcite-components/XYEB5PRT.js +4 -0
  711. package/dist/solutions-components/vendor/calcite-components/Y3HCVBC6.js +4 -0
  712. package/dist/solutions-components/vendor/calcite-components/Y7BXR2VY.js +4 -0
  713. package/dist/solutions-components/vendor/calcite-components/YDUPLCIG.js +4 -0
  714. package/dist/solutions-components/vendor/calcite-components/YOV6OIH2.js +4 -0
  715. package/dist/solutions-components/vendor/calcite-components/YPEU6VCU.js +4 -0
  716. package/dist/solutions-components/vendor/calcite-components/YUVCAMVK.js +4 -0
  717. package/dist/solutions-components/vendor/calcite-components/YWAPFYEJ.js +4 -0
  718. package/dist/solutions-components/vendor/calcite-components/YZIMMUUW.js +4 -0
  719. package/dist/solutions-components/vendor/calcite-components/Z2FJJLZ3.js +4 -0
  720. package/dist/solutions-components/vendor/calcite-components/ZQ6GYGGS.js +4 -0
  721. package/dist/solutions-components/vendor/calcite-components/ZQG72P7P.js +4 -0
  722. package/dist/solutions-components/vendor/calcite-components/ZROM77D7.js +4 -0
  723. package/dist/solutions-components/vendor/calcite-components/ZWBJOZZD.js +4 -0
  724. package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair16.json +1 -0
  725. package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair24.json +1 -0
  726. package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair32.json +1 -0
  727. package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer16.json +1 -0
  728. package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer24.json +1 -0
  729. package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer32.json +1 -0
  730. package/dist/solutions-components/vendor/calcite-components/calcite.esm.js +4 -6
  731. package/dist/solutions-components_commit.txt +4 -7
  732. package/package.json +10 -10
  733. package/dist/cjs/downloadUtils-9ce90176.js +0 -3223
  734. package/dist/cjs/helpers-6a222aa7.js +0 -867
  735. package/dist/cjs/index-af14245a.js +0 -1828
  736. package/dist/cjs/index-ffd12cb0.js +0 -201
  737. package/dist/cjs/locale-1c60be9c.js +0 -160
  738. package/dist/cjs/locale-2dd3020a.js +0 -943
  739. package/dist/cjs/popupUtils-93b14f86.js +0 -121
  740. package/dist/cjs/publicNotificationStore-beb782de.js +0 -47
  741. package/dist/cjs/solution-store-3cf25b71.js +0 -1105
  742. package/dist/cjs/utils-53383d03.js +0 -153
  743. package/dist/collection/vendor/calcite-components/2OHLWTVV.js +0 -6
  744. package/dist/collection/vendor/calcite-components/2YNPAPXX.js +0 -6
  745. package/dist/collection/vendor/calcite-components/3MV46GBB.js +0 -6
  746. package/dist/collection/vendor/calcite-components/3OQ2ZMWE.js +0 -6
  747. package/dist/collection/vendor/calcite-components/3VYZVKRG.js +0 -6
  748. package/dist/collection/vendor/calcite-components/3YAQ3WXL.js +0 -6
  749. package/dist/collection/vendor/calcite-components/3YMYDWGD.js +0 -6
  750. package/dist/collection/vendor/calcite-components/4BBHRHVO.js +0 -6
  751. package/dist/collection/vendor/calcite-components/4Y32YCMF.js +0 -6
  752. package/dist/collection/vendor/calcite-components/52M672S5.js +0 -6
  753. package/dist/collection/vendor/calcite-components/5DHYCNO3.js +0 -6
  754. package/dist/collection/vendor/calcite-components/5MCURGUM.js +0 -6
  755. package/dist/collection/vendor/calcite-components/5O6ZNC7G.js +0 -6
  756. package/dist/collection/vendor/calcite-components/5RROROO5.js +0 -6
  757. package/dist/collection/vendor/calcite-components/5WC57GPQ.js +0 -6
  758. package/dist/collection/vendor/calcite-components/5WSY45L7.js +0 -6
  759. package/dist/collection/vendor/calcite-components/5XKYFEBC.js +0 -6
  760. package/dist/collection/vendor/calcite-components/66KPC4YV.js +0 -6
  761. package/dist/collection/vendor/calcite-components/67MILQAM.js +0 -6
  762. package/dist/collection/vendor/calcite-components/67YJME3J.js +0 -7
  763. package/dist/collection/vendor/calcite-components/6BG6DXGU.js +0 -6
  764. package/dist/collection/vendor/calcite-components/6J7J7RFI.js +0 -6
  765. package/dist/collection/vendor/calcite-components/6KJHPKLM.js +0 -6
  766. package/dist/collection/vendor/calcite-components/6LBWQVLS.js +0 -6
  767. package/dist/collection/vendor/calcite-components/6LOB5NKS.js +0 -6
  768. package/dist/collection/vendor/calcite-components/74AHNYT6.js +0 -6
  769. package/dist/collection/vendor/calcite-components/75LS6AUK.js +0 -6
  770. package/dist/collection/vendor/calcite-components/7AC4OZRT.js +0 -6
  771. package/dist/collection/vendor/calcite-components/7CTQOYNN.js +0 -6
  772. package/dist/collection/vendor/calcite-components/7IMTQM3A.js +0 -6
  773. package/dist/collection/vendor/calcite-components/7NNFVP5Y.js +0 -6
  774. package/dist/collection/vendor/calcite-components/7PLH76D5.js +0 -6
  775. package/dist/collection/vendor/calcite-components/7SRUH72U.js +0 -6
  776. package/dist/collection/vendor/calcite-components/7WIMMB52.js +0 -6
  777. package/dist/collection/vendor/calcite-components/A3TZO3T4.js +0 -6
  778. package/dist/collection/vendor/calcite-components/A4JSLISH.js +0 -7
  779. package/dist/collection/vendor/calcite-components/A77L2PAE.js +0 -6
  780. package/dist/collection/vendor/calcite-components/AAJZVCOQ.js +0 -6
  781. package/dist/collection/vendor/calcite-components/AK7JTREX.js +0 -6
  782. package/dist/collection/vendor/calcite-components/APJDJGRX.js +0 -6
  783. package/dist/collection/vendor/calcite-components/B7XAXKYO.js +0 -6
  784. package/dist/collection/vendor/calcite-components/B7YRQCNE.js +0 -6
  785. package/dist/collection/vendor/calcite-components/BAAOO7UE.js +0 -6
  786. package/dist/collection/vendor/calcite-components/BKJX2UVI.js +0 -6
  787. package/dist/collection/vendor/calcite-components/BMTT77MQ.js +0 -6
  788. package/dist/collection/vendor/calcite-components/BMULWGQL.js +0 -6
  789. package/dist/collection/vendor/calcite-components/BOOD43TE.js +0 -6
  790. package/dist/collection/vendor/calcite-components/BT6BGDUQ.js +0 -6
  791. package/dist/collection/vendor/calcite-components/C4BI2I6X.js +0 -6
  792. package/dist/collection/vendor/calcite-components/CARSEP6Y.js +0 -6
  793. package/dist/collection/vendor/calcite-components/CARUWMRC.js +0 -6
  794. package/dist/collection/vendor/calcite-components/CGP5NAVZ.js +0 -6
  795. package/dist/collection/vendor/calcite-components/CHPU2ORW.js +0 -6
  796. package/dist/collection/vendor/calcite-components/CKCZ6NNQ.js +0 -6
  797. package/dist/collection/vendor/calcite-components/CLWQ573O.js +0 -6
  798. package/dist/collection/vendor/calcite-components/COVTDEEB.js +0 -6
  799. package/dist/collection/vendor/calcite-components/CSDMYGZU.js +0 -6
  800. package/dist/collection/vendor/calcite-components/CSR5Q44Q.js +0 -6
  801. package/dist/collection/vendor/calcite-components/CWDZ4NQP.js +0 -6
  802. package/dist/collection/vendor/calcite-components/D7V3NS2J.js +0 -6
  803. package/dist/collection/vendor/calcite-components/DHITRFFR.js +0 -6
  804. package/dist/collection/vendor/calcite-components/DL6GCZF7.js +0 -6
  805. package/dist/collection/vendor/calcite-components/DPLQUB7Z.js +0 -6
  806. package/dist/collection/vendor/calcite-components/DQWJPC22.js +0 -6
  807. package/dist/collection/vendor/calcite-components/DRM7BNH3.js +0 -6
  808. package/dist/collection/vendor/calcite-components/DWIP44NC.js +0 -6
  809. package/dist/collection/vendor/calcite-components/E3RER5S3.js +0 -6
  810. package/dist/collection/vendor/calcite-components/ECWNOIEW.js +0 -6
  811. package/dist/collection/vendor/calcite-components/EPKORG4B.js +0 -6
  812. package/dist/collection/vendor/calcite-components/ERE76CER.js +0 -6
  813. package/dist/collection/vendor/calcite-components/EU5GIDX7.js +0 -6
  814. package/dist/collection/vendor/calcite-components/FB6NATRQ.js +0 -6
  815. package/dist/collection/vendor/calcite-components/FHAIE7PW.js +0 -6
  816. package/dist/collection/vendor/calcite-components/FITCS5RA.js +0 -6
  817. package/dist/collection/vendor/calcite-components/FJUGYL5W.js +0 -6
  818. package/dist/collection/vendor/calcite-components/FP5CKCOM.js +0 -6
  819. package/dist/collection/vendor/calcite-components/FQ6G6HKC.js +0 -6
  820. package/dist/collection/vendor/calcite-components/FQTOWUOI.js +0 -6
  821. package/dist/collection/vendor/calcite-components/FSBJYIK7.js +0 -6
  822. package/dist/collection/vendor/calcite-components/FUR5QRYV.js +0 -6
  823. package/dist/collection/vendor/calcite-components/FV5F4TOB.js +0 -30
  824. package/dist/collection/vendor/calcite-components/GHRW2Z4J.js +0 -6
  825. package/dist/collection/vendor/calcite-components/GKLGNYAX.js +0 -6
  826. package/dist/collection/vendor/calcite-components/GRGOLBJ6.js +0 -6
  827. package/dist/collection/vendor/calcite-components/H2QNORW6.js +0 -6
  828. package/dist/collection/vendor/calcite-components/H6JENZS2.js +0 -6
  829. package/dist/collection/vendor/calcite-components/HE6ZJBOG.js +0 -6
  830. package/dist/collection/vendor/calcite-components/HEYQRNVV.js +0 -6
  831. package/dist/collection/vendor/calcite-components/HJ7LTJIL.js +0 -6
  832. package/dist/collection/vendor/calcite-components/HUXUCABV.js +0 -6
  833. package/dist/collection/vendor/calcite-components/HVG3FNW6.js +0 -6
  834. package/dist/collection/vendor/calcite-components/I5RDDH5E.js +0 -6
  835. package/dist/collection/vendor/calcite-components/IGLINVEB.js +0 -6
  836. package/dist/collection/vendor/calcite-components/IH6XHUKC.js +0 -6
  837. package/dist/collection/vendor/calcite-components/IN4OTIGO.js +0 -6
  838. package/dist/collection/vendor/calcite-components/IOQ5NGFA.js +0 -6
  839. package/dist/collection/vendor/calcite-components/ITIJ42U7.js +0 -6
  840. package/dist/collection/vendor/calcite-components/ITILALYC.js +0 -6
  841. package/dist/collection/vendor/calcite-components/J3NSY2Y7.js +0 -6
  842. package/dist/collection/vendor/calcite-components/J4RAJYKF.js +0 -6
  843. package/dist/collection/vendor/calcite-components/J6IGXQYQ.js +0 -6
  844. package/dist/collection/vendor/calcite-components/JA2ML5I6.js +0 -6
  845. package/dist/collection/vendor/calcite-components/JOTIQZAS.js +0 -6
  846. package/dist/collection/vendor/calcite-components/JULIKI65.js +0 -6
  847. package/dist/collection/vendor/calcite-components/JW6QBCWN.js +0 -6
  848. package/dist/collection/vendor/calcite-components/JWIQZFGO.js +0 -6
  849. package/dist/collection/vendor/calcite-components/K4HQ6WGE.js +0 -6
  850. package/dist/collection/vendor/calcite-components/K4OPLD7F.js +0 -6
  851. package/dist/collection/vendor/calcite-components/KHULIKKP.js +0 -7
  852. package/dist/collection/vendor/calcite-components/KRZMNBJS.js +0 -6
  853. package/dist/collection/vendor/calcite-components/LDAXCWWP.js +0 -6
  854. package/dist/collection/vendor/calcite-components/LMRFYM2J.js +0 -6
  855. package/dist/collection/vendor/calcite-components/LSUXEOMN.js +0 -6
  856. package/dist/collection/vendor/calcite-components/M5BOCCQL.js +0 -6
  857. package/dist/collection/vendor/calcite-components/M5XI6NNV.js +0 -6
  858. package/dist/collection/vendor/calcite-components/M7MOBM7M.js +0 -6
  859. package/dist/collection/vendor/calcite-components/MA2YIQZL.js +0 -6
  860. package/dist/collection/vendor/calcite-components/MBJAGWVS.js +0 -6
  861. package/dist/collection/vendor/calcite-components/MI3BWAKN.js +0 -6
  862. package/dist/collection/vendor/calcite-components/MOO4BCRV.js +0 -6
  863. package/dist/collection/vendor/calcite-components/MVHJMI6L.js +0 -6
  864. package/dist/collection/vendor/calcite-components/MZRLL3GR.js +0 -6
  865. package/dist/collection/vendor/calcite-components/N2FZGLE3.js +0 -6
  866. package/dist/collection/vendor/calcite-components/N2UM5A2L.js +0 -6
  867. package/dist/collection/vendor/calcite-components/NNL2N4OB.js +0 -6
  868. package/dist/collection/vendor/calcite-components/NP3SY2AL.js +0 -6
  869. package/dist/collection/vendor/calcite-components/NPYZ3JS7.js +0 -6
  870. package/dist/collection/vendor/calcite-components/NS47CSEP.js +0 -6
  871. package/dist/collection/vendor/calcite-components/NSL6XZ2B.js +0 -6
  872. package/dist/collection/vendor/calcite-components/NW4BVBVD.js +0 -6
  873. package/dist/collection/vendor/calcite-components/O66NAEPJ.js +0 -6
  874. package/dist/collection/vendor/calcite-components/OA55VNGP.js +0 -6
  875. package/dist/collection/vendor/calcite-components/OHEBCS4O.js +0 -6
  876. package/dist/collection/vendor/calcite-components/OI755RA3.js +0 -6
  877. package/dist/collection/vendor/calcite-components/OUC47AKY.js +0 -6
  878. package/dist/collection/vendor/calcite-components/PIOS7EUM.js +0 -6
  879. package/dist/collection/vendor/calcite-components/PJPFKU6T.js +0 -6
  880. package/dist/collection/vendor/calcite-components/PJT7DMRY.js +0 -6
  881. package/dist/collection/vendor/calcite-components/QDTRI7C7.js +0 -6
  882. package/dist/collection/vendor/calcite-components/QIG2J5PE.js +0 -6
  883. package/dist/collection/vendor/calcite-components/QO6KDHE7.js +0 -6
  884. package/dist/collection/vendor/calcite-components/QP3WP6XK.js +0 -6
  885. package/dist/collection/vendor/calcite-components/QRMUPTEN.js +0 -6
  886. package/dist/collection/vendor/calcite-components/QS2H5WWV.js +0 -7
  887. package/dist/collection/vendor/calcite-components/QSXIXUQG.js +0 -6
  888. package/dist/collection/vendor/calcite-components/R4UWD64I.js +0 -6
  889. package/dist/collection/vendor/calcite-components/R6R2QDCZ.js +0 -6
  890. package/dist/collection/vendor/calcite-components/R7BOWUQR.js +0 -6
  891. package/dist/collection/vendor/calcite-components/RBX4II3R.js +0 -6
  892. package/dist/collection/vendor/calcite-components/RGXKBYDS.js +0 -6
  893. package/dist/collection/vendor/calcite-components/RIG4ZWVJ.js +0 -6
  894. package/dist/collection/vendor/calcite-components/RM7DO3WC.js +0 -6
  895. package/dist/collection/vendor/calcite-components/RM7JYDOG.js +0 -6
  896. package/dist/collection/vendor/calcite-components/RS3QB5Z6.js +0 -6
  897. package/dist/collection/vendor/calcite-components/RTNOQY3F.js +0 -6
  898. package/dist/collection/vendor/calcite-components/RXFQEBLZ.js +0 -6
  899. package/dist/collection/vendor/calcite-components/S72C3HDO.js +0 -6
  900. package/dist/collection/vendor/calcite-components/SCVHHYPP.js +0 -6
  901. package/dist/collection/vendor/calcite-components/SH3ZYF5Y.js +0 -6
  902. package/dist/collection/vendor/calcite-components/SLRX7WEV.js +0 -6
  903. package/dist/collection/vendor/calcite-components/SQBCUXGV.js +0 -6
  904. package/dist/collection/vendor/calcite-components/SUMUVN3S.js +0 -6
  905. package/dist/collection/vendor/calcite-components/SUOP4NP6.js +0 -6
  906. package/dist/collection/vendor/calcite-components/SV2NJMD7.js +0 -6
  907. package/dist/collection/vendor/calcite-components/T5H4BCFU.js +0 -6
  908. package/dist/collection/vendor/calcite-components/T5XJU6AI.js +0 -24
  909. package/dist/collection/vendor/calcite-components/T6NZYTYO.js +0 -6
  910. package/dist/collection/vendor/calcite-components/TEFAP3AK.js +0 -6
  911. package/dist/collection/vendor/calcite-components/TEGL7RHQ.js +0 -6
  912. package/dist/collection/vendor/calcite-components/TGH5IJQY.js +0 -6
  913. package/dist/collection/vendor/calcite-components/TGYJTTJS.js +0 -6
  914. package/dist/collection/vendor/calcite-components/TITRCHWJ.js +0 -6
  915. package/dist/collection/vendor/calcite-components/TRYKNJDA.js +0 -6
  916. package/dist/collection/vendor/calcite-components/TYYR7NIL.js +0 -8
  917. package/dist/collection/vendor/calcite-components/TZEZTECF.js +0 -6
  918. package/dist/collection/vendor/calcite-components/U2E5SVFR.js +0 -6
  919. package/dist/collection/vendor/calcite-components/U5VSHGIS.js +0 -6
  920. package/dist/collection/vendor/calcite-components/U64XMC5X.js +0 -6
  921. package/dist/collection/vendor/calcite-components/UK4SFYVV.js +0 -6
  922. package/dist/collection/vendor/calcite-components/UKF62PNM.js +0 -6
  923. package/dist/collection/vendor/calcite-components/UOL6J47W.js +0 -6
  924. package/dist/collection/vendor/calcite-components/UV7H22PE.js +0 -6
  925. package/dist/collection/vendor/calcite-components/UXOOSEIU.js +0 -6
  926. package/dist/collection/vendor/calcite-components/UXZ36VC5.js +0 -6
  927. package/dist/collection/vendor/calcite-components/UY67UAZN.js +0 -6
  928. package/dist/collection/vendor/calcite-components/VFBARPZ3.js +0 -6
  929. package/dist/collection/vendor/calcite-components/VGYCDODV.js +0 -6
  930. package/dist/collection/vendor/calcite-components/VHXHAFDO.js +0 -6
  931. package/dist/collection/vendor/calcite-components/VN2EAAQF.js +0 -6
  932. package/dist/collection/vendor/calcite-components/VOECRNMH.js +0 -6
  933. package/dist/collection/vendor/calcite-components/VQRNTTAX.js +0 -6
  934. package/dist/collection/vendor/calcite-components/VVXJONZL.js +0 -6
  935. package/dist/collection/vendor/calcite-components/W5CGAHOI.js +0 -6
  936. package/dist/collection/vendor/calcite-components/WA7LZURK.js +0 -6
  937. package/dist/collection/vendor/calcite-components/WAAS66H6.js +0 -6
  938. package/dist/collection/vendor/calcite-components/WAE55O4U.js +0 -6
  939. package/dist/collection/vendor/calcite-components/WAXI7XKE.js +0 -6
  940. package/dist/collection/vendor/calcite-components/WEFAANMG.js +0 -6
  941. package/dist/collection/vendor/calcite-components/WH772PDM.js +0 -6
  942. package/dist/collection/vendor/calcite-components/X43KWDQ7.js +0 -6
  943. package/dist/collection/vendor/calcite-components/X5W76SNV.js +0 -6
  944. package/dist/collection/vendor/calcite-components/X6IC7EBC.js +0 -6
  945. package/dist/collection/vendor/calcite-components/XBYWX3OD.js +0 -6
  946. package/dist/collection/vendor/calcite-components/XIJN5ZXM.js +0 -6
  947. package/dist/collection/vendor/calcite-components/XKQ2CMVV.js +0 -6
  948. package/dist/collection/vendor/calcite-components/YBQG5R2L.js +0 -6
  949. package/dist/collection/vendor/calcite-components/YHWNAASP.js +0 -6
  950. package/dist/collection/vendor/calcite-components/YMNUCKVA.js +0 -6
  951. package/dist/collection/vendor/calcite-components/YMR2Q5CU.js +0 -6
  952. package/dist/collection/vendor/calcite-components/YNGSTQ4R.js +0 -6
  953. package/dist/collection/vendor/calcite-components/YP2D5DKM.js +0 -6
  954. package/dist/collection/vendor/calcite-components/YPRJFE6R.js +0 -6
  955. package/dist/collection/vendor/calcite-components/YVIEKCN2.js +0 -6
  956. package/dist/collection/vendor/calcite-components/YWM7TWVP.js +0 -6
  957. package/dist/collection/vendor/calcite-components/YZ3FOSUR.js +0 -6
  958. package/dist/collection/vendor/calcite-components/YZG67JHT.js +0 -6
  959. package/dist/collection/vendor/calcite-components/ZBSXA5F6.js +0 -6
  960. package/dist/collection/vendor/calcite-components/ZFAXCWF5.js +0 -6
  961. package/dist/collection/vendor/calcite-components/ZFKXMQJP.js +0 -6
  962. package/dist/collection/vendor/calcite-components/ZK7O524P.js +0 -6
  963. package/dist/collection/vendor/calcite-components/ZKNKPGVW.js +0 -6
  964. package/dist/collection/vendor/calcite-components/ZLFRGGT3.js +0 -6
  965. package/dist/esm/downloadUtils-1179f077.js +0 -3217
  966. package/dist/esm/helpers-bd1ff401.js +0 -841
  967. package/dist/esm/index-c247b62b.js +0 -199
  968. package/dist/esm/index-df5db8e9.js +0 -1795
  969. package/dist/esm/locale-4744c8a4.js +0 -938
  970. package/dist/esm/locale-7874c756.js +0 -155
  971. package/dist/esm/popupUtils-cfe51dfd.js +0 -119
  972. package/dist/esm/publicNotificationStore-9ec5e22a.js +0 -45
  973. package/dist/esm/solution-store-4c39c654.js +0 -1103
  974. package/dist/esm/utils-04fffcaf.js +0 -142
  975. package/dist/solutions-components/p-1d1d7e63.entry.js +0 -6
  976. package/dist/solutions-components/p-28858c2f.entry.js +0 -6
  977. package/dist/solutions-components/p-2a16aa29.entry.js +0 -6
  978. package/dist/solutions-components/p-30ea587b.entry.js +0 -6
  979. package/dist/solutions-components/p-318f5c87.entry.js +0 -6
  980. package/dist/solutions-components/p-3335285a.js +0 -21
  981. package/dist/solutions-components/p-33d03eb9.entry.js +0 -6
  982. package/dist/solutions-components/p-34b50565.entry.js +0 -6
  983. package/dist/solutions-components/p-37ae171f.entry.js +0 -6
  984. package/dist/solutions-components/p-37fe59a0.entry.js +0 -6
  985. package/dist/solutions-components/p-38814554.entry.js +0 -6
  986. package/dist/solutions-components/p-3f14b242.entry.js +0 -6
  987. package/dist/solutions-components/p-3f83917b.entry.js +0 -6
  988. package/dist/solutions-components/p-404cbf48.js +0 -36
  989. package/dist/solutions-components/p-4b98adf3.entry.js +0 -6
  990. package/dist/solutions-components/p-5093ae54.entry.js +0 -11
  991. package/dist/solutions-components/p-552fb1c0.entry.js +0 -6
  992. package/dist/solutions-components/p-6369b974.entry.js +0 -6
  993. package/dist/solutions-components/p-648b5a9e.js +0 -6
  994. package/dist/solutions-components/p-64a6162f.entry.js +0 -6
  995. package/dist/solutions-components/p-64f814dd.entry.js +0 -6
  996. package/dist/solutions-components/p-6f4e5c19.entry.js +0 -6
  997. package/dist/solutions-components/p-7dc7d3dc.entry.js +0 -6
  998. package/dist/solutions-components/p-7dc95675.js +0 -6
  999. package/dist/solutions-components/p-83ba1288.entry.js +0 -6
  1000. package/dist/solutions-components/p-8585c128.entry.js +0 -6
  1001. package/dist/solutions-components/p-8717729a.js +0 -6
  1002. package/dist/solutions-components/p-8d281f47.js +0 -488
  1003. package/dist/solutions-components/p-95d1c104.entry.js +0 -6
  1004. package/dist/solutions-components/p-97f33e9f.js +0 -6
  1005. package/dist/solutions-components/p-980d9473.entry.js +0 -6
  1006. package/dist/solutions-components/p-9e3a40bc.entry.js +0 -6
  1007. package/dist/solutions-components/p-b536e583.entry.js +0 -21
  1008. package/dist/solutions-components/p-bc8d8128.entry.js +0 -6
  1009. package/dist/solutions-components/p-be16bc80.entry.js +0 -6
  1010. package/dist/solutions-components/p-c2e57b81.entry.js +0 -6
  1011. package/dist/solutions-components/p-c50ff9f1.entry.js +0 -6
  1012. package/dist/solutions-components/p-c9686e6c.entry.js +0 -6
  1013. package/dist/solutions-components/p-d099573a.entry.js +0 -6
  1014. package/dist/solutions-components/p-d1551601.entry.js +0 -6
  1015. package/dist/solutions-components/p-d324196d.entry.js +0 -6
  1016. package/dist/solutions-components/p-d59fb1a7.entry.js +0 -6
  1017. package/dist/solutions-components/p-da1e098c.js +0 -129
  1018. package/dist/solutions-components/p-dafc6680.entry.js +0 -6
  1019. package/dist/solutions-components/p-dc704bc6.entry.js +0 -6
  1020. package/dist/solutions-components/p-e3e35c14.entry.js +0 -6
  1021. package/dist/solutions-components/p-e43c8944.entry.js +0 -21
  1022. package/dist/solutions-components/p-e5cb329f.entry.js +0 -6
  1023. package/dist/solutions-components/p-e6859850.js +0 -21
  1024. package/dist/solutions-components/p-e996c38f.js +0 -7
  1025. package/dist/solutions-components/p-ea09b078.entry.js +0 -6
  1026. package/dist/solutions-components/p-ed443a0b.entry.js +0 -6
  1027. package/dist/solutions-components/p-ee3bb943.entry.js +0 -6
  1028. package/dist/solutions-components/p-f0b1b6f6.entry.js +0 -6
  1029. package/dist/solutions-components/p-f9deadd7.entry.js +0 -6
  1030. package/dist/solutions-components/p-fe9b2c74.entry.js +0 -6
  1031. package/dist/solutions-components/p-ffe1e3a3.entry.js +0 -6
  1032. package/dist/solutions-components/vendor/calcite-components/2OHLWTVV.js +0 -6
  1033. package/dist/solutions-components/vendor/calcite-components/2YNPAPXX.js +0 -6
  1034. package/dist/solutions-components/vendor/calcite-components/3MV46GBB.js +0 -6
  1035. package/dist/solutions-components/vendor/calcite-components/3OQ2ZMWE.js +0 -6
  1036. package/dist/solutions-components/vendor/calcite-components/3VYZVKRG.js +0 -6
  1037. package/dist/solutions-components/vendor/calcite-components/3YAQ3WXL.js +0 -6
  1038. package/dist/solutions-components/vendor/calcite-components/3YMYDWGD.js +0 -6
  1039. package/dist/solutions-components/vendor/calcite-components/4BBHRHVO.js +0 -6
  1040. package/dist/solutions-components/vendor/calcite-components/4Y32YCMF.js +0 -6
  1041. package/dist/solutions-components/vendor/calcite-components/52M672S5.js +0 -6
  1042. package/dist/solutions-components/vendor/calcite-components/5DHYCNO3.js +0 -6
  1043. package/dist/solutions-components/vendor/calcite-components/5MCURGUM.js +0 -6
  1044. package/dist/solutions-components/vendor/calcite-components/5O6ZNC7G.js +0 -6
  1045. package/dist/solutions-components/vendor/calcite-components/5RROROO5.js +0 -6
  1046. package/dist/solutions-components/vendor/calcite-components/5WC57GPQ.js +0 -6
  1047. package/dist/solutions-components/vendor/calcite-components/5WSY45L7.js +0 -6
  1048. package/dist/solutions-components/vendor/calcite-components/5XKYFEBC.js +0 -6
  1049. package/dist/solutions-components/vendor/calcite-components/66KPC4YV.js +0 -6
  1050. package/dist/solutions-components/vendor/calcite-components/67MILQAM.js +0 -6
  1051. package/dist/solutions-components/vendor/calcite-components/67YJME3J.js +0 -7
  1052. package/dist/solutions-components/vendor/calcite-components/6BG6DXGU.js +0 -6
  1053. package/dist/solutions-components/vendor/calcite-components/6J7J7RFI.js +0 -6
  1054. package/dist/solutions-components/vendor/calcite-components/6KJHPKLM.js +0 -6
  1055. package/dist/solutions-components/vendor/calcite-components/6LBWQVLS.js +0 -6
  1056. package/dist/solutions-components/vendor/calcite-components/6LOB5NKS.js +0 -6
  1057. package/dist/solutions-components/vendor/calcite-components/74AHNYT6.js +0 -6
  1058. package/dist/solutions-components/vendor/calcite-components/75LS6AUK.js +0 -6
  1059. package/dist/solutions-components/vendor/calcite-components/7AC4OZRT.js +0 -6
  1060. package/dist/solutions-components/vendor/calcite-components/7CTQOYNN.js +0 -6
  1061. package/dist/solutions-components/vendor/calcite-components/7IMTQM3A.js +0 -6
  1062. package/dist/solutions-components/vendor/calcite-components/7NNFVP5Y.js +0 -6
  1063. package/dist/solutions-components/vendor/calcite-components/7PLH76D5.js +0 -6
  1064. package/dist/solutions-components/vendor/calcite-components/7SRUH72U.js +0 -6
  1065. package/dist/solutions-components/vendor/calcite-components/7WIMMB52.js +0 -6
  1066. package/dist/solutions-components/vendor/calcite-components/A3TZO3T4.js +0 -6
  1067. package/dist/solutions-components/vendor/calcite-components/A4JSLISH.js +0 -7
  1068. package/dist/solutions-components/vendor/calcite-components/A77L2PAE.js +0 -6
  1069. package/dist/solutions-components/vendor/calcite-components/AAJZVCOQ.js +0 -6
  1070. package/dist/solutions-components/vendor/calcite-components/AK7JTREX.js +0 -6
  1071. package/dist/solutions-components/vendor/calcite-components/APJDJGRX.js +0 -6
  1072. package/dist/solutions-components/vendor/calcite-components/B7XAXKYO.js +0 -6
  1073. package/dist/solutions-components/vendor/calcite-components/B7YRQCNE.js +0 -6
  1074. package/dist/solutions-components/vendor/calcite-components/BAAOO7UE.js +0 -6
  1075. package/dist/solutions-components/vendor/calcite-components/BKJX2UVI.js +0 -6
  1076. package/dist/solutions-components/vendor/calcite-components/BMTT77MQ.js +0 -6
  1077. package/dist/solutions-components/vendor/calcite-components/BMULWGQL.js +0 -6
  1078. package/dist/solutions-components/vendor/calcite-components/BOOD43TE.js +0 -6
  1079. package/dist/solutions-components/vendor/calcite-components/BT6BGDUQ.js +0 -6
  1080. package/dist/solutions-components/vendor/calcite-components/C4BI2I6X.js +0 -6
  1081. package/dist/solutions-components/vendor/calcite-components/CARSEP6Y.js +0 -6
  1082. package/dist/solutions-components/vendor/calcite-components/CARUWMRC.js +0 -6
  1083. package/dist/solutions-components/vendor/calcite-components/CGP5NAVZ.js +0 -6
  1084. package/dist/solutions-components/vendor/calcite-components/CHPU2ORW.js +0 -6
  1085. package/dist/solutions-components/vendor/calcite-components/CKCZ6NNQ.js +0 -6
  1086. package/dist/solutions-components/vendor/calcite-components/CLWQ573O.js +0 -6
  1087. package/dist/solutions-components/vendor/calcite-components/COVTDEEB.js +0 -6
  1088. package/dist/solutions-components/vendor/calcite-components/CSDMYGZU.js +0 -6
  1089. package/dist/solutions-components/vendor/calcite-components/CSR5Q44Q.js +0 -6
  1090. package/dist/solutions-components/vendor/calcite-components/CWDZ4NQP.js +0 -6
  1091. package/dist/solutions-components/vendor/calcite-components/D7V3NS2J.js +0 -6
  1092. package/dist/solutions-components/vendor/calcite-components/DHITRFFR.js +0 -6
  1093. package/dist/solutions-components/vendor/calcite-components/DL6GCZF7.js +0 -6
  1094. package/dist/solutions-components/vendor/calcite-components/DPLQUB7Z.js +0 -6
  1095. package/dist/solutions-components/vendor/calcite-components/DQWJPC22.js +0 -6
  1096. package/dist/solutions-components/vendor/calcite-components/DRM7BNH3.js +0 -6
  1097. package/dist/solutions-components/vendor/calcite-components/DWIP44NC.js +0 -6
  1098. package/dist/solutions-components/vendor/calcite-components/E3RER5S3.js +0 -6
  1099. package/dist/solutions-components/vendor/calcite-components/ECWNOIEW.js +0 -6
  1100. package/dist/solutions-components/vendor/calcite-components/EPKORG4B.js +0 -6
  1101. package/dist/solutions-components/vendor/calcite-components/ERE76CER.js +0 -6
  1102. package/dist/solutions-components/vendor/calcite-components/EU5GIDX7.js +0 -6
  1103. package/dist/solutions-components/vendor/calcite-components/FB6NATRQ.js +0 -6
  1104. package/dist/solutions-components/vendor/calcite-components/FHAIE7PW.js +0 -6
  1105. package/dist/solutions-components/vendor/calcite-components/FITCS5RA.js +0 -6
  1106. package/dist/solutions-components/vendor/calcite-components/FJUGYL5W.js +0 -6
  1107. package/dist/solutions-components/vendor/calcite-components/FP5CKCOM.js +0 -6
  1108. package/dist/solutions-components/vendor/calcite-components/FQ6G6HKC.js +0 -6
  1109. package/dist/solutions-components/vendor/calcite-components/FQTOWUOI.js +0 -6
  1110. package/dist/solutions-components/vendor/calcite-components/FSBJYIK7.js +0 -6
  1111. package/dist/solutions-components/vendor/calcite-components/FUR5QRYV.js +0 -6
  1112. package/dist/solutions-components/vendor/calcite-components/FV5F4TOB.js +0 -30
  1113. package/dist/solutions-components/vendor/calcite-components/GHRW2Z4J.js +0 -6
  1114. package/dist/solutions-components/vendor/calcite-components/GKLGNYAX.js +0 -6
  1115. package/dist/solutions-components/vendor/calcite-components/GRGOLBJ6.js +0 -6
  1116. package/dist/solutions-components/vendor/calcite-components/H2QNORW6.js +0 -6
  1117. package/dist/solutions-components/vendor/calcite-components/H6JENZS2.js +0 -6
  1118. package/dist/solutions-components/vendor/calcite-components/HE6ZJBOG.js +0 -6
  1119. package/dist/solutions-components/vendor/calcite-components/HEYQRNVV.js +0 -6
  1120. package/dist/solutions-components/vendor/calcite-components/HJ7LTJIL.js +0 -6
  1121. package/dist/solutions-components/vendor/calcite-components/HUXUCABV.js +0 -6
  1122. package/dist/solutions-components/vendor/calcite-components/HVG3FNW6.js +0 -6
  1123. package/dist/solutions-components/vendor/calcite-components/I5RDDH5E.js +0 -6
  1124. package/dist/solutions-components/vendor/calcite-components/IGLINVEB.js +0 -6
  1125. package/dist/solutions-components/vendor/calcite-components/IH6XHUKC.js +0 -6
  1126. package/dist/solutions-components/vendor/calcite-components/IN4OTIGO.js +0 -6
  1127. package/dist/solutions-components/vendor/calcite-components/IOQ5NGFA.js +0 -6
  1128. package/dist/solutions-components/vendor/calcite-components/ITIJ42U7.js +0 -6
  1129. package/dist/solutions-components/vendor/calcite-components/ITILALYC.js +0 -6
  1130. package/dist/solutions-components/vendor/calcite-components/J3NSY2Y7.js +0 -6
  1131. package/dist/solutions-components/vendor/calcite-components/J4RAJYKF.js +0 -6
  1132. package/dist/solutions-components/vendor/calcite-components/J6IGXQYQ.js +0 -6
  1133. package/dist/solutions-components/vendor/calcite-components/JA2ML5I6.js +0 -6
  1134. package/dist/solutions-components/vendor/calcite-components/JOTIQZAS.js +0 -6
  1135. package/dist/solutions-components/vendor/calcite-components/JULIKI65.js +0 -6
  1136. package/dist/solutions-components/vendor/calcite-components/JW6QBCWN.js +0 -6
  1137. package/dist/solutions-components/vendor/calcite-components/JWIQZFGO.js +0 -6
  1138. package/dist/solutions-components/vendor/calcite-components/K4HQ6WGE.js +0 -6
  1139. package/dist/solutions-components/vendor/calcite-components/K4OPLD7F.js +0 -6
  1140. package/dist/solutions-components/vendor/calcite-components/KHULIKKP.js +0 -7
  1141. package/dist/solutions-components/vendor/calcite-components/KRZMNBJS.js +0 -6
  1142. package/dist/solutions-components/vendor/calcite-components/LDAXCWWP.js +0 -6
  1143. package/dist/solutions-components/vendor/calcite-components/LMRFYM2J.js +0 -6
  1144. package/dist/solutions-components/vendor/calcite-components/LSUXEOMN.js +0 -6
  1145. package/dist/solutions-components/vendor/calcite-components/M5BOCCQL.js +0 -6
  1146. package/dist/solutions-components/vendor/calcite-components/M5XI6NNV.js +0 -6
  1147. package/dist/solutions-components/vendor/calcite-components/M7MOBM7M.js +0 -6
  1148. package/dist/solutions-components/vendor/calcite-components/MA2YIQZL.js +0 -6
  1149. package/dist/solutions-components/vendor/calcite-components/MBJAGWVS.js +0 -6
  1150. package/dist/solutions-components/vendor/calcite-components/MI3BWAKN.js +0 -6
  1151. package/dist/solutions-components/vendor/calcite-components/MOO4BCRV.js +0 -6
  1152. package/dist/solutions-components/vendor/calcite-components/MVHJMI6L.js +0 -6
  1153. package/dist/solutions-components/vendor/calcite-components/MZRLL3GR.js +0 -6
  1154. package/dist/solutions-components/vendor/calcite-components/N2FZGLE3.js +0 -6
  1155. package/dist/solutions-components/vendor/calcite-components/N2UM5A2L.js +0 -6
  1156. package/dist/solutions-components/vendor/calcite-components/NNL2N4OB.js +0 -6
  1157. package/dist/solutions-components/vendor/calcite-components/NP3SY2AL.js +0 -6
  1158. package/dist/solutions-components/vendor/calcite-components/NPYZ3JS7.js +0 -6
  1159. package/dist/solutions-components/vendor/calcite-components/NS47CSEP.js +0 -6
  1160. package/dist/solutions-components/vendor/calcite-components/NSL6XZ2B.js +0 -6
  1161. package/dist/solutions-components/vendor/calcite-components/NW4BVBVD.js +0 -6
  1162. package/dist/solutions-components/vendor/calcite-components/O66NAEPJ.js +0 -6
  1163. package/dist/solutions-components/vendor/calcite-components/OA55VNGP.js +0 -6
  1164. package/dist/solutions-components/vendor/calcite-components/OHEBCS4O.js +0 -6
  1165. package/dist/solutions-components/vendor/calcite-components/OI755RA3.js +0 -6
  1166. package/dist/solutions-components/vendor/calcite-components/OUC47AKY.js +0 -6
  1167. package/dist/solutions-components/vendor/calcite-components/PIOS7EUM.js +0 -6
  1168. package/dist/solutions-components/vendor/calcite-components/PJPFKU6T.js +0 -6
  1169. package/dist/solutions-components/vendor/calcite-components/PJT7DMRY.js +0 -6
  1170. package/dist/solutions-components/vendor/calcite-components/QDTRI7C7.js +0 -6
  1171. package/dist/solutions-components/vendor/calcite-components/QIG2J5PE.js +0 -6
  1172. package/dist/solutions-components/vendor/calcite-components/QO6KDHE7.js +0 -6
  1173. package/dist/solutions-components/vendor/calcite-components/QP3WP6XK.js +0 -6
  1174. package/dist/solutions-components/vendor/calcite-components/QRMUPTEN.js +0 -6
  1175. package/dist/solutions-components/vendor/calcite-components/QS2H5WWV.js +0 -7
  1176. package/dist/solutions-components/vendor/calcite-components/QSXIXUQG.js +0 -6
  1177. package/dist/solutions-components/vendor/calcite-components/R4UWD64I.js +0 -6
  1178. package/dist/solutions-components/vendor/calcite-components/R6R2QDCZ.js +0 -6
  1179. package/dist/solutions-components/vendor/calcite-components/R7BOWUQR.js +0 -6
  1180. package/dist/solutions-components/vendor/calcite-components/RBX4II3R.js +0 -6
  1181. package/dist/solutions-components/vendor/calcite-components/RGXKBYDS.js +0 -6
  1182. package/dist/solutions-components/vendor/calcite-components/RIG4ZWVJ.js +0 -6
  1183. package/dist/solutions-components/vendor/calcite-components/RM7DO3WC.js +0 -6
  1184. package/dist/solutions-components/vendor/calcite-components/RM7JYDOG.js +0 -6
  1185. package/dist/solutions-components/vendor/calcite-components/RS3QB5Z6.js +0 -6
  1186. package/dist/solutions-components/vendor/calcite-components/RTNOQY3F.js +0 -6
  1187. package/dist/solutions-components/vendor/calcite-components/RXFQEBLZ.js +0 -6
  1188. package/dist/solutions-components/vendor/calcite-components/S72C3HDO.js +0 -6
  1189. package/dist/solutions-components/vendor/calcite-components/SCVHHYPP.js +0 -6
  1190. package/dist/solutions-components/vendor/calcite-components/SH3ZYF5Y.js +0 -6
  1191. package/dist/solutions-components/vendor/calcite-components/SLRX7WEV.js +0 -6
  1192. package/dist/solutions-components/vendor/calcite-components/SQBCUXGV.js +0 -6
  1193. package/dist/solutions-components/vendor/calcite-components/SUMUVN3S.js +0 -6
  1194. package/dist/solutions-components/vendor/calcite-components/SUOP4NP6.js +0 -6
  1195. package/dist/solutions-components/vendor/calcite-components/SV2NJMD7.js +0 -6
  1196. package/dist/solutions-components/vendor/calcite-components/T5H4BCFU.js +0 -6
  1197. package/dist/solutions-components/vendor/calcite-components/T5XJU6AI.js +0 -24
  1198. package/dist/solutions-components/vendor/calcite-components/T6NZYTYO.js +0 -6
  1199. package/dist/solutions-components/vendor/calcite-components/TEFAP3AK.js +0 -6
  1200. package/dist/solutions-components/vendor/calcite-components/TEGL7RHQ.js +0 -6
  1201. package/dist/solutions-components/vendor/calcite-components/TGH5IJQY.js +0 -6
  1202. package/dist/solutions-components/vendor/calcite-components/TGYJTTJS.js +0 -6
  1203. package/dist/solutions-components/vendor/calcite-components/TITRCHWJ.js +0 -6
  1204. package/dist/solutions-components/vendor/calcite-components/TRYKNJDA.js +0 -6
  1205. package/dist/solutions-components/vendor/calcite-components/TYYR7NIL.js +0 -8
  1206. package/dist/solutions-components/vendor/calcite-components/TZEZTECF.js +0 -6
  1207. package/dist/solutions-components/vendor/calcite-components/U2E5SVFR.js +0 -6
  1208. package/dist/solutions-components/vendor/calcite-components/U5VSHGIS.js +0 -6
  1209. package/dist/solutions-components/vendor/calcite-components/U64XMC5X.js +0 -6
  1210. package/dist/solutions-components/vendor/calcite-components/UK4SFYVV.js +0 -6
  1211. package/dist/solutions-components/vendor/calcite-components/UKF62PNM.js +0 -6
  1212. package/dist/solutions-components/vendor/calcite-components/UOL6J47W.js +0 -6
  1213. package/dist/solutions-components/vendor/calcite-components/UV7H22PE.js +0 -6
  1214. package/dist/solutions-components/vendor/calcite-components/UXOOSEIU.js +0 -6
  1215. package/dist/solutions-components/vendor/calcite-components/UXZ36VC5.js +0 -6
  1216. package/dist/solutions-components/vendor/calcite-components/UY67UAZN.js +0 -6
  1217. package/dist/solutions-components/vendor/calcite-components/VFBARPZ3.js +0 -6
  1218. package/dist/solutions-components/vendor/calcite-components/VGYCDODV.js +0 -6
  1219. package/dist/solutions-components/vendor/calcite-components/VHXHAFDO.js +0 -6
  1220. package/dist/solutions-components/vendor/calcite-components/VN2EAAQF.js +0 -6
  1221. package/dist/solutions-components/vendor/calcite-components/VOECRNMH.js +0 -6
  1222. package/dist/solutions-components/vendor/calcite-components/VQRNTTAX.js +0 -6
  1223. package/dist/solutions-components/vendor/calcite-components/VVXJONZL.js +0 -6
  1224. package/dist/solutions-components/vendor/calcite-components/W5CGAHOI.js +0 -6
  1225. package/dist/solutions-components/vendor/calcite-components/WA7LZURK.js +0 -6
  1226. package/dist/solutions-components/vendor/calcite-components/WAAS66H6.js +0 -6
  1227. package/dist/solutions-components/vendor/calcite-components/WAE55O4U.js +0 -6
  1228. package/dist/solutions-components/vendor/calcite-components/WAXI7XKE.js +0 -6
  1229. package/dist/solutions-components/vendor/calcite-components/WEFAANMG.js +0 -6
  1230. package/dist/solutions-components/vendor/calcite-components/WH772PDM.js +0 -6
  1231. package/dist/solutions-components/vendor/calcite-components/X43KWDQ7.js +0 -6
  1232. package/dist/solutions-components/vendor/calcite-components/X5W76SNV.js +0 -6
  1233. package/dist/solutions-components/vendor/calcite-components/X6IC7EBC.js +0 -6
  1234. package/dist/solutions-components/vendor/calcite-components/XBYWX3OD.js +0 -6
  1235. package/dist/solutions-components/vendor/calcite-components/XIJN5ZXM.js +0 -6
  1236. package/dist/solutions-components/vendor/calcite-components/XKQ2CMVV.js +0 -6
  1237. package/dist/solutions-components/vendor/calcite-components/YBQG5R2L.js +0 -6
  1238. package/dist/solutions-components/vendor/calcite-components/YHWNAASP.js +0 -6
  1239. package/dist/solutions-components/vendor/calcite-components/YMNUCKVA.js +0 -6
  1240. package/dist/solutions-components/vendor/calcite-components/YMR2Q5CU.js +0 -6
  1241. package/dist/solutions-components/vendor/calcite-components/YNGSTQ4R.js +0 -6
  1242. package/dist/solutions-components/vendor/calcite-components/YP2D5DKM.js +0 -6
  1243. package/dist/solutions-components/vendor/calcite-components/YPRJFE6R.js +0 -6
  1244. package/dist/solutions-components/vendor/calcite-components/YVIEKCN2.js +0 -6
  1245. package/dist/solutions-components/vendor/calcite-components/YWM7TWVP.js +0 -6
  1246. package/dist/solutions-components/vendor/calcite-components/YZ3FOSUR.js +0 -6
  1247. package/dist/solutions-components/vendor/calcite-components/YZG67JHT.js +0 -6
  1248. package/dist/solutions-components/vendor/calcite-components/ZBSXA5F6.js +0 -6
  1249. package/dist/solutions-components/vendor/calcite-components/ZFAXCWF5.js +0 -6
  1250. package/dist/solutions-components/vendor/calcite-components/ZFKXMQJP.js +0 -6
  1251. package/dist/solutions-components/vendor/calcite-components/ZK7O524P.js +0 -6
  1252. package/dist/solutions-components/vendor/calcite-components/ZKNKPGVW.js +0 -6
  1253. package/dist/solutions-components/vendor/calcite-components/ZLFRGGT3.js +0 -6
@@ -28,25 +28,39 @@ import { CSpatialRefCustomizingPrefix, CSpatialRefCustomizingSuffix, } from "../
28
28
  */
29
29
  const cDefaultWkid = "3857";
30
30
  export class SolutionSpatialRef {
31
- constructor() {
32
- this.enabled = false;
33
- this.enableDefault = false;
34
- this.featureServices = [];
35
- this.locale = undefined;
36
- this._translations = undefined;
37
- }
38
31
  //--------------------------------------------------------------------------
39
32
  //
40
33
  // Host element access
41
34
  //
42
35
  //--------------------------------------------------------------------------
43
36
  el;
37
+ //--------------------------------------------------------------------------
38
+ //
39
+ // Properties (public)
40
+ //
41
+ //--------------------------------------------------------------------------
42
+ /**
43
+ * When true, all but the main switch are disabled to prevent interaction.
44
+ */
45
+ enabled = false;
44
46
  enabledChanged() {
45
47
  this._handleSpatialRefParamChange();
46
48
  }
49
+ /**
50
+ * When true, a default value is used for feature services.
51
+ */
52
+ enableDefault = false;
47
53
  enableDefaultChanged() {
48
54
  this._handleDefaultSpatialRefParamChange();
49
55
  }
56
+ /**
57
+ * List of services the spatial reference should apply to
58
+ */
59
+ featureServices = [];
60
+ /**
61
+ * string: Locale to use for translation of stings in the UI
62
+ */
63
+ locale;
50
64
  //--------------------------------------------------------------------------
51
65
  //
52
66
  // Watch handlers
@@ -78,6 +92,16 @@ export class SolutionSpatialRef {
78
92
  }
79
93
  //--------------------------------------------------------------------------
80
94
  //
95
+ // Properties (protected)
96
+ //
97
+ //--------------------------------------------------------------------------
98
+ /**
99
+ * Contains the translations for this component.
100
+ * All UI strings should be defined here.
101
+ */
102
+ _translations;
103
+ //--------------------------------------------------------------------------
104
+ //
81
105
  // Event Listeners
82
106
  //
83
107
  //--------------------------------------------------------------------------
@@ -28,12 +28,50 @@ export class SolutionTemplateData {
28
28
  //
29
29
  //--------------------------------------------------------------------------
30
30
  el;
31
+ //--------------------------------------------------------------------------
32
+ //
33
+ // Properties (public)
34
+ //
35
+ //--------------------------------------------------------------------------
36
+ /**
37
+ * Contains the public value for this component.
38
+ *
39
+ * When working with a resource item this should contain an IResourceItem
40
+ *
41
+ * When working with a json type item this should contain the data and vars
42
+ */
43
+ //@Prop({ mutable: true, reflect: true }) value: ITemplateData = {};
44
+ /**
45
+ * This needs to be unique for props vs data of an item
46
+ */
47
+ instanceid = "";
48
+ /**
49
+ * A template's itemId.
50
+ * This is used to get the correct model from a store in the json-editor
51
+ */
52
+ itemId = "";
31
53
  itemIdWatchHandler() {
32
54
  this._initializing = true;
33
55
  this.value = JSON.stringify(this.instanceid === "data"
34
56
  ? state.getItemInfo(this.itemId).data
35
57
  : state.getItemInfo(this.itemId).properties, null, 2);
36
58
  }
59
+ /**
60
+ * string: Locale to use for translation of stings in the UI
61
+ */
62
+ locale;
63
+ /*
64
+ * Contains the organization based variables
65
+ */
66
+ organizationVariables = "";
67
+ /**
68
+ * Contains the solution based variables
69
+ */
70
+ solutionVariables = "";
71
+ /**
72
+ * Used to show/hide the variable containers
73
+ */
74
+ varsOpen = true;
37
75
  //--------------------------------------------------------------------------
38
76
  //
39
77
  // Watch handlers
@@ -53,14 +91,6 @@ export class SolutionTemplateData {
53
91
  //
54
92
  //--------------------------------------------------------------------------
55
93
  constructor() {
56
- this.instanceid = "";
57
- this.itemId = "";
58
- this.locale = undefined;
59
- this.organizationVariables = "";
60
- this.solutionVariables = "";
61
- this.varsOpen = true;
62
- this._translations = undefined;
63
- this.value = "";
64
94
  window.addEventListener("solutionEditorContentChanged", (evt) => {
65
95
  if (this.itemId) {
66
96
  const { id, contents } = evt.detail;
@@ -93,6 +123,17 @@ export class SolutionTemplateData {
93
123
  render() {
94
124
  return (h(Host, { key: 'db99cf57229d7d8b9fe6315e180d95de0b20fc8d' }, h("div", { key: '83473f420d1417c85ebb4119be9f359cab878c54', class: "solution-data-container" }, h("calcite-shell", { key: '013754ef962c2e5c112f6a8cc6c5d1b8e768078e', class: "light var-container", dir: "ltr" }, h("calcite-panel", { key: '11ab2a07fe4af542d8cefc1c131246deef43dd9a', class: "json-editor" }, h("div", { key: 'ba0460977eb0375acaf5b11ce951986a08ece39b', class: "solution-data-child-container calcite-match-height" }, h("json-editor", { key: '53251c1583aa7e8cf2a4e9a1f22e4c72430d3928', class: "solution-data-editor-container", instanceid: this.itemId + "|" + this.instanceid, locale: this.locale, value: this.value }))), h("calcite-shell-panel", { key: '30c47797a35ff7228c4318a5633aec57de05b8cf', "height-scale": "l", position: "end", slot: "contextual-panel", "width-scale": "xs" }, h("div", { key: '028b16654835744f0735b880ca85a3d174963414', class: this.varsOpen ? "solution-data-child-container" : "solution-data-child-container-collapsed" }, h("calcite-button", { key: 'bb5049611e778b970454544851a625ccef47d23a', appearance: "transparent", class: "collapse-btn", "icon-start": this.varsOpen ? "chevrons-right" : "chevrons-left", id: "collapse-vars", onClick: () => this._toggleVars(), scale: "s", title: this.varsOpen ? this._translations.collapse : this._translations.expand }), h("div", { key: 'c2a30a7c27db181e0dfe0e201d9d3b2742247080', class: this.varsOpen ? "org-vars" : "org-vars display-none", id: "orgVars" }, h("solution-organization-variables", { key: '178c4301c8558c4fe7114c8f6cf5bc0df10883a0', locale: this.locale, value: this.organizationVariables })), h("div", { key: 'f85375bac946cff856b6915f340bf926498265ea', class: this.varsOpen ? "sol-vars" : "sol-vars display-none", id: "solVars" }, h("solution-variables", { key: '166d0752746994bc4aebd4e41660f8a2d2c678ea', locale: this.locale, value: this.solutionVariables }))))))));
95
125
  }
126
+ //--------------------------------------------------------------------------
127
+ //
128
+ // Properties (protected)
129
+ //
130
+ //--------------------------------------------------------------------------
131
+ /**
132
+ * Contains the translations for this component.
133
+ * All UI strings should be defined here.
134
+ */
135
+ _translations;
136
+ value = "";
96
137
  _initializing = false;
97
138
  //--------------------------------------------------------------------------
98
139
  //
@@ -21,12 +21,6 @@
21
21
  import { Host, h } from "@stencil/core";
22
22
  import { getLocaleComponentStrings } from "../../utils/locale";
23
23
  export class SolutionVariables {
24
- constructor() {
25
- this.value = "";
26
- this.locale = undefined;
27
- this._solutionVariables = [];
28
- this._translations = undefined;
29
- }
30
24
  //--------------------------------------------------------------------------
31
25
  //
32
26
  // Host element access
@@ -35,6 +29,19 @@ export class SolutionVariables {
35
29
  el;
36
30
  //--------------------------------------------------------------------------
37
31
  //
32
+ // Properties (public)
33
+ //
34
+ //--------------------------------------------------------------------------
35
+ /**
36
+ * Contains the public value for this component.
37
+ */
38
+ value = "";
39
+ /**
40
+ * string: Locale to use for translation of stings in the UI
41
+ */
42
+ locale;
43
+ //--------------------------------------------------------------------------
44
+ //
38
45
  // Watch handlers
39
46
  //
40
47
  //--------------------------------------------------------------------------
@@ -68,6 +75,17 @@ export class SolutionVariables {
68
75
  }
69
76
  //--------------------------------------------------------------------------
70
77
  //
78
+ // Properties (protected)
79
+ //
80
+ //--------------------------------------------------------------------------
81
+ _solutionVariables = [];
82
+ /**
83
+ * Contains the translations for this component.
84
+ * All UI strings should be defined here.
85
+ */
86
+ _translations;
87
+ //--------------------------------------------------------------------------
88
+ //
71
89
  // Event Listeners
72
90
  //
73
91
  //--------------------------------------------------------------------------
@@ -31,6 +31,27 @@ export class SpatialRef {
31
31
  el;
32
32
  //--------------------------------------------------------------------------
33
33
  //
34
+ // Properties (public)
35
+ //
36
+ //--------------------------------------------------------------------------
37
+ /**
38
+ * The wkid that will be used as the default when no user selection has been made.
39
+ */
40
+ defaultWkid = 102100;
41
+ /**
42
+ * When true, all are disabled to prevent interaction.
43
+ */
44
+ disabled = false;
45
+ /**
46
+ * string: Locale to use for translation of stings in the UI
47
+ */
48
+ locale;
49
+ /**
50
+ * Contains the public value for this component, which is a wkid or a wkt.
51
+ */
52
+ value = this.defaultWkid.toString();
53
+ //--------------------------------------------------------------------------
54
+ //
34
55
  // Watch handlers
35
56
  //
36
57
  //--------------------------------------------------------------------------
@@ -63,14 +84,6 @@ export class SpatialRef {
63
84
  //
64
85
  //--------------------------------------------------------------------------
65
86
  constructor() {
66
- this.defaultWkid = 102100;
67
- this.disabled = false;
68
- this.locale = undefined;
69
- this.value = this.defaultWkid.toString();
70
- this._cachedValue = this.defaultWkid.toString();
71
- this._spatialRef = undefined;
72
- this._srSearchText = undefined;
73
- this._translations = undefined;
74
87
  this._spatialRef = this._createSpatialRefDisplay(this.value);
75
88
  }
76
89
  /**
@@ -85,6 +98,28 @@ export class SpatialRef {
85
98
  render() {
86
99
  return (h(Host, { key: '16bd7d2278e69fd6f79c3906ee3cb8866cf026e6' }, h("div", { key: '5db2ed6520f135149117b857d78e53fae48b2502' }, h("calcite-input", { key: '6a4803ea39e61df9bbc21516ab208a778437218e', disabled: this.disabled, id: "calcite-sr-search", onKeyUp: (evt) => this._searchInputKeyDown(evt), placeholder: this._translations.spatialReferencePlaceholder }), h("calcite-tree", { key: '7032668245ac6c2f240d05f9df8488fdcc75a87a', id: "calcite-sr-tree", slot: "children" }, this._getTreeContent()))));
87
100
  }
101
+ //--------------------------------------------------------------------------
102
+ //
103
+ // Properties (protected)
104
+ //
105
+ //--------------------------------------------------------------------------
106
+ /**
107
+ * Holds a pre-change value of the wkid so that an event can be posted with the cached and new values.
108
+ */
109
+ _cachedValue = this.defaultWkid.toString();
110
+ /**
111
+ * Internal representation of component's value for display purposes.
112
+ */
113
+ _spatialRef;
114
+ /**
115
+ * Current text that is being used to filter the list of spatial references.
116
+ */
117
+ _srSearchText;
118
+ /**
119
+ * Contains the translations for this component.
120
+ * All UI strings should be defined here.
121
+ */
122
+ _translations;
88
123
  _lastHighlightedSref;
89
124
  //--------------------------------------------------------------------------
90
125
  //
@@ -1,11 +1,6 @@
1
1
  import state from "../../utils/solution-store";
2
2
  import { getFeatureServices, /*getModels,*/ getSpatialReferenceInfo } from "../../utils/templates";
3
3
  export class StoreManager {
4
- constructor() {
5
- this.value = "";
6
- this.templates = [];
7
- this.authentication = undefined;
8
- }
9
4
  //--------------------------------------------------------------------------
10
5
  //
11
6
  // Host element access
@@ -14,6 +9,24 @@ export class StoreManager {
14
9
  el;
15
10
  //--------------------------------------------------------------------------
16
11
  //
12
+ // Properties (public)
13
+ //
14
+ //--------------------------------------------------------------------------
15
+ /**
16
+ * Contains source json as a string
17
+ *
18
+ */
19
+ value = "";
20
+ /**
21
+ * Templates for the current solution
22
+ */
23
+ templates = [];
24
+ /**
25
+ * Credentials for requests
26
+ */
27
+ authentication;
28
+ //--------------------------------------------------------------------------
29
+ //
17
30
  // Lifecycle
18
31
  //
19
32
  //--------------------------------------------------------------------------
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{J as r,c as o}from"./5WIIOMNV.js";var s=o(r);export{s as a};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{c as q,e as E,h as L}from"./KS4B6LK4.js";import{c as I,d as z,e as A}from"./FXMO4NFQ.js";import{a as C,b as R}from"./6VFJT5QA.js";import{a as d}from"./V7JMIX7A.js";import{b as v}from"./G5GEKU4E.js";import{e as x,l as g}from"./7AD7VKZ6.js";import{a as y,b as w,d as B}from"./LIPHS6R3.js";import"./Y7BXR2VY.js";import{I as k,d as u,e as p,i as b,u as a,v as f,w as m}from"./5WIIOMNV.js";var F={container:"container"},$=u`:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{display:block;cursor:pointer}:host .container{position:relative;outline:2px solid transparent;outline-offset:2px}:host .radio{cursor:pointer;border-radius:9999px;background-color:var(--calcite-color-foreground-1);outline-color:transparent;transition-property:background-color,block-size,border-color,box-shadow,color,inset-block-end,inset-block-start,inset-inline-end,inset-inline-start,inset-size,opacity,outline-color,transform;transition-duration:var(--calcite-animation-timing);transition-timing-function:ease-in-out;box-shadow:inset 0 0 0 1px var(--calcite-color-border-input)}:host([hovered]) .radio,:host(:not([checked])[focused]:not([disabled])) .radio{box-shadow:inset 0 0 0 2px var(--calcite-color-brand)}:host([focused]) .radio{outline:2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));outline-offset:calc(2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}:host([disabled]) .radio{cursor:default;opacity:var(--calcite-opacity-disabled)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}:host([hovered][disabled]) .radio{box-shadow:inset 0 0 0 1px var(--calcite-color-border-input)}:host([scale=s]){--calcite-radio-size: var(--calcite-font-size--2)}:host([scale=m]){--calcite-radio-size: var(--calcite-font-size--1)}:host([scale=l]){--calcite-radio-size: var(--calcite-font-size-0)}.radio{block-size:var(--calcite-radio-size);max-inline-size:var(--calcite-radio-size);min-inline-size:var(--calcite-radio-size)}:host([scale=s][checked]) .radio,:host([hovered][scale=s][checked][disabled]) .radio{box-shadow:inset 0 0 0 4px var(--calcite-color-brand)}:host([scale=s][focused][checked]:not([disabled])) .radio{box-shadow:inset 0 0 0 4px var(--calcite-color-brand),0 0 0 2px var(--calcite-color-foreground-1)}:host([scale=m][checked]) .radio,:host([hovered][scale=m][checked][disabled]) .radio{box-shadow:inset 0 0 0 5px var(--calcite-color-brand)}:host([scale=m][focused][checked]:not([disabled])) .radio{box-shadow:inset 0 0 0 5px var(--calcite-color-brand),0 0 0 2px var(--calcite-color-foreground-1)}:host([scale=l][checked]) .radio,:host([hovered][scale=l][checked][disabled]) .radio{box-shadow:inset 0 0 0 6px var(--calcite-color-brand)}:host([scale=l][focused][checked]:not([disabled])) .radio{box-shadow:inset 0 0 0 6px var(--calcite-color-brand),0 0 0 2px var(--calcite-color-foreground-1)}@media (forced-colors: active){:host([checked]) .radio:after,:host([checked][disabled]) .radio:after{content:"";inline-size:var(--calcite-radio-size);block-size:var(--calcite-radio-size);background-color:windowText;display:block}}::slotted(input[slot=hidden-form-input]){margin:0!important;opacity:0!important;outline:none!important;padding:0!important;position:absolute!important;inset:0!important;transform:none!important;-webkit-appearance:none!important;z-index:-1!important}:host([hidden]){display:none}[hidden]{display:none}`,l=class extends f{constructor(){super(),this.checked=!1,this.disabled=!1,this.focused=!1,this.hovered=!1,this.required=!1,this.scale="m",this.calciteInternalRadioButtonBlur=a({cancelable:!1}),this.calciteInternalRadioButtonCheckedChange=a({cancelable:!1}),this.calciteInternalRadioButtonFocus=a({cancelable:!1}),this.calciteRadioButtonChange=a({cancelable:!1}),this.listen("pointerenter",this.pointerEnterHandler),this.listen("pointerleave",this.pointerLeaveHandler),this.listen("click",this.clickHandler),this.listen("keydown",this.handleKeyDown)}static{this.properties={checked:7,disabled:7,focused:7,form:3,hovered:7,label:1,name:3,required:7,scale:3,value:1}}static{this.styles=$}async emitCheckedChange(){this.calciteInternalRadioButtonCheckedChange.emit()}async setFocus(){await B(this),this.disabled||g(this.containerEl)}connectedCallback(){this.rootNode=this.el.getRootNode(),this.name&&this.checkLastRadioButton(),I(this),q(this),this.updateTabIndexOfOtherRadioButtonsInGroup(),super.connectedCallback()}load(){y(this)}willUpdate(e){this.hasUpdated&&e.has("checked")&&this.checkedChanged(this.checked),e.has("disabled")&&(this.hasUpdated||this.disabled!==!1)&&this.updateTabIndexOfOtherRadioButtonsInGroup(),e.has("name")&&this.checkLastRadioButton()}updated(){C(this)}loaded(){w(this),this.focused&&!this.disabled&&this.setFocus()}disconnectedCallback(){super.disconnectedCallback(),z(this),E(this),this.updateTabIndexOfOtherRadioButtonsInGroup()}checkedChanged(e){e&&this.uncheckOtherRadioButtonsInGroup(),this.calciteInternalRadioButtonCheckedChange.emit()}syncHiddenFormInput(e){e.type="radio"}selectItem(e,i){e[i].click()}queryButtons(){return Array.from(this.rootNode.querySelectorAll("calcite-radio-button:not([hidden])")).filter(e=>e.name===this.name)}isFocusable(){let e=this.queryButtons(),i=e.find(o=>!o.disabled),t=e.find(o=>o.checked);return i===this.el&&!t}check(){this.disabled||(this.focused=!0,this.setFocus(),!this.checked&&(this.uncheckAllRadioButtonsInGroup(),this.checked=!0,this.calciteRadioButtonChange.emit()))}clickHandler(){this.disabled||this.check()}onLabelClick(e){if(this.disabled||this.el.hidden)return;let i=e.currentTarget,t=i.for?this.rootNode.querySelector(`calcite-radio-button[id="${i.for}"]`):i.querySelector(`calcite-radio-button[name="${this.name}"]`);t&&(t.focused=!0,this.setFocus(),!t.checked&&(this.uncheckOtherRadioButtonsInGroup(),t.checked=!0,this.calciteRadioButtonChange.emit()))}checkLastRadioButton(){let e=this.queryButtons().filter(i=>i.checked);if(e?.length>1){let i=e[e.length-1];e.filter(t=>t!==i).forEach(t=>{t.checked=!1,t.emitCheckedChange()})}}setContainerEl(e){this.containerEl=e}uncheckAllRadioButtonsInGroup(){this.queryButtons().forEach(e=>{e.checked&&(e.checked=!1,e.focused=!1)})}uncheckOtherRadioButtonsInGroup(){this.queryButtons().filter(e=>e!==this.el).forEach(e=>{e.checked&&(e.checked=!1,e.focused=!1)})}updateTabIndexOfOtherRadioButtonsInGroup(){this.queryButtons().filter(e=>e!==this.el&&!e.disabled).forEach(e=>{e.manager?.component.requestUpdate()})}getTabIndex(){if(!this.disabled)return this.checked||this.isFocusable()?0:-1}pointerEnterHandler(){this.disabled||(this.hovered=!0)}pointerLeaveHandler(){this.disabled||(this.hovered=!1)}handleKeyDown(e){let i=["ArrowLeft","ArrowUp","ArrowRight","ArrowDown"," "],{key:t}=e,{el:o}=this;if(i.indexOf(t)===-1)return;if(t===" "){this.check(),e.preventDefault();return}let c=t;x(o)==="rtl"&&(t==="ArrowRight"&&(c="ArrowLeft"),t==="ArrowLeft"&&(c="ArrowRight"));let s=Array.from(this.rootNode.querySelectorAll("calcite-radio-button:not([hidden])")).filter(n=>n.name===this.name),r=0,h=s.length;switch(s.some((n,O)=>{if(n.checked)return r=O,!0}),c){case"ArrowLeft":case"ArrowUp":e.preventDefault(),this.selectItem(s,d(Math.max(r-1,-1),h));return;case"ArrowRight":case"ArrowDown":e.preventDefault(),this.selectItem(s,d(r+1,h));return;default:return}}onContainerBlur(){this.focused=!1,this.calciteInternalRadioButtonBlur.emit()}onContainerFocus(){this.disabled||(this.focused=!0,this.calciteInternalRadioButtonFocus.emit())}render(){let e=this.getTabIndex();return R({disabled:this.disabled,children:p`<div .ariaChecked=${this.checked} .ariaLabel=${A(this)} class=${m(F.container)} @blur=${this.onContainerBlur} @focus=${this.onContainerFocus} role=radio tabindex=${e??b} ${v(this.setContainerEl)}><div class="radio"></div></div>${L({component:this})}`})}};k("calcite-radio-button",l);export{l as RadioButton};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ var l=["date","datetime-local","month","number","range","time","week"],m=["email","password","search","tel","text","url"],u=["email","password","search","tel","text","textarea","url"];function a(t,n,e,r){let s=e.toLowerCase(),o=t[e];r&&o!=null?n.setAttribute(s,`${o}`):n.removeAttribute(s)}function x(t,n,e){e.type=t==="textarea"?"text":t;let r=l.includes(t),s=n;a(s,e,"min",r),a(s,e,"max",r),a(s,e,"step",r);let o=u.includes(t),i=n;a(i,e,"minLength",o),a(i,e,"maxLength",o);let c=m.includes(t);a(i,e,"pattern",c)}export{x as a};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as g,b as y}from"./6VFJT5QA.js";import{a}from"./TVLD3AOO.js";import{a as f}from"./V7HGGFTI.js";import"./IWHKNQVC.js";import{a as T}from"./VALEMC46.js";import{a as C,b as d}from"./G5GEKU4E.js";import{z as c}from"./7AD7VKZ6.js";import"./Y7BXR2VY.js";import{I as R,d as w,e as s,j as p,u as r,v as u,w as m}from"./5WIIOMNV.js";var v={lastVisibleRow:"last-visible-row"},S=w`:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{--calcite-internal-table-row-background: var(--calcite-table-row-background, var(--calcite-color-foreground-1));--calcite-internal-table-row-border-color: var(--calcite-table-row-border-color, transparent);display:contents}:host([hidden]){display:none}[hidden]{display:none}:host([disabled]) tr{pointer-events:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}tr{border-block-end:1px solid var(--calcite-internal-table-row-border-color);background-color:var(--calcite-internal-table-row-background)}tr.last-visible-row{border-block-end:0}`,h=class extends u{constructor(){super(),this.rowCells=[],this.tableRowSlotEl=C(),this.disabled=!1,this.interactionMode="interactive",this.numbered=!1,this.selected=!1,this.selectionMode="none",this.calciteInternalTableRowFocusRequest=r({cancelable:!1}),this.calciteInternalTableRowSelect=r({cancelable:!1}),this.calciteTableRowSelect=r({cancelable:!1}),this.handleSelectionOfRow=()=>{(this.rowType==="body"||this.rowType==="head"&&this.selectionMode==="multiple")&&this.calciteTableRowSelect.emit()},this.handleKeyboardSelection=e=>{T(e.key)&&(e.key===" "&&e.preventDefault(),this.handleSelectionOfRow())},this.listenOn(document,"calciteInternalTableRowFocusChange",this.calciteInternalTableRowFocusChangeHandler)}static{this.properties={alignment:3,bodyRowCount:9,cellCount:9,disabled:7,interactionMode:1,lastVisibleRow:5,numbered:5,positionAll:9,positionSection:9,positionSectionLocalized:1,readCellContentsToAT:5,rowType:1,scale:1,selected:7,selectedRowCount:9,selectedRowCountLocalized:1,selectionMode:1}}static{this.styles=S}load(){this.listenOn(this.el.shadowRoot,"slotchange",this.handleSlotChange)}willUpdate(e){(e.has("bodyRowCount")||e.has("scale")||e.has("selected")&&(this.hasUpdated||this.selected!==!1)||e.has("selectedRowCount")||e.has("interactionMode")&&(this.hasUpdated||this.interactionMode!=="interactive"))&&this.handleCellChanges(),(e.has("numbered")&&(this.hasUpdated||this.numbered!==!1)||e.has("selectionMode")&&(this.hasUpdated||this.selectionMode!=="none"))&&this.handleDelayedCellChanges(),e.has("selected")&&this.calciteInternalTableRowSelect.emit()}updated(){g(this)}loaded(){this.tableRowEl&&this.rowCells.length>0&&this.updateCells()}handleSlotChange(){this.updateCells()}handleCellChanges(){this.tableRowEl&&this.rowCells.length>0&&this.updateCells()}handleDelayedCellChanges(){this.tableRowEl&&this.rowCells.length>0&&requestAnimationFrame(()=>this.updateCells())}calciteInternalTableRowFocusChangeHandler(e){if(e.target.contains(this.el)){let l=e.detail.cellPosition,o=e.detail.rowPosition,i=e.detail.destination,t=e.detail.lastCell;if(o===this.positionAll){if(this.disabled){let b=i==="last"?"previous":i==="first"?"next":i;this.emitTableRowFocusRequest(l,this.positionAll,b);return}let n=t?this.rowCells[this.rowCells.length-1]:this.rowCells?.find((b,$)=>$+1===l);n&&n.setFocus()}}}keyDownHandler(e){if(this.interactionMode!=="interactive")return;let l=e.target,o=e.key,i=e.ctrlKey,t=this.rowCells;if(l.matches("calcite-table-cell")||l.matches("calcite-table-header"))switch(o){case"ArrowUp":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"previous"),e.preventDefault();break;case"ArrowDown":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"next"),e.preventDefault();break;case"PageUp":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"first"),e.preventDefault();break;case"PageDown":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"last"),e.preventDefault();break;case"ArrowLeft":c(t,l,"previous",!1),e.preventDefault();break;case"ArrowRight":c(t,l,"next",!1),e.preventDefault();break;case"Home":i?(this.emitTableRowFocusRequest(1,this.positionAll,"first"),e.preventDefault()):(c(t,l,"first",!1),e.preventDefault());break;case"End":i?(this.emitTableRowFocusRequest(this.rowCells?.length,this.positionAll,"last",!0),e.preventDefault()):(c(t,l,"last",!1),e.preventDefault());break}}emitTableRowFocusRequest(e,l,o,i){this.calciteInternalTableRowFocusRequest.emit({cellPosition:e,rowPosition:l,destination:o,lastCell:i})}updateCells(){let e=this.alignment?this.alignment:this.rowType!=="head"?"center":"start",l=this.tableRowSlotEl.value?.assignedElements({flatten:!0})?.filter(t=>t.matches("calcite-table-cell")||t.matches("calcite-table-header")),o=Array.from(this.tableRowEl?.querySelectorAll("calcite-table-header, calcite-table-cell"))?.filter(t=>t.numberCell||t.selectionCell),i=o?o.concat(l):l;i.length>0&&i?.forEach((t,n)=>{t.interactionMode=this.interactionMode,t.lastCell=n===i.length-1,t.parentRowAlignment=e,t.parentRowIsSelected=this.selected,t.parentRowType=this.rowType,t.positionInRow=n+1,t.scale=this.scale,t.nodeName==="CALCITE-TABLE-CELL"&&(t.readCellContentsToAT=this.readCellContentsToAT,t.disabled=this.disabled)}),this.rowCells=i||[],this.cellCount=i?.length}renderSelectionIcon(){let e=this.selectionMode==="multiple"&&this.selected?"check-square-f":this.selectionMode==="multiple"?"square":this.selected?"circle-f":"circle";return s`<calcite-icon .icon=${e} .scale=${f(this.scale)}></calcite-icon>`}renderSelectableCell(){return this.rowType==="head"?a("selection-head",s`<calcite-table-header alignment=center .bodyRowCount=${this.bodyRowCount} @click=${this.handleSelectionOfRow} @keydown=${this.handleKeyboardSelection} .parentRowAlignment=${this.alignment} .selectedRowCount=${this.selectedRowCount} .selectedRowCountLocalized=${this.selectedRowCountLocalized} .selectionCell=${!0} .selectionMode=${this.selectionMode}></calcite-table-header>`):this.rowType==="body"?a("selection-body",s`<calcite-table-cell alignment=center @click=${this.handleSelectionOfRow} @keydown=${this.handleKeyboardSelection} .parentRowAlignment=${this.alignment} .parentRowIsSelected=${this.selected} .parentRowPositionLocalized=${this.positionSectionLocalized} .selectionCell=${!0}>${this.renderSelectionIcon()}</calcite-table-cell>`):a("selection-foot",s`<calcite-table-cell alignment=center .parentRowAlignment=${this.alignment} .selectionCell=${!0}></calcite-table-cell>`)}renderNumberedCell(){return this.rowType==="head"?a("numbered-head",s`<calcite-table-header alignment=center .numberCell=${!0} .parentRowAlignment=${this.alignment}></calcite-table-header>`):this.rowType==="body"?a("numbered-body",s`<calcite-table-cell alignment=center .numberCell=${!0} .parentRowAlignment=${this.alignment}>${this.positionSectionLocalized}</calcite-table-cell>`):a("numbered-foot",s`<calcite-table-cell alignment=center .numberCell=${!0} .parentRowAlignment=${this.alignment}></calcite-table-cell>`)}render(){return y({disabled:this.disabled,children:s`<tr .ariaRowIndex=${this.positionAll+1} .ariaSelected=${this.selected} class=${m({[v.lastVisibleRow]:this.lastVisibleRow})} @keydown=${this.keyDownHandler} ${d(e=>{e&&(this.tableRowEl=e,p(s`${this.numbered&&this.renderNumberedCell()||""}${this.selectionMode!=="none"&&this.renderSelectableCell()||""}<slot ${d(this.tableRowSlotEl)}></slot>`,e))})}></tr>`})}};R("calcite-table-row",h);export{h as TableRow};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as R}from"./A43TKJ6J.js";import{c as h,e as y,f as C,g as L,h as x,i as p}from"./62UA4F4S.js";import"./5E6WFGQD.js";import{a as H}from"./W2PJHNUO.js";import"./TVLD3AOO.js";import"./UIF5EHAA.js";import{b as d}from"./G5GEKU4E.js";import{h as b,j as k}from"./7AD7VKZ6.js";import{a as E}from"./Y7BXR2VY.js";import{I as w,d as m,e as v,u as n,v as g,w as l,z as T}from"./5WIIOMNV.js";var O={positionContainer:"position-container",container:"container"},I=300,D=500,S="aria-describedby";function P(s){let{referenceElement:e}=s;return(typeof e=="string"?k(s,{id:e}):e)||null}var u=class{constructor(){this.registeredElements=new WeakMap,this.registeredShadowRootCounts=new WeakMap,this.hoverOpenTimeout=null,this.hoverCloseTimeout=null,this.activeTooltip=null,this.registeredElementCount=0,this.clickedTooltip=null,this.queryTooltip=e=>{let{registeredElements:t}=this,i=e.find(o=>t.has(o));return t.get(i)},this.keyDownHandler=e=>{if(e.key==="Escape"&&!e.defaultPrevented){let{activeTooltip:t}=this;if(t?.open){this.clearHoverTimeout(),this.closeActiveTooltip();let i=P(t),o=e.composedPath();(i instanceof Element&&o.includes(i)||o.includes(t))&&e.preventDefault()}}},this.pointerMoveHandler=e=>{if(e.defaultPrevented)return;let t=e.composedPath(),{activeTooltip:i}=this,o=this.queryTooltip(t);if(this.pathHasOpenTooltip(o,t)){this.clearHoverTimeout();return}o!==this.clickedTooltip&&(o?this.openHoveredTooltip(o):i?.open&&this.closeHoveredTooltip(),this.clickedTooltip=null)},this.clickHandler=e=>{if(e.defaultPrevented)return;this.clickedTooltip=null;let t=e.composedPath(),i=this.queryTooltip(t);if(this.pathHasOpenTooltip(i,t)){this.clearHoverTimeout();return}if(this.closeActiveTooltip(),!!i){if(this.clearHoverTimeout(),i.closeOnClick){this.clickedTooltip=i,this.toggleTooltip(i,!1);return}this.toggleTooltip(i,!0)}},this.blurHandler=()=>{this.closeActiveTooltip()},this.focusInHandler=e=>{if(e.defaultPrevented)return;let t=e.composedPath(),i=this.queryTooltip(t);if(this.pathHasOpenTooltip(i,t)){this.clearHoverTimeout();return}i!==this.clickedTooltip&&(this.clickedTooltip=null,this.closeTooltipIfNotActive(i),i&&this.toggleFocusedTooltip(i,!0))},this.openHoveredTooltip=e=>{this.hoverOpenTimeout=window.setTimeout(()=>{this.hoverOpenTimeout!==null&&(this.clearHoverCloseTimeout(),this.closeTooltipIfNotActive(e),this.toggleTooltip(e,!0))},this.activeTooltip?.open?0:I)},this.closeHoveredTooltip=()=>{this.hoverCloseTimeout=window.setTimeout(()=>{this.hoverCloseTimeout!==null&&this.closeActiveTooltip()},D)}}registerElement(e,t){this.registeredElementCount++,this.registeredElements.set(e,t);let i=this.getReferenceElShadowRootNode(e);i&&this.registerShadowRoot(i),this.registeredElementCount===1&&this.addListeners()}unregisterElement(e){let t=this.getReferenceElShadowRootNode(e);t&&this.unregisterShadowRoot(t),this.registeredElements.delete(e)&&this.registeredElementCount--,this.registeredElementCount===0&&this.removeListeners()}pathHasOpenTooltip(e,t){let{activeTooltip:i}=this;return i?.open&&t.includes(i)||e?.open&&t.includes(e)}addShadowListeners(e){e.addEventListener("focusin",this.focusInHandler)}removeShadowListeners(e){e.removeEventListener("focusin",this.focusInHandler)}addListeners(){window.addEventListener("keydown",this.keyDownHandler),window.addEventListener("pointermove",this.pointerMoveHandler),window.addEventListener("click",this.clickHandler),window.addEventListener("focusin",this.focusInHandler),window.addEventListener("blur",this.blurHandler)}removeListeners(){window.removeEventListener("keydown",this.keyDownHandler),window.removeEventListener("pointermove",this.pointerMoveHandler),window.removeEventListener("click",this.clickHandler),window.removeEventListener("focusin",this.focusInHandler),window.removeEventListener("blur",this.blurHandler)}clearHoverOpenTimeout(){window.clearTimeout(this.hoverOpenTimeout),this.hoverOpenTimeout=null}clearHoverCloseTimeout(){window.clearTimeout(this.hoverCloseTimeout),this.hoverCloseTimeout=null}clearHoverTimeout(){this.clearHoverOpenTimeout(),this.clearHoverCloseTimeout()}closeTooltipIfNotActive(e){this.activeTooltip!==e&&this.closeActiveTooltip()}closeActiveTooltip(){let{activeTooltip:e}=this;e?.open&&this.toggleTooltip(e,!1)}toggleFocusedTooltip(e,t){t&&this.clearHoverTimeout(),this.toggleTooltip(e,t)}toggleTooltip(e,t){e.open=t,this.activeTooltip=t?e:null}registerShadowRoot(e){let{registeredShadowRootCounts:t}=this,i=t.get(e),o=Math.min((typeof i=="number"?i:0)+1,1);o===1&&this.addShadowListeners(e),t.set(e,o)}unregisterShadowRoot(e){let{registeredShadowRootCounts:t}=this,i=t.get(e),o=Math.max((typeof i=="number"?i:1)-1,0);o===0&&this.removeShadowListeners(e),t.set(e,o)}getReferenceElShadowRootNode(e){return e instanceof Element?b(e):null}},U=m`:host{position:relative;display:block;--calcite-floating-ui-z-index: var(--calcite-tooltip-z-index, var(--calcite-z-index-tooltip))}.position-container{inline-size:max-content;display:none;inset-block-start:0;left:0;z-index:var(--calcite-floating-ui-z-index)}.position-container .calcite-floating-ui-anim{position:relative;transition:var(--calcite-floating-ui-transition);transition-property:inset,left,opacity;opacity:0;box-shadow:0 0 16px #00000029;z-index:var(--calcite-z-index);border-radius:.25rem}.position-container[data-placement^=bottom] .calcite-floating-ui-anim{inset-block-start:-5px}.position-container[data-placement^=top] .calcite-floating-ui-anim{inset-block-start:5px}.position-container[data-placement^=left] .calcite-floating-ui-anim{left:5px}.position-container[data-placement^=right] .calcite-floating-ui-anim{left:-5px}.position-container[data-placement] .calcite-floating-ui-anim--active{opacity:1;inset-block-start:0;left:0}.calcite-floating-ui-arrow{pointer-events:none;position:absolute;z-index:calc(var(--calcite-z-index) * -1);fill:var(--calcite-color-foreground-1)}.calcite-floating-ui-arrow__stroke{stroke:var(--calcite-color-border-3)}.container{position:relative;overflow:hidden;padding-block:.75rem;padding-inline:1rem;font-size:var(--calcite-font-size--2);line-height:1.375;font-weight:var(--calcite-font-weight-medium);border-radius:var(--calcite-tooltip-corner-radius, var(--calcite-corner-radius-round));color:var(--calcite-tooltip-text-color, var(--calcite-color-text-1));max-inline-size:20rem;max-block-size:20rem;text-align:start}.position-container .calcite-floating-ui-anim{border-width:1px;border-style:solid;background-color:var(--calcite-tooltip-background-color, var(--calcite-color-foreground-1));border-color:var(--calcite-tooltip-border-color, var(--calcite-color-border-3));border-radius:var(--calcite-tooltip-corner-radius, var(--calcite-corner-radius-round))}.calcite-floating-ui-arrow{fill:var(--calcite-tooltip-background-color, var(--calcite-color-foreground-1))}.calcite-floating-ui-arrow__stroke{stroke:var(--calcite-tooltip-border-color, var(--calcite-color-border-3))}:host([hidden]){display:none}[hidden]{display:none}`,A=new u,f=class extends g{constructor(){super(...arguments),this.guid=`calcite-tooltip-${E()}`,this.transitionProp="opacity",this.floatingLayout="vertical",this.closeOnClick=!1,this.offsetDistance=p,this.offsetSkidding=0,this.open=!1,this.overlayPositioning="absolute",this.placement="auto",this.calciteTooltipBeforeClose=n({cancelable:!1}),this.calciteTooltipBeforeOpen=n({cancelable:!1}),this.calciteTooltipClose=n({cancelable:!1}),this.calciteTooltipOpen=n({cancelable:!1})}static{this.properties={floatingLayout:16,referenceEl:16,closeOnClick:7,label:1,offsetDistance:11,offsetSkidding:11,open:7,overlayPositioning:3,placement:3,referenceElement:1}}static{this.styles=U}async reposition(e=!1){let{referenceEl:t,placement:i,overlayPositioning:o,offsetDistance:r,offsetSkidding:a,arrowEl:c,floatingEl:z}=this;return y(this,{floatingEl:z,referenceEl:t,overlayPositioning:o,placement:i,offsetDistance:r,offsetSkidding:a,arrowEl:c,type:"tooltip"},e)}connectedCallback(){super.connectedCallback(),this.setUpReferenceElement(!0)}willUpdate(e){(e.has("offsetDistance")&&(this.hasUpdated||this.offsetDistance!==p)||e.has("offsetSkidding")&&(this.hasUpdated||this.offsetSkidding!==0)||e.has("overlayPositioning")&&(this.hasUpdated||this.overlayPositioning!=="absolute")||e.has("placement")&&(this.hasUpdated||this.placement!=="auto"))&&this.reposition(!0),e.has("open")&&(this.hasUpdated||this.open!==!1)&&this.openHandler(),e.has("referenceElement")&&this.setUpReferenceElement()}loaded(){this.referenceElement&&!this.referenceEl&&this.setUpReferenceElement()}disconnectedCallback(){super.disconnectedCallback(),this.removeReferences(),x(this)}openHandler(){H(this),this.reposition(!0)}onBeforeOpen(){this.calciteTooltipBeforeOpen.emit()}onOpen(){this.calciteTooltipOpen.emit()}onBeforeClose(){this.calciteTooltipBeforeClose.emit()}onClose(){this.calciteTooltipClose.emit(),C(this)}setFloatingEl(e){this.floatingEl=e,e&&requestAnimationFrame(()=>this.setUpReferenceElement())}setTransitionEl(e){this.transitionEl=e}setUpReferenceElement(e=!0){this.removeReferences(),this.referenceEl=P(this.el),L(this);let{el:t,referenceElement:i,referenceEl:o}=this;e&&i&&!o&&console.warn(`${t.tagName}: reference-element id "${i}" was not found.`,{el:t}),this.addReferences()}getId(){return this.el.id||this.guid}addReferences(){let{referenceEl:e}=this;if(!e)return;let t=this.getId();"setAttribute"in e&&e.setAttribute(S,t),A.registerElement(e,this.el)}removeReferences(){let{referenceEl:e}=this;e&&("removeAttribute"in e&&e.removeAttribute(S),A.unregisterElement(e))}render(){let{referenceEl:e,label:t,open:i,floatingLayout:o}=this,r=e&&i,a=!r;return this.el.inert=a,this.el.ariaLabel=t,this.el.ariaLive="polite",T(this.el,"id",this.getId()),this.el.role="tooltip",v`<div class=${l(O.positionContainer)} ${d(this.setFloatingEl)}><div class=${l({[h.animation]:!0,[h.animationActive]:r})} ${d(this.setTransitionEl)}>${R({floatingLayout:o,ref:c=>this.arrowEl=c})}<div class=${l(O.container)}><slot></slot></div></div></div>`}};w("calcite-tooltip",f);export{f as Tooltip};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{b as _}from"./3AWHEFUT.js";import"./OJCYBIGG.js";var r={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_f\xE9vrier_mars_avril_mai_juin_juillet_ao\xFBt_septembre_octobre_novembre_d\xE9cembre".split("_"),monthsShort:"janv._f\xE9vr._mars_avr._mai_juin_juil._ao\xFBt_sept._oct._nov._d\xE9c.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){var a=e===1?"er":"";return""+e+a}};_.locale(r,null,!0);var s=r;export{s as default};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as y}from"./WI77ICVL.js";import{a as A}from"./24P6DEQH.js";import{b as f}from"./G5GEKU4E.js";import{v as S,z as l}from"./7AD7VKZ6.js";import{a as I}from"./Y7BXR2VY.js";import{I as v,d as u,e as a,f as b,i as h,u as c,v as g,w as r}from"./5WIIOMNV.js";var p={actionIcon:"action-icon",actionIconStart:"action-icon--start",actionIconEnd:"action-icon--end",actionContainer:"action-container",stepBarContainer:"step-bar-container",singleView:"single-view"},o={stepBar:"step-bar",stepBarActive:"step-bar--active",stepBarComplete:"step-bar--complete",stepBarDisabled:"step-bar--disabled",stepBarError:"step-bar--error",stepBarInActive:"step-bar--inactive"},E=({disabled:d,active:e,complete:t,error:i})=>a`<svg class=${r({[o.stepBar]:!0})}>${b`<rect class=${r({[o.stepBarActive]:e,[o.stepBarComplete]:t,[o.stepBarDisabled]:d,[o.stepBarError]:i,[o.stepBarInActive]:!0})} width=100% x=0 y=0 />`}</svg>`,P=u`:host([scale=s]){--calcite-internal-stepper-item-spacing-unit-s: .25rem;--calcite-internal-stepper-action-block-size: 2.75rem;--calcite-internal-stepper-action-inline-size: 2rem;--calcite-internal-step-bar-gap: .25rem}:host([scale=m]){--calcite-internal-stepper-item-spacing-unit-s: .5rem;--calcite-internal-stepper-action-block-size: 3.25rem;--calcite-internal-stepper-action-inline-size: 2.5rem}:host([scale=l]){--calcite-internal-stepper-item-spacing-unit-s: .75rem;--calcite-internal-stepper-action-block-size: 4rem;--calcite-internal-stepper-action-inline-size: 3rem;--calcite-internal-step-bar-gap: .75rem}:host{display:flex}.container{position:relative;display:flex;inline-size:100%;min-inline-size:fit-content;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:space-between}:host([layout=vertical]) .container{flex:1 1 auto;flex-direction:column}:host([layout=horizontal]) .container,:host([layout=horizontal-single]) .container{display:grid;grid-template-areas:"items" "content";gap:.5rem var(--calcite-internal-stepper-item-spacing-unit-s)}:host([layout=horizontal][scale=s]) .container,:host([layout=horizontal-single][scale=s]) .container{gap:.25rem var(--calcite-internal-stepper-item-spacing-unit-s)}:host([layout=horizontal][scale=l]) .container,:host([layout=horizontal-single][scale=l]) .container{gap:.75rem var(--calcite-internal-stepper-item-spacing-unit-s)}:host([layout=horizontal]) .container.single-view{display:flex;grid-template-columns:none}.action-icon{position:relative;display:flex;flex-grow:0;block-size:var(--calcite-internal-stepper-action-block-size);inline-size:var(--calcite-internal-stepper-action-inline-size)}.action-container{position:absolute;display:flex;justify-content:space-between;padding-block:.25rem;inline-size:100%}.step-bar{display:flex;block-size:100%;inline-size:100%}.step-bar-container{position:absolute;display:flex;align-items:flex-start;justify-content:space-between;block-size:.125rem;inline-size:100%;gap:var(--calcite-internal-step-bar-gap, .5rem)}.step-bar--inactive{fill:var(--calcite-color-border-3, #dfdfdf);fill-opacity:1;block-size:100%}.step-bar--active{fill:var(--calcite-color-brand)}.step-bar--complete{fill:var(--calcite-color-brand);fill-opacity:.5}.step-bar--error{fill:var(--calcite-color-status-danger)}.step-bar--disabled{opacity:.5}:host([hidden]){display:none}[hidden]{display:none}`,m=class extends g{constructor(){super(),this.enabledItems=[],this.guid=`calcite-stepper-action-${I()}`,this.itemMap=new Map,this.items=[],this.multipleViewMode=!1,this.mutationObserver=y("mutation",()=>this.updateItems()),this.icon=!1,this.layout="horizontal",this.messages=A(),this.numbered=!1,this.scale="m",this.selectedItem=null,this.calciteInternalStepperItemChange=c({cancelable:!1}),this.calciteStepperChange=c({cancelable:!1}),this.calciteStepperItemChange=c({cancelable:!1}),this.listen("calciteInternalStepperItemKeyEvent",this.calciteInternalStepperItemKeyEvent),this.listen("calciteInternalStepperItemRegister",this.registerItem),this.listen("calciteInternalStepperItemSelect",this.updateItem),this.listen("calciteStepperItemSelect",this.handleItemSelect)}static{this.properties={currentActivePosition:16,icon:7,layout:3,messageOverrides:0,numbered:7,numberingSystem:3,scale:3,selectedItem:0}}static{this.styles=P}async endStep(){let e=this.getEnabledStepIndex(this.items.length-1,"previous");typeof e=="number"&&this.updateStep(e)}async goToStep(e){let t=e-1;this.currentActivePosition!==t&&this.updateStep(t)}async nextStep(){let e=this.getEnabledStepIndex(this.currentActivePosition+1,"next");typeof e=="number"&&this.updateStep(e)}async prevStep(){let e=this.getEnabledStepIndex(this.currentActivePosition-1,"previous");typeof e=="number"&&this.updateStep(e)}async startStep(){let e=this.getEnabledStepIndex(0,"next");typeof e=="number"&&this.updateStep(e)}connectedCallback(){super.connectedCallback(),this.mutationObserver?.observe(this.el,{childList:!0}),this.updateItems()}willUpdate(e){(e.has("icon")&&(this.hasUpdated||this.icon!==!1)||e.has("layout")&&(this.hasUpdated||this.layout!=="horizontal")||e.has("numbered")&&(this.hasUpdated||this.numbered!==!1)||e.has("scale")&&(this.hasUpdated||this.scale!=="m"))&&(this.updateItems(),this.determineActiveStepper()),e.has("numberingSystem")&&this.setStepperItemNumberingSystem(),e.has("currentActivePosition")&&requestAnimationFrame(()=>{this.determineActiveStepper()})}loaded(){if(typeof this.currentActivePosition!="number"){let e=this.getFirstEnabledStepperPosition();e===0&&(this.currentActivePosition=e),this.calciteInternalStepperItemChange.emit({position:e})}}disconnectedCallback(){super.disconnectedCallback(),this.mutationObserver?.disconnect()}calciteInternalStepperItemKeyEvent(e){let t=e.detail.item,i=e.target;switch(t.key){case"ArrowDown":case"ArrowRight":l(this.enabledItems,i,"next");break;case"ArrowUp":case"ArrowLeft":l(this.enabledItems,i,"previous");break;case"Home":l(this.enabledItems,i,"first");break;case"End":l(this.enabledItems,i,"last");break}e.stopPropagation()}registerItem(e){let t=e.target,{content:i,position:n}=e.detail;this.itemMap.set(t,{position:n,content:i}),this.enabledItems=this.filterItems(),e.stopPropagation()}updateItem(e){let{position:t}=e.detail;typeof t=="number"&&(this.currentActivePosition=t,this.selectedItem=e.target),this.calciteInternalStepperItemChange.emit({position:t})}handleItemSelect(){this.emitItemSelect()}emitItemSelect(){this.calciteStepperItemChange.emit(),this.calciteStepperChange.emit()}updateItems(){this.el.querySelectorAll("calcite-stepper-item").forEach(e=>{e.icon=this.icon,e.numbered=this.numbered,e.layout=this.layout,e.scale=this.scale})}determineActiveStepper(){let{items:e}=this;if(e.length<2)return;let{currentActivePosition:t,layout:i}=this;this.multipleViewMode=i!=="horizontal-single",e.forEach((n,s)=>{n.hidden=i==="horizontal-single"&&s!==(t||0)})}getEnabledStepIndex(e,t="next"){let{items:i,currentActivePosition:n}=this,s=e;for(;i[s]?.disabled&&this.layout!=="horizontal-single";)s=s+(t==="previous"?-1:1);return s!==n&&s<i.length&&s>=0?s:null}updateStep(e){this.currentActivePosition=e,this.calciteInternalStepperItemChange.emit({position:e})}filterItems(){return this.items.filter(e=>!e.disabled)}setStepperItemNumberingSystem(){this.items.forEach(e=>{e.numberingSystem=this.numberingSystem})}handleActionClick(e){let t=this.currentActivePosition;e.target.getAttribute("data-position")==="start"?this.prevStep():this.nextStep(),typeof this.currentActivePosition=="number"&&t!==this.currentActivePosition&&!this.items[this.currentActivePosition].disabled&&this.emitItemSelect()}getFirstEnabledStepperPosition(){let e=this.items.findIndex(t=>!t.disabled);return e>-1?e:0}setContainerEl(e){this.containerEl=e}handleDefaultSlotChange(e){let t=S(e).filter(n=>n?.tagName==="CALCITE-STEPPER-ITEM");this.items=t;let i=Array(t.length).fill("1fr").join(" ");this.containerEl.style.gridTemplateAreas=i,this.containerEl.style.gridTemplateColumns=i,this.setStepperItemNumberingSystem()}render(){return this.el.ariaLabel=this.messages.label,this.el.role="region",a`<div class=${r({container:!0,[p.singleView]:this.layout==="horizontal-single"})} ${f(this.setContainerEl)}>${this.layout==="horizontal-single"&&a`<div class=${r({[p.stepBarContainer]:!0})}>${this.items.map((e,t)=>E({active:t===this.currentActivePosition,complete:e.complete&&t!==this.currentActivePosition&&!e.error,disabled:e.disabled&&t!==this.currentActivePosition,error:e.error&&t!==this.currentActivePosition}))}</div>`||""}${this.layout==="horizontal-single"&&a`<div class=${r({[p.actionContainer]:!0})}>${this.renderAction("start")}${this.renderAction("end")}</div>`||""}<slot @slotchange=${this.handleDefaultSlotChange}></slot></div>`}renderAction(e){let t=e==="start",i=t?"chevron-left":"chevron-right",{currentActivePosition:n,multipleViewMode:s,layout:z}=this,x=this.items.length,C=`${this.guid}-${t?"start":"end"}`;return z==="horizontal-single"&&!s?a`<calcite-action alignment=center appearance=transparent class=${r({[p.actionIcon]:!0})} compact data-position=${e??h} .disabled=${n===0&&t||n===x-1&&!t} .icon=${i} icon-flip-rtl id=${C??h} @click=${this.handleActionClick} .scale=${this.scale} .text=${t?this.messages.previousStep:this.messages.nextStep}></calcite-action>`:null}};v("calcite-stepper",m);export{m as Stepper};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as ie,b as T}from"./Z2FJJLZ3.js";import{a as W,k as L}from"./XYEB5PRT.js";import{a as ae}from"./TNN7X24K.js";import{c as Y,e as Z,f as ee,h as te}from"./KS4B6LK4.js";import{c as K,d as J,e as Q}from"./FXMO4NFQ.js";import{a as q,b as j}from"./6VFJT5QA.js";import{a as B}from"./TVLD3AOO.js";import{a as G}from"./VALEMC46.js";import{a as N}from"./24P6DEQH.js";import{b as R}from"./G5GEKU4E.js";import{q as H,x as _}from"./7AD7VKZ6.js";import{a as A,b as I,d as U}from"./LIPHS6R3.js";import{a as X}from"./Y7BXR2VY.js";import{A as O,I as E,d as z,e as x,i as P,u as w,v as C,w as g,x as $,z as F}from"./5WIIOMNV.js";var l={container:"container",containerRange:"container--range",graph:"graph",handle:"handle",handleExtension:"handle-extension",handleLabel:"handle__label",handleLabelMinValue:"handle__label--minValue",handleLabelValue:"handle__label--value",hyphen:"hyphen",hyphenWrap:"hyphen--wrap",static:"static",thumb:"thumb",thumbActive:"thumb--active",thumbContainer:"thumb-container",thumbMinValue:"thumb--minValue",thumbPrecise:"thumb--precise",thumbValue:"thumb--value",tick:"tick",tickActive:"tick--active",tickLabel:"tick__label",tickMax:"tick__label--max",tickMin:"tick__label--min",ticks:"ticks",track:"track",trackRange:"track__range",transformed:"transformed"},se={validationMessage:"validationMessage"},le=250,ne=z`@charset "UTF-8";:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}.scale--s{--calcite-slider-handle-size: .625rem;--calcite-slider-handle-extension-height: .4rem;--calcite-slider-container-font-size: var(--calcite-font-size--3)}.scale--s .handle__label,.scale--s .tick__label{line-height:.75rem}.scale--m{--calcite-slider-handle-size: .875rem;--calcite-slider-handle-extension-height: .5rem;--calcite-slider-container-font-size: var(--calcite-font-size--2)}.scale--m .handle__label,.scale--m .tick__label{line-height:1rem}.scale--l{--calcite-slider-handle-size: 1rem;--calcite-slider-handle-extension-height: .65rem;--calcite-slider-container-font-size: var(--calcite-font-size--1)}.scale--l .handle__label,.scale--l .tick__label{line-height:1rem}.handle__label,.tick__label{font-weight:var(--calcite-font-weight-medium);color:var(--calcite-slider-text-color, var(--calcite-color-text-2));font-size:var(--calcite-slider-container-font-size)}:host{display:block}:host .validation-container{padding-block-start:0!important}.container{position:relative;display:block;overflow-wrap:normal;word-break:normal;padding-inline:calc(var(--calcite-slider-handle-size) * .5);padding-block:calc(var(--calcite-slider-handle-size) * .5);margin-block:calc(var(--calcite-slider-handle-size) * .5);margin-inline:0;--calcite-slider-full-handle-height: calc( var(--calcite-slider-handle-size) + var(--calcite-slider-handle-extension-height) );touch-action:none;-webkit-user-select:none;user-select:none}:host([disabled]) .track__range,:host([disabled]) .tick--active{background-color:var(--calcite-color-text-3)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}.scale--s .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -.375rem}.scale--m .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -.5rem}.scale--l .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -.55rem}:host([precise]:not([has-histogram])) .container .thumb--value{--calcite-slider-thumb-y-offset: calc(var(--calcite-slider-full-handle-height) * -1)}.thumb-container{position:relative;max-inline-size:100%}.thumb{--calcite-slider-thumb-x-offset: calc(var(--calcite-slider-handle-size) * .5);position:absolute;margin:0;display:flex;cursor:pointer;flex-direction:column;align-items:center;border-style:none;background-color:transparent;padding:0;font-family:inherit;outline:2px solid transparent;outline-offset:2px;transform:translate(var(--calcite-slider-thumb-x-offset),var(--calcite-slider-thumb-y-offset))}.thumb .handle__label{white-space:nowrap}.thumb .handle__label.static,.thumb .handle__label.transformed{position:absolute;inset-block:0px;opacity:0}.thumb .handle__label.hyphen:after{content:"\u2014";display:inline-block;inline-size:1em}.thumb .handle__label.hyphen--wrap{display:flex}.thumb .handle{box-sizing:border-box;border-radius:9999px;outline-color:transparent;background-color:var(--calcite-slider-handle-fill-color, var(--calcite-color-foreground-1));block-size:var(--calcite-slider-handle-size);inline-size:var(--calcite-slider-handle-size);box-shadow:0 0 0 2px var(--calcite-color-text-3) inset;transition:border var(--calcite-internal-animation-timing-medium) ease,background-color var(--calcite-internal-animation-timing-medium) ease,box-shadow var(--calcite-animation-timing) ease}.thumb .handle-extension{inline-size:.125rem;block-size:var(--calcite-slider-handle-extension-height);background-color:var(--calcite-slider-handle-extension-color, var(--calcite-color-text-3))}.thumb:hover .handle{box-shadow:0 0 0 3px var(--calcite-color-brand) inset}.thumb:hover .handle-extension{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand))}.thumb:focus .handle{outline:2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));outline-offset:calc(2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}.thumb:focus .handle-extension{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand))}.thumb.thumb--minValue{transform:translate(calc(var(--calcite-slider-thumb-x-offset) * -1),var(--calcite-slider-thumb-y-offset))}.thumb.thumb--precise{--calcite-slider-thumb-y-offset: -.125rem}:host([label-handles]) .thumb{--calcite-slider-thumb-x-offset: 50%}:host([label-handles]):host(:not([has-histogram])) .scale--s .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -1.4375rem}:host([label-handles]):host(:not([has-histogram])) .scale--m .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -1.875rem}:host([label-handles]):host(:not([has-histogram])) .scale--l .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -2rem}:host([has-histogram][label-handles]) .handle__label,:host([label-handles]:not([has-histogram])) .thumb--minValue.thumb--precise .handle__label{margin-block-start:.5em}:host(:not([has-histogram]):not([precise])) .handle__label,:host([label-handles]:not([has-histogram])) .thumb--value .handle__label{margin-block-end:.5em}:host([label-handles][precise]):host(:not([has-histogram])) .scale--s .thumb--value{--calcite-slider-thumb-y-offset: -2.075rem}:host([label-handles][precise]):host(:not([has-histogram])) .scale--m .thumb--value{--calcite-slider-thumb-y-offset: -2.75rem}:host([label-handles][precise]):host(:not([has-histogram])) .scale--l .thumb--value{--calcite-slider-thumb-y-offset: -3.0625rem}.thumb:focus .handle,.thumb--active .handle{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand));box-shadow:0 0 8px #00000029}.thumb:hover.thumb--precise:after,.thumb:focus.thumb--precise:after,.thumb--active.thumb--precise:after{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand))}.track{position:relative;block-size:.125rem;border-radius:0;background-color:var(--calcite-slider-track-color, var(--calcite-color-border-2));transition:all var(--calcite-internal-animation-timing-medium) ease-in}.track__range{position:absolute;inset-block-start:0px;block-size:.125rem;background-color:var(--calcite-slider-track-fill-color, var(--calcite-color-brand))}.container--range .track__range:hover{cursor:ew-resize}.container--range .track__range:after{position:absolute;inline-size:100%;content:"";inset-block-start:calc(var(--calcite-slider-full-handle-height) * .5 * -1);block-size:calc(var(--calcite-slider-handle-size) + var(--calcite-slider-handle-extension-height))}@media (forced-colors: active){.thumb{outline-width:0;outline-offset:0}.handle{outline:2px solid transparent;outline-offset:2px}.thumb:focus .handle,.thumb .handle-extension,.thumb:hover .handle-extension,.thumb:focus .handle-extension,.thumb:active .handle-extension{background-color:canvasText}.track{background-color:canvasText}.track__range{background-color:highlight}}.tick{position:absolute;block-size:.25rem;inline-size:.125rem;border-width:1px;border-style:solid;background-color:var(--calcite-slider-tick-color, var(--calcite-color-border-input));border-color:var(--calcite-slider-tick-border-color, var(--calcite-color-foreground-1));inset-block-start:-2px;pointer-events:none;margin-inline-start:-.125rem}.tick--active{background-color:var(--calcite-slider-tick-selected-color, var(--calcite-color-brand))}.tick__label{pointer-events:none;margin-block-start:.875rem;display:flex;justify-content:center}.tick__label--min{transition:opacity var(--calcite-animation-timing)}.tick__label--max{transition:opacity var(--calcite-internal-animation-timing-fast)}:host([has-histogram][label-handles]) .tick__label--min,:host([has-histogram][label-handles]) .tick__label--max,:host([has-histogram][precise]) .tick__label--min,:host([has-histogram][precise]) .tick__label--max{font-weight:var(--calcite-font-weight-normal);color:var(--calcite-color-text-3)}.graph{color:var(--calcite-slider-graph-color, var(--calcite-color-foreground-3));block-size:48px}:host([label-ticks][ticks]) .container{padding-block-end:calc(.875rem + var(--calcite-slider-container-font-size))}:host([has-histogram]):host([precise][label-handles]) .container{padding-block-end:calc(var(--calcite-slider-full-handle-height) + 1em)}:host([has-histogram]):host([label-handles]:not([precise])) .container{padding-block-end:calc(var(--calcite-slider-handle-size) * .5 + 1em)}:host([has-histogram]):host([precise]:not([label-handles])) .container{padding-block-end:var(--calcite-slider-full-handle-height)}:host(:not([has-histogram])):host([precise]:not([label-handles])) .container{padding-block-start:var(--calcite-slider-full-handle-height)}:host(:not([has-histogram])):host([precise]:not([label-handles])) .container--range{padding-block-end:var(--calcite-slider-full-handle-height)}:host(:not([has-histogram])):host([label-handles]:not([precise])) .container{padding-block-start:calc(var(--calcite-slider-full-handle-height) + 4px)}:host(:not([has-histogram])):host([label-handles][precise]) .container{padding-block-start:calc(var(--calcite-slider-full-handle-height) + var(--calcite-slider-container-font-size) + 4px)}:host(:not([has-histogram])):host([label-handles][precise]) .container--range{padding-block-end:calc(var(--calcite-slider-full-handle-height) + var(--calcite-slider-container-font-size) + 4px)}.validation-container{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}:host([scale=m]) .validation-container,:host([scale=l]) .validation-container{padding-block-start:.5rem}:host([scale=s]) .validation-container{padding-block-start:.25rem}::slotted(input[slot=hidden-form-input]){margin:0!important;opacity:0!important;outline:none!important;padding:0!important;position:absolute!important;inset:0!important;transform:none!important;-webkit-appearance:none!important;z-index:-1!important}:host([hidden]){display:none}[hidden]{display:none}`;function p(S){return Array.isArray(S)}var D=class extends C{constructor(){super(),this.activeProp="value",this.dragEnd=e=>{this.disabled||(this.removeDragListeners(),this.focusActiveHandle(e.clientX),this.lastDragPropValue!=this[this.dragProp]&&this.emitChange(),this.dragProp=null,this.lastDragPropValue=null,this.minValueDragRange=null,this.maxValueDragRange=null,this.minMaxValueRange=null)},this.dragUpdate=e=>{if(!this.disabled&&(e.preventDefault(),this.dragProp)){let t=this.mapToRange(e.clientX||e.pageX);if(p(this.value)&&this.dragProp==="minMaxValue")if(this.minValueDragRange&&this.maxValueDragRange&&this.minMaxValueRange){let a=t-this.minValueDragRange,i=t+this.maxValueDragRange;i<=this.max&&a>=this.min&&i-a===this.minMaxValueRange&&this.setValue({minValue:this.clamp(a,"minValue"),maxValue:this.clamp(i,"maxValue")})}else this.minValueDragRange=t-this.minValue,this.maxValueDragRange=this.maxValue-t,this.minMaxValueRange=this.maxValue-this.minValue;else this.setValue({[this.dragProp]:this.clamp(t,this.dragProp)})}},this.formatValue=e=>(L.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:this.groupSeparator},L.localize(e.toString())),this.guid=`calcite-slider-${X()}`,this.messages=N({name:null}),this.pointerUpDragEnd=e=>{this.disabled||!_(e)||this.dragEnd(e)},this.maxValueDragRange=null,this.minMaxValueRange=null,this.minValueDragRange=null,this.tickValues=[],this.disabled=!1,this.fillPlacement="start",this.groupSeparator=!1,this.hasHistogram=!1,this.labelHandles=!1,this.labelTicks=!1,this.max=100,this.min=0,this.mirrored=!1,this.precise=!1,this.required=!1,this.scale="m",this.snap=!1,this.status="idle",this.step=1,this.validity={valid:!1,badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1},this.value=0,this.calciteSliderChange=w({cancelable:!1}),this.calciteSliderInput=w({cancelable:!1}),this.listen("pointerdown",this.pointerDownHandler),this.listen("keydown",this.handleKeyDown),this.listen("touchstart",this.handleTouchStart)}static{this.properties={maxValueDragRange:16,minMaxValueRange:16,minValueDragRange:16,tickValues:16,disabled:7,fillPlacement:3,form:3,groupSeparator:7,hasHistogram:7,histogram:0,histogramStops:0,labelFormatter:0,labelHandles:7,labelTicks:7,max:11,maxLabel:1,maxValue:9,min:11,minLabel:1,minValue:9,mirrored:7,name:3,numberingSystem:1,pageStep:11,precise:7,required:7,scale:3,snap:7,status:3,step:11,ticks:11,validationIcon:[3,{converter:O}],validationMessage:1,validity:0,value:11}}static{this.shadowRootOptions={mode:"open",delegatesFocus:!0}}static{this.styles=ne}async setFocus(){await U(this),(this.minHandle?this.minHandle:this.maxHandle)?.focus()}connectedCallback(){super.connectedCallback(),this.setMinMaxFromValue(),this.setValueFromMinMax(),K(this),Y(this)}load(){A(this),p(this.value)||(this.value=this.snap?this.getClosestStep(this.value):this.clamp(this.value)),ee(this,this.value)}willUpdate(e){e.has("histogram")&&(this.hasHistogram=!!this.histogram),e.has("ticks")&&(this.tickValues=this.generateTickValues()),e.has("value")&&(this.hasUpdated||this.value!==0)&&this.setMinMaxFromValue(),(e.has("minValue")||e.has("maxValue"))&&this.setValueFromMinMax()}updated(){this.labelHandles&&(this.adjustHostObscuredHandleLabel("value"),p(this.value)&&(this.adjustHostObscuredHandleLabel("minValue"),this.precise&&!this.hasHistogram||this.hyphenateCollidingRangeHandleLabels())),this.hideObscuredBoundingTickLabels(),q(this)}loaded(){I(this)}disconnectedCallback(){super.disconnectedCallback(),J(this),Z(this),this.removeDragListeners()}handleKeyDown(e){let t=this.shouldMirror(),{activeProp:a,max:i,min:s,pageStep:r,step:o}=this,n=this[a],{key:h}=e;if(G(h)){e.preventDefault();return}let m;if(h==="ArrowUp"||h==="ArrowRight"?m=n+o*(t&&h==="ArrowRight"?-1:1):h==="ArrowDown"||h==="ArrowLeft"?m=n-o*(t&&h==="ArrowLeft"?-1:1):h==="PageUp"?r&&(m=n+r):h==="PageDown"?r&&(m=n-r):h==="Home"?m=s:h==="End"&&(m=i),isNaN(m))return;e.preventDefault();let d=Number(m.toFixed(T(o)));this.setValue({[a]:this.clamp(d,a)})}pointerDownHandler(e){if(this.disabled||!_(e))return;let t=e.clientX||e.pageX,a=this.mapToRange(t),i="value";p(this.value)&&(a>=this.minValue&&a<=this.maxValue&&this.lastDragProp==="minMaxValue"?i="minMaxValue":i=Math.abs(this.maxValue-a)<Math.abs(this.minValue-a)||a>=this.maxValue?"maxValue":"minValue"),this.lastDragPropValue=this[i],this.dragStart(i),this.el.shadowRoot.querySelector(`.${l.thumb}:active`)||this.setValue({[i]:this.clamp(a,i)}),this.focusActiveHandle(t)}handleTouchStart(e){e.preventDefault()}buildThumbType(e){let t=[e];return this.labelHandles&&t.push("labeled"),this.precise&&t.push("precise"),this.hasHistogram&&t.push("histogram"),t.join("-")}setValueFromMinMax(){let{minValue:e,maxValue:t}=this;typeof e=="number"&&typeof t=="number"&&(this.value=[e,t])}setMinMaxFromValue(){let{value:e}=this;p(e)&&(this.minValue=e[0],this.maxValue=e[1])}onLabelClick(){this.setFocus()}shouldMirror(){return this.mirrored&&!this.hasHistogram}shouldUseMinValue(){return p(this.value)?this.hasHistogram&&this.maxValue===0||!this.hasHistogram&&this.minValue===0:!1}getTickDensity(){let e=(this.max-this.min)/this.ticks/le;return e<1?1:e}generateTickValues(){let e=this.ticks??0;if(e<=0)return[];let t=[this.min],a=this.getTickDensity(),i=e*a,s=this.min;for(;s<this.max;)s+=i,t.push(Math.min(s,this.max));return t.includes(this.max)||t.push(this.max),t}onThumbBlur(){this.activeProp=null}onThumbFocus(e){let t=e.currentTarget;this.activeProp=t.getAttribute("data-value-prop")}onThumbPointerDown(e){let t=e.currentTarget;this.pointerDownDragStart(e,t.getAttribute("data-value-prop"))}onTrackPointerDown(e){this.pointerDownDragStart(e,"minMaxValue")}pointerDownDragStart(e,t){_(e)&&this.dragStart(t)}dragStart(e){this.dragProp=e,this.lastDragProp=this.dragProp,this.activeProp=e,window.addEventListener("pointermove",this.dragUpdate),window.addEventListener("pointerup",this.pointerUpDragEnd),window.addEventListener("pointercancel",this.dragEnd)}focusActiveHandle(e){this.dragProp==="minValue"?this.minHandle.focus():this.dragProp==="maxValue"||this.dragProp==="value"?this.maxHandle.focus():this.dragProp==="minMaxValue"&&this.getClosestHandle(e).focus()}emitInput(){this.calciteSliderInput.emit()}emitChange(){this.calciteSliderChange.emit()}removeDragListeners(){window.removeEventListener("pointermove",this.dragUpdate),window.removeEventListener("pointerup",this.pointerUpDragEnd),window.removeEventListener("pointercancel",this.dragEnd)}setValue(e){let t;Object.keys(e).forEach(a=>{let i=e[a];t||(t=this[a]!==i),this[a]=i}),t&&(this.dragProp||this.emitChange(),this.emitInput())}storeTrackRef(e){this.trackEl=e}storeThumbRef(e){e&&(e.getAttribute("data-value-prop")==="minValue"?this.minHandle=e:this.maxHandle=e)}clamp(e,t){return e=ie(e,this.min,this.max),t==="maxValue"&&(e=Math.max(e,this.minValue)),t==="minValue"&&(e=Math.min(e,this.maxValue)),e}mapToRange(e){let t=this.max-this.min,{left:a,width:i}=this.trackEl.getBoundingClientRect(),s=(e-a)/i,r=this.shouldMirror(),o=this.clamp(this.min+t*(r?1-s:s)),n=Number(o.toFixed(T(this.step)));return this.snap&&this.step?this.getClosestStep(n):n}getClosestStep(e){let{max:t,min:a,step:i}=this,s=new W(`${Math.floor((e-a)/i)}`).multiply(`${i}`).add(`${a}`).toString(),r=this.clamp(Number(s));return r>t&&(r-=i),r}getClosestHandle(e){return this.getDistanceX(this.maxHandle,e)>this.getDistanceX(this.minHandle,e)?this.minHandle:this.maxHandle}getDistanceX(e,t){return Math.abs(e.getBoundingClientRect().left-t)}getFontSizeForElement(e){return Number(window.getComputedStyle(e).getPropertyValue("font-size").match(/\d+/)[0])}getUnitInterval(e){e=this.clamp(e);let t=this.max-this.min;return(e-this.min)/t}adjustHostObscuredHandleLabel(e){let t=this.el.shadowRoot.querySelector(`.handle__label--${e}`),a=this.el.shadowRoot.querySelector(`.handle__label--${e}.static`),i=this.el.shadowRoot.querySelector(`.handle__label--${e}.transformed`),s=a.getBoundingClientRect(),r=this.getHostOffset(s.left,s.right);t.style.transform=`translateX(${r}px)`,i.style.transform=`translateX(${r}px)`}hyphenateCollidingRangeHandleLabels(){let{shadowRoot:e}=this.el,t=this.shouldMirror(),a=t?"value":"minValue",i=t?"minValue":"value",s=e.querySelector(`.handle__label--${a}`),r=e.querySelector(`.handle__label--${a}.static`),o=e.querySelector(`.handle__label--${a}.transformed`),n=this.getHostOffset(r.getBoundingClientRect().left,r.getBoundingClientRect().right),h=e.querySelector(`.handle__label--${i}`),m=e.querySelector(`.handle__label--${i}.static`),d=e.querySelector(`.handle__label--${i}.transformed`),u=this.getHostOffset(m.getBoundingClientRect().left,m.getBoundingClientRect().right),k=this.getFontSizeForElement(s),v=this.getRangeLabelOverlap(o,d),f=s,b=k/2;if(v>0){if(f.classList.add(l.hyphen,l.hyphenWrap),u===0&&n===0){let c=v/2-b;c=Math.sign(c)===-1?Math.abs(c):-c;let y=this.getHostOffset(o.getBoundingClientRect().left+c-b,o.getBoundingClientRect().right+c-b),V=v/2,M=this.getHostOffset(d.getBoundingClientRect().left+V,d.getBoundingClientRect().right+V);y!==0&&(c+=y,V+=y),M!==0&&(c+=M,V+=M),s.style.transform=`translateX(${c}px)`,o.style.transform=`translateX(${c-b}px)`,h.style.transform=`translateX(${V}px)`,d.style.transform=`translateX(${V}px)`}else if(n>0||u>0)s.style.transform=`translateX(${n+b}px)`,h.style.transform=`translateX(${v+u}px)`,d.style.transform=`translateX(${v+u}px)`;else if(n<0||u<0){let c=Math.abs(n)+v-b;c=Math.sign(c)===-1?Math.abs(c):-c,s.style.transform=`translateX(${c}px)`,o.style.transform=`translateX(${c-b}px)`}}else f.classList.remove(l.hyphen,l.hyphenWrap),s.style.transform=`translateX(${n}px)`,o.style.transform=`translateX(${n}px)`,h.style.transform=`translateX(${u}px)`,d.style.transform=`translateX(${u}px)`}hideObscuredBoundingTickLabels(){let e=p(this.value);if(!this.hasHistogram&&!e&&!this.labelHandles&&!this.precise||!this.hasHistogram&&!e&&this.labelHandles&&!this.precise||!this.hasHistogram&&!e&&!this.labelHandles&&this.precise||!this.hasHistogram&&!e&&this.labelHandles&&this.precise||!this.hasHistogram&&e&&!this.precise||this.hasHistogram&&!this.precise&&!this.labelHandles)return;let t=this.el.shadowRoot.querySelector(`.${l.thumbMinValue}`),a=this.el.shadowRoot.querySelector(`.${l.thumbValue}`),i=this.el.shadowRoot.querySelector(`.${l.tickMin}`),s=this.el.shadowRoot.querySelector(`.${l.tickMax}`);!t&&a&&i&&s&&(i.style.opacity=this.isMinTickLabelObscured(i,a)?"0":"1",s.style.opacity=this.isMaxTickLabelObscured(s,a)?"0":"1"),t&&a&&i&&s&&(i.style.opacity=this.isMinTickLabelObscured(i,t)||this.isMinTickLabelObscured(i,a)?"0":"1",s.style.opacity=this.isMaxTickLabelObscured(s,t)||this.isMaxTickLabelObscured(s,a)&&this.hasHistogram?"0":"1")}getHostOffset(e,t){let{left:a,right:i}=this.el.getBoundingClientRect();return e<a?a-e:t>i?-(t-i):0}getRangeLabelOverlap(e,t){let a=e.getBoundingClientRect(),i=t.getBoundingClientRect(),s=this.getFontSizeForElement(e),r=a.right+s-i.left;return Math.max(r,0)}isMinTickLabelObscured(e,t){let a=e.getBoundingClientRect(),i=t.getBoundingClientRect();return H(a,i)}isMaxTickLabelObscured(e,t){let a=e.getBoundingClientRect(),i=t.getBoundingClientRect();return H(a,i)}internalLabelFormatter(e,t){let a=this.labelFormatter;return a?a(e,t,this.formatValue)??this.formatValue(e):this.formatValue(e)}render(){let e=this.el.id||this.guid,t=p(this.value)?this.maxValue:this.value,a=this.minValue||this.min,i=this.shouldUseMinValue(),s=this.getUnitInterval(i?this.minValue:a)*100,r=this.getUnitInterval(t)*100,o=this.shouldMirror(),n=p(this.value),h=this.buildThumbType("max"),m=this.renderThumb({type:h,thumbPlacement:h.includes("histogram")?"below":"above",maxInterval:r,minInterval:s,mirror:o}),d=this.buildThumbType("min"),u=n?this.renderThumb({type:d,thumbPlacement:d.includes("histogram")||d.includes("precise")?"below":"above",maxInterval:r,minInterval:s,mirror:o}):null,k=n?"start":this.fillPlacement,v=k==="none"?{left:"unset",right:"unset"}:k==="end"?{left:`${o?s:r}%`,right:`${o?r:s}%`}:{left:`${o?100-r:s}%`,right:`${o?s:100-r}%`};return F(this.el,"id",e),j({disabled:this.disabled,children:x`<div aria-errormessage=${se.validationMessage} .ariaInvalid=${this.status==="invalid"} .ariaLabel=${Q(this)} class=${g({[l.container]:!0,[l.containerRange]:n,[`scale--${this.scale}`]:!0})}>${this.renderGraph()}<div class=${g(l.track)} ${R(this.storeTrackRef)}><div class=${g(l.trackRange)} @pointerdown=${this.onTrackPointerDown} style=${$(v)}></div><div class=${g(l.ticks)}>${this.tickValues.map(f=>{let b=`${this.getUnitInterval(f)*100}%`,c=!1;if(k==="start"||k==="end")if(i)c=f>=this.minValue&&f<=this.maxValue;else{let y=k==="start"?a:t,V=k==="start"?t:this.max;c=f>=y&&f<=V}return x`<span class=${g({[l.tick]:!0,[l.tickActive]:c})} style=${$({left:o?"":b,right:o?b:""})}>${this.renderTickLabel(f)}</span>`})}</div></div><div class=${g(l.thumbContainer)}>${u}${m}${te({component:this})}</div></div>${this.validationMessage&&this.status==="invalid"?ae({icon:this.validationIcon,id:se.validationMessage,message:this.validationMessage,scale:this.scale,status:this.status}):null}`})}renderThumb({type:e,mirror:t,thumbPlacement:a,minInterval:i,maxInterval:s}){let r=e.includes("labeled"),o=e.includes("precise"),n=e.includes("min"),h=p(this.value),m=n?this.minValue:h?this.maxValue:this.value,d=n?"minValue":h?"maxValue":"value",u=n?this.minLabel:h?this.maxLabel:this.minLabel,k=n?this.minValue:m,v=d==="minValue"?this.internalLabelFormatter(this.minValue,"min"):d==="maxValue"?this.internalLabelFormatter(this.maxValue,"max"):this.internalLabelFormatter(m,"value"),f=n?{left:`${t?100-i:i}%`}:{right:`${t?s:100-s}%`},b=`${l.handleLabel} ${n?l.handleLabelMinValue:l.handleLabelValue}`,c=[...r?[x`<span aria-hidden=true class=${g(b)}>${v}</span>`,x`<span aria-hidden=true class=${`${b} ${l.static}`}>${v}</span>`,x`<span aria-hidden=true class=${`${b} ${l.transformed}`}>${v}</span>`]:[],x`<div class=${g(l.handle)}></div>`,o&&x`<div class=${g(l.handleExtension)}></div>`||""];return a==="below"&&c.reverse(),B(e,x`<div .ariaLabel=${u} aria-orientation=horizontal .ariaValueMax=${this.max} .ariaValueMin=${this.min} .ariaValueNow=${k} class=${g({[l.thumb]:!0,[l.thumbValue]:!n,[l.thumbActive]:this.lastDragProp!=="minMaxValue"&&this.dragProp===d,[l.thumbPrecise]:o,[l.thumbMinValue]:n})} data-value-prop=${d??P} @blur=${this.onThumbBlur} @focus=${this.onThumbFocus} @pointerdown=${this.onThumbPointerDown} role=slider style=${$(f)} tabindex=0 ${R(this.storeThumbRef)}>${c}</div>`)}renderGraph(){return this.histogram?x`<calcite-graph class=${g(l.graph)} .colorStops=${this.histogramStops} .data=${this.histogram} .highlightMax=${p(this.value)?this.maxValue:this.value} .highlightMin=${p(this.value)?this.minValue:this.min} .max=${this.max} .min=${this.min}></calcite-graph>`:null}renderTickLabel(e){let{hasHistogram:t,labelHandles:a,labelTicks:i,max:s,min:r,precise:o,value:n}=this,h=p(n),m=e===r,d=e===s,u=m||d;return i&&(!t&&(u||!o||!h)||t&&(u||!o&&!a))?x`<span class=${g({[l.tickLabel]:!0,[l.tickMin]:m,[l.tickMax]:d})}>${this.internalLabelFormatter(e,"tick")}</span>`:null}};E("calcite-slider",D);export{D as Slider};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{b as r}from"./3AWHEFUT.js";import"./OJCYBIGG.js";var M={s:"ein paar Sekunden",m:["eine Minute","einer Minute"],mm:"%d Minuten",h:["eine Stunde","einer Stunde"],hh:"%d Stunden",d:["ein Tag","einem Tag"],dd:["%d Tage","%d Tagen"],M:["ein Monat","einem Monat"],MM:["%d Monate","%d Monaten"],y:["ein Jahr","einem Jahr"],yy:["%d Jahre","%d Jahren"]};function e(n,t,_){var a=M[_];return Array.isArray(a)&&(a=a[t?0:1]),a.replace("%d",n)}var i={name:"de",weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),months:"Januar_Februar_M\xE4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xE4rz_Apr._Mai_Juni_Juli_Aug._Sept._Okt._Nov._Dez.".split("_"),ordinal:function(t){return t+"."},weekStart:1,yearStart:4,formats:{LTS:"HH:mm:ss",LT:"HH:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},relativeTime:{future:"in %s",past:"vor %s",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e}};r.locale(i,null,!0);var d=i;export{d as default};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as V}from"./OJCYBIGG.js";var Z=60,z=Z*60,P=z*24,at=P*7,A=1e3,U=Z*A,k=z*A,Q=P*A,X=at*A,x="millisecond",O="second",p="minute",E="hour",d="day",g="week",S="month",F="quarter",I="year",m="date",J="YYYY-MM-DDTHH:mm:ssZ",j="Invalid Date",K=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,B=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g;var b=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},it=function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),a=n%60;return(e<=0?"+":"-")+b(r,2,"0")+":"+b(a,2,"0")},st=function u(t,e){if(t.date()<e.date())return-u(e,t);var n=(e.year()-t.year())*12+(e.month()-t.month()),r=t.clone().add(n,S),a=e-r<0,i=t.clone().add(n+(a?-1:1),S);return+(-(n+(e-r)/(a?r-i:i-r))||0)},ut=function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},ot=function(t){var e={M:S,y:I,w:g,d,D:m,h:E,m:p,s:O,ms:x,Q:F};return e[t]||String(t||"").toLowerCase().replace(/s$/,"")},ct=function(t){return t===void 0},tt={s:b,z:it,m:st,a:ut,p:ot,u:ct};var w="en",N={};N[w]=V;var rt="$isDayjsObject",G=function(t){return t instanceof W||!!(t&&t[rt])},R=function u(t,e,n){var r;if(!t)return w;if(typeof t=="string"){var a=t.toLowerCase();N[a]&&(r=a),e&&(N[a]=e,r=a);var i=t.split("-");if(!r&&i.length>1)return u(i[0])}else{var o=t.name;N[o]=t,r=o}return!n&&r&&(w=r),r||!n&&w},C=function(t,e){if(G(t))return t.clone();var n=typeof e=="object"?e:{};return n.date=t,n.args=arguments,new W(n)},ft=function(t,e){return C(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})},s=tt;s.l=R;s.i=G;s.w=ft;var ht=function(t){var e=t.date,n=t.utc;if(e===null)return new Date(NaN);if(s.u(e))return new Date;if(e instanceof Date)return new Date(e);if(typeof e=="string"&&!/Z$/i.test(e)){var r=e.match(K);if(r){var a=r[2]-1||0,i=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)):new Date(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)}}return new Date(e)},W=function(){function u(e){this.$L=R(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[rt]=!0}var t=u.prototype;return t.parse=function(n){this.$d=ht(n),this.init()},t.init=function(){var n=this.$d;this.$y=n.getFullYear(),this.$M=n.getMonth(),this.$D=n.getDate(),this.$W=n.getDay(),this.$H=n.getHours(),this.$m=n.getMinutes(),this.$s=n.getSeconds(),this.$ms=n.getMilliseconds()},t.$utils=function(){return s},t.isValid=function(){return this.$d.toString()!==j},t.isSame=function(n,r){var a=C(n);return this.startOf(r)<=a&&a<=this.endOf(r)},t.isAfter=function(n,r){return C(n)<this.startOf(r)},t.isBefore=function(n,r){return this.endOf(r)<C(n)},t.$g=function(n,r,a){return s.u(n)?this[r]:this.set(a,n)},t.unix=function(){return Math.floor(this.valueOf()/1e3)},t.valueOf=function(){return this.$d.getTime()},t.startOf=function(n,r){var a=this,i=s.u(r)?!0:r,o=s.p(n),c=function(y,M){var $=s.w(a.$u?Date.UTC(a.$y,M,y):new Date(a.$y,M,y),a);return i?$:$.endOf(d)},v=function(y,M){var $=[0,0,0,0],L=[23,59,59,999];return s.w(a.toDate()[y].apply(a.toDate("s"),(i?$:L).slice(M)),a)},f=this.$W,D=this.$M,h=this.$D,l="set"+(this.$u?"UTC":"");switch(o){case I:return i?c(1,0):c(31,11);case S:return i?c(1,D):c(0,D+1);case g:{var _=this.$locale().weekStart||0,T=(f<_?f+7:f)-_;return c(i?h-T:h+(6-T),D)}case d:case m:return v(l+"Hours",0);case E:return v(l+"Minutes",1);case p:return v(l+"Seconds",2);case O:return v(l+"Milliseconds",3);default:return this.clone()}},t.endOf=function(n){return this.startOf(n,!1)},t.$set=function(n,r){var a,i=s.p(n),o="set"+(this.$u?"UTC":""),c=(a={},a[d]=o+"Date",a[m]=o+"Date",a[S]=o+"Month",a[I]=o+"FullYear",a[E]=o+"Hours",a[p]=o+"Minutes",a[O]=o+"Seconds",a[x]=o+"Milliseconds",a)[i],v=i===d?this.$D+(r-this.$W):r;if(i===S||i===I){var f=this.clone().set(m,1);f.$d[c](v),f.init(),this.$d=f.set(m,Math.min(this.$D,f.daysInMonth())).$d}else c&&this.$d[c](v);return this.init(),this},t.set=function(n,r){return this.clone().$set(n,r)},t.get=function(n){return this[s.p(n)]()},t.add=function(n,r){var a=this,i;n=Number(n);var o=s.p(r),c=function(h){var l=C(a);return s.w(l.date(l.date()+Math.round(h*n)),a)};if(o===S)return this.set(S,this.$M+n);if(o===I)return this.set(I,this.$y+n);if(o===d)return c(1);if(o===g)return c(7);var v=(i={},i[p]=U,i[E]=k,i[O]=A,i)[o]||1,f=this.$d.getTime()+n*v;return s.w(f,this)},t.subtract=function(n,r){return this.add(n*-1,r)},t.format=function(n){var r=this,a=this.$locale();if(!this.isValid())return a.invalidDate||j;var i=n||J,o=s.z(this),c=this.$H,v=this.$m,f=this.$M,D=a.weekdays,h=a.months,l=a.meridiem,_=function($,L,Y,nt){return $&&($[L]||$(r,i))||Y[L].slice(0,nt)},T=function($){return s.s(c%12||12,$,"0")},H=l||function(M,$,L){var Y=M<12?"AM":"PM";return L?Y.toLowerCase():Y},y=function($){switch($){case"YY":return String(r.$y).slice(-2);case"YYYY":return s.s(r.$y,4,"0");case"M":return f+1;case"MM":return s.s(f+1,2,"0");case"MMM":return _(a.monthsShort,f,h,3);case"MMMM":return _(h,f);case"D":return r.$D;case"DD":return s.s(r.$D,2,"0");case"d":return String(r.$W);case"dd":return _(a.weekdaysMin,r.$W,D,2);case"ddd":return _(a.weekdaysShort,r.$W,D,3);case"dddd":return D[r.$W];case"H":return String(c);case"HH":return s.s(c,2,"0");case"h":return T(1);case"hh":return T(2);case"a":return H(c,v,!0);case"A":return H(c,v,!1);case"m":return String(v);case"mm":return s.s(v,2,"0");case"s":return String(r.$s);case"ss":return s.s(r.$s,2,"0");case"SSS":return s.s(r.$ms,3,"0");case"Z":return o;default:break}return null};return i.replace(B,function(M,$){return $||y(M)||o.replace(":","")})},t.utcOffset=function(){return-Math.round(this.$d.getTimezoneOffset()/15)*15},t.diff=function(n,r,a){var i=this,o=s.p(r),c=C(n),v=(c.utcOffset()-this.utcOffset())*U,f=this-c,D=function(){return s.m(i,c)},h;switch(o){case I:h=D()/12;break;case S:h=D();break;case F:h=D()/3;break;case g:h=(f-v)/X;break;case d:h=(f-v)/Q;break;case E:h=f/k;break;case p:h=f/U;break;case O:h=f/A;break;default:h=f;break}return a?h:s.a(h)},t.daysInMonth=function(){return this.endOf(S).$D},t.$locale=function(){return N[this.$L]},t.locale=function(n,r){if(!n)return this.$L;var a=this.clone(),i=R(n,r,!0);return i&&(a.$L=i),a},t.clone=function(){return s.w(this.$d,this)},t.toDate=function(){return new Date(this.valueOf())},t.toJSON=function(){return this.isValid()?this.toISOString():null},t.toISOString=function(){return this.$d.toISOString()},t.toString=function(){return this.$d.toUTCString()},u}(),et=W.prototype;C.prototype=et;[["$ms",x],["$s",O],["$m",p],["$H",E],["$W",d],["$M",S],["$y",I],["$D",m]].forEach(function(u){et[u[1]]=function(t){return this.$g(t,u[0],u[1])}});C.extend=function(u,t){return u.$i||(u(t,W,C),u.$i=!0),C};C.locale=R;C.isDayjs=G;C.unix=function(u){return C(u*1e3)};C.en=N[w];C.Ls=N;C.p={};var St=C;export{J as a,St as b};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as A}from"./MOTR6ZPN.js";import{a as m,c as w,d as $,e as z,f as H,g as r,h as T}from"./62UA4F4S.js";import"./5E6WFGQD.js";import{a as S}from"./W2PJHNUO.js";import{a as k,b as C}from"./6VFJT5QA.js";import"./UIF5EHAA.js";import{a as P}from"./VALEMC46.js";import{a as p}from"./WI77ICVL.js";import{b as l}from"./G5GEKU4E.js";import{l as h,n as y,z as n}from"./7AD7VKZ6.js";import{a as I,b as O,d as x}from"./LIPHS6R3.js";import{a as E}from"./Y7BXR2VY.js";import{I as D,d as g,e as b,u as o,v,w as d}from"./5WIIOMNV.js";var L={dropdownTrigger:"trigger"},U={wrapper:"calcite-dropdown-wrapper"},B=g`:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{display:inline-block}.calcite-dropdown-wrapper{--calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);inline-size:max-content;display:none;inset-block-start:0;left:0;z-index:var(--calcite-floating-ui-z-index)}.calcite-dropdown-wrapper .calcite-floating-ui-anim{position:relative;transition:var(--calcite-floating-ui-transition);transition-property:inset,left,opacity;opacity:0;box-shadow:0 0 16px #00000029;z-index:var(--calcite-z-index);border-radius:.25rem}.calcite-dropdown-wrapper[data-placement^=bottom] .calcite-floating-ui-anim{inset-block-start:-5px}.calcite-dropdown-wrapper[data-placement^=top] .calcite-floating-ui-anim{inset-block-start:5px}.calcite-dropdown-wrapper[data-placement^=left] .calcite-floating-ui-anim{left:5px}.calcite-dropdown-wrapper[data-placement^=right] .calcite-floating-ui-anim{left:-5px}.calcite-dropdown-wrapper[data-placement] .calcite-floating-ui-anim--active{opacity:1;inset-block-start:0;left:0}.calcite-dropdown-content{max-block-size:45vh;inline-size:auto;overflow-y:auto;overflow-x:hidden;background-color:var(--calcite-color-foreground-1);inline-size:var(--calcite-dropdown-width)}.calcite-trigger-container{position:relative;display:flex;block-size:100%;flex:1 1 auto;word-wrap:break-word;word-break:break-word}.width-s{--calcite-dropdown-width: 12rem}.width-m{--calcite-dropdown-width: 14rem}.width-l{--calcite-dropdown-width: 16rem}@media (forced-colors: active){:host([open]) .calcite-dropdown-wrapper{border:1px solid canvasText}}:host([hidden]){display:none}[hidden]{display:none}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}`,u=class extends v{constructor(){super(),this.focusLastDropdownItem=!1,this.groups=[],this.guid=`calcite-dropdown-${E()}`,this.items=[],this.mutationObserver=p("mutation",()=>this.updateItems()),this.onOpenEnd=()=>{this.focusOnFirstActiveOrDefaultItem(),this.el.removeEventListener("calciteDropdownOpen",this.onOpenEnd)},this.transitionProp="opacity",this.resizeObserver=p("resize",e=>this.resizeObserverCallback(e)),this.closeOnSelectDisabled=!1,this.disabled=!1,this.maxItems=0,this.open=!1,this.overlayPositioning="absolute",this.placement=m,this.scale="m",this.selectedItems=[],this.type="click",this.calciteDropdownBeforeClose=o({cancelable:!1}),this.calciteDropdownBeforeOpen=o({cancelable:!1}),this.calciteDropdownClose=o({cancelable:!1}),this.calciteDropdownOpen=o({cancelable:!1}),this.calciteDropdownSelect=o({cancelable:!1}),this.listenOn(window,"click",this.closeCalciteDropdownOnClick),this.listen("calciteInternalDropdownCloseRequest",this.closeCalciteDropdownOnEvent),this.listenOn(window,"calciteDropdownOpen",this.closeCalciteDropdownOnOpenEvent),this.listen("pointerenter",this.pointerEnterHandler),this.listen("pointerleave",this.pointerLeaveHandler),this.listen("calciteInternalDropdownItemKeyEvent",this.calciteInternalDropdownItemKeyEvent),this.listen("calciteInternalDropdownItemSelect",this.handleItemSelect)}static{this.properties={closeOnSelectDisabled:7,disabled:7,flipPlacements:0,maxItems:11,open:7,overlayPositioning:3,placement:3,scale:3,selectedItems:0,type:3,widthScale:3,width:3}}static{this.shadowRootOptions={mode:"open",delegatesFocus:!0}}static{this.styles=B}async reposition(e=!1){let{floatingEl:t,referenceEl:i,placement:s,overlayPositioning:a,filteredFlipPlacements:c}=this;return z(this,{floatingEl:t,referenceEl:i,overlayPositioning:a,placement:s,flipPlacements:c,type:"menu"},e)}async setFocus(){await x(this),y(this.referenceEl)}connectedCallback(){super.connectedCallback(),this.mutationObserver?.observe(this.el,{childList:!0,subtree:!0}),this.setFilteredPlacements(),this.updateItems(),r(this)}load(){I(this)}willUpdate(e){e.has("open")&&(this.hasUpdated||this.open!==!1)&&this.openHandler(),e.has("disabled")&&(this.hasUpdated||this.disabled!==!1)&&this.handleDisabledChange(this.disabled),e.has("flipPlacements")&&this.flipPlacementsHandler(),e.has("maxItems")&&(this.hasUpdated||this.maxItems!==0)&&this.setMaxScrollerHeight(),(e.has("overlayPositioning")&&(this.hasUpdated||this.overlayPositioning!=="absolute")||e.has("placement")&&(this.hasUpdated||this.placement!==m))&&this.reposition(!0),e.has("scale")&&(this.hasUpdated||this.scale!=="m")&&this.handlePropsChange()}updated(){k(this)}loaded(){this.updateSelectedItems(),O(this),r(this)}disconnectedCallback(){super.disconnectedCallback(),this.mutationObserver?.disconnect(),this.resizeObserver?.disconnect(),T(this)}openHandler(){S(this),!this.disabled&&this.reposition(!0)}handleDisabledChange(e){e||(this.open=!1)}flipPlacementsHandler(){this.setFilteredPlacements(),this.reposition(!0)}handlePropsChange(){this.updateItems(),this.updateGroupScale()}closeCalciteDropdownOnClick(e){this.disabled||!this.open||e.composedPath().includes(this.el)||this.closeCalciteDropdown(!1)}closeCalciteDropdownOnEvent(e){this.closeCalciteDropdown(),e.stopPropagation()}closeCalciteDropdownOnOpenEvent(e){e.composedPath().includes(this.el)||(this.open=!1)}pointerEnterHandler(){this.disabled||this.type!=="hover"||this.toggleDropdown()}pointerLeaveHandler(){this.disabled||this.type!=="hover"||this.closeCalciteDropdown()}getTraversableItems(){return this.items.filter(e=>!e.disabled&&!e.hidden)}calciteInternalDropdownItemKeyEvent(e){let{keyboardEvent:t}=e.detail,i=t.target,s=this.getTraversableItems();switch(t.key){case"Tab":this.open=!1,this.updateTabIndexOfItems(i);break;case"ArrowDown":n(s,i,"next");break;case"ArrowUp":n(s,i,"previous");break;case"Home":n(s,i,"first");break;case"End":n(s,i,"last");break}e.stopPropagation()}handleItemSelect(e){this.updateSelectedItems(),e.stopPropagation(),this.calciteDropdownSelect.emit(),(!this.closeOnSelectDisabled||e.detail.requestedDropdownGroup.selectionMode==="none")&&this.closeCalciteDropdown(),e.stopPropagation()}setFilteredPlacements(){let{el:e,flipPlacements:t}=this;this.filteredFlipPlacements=t?$(t,e):null}updateTriggers(e){this.triggers=e.target.assignedElements({flatten:!0}),this.reposition(!0)}updateItems(){this.items=this.groups.map(e=>Array.from(e?.querySelectorAll("calcite-dropdown-item"))).reduce((e,t)=>[...e,...t],[]),this.updateSelectedItems(),this.reposition(!0),this.items.forEach(e=>e.scale=this.scale)}updateGroups(e){let t=e.target.assignedElements({flatten:!0}).filter(i=>i?.matches("calcite-dropdown-group"));this.groups=t,this.updateItems(),this.updateGroupScale()}updateGroupScale(){this.groups?.forEach(e=>e.scale=this.scale)}resizeObserverCallback(e){e.forEach(t=>{let{target:i}=t;i===this.referenceEl?this.setDropdownWidth():i===this.scrollerEl&&this.setMaxScrollerHeight()})}setDropdownWidth(){let{referenceEl:e,scrollerEl:t}=this,i=e?.clientWidth;!i||!t||(t.style.minWidth=`${i}px`)}setMaxScrollerHeight(){let{scrollerEl:e}=this;if(!e)return;this.reposition(!0);let t=this.getMaxScrollerHeight();e.style.maxBlockSize=t>0?`${t}px`:"",this.reposition(!0)}setScrollerAndTransitionEl(e){e&&this.resizeObserver?.observe(e),this.scrollerEl=e,this.transitionEl=e}onBeforeOpen(){this.calciteDropdownBeforeOpen.emit()}onOpen(){this.calciteDropdownOpen.emit()}onBeforeClose(){this.calciteDropdownBeforeClose.emit()}onClose(){this.calciteDropdownClose.emit(),H(this)}setReferenceEl(e){this.referenceEl=e,r(this),e&&this.resizeObserver?.observe(e)}setFloatingEl(e){this.floatingEl=e,r(this)}keyDownHandler(e){if(!e.composedPath().includes(this.referenceEl))return;let{defaultPrevented:t,key:i}=e;if(!t){if(i==="Escape"){this.closeCalciteDropdown(),e.preventDefault();return}if(this.open&&e.shiftKey&&i==="Tab"){this.closeCalciteDropdown(),e.preventDefault();return}P(i)?(this.toggleDropdown(),e.preventDefault()):(i==="ArrowDown"||i==="ArrowUp")&&(e.preventDefault(),this.focusLastDropdownItem=i==="ArrowUp",this.open=!0,this.el.addEventListener("calciteDropdownOpen",this.onOpenEnd))}}updateSelectedItems(){this.selectedItems=this.items.filter(e=>e.selected)}getMaxScrollerHeight(){let{maxItems:e,items:t}=this,i=0,s=0,a;return this.groups.forEach(c=>{e>0&&i<e&&Array.from(c.children).forEach((f,F)=>{F===0&&(isNaN(a)&&(a=f.offsetTop),s+=a),i<e&&(s+=f.offsetHeight,i+=1)})}),t.length>=e?s:0}closeCalciteDropdown(e=!0){this.open=!1,e&&h(this.triggers[0])}focusOnFirstActiveOrDefaultItem(){let e=this.getTraversableItems().find(t=>t.selected)||(this.focusLastDropdownItem?this.items[this.items.length-1]:this.items[0]);this.focusLastDropdownItem=!1,e&&h(e)}toggleDropdown(){this.open=!this.open,this.open&&this.el.addEventListener("calciteDropdownOpen",this.onOpenEnd)}updateTabIndexOfItems(e){this.items.forEach(t=>{t.tabIndex=e!==t?-1:0})}render(){let{open:e,guid:t}=this;return C({disabled:this.disabled,children:b`<div class="calcite-trigger-container" .id=${`${t}-menubutton`} @click=${this.toggleDropdown} @keydown=${this.keyDownHandler} ${l(this.setReferenceEl)}><slot aria-controls=${`${t}-menu`} .ariaExpanded=${e} aria-haspopup=menu name=${L.dropdownTrigger} @slotchange=${this.updateTriggers}></slot></div><div .ariaHidden=${!e} class=${d({[U.wrapper]:!0,[A("width",this.width,this.widthScale)]:!!(this.width||this.widthScale)})} ${l(this.setFloatingEl)}><div aria-labelledby=${`${t}-menubutton`} class=${d({"calcite-dropdown-content":!0,[w.animation]:!0,[w.animationActive]:e})} .id=${`${t}-menu`} role=menu ${l(this.setScrollerAndTransitionEl)}><slot @slotchange=${this.updateGroups}></slot></div></div>`})}};D("calcite-dropdown",u);export{u as Dropdown};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ import{a as s}from"./TVLD3AOO.js";import{a as r}from"./V7HGGFTI.js";import"./IWHKNQVC.js";import{b}from"./G5GEKU4E.js";import{e as $,k as h,u as m}from"./7AD7VKZ6.js";import{a as y,b as A,d as k}from"./LIPHS6R3.js";import"./Y7BXR2VY.js";import{B as u,I as f,d as g,e as n,u as d,v as x,w as e}from"./5WIIOMNV.js";var E={actionsStart:"actions-start",actionsEnd:"actions-end"},i={actionsEnd:"actions-end",actionsStart:"actions-start",content:"content",description:"description",expandIcon:"expand-icon",header:"header",headerContainer:"header-container",headerContent:"header-content",headerText:"header-text",heading:"heading",icon:"icon",iconEnd:"icon--end",iconStart:"icon--start"},l={section:"section",sectionToggle:"section-toggle"},S=g`.icon-position--end,.icon-position--start{--calcite-internal-accordion-item-icon-rotation: -90deg ;--calcite-internal-accordion-item-active-icon-rotation: 0deg;--calcite-internal-accordion-item-icon-rotation-rtl: 90deg;--calcite-internal-accordion-item-active-icon-rotation-rtl: 0deg}:host{position:relative;display:flex;flex-direction:column;text-decoration-line:none;color:var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-color-text-3)));background-color:var(--calcite-accordion-item-background-color);border-width:0}:host .header{background-color:var(--calcite-accordion-item-header-background-color)}.icon-position--start{--calcite-internal-accordion-item-flex-direction: row-reverse;--calcite-internal-accordion-item-icon-spacing-start: 0;--calcite-internal-accordion-item-icon-spacing-end: var(--calcite-internal-accordion-icon-margin)}.icon-position--end{--calcite-internal-accordion-item-flex-direction: row;--calcite-internal-accordion-item-icon-spacing-start: var(--calcite-internal-accordion-icon-margin);--calcite-internal-accordion-item-icon-spacing-end: 0}.icon-position--end:not(.icon-type--plus-minus){--calcite-internal-accordion-item-icon-rotation: 0deg;--calcite-internal-accordion-item-active-icon-rotation: 180deg;--calcite-internal-accordion-item-icon-rotation-rtl: 0deg;--calcite-internal-accordion-item-active-icon-rotation-rtl: -180deg }.content,.header{border-block-end-width:var(--calcite-border-width-sm);border-block-end-style:solid;border-color:var(--calcite-accordion-item-border-color, var(--calcite-accordion-border-color, var(--calcite-color-border-2)))}.header-content{padding:var(--calcite-internal-accordion-item-padding, var(--calcite-internal-accordion-item-spacing-unit, .5rem .75rem))}.content{padding:var(--calcite-accordion-item-content-space, var(--calcite-internal-accordion-item-padding, var(--calcite-internal-accordion-item-spacing-unit, .5rem .75rem)))}.header{display:flex;align-items:stretch}.header-content,.header-container,.header .actions-start,.header .actions-end{display:flex;align-items:center;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);word-wrap:break-word;word-break:break-word}.header-content{flex-grow:1;cursor:pointer;outline-color:transparent;flex-direction:var(--calcite-internal-accordion-item-flex-direction);color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-text-color, inherit))}.header-content:focus{outline:2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));outline-offset:calc(-2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}.header-content:focus,.header-content:hover,.header-content:active{color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-text-color-hover, var(--calcite-color-text-2)))}.header-content:focus .heading,.header-content:hover .heading,.header-content:active .heading{color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-text-color-pressed, var(--calcite-color-text-1)))}.header-container{inline-size:100%}.header-text{margin-block:0px;flex-grow:1;flex-direction:column;padding-block:0px;text-align:initial;margin-inline-end:auto}.heading,.description{display:flex;inline-size:100%}.heading{font-weight:var(--calcite-font-weight-medium)}.actions-start ::slotted(calcite-action),.actions-end ::slotted(calcite-action){align-self:stretch}.icon{display:flex;align-items:center;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);margin-inline-end:var(--calcite-internal-accordion-item-icon-spacing-start);margin-inline-start:var(--calcite-internal-accordion-item-icon-spacing-end)}.icon--start{color:var(--calcite-accordion-item-icon-color-start, var(--calcite-accordion-item-start-icon-color, var(--calcite-accordion-item-icon-color, currentColor)));margin-inline-end:var(--calcite-internal-accordion-icon-margin)}.icon--end{color:var(--calcite-accordion-item-icon-color-end, var(--calcite-accordion-item-end-icon-color, var(--calcite-accordion-item-icon-color, currentColor)));margin-inline-end:var(--calcite-internal-accordion-icon-margin);margin-inline-start:var(--calcite-internal-accordion-icon-margin)}.expand-icon{color:var(--calcite-accordion-item-expand-icon-color, var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-color-text-3))));margin-inline-start:var(--calcite-internal-accordion-item-icon-spacing-start);margin-inline-end:var(--calcite-internal-accordion-item-icon-spacing-end);transform:rotate(var(--calcite-internal-accordion-item-icon-rotation))}.calcite--rtl .expand-icon{transform:rotate(var(--calcite-internal-accordion-item-icon-rotation-rtl))}.description{margin-block-start:.25rem}.content{display:none;text-align:initial}:host(:not(:focus):not(:hover):not([expanded])) .heading{color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-item-text-color-hover, var(--calcite-color-text-2)))}:host([expanded]){color:var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-accordion-text-color-pressed, var(--calcite-color-text-1))))}:host([expanded]) .header{border-block-end-color:transparent}:host([expanded]) .expand-icon{color:var(--calcite-accordion-item-expand-icon-color, var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-accordion-item-text-color-hover, var(--calcite-color-text-2)))));transform:rotate(var(--calcite-internal-accordion-item-active-icon-rotation))}:host([expanded]) .calcite--rtl .expand-icon{transform:rotate(var(--calcite-internal-accordion-item-active-icon-rotation-rtl))}:host([expanded]) .description{color:var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-accordion-item-text-color-hover, var(--calcite-color-text-2))))}:host([expanded]) .content{display:block}@media (forced-colors: active){:host([expanded]) .header{border-block-end:none}:host([expanded]) .heading{font-weight:bolder}.header-content:hover .heading,.header-content:focus .heading{text-decoration:underline}}:host([hidden]){display:none}[hidden]{display:none}`,p=class extends x{constructor(){super(),this.hasActionsEnd=!1,this.hasActionsStart=!1,this.expanded=!1,this.calciteInternalAccordionItemClose=d({cancelable:!1}),this.calciteInternalAccordionItemSelect=d({cancelable:!1}),this.listen("keydown",this.keyDownHandler),this.listenOn(document.body,"calciteInternalAccordionChange",this.updateActiveItemOnChange),this.listenOn(document,"calciteInternalAccordionItemsSync",this.accordionItemSyncHandler)}static{this.properties={hasActionsEnd:16,hasActionsStart:16,accordionParent:0,description:1,expanded:7,heading:1,iconEnd:3,iconFlipRtl:3,iconPosition:1,iconStart:3,iconType:1,scale:1}}static{this.styles=S}async setFocus(){await k(this),this.headerEl.focus()}load(){y(this)}loaded(){A(this)}keyDownHandler(t){if(t.target===this.el)switch(t.key){case" ":case"Enter":this.emitRequestedItem(),t.preventDefault();break}}updateActiveItemOnChange(t){let[c]=t.composedPath(),o=h(this.el,"calcite-accordion");c===o&&(this.determineActiveItem(o.selectionMode,t.detail.requestedAccordionItem),t.stopPropagation())}accordionItemSyncHandler(t){let[c]=t.composedPath(),o=this.el;if(o.parentElement===c)return;let a=h(o,"calcite-accordion");c===a&&(this.iconPosition=a.iconPosition,this.iconType=a.iconType,this.scale=a.scale,t.stopPropagation())}handleActionsStartSlotChange(t){this.hasActionsStart=m(t)}handleActionsEndSlotChange(t){this.hasActionsEnd=m(t)}storeHeaderEl(t){this.headerEl=t}itemHeaderClickHandler(){this.emitRequestedItem()}determineActiveItem(t,c){switch(t){case"multiple":this.el===c&&(this.expanded=!this.expanded);break;case"single":this.expanded=this.el===c?!this.expanded:!1;break;case"single-persist":this.expanded=this.el===c;break}}emitRequestedItem(){this.calciteInternalAccordionItemSelect.emit({requestedAccordionItem:this.el})}renderActionsStart(){return n`<div class=${e(i.actionsStart)} .hidden=${!this.hasActionsStart}><slot name=${E.actionsStart} @slotchange=${this.handleActionsStartSlotChange}></slot></div>`}renderActionsEnd(){return n`<div class=${e(i.actionsEnd)} .hidden=${!this.hasActionsEnd}><slot name=${E.actionsEnd} @slotchange=${this.handleActionsEndSlotChange}></slot></div>`}render(){let{iconFlipRtl:t}=this,c=$(this.el),o=this.iconStart?s("icon-start",n`<calcite-icon class=${e({[i.icon]:!0,[i.iconStart]:!0})} .flipRtl=${t==="both"||t==="start"} .icon=${this.iconStart} .scale=${r(this.scale)}></calcite-icon>`):null,a=this.iconEnd?s("icon-end",n`<calcite-icon class=${e({[i.iconEnd]:!0,[i.icon]:!0})} .flipRtl=${t==="both"||t==="end"} .icon=${this.iconEnd} .scale=${r(this.scale)}></calcite-icon>`):null,{description:v}=this;return n`<div class=${e({[`icon-position--${this.iconPosition}`]:!0,[`icon-type--${this.iconType}`]:!0})}><div class=${e({[i.header]:!0,[u.rtl]:c==="rtl"})}>${this.renderActionsStart()}<div aria-controls=${l.section} .ariaExpanded=${this.expanded} class=${e(i.headerContent)} id=${l.sectionToggle} @click=${this.itemHeaderClickHandler} role=button tabindex=0 ${b(this.storeHeaderEl)}><div class=${e(i.headerContainer)}>${o}<div class=${e(i.headerText)}><span class=${e(i.heading)}>${this.heading}</span>${v?n`<span class=${e(i.description)}>${v}</span>`:null}</div>${a}</div><calcite-icon class=${e(i.expandIcon)} .icon=${this.iconType==="chevron"?"chevronDown":this.iconType==="caret"?"caretDown":this.expanded?"minus":"plus"} .scale=${r(this.scale)}></calcite-icon></div>${this.renderActionsEnd()}</div><section aria-labelledby=${l.sectionToggle} class=${e(i.content)} id=${l.section}><slot></slot></section></div>`}};f("calcite-accordion-item",p);export{p as AccordionItem};
@@ -0,0 +1,4 @@
1
+ /*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
2
+ See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
3
+ v3.0.0-next.105 */
4
+ var n={menuActions:"menu-actions",menuTooltip:"menu-tooltip"},o={menu:"ellipsis"},t={container:"container"};export{n as a,o as b,t as c};