@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
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as oe}from"./YMR2Q5CU.js";import{a as G,b as m,c as J,d as Q,e as X,k as l}from"./7NNFVP5Y.js";import{a as ne}from"./DQWJPC22.js";import{a as ee,c as te,e as ie,g as I,h as ae}from"./COVTDEEB.js";import{c as Y,d as Z,e as z}from"./BMULWGQL.js";import{b as E,c as re}from"./QS2H5WWV.js";import{a as K,b as R}from"./MVHJMI6L.js";import{a as P}from"./OUC47AKY.js";import{a as g}from"./W5CGAHOI.js";import"./FHAIE7PW.js";import{b as _}from"./FQTOWUOI.js";import{a as q}from"./RS3QB5Z6.js";import{a as w,b as f}from"./R6R2QDCZ.js";import{e as M,n as A,p as $,x as U}from"./MBJAGWVS.js";import{a as W,b as L,d as j}from"./H6JENZS2.js";import"./ITIJ42U7.js";import{A as k,B as T,I as F,b as C,d as S,e as s,i,t as x,u as v,v as D,w as o}from"./TYYR7NIL.js";var r={loader:"loader",clearButton:"clear-button",editingEnabled:"editing-enabled",inlineChild:"inline-child",inputIcon:"icon",prefix:"prefix",suffix:"suffix",numberButtonWrapper:"number-button-wrapper",buttonItemHorizontal:"number-button-item--horizontal",wrapper:"element-wrapper",inputWrapper:"wrapper",actionWrapper:"action-wrapper",numberButtonItem:"number-button-item",hasSuffix:"has-suffix",hasPrefix:"has-prefix"},V={validationMessage:"inputValidationMessage"},se={tel:"phone",password:"lock",email:"email-address",date:"calendar",time:"clock",search:"search"},ue={action:"action"},de=S`: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}:host([scale=s]) input,:host([scale=s]) .prefix,:host([scale=s]) .suffix{block-size:1.5rem;padding-inline:.5rem;font-size:var(--calcite-font-size--2);line-height:1rem}:host([scale=s]) input[type=file],:host([scale=s]) textarea{min-block-size:1.5rem}:host([scale=s]) .number-button-wrapper,:host([scale=s]) .action-wrapper calcite-button,:host([scale=s]) .action-wrapper calcite-button button{block-size:1.5rem}:host([scale=s]) .clear-button{min-block-size:1.5rem;min-inline-size:1.5rem}:host([scale=s]) textarea{block-size:auto;padding-block:.25rem;padding-inline:.5rem;font-size:var(--calcite-font-size--2);line-height:1rem}:host([scale=m]) input,:host([scale=m]) .prefix,:host([scale=m]) .suffix{block-size:2rem;padding-inline:.75rem;font-size:var(--calcite-font-size--1);line-height:1rem}:host([scale=m]) textarea,:host([scale=m]) input[type=file]{min-block-size:2rem}:host([scale=m]) .number-button-wrapper,:host([scale=m]) .action-wrapper calcite-button,:host([scale=m]) .action-wrapper calcite-button button{block-size:2rem}:host([scale=m]) .clear-button{min-block-size:2rem;min-inline-size:2rem}:host([scale=m]) textarea{block-size:auto;padding-block:.5rem;padding-inline:.75rem;font-size:var(--calcite-font-size--1);line-height:1rem}:host([scale=l]) input,:host([scale=l]) .prefix,:host([scale=l]) .suffix{block-size:2.75rem;padding-inline:1rem;font-size:var(--calcite-font-size-0);line-height:1.25rem}:host([scale=l]) textarea,:host([scale=l]) input[type=file]{min-block-size:2.75rem}:host([scale=l]) .number-button-wrapper,:host([scale=l]) .action-wrapper calcite-button,:host([scale=l]) .action-wrapper calcite-button button{block-size:2.75rem}:host([scale=l]) .clear-button{min-block-size:2.75rem;min-inline-size:2.75rem}:host([scale=l]) textarea{block-size:auto;padding-block:.75rem;padding-inline:1rem;font-size:var(--calcite-font-size-0);line-height:1.25rem}:host([disabled]) textarea{resize:none}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}textarea,input{position:relative;margin:0;box-sizing:border-box;display:flex;max-block-size:100%;inline-size:100%;max-inline-size:100%;flex:1 1 0%;text-overflow:ellipsis;border-width:1px;border-style:solid;font-family:inherit;font-weight:var(--calcite-font-weight-normal);border-color:var(--calcite-input-border-color, var(--calcite-color-border-input));background-color:var(--calcite-input-background-color, var(--calcite-color-foreground-1));color:var(--calcite-input-text-color, var(--calcite-color-text-1));transition:var(--calcite-animation-timing),block-size 0,outline-offset 0s;-webkit-appearance:none}textarea:placeholder-shown,input:placeholder-shown{text-overflow:ellipsis}::placeholder{font-weight:var(--calcite-font-weight-normal);color:var(--calcite-input-placeholder-text-color, var(--calcite-color-text-3))}textarea{border-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp))}input{border-start-start-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp));border-start-end-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp));border-end-start-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp));border-end-end-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp))}.has-prefix input{border-start-start-radius:0;border-end-start-radius:0}.has-suffix input,.element-wrapper:has(.clear-button) input,:host([number-button-type=vertical][type=number]) input,:host([number-button-type=horizontal]) .has-suffix .suffix,:host([number-button-type=vertical][type=number]) .has-suffix .suffix,:host([number-button-type=vertical][type=number]) .clear-button,:host([number-button-type=horizontal][type=number]) .clear-button{border-start-end-radius:0;border-end-end-radius:0}:host([number-button-type=horizontal]) input{border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:0;border-end-end-radius:0}.has-prefix .prefix:first-child,:host([number-button-type=horizontal]) .number-button-item[data-adjustment=down]{border-start-start-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp));border-end-start-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp))}.has-suffix .suffix,:host([number-button-type=vertical][type=number][read-only]) .has-suffix .suffix,:host([clearable]) .clear-button,:host([number-button-type=horizontal]) .number-button-item[data-adjustment=up]{border-end-end-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp));border-start-end-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp))}:host([clearable]) .has-suffix .clear-button{border-end-end-radius:0;border-start-end-radius:0}:host([number-button-type=vertical]) .number-button-item[data-adjustment=down]{border-block-start-width:0px;border-end-end-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp))}:host([number-button-type=vertical]) .number-button-item[data-adjustment=up]{border-start-end-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp))}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input:focus,textarea:focus{border-color:var(--calcite-color-brand);color:var(--calcite-input-text-color, var(--calcite-color-text-1))}input[readonly],textarea[readonly]{font-weight:var(--calcite-font-weight-medium);background-color:var(--calcite-input-background-color, var(--calcite-color-background))}input[readonly]:focus,textarea[readonly]:focus{color:var(--calcite-input-text-color, var(--calcite-color-text-1))}textarea,input{outline-color:transparent}textarea:focus,input: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))))}:host([status=invalid]) input,:host([status=invalid]) textarea{border-color:var(--calcite-color-status-danger)}:host([status=invalid]) input:focus,:host([status=invalid]) textarea:focus{outline:2px solid var(--calcite-color-status-danger);outline-offset:calc(-2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}:host([scale=s]) .icon{inset-inline-start:.5rem}:host([scale=m]) .icon{inset-inline-start:.75rem}:host([scale=l]) .icon{inset-inline-start:1rem}:host([icon][scale=s]) input{padding-inline-start:2rem}:host([icon][scale=m]) input{padding-inline-start:2.5rem}:host([icon][scale=l]) input{padding-inline-start:3.5rem}.element-wrapper{position:relative;order:3;display:inline-flex;flex:1 1 0%;align-items:center}.icon{pointer-events:none;position:absolute;display:block;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;color:var(--calcite-input-icon-color, var(--calcite-color-text-3));z-index:var(--calcite-z-index)}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;block-size:0px;inline-size:0px}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration,input[type=date]::-webkit-clear-button,input[type=time]::-webkit-clear-button{display:none}.clear-button{pointer-events:initial;order:4;margin:0;box-sizing:border-box;display:flex;min-block-size:100%;cursor:pointer;align-items:center;justify-content:center;align-self:stretch;border-width:1px;border-style:solid;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;border-color:var(--calcite-input-border-color, var(--calcite-color-border-input));background-color:var(--calcite-input-actions-background-color, var(--calcite-color-foreground-1));border-inline-start-width:0px}.clear-button calcite-icon{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;color:var(--calcite-input-actions-icon-color, var(--calcite-color-text-3))}.clear-button:hover{background-color:var(--calcite-input-actions-background-color-hover, var(--calcite-color-foreground-2))}.clear-button:hover calcite-icon{color:var(--calcite-input-actions-icon-color-hover, var(--calcite-color-text-1))}.clear-button:active{background-color:var(--calcite-input-actions-background-color-press, var(--calcite-color-foreground-3))}.clear-button:active calcite-icon{color:var(--calcite-input-actions-icon-color-press, var(--calcite-color-text-1))}.clear-button: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))))}.clear-button:disabled{opacity:var(--calcite-opacity-disabled)}.loader{inset-block-start:1px;inset-inline:1px;pointer-events:none;position:absolute;display:block;--calcite-progress-background-color: var(--calcite-input-loading-background-color);--calcite-progress-fill-color: var(--calcite-input-loading-fill-color)}.action-wrapper{order:7;display:flex}.prefix,.suffix{box-sizing:border-box;display:flex;block-size:auto;min-block-size:100%;-webkit-user-select:none;user-select:none;align-content:center;align-items:center;overflow-wrap:break-word;border-width:1px;border-style:solid;font-weight:var(--calcite-font-weight-medium);line-height:1;border-color:var(--calcite-input-border-color, var(--calcite-color-border-input))}.prefix{order:2;border-inline-end-width:0px;inline-size:var(--calcite-input-prefix-size, auto);background-color:var(--calcite-input-prefix-background-color, var(--calcite-color-background));color:var(--calcite-input-prefix-text-color, var(--calcite-color-text-2))}.suffix{order:5;border-inline-start-width:0px;inline-size:var(--calcite-input-suffix-size, auto);background-color:var(--calcite-input-suffix-background-color, var(--calcite-color-background));color:var(--calcite-input-suffix-text-color, var(--calcite-color-text-2))}:host([alignment=start]) textarea,:host([alignment=start]) input{text-align:start}:host([alignment=end]) textarea,:host([alignment=end]) input{text-align:end}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield;margin:0}.number-button-wrapper{pointer-events:none;order:6;box-sizing:border-box;display:flex;flex-direction:column;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}:host([number-button-type=vertical]) .wrapper{flex-direction:row;display:flex}:host([number-button-type=vertical]) input,:host([number-button-type=vertical]) textarea{order:2}:host([number-button-type=horizontal]) .calcite--rtl .number-button-item[data-adjustment=down] calcite-icon{transform:rotate(-90deg)}:host([number-button-type=horizontal]) .calcite--rtl .number-button-item[data-adjustment=up] calcite-icon{transform:rotate(-90deg)}.number-button-item.number-button-item--horizontal{border-color:var(--calcite-input-border-color, var(--calcite-color-border-input));order:1;max-block-size:100%;min-block-size:100%;align-self:stretch;border-width:1px;border-style:solid}.number-button-item.number-button-item--horizontal[data-adjustment=down] calcite-icon,.number-button-item.number-button-item--horizontal[data-adjustment=up] calcite-icon{transform:rotate(90deg)}.number-button-item.number-button-item--horizontal[data-adjustment=down]{border-inline-end-width:0px}.number-button-item.number-button-item--horizontal[data-adjustment=up]{border-inline-start-width:0px;order:5}.number-button-item{max-block-size:50%;min-block-size:50%;pointer-events:initial;margin:0;box-sizing:border-box;display:flex;cursor:pointer;align-items:center;align-self:center;border-width:1px;border-style:solid;background-color:var(--calcite-color-foreground-1);padding-block:0px;padding-inline:.5rem;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;border-color:var(--calcite-input-border-color, var(--calcite-color-border-input));background-color:var(--calcite-input-actions-background-color, var(--calcite-color-foreground-1));border-inline-start-width:0px}.number-button-item calcite-icon{pointer-events:none;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;color:var(--calcite-input-actions-icon-color, var(--calcite-color-text-3))}.number-button-item:hover{background-color:var(--calcite-input-actions-background-color-hover, var(--calcite-color-foreground-2))}.number-button-item:hover calcite-icon{color:var(--calcite-input-actions-icon-color-hover, var(--calcite-color-text-1))}.number-button-item:active{background-color:var(--calcite-input-actions-background-color-press, var(--calcite-color-foreground-3))}.number-button-item:active calcite-icon{color:var(--calcite-input-actions-icon-color-press, var(--calcite-color-text-1))}.number-button-item:disabled{pointer-events:none}.wrapper{position:relative;display:flex;flex-direction:row;align-items:center;border-radius:var(--calcite-input-corner-radius, var(--calcite-corner-radius-sharp));box-shadow:var(--calcite-input-shadow, var(--calcite-shadow-none))}input[type=date]::-webkit-input-placeholder{visibility:hidden!important}:host([type=color]) input{padding:.25rem}:host([type=file]) input{cursor:pointer;border-width:1px;border-style:dashed;background-color:var(--calcite-color-foreground-1);text-align:center;border-color:var(--calcite-input-border-color, var(--calcite-color-border-input));block-size:initial}:host([type=file][scale=s]) input{padding-block:1px;padding-inline:.5rem}:host([type=file][scale=m]) input{padding-block:.25rem;padding-inline:.75rem}:host([type=file][scale=l]) input{padding-block:.5rem;padding-inline:1rem}:host(.no-bottom-border) input{border-block-end-width:0px}:host(.border-top-color-one) input{border-block-start-color:var(--calcite-color-border-1)}input.inline-child{background-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}input.inline-child .editing-enabled{background-color:inherit}input.inline-child:not(.editing-enabled){display:flex;cursor:pointer;text-overflow:ellipsis;border-color:transparent;padding-inline-start:0}.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}`,N=class extends D{constructor(){super(),this.actionWrapperEl=w(),this.attributeWatch=C(["autofocus","enterkeyhint","inputmode","spellcheck"],this.handleGlobalAttributesChanged),this.childElType="input",this.inputWrapperEl=w(),this.onHiddenFormInputInput=e=>{e.target.name===this.name&&this.setValue({value:e.target.value,origin:"direct"}),this.setFocus(),e.stopPropagation()},this.previousValueOrigin="initial",this.userChangedValue=!1,this._value="",this.slottedActionElDisabledInternally=!1,this.alignment="start",this.clearable=!1,this.disabled=!1,this.editingEnabled=!1,this.groupSeparator=!1,this.iconFlipRtl=!1,this.loading=!1,this.localeFormat=!1,this.messages=q(),this.multiple=!1,this.numberButtonType="vertical",this.readOnly=!1,this.required=!1,this.scale="m",this.status="idle",this.type="text",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.calciteInputChange=v({cancelable:!1}),this.calciteInputInput=v(),this.calciteInternalInputBlur=v({cancelable:!1}),this.calciteInternalInputFocus=v({cancelable:!1}),this.listen("click",this.clickHandler),this.listen("keydown",this.keyDownHandler)}static{this.properties={displayedValue:16,slottedActionElDisabledInternally:16,accept:1,alignment:3,autocomplete:0,clearable:7,disabled:7,editingEnabled:7,files:0,form:3,groupSeparator:7,icon:[3,{converter:k}],iconFlipRtl:7,label:1,loading:7,localeFormat:5,max:11,maxLength:11,messageOverrides:0,min:11,minLength:11,multiple:5,name:3,numberButtonType:3,numberingSystem:3,pattern:1,placeholder:1,prefixText:1,readOnly:7,required:7,scale:3,status:3,step:3,suffixText:1,type:3,validationIcon:[3,{converter:k}],validationMessage:1,validity:0,value:1}}static{this.styles=de}get isClearable(){return!this.isTextarea&&(this.clearable||this.type==="search")&&this.value?.length>0}get isTextarea(){return this.childElType==="textarea"}get value(){return this._value}set value(e){let t=this._value;e!==t&&(this._value=e,this.valueWatcher(e,t),e&&this._value===""&&this.setValue({origin:"reset",value:t}))}async selectText(){this.type==="number"?this.childNumberEl?.select():this.childEl?.select()}async setFocus(){await j(this),A(this.type==="number"?this.childNumberEl:this.childEl)}connectedCallback(){super.connectedCallback(),this.inlineEditableEl=this.el.closest("calcite-inline-editable"),this.inlineEditableEl&&(this.editingEnabled=this.inlineEditableEl.editingEnabled||!1),Y(this),te(this),this.el.addEventListener(I,this.onHiddenFormInputInput)}async load(){W(this),this.childElType=this.type==="textarea"?"textarea":"input",this.maxString=this.max?.toString(),this.minString=this.min?.toString(),this.requestedIcon=$(se,this.icon,this.type),this.setPreviousEmittedValue(this.value),this.setPreviousValue(this.value),this.type==="number"&&(this.value==="Infinity"||this.value==="-Infinity"?(this.displayedValue=this.value,this.previousEmittedValue=this.value):(this.warnAboutInvalidNumberValue(this.value),this.setValue({origin:"connected",value:m(this.value)?this.value:""})))}willUpdate(e){e.has("max")&&(this.maxString=this.max?.toString()||null),e.has("min")&&(this.minString=this.min?.toString()||null),(e.has("icon")||e.has("type")&&(this.hasUpdated||this.type!=="text"))&&(this.requestedIcon=$(se,this.icon,this.type))}updated(){K(this)}loaded(){L(this)}disconnectedCallback(){super.disconnectedCallback(),Z(this),ie(this),this.el.removeEventListener(I,this.onHiddenFormInputInput)}handleGlobalAttributesChanged(){this.requestUpdate()}valueWatcher(e,t){if(!this.userChangedValue){if(this.type==="number"&&(e==="Infinity"||e==="-Infinity")){this.displayedValue=e,this.previousEmittedValue=e;return}this.setValue({origin:"direct",previousValue:t,value:e==null||e==""?"":this.type==="number"?m(e)?e:this.previousValue||"":e}),this.warnAboutInvalidNumberValue(e)}this.userChangedValue=!1}keyDownHandler(e){this.readOnly||this.disabled||e.defaultPrevented||(this.isClearable&&e.key==="Escape"&&(this.clearInputValue(e),e.preventDefault()),e.key==="Enter"&&ee(this)&&e.preventDefault())}onLabelClick(){this.setFocus()}incrementOrDecrementNumberValue(e,t,a,d){let{value:n}=this;if(n==="Infinity"||n==="-Infinity")return;let c=e==="up"?1:-1,p=this.step==="any"?1:Math.abs(this.step||1),h=new G(n!==""?n:"0").add(`${p*c}`),u=()=>typeof a=="number"&&!isNaN(a)&&h.subtract(`${a}`).isNegative,b=()=>typeof t=="number"&&!isNaN(t)&&!h.subtract(`${t}`).isNegative,y=u()?`${a}`:b()?`${t}`:h.toString();this.setValue({committing:!0,nativeEvent:d,origin:"user",value:y})}clearInputValue(e){this.setValue({committing:!0,nativeEvent:e,origin:"user",value:""})}emitChangeIfUserModified(){this.previousValueOrigin==="user"&&this.value!==this.previousEmittedValue&&(this.calciteInputChange.emit(),this.setPreviousEmittedValue(this.value))}inputBlurHandler(){window.clearInterval(this.nudgeNumberValueIntervalId),this.calciteInternalInputBlur.emit(),this.emitChangeIfUserModified()}clickHandler(e){if(this.disabled)return;let t=e.composedPath();!t.includes(this.inputWrapperEl.value)||t.includes(this.actionWrapperEl.value)||this.setFocus()}inputFocusHandler(){this.calciteInternalInputFocus.emit()}inputInputHandler(e){this.disabled||this.readOnly||(this.type==="file"&&(this.files=this.childEl.files),this.setValue({nativeEvent:e,origin:"user",value:e.target.value}))}inputKeyDownHandler(e){this.disabled||this.readOnly||e.key==="Enter"&&this.emitChangeIfUserModified()}inputNumberInputHandler(e){if(this.disabled||this.readOnly||this.value==="Infinity"||this.value==="-Infinity")return;let t=e.target.value;l.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:this.groupSeparator};let a=l.delocalize(t);e.inputType==="insertFromPaste"?(m(a)||e.preventDefault(),this.setValue({nativeEvent:e,origin:"user",value:J(a)}),this.childNumberEl.value=this.displayedValue):this.setValue({nativeEvent:e,origin:"user",value:a})}inputNumberKeyDownHandler(e){if(this.type!=="number"||this.disabled||this.readOnly)return;if(this.value==="Infinity"||this.value==="-Infinity"){e.preventDefault(),(e.key==="Backspace"||e.key==="Delete")&&this.clearInputValue(e);return}if(e.key==="ArrowUp"){e.preventDefault(),this.nudgeNumberValue("up",e);return}if(e.key==="ArrowDown"){this.nudgeNumberValue("down",e);return}let t=[..._,"ArrowLeft","ArrowRight","Backspace","Delete","Enter","Escape","Tab"];if(e.altKey||e.ctrlKey||e.metaKey)return;let a=e.shiftKey&&e.key==="Tab";if(t.includes(e.key)||a){e.key==="Enter"&&this.emitChangeIfUserModified();return}l.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:this.groupSeparator},!(e.key===l.decimal&&(!this.value&&!this.childNumberEl.value||this.value&&this.childNumberEl.value.indexOf(l.decimal)===-1))&&(/[eE]/.test(e.key)&&(!this.value&&!this.childNumberEl.value||this.value&&!/[eE]/.test(this.childNumberEl.value))||e.key==="-"&&(!this.value&&!this.childNumberEl.value||this.value&&this.childNumberEl.value.split("-").length<=2)||e.preventDefault())}nudgeNumberValue(e,t){if(t instanceof KeyboardEvent&&t.repeat||this.type!=="number")return;let a=this.maxString?parseFloat(this.maxString):null,d=this.minString?parseFloat(this.minString):null,n=150;this.incrementOrDecrementNumberValue(e,a,d,t),this.nudgeNumberValueIntervalId&&window.clearInterval(this.nudgeNumberValueIntervalId);let c=!0;this.nudgeNumberValueIntervalId=window.setInterval(()=>{if(c){c=!1;return}this.incrementOrDecrementNumberValue(e,a,d,t)},n)}numberButtonPointerUpAndOutHandler(){window.clearInterval(this.nudgeNumberValueIntervalId)}numberButtonPointerDownHandler(e){if(!U(e))return;e.preventDefault();let t=e.target.dataset.adjustment;this.disabled||this.nudgeNumberValue(t,e)}syncHiddenFormInput(e){oe(this.type,this,e)}setChildElRef(e){this.childEl=e}setChildNumberElRef(e){this.childNumberEl=e}setInputValue(e){this.type==="number"&&this.childNumberEl?this.childNumberEl.value=e:this.childEl&&(this.childEl.value=e)}setPreviousEmittedValue(e){this.previousEmittedValue=this.normalizeValue(e)}normalizeValue(e){return this.type==="number"?m(e)?e:"":e}setPreviousValue(e){this.previousValue=this.normalizeValue(e)}setValue({committing:e=!1,nativeEvent:t,origin:a,previousValue:d,value:n}){if(this.setPreviousValue(d??this.value),this.previousValueOrigin=a,this.type==="number"){l.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:this.groupSeparator,signDisplay:"never"};let c=this.previousValue?.length>n.length||this.value?.length>n.length,p=n.charAt(n.length-1)===".",h=p&&c?n:Q(n),u=n&&!h?m(this.previousValue)?this.previousValue:"":h,b=l.localize(u);a!=="connected"&&!p&&(b=X(b,u,l)),this.displayedValue=p&&c?`${b}${l.decimal}`:b,this.userChangedValue=a==="user"&&this.value!==u,this.value=["-","."].includes(u)?"":u}else this.userChangedValue=a==="user"&&this.value!==n,this.value=n;a==="direct"&&(this.setInputValue(n),this.previousEmittedValue=n),t&&(this.calciteInputInput.emit().defaultPrevented?(this.value=this.previousValue,this.displayedValue=this.type==="number"?l.localize(this.previousValue):this.previousValue):e&&this.emitChangeIfUserModified())}inputKeyUpHandler(){window.clearInterval(this.nudgeNumberValueIntervalId)}warnAboutInvalidNumberValue(e){this.type==="number"&&e&&!m(e)&&console.warn(`The specified value "${e}" cannot be parsed, or is out of range.`)}render(){let e=M(this.el),t=s`<div class=${o(r.loader)}><calcite-progress .label=${this.messages.loading} type=indeterminate></calcite-progress></div>`,a=s`<button .ariaLabel=${this.messages.clear} class=${o(r.clearButton)} .disabled=${this.disabled||this.readOnly} @click=${this.clearInputValue} tabindex=-1 type=button><calcite-icon icon=x .scale=${g(this.scale)}></calcite-icon></button>`,d=s`<calcite-icon class=${o(r.inputIcon)} .flipRtl=${this.iconFlipRtl} .icon=${this.requestedIcon} .scale=${g(this.scale)}></calcite-icon>`,n=this.numberButtonType==="horizontal",c=s`<button aria-hidden=true class=${o({[r.numberButtonItem]:!0,[r.buttonItemHorizontal]:n})} data-adjustment=up .disabled=${this.disabled||this.readOnly} @pointerdown=${this.numberButtonPointerDownHandler} @pointerout=${this.numberButtonPointerUpAndOutHandler} @pointerup=${this.numberButtonPointerUpAndOutHandler} tabindex=-1 type=button><calcite-icon icon=chevron-up .scale=${g(this.scale)}></calcite-icon></button>`,p=s`<button aria-hidden=true class=${o({[r.numberButtonItem]:!0,[r.buttonItemHorizontal]:n})} data-adjustment=down .disabled=${this.disabled||this.readOnly} @pointerdown=${this.numberButtonPointerDownHandler} @pointerout=${this.numberButtonPointerUpAndOutHandler} @pointerup=${this.numberButtonPointerUpAndOutHandler} tabindex=-1 type=button><calcite-icon icon=chevron-down .scale=${g(this.scale)}></calcite-icon></button>`,h=s`<div class=${o(r.numberButtonWrapper)}>${c}${p}</div>`,u=s`<div class=${o(r.prefix)}>${this.prefixText}</div>`,b=s`<div class=${o(r.suffix)}>${this.suffixText}</div>`,y=this.el.autofocus,H=this.el.enterKeyHint,O=this.el.inputMode,le=this.type==="number"?P("localized-input",s`<input accept=${this.accept??i} aria-errormessage=${V.validationMessage} .ariaInvalid=${this.status==="invalid"} .ariaLabel=${z(this)} autocomplete=${this.autocomplete??i} .autofocus=${y} value=${this.defaultValue??i} .disabled=${this.disabled?!0:null} enterkeyhint=${H??i} inputmode=${O??i} maxlength=${this.maxLength??i} minlength=${this.minLength??i} .multiple=${this.multiple} name=${i} @blur=${this.inputBlurHandler} @focus=${this.inputFocusHandler} @input=${this.inputNumberInputHandler} @keydown=${this.inputNumberKeyDownHandler} @keyup=${this.inputKeyUpHandler} pattern=${this.pattern??i} placeholder=${(this.placeholder||"")??i} .readOnly=${this.readOnly} type=text .value=${x(this.displayedValue??"")} ${f(this.setChildNumberElRef)}>`):null,B=this.childElType==="input"?E`input`:E`textarea`,ce=this.type!=="number"?re`<${B} accept=${this.accept??i} aria-errormessage=${V.validationMessage} .ariaInvalid=${this.status==="invalid"} .ariaLabel=${z(this)} autocomplete=${this.autocomplete??i} .autofocus=${y} class=${o({[r.editingEnabled]:this.editingEnabled,[r.inlineChild]:!!this.inlineEditableEl})} .defaultValue=${this.defaultValue??""} .disabled=${this.disabled?!0:null} enterkeyhint=${H??i} inputmode=${O??i} max=${this.maxString??i} maxlength=${this.maxLength??i} min=${this.minString??i} minlength=${this.minLength??i} .multiple=${this.multiple} name=${this.name??i} @blur=${this.inputBlurHandler} @focus=${this.inputFocusHandler} @input=${this.inputInputHandler} @keydown=${this.inputKeyDownHandler} @keyup=${this.inputKeyUpHandler} pattern=${this.pattern??i} placeholder=${(this.placeholder||"")??i} .readOnly=${this.readOnly} .required=${this.required?!0:null} spellcheck=${this.el.spellcheck??i} step=${this.step??i} tabindex=${(this.disabled||this.inlineEditableEl&&!this.editingEnabled?-1:null)??i} type=${this.type??i} .value=${x(this.value??"")} ${f(this.setChildElRef)}></${B}>`:null;return R({disabled:this.disabled,children:s`<div class=${o({[r.inputWrapper]:!0,[T.rtl]:e==="rtl",[r.hasSuffix]:this.suffixText,[r.hasPrefix]:this.prefixText})} ${f(this.inputWrapperEl)}>${this.type==="number"&&this.numberButtonType==="horizontal"&&!this.readOnly?p:null}${this.prefixText?u:null}<div class=${o(r.wrapper)}>${le}${ce}${this.isClearable?a:null}${this.requestedIcon?d:null}${this.loading?t:null}</div><div class=${o(r.actionWrapper)} ${f(this.actionWrapperEl)}><slot name=${ue.action}></slot></div>${this.type==="number"&&this.numberButtonType==="vertical"&&!this.readOnly?h:null}${this.suffixText?b:null}${this.type==="number"&&this.numberButtonType==="horizontal"&&!this.readOnly?c:null}${ae({component:this})}</div>${this.validationMessage&&this.status==="invalid"?ne({icon:this.validationIcon,id:V.validationMessage,message:this.validationMessage,scale:this.scale,status:this.status}):null}`})}};F("calcite-input",N);export{N as Input};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as c}from"./OUC47AKY.js";import{a as E}from"./RS3QB5Z6.js";import{a as m,b as p}from"./R6R2QDCZ.js";import{e as x,v as $}from"./MBJAGWVS.js";import{a as k,b as I,d as L}from"./H6JENZS2.js";import"./ITIJ42U7.js";import{B as y,I as w,d as f,e as i,u as h,v as g,w as r,y as d}from"./TYYR7NIL.js";var t={container:"container",content:"content",dropdownVertical:"dropdown--vertical",dropdownMenuItems:"dropdown-menu-items",dropdownAction:"dropdown-action",layoutVertical:"layout--vertical",hoverHrefIcon:"hover-href-icon",icon:"icon",iconBreadcrumb:"icon--breadcrumb",iconDropdown:"icon--dropdown",iconEnd:"icon--end",iconStart:"icon--start",isParentVertical:"parent--vertical",itemContent:"item-content",open:"open",nested:"nested",textContainer:"text-container"},M=f`:host{position:relative;box-sizing:border-box;display:flex;align-items:center;flex-shrink:0}:host .container,:host .item-content,:host .content{min-block-size:3rem}:host([layout=vertical]){inline-size:100%}:host(:not([layout=vertical])){block-size:100%}.container,.item-content{display:flex;block-size:100%;inline-size:100%;flex-direction:row;align-items:stretch}.content{position:relative;box-sizing:border-box;display:flex;block-size:100%;inline-size:100%;cursor:pointer;align-items:center;justify-content:center;padding-inline:1rem;font-size:var(--calcite-font-size-0);outline:2px solid transparent;outline-offset:2px;text-decoration:none;padding-block-start:.125rem;border-block-end:.125rem solid var(--calcite-color-transparent);background-color:var(--calcite-menu-background-color, var(--calcite-internal-menu-background-color, var(--calcite-color-foreground-1)));color:var(--calcite-menu-text-color, var(--calcite-internal-menu-text-color, var(--calcite-color-text-2)))}.content:hover{border-block-end-color:var(--calcite-menu-item-accent-color, var(--calcite-color-border-2))}.content:focus{border-block-end-width:4px;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))));padding-block-start:.25rem;border-block-end-width:.25rem}.content:active{--calcite-internal-menu-background-color: var(--calcite-color-foreground-3);--calcite-internal-menu-text-color: var(--calcite-color-text-1)}.content span{display:inline-flex}.content.layout--vertical{display:flex;inline-size:100%;justify-content:flex-start;padding-block:1rem;border-block-end:0;border-inline-end:.25rem solid var(--calcite-color-transparent)}:host([layout=vertical]) .content{padding-inline:.75rem}:host([active]) .content{--calcite-internal-menu-text-color: var(--calcite-color-text-1);border-color:var(--calcite-menu-item-accent-color, var(--calcite-color-brand))}:host([active]) .icon{--calcite-internal-menu-item-icon-color: var(--calcite-color-brand)}.icon{color:var(--calcite-menu-text-color, var(--calcite-icon-color, var(--calcite-internal-menu-item-icon-color, var(--calcite-color-text-3))))}.icon--start{margin-inline-end:.75rem}.icon--end{margin-inline-start:.75rem}:host([layout=vertical]) .icon--end{margin-inline-start:auto;padding-inline-start:.75rem}.icon--dropdown{position:relative;margin-inline-start:auto;margin-inline-end:0px;padding-inline-start:.5rem}:host([layout=vertical]) .icon--end~.icon--dropdown{margin-inline-start:.75rem}:host([layout=vertical]) .hover-href-icon{padding-inline-start:.5rem}:host([layout=vertical]) .hover-href-icon~.icon--end{margin-inline-start:.5rem}:host([layout=vertical]) .hover-href-icon~.icon--breadcrumb{margin-inline-start:.75rem}.icon--breadcrumb{margin-inline-end:0px;padding-inline-start:.5rem}:host([layout=vertical]) .icon--breadcrumb{margin-inline-start:auto}:host([layout=vertical]) .icon--breadcrumb~.icon--dropdown{margin-inline-start:.5rem}:host([layout=vertical]) .icon--end~.icon--breadcrumb{margin-inline-start:.5rem}:host([breadcrumb]) .content{padding-inline-end:.75rem}calcite-action{position:relative;block-size:auto;border-inline-start:1px solid var(--calcite-color-foreground-1);--calcite-action-background-color: var(--calcite-menu-background-color);--calcite-action-text-color: var(--calcite-menu-text-color)}calcite-action:after{position:absolute;inset-inline-start:-1px;display:block;inline-size:1px;content:"";inset-block:.75rem;background-color:var(--calcite-color-border-3)}calcite-action:hover:after{block-size:100%;inset-block:0}calcite-action:active{--calcite-action-background-color-press: var(--calcite-menu-background-color)}.content:focus~calcite-action,.content:hover~calcite-action{--calcite-action-text-color: var(--calcite-menu-text-color, var(--calcite-color-text-1))}.content:focus~calcite-action:after,.content:hover~calcite-action:after{block-size:100%;inset-block:0}.dropdown-menu-items{position:absolute;display:none;block-size:auto;min-inline-size:100%;flex-direction:column;overflow:visible;border:1px solid var(--calcite-menu-item-sub-menu-border-color, var(--calcite-color-border-3));border-radius:var(--calcite-menu-item-sub-menu-corner-radius, var(--calcite-corner-radius));inset-block-start:100%;z-index:var(--calcite-z-index-dropdown)}.dropdown-menu-items.open{display:block}.dropdown-menu-items.nested{position:absolute;inset-block-start:-1px;transform:translate(calc(100% - 2px))}.parent--vertical{flex-direction:column}.dropdown--vertical.dropdown-menu-items{position:relative;box-shadow:none;inset-block-start:0;transform:none}.dropdown--vertical.dropdown-menu-items:last-of-type{border-inline:0}:host([layout=vertical]:last-of-type) .dropdown-menu-items{border-block-end:0}:host([slot=submenu-item]) .parent--vertical{padding-inline-start:1.5rem}.dropdown-menu-items.nested.calcite--rtl{transform:translate(calc(-100% + 2px))}.dropdown--vertical.dropdown-menu-items.nested.calcite--rtl{transform:none}.hover-href-icon{position:relative;inset-inline-end:.25rem;margin-inline-start:auto;opacity:0;transition:all var(--calcite-internal-animation-timing-medium) ease-in-out}.content:focus .hover-href-icon,.content:hover .hover-href-icon{inset-inline-end:-.25rem;opacity:1}:host([hidden]){display:none}[hidden]{display:none}`,v=class extends g{constructor(){super(),this.anchorEl=m(),this.dropdownActionEl=m(),this.hasSubmenu=!1,this.isTopLevelItem=!1,this.messages=E(),this.open=!1,this.calciteInternalMenuItemKeyEvent=h(),this.calciteMenuItemSelect=h(),this.listenOn(window,"click",this.handleClickOut),this.listen("focusout",this.handleFocusOut),this.listen("blur",this.blurHandler),this.listen("focus",this.focusHandler)}static{this.properties={hasSubmenu:16,submenuItems:16,active:7,breadcrumb:7,href:1,iconEnd:3,iconFlipRtl:3,iconStart:3,isTopLevelItem:5,label:1,layout:3,messageOverrides:0,open:7,rel:3,target:3,text:1,topLevelMenuLayout:1}}static{this.styles=M}async setFocus(){await L(this),this.anchorEl.value.focus()}async load(){k(this)}loaded(){I(this)}handleClickOut(e){this.topLevelMenuLayout!=="vertical"&&this.hasSubmenu&&this.open&&!e.composedPath().includes(this.el)&&(this.open=!1)}handleFocusOut(e){this.topLevelMenuLayout!=="vertical"&&!this.el.contains(e.relatedTarget)&&(this.open=!1)}blurHandler(){this.isFocused=!1}clickHandler(e){(this.href&&e.target===this.dropdownActionEl.value||!this.href&&this.hasSubmenu)&&(this.open=!this.open),this.selectMenuItem(e)}focusHandler(e){let n=e.target;this.isFocused=!0,n.open&&!this.open&&(n.open=!1)}handleMenuItemSlotChange(e){this.submenuItems=$(e),this.submenuItems.forEach(n=>{n.topLevelMenuLayout||(n.topLevelMenuLayout=this.topLevelMenuLayout)}),this.hasSubmenu=this.submenuItems.length>0}async keyDownHandler(e){let{hasSubmenu:n,href:a,layout:b,open:l,submenuItems:u}=this,o=e.key,s=e.target===this.dropdownActionEl.value;if(!e.defaultPrevented){if(o===" "||o==="Enter")n&&(!a||a&&s)&&(this.open=!l),!(a&&s)&&o!=="Enter"&&this.selectMenuItem(e),(o===" "||a&&s)&&e.preventDefault();else if(o==="Escape"){if(l){this.open=!1;return}this.calciteInternalMenuItemKeyEvent.emit({event:e}),e.preventDefault()}else if(o==="ArrowDown"||o==="ArrowUp"){if(e.preventDefault(),(s||!a)&&n&&!l&&b==="horizontal"){this.open=!0;return}this.calciteInternalMenuItemKeyEvent.emit({event:e,children:u,isSubmenuOpen:l&&n})}else if(o==="ArrowLeft")e.preventDefault(),this.calciteInternalMenuItemKeyEvent.emit({event:e,children:u,isSubmenuOpen:!0});else if(o==="ArrowRight"){if(e.preventDefault(),(s||!a)&&n&&!l&&b==="vertical"){this.open=!0;return}this.calciteInternalMenuItemKeyEvent.emit({event:e,children:u,isSubmenuOpen:l&&n})}}}selectMenuItem(e){e.target!==this.dropdownActionEl.value&&this.calciteMenuItemSelect.emit()}renderIconStart(){return c(t.iconStart,i`<calcite-icon class=${`${t.icon} ${t.iconStart}`} .flipRtl=${this.iconFlipRtl==="start"||this.iconFlipRtl==="both"} .icon=${this.iconStart} scale=s></calcite-icon>`)}renderIconEnd(){return c(t.iconEnd,i`<calcite-icon class=${`${t.icon} ${t.iconEnd}`} .flipRtl=${this.iconFlipRtl==="end"||this.iconFlipRtl==="both"} .icon=${this.iconEnd} scale=s></calcite-icon>`)}renderBreadcrumbIcon(e){return c(t.iconBreadcrumb,i`<calcite-icon class=${`${t.icon} ${t.iconBreadcrumb}`} .icon=${e==="rtl"?"chevron-left":"chevron-right"} scale=s></calcite-icon>`)}renderDropdownIcon(e){let n=e==="rtl"?"chevron-left":"chevron-right";return c(t.iconDropdown,i`<calcite-icon class=${`${t.icon} ${t.iconDropdown}`} .icon=${this.topLevelMenuLayout==="vertical"||this.isTopLevelItem?this.open?"chevron-up":"chevron-down":n} scale=s></calcite-icon>`)}renderDropdownAction(e){let n=e==="rtl"?"chevron-left":"chevron-right";return c(t.dropdownAction,i`<calcite-action class=${r(t.dropdownAction)} .icon=${this.topLevelMenuLayout==="vertical"||this.isTopLevelItem?this.open?"chevron-up":"chevron-down":n} @click=${this.clickHandler} @keydown=${this.keyDownHandler} .text=${this.messages.open} ${p(this.dropdownActionEl)}></calcite-action>`)}renderSubmenuItems(e){return i`<calcite-menu class=${r({[t.dropdownMenuItems]:!0,[t.open]:this.open,[t.nested]:!this.isTopLevelItem,[y.rtl]:e==="rtl",[t.dropdownVertical]:this.topLevelMenuLayout==="vertical"})} .label=${this.messages.submenu} layout=vertical role=menu><slot name=submenu-item @slotchange=${this.handleMenuItemSlotChange}></slot></calcite-menu>`}renderHrefIcon(e){return c(t.hoverHrefIcon,i`<calcite-icon class=${r(t.hoverHrefIcon)} .icon=${e==="rtl"?"arrow-left":"arrow-right"} scale=s></calcite-icon>`)}renderItemContent(e){let n=this.href&&(this.topLevelMenuLayout==="vertical"||!this.isTopLevelItem);return i`${this.iconStart&&this.renderIconStart()||""}<div class=${r(t.textContainer)}><span>${this.text}</span></div>${n&&this.renderHrefIcon(e)||""}${this.iconEnd&&this.renderIconEnd()||""}${this.breadcrumb?this.renderBreadcrumbIcon(e):null}${!this.href&&this.hasSubmenu?this.renderDropdownIcon(e):null}`}render(){let e=x(this.el);return i`<li class=${r({[t.container]:!0,[t.isParentVertical]:this.topLevelMenuLayout==="vertical"})} role=none><div class=${r(t.itemContent)}><a .ariaCurrent=${this.isFocused?"page":!1} .ariaExpanded=${this.open} .ariaHasPopup=${this.hasSubmenu} .ariaLabel=${this.label} class=${r({[t.layoutVertical]:this.layout==="vertical",[t.content]:!0})} href=${this.href??d} @click=${this.clickHandler} @keydown=${this.keyDownHandler} rel=${this.rel??d} role=menuitem .tabIndex=${this.isTopLevelItem?0:-1} target=${this.target??d} ${p(this.anchorEl)}>${this.renderItemContent(e)}</a>${this.href&&this.hasSubmenu?this.renderDropdownAction(e):null}</div>${this.renderSubmenuItems(e)}</li>`}};w("calcite-menu-item",v);export{v as MenuItem};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{c as C,e as w,h as $}from"./COVTDEEB.js";import{c as x,d as y,e as z}from"./BMULWGQL.js";import{a as u,b as v}from"./MVHJMI6L.js";import{a as f}from"./FQTOWUOI.js";import{a as d,b as g}from"./R6R2QDCZ.js";import{e as b}from"./MBJAGWVS.js";import{a as p,b as k,d as m}from"./H6JENZS2.js";import"./ITIJ42U7.js";import{B as n,I as h,d as c,e as a,f as l,u as t,v as r,w as o,y as i}from"./TYYR7NIL.js";var I={toggle:"toggle",check:"check-svg"},H=c`: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([scale=s]) .check-svg,:host([scale=s]) .toggle{inline-size:var(--calcite-checkbox-size, .75rem);block-size:var(--calcite-checkbox-size, .75rem)}:host([scale=m]) .check-svg,:host([scale=m]) .toggle{inline-size:var(--calcite-checkbox-size, var(--calcite-font-size--1));block-size:var(--calcite-checkbox-size, var(--calcite-font-size--1))}:host([scale=l]) .check-svg,:host([scale=l]) .toggle{inline-size:var(--calcite-checkbox-size, 1rem);block-size:var(--calcite-checkbox-size, 1rem)}:host{position:relative;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}:host .check-svg{pointer-events:none;box-sizing:border-box;display:block;overflow:hidden;background-color:var(--calcite-color-foreground-1);fill:currentColor;stroke:currentColor;stroke-width:1;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-checkbox-border-color, var(--calcite-color-border-input));color:var(--calcite-checkbox-icon-color, var(--calcite-color-background))}:host([status=invalid]:not([checked])) .check-svg{box-shadow:inset 0 0 0 1px var(--calcite-color-status-danger)}:host([status=invalid]:not([checked])) .toggle:focus{outline:2px solid var(--calcite-color-status-danger);outline-offset:calc(2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}:host([checked]) .check-svg,:host([indeterminate]) .check-svg{background-color:var(--calcite-color-brand);box-shadow:inset 0 0 0 1px var(--calcite-color-brand)}:host([hovered]) .toggle .check-svg,:host .toggle:hover .check-svg{box-shadow:inset 0 0 0 2px var(--calcite-checkbox-border-color-hover, var(--calcite-color-brand))}.toggle{position:relative;outline-color:transparent}.toggle:active,.toggle:focus,.toggle:focus-visible{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))))}.toggle:after,.toggle:before{inset-block-start:50%;inset-inline-start:50%;min-block-size:1.5rem;min-inline-size:1.5rem;position:absolute}.toggle:not(.calcite--rtl):after{content:"";transform:translate(-50%) translateY(-50%)}.toggle.calcite--rtl:before{content:"";transform:translate(50%) translateY(-50%)}@media (forced-colors: active){.check-svg{border:1px solid currentColor}}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}::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}`,s=class extends r{constructor(){super(),this.checkedPath="M5.5 12L2 8.689l.637-.636L5.5 10.727l8.022-7.87.637.637z",this.indeterminatePath="M13 8v1H3V8z",this.onLabelClick=()=>{this.toggle()},this.toggleEl=d(),this.checked=!1,this.disabled=!1,this.hovered=!1,this.indeterminate=!1,this.required=!1,this.scale="m",this.status="idle",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.calciteCheckboxChange=t({cancelable:!1}),this.calciteInternalCheckboxBlur=t({cancelable:!1}),this.calciteInternalCheckboxFocus=t({cancelable:!1}),this.listen("click",this.clickHandler),this.listen("keydown",this.keyDownHandler)}static{this.properties={checked:7,disabled:7,form:3,hovered:7,indeterminate:7,label:1,name:3,required:7,scale:3,status:3,validity:0,value:1}}static{this.styles=H}async setFocus(){await m(this),this.toggleEl.value?.focus()}connectedCallback(){super.connectedCallback(),x(this),C(this)}load(){p(this)}updated(){u(this)}loaded(){k(this)}disconnectedCallback(){super.disconnectedCallback(),y(this),w(this)}syncHiddenFormInput(e){e.type="checkbox"}getPath(){return this.indeterminate?this.indeterminatePath:this.checked?this.checkedPath:""}toggle(){this.disabled||(this.checked=!this.checked,this.setFocus(),this.indeterminate=!1,this.calciteCheckboxChange.emit())}keyDownHandler(e){f(e.key)&&(this.toggle(),e.preventDefault())}clickHandler(){this.toggle()}onToggleBlur(){this.calciteInternalCheckboxBlur.emit(!1)}onToggleFocus(){this.calciteInternalCheckboxFocus.emit(!0)}render(){let e=b(this.el)==="rtl";return v({disabled:this.disabled,children:a`<div .ariaChecked=${this.checked} .ariaLabel=${z(this)} class=${o({[I.toggle]:!0,[n.rtl]:e})} @blur=${this.onToggleBlur} @focus=${this.onToggleFocus} role=checkbox tabindex=${(this.disabled?void 0:0)??i} ${g(this.toggleEl)}><svg aria-hidden=true class=${o(I.check)} viewBox="0 0 16 16">${l`<path d=${this.getPath()??i} />`}</svg><slot></slot></div>${$({component:this})}`})}};h("calcite-checkbox",s);export{s as Checkbox};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{k as g}from"./7NNFVP5Y.js";import"./FQTOWUOI.js";import{a as M}from"./RS3QB5Z6.js";import{a as b,b as d}from"./R6R2QDCZ.js";import{a as E,b as I}from"./H6JENZS2.js";import{G as T,I as A,d as v,e as o,i as C,j as z,u,v as x,w as c}from"./TYYR7NIL.js";var n={bordered:"bordered",striped:"striped",selectionArea:"selection-area",paginationArea:"pagination-area",container:"container",tableContainer:"table-container",tableFixed:"table--fixed",assistiveText:"assistive-text",selectionActions:"selection-actions"},m={selectionActions:"selection-actions",tableHeader:"table-header",tableFooter:"table-footer"},N=v`:host([scale=s]){--calcite-internal-table-cell-padding: .25rem;--calcite-internal-table-cell-font-size: var(--calcite-font-size--2);--calcite-internal-table-cell-font-size-secondary: var(--calcite-font-size--3)}:host([scale=m]){--calcite-internal-table-cell-padding: .5rem;--calcite-internal-table-cell-font-size: var(--calcite-font-size--1);--calcite-internal-table-cell-font-size-secondary: var(--calcite-font-size--2)}:host([scale=l]){--calcite-internal-table-cell-padding: 1rem;--calcite-internal-table-cell-font-size: var(--calcite-font-size-0);--calcite-internal-table-cell-font-size-secondary: var(--calcite-font-size--1)}:host{display:flex}.container{display:flex;block-size:100%;inline-size:100%;flex-direction:column}.table-container{overflow:auto;white-space:nowrap;border:1px solid var(--calcite-color-border-3)}.assistive-text{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}table{inline-size:100%;border-collapse:collapse;overflow-x:scroll}.table--fixed{table-layout:fixed}.bordered ::slotted(calcite-table-row){--calcite-table-row-border-color: var(--calcite-color-border-3)}.striped ::slotted(calcite-table-row:nth-child(2n+1)){--calcite-table-row-background: var(--calcite-color-foreground-2)}.selection-actions{display:flex;flex-direction:row;margin-inline-start:auto}.selection-area{display:flex;flex-direction:row;align-items:center;padding-block:var(--calcite-internal-table-cell-padding)}.selection-area calcite-chip:last-of-type{margin-inline-end:.5rem}.selection-area calcite-chip:last-of-type:not(:first-of-type){margin-inline-start:.5rem}.selection-area calcite-button{margin-inline-end:1rem}.pagination-area{display:flex;inline-size:100%;flex-direction:row;justify-content:center;padding-block:var(--calcite-internal-table-cell-padding)}calcite-pagination{flex:1;justify-content:center}:host([hidden]){display:none}[hidden]{display:none}`,w=class extends x{constructor(){super(),this.paginationEl=b(),this.tableBodySlotEl=b(),this.tableFootSlotEl=b(),this.tableHeadSlotEl=b(),this.colCount=0,this.pageStartRow=1,this.selectedCount=0,this.bordered=!1,this.groupSeparator=!1,this.interactionMode="interactive",this.layout="auto",this.messages=M({blocking:!0}),this.numbered=!1,this.pageSize=0,this.scale="m",this._selectedItems=[],this.selectionDisplay="top",this.selectionMode="none",this.striped=!1,this.calciteInternalTableRowFocusChange=u({cancelable:!1}),this.calciteTablePageChange=u({cancelable:!1}),this.calciteTableSelect=u({cancelable:!1}),this.listen("calciteTableRowSelect",this.calciteTableRowSelectListener),this.listen("calciteInternalTableRowSelect",this.calciteInternalTableRowSelectListener),this.listen("calciteInternalTableRowFocusRequest",this.calciteInternalTableRowFocusEvent)}static{this.properties={colCount:16,pageStartRow:16,readCellContentsToAT:16,selectedCount:16,bordered:7,caption:1,groupSeparator:7,interactionMode:3,layout:3,messageOverrides:0,numbered:7,numberingSystem:3,pageSize:11,scale:3,selectedItems:32,_selectedItems:16,selectionDisplay:3,selectionMode:3,striped:7}}static{this.styles=N}get selectedItems(){return this._selectedItems}async load(){E(this),this.readCellContentsToAT=/safari/i.test(T()),this.listenOn(this.el.shadowRoot,"slotchange",this.handleSlotChange)}willUpdate(e){(e.has("groupSeparator")&&(this.hasUpdated||this.groupSeparator!==!1)||e.has("interactionMode")&&(this.hasUpdated||this.interactionMode!=="interactive")||e.has("numbered")&&(this.hasUpdated||this.numbered!==!1)||e.has("numberingSystem")||e.has("pageSize")&&(this.hasUpdated||this.pageSize!==0)||e.has("scale")&&(this.hasUpdated||this.scale!=="m")||e.has("selectionMode")&&(this.hasUpdated||this.selectionMode!=="none"))&&this.updateRows()}loaded(){I(this)}handleSlotChange(){this.updateRows()}calciteTableRowSelectListener(e){e.composedPath().includes(this.el)&&this.setSelectedItems(e.target)}calciteInternalTableRowSelectListener(e){e.composedPath().includes(this.el)&&this.updateSelectedItems(!1)}calciteInternalTableRowFocusEvent(e){let i=e.detail.cellPosition,s=e.detail.rowPosition,a=e.detail.destination,h=e.detail.lastCell,t=this.bodyRows?.filter(p=>!p.hidden),l=this.allRows?.filter(p=>!p.hidden),f=this.headRows[this.headRows.length-1]?.positionAll,S=t[0]?.positionAll,R=t[t.length-1]?.positionAll,y=this.footRows[0]?.positionAll,F=l[l.length-1]?.positionAll,k=a==="next"&&s===f,P=a==="previous"&&s===y,L=a==="previous"&&s===S,O=a==="next"&&s===R,r;switch(a){case"first":r=0;break;case"last":r=F;break;case"next":r=k?S:O?y:s+1;break;case"previous":r=P?R:L?f:s-1;break}let $=this.allRows?.find(p=>p.positionAll===r)?.cellCount,H=i>$?$:i;r!==void 0&&this.calciteInternalTableRowFocusChange.emit({cellPosition:H,rowPosition:r,destination:a,lastCell:h})}getSlottedRows(e){return e?.assignedElements({flatten:!0})?.filter(i=>i?.matches("calcite-table-row"))}updateRows(){let e=this.getSlottedRows(this.tableHeadSlotEl.value)||[],i=this.getSlottedRows(this.tableBodySlotEl.value)||[],s=this.getSlottedRows(this.tableFootSlotEl.value)||[],a=[...e,...i,...s];e?.forEach(t=>{let l=e?.indexOf(t);t.rowType="head",t.positionSection=l,t.positionSectionLocalized=this.localizeNumber((l+1).toString())}),i?.forEach(t=>{let l=i?.indexOf(t);t.rowType="body",t.positionSection=l,t.positionSectionLocalized=this.localizeNumber((l+1).toString())}),s?.forEach(t=>{let l=s?.indexOf(t);t.rowType="foot",t.positionSection=l,t.positionSectionLocalized=this.localizeNumber((l+1).toString())}),a?.forEach(t=>{t.interactionMode=this.interactionMode,t.selectionMode=this.selectionMode,t.bodyRowCount=i?.length,t.positionAll=a?.indexOf(t),t.numbered=this.numbered,t.scale=this.scale,t.readCellContentsToAT=this.readCellContentsToAT,t.lastVisibleRow=a?.indexOf(t)===a.length-1});let h=e[0]?.cellCount||e[0]?.querySelectorAll("calcite-table-header")?.length;this.colCount=h,this.headRows=e,this.bodyRows=i,this.footRows=s,this.allRows=a,this.updateSelectedItems(),this.paginateRows()}handlePaginationChange(){let e=this.paginationEl.value?.startItem;this.pageStartRow=e||1,this.calciteTablePageChange.emit(),this.updateRows()}paginateRows(){this.bodyRows?.forEach(e=>{let i=e.positionSection+1,s=i>=this.pageStartRow&&i<this.pageStartRow+this.pageSize;e.hidden=this.pageSize>0&&!s&&!this.footRows.includes(e),e.lastVisibleRow=i===this.pageStartRow+this.pageSize-1||i===this.bodyRows.length})}updateSelectedItems(e){let i=this.bodyRows?.filter(s=>s.selected);this._selectedItems=i,this.selectedCount=i?.length,this.allRows?.forEach(s=>{s.selectedRowCount=this.selectedCount,s.selectedRowCountLocalized=this.localizeNumber(this.selectedCount)}),e&&this.calciteTableSelect.emit()}handleDeselectAllRows(){this.bodyRows?.forEach(e=>{e.selected=!1}),this.updateSelectedItems(!0)}setSelectedItems(e){this.bodyRows?.forEach(i=>{e?.rowType==="head"?i.selected=this.selectedCount!==this.bodyRows?.length:i.selected=e===i?!i.selected:this.selectionMode==="multiple"?i.selected:!1}),this.updateSelectedItems(!0)}localizeNumber(e){return g.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:this.groupSeparator},g.localize(e.toString())}renderSelectionArea(){let e=this._selectedItems?.filter(h=>h.hidden)?.length,i=this.localizeNumber(e?.toString()),s=`${this.localizeNumber(this.selectedCount?.toString())} ${this.messages.selected}`,a=`${i} ${this.messages.hiddenSelected}`;return o`<div class=${c(n.selectionArea)}><calcite-chip .kind=${this.selectedCount>0?"brand":"neutral"} .label=${s} .scale=${this.scale} .value=${s}>${s}</calcite-chip>${e>0&&o`<calcite-chip icon=hide-empty .label=${a} .scale=${this.scale} title=${a??C} .value=${a}>${i}</calcite-chip>`||""}${this.selectedCount>0&&o`<calcite-button icon-start=x kind=neutral @click=${this.handleDeselectAllRows} round .scale=${this.scale} .title=${`${this.messages.clear} ${s} ${this.messages.row}`}>${this.messages.clear}</calcite-button>`||""}<div class=${c(n.selectionActions)}><slot name=${m.selectionActions}></slot></div></div>`}renderPaginationArea(){return o`<div class=${c(n.paginationArea)}><calcite-pagination .groupSeparator=${this.groupSeparator} .numberingSystem=${this.numberingSystem} @calcitePaginationChange=${this.handlePaginationChange} .pageSize=${this.pageSize} .scale=${this.scale} start-item=1 .totalItems=${this.bodyRows?.length} ${d(this.paginationEl)}></calcite-pagination></div>`}renderTHead(){return o`<thead><slot name=${m.tableHeader} ${d(this.tableHeadSlotEl)}></slot></thead>`}renderTBody(){return o`<tbody><slot ${d(this.tableBodySlotEl)}></slot></tbody>`}renderTFoot(){return o`<tfoot><slot name=${m.tableFooter} ${d(this.tableFootSlotEl)}></slot></tfoot>`}render(){return o`<div class=${c(n.container)}>${this.selectionMode!=="none"&&this.selectionDisplay!=="none"&&this.renderSelectionArea()||""}<div class=${c({[n.bordered]:this.bordered,[n.striped]:this.striped,[n.tableContainer]:!0})}><table .ariaColCount=${this.colCount} .ariaMultiSelectable=${this.selectionMode==="multiple"?"true":null} .ariaRowCount=${this.allRows?.length} class=${c({[n.tableFixed]:this.layout==="fixed"})} .role=${this.interactionMode==="interactive"?"grid":"table"} ${d(e=>{e&&z(o`<caption class=${c(n.assistiveText)}>${this.caption}</caption>${this.renderTHead()}${this.renderTBody()}${this.renderTFoot()}`,e)})}></table></div>${this.pageSize>0&&this.renderPaginationArea()||""}</div>`}};A("calcite-table",w);export{w as Table};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{c as d}from"./MBJAGWVS.js";import{a as r}from"./ITIJ42U7.js";import{I as o,d as c,e as l,v as s,w as a,z as i}from"./TYYR7NIL.js";var b={container:"container",content:"content"},h=c`:host([selected]) section,:host([selected]) .container{display:block}:host{display:none;block-size:100%;inline-size:100%}:host([selected]){display:block;block-size:100%;inline-size:100%;overflow:auto}.content{box-sizing:border-box;padding-block:var(--calcite-internal-tab-content-block-padding)}.scale-s{--calcite-internal-tab-content-block-padding: var(--calcite-tab-content-block-padding, .25rem);font-size:var(--calcite-font-size--2);line-height:1rem}.scale-m{--calcite-internal-tab-content-block-padding: var(--calcite-tab-content-block-padding, .5rem);font-size:var(--calcite-font-size--1);line-height:1rem}.scale-l{--calcite-internal-tab-content-block-padding: var(--calcite-tab-content-block-padding, .625rem);font-size:var(--calcite-font-size-0);line-height:1.25rem}section,.container{display:none;block-size:100%;inline-size:100%}.container{outline-color:transparent}.container: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))))}:host([hidden]){display:none}[hidden]{display:none}`,n=class extends s{constructor(){super(),this.guid=`calcite-tab-title-${r()}`,this.scale="m",this.selected=!1,this.listenOn(document.body,"calciteInternalTabChange",this.internalTabChangeHandler)}static{this.properties={labeledBy:16,scale:1,selected:7,tab:3}}static{this.styles=h}async getTabIndex(){return Array.prototype.indexOf.call(d(this.el.parentElement.children).filter(e=>e.matches("calcite-tab")),this.el)}_updateAriaInfo(e=[],t=[]){this.labeledBy=t[e.indexOf(this.el.id)]||null}connectedCallback(){super.connectedCallback(),this.parentTabsEl=this.el.closest("calcite-tabs")}disconnectedCallback(){super.disconnectedCallback(),document.body?.dispatchEvent(new CustomEvent("calciteTabUnregister",{detail:this.el}))}internalTabChangeHandler(e){e.composedPath().find(t=>t.tagName==="CALCITE-TABS")===this.parentTabsEl&&(this.tab?this.selected=this.tab===e.detail.tab:this.getTabIndex().then(t=>{this.selected=t===e.detail.tab}),e.stopPropagation())}render(){let e=this.el.id||this.guid;return i(this.el,"aria-labelledby",this.labeledBy),i(this.el,"id",e),l`<div class=${a({[b.container]:!0,[`scale-${this.scale}`]:!0})} role=tabpanel .tabIndex=${this.selected?0:-1}><section class=${a(b.content)}><slot></slot></section></div>`}};o("calcite-tab",n);export{n as Tab};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{k as s}from"./7NNFVP5Y.js";import{a as v,b as y}from"./MVHJMI6L.js";import"./FQTOWUOI.js";import{a as f}from"./RS3QB5Z6.js";import{a as h,b as m}from"./R6R2QDCZ.js";import{a as u,b,d as g}from"./H6JENZS2.js";import{I as p,d as l,e as o,i as n,u as r,v as c,w as t,z as d}from"./TYYR7NIL.js";var i={container:"container",stepperItemContent:"stepper-item-content",stepperItemDescription:"stepper-item-description",stepperItemHeader:"stepper-item-header",stepperItemHeading:"stepper-item-heading",stepperItemHeaderText:"stepper-item-header-text",stepperItemNumber:"stepper-item-number",visuallyHidden:"visually-hidden"},x=l`:host([layout=horizontal][disabled]) .stepper-item-header,:host([layout=horizontal-single][disabled]) .stepper-item-header,:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([layout=horizontal][disabled]) .stepper-item-header *,:host([layout=horizontal-single][disabled]) .stepper-item-header *,:host([disabled]) *,:host([layout=horizontal][disabled]) .stepper-item-header ::slotted(*),:host([layout=horizontal-single][disabled]) .stepper-item-header ::slotted(*),:host([disabled]) ::slotted(*){pointer-events:none}:host([scale=s]){--calcite-stepper-item-spacing-unit-s: .25rem;--calcite-stepper-item-spacing-unit-m: .75rem;--calcite-stepper-item-spacing-unit-l: 1rem;--calcite-internal-stepper-action-inline-size: 2rem;font-size:var(--calcite-font-size--1);line-height:1rem;margin-inline-end:.25rem}:host([scale=s]) .stepper-item-description{font-size:var(--calcite-font-size--2);line-height:1rem}:host([scale=m]){--calcite-stepper-item-spacing-unit-s: .5rem;--calcite-stepper-item-spacing-unit-m: 1rem;--calcite-stepper-item-spacing-unit-l: 1.25rem;--calcite-internal-stepper-action-inline-size: 2.5rem;font-size:var(--calcite-font-size-0);line-height:1.25rem;margin-inline-end:.5rem}:host([scale=m]) .stepper-item-description{font-size:var(--calcite-font-size--1);line-height:1rem}:host([scale=l]){--calcite-stepper-item-spacing-unit-s: .75rem;--calcite-stepper-item-spacing-unit-m: 1.25rem;--calcite-stepper-item-spacing-unit-l: 1.5rem;--calcite-internal-stepper-action-inline-size: 3rem;font-size:var(--calcite-font-size-1);line-height:1.5rem;margin-inline-end:.75rem}:host([scale=l]) .stepper-item-description{font-size:var(--calcite-font-size-0);line-height:1.25rem}:host{position:relative;display:flex;flex-grow:1;flex-direction:column;align-self:flex-start;margin-block-end:var(--calcite-stepper-item-spacing-unit-s)}:host .container{position:relative;display:flex;flex-grow:1;cursor:pointer;flex-direction:column;border-width:0px;border-block-start-width:2px;border-style:solid;border-color:var(--calcite-color-border-3);color:var(--calcite-color-text-3);text-decoration-line:none;outline:2px solid transparent;outline-offset:2px}:host .container:active{background-color:var(--calcite-color-foreground-3)}:host{outline-color:transparent}:host(: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))))}:host .stepper-item-header{display:flex;cursor:pointer;align-items:flex-start}:host .stepper-item-header:active{background-color:var(--calcite-color-foreground-3)}:host .stepper-item-content,:host .stepper-item-header{padding-block:var(--calcite-stepper-item-spacing-unit-l);padding-inline-end:var(--calcite-stepper-item-spacing-unit-m);text-align:start}:host .stepper-item-header *{display:inline-flex;align-items:center}:host .stepper-item-content{display:none;inline-size:100%;flex-direction:column;font-size:var(--calcite-font-size--2);line-height:1.375}:host .stepper-item-icon{margin-inline-end:var(--calcite-stepper-item-spacing-unit-m);margin-block-start:1px;display:inline-flex;block-size:.75rem;flex-shrink:0;align-self:flex-start;color:var(--calcite-color-text-3);opacity:var(--calcite-opacity-disabled)}:host .stepper-item-header-text{flex-direction:column;text-align:initial;margin-inline-end:auto}:host .stepper-item-heading,:host .stepper-item-description{display:flex;inline-size:100%}:host .stepper-item-heading{margin-block-end:.25rem;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-color-text-2)}:host .stepper-item-description{color:var(--calcite-color-text-3)}:host .stepper-item-number{font-weight:var(--calcite-font-weight-medium);color:var(--calcite-color-text-3);margin-inline-end:var(--calcite-stepper-item-spacing-unit-m)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}:host([complete]) .container{border-color:#007ac280}:host([complete]) .container .stepper-item-icon{color:var(--calcite-color-brand)}:host([error]) .container{border-block-start-color:var(--calcite-color-status-danger)}:host([error]) .container .stepper-item-number{color:var(--calcite-color-status-danger)}:host([error]) .container .stepper-item-icon{opacity:1;color:var(--calcite-color-status-danger)}:host(:hover:not([disabled]):not([selected])) .container,:host(:focus:not([disabled]):not([selected])) .container{border-block-start-color:var(--calcite-color-brand)}:host(:hover:not([disabled]):not([selected])) .container .stepper-item-heading,:host(:focus:not([disabled]):not([selected])) .container .stepper-item-heading{color:var(--calcite-color-text-1)}:host(:hover:not([disabled]):not([selected])) .container .stepper-item-description,:host(:focus:not([disabled]):not([selected])) .container .stepper-item-description{color:var(--calcite-color-text-2)}:host([error]:hover:not([disabled]):not([selected])) .container,:host([error]:focus:not([disabled]):not([selected])) .container{border-block-start-color:var(--calcite-color-status-danger-hover)}:host([selected]) .container{border-block-start-color:var(--calcite-color-brand)}:host([selected]) .container .stepper-item-heading{color:var(--calcite-color-text-1)}:host([selected]) .container .stepper-item-description{color:var(--calcite-color-text-2)}:host([selected]) .container .stepper-item-number{color:var(--calcite-color-brand)}:host([selected]) .container .stepper-item-icon{color:var(--calcite-color-brand);opacity:1}:host([selected]) .container .stepper-item-content{display:flex}:host([layout=vertical]){inline-size:100%}:host([layout=vertical]) .container{margin-inline:0px;margin-block-start:0px;flex:1 1 auto;border-block-start-width:0px;border-style:solid;border-color:var(--calcite-color-border-3);padding-block:0px;border-inline-start-width:2px;padding-inline-start:var(--calcite-stepper-item-spacing-unit-l)}:host([layout=vertical]) .container .stepper-item-icon{order:3;margin-block:1px 0px;padding-inline-start:var(--calcite-stepper-item-spacing-unit-s);margin-inline-start:auto}:host([layout=vertical]) .container .stepper-item-header{padding-inline-end:0px}:host([layout=vertical]) .container .stepper-item-content{padding:0}:host([layout=vertical][complete]) .container{border-color:#007ac280}:host([layout=vertical][complete]:hover:not([disabled]):not([selected])) .container,:host([layout=vertical][complete]:focus:not([disabled]):not([selected])) .container{border-color:var(--calcite-color-brand)}:host([layout=vertical][error]) .container{border-color:var(--calcite-color-status-danger)}:host([layout=vertical][selected]) .container{border-color:var(--calcite-color-brand)}:host([layout=vertical][selected]) .container .stepper-item-content:not(:empty){margin-block-end:var(--calcite-stepper-item-spacing-unit-l)}:host([layout=vertical]:hover:not([disabled]):not([selected])) .container,:host([layout=vertical]:focus:not([disabled]):not([selected])) .container{border-color:#007ac280}:host([layout=vertical][error]:hover:not([disabled]):not([selected])) .container,:host([layout=vertical][error]:focus:not([disabled]):not([selected])) .container{border-color:var(--calcite-color-status-danger-hover)}:host([layout=horizontal]),:host([layout=horizontal-single]){display:contents}:host([layout=horizontal]) .container,:host([layout=horizontal-single]) .container{display:contents}:host([layout=horizontal]) .stepper-item-header,:host([layout=horizontal-single]) .stepper-item-header{border-width:0px;border-block-start-width:2px;border-style:solid;border-color:var(--calcite-color-border-3);outline-color:transparent;grid-row:items}:host([layout=horizontal]) .stepper-item-header:focus,:host([layout=horizontal-single]) .stepper-item-header:focus{transition-duration:0s;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([layout=horizontal]) .stepper-item-content,:host([layout=horizontal-single]) .stepper-item-content{cursor:auto;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);padding-block:0;padding-inline-end:var(--calcite-stepper-item-spacing-unit-m);text-align:start}:host([layout=horizontal-single]) .stepper-item-header{grid-area:1/1/1/-1}:host([layout=horizontal]) .stepper-item-content,:host([layout=horizontal-single]) .stepper-item-content{grid-area:2/1/2/-1}:host([layout=horizontal][complete]) .stepper-item-header,:host([layout=horizontal-single][complete]) .stepper-item-header{border-color:#007ac280}:host([layout=horizontal][complete]:hover:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal][complete]:focus:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal-single][complete]:hover:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal-single][complete]:focus:not([disabled]):not([selected])) .stepper-item-header{border-color:var(--calcite-color-brand)}:host([layout=horizontal][error]) .stepper-item-header,:host([layout=horizontal-single][error]) .stepper-item-header{border-color:var(--calcite-color-status-danger)}:host([layout=horizontal][selected]) .stepper-item-header,:host([layout=horizontal-single][selected]) .stepper-item-header{border-color:var(--calcite-color-brand)}:host([layout=horizontal]:hover:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal]:focus:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal-single]:hover:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal-single]:focus:not([disabled]):not([selected])) .stepper-item-header{border-color:#007ac280}:host([layout=horizontal][error]:hover:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal][error]:focus:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal-single][error]:hover:not([disabled]):not([selected])) .stepper-item-header,:host([layout=horizontal-single][error]:focus:not([disabled]):not([selected])) .stepper-item-header{border-color:var(--calcite-color-status-danger-hover)}@media (forced-colors: active){:host .container{outline-width:0;outline-offset:0}:host(:focus),:host(:focus-visible){outline-color:canvasText}:host([selected]) .container{border-block-start-color:highlight}:host([selected]) .container .stepper-item-number{color:highlight}:host([selected]) .container .stepper-item-icon{color:highlight}:host([layout=vertical][selected]) .container{border-color:highlight}}:host([layout=horizontal-single]) .stepper-item-header{margin-inline-end:0px;box-sizing:border-box;border-style:none;inline-size:100%;padding-inline:calc(var(--calcite-internal-stepper-action-inline-size) + .5rem)}:host([layout=horizontal-single][error]) .container .stepper-item-number{color:var(--calcite-color-status-danger)}:host([layout=horizontal-single][error]) .container .stepper-item-icon{opacity:1;color:var(--calcite-color-status-danger)}:host([layout=horizontal-single][error][selected]),:host([layout=horizontal-single][complete][selected]) .container{color:var(--calcite-color-text-3)}:host([layout=horizontal-single][error][selected]) .stepper-item-heading,:host([layout=horizontal-single][complete][selected]) .container .stepper-item-heading{color:var(--calcite-color-text-2)}:host([layout=horizontal-single][complete][selected]) .container .stepper-item-icon{opacity:var(--calcite-opacity-disabled)}:host([layout=horizontal-single][complete][selected]) .container .stepper-item-number{color:var(--calcite-color-text-3)}.visually-hidden{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host([hidden]){display:none}[hidden]{display:none}`,a=class extends c{constructor(){super(),this.headerEl=h(),this.complete=!1,this.disabled=!1,this.error=!1,this.icon=!1,this.iconFlipRtl=!1,this.messages=f(),this.numbered=!1,this.scale="m",this.selected=!1,this.calciteInternalStepperItemKeyEvent=r({cancelable:!1}),this.calciteInternalStepperItemRegister=r({cancelable:!1}),this.calciteInternalStepperItemSelect=r({cancelable:!1}),this.calciteStepperItemSelect=r({cancelable:!1}),this.listenOn(document.body,"calciteInternalStepperItemChange",this.updateActiveItemOnChange),this.listen("click",this.handleItemClick),this.listen("keydown",this.keyDownHandler)}static{this.properties={complete:7,description:1,disabled:7,error:7,heading:1,icon:5,iconFlipRtl:7,layout:3,messageOverrides:0,numbered:5,numberingSystem:1,scale:3,selected:7}}static{this.styles=x}async setFocus(){await g(this),(this.layout==="vertical"?this.el:this.headerEl.value)?.focus()}async load(){u(this),this.parentStepperEl=this.el.parentElement,this.itemPosition=this.getItemPosition(),this.registerStepperItem(),this.selected&&this.emitRequestedItem()}willUpdate(e){e.has("selected")&&(this.hasUpdated||this.selected!==!1)&&this.selectedHandler(),e.has("disabled")&&(this.hasUpdated||this.disabled!==!1)&&this.registerStepperItem(),e.has("messages")&&this.effectiveLocaleWatcher(this.messages._lang)}updated(){v(this)}loaded(){b(this)}selectedHandler(){this.selected&&this.emitRequestedItem()}effectiveLocaleWatcher(e){s.numberFormatOptions={locale:e,numberingSystem:this.numberingSystem,useGrouping:!1}}updateActiveItemOnChange(e){(e.target===this.parentStepperEl||e.composedPath().includes(this.parentStepperEl))&&(this.selectedPosition=e.detail.position,this.determineSelectedItem())}keyDownHandler(e){if(!this.disabled&&e.target===this.el)switch(e.key){case" ":case"Enter":this.emitUserRequestedItem(),e.preventDefault();break;case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":case"Home":case"End":this.calciteInternalStepperItemKeyEvent.emit({item:e}),e.preventDefault();break}}determineSelectedItem(){this.selected=!this.disabled&&this.itemPosition===this.selectedPosition}registerStepperItem(){this.calciteInternalStepperItemRegister.emit({position:this.itemPosition})}handleItemClick(e){this.disabled||this.layout==="horizontal"&&e.composedPath().some(z=>z.classList?.contains("stepper-item-content"))||this.emitUserRequestedItem()}emitUserRequestedItem(){this.emitRequestedItem(),this.disabled||this.calciteStepperItemSelect.emit()}emitRequestedItem(){if(!this.disabled){let e=this.itemPosition;this.calciteInternalStepperItemSelect.emit({position:e})}}getItemPosition(){return Array.from(this.parentStepperEl?.querySelectorAll("calcite-stepper-item")).indexOf(this.el)}render(){this.el.ariaCurrent=this.selected?"step":"false",d(this.el,"tabIndex",this.disabled?-1:0);let e=this.layout==="horizontal"&&!this.disabled?0:null;return y({disabled:this.disabled,children:o`<div class=${t(i.container)}>${this.complete&&o`<span aria-live=polite class=${t(i.visuallyHidden)}>${this.messages.complete}</span>`||""}<div class=${t(i.stepperItemHeader)} tabindex=${e??n} ${m(this.headerEl)}>${this.icon?this.renderIcon():null}${this.numbered?o`<div class=${t(i.stepperItemNumber)}>${this.renderNumbers()}.</div>`:null}<div class=${t(i.stepperItemHeaderText)}><span class=${t(i.stepperItemHeading)}>${this.heading}</span><span class=${t(i.stepperItemDescription)}>${this.description}</span></div></div><div class=${t(i.stepperItemContent)}><slot></slot></div></div>`})}renderIcon(){let e="circle";return this.selected&&(this.layout!=="horizontal-single"||!this.error&&!this.complete)?e="circleF":this.error?e="exclamationMarkCircleF":this.complete&&(e="checkCircleF"),o`<calcite-icon class="stepper-item-icon" .flipRtl=${this.iconFlipRtl} .icon=${e} scale=s></calcite-icon>`}renderNumbers(){return s.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:!1},s.numberFormatter.format(this.itemPosition+1)}};p("calcite-stepper-item",a);export{a as StepperItem};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- var p="24px",x="32px",a="44px",s="48px";export{p as a,x as b,a as c,s as d};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as s,b as o}from"./HVG3FNW6.js";import{a as i}from"./OUC47AKY.js";import{u as a}from"./MBJAGWVS.js";import"./ITIJ42U7.js";import{I as l,d,e as n,v as r,w as e}from"./TYYR7NIL.js";var h=d`:host([disabled]) .content{cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) .content *,:host([disabled]) .content ::slotted(*){pointer-events:none}:host{display:flex;flex:1 1 0%;flex-direction:column}.container{display:flex;flex:1 1 auto;align-items:stretch;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-color-text-2)}.content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;font-size:var(--calcite-font-size--2);line-height:1.375;padding-inline:var(--calcite-stack-padding-inline, .75rem);padding-block:var(--calcite-stack-padding-block, .5rem)}.content-start{justify-content:flex-start}.content-end{justify-content:flex-end}.content-start,.content-end{flex:0 1 auto}.content-start ::slotted(calcite-icon),.content-end ::slotted(calcite-icon){margin-inline:.75rem;align-self:center}.actions-start,.actions-end,.content-start,.content-end{display:flex;align-items:center}.actions-start ::slotted(calcite-action),.actions-start ::slotted(calcite-action-menu),.actions-start ::slotted(calcite-handle),.actions-start ::slotted(calcite-dropdown),.actions-end ::slotted(calcite-action),.actions-end ::slotted(calcite-action-menu),.actions-end ::slotted(calcite-handle),.actions-end ::slotted(calcite-dropdown){align-self:stretch;color:inherit}:host([hidden]){display:none}[hidden]{display:none}`,c=class extends r{constructor(){super(...arguments),this.hasActionsEnd=!1,this.hasActionsStart=!1,this.hasContentEnd=!1,this.hasContentStart=!1,this.disabled=!1}static{this.properties={hasActionsEnd:16,hasActionsStart:16,hasContentEnd:16,hasContentStart:16,disabled:7}}static{this.styles=h}handleActionsStartSlotChange(t){this.hasActionsStart=a(t)}handleActionsEndSlotChange(t){this.hasActionsEnd=a(t)}handleContentStartSlotChange(t){this.hasContentStart=a(t)}handleContentEndSlotChange(t){this.hasContentEnd=a(t)}renderActionsStart(){let{hasActionsStart:t}=this;return i("actions-start-container",n`<div class=${e(s.actionsStart)} .hidden=${!t}><slot name=${o.actionsStart} @slotchange=${this.handleActionsStartSlotChange}></slot></div>`)}renderActionsEnd(){let{hasActionsEnd:t}=this;return i("actions-end-container",n`<div class=${e(s.actionsEnd)} .hidden=${!t}><slot name=${o.actionsEnd} @slotchange=${this.handleActionsEndSlotChange}></slot></div>`)}renderContentStart(){let{hasContentStart:t}=this;return n`<div class=${e(s.contentStart)} .hidden=${!t}><slot name=${o.contentStart} @slotchange=${this.handleContentStartSlotChange}></slot></div>`}renderDefaultContent(){return n`<div class=${e(s.content)}><slot></slot></div>`}renderContentEnd(){let{hasContentEnd:t}=this;return n`<div class=${e(s.contentEnd)} .hidden=${!t}><slot name=${o.contentEnd} @slotchange=${this.handleContentEndSlotChange}></slot></div>`}render(){return n`<div class=${e(s.container)}>${this.renderActionsStart()}${this.renderContentStart()}${this.renderDefaultContent()}${this.renderContentEnd()}${this.renderActionsEnd()}</div>`}};l("calcite-stack",c);export{c as Stack};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as r,b as i,c}from"./QS2H5WWV.js";import{a as l}from"./OUC47AKY.js";import{w as e}from"./TYYR7NIL.js";function f(t){return Math.min(Math.max(Math.ceil(t),1),6)}var h=({children:t,...s})=>{let a=s.level?r(`h${s.level}`):i`div`;return l(s.key,c`<${a} class=${e(s.class)}>${t}</${a}>`)};export{f as a,h as b};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a,b as d}from"./MVHJMI6L.js";import{a as l}from"./FHAIE7PW.js";import{I as o,d as t,e as s,v as i}from"./TYYR7NIL.js";var r=t`: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:flex;flex-wrap:wrap}:host ::slotted(calcite-tile-select){margin-block-end:1px;margin-inline-end:1px}:host([layout=vertical]){flex-direction:column}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}:host([hidden]){display:none}[hidden]{display:none}`,e=class extends i{constructor(){super(...arguments),this.disabled=!1,this.layout="horizontal"}static{this.properties={disabled:7,layout:3}}static{this.styles=r}load(){l.deprecated("component",{name:"tile-select-group",removalVersion:4,suggested:["tile","tile-group"]})}updated(){a(this)}render(){return d({disabled:this.disabled,children:s`<slot></slot>`})}};o("calcite-tile-select-group",e);export{e as TileSelectGroup};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a}from"./J4RAJYKF.js";export{a as default};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as c}from"./OUC47AKY.js";import{a as h}from"./FHAIE7PW.js";import{v as d}from"./MBJAGWVS.js";import"./ITIJ42U7.js";import{I as l,d as s,e,v as n,w as a}from"./TYYR7NIL.js";var p={actionBarContainer:"action-bar-container",content:"content"},m={actionBar:"action-bar"},x=s`:host{box-sizing:border-box;background-color:var(--calcite-color-foreground-1);color:var(--calcite-color-text-2);font-size:var(--calcite-font-size--1)}:host *{box-sizing:border-box}:host{z-index:var(--calcite-z-index);display:flex;flex:1 1 auto;overflow:hidden;background-color:transparent}.content{margin:0;display:flex;block-size:100%;inline-size:100%;overflow:hidden;flex:1 0 0}.action-bar-container{display:flex}:host([detached]){margin-inline:.5rem;margin-block:.5rem 1.5rem}@keyframes in-up{0%{opacity:0;transform:translate3D(0,5px,0)}to{opacity:1;transform:translateZ(0)}}:host([detached]){animation:in-up var(--calcite-internal-animation-timing-slow) ease-in-out;border-radius:.25rem;border-width:0px;--tw-shadow: 0 4px 8px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--tw-shadow-colored: 0 4px 8px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}:host([position=end]){align-self:flex-end}:host([position=start]){align-self:flex-start}:host([height-scale=s]){block-size:33.333333%}:host([height-scale=m]){block-size:70%}:host([height-scale=l]){block-size:100%}:host([height-scale=l][detached]){block-size:calc(100% - 2rem)}::slotted(calcite-panel){block-size:100%;inline-size:100%}::slotted(calcite-action-bar),::slotted(calcite-action-bar[position=end]){border-inline-end:1px solid;border-color:var(--calcite-color-border-3)}:host([hidden]){display:none}[hidden]{display:none}`,i=class extends n{constructor(){super(...arguments),this.detached=!1,this.heightScale="s",this.position="end"}static{this.properties={actionBar:16,detached:7,heightScale:3,position:3}}static{this.styles=x}load(){h.deprecated("component",{name:"shell-center-row",removalVersion:4,suggested:"shell-panel"})}loaded(){this.actionBar?.position==="end"&&this.requestUpdate()}handleActionBarSlotChange(t){this.actionBar=d(t).filter(o=>o.matches("calcite-action-bar"))[0]}render(){let{actionBar:t}=this,o=e`<div class=${a(p.content)}><slot></slot></div>`,r=[c("action-bar",e`<div class=${a(p.actionBarContainer)} .hidden=${!this.actionBar}><slot name=${m.actionBar} @slotchange=${this.handleActionBarSlotChange}></slot></div>`),o];return t?.position==="end"&&r.reverse(),r}};l("calcite-shell-center-row",i);export{i as ShellCenterRow};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as y}from"./RM7DO3WC.js";import"./YP2D5DKM.js";import{a as j}from"./CSDMYGZU.js";import{a as W,b as B}from"./MVHJMI6L.js";import{a as I}from"./CLWQ573O.js";import{a as H}from"./XKQ2CMVV.js";import{a as K}from"./RS3QB5Z6.js";import{b}from"./R6R2QDCZ.js";import{B as L,e as F,v as A,z as g}from"./MBJAGWVS.js";import{a as E,b as M,d as U}from"./H6JENZS2.js";import{a as O}from"./ITIJ42U7.js";import{I as z,d as P,e as d,i as r,u as h,v as S,w as s}from"./TYYR7NIL.js";var G=6e3,a={container:"container",containerOverlaid:"container--overlaid",containerEdged:"container--edged",itemContainer:"item-container",itemContainerForward:"item-container--forward",itemContainerBackward:"item-container--backward",pagination:"pagination",paginationItems:"pagination-items",paginationItem:"pagination-item",paginationItemIndividual:"pagination-item--individual",paginationItemVisible:"pagination-item--visible",paginationItemOutOfRange:"pagination-item--out-of-range",paginationItemSelected:"pagination-item--selected",paginationItemRangeEdge:"pagination-item--range-edge",pageNext:"page-next",pagePrevious:"page-previous",autoplayControl:"autoplay-control",autoplayProgress:"autoplay-progress"},p={chevronLeft:"chevron-left",chevronRight:"chevron-right",inactive:"bullet-point",active:"bullet-point-large",pause:"pause-f",play:"play-f"},v={medium:7,small:5,xsmall:3,xxsmall:1},Q=P`: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:flex;inline-size:100%;--calcite-internal-internal-carousel-item-space: 1.5rem;--calcite-internal-internal-carousel-item-space-wide: 3.5rem;--calcite-internal-internal-carousel-item-background-color: var( --calcite-internal-carousel-item-background-color, var(--calcite-color-foreground-1) );--calcite-internal-internal-carousel-item-background-color-hover: var( --calcite-internal-carousel-item-background-color-hover, var(--calcite-color-foreground-2) );--calcite-internal-internal-carousel-item-background-color-active: var( --calcite-internal-carousel-item-background-color-active, var(--calcite-color-foreground-2) );--calcite-internal-internal-carousel-item-background-color-selected: var( --calcite-internal-carousel-item-background-color-selected, var(--calcite-color-foreground-1) );--calcite-internal-internal-carousel-item-icon-color-hover: var( --calcite-internal-carousel-item-icon-color-hover, var(--calcite-action-color-transparent-hover) );--calcite-internal-internal-carousel-item-icon-color: var( --calcite-internal-carousel-item-icon-color, var(--calcite-color-border-3) );--calcite-internal-internal-carousel-item-icon-color-selected: var( --calcite-internal-carousel-item-icon-color-selected, var(--calcite-color-brand) );--calcite-internal-internal-carousel-control-color-hover: var( --calcite-internal-carousel-control-color-hover, var(--calcite-internal-carousel-item-icon-color-hover) );--calcite-internal-internal-carousel-control-color: var( --calcite-internal-carousel-item-icon-color, var(--calcite-color-border-input) );--calcite-internal-internal-carousel-autoplay-progress-background-color: var( --calcite-internal-carousel-autoplay-progress-background-color, var(--calcite-color-border-3) );--calcite-internal-internal-carousel-autoplay-progress-fill-color: var( --calcite-internal-carousel-autoplay-progress-fill-color, var(--calcite-color-brand) )}.container{position:relative;display:flex;inline-size:100%;flex-direction:column;overflow:hidden;font-size:var(--calcite-font-size--1);line-height:1rem;color:var(--calcite-color-text-2);outline-color:transparent}.container: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))))}.container--edged:not(.container--overlaid){padding-inline:var(--calcite-internal-internal-carousel-item-space-wide);inline-size:calc(100% - var(--calcite-internal-internal-carousel-item-space-wide) * 2)}.item-container{display:flex;flex:1 1 auto;align-items:flex-start;justify-content:center;overflow:auto;padding:.25rem;animation-name:none;animation-duration:var(--calcite-animation-timing)}.container--overlaid .item-container{padding:0}.item-container--forward{animation-name:item-forward}.item-container--backward{animation-name:item-backward}calcite-carousel-item:not([selected]){opacity:0}.pagination{margin:.75rem;display:flex;flex-direction:row;align-items:center;justify-content:center;inline-size:auto}.pagination-items{display:flex;flex-direction:row;align-items:center}.container--overlaid .pagination{position:absolute}.pagination-item.page-next,.pagination-item.page-previous{color:var(--calcite-internal-internal-carousel-control-color)}.pagination-item.page-next:hover,.pagination-item.page-previous:hover{color:var(--calcite-internal-internal-carousel-control-color-hover)}.container--edged .page-next,.container--edged .page-previous{block-size:3rem;inline-size:3rem;position:absolute;inset-block-start:50%;transform:translateY(-50%)}.container--edged .page-next{inset-inline-end:0}.container--edged .page-previous{inset-inline-start:0}.container--overlaid .pagination{inset-block-start:unset;inset-block-end:0;inset-inline:0}.pagination-item.autoplay-control{position:relative;color:var(--calcite-internal-internal-carousel-control-color);--calcite-color-brand: var(--calcite-internal-internal-carousel-autoplay-progress-fill-color);--calcite-color-border-3: var(--calcite-internal-internal-carousel-autoplay-progress-background-color)}.autoplay-control:focus .autoplay-progress{inset-block-end:4px;inset-inline:2px;inline-size:calc(100% - 4px)}.autoplay-progress{position:absolute;inset-block-end:2px;inset-inline:0;inline-size:100%}.pagination-item{margin:0;block-size:2rem;inline-size:2rem;cursor:pointer;align-items:center;border-style:none;background-color:transparent;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;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;--calcite-color-foreground-1: var(--calcite-internal-internal-carousel-item-background-color);color:var(--calcite-internal-internal-carousel-item-icon-color)}.pagination-item:hover{background-color:var(--calcite-internal-internal-carousel-item-background-color-hover);color:var(--calcite-internal-internal-carousel-item-icon-color-hover)}.pagination-item:focus{background-color:var(--calcite-internal-internal-carousel-item-background-color-active);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))))}.pagination-item:active{background-color:var(--calcite-internal-internal-carousel-item-background-color-active);color:var(--calcite-internal-internal-carousel-item-icon-color-hover)}.pagination-item calcite-icon{color:inherit;pointer-events:none}.pagination-item.pagination-item--selected{--calcite-color-foreground-1: var(--calcite-internal-internal-carousel-item-background-color-selected);--calcite-color-foreground-3: var(--calcite-internal-internal-carousel-item-background-color-selected);color:var(--calcite-internal-internal-carousel-item-icon-color-selected)}.pagination-item--individual{pointer-events:none;inline-size:0px;padding:0;opacity:0;visibility:hidden;transition:var(--calcite-animation-timing) ease-in-out inline-size,var(--calcite-animation-timing) ease-in-out padding,var(--calcite-animation-timing) ease-in-out opacity}.pagination-item--individual.pagination-item--visible{pointer-events:auto;inline-size:2rem;opacity:1;visibility:visible}.pagination-item--range-edge calcite-icon{scale:.75;transition:var(--calcite-animation-timing) ease-in-out scale}.container--overlaid .pagination-item{background-color:var(--calcite-internal-internal-carousel-item-background-color)}.container--overlaid .pagination-item:hover{background-color:var(--calcite-internal-internal-carousel-item-background-color-hover)}.container--overlaid .pagination-item:focus{background-color:var(--calcite-internal-internal-carousel-item-background-color-active)}.container--overlaid .pagination-item:active{background-color:var(--calcite-internal-internal-carousel-item-background-color-active)}@keyframes item-forward{0%{transform:translate3d(100px,0,0)}to{transform:translateZ(0)}}@keyframes item-backward{0%{transform:translate3d(-100px,0,0)}to{transform:translateZ(0)}}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}:host([hidden]){display:none}[hidden]{display:none}`,k=class extends S{constructor(){super(...arguments),this.autoplayHandler=()=>{this.clearIntervals(),this.slideDurationInterval=setInterval(this.timer,this.autoplayDuration/100)},this.containerId=`calcite-carousel-container-${O()}`,this.resizeHandler=({contentRect:{width:e}})=>{this.setMaxItemsToBreakpoint(e)},this.resizeObserver=H("resize",e=>e.forEach(this.resizeHandler)),this.slideDurationInterval=null,this.slideInterval=null,this.timer=()=>{let e=this.slideDurationRemaining;(!this.suspendedDueToFocus&&!this.suspendedDueToHover||this.userPreventsSuspend)&&(e<=.01?(e=1,this.nextItem(!1)):e=e-.01),e>0&&(this.slideDurationRemaining=e)},this.direction="standby",this.items=[],this.maxItems=v.xxsmall,this.playing=!1,this.slideDurationRemaining=1,this.suspendedDueToFocus=!1,this.suspendedDueToHover=!1,this.suspendedSlideDurationRemaining=1,this.userPreventsSuspend=!1,this.arrowType="inline",this.autoplay=!1,this.autoplayDuration=G,this.controlOverlay=!1,this.disabled=!1,this.messages=K(),this.calciteCarouselChange=h({cancelable:!1}),this.calciteCarouselPause=h({cancelable:!1}),this.calciteCarouselPlay=h({cancelable:!1}),this.calciteCarouselResume=h({cancelable:!1}),this.calciteCarouselStop=h({cancelable:!1})}static{this.properties={direction:16,items:16,maxItems:16,playing:16,selectedIndex:16,slideDurationRemaining:16,suspendedDueToFocus:16,suspendedDueToHover:16,suspendedSlideDurationRemaining:16,userPreventsSuspend:16,arrowType:3,autoplay:3,autoplayDuration:11,controlOverlay:7,disabled:7,label:1,messageOverrides:0,paused:5,selectedItem:0}}static{this.styles=Q}async play(){this.playing||this.autoplay!==""&&!this.autoplay&&this.autoplay!=="paused"||this.handlePlay(!0)}async setFocus(){await U(this),this.container?.focus()}async stop(){this.playing&&this.handlePause(!0)}connectedCallback(){super.connectedCallback(),this.resizeObserver?.observe(this.el)}async load(){(this.autoplay===""||this.autoplay)&&this.autoplay!=="paused"?this.handlePlay(!1):this.autoplay==="paused"&&(this.paused=!0),E(this)}willUpdate(e){e.has("autoplay")&&this.hasUpdated&&this.autoplayWatcher(this.autoplay),e.has("direction")&&(this.hasUpdated||this.direction!=="standby")&&this.directionWatcher(this.direction),e.has("playing")&&(this.hasUpdated||this.playing!==!1)&&(this.paused=!this.playing),(e.has("suspendedDueToFocus")&&(this.hasUpdated||this.suspendedDueToFocus!==!1)||e.has("suspendedDueToHover")&&(this.hasUpdated||this.suspendedDueToHover!==!1))&&this.suspendWatcher()}updated(){W(this)}loaded(){M(this)}disconnectedCallback(){super.disconnectedCallback(),this.clearIntervals(),this.resizeObserver?.disconnect()}autoplayWatcher(e){e||this.handlePause(!1)}async directionWatcher(e){e!=="standby"&&(await L(this.itemContainer,e==="forward"?"item-forward":"item-backward"),this.direction="standby")}suspendWatcher(){!this.suspendedDueToFocus&&!this.suspendedDueToHover?this.suspendEnd():this.suspendStart()}setMaxItemsToBreakpoint(e){if(e){if(e>=y.width.small){this.maxItems=v.medium;return}if(e>=y.width.xsmall){this.maxItems=v.small;return}if(e>=y.width.xxsmall){this.maxItems=v.xsmall;return}this.maxItems=v.xxsmall}}clearIntervals(){clearInterval(this.slideDurationInterval),clearInterval(this.slideInterval)}nextItem(e){this.playing&&e&&(this.playing=!1);let t=I(this.selectedIndex+1,this.items.length);this.setSelectedItem(t,e)}previousItem(){this.playing=!1;let e=I(Math.max(this.selectedIndex-1,-1),this.items.length);this.setSelectedItem(e,!0)}handlePlay(e){this.playing=!0,this.autoplayHandler(),this.slideInterval=setInterval(this.autoplayHandler,this.autoplayDuration),e&&this.calciteCarouselPlay.emit()}handlePause(e){this.playing=!1,this.clearIntervals(),this.slideDurationRemaining=1,this.suspendedSlideDurationRemaining=1,e&&this.calciteCarouselStop.emit()}suspendStart(){this.suspendedSlideDurationRemaining=this.slideDurationRemaining}suspendEnd(){this.slideDurationRemaining=this.suspendedSlideDurationRemaining}handleSlotChange(e){let t=A(e);if(t.length<1)return;let i=t.findIndex(c=>c.selected),l=i>-1?i:0;this.items=t,this.setSelectedItem(l,!1)}setSelectedItem(e,t){let i=this.selectedIndex;this.items.forEach((l,c)=>{let o=e===c;l.selected=o,o&&(this.selectedItem=l,this.selectedIndex=c)}),t&&(this.playing=!1,i!==this.selectedIndex&&this.calciteCarouselChange.emit())}handleArrowClick(e){let t=e.target.dataset.direction;t==="next"?(this.direction="forward",this.nextItem(!0)):t==="previous"&&(this.direction="backward",this.previousItem())}handleItemSelection(e){let t=e.target,i=parseInt(t.dataset.index);i!==this.selectedIndex&&(this.playing&&this.handlePause(!0),this.direction=i>this.selectedIndex?"forward":"backward",this.setSelectedItem(i,!0))}toggleRotation(){this.userPreventsSuspend=!0,this.playing?this.handlePause(!0):this.handlePlay(!0)}handleFocusIn(){let e=this.playing;e&&(this.suspendedDueToFocus=!0),(!this.suspendedDueToFocus||!this.suspendedDueToHover)&&e&&this.calciteCarouselPause.emit()}handleMouseIn(){let e=this.playing;e&&(this.suspendedDueToHover=!0),(!this.suspendedDueToFocus||!this.suspendedDueToHover)&&e&&this.calciteCarouselPause.emit()}handleMouseOut(e){let t=!this.el.contains(e.relatedTarget),i=this.playing;t&&i&&(this.suspendedDueToHover=!1),t&&i&&!this.suspendedDueToFocus&&(this.userPreventsSuspend=!1,this.calciteCarouselResume.emit())}handleFocusOut(e){let t=!e.composedPath().includes(e.relatedTarget),i=this.playing;t&&i&&(this.suspendedDueToFocus=!1),t&&i&&!this.suspendedDueToHover&&(this.userPreventsSuspend=!1,this.calciteCarouselResume.emit())}containerKeyDownHandler(e){if(e.target!==this.container)return;let t=this.items.length-1;switch(e.key){case" ":case"Enter":e.preventDefault(),(this.autoplay===""||this.autoplay||this.autoplay==="paused")&&this.toggleRotation();break;case"ArrowRight":e.preventDefault(),this.direction="forward",this.nextItem(!0);break;case"ArrowLeft":e.preventDefault(),this.direction="backward",this.previousItem();break;case"Home":if(e.preventDefault(),this.selectedIndex===0)return;this.direction="backward",this.setSelectedItem(0,!0);break;case"End":if(e.preventDefault(),this.selectedIndex===t)return;this.direction="forward",this.setSelectedItem(t,!0);break}}tabListKeyDownHandler(e){let t=Array(...this.tabList.querySelectorAll(`button:not(.${a.paginationItemOutOfRange})`)),i=e.target;switch(e.key){case"ArrowRight":g(t,i,"next");break;case"ArrowLeft":g(t,i,"previous");break;case"Home":e.preventDefault(),g(t,i,"first");break;case"End":e.preventDefault(),g(t,i,"last");break}}storeTabListRef(e){this.tabList=e}storeContainerRef(e){this.container=e}storeItemContainerRef(e){this.itemContainer=e}renderRotationControl(){let e=this.playing?this.messages.pause:this.messages.play;return d`<button .ariaLabel=${e} class=${s({[a.paginationItem]:!0,[a.autoplayControl]:!0})} @click=${this.toggleRotation} title=${e??r}><calcite-icon .icon=${this.playing?p.pause:p.play} scale=s></calcite-icon>${this.playing&&d`<calcite-progress class=${s(a.autoplayProgress)} .label=${this.messages.carouselItemProgress} .value=${this.slideDurationRemaining}></calcite-progress>`||""}</button>`}renderPaginationArea(){return d`<div class=${s({[a.pagination]:!0,[a.containerOverlaid]:this.controlOverlay})} @keydown=${this.tabListKeyDownHandler} ${b(this.storeTabListRef)}>${(this.playing||this.autoplay===""||this.autoplay||this.autoplay==="paused")&&this.renderRotationControl()||""}${this.arrowType==="inline"&&this.renderArrow("previous")||""}${this.renderPaginationItems()}${this.arrowType==="inline"&&this.renderArrow("next")||""}</div>`}renderPaginationItems(){let{selectedIndex:e,maxItems:t,items:i,label:l,handleItemSelection:c}=this;return d`<div .ariaLabel=${l} class=${s(a.paginationItems)} role=tablist>${j(i,o=>o.id,(o,n)=>{let m=i.length,u=n===e,N=n===0,V=n===m-1,x=m-t-1,f=e<t,w=e>=x,D=f?0:e-Math.floor(t/2),Z=w?m:D+t,$=f?0:w?x:D,C=f?t+1:Z,q=!N&&!V&&!u&&(n===$-1||n===C),R=u||n<=C&&n>=$-1,T=m-1<=t,Y=u?p.active:p.inactive;return d`<button aria-controls=${(u?void 0:o.id)??r} .ariaSelected=${u} class=${s({[a.paginationItem]:!0,[a.paginationItemIndividual]:!0,[a.paginationItemSelected]:u,[a.paginationItemRangeEdge]:m-1>t&&q,[a.paginationItemOutOfRange]:!(T||R),[a.paginationItemVisible]:T||R})} data-index=${n??r} @click=${c} role=tab title=${o.label??r}><calcite-icon .icon=${Y} scale=l></calcite-icon></button>`})}</div>`}renderArrow(e){let t=e==="previous",i=F(this.el),l=this.arrowType==="edge"?"m":"s",c=t?a.pagePrevious:a.pageNext,o=t?this.messages.previous:this.messages.next,n=t?p.chevronLeft:p.chevronRight;return d`<button aria-controls=${this.containerId??r} class=${s({[a.paginationItem]:!0,[c]:!0})} data-direction=${e??r} @click=${this.handleArrowClick} title=${o??r}><calcite-icon .flipRtl=${i==="rtl"} .icon=${n} .scale=${l}></calcite-icon></button>`}render(){let{direction:e}=this;return B({disabled:this.disabled,children:d`<div .ariaLabel=${this.label} .ariaLive=${this.playing?"off":"polite"} .ariaRoleDescription=${this.messages.carousel} class=${s({[a.container]:!0,[a.containerOverlaid]:this.controlOverlay,[a.containerEdged]:this.arrowType==="edge"})} @focusin=${this.handleFocusIn} @focusout=${this.handleFocusOut} @keydown=${this.containerKeyDownHandler} @mouseenter=${this.handleMouseIn} @mouseleave=${this.handleMouseOut} role=group tabindex=0 ${b(this.storeContainerRef)}><section class=${s({[a.itemContainer]:!0,[a.itemContainerForward]:e==="forward",[a.itemContainerBackward]:e==="backward"})} id=${this.containerId??r} ${b(this.storeItemContainerRef)}><slot @slotchange=${this.handleSlotChange}></slot></section>${this.items.length>1&&this.renderPaginationArea()||""}${this.arrowType==="edge"&&this.renderArrow("previous")||""}${this.arrowType==="edge"&&this.renderArrow("next")||""}</div>`})}};z("calcite-carousel",k);export{k as Carousel};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as K}from"./5XKYFEBC.js";import{a as G,b as E,c as h,d as J}from"./A4JSLISH.js";import{b as N}from"./UXOOSEIU.js";import{c as g,d as q,e as _,f as I,g as M,h as j,i as b}from"./CSR5Q44Q.js";import"./GRGOLBJ6.js";import{a as v}from"./N2FZGLE3.js";import"./QS2H5WWV.js";import{a as c}from"./OUC47AKY.js";import{a as B}from"./W5CGAHOI.js";import"./FHAIE7PW.js";import"./DHITRFFR.js";import{a as S}from"./FQTOWUOI.js";import{a as D}from"./XKQ2CMVV.js";import{a as O}from"./RS3QB5Z6.js";import{a as $,b as d}from"./R6R2QDCZ.js";import{j as L,n as z,r as A,y as H}from"./MBJAGWVS.js";import{a as T,b as R,d as U}from"./H6JENZS2.js";import{a as F}from"./ITIJ42U7.js";import{I as C,d as y,e as l,u as a,v as x,w as s,z as P}from"./TYYR7NIL.js";var w=class{constructor(){this.registeredElements=new Map,this.registeredElementCount=0,this.queryPopover=e=>{let{registeredElements:t}=this,i=e.find(o=>t.has(o));return t.get(i)},this.togglePopovers=e=>{let t=e.composedPath(),i=this.queryPopover(t);i&&!i.triggerDisabled&&(i.open=!i.open),Array.from(this.registeredElements.values()).filter(o=>o!==i&&o.autoClose&&o.open&&!t.includes(o)).forEach(o=>o.open=!1)},this.keyDownHandler=e=>{e.defaultPrevented||(e.key==="Escape"?this.closeAllPopovers():S(e.key)&&this.togglePopovers(e))},this.clickHandler=e=>{H(e)||this.togglePopovers(e)}}registerElement(e,t){this.registeredElementCount++,this.registeredElements.set(e,t),this.registeredElementCount===1&&this.addListeners()}unregisterElement(e){this.registeredElements.delete(e)&&this.registeredElementCount--,this.registeredElementCount===0&&this.removeListeners()}closeAllPopovers(){Array.from(this.registeredElements.values()).forEach(e=>e.open=!1)}addListeners(){window.addEventListener("click",this.clickHandler),window.addEventListener("keydown",this.keyDownHandler)}removeListeners(){window.removeEventListener("click",this.clickHandler),window.removeEventListener("keydown",this.keyDownHandler)}},r={positionContainer:"position-container",container:"container",imageContainer:"image-container",closeButtonContainer:"close-button-container",closeButton:"close-button",content:"content",hasHeader:"has-header",header:"header",headerContainer:"headerContainer",headerContent:"header-content",heading:"heading"},Q="auto",V="aria-controls",W="aria-expanded",ee=y`:host{position:relative;display:block;--calcite-floating-ui-z-index: var(--calcite-popover-z-index, var(--calcite-z-index-popup))}.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)}:host([scale=s]) .heading{padding-inline:.75rem;padding-block:.5rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=m]) .heading{padding-inline:1rem;padding-block:.75rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([scale=l]) .heading{padding-inline:1.25rem;padding-block:1rem;font-size:var(--calcite-font-size-1);line-height:1.375}.position-container .calcite-floating-ui-anim{border-width:1px;border-style:solid;background-color:var(--calcite-popover-background-color, var(--calcite-color-foreground-1));border-color:var(--calcite-popover-border-color, var(--calcite-color-border-3));border-radius:var(--calcite-popover-corner-radius, var(--calcite-corner-radius-round))}.calcite-floating-ui-arrow{fill:var(--calcite-popover-background-color, var(--calcite-color-foreground-1))}.calcite-floating-ui-arrow__stroke{stroke:var(--calcite-popover-border-color, var(--calcite-color-border-3))}.header{display:flex;flex:1 1 auto;align-items:stretch;justify-content:flex-start;border-width:0px;border-block-end-width:1px;border-style:solid;border-block-end-color:var(--calcite-popover-border-color, var(--calcite-color-border-3))}.heading{margin:0;display:block;flex:1 1 auto;align-self:center;white-space:normal;font-weight:var(--calcite-font-weight-medium);word-wrap:break-word;word-break:break-word;color:var(--calcite-popover-text-color, var(--calcite-color-text-1))}.headerContainer{position:relative;display:flex;block-size:100%;flex-direction:row;flex-wrap:nowrap;border-radius:.25rem;color:var(--calcite-popover-text-color, var(--calcite-color-text-1))}.headerContainer.has-header{flex-direction:column}.content{display:flex;block-size:100%;inline-size:100%;flex-direction:column;flex-wrap:nowrap;align-self:center;word-wrap:break-word;word-break:break-word}.close-button-container{display:flex;overflow:hidden;flex:0 0 auto;border-start-end-radius:var(--calcite-popover-corner-radius, var(--calcite-corner-radius-round));border-end-end-radius:var(--calcite-popover-corner-radius, var(--calcite-corner-radius-round));--calcite-action-corner-radius-start-end: var(--calcite-popover-corner-radius, var(--calcite-corner-radius-sharp));--calcite-action-corner-radius-end-end: var(--calcite-popover-corner-radius, var(--calcite-corner-radius-sharp))}::slotted(calcite-panel),::slotted(calcite-flow){block-size:100%}:host([hidden]){display:none}[hidden]{display:none}`,X=new w,k=class extends x{constructor(){super(...arguments),this.closeButtonEl=$(),this.guid=`calcite-popover-${F()}`,this.hasLoaded=!1,this.mutationObserver=D("mutation",()=>this.updateFocusTrapElements()),this.openTransitionProp="opacity",this.floatingLayout="vertical",this.autoClose=!1,this.closable=!1,this.flipDisabled=!1,this.focusTrapDisabled=!1,this.messages=O(),this.offsetDistance=b,this.offsetSkidding=0,this.open=!1,this.overlayPositioning="absolute",this.placement=Q,this.pointerDisabled=!1,this.scale="m",this.triggerDisabled=!1,this.calcitePopoverBeforeClose=a({cancelable:!1}),this.calcitePopoverBeforeOpen=a({cancelable:!1}),this.calcitePopoverClose=a({cancelable:!1}),this.calcitePopoverOpen=a({cancelable:!1})}static{this.properties={floatingLayout:16,referenceEl:16,autoClose:7,closable:7,flipDisabled:7,flipPlacements:0,focusTrapDisabled:7,heading:1,headingLevel:11,initialFocusTrapFocus:5,label:1,messageOverrides:0,offsetDistance:11,offsetSkidding:11,open:7,overlayPositioning:3,placement:3,pointerDisabled:7,referenceElement:1,scale:3,triggerDisabled:7}}static{this.styles=ee}async reposition(e=!1){let{referenceEl:t,placement:i,overlayPositioning:o,flipDisabled:p,filteredFlipPlacements:f,offsetDistance:n,offsetSkidding:m,arrowEl:u,floatingEl:Y}=this;return _(this,{floatingEl:Y,referenceEl:t,overlayPositioning:o,placement:i,flipDisabled:p,flipPlacements:f,offsetDistance:n,offsetSkidding:m,arrowEl:u,type:"popover"},e)}async setFocus(){await U(this),this.requestUpdate(),z(this.el)}async updateFocusTrapElements(){J(this)}connectedCallback(){super.connectedCallback(),this.mutationObserver?.observe(this.el,{childList:!0,subtree:!0}),this.setFilteredPlacements(),G(this,{focusTrapEl:this.el,focusTrapOptions:{allowOutsideClick:!0,escapeDeactivates:e=>(e.defaultPrevented||(this.open=!1,e.preventDefault()),!1),initialFocus:this.initialFocusTrapFocus}}),requestAnimationFrame(()=>this.setUpReferenceElement(this.hasLoaded))}async load(){T(this)}willUpdate(e){e.has("focusTrapDisabled")&&(this.hasUpdated||this.focusTrapDisabled!==!1)&&this.handleFocusTrapDisabled(this.focusTrapDisabled),e.has("flipPlacements")&&this.flipPlacementsHandler(),e.has("open")&&(this.hasUpdated||this.open!==!1)&&this.openHandler(),(e.has("offsetDistance")&&(this.hasUpdated||this.offsetDistance!==b)||e.has("offsetSkidding")&&(this.hasUpdated||this.offsetSkidding!==0)||e.has("overlayPositioning")&&(this.hasUpdated||this.overlayPositioning!=="absolute")||e.has("placement")&&(this.hasUpdated||this.placement!==Q))&&this.reposition(!0),e.has("referenceElement")&&this.referenceElementHandler()}loaded(){R(this),this.referenceElement&&!this.referenceEl&&this.setUpReferenceElement(),this.open&&v(this),this.hasLoaded=!0}disconnectedCallback(){super.disconnectedCallback(),this.mutationObserver?.disconnect(),this.removeReferences(),j(this),h(this)}handleFocusTrapDisabled(e){this.open&&(e?h(this):E(this))}flipPlacementsHandler(){this.setFilteredPlacements(),this.reposition(!0)}openHandler(){v(this),this.reposition(!0),this.setExpandedAttr()}referenceElementHandler(){this.setUpReferenceElement(),this.reposition(!0)}setFloatingEl(e){this.floatingEl=e,e&&requestAnimationFrame(()=>this.setUpReferenceElement())}setTransitionEl(e){this.transitionEl=e}setFilteredPlacements(){let{el:e,flipPlacements:t}=this;this.filteredFlipPlacements=t?q(t,e):null}setUpReferenceElement(e=!0){this.removeReferences(),this.referenceEl=this.getReferenceElement(),M(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}setExpandedAttr(){let{referenceEl:e,open:t}=this;e&&"setAttribute"in e&&e.setAttribute(W,A(t))}addReferences(){let{referenceEl:e}=this;if(!e)return;let t=this.getId();"setAttribute"in e&&e.setAttribute(V,t),X.registerElement(e,this.el),this.setExpandedAttr()}removeReferences(){let{referenceEl:e}=this;e&&("removeAttribute"in e&&(e.removeAttribute(V),e.removeAttribute(W)),X.unregisterElement(e))}getReferenceElement(){let{referenceElement:e,el:t}=this;return(typeof e=="string"?L(t,{id:e}):e)||null}hide(){this.open=!1}onBeforeOpen(){this.calcitePopoverBeforeOpen.emit()}onOpen(){this.calcitePopoverOpen.emit(),E(this)}onBeforeClose(){this.calcitePopoverBeforeClose.emit()}onClose(){this.calcitePopoverClose.emit(),I(this),h(this)}storeArrowEl(e){this.arrowEl=e,this.reposition(!0)}renderCloseButton(){let{messages:e,closable:t}=this;return t?c(r.closeButtonContainer,l`<div class=${s(r.closeButtonContainer)}><calcite-action appearance=transparent class=${s(r.closeButton)} @click=${this.hide} .scale=${this.scale} .text=${e.close} ${d(this.closeButtonEl)}><calcite-icon icon=x .scale=${B(this.scale)}></calcite-icon></calcite-action></div>`):null}renderHeader(){let{heading:e,headingLevel:t}=this,i=e?N({class:r.heading,level:t,children:e}):null;return i?c(r.header,l`<div class=${s(r.header)}>${i}${this.renderCloseButton()}</div>`):null}render(){let{referenceEl:e,heading:t,label:i,open:o,pointerDisabled:p,floatingLayout:f}=this,n=e&&o,m=!n,u=p?null:c("floating-arrow",K({floatingLayout:f,ref:this.storeArrowEl}));return this.el.inert=m,this.el.ariaLabel=i,this.el.ariaLive="polite",P(this.el,"id",this.getId()),this.el.role="dialog",l`<div class=${s(r.positionContainer)} ${d(this.setFloatingEl)}><div class=${s({[r.container]:!0,[g.animation]:!0,[g.animationActive]:n})} ${d(this.setTransitionEl)}>${u}<div class=${s({[r.hasHeader]:!!t,[r.headerContainer]:!0})}>${this.renderHeader()}<div class=${s(r.content)}><slot></slot></div>${t?null:this.renderCloseButton()}</div></div></div>`}};C("calcite-popover",k);export{k as Popover};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{b as r}from"./QIG2J5PE.js";import"./J4RAJYKF.js";var _={name:"sv",weekdays:"s\xF6ndag_m\xE5ndag_tisdag_onsdag_torsdag_fredag_l\xF6rdag".split("_"),weekdaysShort:"s\xF6n_m\xE5n_tis_ons_tor_fre_l\xF6r".split("_"),weekdaysMin:"s\xF6_m\xE5_ti_on_to_fr_l\xF6".split("_"),months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekStart:1,yearStart:4,ordinal:function(a){var e=a%10,m=e===1||e===2?"a":"e";return"["+a+m+"]"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},relativeTime:{future:"om %s",past:"f\xF6r %s sedan",s:"n\xE5gra sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en m\xE5nad",MM:"%d m\xE5nader",y:"ett \xE5r",yy:"%d \xE5r"}};r.locale(_,null,!0);var n=_;export{n as default};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as w,b as C}from"./MVHJMI6L.js";import{a as k}from"./FHAIE7PW.js";import{a as f,b as x,d as y}from"./H6JENZS2.js";import{a as v}from"./ITIJ42U7.js";import{I as m,d as p,e as l,u as g,v as b,w as n}from"./TYYR7NIL.js";var i={checked:"checked",description:"description",descriptionOnly:"description-only",disabled:"disabled",heading:"heading",headingOnly:"heading-only",icon:"icon",iconOnly:"icon-only",inputAlignmentEnd:"input-alignment-end",inputAlignmentStart:"input-alignment-start",inputEnabled:"input-enabled",largeVisual:"large-visual",tile:"tile",tileContentContainer:"tile-content-container",tileContent:"tile-content",tileDescription:"tile-description",tileHeading:"tile-heading",tileLargeVisual:"tile--large-visual",widthAuto:"width-auto",widthFull:"width-full"},$=p`: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}:host .container{background-color:var(--calcite-color-foreground-1);box-shadow:0 0 0 1px var(--calcite-color-border-2);box-sizing:border-box;cursor:pointer;display:inline-block;block-size:100%;max-inline-size:300px;padding:.75rem;position:relative;vertical-align:top;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}:host .container.checked{z-index:var(--calcite-z-index);box-shadow:0 0 0 1px var(--calcite-color-brand)}:host .container.heading-only{align-items:center}:host .container:not(.input-enabled) ::slotted(calcite-checkbox),:host .container:not(.input-enabled) ::slotted(calcite-radio-button){position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host .container.focused{outline-color:transparent}:host .container.focused:not(.disabled):not(.input-enabled){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))));outline-offset:-4px;box-shadow:0 0 0 1px var(--calcite-color-brand),inset 0 0 0 2px var(--calcite-color-foreground-1)}:host .container.input-enabled.input-alignment-start.width-auto.heading-only,:host .container.input-enabled.input-alignment-start.width-auto.icon-only,:host .container.input-enabled.input-alignment-start.width-auto.description-only,:host .container.input-enabled.input-alignment-start.width-auto.heading.description,:host .container.input-enabled.input-alignment-start.width-auto.icon.description,:host .container.input-enabled.input-alignment-start.width-auto.heading.icon.description{display:inline-grid;grid-template-columns:max-content 1fr}:host .container.input-enabled.input-alignment-start.heading-only,:host .container.input-enabled.input-alignment-start.icon-only,:host .container.input-enabled.input-alignment-start.description-only,:host .container.input-enabled.input-alignment-start.heading.description,:host .container.input-enabled.input-alignment-start.icon.description,:host .container.input-enabled.input-alignment-start.heading.icon.description{gap:.75rem}:host .container.input-enabled.input-alignment-start .tile{order:1}:host .container.input-enabled.input-alignment-start.large-visual ::slotted(calcite-checkbox),:host .container.input-enabled.input-alignment-start.large-visual ::slotted(calcite-radio-button){position:absolute;inset-block-start:.75rem;inset-inline-start:.75rem}:host .container.input-enabled.input-alignment-end.width-auto.heading-only,:host .container.input-enabled.input-alignment-end.width-auto.icon-only{display:inline-grid;grid-gap:.75rem;grid-template-columns:max-content 1fr}:host .container.input-enabled.input-alignment-end.heading-only,:host .container.input-enabled.input-alignment-end.icon-only{gap:.75rem}:host .container.input-enabled.input-alignment-end.description-only ::slotted(calcite-checkbox),:host .container.input-enabled.input-alignment-end.description-only ::slotted(calcite-radio-button),:host .container.input-enabled.input-alignment-end.heading.description ::slotted(calcite-checkbox),:host .container.input-enabled.input-alignment-end.heading.description ::slotted(calcite-radio-button),:host .container.input-enabled.input-alignment-end.icon.description ::slotted(calcite-checkbox),:host .container.input-enabled.input-alignment-end.icon.description ::slotted(calcite-radio-button),:host .container.input-enabled.input-alignment-end.heading.icon.description ::slotted(calcite-checkbox),:host .container.input-enabled.input-alignment-end.heading.icon.description ::slotted(calcite-radio-button){position:absolute;inset-block-start:.75rem;inset-inline-end:.75rem}:host .container.input-enabled.input-alignment-end.large-visual ::slotted(calcite-checkbox),:host .container.input-enabled.input-alignment-end.large-visual ::slotted(calcite-radio-button){position:absolute;inset-block-start:.75rem;inset-inline-end:.75rem}:host .container.width-full{display:flex;max-inline-size:none}:host .container.width-full .tile{flex:1 1 auto}.tile{pointer-events:none;box-sizing:border-box;display:flex;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.5rem;background-color:var(--calcite-color-foreground-1);color:var(--calcite-color-text-3);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tile-content-container{display:flex;inline-size:100%;align-items:stretch;padding:0;color:var(--calcite-color-text-2);outline-color:transparent}.tile-content{display:flex;flex:1 1 auto;flex-direction:column;gap:.5rem;inline-size:10%}.tile-heading{pointer-events:none;overflow-wrap:break-word;font-size:var(--calcite-font-size--1);line-height:1.375;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-color-text-2);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tile-description{pointer-events:none;overflow-wrap:break-word;font-size:var(--calcite-font-size--2);line-height:1.375;color:var(--calcite-color-text-3);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tile--large-visual{display:grid;justify-content:center;text-align:center;min-block-size:12rem}.tile--large-visual .icon{align-self:flex-end}.tile--large-visual calcite-icon{block-size:64px;inline-size:64px}.tile--large-visual .tile-content-container{align-self:center}:host(:hover) .container:not(.input-enabled){box-shadow:0 0 0 1px var(--calcite-color-brand)}:host(:hover) .tile-heading,.checked .tile-heading{color:var(--calcite-color-text-1)}:host(:hover) .tile-description,.checked .tile-description{color:var(--calcite-color-text-2)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}:host([hidden]){display:none}[hidden]{display:none}`,c=class extends b{constructor(){super(),this.guid=`calcite-tile-select-${v()}`,this.focused=!1,this.checked=!1,this.disabled=!1,this.iconFlipRtl=!1,this.inputAlignment="start",this.inputEnabled=!1,this.type="radio",this.width="auto",this.calciteTileSelectChange=g({cancelable:!1}),this.listen("calciteCheckboxChange",this.checkboxChangeHandler),this.listen("calciteInternalCheckboxFocus",this.checkboxFocusBlurHandler),this.listen("calciteInternalCheckboxBlur",this.checkboxFocusBlurHandler),this.listen("calciteRadioButtonChange",this.radioButtonChangeHandler),this.listen("calciteInternalRadioButtonCheckedChange",this.radioButtonCheckedChangeHandler),this.listen("calciteInternalRadioButtonFocus",this.radioButtonFocusBlurHandler),this.listen("calciteInternalRadioButtonBlur",this.radioButtonFocusBlurHandler),this.listen("click",this.clickHandler),this.listen("pointerenter",this.pointerEnterHandler),this.listen("pointerleave",this.pointerLeaveHandler)}static{this.properties={focused:16,checked:7,description:3,disabled:7,heading:3,icon:3,iconFlipRtl:7,inputAlignment:3,inputEnabled:7,name:3,type:3,value:1,width:3}}static{this.styles=$}async setFocus(){return await y(this),this.input?.setFocus()}connectedCallback(){super.connectedCallback(),this.renderInput()}load(){k.deprecated("component",{name:"tile-select",removalVersion:4,suggested:["tile","tile-group"]}),f(this)}willUpdate(t){t.has("checked")&&(this.hasUpdated||this.checked!==!1)&&(this.input.checked=this.checked),t.has("name")&&(this.input.name=this.name)}updated(){w(this)}loaded(){x(this)}disconnectedCallback(){super.disconnectedCallback(),this.input?.remove()}checkboxChangeHandler(t){let e=t.target;e===this.input&&(this.checked=e.checked),t.stopPropagation(),this.calciteTileSelectChange.emit()}checkboxFocusBlurHandler(t){t.target===this.input&&(this.focused=t.detail),t.stopPropagation()}radioButtonChangeHandler(t){let e=t.target;e===this.input&&(this.checked=e.checked),t.stopPropagation(),this.calciteTileSelectChange.emit()}radioButtonCheckedChangeHandler(t){let e=t.target;e===this.input&&(this.checked=e.checked),t.stopPropagation()}radioButtonFocusBlurHandler(t){let e=t.target;e===this.input&&(this.focused=e.focused),t.stopPropagation()}clickHandler(t){if(this.disabled)return;let e=t.target;["calcite-tile","calcite-tile-select"].includes(e.localName)&&this.input.click()}pointerEnterHandler(){if(this.disabled)return;let{localName:t}=this.input;(t==="calcite-radio-button"||t==="calcite-checkbox")&&(this.input.hovered=!0)}pointerLeaveHandler(){if(this.disabled)return;let{localName:t}=this.input;(t==="calcite-radio-button"||t==="calcite-checkbox")&&(this.input.hovered=!1)}renderInput(){this.input=this.type==="radio"?document.createElement("calcite-radio-button"):document.createElement("calcite-checkbox"),this.input.checked=this.checked,this.input.disabled=this.disabled,this.input.hidden=this.el.hidden,this.input.id=this.guid,this.input.label=this.heading||this.name||"",this.name&&(this.input.name=this.name),this.value&&(this.input.value=this.value!=null?this.value.toString():""),this.el.insertAdjacentElement("beforeend",this.input)}render(){let{checked:t,description:e,disabled:s,focused:z,heading:o,icon:a,inputAlignment:r,inputEnabled:H,width:d,iconFlipRtl:B}=this,h=o&&a&&!e,u=!!a;return C({disabled:s,children:l`<div class=${n({checked:t,container:!0,[i.description]:!!e,[i.descriptionOnly]:!!(!o&&!a&&e),disabled:s,focused:z,[i.heading]:!!o,[i.headingOnly]:o&&!a&&!e,[i.icon]:u,[i.iconOnly]:!o&&a&&!e,[i.inputAlignmentEnd]:r==="end",[i.inputAlignmentStart]:r==="start",[i.inputEnabled]:H,[i.largeVisual]:h,[i.widthAuto]:d==="auto",[i.widthFull]:d==="full"})}><div class=${n({[i.tile]:!0,[i.tileLargeVisual]:h})}>${a&&l`<div class=${n({[i.icon]:u})}><calcite-icon .flipRtl=${B} .icon=${a} scale=l></calcite-icon></div>`||""}<div class=${n(i.tileContentContainer)}><div class=${n(i.tileContent)}>${o&&l`<div class=${n(i.tileHeading)}>${o}</div>`||""}${e&&l`<div class=${n(i.tileDescription)}>${e}</div>`||""}</div></div></div><slot></slot></div>`})}};m("calcite-tile-select",c);export{c as TileSelect};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as s}from"./OUC47AKY.js";import{a as r}from"./W5CGAHOI.js";import"./FHAIE7PW.js";import{b}from"./R6R2QDCZ.js";import{e as $,k as h,u as m}from"./MBJAGWVS.js";import{a as y,b as A,d as k}from"./H6JENZS2.js";import"./ITIJ42U7.js";import{B as u,I as f,d as g,e as n,u as d,v as x,w as e}from"./TYYR7NIL.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};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- var e={actionBarContainer:"action-bar-container",backButton:"back-button",container:"container",contentBottom:"content-bottom",contentTop:"content-top",header:"header",headerContainer:"header-container",headerContainerBorderEnd:"header-container--border-end",heading:"heading",summary:"summary",description:"description",headerContent:"header-content",headerActions:"header-actions",headerActionsEnd:"header-actions--end",headerActionsStart:"header-actions--start",contentWrapper:"content-wrapper",fabContainer:"fab-container",footer:"footer",footerContent:"footer-content",footerActions:"footer-actions",footerStart:"footer-start",footerEnd:"footer-end",headerSlottedContent:"header-slotted-content"},t={close:"close",collapse:"collapse"},o={close:"x",menu:"ellipsis",backLeft:"chevron-left",backRight:"chevron-right",expand:"chevron-down",collapse:"chevron-up"},n={actionBar:"action-bar",alerts:"alerts",contentBottom:"content-bottom",contentTop:"content-top",headerActionsStart:"header-actions-start",headerActionsEnd:"header-actions-end",headerMenuActions:"header-menu-actions",headerContent:"header-content",fab:"fab",footer:"footer",footerEnd:"footer-end",footerStart:"footer-start",footerActions:"footer-actions"};export{e as a,t as b,o as c,n as d};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as n}from"./FHAIE7PW.js";function i(t){return t==="l"?"m":"s"}function s(t,o,r){!t[o]&&!t[r]&&n.warn(`[${t.el.localName}] "${o.toString()}" or "${r.toString()}" is required.`)}export{i as a,s as b};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as v}from"./I5RDDH5E.js";import{d as r}from"./VVXJONZL.js";import{a as U,b as H,c as k,d as j}from"./A4JSLISH.js";import{a as F}from"./3OQ2ZMWE.js";import"./QP3WP6XK.js";import{a as L}from"./N2FZGLE3.js";import{a as T}from"./OUC47AKY.js";import{a as S}from"./XKQ2CMVV.js";import{a as R}from"./RS3QB5Z6.js";import{a as P,b as y}from"./R6R2QDCZ.js";import{D as f,n as I}from"./MBJAGWVS.js";import{a as A,b as M,d as B}from"./H6JENZS2.js";import"./ITIJ42U7.js";import{I as O,d as E,e as w,u as g,v as C,w as b}from"./TYYR7NIL.js";var p={dialog:"dialog",panel:"panel",scrim:"scrim",container:"container",containerOpen:"container--open",containerEmbedded:"container--embedded",assistiveText:"assistive-text",openingActive:"dialog--opening-active"},c={actionBar:"action-bar",alerts:"alerts",content:"content",contentTop:"content-top",contentBottom:"content-bottom",headerActionsStart:"header-actions-start",headerActionsEnd:"header-actions-end",headerMenuActions:"header-menu-actions",headerContent:"header-content",fab:"fab",footer:"footer",footerStart:"footer-start",footerEnd:"footer-end"},m=25,x=25,K={x:0,y:0},_={top:0,right:0,bottom:0,left:0},W=E`:host{--calcite-dialog-scrim-background-color: rgba(0, 0, 0, .85);pointer-events:none;inset:0;z-index:var(--calcite-z-index-overlay);display:flex;--calcite-internal-dialog-animation-offset: 20px}:host([modal]){position:absolute}.container{pointer-events:auto;position:fixed;inset:0;z-index:var(--calcite-z-index-overlay);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--calcite-color-text-2);opacity:0;visibility:hidden;transition:visibility 0ms linear var(--calcite-internal-animation-timing-slow),opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(.215,.44,.42,.88)}:host([placement=top]) .container{align-items:flex-start;justify-content:center}:host([placement=top-start]) .container{align-items:flex-start;justify-content:flex-start}:host([placement=top-end]) .container{align-items:flex-start;justify-content:flex-end}:host([placement=bottom]) .container{align-items:flex-end;justify-content:center}:host([placement=bottom-start]) .container{align-items:flex-end;justify-content:flex-start}:host([placement=bottom-end]) .container{align-items:flex-end;justify-content:flex-end}:host(:not([modal])) .container{pointer-events:none}:host([scale=s]){--calcite-internal-dialog-content-padding: var(--calcite-dialog-content-space, var(--calcite-spacing-sm));--calcite-internal-dialog-min-size-x: 198px;--calcite-internal-dialog-min-size-y: 140px}:host([scale=m]){--calcite-internal-dialog-content-padding: var(--calcite-dialog-content-space, var(--calcite-spacing-md));--calcite-internal-dialog-min-size-x: 288px;--calcite-internal-dialog-min-size-y: 180px}:host([scale=l]){--calcite-internal-dialog-content-padding: var(--calcite-dialog-content-space, var(--calcite-spacing-md-plus));--calcite-internal-dialog-min-size-x: 388px;--calcite-internal-dialog-min-size-y: 220px}.scrim{--calcite-scrim-background: var(--calcite-dialog-scrim-background-color, var(--calcite-color-transparent-scrim));--calcite-scrim-background-color: var( --calcite-dialog-scrim-background-color, var(--calcite-color-transparent-scrim) );position:fixed;inset:0;display:flex;overflow-y:hidden}calcite-panel{--calcite-panel-content-space: var(--calcite-dialog-content-space, var(--calcite-internal-dialog-content-padding));--calcite-panel-footer-space: var(--calcite-dialog-footer-space);--calcite-panel-border-color: var(--calcite-dialog-border-color);--calcite-panel-background-color: var(--calcite-dialog-background-color, var(--calcite-color-foreground-1))}::slotted(*){--calcite-panel-background-color: initial}.dialog{pointer-events:none;position:relative;z-index:var(--calcite-z-index-modal);margin:1.5rem;box-sizing:border-box;display:flex;inline-size:100%;flex-direction:column;border-radius:.25rem;opacity:0;--tw-shadow: 0 2px 12px -4px rgba(0, 0, 0, .2), 0 2px 4px -2px rgba(0, 0, 0, .16);--tw-shadow-colored: 0 2px 12px -4px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);-webkit-overflow-scrolling:touch;visibility:hidden;transition:inset-block var(--calcite-internal-animation-timing-slow) cubic-bezier(.215,.44,.42,.88),opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(.215,.44,.42,.88);min-inline-size:var(--calcite-dialog-min-size-x, var(--calcite-internal-dialog-min-size-x));max-inline-size:var(--calcite-dialog-max-size-x, 100%);min-block-size:var(--calcite-dialog-min-size-y, var(--calcite-internal-dialog-min-size-y));max-block-size:var(--calcite-dialog-max-size-y, 100%);--calcite-internal-dialog-hidden-position: calc( var(--calcite-dialog-offset-y, 0px) + var(--calcite-internal-dialog-animation-offset) );--calcite-internal-dialog-shown-position: var(--calcite-dialog-offset-y, 0);inset-inline-start:var(--calcite-dialog-offset-x, 0);inset-block-start:var(--calcite-internal-dialog-hidden-position)}.dialog--opening-active{inset-block-start:var(--calcite-internal-dialog-shown-position)}:host([menu-open]) .dialog{transition:visibility 0ms linear var(--calcite-internal-animation-timing-slow),opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(.215,.44,.42,.88)}.panel{border-radius:.25rem}.container--open{opacity:1;visibility:visible;transition-delay:0ms}.container--open .dialog{pointer-events:auto;visibility:visible;opacity:1;transition:inset-block var(--calcite-internal-animation-timing-slow) cubic-bezier(.215,.44,.42,.88),opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(.215,.44,.42,.88);transition-delay:0ms}.width-s{inline-size:auto;inline-size:var(--calcite-dialog-size-x, 32rem);block-size:var(--calcite-dialog-size-y, auto)}@media screen and (max-width: 35rem){.width-s{margin:0;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%;inset-inline-start:0;inset-block-start:var(--calcite-internal-dialog-animation-offset)}.width-s.dialog--opening-active{inset-block-start:0}}.width-m{inline-size:var(--calcite-dialog-size-x, 48rem);block-size:var(--calcite-dialog-size-y, auto)}@media screen and (max-width: 51rem){.width-m{margin:0;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%;inset-inline-start:0;inset-block-start:var(--calcite-internal-dialog-animation-offset)}.width-m.dialog--opening-active{inset-block-start:0}}.width-l{inline-size:var(--calcite-dialog-size-x, 94rem);block-size:var(--calcite-dialog-size-y, auto)}@media screen and (max-width: 97rem){.width-l{margin:0;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%;inset-inline-start:0;inset-block-start:var(--calcite-internal-dialog-animation-offset)}.width-l.dialog--opening-active{inset-block-start:0}}:host([placement=cover]) .dialog{margin:0;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%;border-radius:0}:host([placement=cover]) .panel{border-radius:0}:host([kind]) .panel{border-start-start-radius:0px;border-start-end-radius:0px}:host([kind=brand]) .dialog{border-color:var(--calcite-color-brand)}:host([kind=danger]) .dialog{border-color:var(--calcite-color-status-danger)}:host([kind=info]) .dialog{border-color:var(--calcite-color-status-info)}:host([kind=success]) .dialog{border-color:var(--calcite-color-status-success)}:host([kind=warning]) .dialog{border-color:var(--calcite-color-status-warning)}:host([kind=brand][open]) .dialog,:host([kind=danger][open]) .dialog,:host([kind=info][open]) .dialog,:host([kind=success][open]) .dialog,:host([kind=warning][open]) .dialog{border-width:0px;border-block-start-width:4px;border-style:solid}.container--embedded{position:absolute;pointer-events:auto}.container--embedded calcite-scrim{position:absolute}.assistive-text{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host([hidden]){display:none}[hidden]{display:none}`,$=0,q="",D=class extends C{constructor(){super(...arguments),this.dragPosition={...K},this.ignoreOpenChange=!1,this.mutationObserver=S("mutation",()=>this.handleMutationObserver()),this._open=!1,this.openEnd=()=>{this.setFocus(),this.el.removeEventListener("calciteDialogOpen",this.openEnd)},this.openTransitionProp="opacity",this.panelEl=P(),this.resizePosition={..._},this.assistiveText=null,this.hasContentBottom=!1,this.hasContentTop=!1,this.hasFooter=!0,this.opened=!1,this.closeDisabled=!1,this.dragEnabled=!1,this.embedded=!1,this.escapeDisabled=!1,this.loading=!1,this.menuOpen=!1,this.messages=R(),this.modal=!1,this.outsideCloseDisabled=!1,this.overlayPositioning="absolute",this.placement="center",this.resizable=!1,this.scale="m",this.widthScale="m",this.calciteDialogBeforeClose=g({cancelable:!1}),this.calciteDialogBeforeOpen=g({cancelable:!1}),this.calciteDialogClose=g({cancelable:!1}),this.calciteDialogOpen=g({cancelable:!1}),this.calciteDialogScroll=g({cancelable:!1})}static{this.properties={assistiveText:16,hasContentBottom:16,hasContentTop:16,hasFooter:16,opened:16,beforeClose:0,closeDisabled:7,description:1,dragEnabled:7,embedded:5,escapeDisabled:7,heading:1,headingLevel:11,kind:3,loading:7,menuOpen:7,messageOverrides:0,modal:7,open:7,outsideCloseDisabled:7,overlayPositioning:3,placement:3,resizable:7,scale:3,widthScale:3,width:3}}static{this.styles=W}get open(){return this._open}set open(e){let t=this._open;e!==t&&(this._open=e,this.toggleDialog(e))}async scrollContentTo(e){await this.panelEl.value?.scrollContentTo(e)}async setFocus(){return await B(this),this.panelEl.value?.setFocus()??I(this.el)}async updateFocusTrapElements(){j(this)}connectedCallback(){super.connectedCallback(),this.mutationObserver?.observe(this.el,{childList:!0,subtree:!0}),U(this,{focusTrapOptions:{clickOutsideDeactivates:()=>!this.modal,escapeDeactivates:e=>(!e.defaultPrevented&&!this.escapeDisabled&&(this.open=!1,e.preventDefault()),!1)}}),this.setupInteractions()}async load(){A(this),this.open&&this.openDialog()}willUpdate(e){e.has("modal")&&(this.hasUpdated||this.modal!==!1)&&this.updateOverflowHiddenClass(),(e.has("open")&&(this.hasUpdated||this.open!==!1)||e.has("placement")&&(this.hasUpdated||this.placement!=="center")||e.has("resizable")&&(this.hasUpdated||this.resizable!==!1)||e.has("dragEnabled")&&(this.hasUpdated||this.dragEnabled!==!1))&&this.setupInteractions(),(e.has("messages")||e.has("dragEnabled")&&(this.hasUpdated||this.dragEnabled!==!1)||e.has("resizable")&&(this.hasUpdated||this.resizable!==!1))&&this.updateAssistiveText(),e.has("opened")&&(this.hasUpdated||this.opened!==!1)&&this.handleOpenedChange(this.opened)}loaded(){M(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeOverflowHiddenClass(),this.mutationObserver?.disconnect(),k(this),this.embedded=!1,this.cleanupInteractions()}updateAssistiveText(){let{messages:e}=this;this.assistiveText=e&&(this.dragEnabled||this.resizable)?`${this.dragEnabled?e.dragEnabled:""} ${this.resizable?e.resizeEnabled:""}`:null}onBeforeOpen(){this.calciteDialogBeforeOpen.emit()}onOpen(){this.calciteDialogOpen.emit(),H(this)}onBeforeClose(){this.calciteDialogBeforeClose.emit()}onClose(){this.calciteDialogClose.emit(),k(this)}toggleDialog(e){this.ignoreOpenChange||(e?this.openDialog():this.closeDialog())}handleOpenedChange(e){let{transitionEl:t}=this;t&&(t.classList.toggle(p.openingActive,e),L(this))}async triggerInteractModifiers(){let{interaction:e}=this;e&&(await e.reflow({name:"drag"}),await e.reflow({name:"resize"}))}getTransitionElDOMRect(){return this.transitionEl.getBoundingClientRect()}handleKeyDown(e){let{key:t,shiftKey:i,defaultPrevented:a}=e,{dragEnabled:n,resizable:s,resizePosition:l,dragPosition:o,transitionEl:d}=this;if(!(a||!["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(t)))switch(t){case"ArrowUp":i&&s&&d?(this.updateSize({size:this.getTransitionElDOMRect().height-m,type:"blockSize"}),l.bottom-=m,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault()):n&&(o.y-=x,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault());break;case"ArrowDown":i&&s&&d?(this.updateSize({size:this.getTransitionElDOMRect().height+m,type:"blockSize"}),l.bottom+=m,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault()):n&&(o.y+=x,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault());break;case"ArrowLeft":i&&s&&d?(this.updateSize({size:this.getTransitionElDOMRect().width-m,type:"inlineSize"}),l.right-=m,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault()):n&&(o.x-=x,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault());break;case"ArrowRight":i&&s&&d?(this.updateSize({size:this.getTransitionElDOMRect().width+m,type:"inlineSize"}),l.right+=m,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault()):n&&(o.x+=x,this.updateTransform(),this.triggerInteractModifiers(),e.preventDefault());break}}updateTransform(){let{dragPosition:{x:e,y:t},resizePosition:i,transitionEl:a,dragEnabled:n,resizable:s}=this;if(!a)return;if(!n&&!s){a.style.transform=null;return}let{top:l,right:o,bottom:d,left:z}=this.getAdjustedResizePosition(i),u=Math.round(e+z+o),h=Math.round(t+l+d);a.style.transform=u||h?`translate(${u}px, ${h}px)`:null}updateSize({type:e,size:t}){let{transitionEl:i}=this;i&&(i.style[e]=t!==null?`${Math.round(t)}px`:null)}cleanupInteractions(){this.interaction?.unset(),this.updateSize({size:null,type:"inlineSize"}),this.updateSize({size:null,type:"blockSize"}),this.dragPosition={...K},this.resizePosition={..._},this.updateTransform()}setupInteractions(){this.cleanupInteractions();let{el:e,transitionEl:t,resizable:i,dragEnabled:a,resizePosition:n,dragPosition:s}=this;if(!(!t||!this.open)){if((i||a)&&(this.interaction=v(t,{context:e.ownerDocument})),i){let{minInlineSize:l,minBlockSize:o,maxInlineSize:d,maxBlockSize:z}=window.getComputedStyle(t);this.interaction.resizable({edges:{top:!0,right:!0,bottom:!0,left:!0},modifiers:[v.modifiers.restrictSize({min:{width:f(l)?parseInt(l):0,height:f(o)?parseInt(o):0},max:{width:f(d)?parseInt(d):window.innerWidth,height:f(z)?parseInt(z):window.innerHeight}}),v.modifiers.restrict({restriction:"parent"})],listeners:{move:({rect:u,deltaRect:h})=>{h&&(n.top+=h.top,n.right+=h.right,n.bottom+=h.bottom,n.left+=h.left),this.updateSize({size:u.width,type:"inlineSize"}),this.updateSize({size:u.height,type:"blockSize"}),this.updateTransform()}}})}a&&this.interaction.draggable({modifiers:[v.modifiers.restrictRect({restriction:"parent"})],listeners:{move:({dx:l,dy:o})=>{s.x+=l,s.y+=o,this.updateTransform()}}})}}getAdjustedResizePosition({top:e,right:t,bottom:i,left:a}){let n=e/2,s=t/2,l=i/2,o=a/2;switch(this.placement){case"top":return{top:e,right:s,bottom:0,left:o};case"top-start":return{top:e,right:0,bottom:0,left:a};case"top-end":return{top:e,right:t,bottom:0,left:0};case"bottom":return{top:0,right:s,bottom:i,left:o};case"bottom-start":return{top:0,right:0,bottom:i,left:a};case"bottom-end":return{top:0,right:t,bottom:i,left:0};case"cover":case"center":default:return{top:n,right:s,bottom:l,left:o}}}setTransitionEl(e){this.transitionEl=e,this.setupInteractions()}handleInternalPanelScroll(e){e.target===this.panelEl.value&&(e.stopPropagation(),this.calciteDialogScroll.emit())}handleInternalPanelCloseClick(e){e.target===this.panelEl.value&&(e.stopPropagation(),this.open=!1)}handlePanelKeyDown(e){this.escapeDisabled&&e.key==="Escape"&&e.preventDefault()}async openDialog(){await this.componentOnReady(),this.el.addEventListener("calciteDialogOpen",this.openEnd),this.opened=!0,this.updateOverflowHiddenClass()}handleOutsideClose(){this.outsideCloseDisabled||(this.open=!1)}async closeDialog(){if(this.beforeClose)try{await this.beforeClose()}catch{requestAnimationFrame(()=>{this.ignoreOpenChange=!0,this.open=!0,this.ignoreOpenChange=!1});return}$--,this.opened=!1,this.updateOverflowHiddenClass()}updateOverflowHiddenClass(){this.opened&&!this.embedded&&this.modal?this.addOverflowHiddenClass():this.removeOverflowHiddenClass()}addOverflowHiddenClass(){$===0&&(q=document.documentElement.style.overflow),$++,document.documentElement.style.setProperty("overflow","hidden")}removeOverflowHiddenClass(){document.documentElement.style.setProperty("overflow",q)}handleMutationObserver(){this.updateFocusTrapElements()}render(){let{assistiveText:e,description:t,heading:i,opened:a}=this;return w`<div class=${b({[p.container]:!0,[p.containerOpen]:a,[p.containerEmbedded]:this.embedded})}>${this.modal?w`<calcite-scrim class=${b(p.scrim)} @click=${this.handleOutsideClose}></calcite-scrim>`:null}<div .ariaDescription=${t} .ariaLabel=${i} .ariaModal=${this.modal} class=${b({[p.dialog]:!0,[F("width",this.width,this.widthScale)]:!!(this.width||this.widthScale)})} @keydown=${this.handleKeyDown} role=dialog ${y(this.setTransitionEl)}>${e?T("assistive-text",w`<div aria-live=polite class=${b(p.assistiveText)}>${e}</div>`):null}<slot name=${c.content}><calcite-panel .beforeClose=${this.beforeClose} class=${b(p.panel)} .closable=${!this.closeDisabled} .closed=${!a} .description=${t} .heading=${i} .headingLevel=${this.headingLevel} .loading=${this.loading} .menuOpen=${this.menuOpen} .messageOverrides=${this.messageOverrides} @keydown=${this.handlePanelKeyDown} @calcitePanelClose=${this.handleInternalPanelCloseClick} @calcitePanelScroll=${this.handleInternalPanelScroll} .overlayPositioning=${this.overlayPositioning} .scale=${this.scale} ${y(this.panelEl)}><slot name=${c.actionBar} slot=${r.actionBar}></slot><slot name=${c.alerts} slot=${r.alerts}></slot><slot name=${c.headerActionsStart} slot=${r.headerActionsStart}></slot><slot name=${c.headerActionsEnd} slot=${r.headerActionsEnd}></slot><slot name=${c.headerContent} slot=${r.headerContent}></slot><slot name=${c.headerMenuActions} slot=${r.headerMenuActions}></slot><slot name=${c.fab} slot=${r.fab}></slot><slot name=${c.contentTop} slot=${r.contentTop}></slot><slot name=${c.contentBottom} slot=${r.contentBottom}></slot><slot name=${c.footerStart} slot=${r.footerStart}></slot><slot name=${c.footer} slot=${r.footer}></slot><slot name=${c.footerEnd} slot=${r.footerEnd}></slot><slot></slot></calcite-panel></slot></div></div>`}};O("calcite-dialog",D);export{D as Dialog};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{b as t}from"./QIG2J5PE.js";import"./J4RAJYKF.js";var e="sije\u010Dnja_velja\u010De_o\u017Eujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),s="sije\u010Danj_velja\u010Da_o\u017Eujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"),i=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/,_=function(a,r){return i.test(r)?e[a.month()]:s[a.month()]};_.s=s;_.f=e;var n={name:"hr",weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010Detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010Det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010De_pe_su".split("_"),months:_,monthsShort:"sij._velj._o\u017Eu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},relativeTime:{future:"za %s",past:"prije %s",s:"sekunda",m:"minuta",mm:"%d minuta",h:"sat",hh:"%d sati",d:"dan",dd:"%d dana",M:"mjesec",MM:"%d mjeseci",y:"godina",yy:"%d godine"},ordinal:function(a){return a+"."}};t.locale(n,null,!0);var l=n;export{l as default};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{a as S,b as x}from"./GKLGNYAX.js";import{a as y,b as O}from"./MVHJMI6L.js";import{a as f}from"./XKQ2CMVV.js";import{l as v}from"./MBJAGWVS.js";import"./ITIJ42U7.js";import{I as u,d as h,e as m,u as b,v as p,w as g}from"./TYYR7NIL.js";var l={sortItem:"sort-item",container:"container",containerHorizontal:"container--horizontal",containerVertical:"container--vertical"},E=h`: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:flex}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}.container{display:flex;flex:1 1 auto}.container--vertical{flex-direction:column}.container--horizontal{flex-direction:row}:host([hidden]){display:none}[hidden]{display:none}`,d=class extends p{constructor(){super(),this.dragEnabled=!0,this.items=[],this.mutationObserver=f("mutation",()=>{this.setUpSorting()}),this.disabled=!1,this.handleSelector="calcite-handle",this.layout="vertical",this.loading=!1,this.calciteListOrderChange=b({cancelable:!1}),this.listen("calciteHandleNudge",this.calciteHandleNudgeNextHandler)}static{this.properties={canPull:0,canPut:0,disabled:7,dragSelector:3,group:3,handleSelector:3,layout:3,loading:7}}static{this.styles=E}connectedCallback(){super.connectedCallback(),this.setUpSorting(),this.beginObserving()}updated(){y(this)}disconnectedCallback(){super.disconnectedCallback(),x(this),this.endObserving()}calciteHandleNudgeNextHandler(e){this.handleNudgeEvent(e)}onGlobalDragStart(){this.endObserving()}onGlobalDragEnd(){this.beginObserving()}onDragEnd(){}onDragStart(){}onDragSort(){this.items=Array.from(this.el.children),this.calciteListOrderChange.emit()}handleNudgeEvent(e){let{direction:r}=e.detail,t=e.composedPath().find(a=>a.matches(this.handleSelector)),i=this.items.find(a=>a.contains(t)||e.composedPath().includes(a)),c=this.items.length-1,s=this.items.indexOf(i),o=!1,n;r==="up"?s===0?o=!0:n=s-1:s===c?n=0:s===c-1?o=!0:n=s+2,this.endObserving(),o?i.parentElement.appendChild(i):i.parentElement.insertBefore(i,this.items[n]),this.items=Array.from(this.el.children),this.beginObserving(),requestAnimationFrame(()=>v(t)),"selected"in t&&(t.selected=!0)}setUpSorting(){this.items=Array.from(this.el.children),S(this)}beginObserving(){this.mutationObserver?.observe(this.el,{childList:!0,subtree:!0})}endObserving(){this.mutationObserver?.disconnect()}render(){let{disabled:e,layout:r}=this,t=r==="horizontal"||!1;return O({disabled:e,children:m`<div class=${g({[l.container]:!0,[l.containerVertical]:!t,[l.containerHorizontal]:t})}><slot></slot></div>`})}};u("calcite-sortable-list",d);export{d as SortableList};
@@ -1,6 +0,0 @@
1
- /*!
2
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
- * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
4
- * v3.0.0-next.96
5
- */
6
- import{b as _}from"./QIG2J5PE.js";import"./J4RAJYKF.js";var a="\u064A\u0646\u0627\u064A\u0631_\u0641\u0628\u0631\u0627\u064A\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064A\u0644_\u0645\u0627\u064A\u0648_\u064A\u0648\u0646\u064A\u0648_\u064A\u0648\u0644\u064A\u0648_\u0623\u063A\u0633\u0637\u0633_\u0633\u0628\u062A\u0645\u0628\u0631_\u0623\u0643\u062A\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062F\u064A\u0633\u0645\u0628\u0631".split("_"),n={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},o={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},m={name:"ar",weekdays:"\u0627\u0644\u0623\u062D\u062F_\u0627\u0644\u0625\u062B\u0646\u064A\u0646_\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062E\u0645\u064A\u0633_\u0627\u0644\u062C\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062A".split("_"),weekdaysShort:"\u0623\u062D\u062F_\u0625\u062B\u0646\u064A\u0646_\u062B\u0644\u0627\u062B\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062E\u0645\u064A\u0633_\u062C\u0645\u0639\u0629_\u0633\u0628\u062A".split("_"),weekdaysMin:"\u062D_\u0646_\u062B_\u0631_\u062E_\u062C_\u0633".split("_"),months:a,monthsShort:a,weekStart:6,meridiem:function(r){return r>12?"\u0645":"\u0635"},relativeTime:{future:"\u0628\u0639\u062F %s",past:"\u0645\u0646\u0630 %s",s:"\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",m:"\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",mm:"%d \u062F\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062A",d:"\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",dd:"%d \u0623\u064A\u0627\u0645",M:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",yy:"%d \u0623\u0639\u0648\u0627\u0645"},preparse:function(r){return r.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(t){return o[t]}).replace(/،/g,",")},postformat:function(r){return r.replace(/\d/g,function(t){return n[t]}).replace(/,/g,"\u060C")},ordinal:function(r){return r},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200FM/\u200FYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"}};_.locale(m,null,!0);var d=m;export{d as default};