@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.
- package/dist/cjs/basemap-gallery_7.cjs.entry.js +258 -49
- package/dist/cjs/buffer-tools_2.cjs.entry.js +122 -28
- package/dist/cjs/card-manager_3.cjs.entry.js +433 -98
- package/dist/cjs/consent-manager.cjs.entry.js +55 -13
- package/dist/cjs/create-feature_4.cjs.entry.js +247 -53
- package/dist/cjs/create-related-feature_3.cjs.entry.js +166 -35
- package/dist/cjs/crowdsource-manager.cjs.entry.js +247 -58
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +213 -52
- package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
- package/dist/cjs/delete-dialog.cjs.entry.js +37 -8
- package/dist/cjs/downloadUtils-37a2426c.js +3223 -0
- package/dist/cjs/feature-list.cjs.entry.js +95 -24
- package/dist/cjs/helpers-f649d911.js +867 -0
- package/dist/cjs/index-915dd9e3.js +201 -0
- package/dist/cjs/index-dd05c644.js +1901 -0
- package/dist/cjs/instant-apps-app-guide.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +4 -4
- package/dist/cjs/instant-apps-control-panel.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-create.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-export-views.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-export.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-filter-list_2.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-header.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +4 -4
- package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-landing-page.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +4 -4
- package/dist/cjs/instant-apps-language-translator.cjs.entry.js +4 -4
- package/dist/cjs/instant-apps-measurement-tool.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-measurement.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-popover.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-popovers.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-sign-in.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-splash.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-time-filter.cjs.entry.js +3 -3
- package/dist/cjs/json-editor_7.cjs.entry.js +227 -49
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/locale-9cb687b1.js +160 -0
- package/dist/cjs/locale-d10ec17b.js +943 -0
- package/dist/cjs/map-layer-picker.cjs.entry.js +112 -27
- package/dist/cjs/map-select-tools_3.cjs.entry.js +229 -50
- package/dist/cjs/pci-calculator.cjs.entry.js +15 -2
- package/dist/cjs/popupUtils-c1061629.js +121 -0
- package/dist/cjs/public-notification.cjs.entry.js +194 -44
- package/dist/cjs/publicNotificationStore-30643216.js +47 -0
- package/dist/cjs/solution-configuration.cjs.entry.js +52 -17
- package/dist/cjs/solution-contents_3.cjs.entry.js +84 -18
- package/dist/cjs/solution-item-accordion.cjs.entry.js +39 -9
- package/dist/cjs/solution-item-icon.cjs.entry.js +18 -4
- package/dist/cjs/solution-store-9b6ae901.js +1105 -0
- package/dist/cjs/solutions-components.cjs.js +2 -2
- package/dist/cjs/spatial-ref.cjs.entry.js +45 -10
- package/dist/cjs/store-manager.cjs.entry.js +21 -6
- package/dist/cjs/utils-acaa2acd.js +153 -0
- package/dist/collection/assets/t9n/consent-manager/resources.json +1 -1
- package/dist/collection/assets/t9n/consent-manager/resources_en.json +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/basemap-gallery/basemap-gallery.js +19 -5
- package/dist/collection/components/buffer-tools/buffer-tools.js +52 -13
- package/dist/collection/components/card-manager/card-manager.js +71 -17
- package/dist/collection/components/consent-manager/consent-manager.js +53 -13
- package/dist/collection/components/create-feature/create-feature.js +68 -16
- package/dist/collection/components/create-related-feature/create-related-feature.js +44 -10
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +245 -58
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +211 -52
- package/dist/collection/components/delete-button/delete-button.js +55 -13
- package/dist/collection/components/delete-dialog/delete-dialog.js +35 -8
- package/dist/collection/components/edit-card/edit-card.js +43 -10
- package/dist/collection/components/feature-details/feature-details.js +70 -17
- package/dist/collection/components/feature-list/feature-list.js +91 -22
- package/dist/collection/components/floor-filter/floor-filter.js +19 -5
- package/dist/collection/components/info-card/info-card.js +77 -18
- package/dist/collection/components/json-editor/json-editor.js +28 -7
- package/dist/collection/components/layer-list/layer-list.js +50 -12
- package/dist/collection/components/layer-table/layer-table.js +177 -41
- package/dist/collection/components/map-card/map-card.js +182 -43
- package/dist/collection/components/map-draw-tools/map-draw-tools.js +66 -15
- package/dist/collection/components/map-fullscreen/map-fullscreen.js +18 -4
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +108 -25
- package/dist/collection/components/map-legend/map-legend.js +15 -4
- package/dist/collection/components/map-picker/map-picker.js +35 -8
- package/dist/collection/components/map-search/map-search.js +35 -8
- package/dist/collection/components/map-select-tools/map-select-tools.js +138 -32
- package/dist/collection/components/map-tools/map-tools.js +115 -27
- package/dist/collection/components/pci-calculator/pci-calculator.js +14 -3
- package/dist/collection/components/pdf-download/pdf-download.js +27 -6
- package/dist/collection/components/public-notification/public-notification.js +189 -41
- package/dist/collection/components/refine-selection/refine-selection.js +59 -13
- package/dist/collection/components/solution-configuration/solution-configuration.js +48 -13
- package/dist/collection/components/solution-contents/solution-contents.js +13 -4
- package/dist/collection/components/solution-item/solution-item.js +36 -9
- package/dist/collection/components/solution-item-accordion/solution-item-accordion.css +0 -4
- package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +36 -8
- package/dist/collection/components/solution-item-details/solution-item-details.js +35 -16
- package/dist/collection/components/solution-item-icon/solution-item-icon.js +17 -5
- package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +27 -6
- package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +24 -6
- package/dist/collection/components/solution-resource-item/solution-resource-item.js +36 -8
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +31 -7
- package/dist/collection/components/solution-template-data/solution-template-data.js +49 -8
- package/dist/collection/components/solution-variables/solution-variables.js +24 -6
- package/dist/collection/components/spatial-ref/spatial-ref.js +43 -8
- package/dist/collection/components/store-manager/store-manager.js +18 -5
- package/dist/collection/vendor/calcite-components/24P6DEQH.js +4 -0
- package/dist/collection/vendor/calcite-components/2AVRQATR.js +4 -0
- package/dist/collection/vendor/calcite-components/2CTO4WXV.js +4 -0
- package/dist/collection/vendor/calcite-components/2I33XQO3.js +4 -0
- package/dist/collection/vendor/calcite-components/2VMQ4ZHH.js +4 -0
- package/dist/collection/vendor/calcite-components/2XGOJ2TK.js +4 -0
- package/dist/collection/vendor/calcite-components/2Z6KCCXZ.js +4 -0
- package/dist/collection/vendor/calcite-components/36GZKNTR.js +4 -0
- package/dist/collection/vendor/calcite-components/3APPCCCZ.js +4 -0
- package/dist/collection/vendor/calcite-components/3AWHEFUT.js +4 -0
- package/dist/collection/vendor/calcite-components/3NZA5FPC.js +4 -0
- package/dist/collection/vendor/calcite-components/4CJKDY6O.js +4 -0
- package/dist/collection/vendor/calcite-components/4CN4DMSY.js +4 -0
- package/dist/collection/vendor/calcite-components/4D6XNDXD.js +4 -0
- package/dist/collection/vendor/calcite-components/4GH4R7AR.js +4 -0
- package/dist/collection/vendor/calcite-components/4NZ22FMP.js +4 -0
- package/dist/collection/vendor/calcite-components/4TW23CN7.js +4 -0
- package/dist/collection/vendor/calcite-components/4W55CXIJ.js +4 -0
- package/dist/collection/vendor/calcite-components/4YCDJ4BL.js +4 -0
- package/dist/collection/vendor/calcite-components/57KYZCIP.js +4 -0
- package/dist/collection/vendor/calcite-components/5DTLNTCL.js +4 -0
- package/dist/collection/vendor/calcite-components/5E4NPYBD.js +4 -0
- package/dist/collection/vendor/calcite-components/5E6WFGQD.js +4 -0
- package/dist/collection/vendor/calcite-components/5TU2CNVP.js +4 -0
- package/dist/collection/vendor/calcite-components/5U35BULS.js +4 -0
- package/dist/collection/vendor/calcite-components/5WIIOMNV.js +6 -0
- package/dist/collection/vendor/calcite-components/62UA4F4S.js +4 -0
- package/dist/collection/vendor/calcite-components/62VYJEUG.js +4 -0
- package/dist/collection/vendor/calcite-components/65NO3JUC.js +4 -0
- package/dist/collection/vendor/calcite-components/6GZCW3B4.js +4 -0
- package/dist/collection/vendor/calcite-components/6LJIPAYF.js +4 -0
- package/dist/collection/vendor/calcite-components/6LTFSVKG.js +4 -0
- package/dist/collection/vendor/calcite-components/6QDWHJ5K.js +4 -0
- package/dist/collection/vendor/calcite-components/6U6YH5MS.js +4 -0
- package/dist/collection/vendor/calcite-components/6VFJT5QA.js +4 -0
- package/dist/collection/vendor/calcite-components/6Y4OKAGD.js +4 -0
- package/dist/collection/vendor/calcite-components/74SSYUHC.js +5 -0
- package/dist/collection/vendor/calcite-components/75GQA36Q.js +4 -0
- package/dist/collection/vendor/calcite-components/7AD7VKZ6.js +4 -0
- package/dist/collection/vendor/calcite-components/7MGQRD7Z.js +4 -0
- package/dist/collection/vendor/calcite-components/7Q4LBBRD.js +4 -0
- package/dist/collection/vendor/calcite-components/7YRITLGU.js +4 -0
- package/dist/collection/vendor/calcite-components/A43TKJ6J.js +4 -0
- package/dist/collection/vendor/calcite-components/A4LOL6RT.js +4 -0
- package/dist/collection/vendor/calcite-components/A6LI6WSB.js +4 -0
- package/dist/collection/vendor/calcite-components/AD27WW7R.js +4 -0
- package/dist/collection/vendor/calcite-components/AHU7FP65.js +4 -0
- package/dist/collection/vendor/calcite-components/AI3NCYN4.js +4 -0
- package/dist/collection/vendor/calcite-components/AU24EMIU.js +4 -0
- package/dist/collection/vendor/calcite-components/AZ2MVQY2.js +4 -0
- package/dist/collection/vendor/calcite-components/BNWN4RE2.js +4 -0
- package/dist/collection/vendor/calcite-components/BQHDLRDE.js +4 -0
- package/dist/collection/vendor/calcite-components/BYJ6CJMV.js +4 -0
- package/dist/collection/vendor/calcite-components/C456ACXC.js +4 -0
- package/dist/collection/vendor/calcite-components/CFACWEH3.js +4 -0
- package/dist/collection/vendor/calcite-components/CZ6YBXDI.js +4 -0
- package/dist/collection/vendor/calcite-components/D2IBWEZJ.js +4 -0
- package/dist/collection/vendor/calcite-components/D5V7QPEQ.js +4 -0
- package/dist/collection/vendor/calcite-components/DV72VFBR.js +4 -0
- package/dist/collection/vendor/calcite-components/DXTGGP6F.js +4 -0
- package/dist/collection/vendor/calcite-components/DYX3VYAF.js +4 -0
- package/dist/collection/vendor/calcite-components/E4INVUQF.js +4 -0
- package/dist/collection/vendor/calcite-components/EC76JAWC.js +4 -0
- package/dist/collection/vendor/calcite-components/EFBSBD4Q.js +4 -0
- package/dist/collection/vendor/calcite-components/EGQT3WAL.js +4 -0
- package/dist/collection/vendor/calcite-components/ELLEOMPV.js +4 -0
- package/dist/collection/vendor/calcite-components/EQL77WNN.js +4 -0
- package/dist/collection/vendor/calcite-components/EREAGDHN.js +4 -0
- package/dist/collection/vendor/calcite-components/ETCKBCGT.js +4 -0
- package/dist/collection/vendor/calcite-components/F3MFWM7N.js +4 -0
- package/dist/collection/vendor/calcite-components/F57BIANZ.js +4 -0
- package/dist/collection/vendor/calcite-components/FLGYQACS.js +4 -0
- package/dist/collection/vendor/calcite-components/FVKXG7IX.js +4 -0
- package/dist/collection/vendor/calcite-components/FX4E46UA.js +4 -0
- package/dist/collection/vendor/calcite-components/FXMO4NFQ.js +4 -0
- package/dist/collection/vendor/calcite-components/G377AV4F.js +4 -0
- package/dist/collection/vendor/calcite-components/G4UFYIPU.js +4 -0
- package/dist/collection/vendor/calcite-components/G5GEKU4E.js +4 -0
- package/dist/collection/vendor/calcite-components/GEIJQLU7.js +4 -0
- package/dist/collection/vendor/calcite-components/GI3XXRNT.js +4 -0
- package/dist/collection/vendor/calcite-components/GQMODQ6D.js +4 -0
- package/dist/collection/vendor/calcite-components/GSVJHXH2.js +4 -0
- package/dist/collection/vendor/calcite-components/GUMVKQTR.js +4 -0
- package/dist/collection/vendor/calcite-components/GVOEPDQC.js +4 -0
- package/dist/collection/vendor/calcite-components/GWWXB6FV.js +4 -0
- package/dist/collection/vendor/calcite-components/GYOK6DI7.js +4 -0
- package/dist/collection/vendor/calcite-components/HDAL3OW2.js +4 -0
- package/dist/collection/vendor/calcite-components/HIP3N6DH.js +4 -0
- package/dist/collection/vendor/calcite-components/HLGSDCWJ.js +4 -0
- package/dist/collection/vendor/calcite-components/HPFASJXB.js +4 -0
- package/dist/collection/vendor/calcite-components/HPY2G26P.js +4 -0
- package/dist/collection/vendor/calcite-components/HYWMTX3X.js +4 -0
- package/dist/collection/vendor/calcite-components/HZGIYOHQ.js +4 -0
- package/dist/collection/vendor/calcite-components/HZWEQZY7.js +4 -0
- package/dist/collection/vendor/calcite-components/I3PTWPIY.js +4 -0
- package/dist/collection/vendor/calcite-components/I4CET6OW.js +5 -0
- package/dist/collection/vendor/calcite-components/I4G6P727.js +4 -0
- package/dist/collection/vendor/calcite-components/I6YTTPYR.js +4 -0
- package/dist/collection/vendor/calcite-components/IG7V543A.js +4 -0
- package/dist/collection/vendor/calcite-components/IGJ6NR2R.js +4 -0
- package/dist/collection/vendor/calcite-components/IMHYTFTU.js +4 -0
- package/dist/collection/vendor/calcite-components/IN5OHY5V.js +4 -0
- package/dist/collection/vendor/calcite-components/IPMCFXXP.js +4 -0
- package/dist/collection/vendor/calcite-components/IWHKNQVC.js +4 -0
- package/dist/collection/vendor/calcite-components/IXRENB6A.js +4 -0
- package/dist/collection/vendor/calcite-components/J6LILHDF.js +4 -0
- package/dist/collection/vendor/calcite-components/JADXGLI3.js +4 -0
- package/dist/collection/vendor/calcite-components/JLXVLF74.js +4 -0
- package/dist/collection/vendor/calcite-components/JWVCWXY6.js +4 -0
- package/dist/collection/vendor/calcite-components/K3474HB5.js +4 -0
- package/dist/collection/vendor/calcite-components/K43H5XTK.js +4 -0
- package/dist/collection/vendor/calcite-components/KEKOJLYV.js +4 -0
- package/dist/collection/vendor/calcite-components/KEXGE4NJ.js +4 -0
- package/dist/collection/vendor/calcite-components/KK3Z3W4I.js +4 -0
- package/dist/collection/vendor/calcite-components/KS4B6LK4.js +4 -0
- package/dist/collection/vendor/calcite-components/KUAZDOO6.js +4 -0
- package/dist/collection/vendor/calcite-components/KUGH3USL.js +4 -0
- package/dist/collection/vendor/calcite-components/KZL3CPTV.js +5 -0
- package/dist/collection/vendor/calcite-components/L3P7IWQ6.js +4 -0
- package/dist/collection/vendor/calcite-components/L5FEKBXU.js +5 -0
- package/dist/collection/vendor/calcite-components/L7UUJ325.js +4 -0
- package/dist/collection/vendor/calcite-components/LF6Z3CUU.js +4 -0
- package/dist/collection/vendor/calcite-components/LIPHS6R3.js +4 -0
- package/dist/collection/vendor/calcite-components/LNMOXDYH.js +4 -0
- package/dist/collection/vendor/calcite-components/LNX6IEUD.js +4 -0
- package/dist/collection/vendor/calcite-components/LSGKUJVV.js +4 -0
- package/dist/collection/vendor/calcite-components/LXOXPZWA.js +4 -0
- package/dist/collection/vendor/calcite-components/LYIEETRB.js +4 -0
- package/dist/collection/vendor/calcite-components/M5B5XMQA.js +28 -0
- package/dist/collection/vendor/calcite-components/M6TFTMFD.js +4 -0
- package/dist/collection/vendor/calcite-components/MO24RCUT.js +4 -0
- package/dist/collection/vendor/calcite-components/MOTR6ZPN.js +4 -0
- package/dist/collection/vendor/calcite-components/MPZIFQAA.js +4 -0
- package/dist/collection/vendor/calcite-components/MSERO633.js +4 -0
- package/dist/collection/vendor/calcite-components/N2ACZZPH.js +4 -0
- package/dist/collection/vendor/calcite-components/N2QB6H74.js +4 -0
- package/dist/collection/vendor/calcite-components/N6UWSSGW.js +4 -0
- package/dist/collection/vendor/calcite-components/NALQXSWX.js +4 -0
- package/dist/collection/vendor/calcite-components/NCKQSORU.js +4 -0
- package/dist/collection/vendor/calcite-components/NFGDGOX2.js +4 -0
- package/dist/collection/vendor/calcite-components/NJDS6SVP.js +4 -0
- package/dist/collection/vendor/calcite-components/NN7IWJQ4.js +4 -0
- package/dist/collection/vendor/calcite-components/NSI34PAP.js +4 -0
- package/dist/collection/vendor/calcite-components/O42B2Q4F.js +4 -0
- package/dist/collection/vendor/calcite-components/OGF5TUWN.js +4 -0
- package/dist/collection/vendor/calcite-components/OJCYBIGG.js +4 -0
- package/dist/collection/vendor/calcite-components/OOY2MGXQ.js +4 -0
- package/dist/collection/vendor/calcite-components/OQW7QIRH.js +4 -0
- package/dist/collection/vendor/calcite-components/OTCDMLUC.js +4 -0
- package/dist/collection/vendor/calcite-components/OZVEH4B5.js +4 -0
- package/dist/collection/vendor/calcite-components/P7HTSDH2.js +22 -0
- package/dist/collection/vendor/calcite-components/PLA7W3AT.js +4 -0
- package/dist/collection/vendor/calcite-components/PLXESTWV.js +4 -0
- package/dist/collection/vendor/calcite-components/PMITL6IC.js +4 -0
- package/dist/collection/vendor/calcite-components/PQBKOUKQ.js +4 -0
- package/dist/collection/vendor/calcite-components/PWUMIRZ6.js +4 -0
- package/dist/collection/vendor/calcite-components/Q5J2S3VY.js +4 -0
- package/dist/collection/vendor/calcite-components/QCZULBWY.js +4 -0
- package/dist/collection/vendor/calcite-components/QG6HHELM.js +4 -0
- package/dist/collection/vendor/calcite-components/QO3T2U37.js +4 -0
- package/dist/collection/vendor/calcite-components/QUDJ3N3N.js +4 -0
- package/dist/collection/vendor/calcite-components/QZIFYSUW.js +4 -0
- package/dist/collection/vendor/calcite-components/RBW3635P.js +4 -0
- package/dist/collection/vendor/calcite-components/RHRLZ43T.js +4 -0
- package/dist/collection/vendor/calcite-components/ROGH35KN.js +4 -0
- package/dist/collection/vendor/calcite-components/RU7EMDYD.js +4 -0
- package/dist/collection/vendor/calcite-components/RYTO443L.js +4 -0
- package/dist/collection/vendor/calcite-components/SA6NHSUC.js +4 -0
- package/dist/collection/vendor/calcite-components/SGUU7WHF.js +4 -0
- package/dist/collection/vendor/calcite-components/SHC4YDKE.js +4 -0
- package/dist/collection/vendor/calcite-components/T2ALVZYL.js +4 -0
- package/dist/collection/vendor/calcite-components/T3SQ25MS.js +4 -0
- package/dist/collection/vendor/calcite-components/TAD74E6K.js +4 -0
- package/dist/collection/vendor/calcite-components/TKUCTGZQ.js +4 -0
- package/dist/collection/vendor/calcite-components/TNN7X24K.js +4 -0
- package/dist/collection/vendor/calcite-components/TVLD3AOO.js +4 -0
- package/dist/collection/vendor/calcite-components/U6YW2HHD.js +4 -0
- package/dist/collection/vendor/calcite-components/UIF5EHAA.js +4 -0
- package/dist/collection/vendor/calcite-components/UPPZPSLX.js +4 -0
- package/dist/collection/vendor/calcite-components/UPVIMVOR.js +4 -0
- package/dist/collection/vendor/calcite-components/V56SP7RX.js +4 -0
- package/dist/collection/vendor/calcite-components/V6MKTTBQ.js +4 -0
- package/dist/collection/vendor/calcite-components/V7HGGFTI.js +4 -0
- package/dist/collection/vendor/calcite-components/V7JMIX7A.js +4 -0
- package/dist/collection/vendor/calcite-components/VALEMC46.js +4 -0
- package/dist/collection/vendor/calcite-components/VF6LK743.js +4 -0
- package/dist/collection/vendor/calcite-components/VICC3NDD.js +4 -0
- package/dist/collection/vendor/calcite-components/VP7NXOWD.js +4 -0
- package/dist/collection/vendor/calcite-components/VQDN7OO3.js +4 -0
- package/dist/collection/vendor/calcite-components/VRHJ5OK7.js +4 -0
- package/dist/collection/vendor/calcite-components/VSJGDSNK.js +4 -0
- package/dist/collection/vendor/calcite-components/VTNRWHPJ.js +4 -0
- package/dist/collection/vendor/calcite-components/VWRFMVFO.js +4 -0
- package/dist/collection/vendor/calcite-components/VYNHH43V.js +4 -0
- package/dist/collection/vendor/calcite-components/VZCTXPAB.js +4 -0
- package/dist/collection/vendor/calcite-components/W2PJHNUO.js +4 -0
- package/dist/collection/vendor/calcite-components/WGOS6SLC.js +4 -0
- package/dist/collection/vendor/calcite-components/WI77ICVL.js +4 -0
- package/dist/collection/vendor/calcite-components/WIMUFNVO.js +4 -0
- package/dist/collection/vendor/calcite-components/WKIE22JL.js +4 -0
- package/dist/collection/vendor/calcite-components/WL55EYBZ.js +4 -0
- package/dist/collection/vendor/calcite-components/WNKEORGU.js +4 -0
- package/dist/collection/vendor/calcite-components/WR2VE6JZ.js +4 -0
- package/dist/collection/vendor/calcite-components/XF5JMHOK.js +4 -0
- package/dist/collection/vendor/calcite-components/XIZD6JFU.js +4 -0
- package/dist/collection/vendor/calcite-components/XKHOO62D.js +4 -0
- package/dist/collection/vendor/calcite-components/XV33QQSP.js +4 -0
- package/dist/collection/vendor/calcite-components/XXCPMHQI.js +4 -0
- package/dist/collection/vendor/calcite-components/XYEB5PRT.js +4 -0
- package/dist/collection/vendor/calcite-components/Y3HCVBC6.js +4 -0
- package/dist/collection/vendor/calcite-components/Y7BXR2VY.js +4 -0
- package/dist/collection/vendor/calcite-components/YDUPLCIG.js +4 -0
- package/dist/collection/vendor/calcite-components/YOV6OIH2.js +4 -0
- package/dist/collection/vendor/calcite-components/YPEU6VCU.js +4 -0
- package/dist/collection/vendor/calcite-components/YUVCAMVK.js +4 -0
- package/dist/collection/vendor/calcite-components/YWAPFYEJ.js +4 -0
- package/dist/collection/vendor/calcite-components/YZIMMUUW.js +4 -0
- package/dist/collection/vendor/calcite-components/Z2FJJLZ3.js +4 -0
- package/dist/collection/vendor/calcite-components/ZQ6GYGGS.js +4 -0
- package/dist/collection/vendor/calcite-components/ZQG72P7P.js +4 -0
- package/dist/collection/vendor/calcite-components/ZROM77D7.js +4 -0
- package/dist/collection/vendor/calcite-components/ZWBJOZZD.js +4 -0
- package/dist/collection/vendor/calcite-components/assets/icon/crosshair16.json +1 -0
- package/dist/collection/vendor/calcite-components/assets/icon/crosshair24.json +1 -0
- package/dist/collection/vendor/calcite-components/assets/icon/crosshair32.json +1 -0
- package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer16.json +1 -0
- package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer24.json +1 -0
- package/dist/collection/vendor/calcite-components/assets/icon/utilityNetworkLayer32.json +1 -0
- package/dist/collection/vendor/calcite-components/calcite.esm.js +4 -6
- package/dist/components/basemap-gallery2.js +19 -3
- package/dist/components/buffer-tools2.js +52 -11
- package/dist/components/card-manager2.js +71 -15
- package/dist/components/consent-manager.js +53 -11
- package/dist/components/create-feature2.js +68 -14
- package/dist/components/create-related-feature2.js +44 -8
- package/dist/components/crowdsource-manager.js +245 -56
- package/dist/components/crowdsource-reporter.js +211 -50
- package/dist/components/delete-button2.js +55 -11
- package/dist/components/delete-dialog2.js +35 -6
- package/dist/components/edit-card2.js +43 -8
- package/dist/components/feature-details2.js +70 -15
- package/dist/components/feature-list2.js +91 -20
- package/dist/components/floor-filter2.js +19 -3
- package/dist/components/info-card2.js +77 -16
- package/dist/components/json-editor2.js +28 -5
- package/dist/components/layer-list2.js +50 -10
- package/dist/components/layer-table2.js +177 -39
- package/dist/components/map-card2.js +182 -41
- package/dist/components/map-draw-tools2.js +66 -13
- package/dist/components/map-fullscreen2.js +18 -2
- package/dist/components/map-layer-picker2.js +108 -23
- package/dist/components/map-legend2.js +15 -2
- package/dist/components/map-picker2.js +35 -6
- package/dist/components/map-search2.js +35 -6
- package/dist/components/map-select-tools2.js +138 -30
- package/dist/components/map-tools2.js +115 -25
- package/dist/components/pci-calculator.js +14 -1
- package/dist/components/pdf-download2.js +27 -4
- package/dist/components/public-notification.js +189 -39
- package/dist/components/refine-selection2.js +59 -11
- package/dist/components/solution-configuration.js +48 -13
- package/dist/components/solution-contents2.js +13 -2
- package/dist/components/solution-item-accordion.js +37 -7
- package/dist/components/solution-item-details2.js +35 -14
- package/dist/components/solution-item-icon2.js +17 -3
- package/dist/components/solution-item-sharing2.js +27 -4
- package/dist/components/solution-item2.js +36 -7
- package/dist/components/solution-organization-variables2.js +24 -4
- package/dist/components/solution-resource-item2.js +36 -6
- package/dist/components/solution-spatial-ref2.js +31 -5
- package/dist/components/solution-template-data2.js +49 -8
- package/dist/components/solution-variables2.js +24 -4
- package/dist/components/spatial-ref.js +43 -8
- package/dist/components/store-manager.js +18 -3
- package/dist/esm/basemap-gallery_7.entry.js +258 -49
- package/dist/esm/buffer-tools_2.entry.js +122 -28
- package/dist/esm/card-manager_3.entry.js +433 -98
- package/dist/esm/consent-manager.entry.js +55 -13
- package/dist/esm/create-feature_4.entry.js +247 -53
- package/dist/esm/create-related-feature_3.entry.js +166 -35
- package/dist/esm/crowdsource-manager.entry.js +247 -58
- package/dist/esm/crowdsource-reporter.entry.js +213 -52
- package/dist/esm/deduct-calculator.entry.js +1 -1
- package/dist/esm/delete-dialog.entry.js +37 -8
- package/dist/esm/downloadUtils-05da05a5.js +3217 -0
- package/dist/esm/feature-list.entry.js +95 -24
- package/dist/esm/helpers-3d7571df.js +841 -0
- package/dist/esm/index-29ce74dd.js +199 -0
- package/dist/esm/index-b49a8ff6.js +1868 -0
- package/dist/esm/instant-apps-app-guide.entry.js +2 -2
- package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +4 -4
- package/dist/esm/instant-apps-control-panel.entry.js +1 -1
- package/dist/esm/instant-apps-create.entry.js +2 -2
- package/dist/esm/instant-apps-export-views.entry.js +2 -2
- package/dist/esm/instant-apps-export.entry.js +2 -2
- package/dist/esm/instant-apps-filter-list_2.entry.js +2 -2
- package/dist/esm/instant-apps-header.entry.js +1 -1
- package/dist/esm/instant-apps-interactive-legend-classic.entry.js +3 -3
- package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +3 -3
- package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +3 -3
- package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +3 -3
- package/dist/esm/instant-apps-interactive-legend.entry.js +4 -4
- package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +2 -2
- package/dist/esm/instant-apps-landing-page.entry.js +1 -1
- package/dist/esm/instant-apps-language-switcher.entry.js +4 -4
- package/dist/esm/instant-apps-language-translator.entry.js +4 -4
- package/dist/esm/instant-apps-measurement-tool.entry.js +1 -1
- package/dist/esm/instant-apps-measurement.entry.js +2 -2
- package/dist/esm/instant-apps-popover.entry.js +2 -2
- package/dist/esm/instant-apps-popovers.entry.js +1 -1
- package/dist/esm/instant-apps-scoreboard.entry.js +2 -2
- package/dist/esm/instant-apps-sign-in.entry.js +2 -2
- package/dist/esm/instant-apps-splash.entry.js +2 -2
- package/dist/esm/instant-apps-time-filter.entry.js +3 -3
- package/dist/esm/json-editor_7.entry.js +227 -49
- package/dist/esm/loader.js +2 -2
- package/dist/esm/locale-2b4fcfe1.js +155 -0
- package/dist/esm/locale-63587966.js +938 -0
- package/dist/esm/map-layer-picker.entry.js +112 -27
- package/dist/esm/map-select-tools_3.entry.js +229 -50
- package/dist/esm/pci-calculator.entry.js +15 -2
- package/dist/esm/popupUtils-d4429b90.js +119 -0
- package/dist/esm/public-notification.entry.js +194 -44
- package/dist/esm/publicNotificationStore-0af2f0c7.js +45 -0
- package/dist/esm/solution-configuration.entry.js +52 -17
- package/dist/esm/solution-contents_3.entry.js +84 -18
- package/dist/esm/solution-item-accordion.entry.js +39 -9
- package/dist/esm/solution-item-icon.entry.js +18 -4
- package/dist/esm/solution-store-8f4fe1d9.js +1103 -0
- package/dist/esm/solutions-components.js +3 -3
- package/dist/esm/spatial-ref.entry.js +45 -10
- package/dist/esm/store-manager.entry.js +21 -6
- package/dist/esm/utils-f9183b76.js +142 -0
- package/dist/solutions-components/assets/t9n/consent-manager/resources.json +1 -1
- package/dist/solutions-components/assets/t9n/consent-manager/resources_en.json +1 -1
- package/dist/solutions-components/p-004426dc.entry.js +6 -0
- package/dist/solutions-components/p-01068666.entry.js +6 -0
- package/dist/solutions-components/p-02c009a2.entry.js +6 -0
- package/dist/solutions-components/p-1546373f.entry.js +6 -0
- package/dist/solutions-components/p-1f670efc.entry.js +6 -0
- package/dist/solutions-components/p-1f72c19b.entry.js +6 -0
- package/dist/solutions-components/p-27ff3a85.entry.js +6 -0
- package/dist/solutions-components/p-285c4fe6.js +21 -0
- package/dist/solutions-components/p-2fc2238d.entry.js +6 -0
- package/dist/solutions-components/p-33ca9789.entry.js +6 -0
- package/dist/solutions-components/p-37fd56c8.entry.js +6 -0
- package/dist/solutions-components/p-3df0f3d3.js +6 -0
- package/dist/solutions-components/p-419233a3.js +488 -0
- package/dist/solutions-components/p-442a68ea.entry.js +6 -0
- package/dist/solutions-components/p-4b5ea333.entry.js +6 -0
- package/dist/solutions-components/p-4bd66ae5.entry.js +6 -0
- package/dist/solutions-components/p-4d55eb0e.entry.js +6 -0
- package/dist/solutions-components/p-50dfa0b8.entry.js +6 -0
- package/dist/solutions-components/p-59633ef0.entry.js +6 -0
- package/dist/solutions-components/p-67befb92.entry.js +6 -0
- package/dist/solutions-components/p-68fd9d5d.entry.js +6 -0
- package/dist/solutions-components/p-723482d1.js +21 -0
- package/dist/solutions-components/p-750a8a39.entry.js +6 -0
- package/dist/solutions-components/p-79756a0f.entry.js +6 -0
- package/dist/solutions-components/p-7b42823b.entry.js +6 -0
- package/dist/solutions-components/p-7ded7b2e.js +36 -0
- package/dist/solutions-components/p-80033583.entry.js +6 -0
- package/dist/solutions-components/p-8384ba17.entry.js +6 -0
- package/dist/solutions-components/p-893d8e26.entry.js +6 -0
- package/dist/solutions-components/p-905a911c.entry.js +6 -0
- package/dist/solutions-components/p-94aca64c.entry.js +6 -0
- package/dist/solutions-components/p-957a880f.entry.js +6 -0
- package/dist/solutions-components/p-9775f9d7.entry.js +6 -0
- package/dist/solutions-components/p-9b741908.entry.js +11 -0
- package/dist/solutions-components/p-9c4ea2e2.entry.js +6 -0
- package/dist/solutions-components/p-a0f4c730.entry.js +6 -0
- package/dist/solutions-components/p-a5bfdb73.entry.js +6 -0
- package/dist/solutions-components/p-a650b356.entry.js +6 -0
- package/dist/solutions-components/p-a725bcdf.entry.js +6 -0
- package/dist/solutions-components/p-abe9c0de.entry.js +6 -0
- package/dist/solutions-components/p-af355bbd.entry.js +6 -0
- package/dist/solutions-components/p-b266dcf6.entry.js +6 -0
- package/dist/solutions-components/p-b7a6512b.js +6 -0
- package/dist/solutions-components/p-b9fc59da.js +6 -0
- package/dist/solutions-components/p-be144ed5.entry.js +6 -0
- package/dist/solutions-components/p-c1ec9613.entry.js +6 -0
- package/dist/solutions-components/p-c3107e95.entry.js +6 -0
- package/dist/solutions-components/p-c34857fe.js +129 -0
- package/dist/solutions-components/p-c3eae9ba.js +7 -0
- package/dist/solutions-components/p-c60990bf.entry.js +6 -0
- package/dist/solutions-components/p-c65ff1a0.entry.js +21 -0
- package/dist/solutions-components/p-c97d6d8a.entry.js +6 -0
- package/dist/solutions-components/p-c987cdf2.entry.js +6 -0
- package/dist/solutions-components/p-ddd731d3.entry.js +6 -0
- package/dist/solutions-components/p-f053236e.entry.js +6 -0
- package/dist/solutions-components/p-f08084fb.entry.js +21 -0
- package/dist/solutions-components/p-fb75e187.js +6 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/vendor/calcite-components/24P6DEQH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2AVRQATR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2CTO4WXV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2I33XQO3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2VMQ4ZHH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2XGOJ2TK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2Z6KCCXZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/36GZKNTR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/3APPCCCZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/3AWHEFUT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/3NZA5FPC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4CJKDY6O.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4CN4DMSY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4D6XNDXD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4GH4R7AR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4NZ22FMP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4TW23CN7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4W55CXIJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4YCDJ4BL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/57KYZCIP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5DTLNTCL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5E4NPYBD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5E6WFGQD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5TU2CNVP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5U35BULS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5WIIOMNV.js +6 -0
- package/dist/solutions-components/vendor/calcite-components/62UA4F4S.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/62VYJEUG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/65NO3JUC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6GZCW3B4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6LJIPAYF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6LTFSVKG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6QDWHJ5K.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6U6YH5MS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6VFJT5QA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6Y4OKAGD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/74SSYUHC.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/75GQA36Q.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7AD7VKZ6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7MGQRD7Z.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7Q4LBBRD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7YRITLGU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/A43TKJ6J.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/A4LOL6RT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/A6LI6WSB.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AD27WW7R.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AHU7FP65.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AI3NCYN4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AU24EMIU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AZ2MVQY2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/BNWN4RE2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/BQHDLRDE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/BYJ6CJMV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/C456ACXC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/CFACWEH3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/CZ6YBXDI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/D2IBWEZJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/D5V7QPEQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DV72VFBR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DXTGGP6F.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DYX3VYAF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/E4INVUQF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EC76JAWC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EFBSBD4Q.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EGQT3WAL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ELLEOMPV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EQL77WNN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EREAGDHN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ETCKBCGT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/F3MFWM7N.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/F57BIANZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FLGYQACS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FVKXG7IX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FX4E46UA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FXMO4NFQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/G377AV4F.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/G4UFYIPU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/G5GEKU4E.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GEIJQLU7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GI3XXRNT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GQMODQ6D.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GSVJHXH2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GUMVKQTR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GVOEPDQC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GWWXB6FV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GYOK6DI7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HDAL3OW2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HIP3N6DH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HLGSDCWJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HPFASJXB.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HPY2G26P.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HYWMTX3X.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HZGIYOHQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HZWEQZY7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/I3PTWPIY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/I4CET6OW.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/I4G6P727.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/I6YTTPYR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IG7V543A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IGJ6NR2R.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IMHYTFTU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IN5OHY5V.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IPMCFXXP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IWHKNQVC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IXRENB6A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/J6LILHDF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JADXGLI3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JLXVLF74.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JWVCWXY6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/K3474HB5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/K43H5XTK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KEKOJLYV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KEXGE4NJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KK3Z3W4I.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KS4B6LK4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KUAZDOO6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KUGH3USL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KZL3CPTV.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/L3P7IWQ6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/L5FEKBXU.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/L7UUJ325.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LF6Z3CUU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LIPHS6R3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LNMOXDYH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LNX6IEUD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LSGKUJVV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LXOXPZWA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LYIEETRB.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/M5B5XMQA.js +28 -0
- package/dist/solutions-components/vendor/calcite-components/M6TFTMFD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MO24RCUT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MOTR6ZPN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MPZIFQAA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MSERO633.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/N2ACZZPH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/N2QB6H74.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/N6UWSSGW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NALQXSWX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NCKQSORU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NFGDGOX2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NJDS6SVP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NN7IWJQ4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NSI34PAP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/O42B2Q4F.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OGF5TUWN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OJCYBIGG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OOY2MGXQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OQW7QIRH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OTCDMLUC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OZVEH4B5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/P7HTSDH2.js +22 -0
- package/dist/solutions-components/vendor/calcite-components/PLA7W3AT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/PLXESTWV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/PMITL6IC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/PQBKOUKQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/PWUMIRZ6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/Q5J2S3VY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QCZULBWY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QG6HHELM.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QO3T2U37.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QUDJ3N3N.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QZIFYSUW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RBW3635P.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RHRLZ43T.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ROGH35KN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RU7EMDYD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RYTO443L.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/SA6NHSUC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/SGUU7WHF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/SHC4YDKE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/T2ALVZYL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/T3SQ25MS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TAD74E6K.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TKUCTGZQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TNN7X24K.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TVLD3AOO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/U6YW2HHD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/UIF5EHAA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/UPPZPSLX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/UPVIMVOR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/V56SP7RX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/V6MKTTBQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/V7HGGFTI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/V7JMIX7A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VALEMC46.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VF6LK743.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VICC3NDD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VP7NXOWD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VQDN7OO3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VRHJ5OK7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VSJGDSNK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VTNRWHPJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VWRFMVFO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VYNHH43V.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VZCTXPAB.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/W2PJHNUO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WGOS6SLC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WI77ICVL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WIMUFNVO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WKIE22JL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WL55EYBZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WNKEORGU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WR2VE6JZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XF5JMHOK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XIZD6JFU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XKHOO62D.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XV33QQSP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XXCPMHQI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XYEB5PRT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/Y3HCVBC6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/Y7BXR2VY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YDUPLCIG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YOV6OIH2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YPEU6VCU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YUVCAMVK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YWAPFYEJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YZIMMUUW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/Z2FJJLZ3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZQ6GYGGS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZQG72P7P.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZROM77D7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZWBJOZZD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair16.json +1 -0
- package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair24.json +1 -0
- package/dist/solutions-components/vendor/calcite-components/assets/icon/crosshair32.json +1 -0
- package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer16.json +1 -0
- package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer24.json +1 -0
- package/dist/solutions-components/vendor/calcite-components/assets/icon/utilityNetworkLayer32.json +1 -0
- package/dist/solutions-components/vendor/calcite-components/calcite.esm.js +4 -6
- package/dist/solutions-components_commit.txt +4 -7
- package/package.json +10 -10
- package/dist/cjs/downloadUtils-9ce90176.js +0 -3223
- package/dist/cjs/helpers-6a222aa7.js +0 -867
- package/dist/cjs/index-af14245a.js +0 -1828
- package/dist/cjs/index-ffd12cb0.js +0 -201
- package/dist/cjs/locale-1c60be9c.js +0 -160
- package/dist/cjs/locale-2dd3020a.js +0 -943
- package/dist/cjs/popupUtils-93b14f86.js +0 -121
- package/dist/cjs/publicNotificationStore-beb782de.js +0 -47
- package/dist/cjs/solution-store-3cf25b71.js +0 -1105
- package/dist/cjs/utils-53383d03.js +0 -153
- package/dist/collection/vendor/calcite-components/2OHLWTVV.js +0 -6
- package/dist/collection/vendor/calcite-components/2YNPAPXX.js +0 -6
- package/dist/collection/vendor/calcite-components/3MV46GBB.js +0 -6
- package/dist/collection/vendor/calcite-components/3OQ2ZMWE.js +0 -6
- package/dist/collection/vendor/calcite-components/3VYZVKRG.js +0 -6
- package/dist/collection/vendor/calcite-components/3YAQ3WXL.js +0 -6
- package/dist/collection/vendor/calcite-components/3YMYDWGD.js +0 -6
- package/dist/collection/vendor/calcite-components/4BBHRHVO.js +0 -6
- package/dist/collection/vendor/calcite-components/4Y32YCMF.js +0 -6
- package/dist/collection/vendor/calcite-components/52M672S5.js +0 -6
- package/dist/collection/vendor/calcite-components/5DHYCNO3.js +0 -6
- package/dist/collection/vendor/calcite-components/5MCURGUM.js +0 -6
- package/dist/collection/vendor/calcite-components/5O6ZNC7G.js +0 -6
- package/dist/collection/vendor/calcite-components/5RROROO5.js +0 -6
- package/dist/collection/vendor/calcite-components/5WC57GPQ.js +0 -6
- package/dist/collection/vendor/calcite-components/5WSY45L7.js +0 -6
- package/dist/collection/vendor/calcite-components/5XKYFEBC.js +0 -6
- package/dist/collection/vendor/calcite-components/66KPC4YV.js +0 -6
- package/dist/collection/vendor/calcite-components/67MILQAM.js +0 -6
- package/dist/collection/vendor/calcite-components/67YJME3J.js +0 -7
- package/dist/collection/vendor/calcite-components/6BG6DXGU.js +0 -6
- package/dist/collection/vendor/calcite-components/6J7J7RFI.js +0 -6
- package/dist/collection/vendor/calcite-components/6KJHPKLM.js +0 -6
- package/dist/collection/vendor/calcite-components/6LBWQVLS.js +0 -6
- package/dist/collection/vendor/calcite-components/6LOB5NKS.js +0 -6
- package/dist/collection/vendor/calcite-components/74AHNYT6.js +0 -6
- package/dist/collection/vendor/calcite-components/75LS6AUK.js +0 -6
- package/dist/collection/vendor/calcite-components/7AC4OZRT.js +0 -6
- package/dist/collection/vendor/calcite-components/7CTQOYNN.js +0 -6
- package/dist/collection/vendor/calcite-components/7IMTQM3A.js +0 -6
- package/dist/collection/vendor/calcite-components/7NNFVP5Y.js +0 -6
- package/dist/collection/vendor/calcite-components/7PLH76D5.js +0 -6
- package/dist/collection/vendor/calcite-components/7SRUH72U.js +0 -6
- package/dist/collection/vendor/calcite-components/7WIMMB52.js +0 -6
- package/dist/collection/vendor/calcite-components/A3TZO3T4.js +0 -6
- package/dist/collection/vendor/calcite-components/A4JSLISH.js +0 -7
- package/dist/collection/vendor/calcite-components/A77L2PAE.js +0 -6
- package/dist/collection/vendor/calcite-components/AAJZVCOQ.js +0 -6
- package/dist/collection/vendor/calcite-components/AK7JTREX.js +0 -6
- package/dist/collection/vendor/calcite-components/APJDJGRX.js +0 -6
- package/dist/collection/vendor/calcite-components/B7XAXKYO.js +0 -6
- package/dist/collection/vendor/calcite-components/B7YRQCNE.js +0 -6
- package/dist/collection/vendor/calcite-components/BAAOO7UE.js +0 -6
- package/dist/collection/vendor/calcite-components/BKJX2UVI.js +0 -6
- package/dist/collection/vendor/calcite-components/BMTT77MQ.js +0 -6
- package/dist/collection/vendor/calcite-components/BMULWGQL.js +0 -6
- package/dist/collection/vendor/calcite-components/BOOD43TE.js +0 -6
- package/dist/collection/vendor/calcite-components/BT6BGDUQ.js +0 -6
- package/dist/collection/vendor/calcite-components/C4BI2I6X.js +0 -6
- package/dist/collection/vendor/calcite-components/CARSEP6Y.js +0 -6
- package/dist/collection/vendor/calcite-components/CARUWMRC.js +0 -6
- package/dist/collection/vendor/calcite-components/CGP5NAVZ.js +0 -6
- package/dist/collection/vendor/calcite-components/CHPU2ORW.js +0 -6
- package/dist/collection/vendor/calcite-components/CKCZ6NNQ.js +0 -6
- package/dist/collection/vendor/calcite-components/CLWQ573O.js +0 -6
- package/dist/collection/vendor/calcite-components/COVTDEEB.js +0 -6
- package/dist/collection/vendor/calcite-components/CSDMYGZU.js +0 -6
- package/dist/collection/vendor/calcite-components/CSR5Q44Q.js +0 -6
- package/dist/collection/vendor/calcite-components/CWDZ4NQP.js +0 -6
- package/dist/collection/vendor/calcite-components/D7V3NS2J.js +0 -6
- package/dist/collection/vendor/calcite-components/DHITRFFR.js +0 -6
- package/dist/collection/vendor/calcite-components/DL6GCZF7.js +0 -6
- package/dist/collection/vendor/calcite-components/DPLQUB7Z.js +0 -6
- package/dist/collection/vendor/calcite-components/DQWJPC22.js +0 -6
- package/dist/collection/vendor/calcite-components/DRM7BNH3.js +0 -6
- package/dist/collection/vendor/calcite-components/DWIP44NC.js +0 -6
- package/dist/collection/vendor/calcite-components/E3RER5S3.js +0 -6
- package/dist/collection/vendor/calcite-components/ECWNOIEW.js +0 -6
- package/dist/collection/vendor/calcite-components/EPKORG4B.js +0 -6
- package/dist/collection/vendor/calcite-components/ERE76CER.js +0 -6
- package/dist/collection/vendor/calcite-components/EU5GIDX7.js +0 -6
- package/dist/collection/vendor/calcite-components/FB6NATRQ.js +0 -6
- package/dist/collection/vendor/calcite-components/FHAIE7PW.js +0 -6
- package/dist/collection/vendor/calcite-components/FITCS5RA.js +0 -6
- package/dist/collection/vendor/calcite-components/FJUGYL5W.js +0 -6
- package/dist/collection/vendor/calcite-components/FP5CKCOM.js +0 -6
- package/dist/collection/vendor/calcite-components/FQ6G6HKC.js +0 -6
- package/dist/collection/vendor/calcite-components/FQTOWUOI.js +0 -6
- package/dist/collection/vendor/calcite-components/FSBJYIK7.js +0 -6
- package/dist/collection/vendor/calcite-components/FUR5QRYV.js +0 -6
- package/dist/collection/vendor/calcite-components/FV5F4TOB.js +0 -30
- package/dist/collection/vendor/calcite-components/GHRW2Z4J.js +0 -6
- package/dist/collection/vendor/calcite-components/GKLGNYAX.js +0 -6
- package/dist/collection/vendor/calcite-components/GRGOLBJ6.js +0 -6
- package/dist/collection/vendor/calcite-components/H2QNORW6.js +0 -6
- package/dist/collection/vendor/calcite-components/H6JENZS2.js +0 -6
- package/dist/collection/vendor/calcite-components/HE6ZJBOG.js +0 -6
- package/dist/collection/vendor/calcite-components/HEYQRNVV.js +0 -6
- package/dist/collection/vendor/calcite-components/HJ7LTJIL.js +0 -6
- package/dist/collection/vendor/calcite-components/HUXUCABV.js +0 -6
- package/dist/collection/vendor/calcite-components/HVG3FNW6.js +0 -6
- package/dist/collection/vendor/calcite-components/I5RDDH5E.js +0 -6
- package/dist/collection/vendor/calcite-components/IGLINVEB.js +0 -6
- package/dist/collection/vendor/calcite-components/IH6XHUKC.js +0 -6
- package/dist/collection/vendor/calcite-components/IN4OTIGO.js +0 -6
- package/dist/collection/vendor/calcite-components/IOQ5NGFA.js +0 -6
- package/dist/collection/vendor/calcite-components/ITIJ42U7.js +0 -6
- package/dist/collection/vendor/calcite-components/ITILALYC.js +0 -6
- package/dist/collection/vendor/calcite-components/J3NSY2Y7.js +0 -6
- package/dist/collection/vendor/calcite-components/J4RAJYKF.js +0 -6
- package/dist/collection/vendor/calcite-components/J6IGXQYQ.js +0 -6
- package/dist/collection/vendor/calcite-components/JA2ML5I6.js +0 -6
- package/dist/collection/vendor/calcite-components/JOTIQZAS.js +0 -6
- package/dist/collection/vendor/calcite-components/JULIKI65.js +0 -6
- package/dist/collection/vendor/calcite-components/JW6QBCWN.js +0 -6
- package/dist/collection/vendor/calcite-components/JWIQZFGO.js +0 -6
- package/dist/collection/vendor/calcite-components/K4HQ6WGE.js +0 -6
- package/dist/collection/vendor/calcite-components/K4OPLD7F.js +0 -6
- package/dist/collection/vendor/calcite-components/KHULIKKP.js +0 -7
- package/dist/collection/vendor/calcite-components/KRZMNBJS.js +0 -6
- package/dist/collection/vendor/calcite-components/LDAXCWWP.js +0 -6
- package/dist/collection/vendor/calcite-components/LMRFYM2J.js +0 -6
- package/dist/collection/vendor/calcite-components/LSUXEOMN.js +0 -6
- package/dist/collection/vendor/calcite-components/M5BOCCQL.js +0 -6
- package/dist/collection/vendor/calcite-components/M5XI6NNV.js +0 -6
- package/dist/collection/vendor/calcite-components/M7MOBM7M.js +0 -6
- package/dist/collection/vendor/calcite-components/MA2YIQZL.js +0 -6
- package/dist/collection/vendor/calcite-components/MBJAGWVS.js +0 -6
- package/dist/collection/vendor/calcite-components/MI3BWAKN.js +0 -6
- package/dist/collection/vendor/calcite-components/MOO4BCRV.js +0 -6
- package/dist/collection/vendor/calcite-components/MVHJMI6L.js +0 -6
- package/dist/collection/vendor/calcite-components/MZRLL3GR.js +0 -6
- package/dist/collection/vendor/calcite-components/N2FZGLE3.js +0 -6
- package/dist/collection/vendor/calcite-components/N2UM5A2L.js +0 -6
- package/dist/collection/vendor/calcite-components/NNL2N4OB.js +0 -6
- package/dist/collection/vendor/calcite-components/NP3SY2AL.js +0 -6
- package/dist/collection/vendor/calcite-components/NPYZ3JS7.js +0 -6
- package/dist/collection/vendor/calcite-components/NS47CSEP.js +0 -6
- package/dist/collection/vendor/calcite-components/NSL6XZ2B.js +0 -6
- package/dist/collection/vendor/calcite-components/NW4BVBVD.js +0 -6
- package/dist/collection/vendor/calcite-components/O66NAEPJ.js +0 -6
- package/dist/collection/vendor/calcite-components/OA55VNGP.js +0 -6
- package/dist/collection/vendor/calcite-components/OHEBCS4O.js +0 -6
- package/dist/collection/vendor/calcite-components/OI755RA3.js +0 -6
- package/dist/collection/vendor/calcite-components/OUC47AKY.js +0 -6
- package/dist/collection/vendor/calcite-components/PIOS7EUM.js +0 -6
- package/dist/collection/vendor/calcite-components/PJPFKU6T.js +0 -6
- package/dist/collection/vendor/calcite-components/PJT7DMRY.js +0 -6
- package/dist/collection/vendor/calcite-components/QDTRI7C7.js +0 -6
- package/dist/collection/vendor/calcite-components/QIG2J5PE.js +0 -6
- package/dist/collection/vendor/calcite-components/QO6KDHE7.js +0 -6
- package/dist/collection/vendor/calcite-components/QP3WP6XK.js +0 -6
- package/dist/collection/vendor/calcite-components/QRMUPTEN.js +0 -6
- package/dist/collection/vendor/calcite-components/QS2H5WWV.js +0 -7
- package/dist/collection/vendor/calcite-components/QSXIXUQG.js +0 -6
- package/dist/collection/vendor/calcite-components/R4UWD64I.js +0 -6
- package/dist/collection/vendor/calcite-components/R6R2QDCZ.js +0 -6
- package/dist/collection/vendor/calcite-components/R7BOWUQR.js +0 -6
- package/dist/collection/vendor/calcite-components/RBX4II3R.js +0 -6
- package/dist/collection/vendor/calcite-components/RGXKBYDS.js +0 -6
- package/dist/collection/vendor/calcite-components/RIG4ZWVJ.js +0 -6
- package/dist/collection/vendor/calcite-components/RM7DO3WC.js +0 -6
- package/dist/collection/vendor/calcite-components/RM7JYDOG.js +0 -6
- package/dist/collection/vendor/calcite-components/RS3QB5Z6.js +0 -6
- package/dist/collection/vendor/calcite-components/RTNOQY3F.js +0 -6
- package/dist/collection/vendor/calcite-components/RXFQEBLZ.js +0 -6
- package/dist/collection/vendor/calcite-components/S72C3HDO.js +0 -6
- package/dist/collection/vendor/calcite-components/SCVHHYPP.js +0 -6
- package/dist/collection/vendor/calcite-components/SH3ZYF5Y.js +0 -6
- package/dist/collection/vendor/calcite-components/SLRX7WEV.js +0 -6
- package/dist/collection/vendor/calcite-components/SQBCUXGV.js +0 -6
- package/dist/collection/vendor/calcite-components/SUMUVN3S.js +0 -6
- package/dist/collection/vendor/calcite-components/SUOP4NP6.js +0 -6
- package/dist/collection/vendor/calcite-components/SV2NJMD7.js +0 -6
- package/dist/collection/vendor/calcite-components/T5H4BCFU.js +0 -6
- package/dist/collection/vendor/calcite-components/T5XJU6AI.js +0 -24
- package/dist/collection/vendor/calcite-components/T6NZYTYO.js +0 -6
- package/dist/collection/vendor/calcite-components/TEFAP3AK.js +0 -6
- package/dist/collection/vendor/calcite-components/TEGL7RHQ.js +0 -6
- package/dist/collection/vendor/calcite-components/TGH5IJQY.js +0 -6
- package/dist/collection/vendor/calcite-components/TGYJTTJS.js +0 -6
- package/dist/collection/vendor/calcite-components/TITRCHWJ.js +0 -6
- package/dist/collection/vendor/calcite-components/TRYKNJDA.js +0 -6
- package/dist/collection/vendor/calcite-components/TYYR7NIL.js +0 -8
- package/dist/collection/vendor/calcite-components/TZEZTECF.js +0 -6
- package/dist/collection/vendor/calcite-components/U2E5SVFR.js +0 -6
- package/dist/collection/vendor/calcite-components/U5VSHGIS.js +0 -6
- package/dist/collection/vendor/calcite-components/U64XMC5X.js +0 -6
- package/dist/collection/vendor/calcite-components/UK4SFYVV.js +0 -6
- package/dist/collection/vendor/calcite-components/UKF62PNM.js +0 -6
- package/dist/collection/vendor/calcite-components/UOL6J47W.js +0 -6
- package/dist/collection/vendor/calcite-components/UV7H22PE.js +0 -6
- package/dist/collection/vendor/calcite-components/UXOOSEIU.js +0 -6
- package/dist/collection/vendor/calcite-components/UXZ36VC5.js +0 -6
- package/dist/collection/vendor/calcite-components/UY67UAZN.js +0 -6
- package/dist/collection/vendor/calcite-components/VFBARPZ3.js +0 -6
- package/dist/collection/vendor/calcite-components/VGYCDODV.js +0 -6
- package/dist/collection/vendor/calcite-components/VHXHAFDO.js +0 -6
- package/dist/collection/vendor/calcite-components/VN2EAAQF.js +0 -6
- package/dist/collection/vendor/calcite-components/VOECRNMH.js +0 -6
- package/dist/collection/vendor/calcite-components/VQRNTTAX.js +0 -6
- package/dist/collection/vendor/calcite-components/VVXJONZL.js +0 -6
- package/dist/collection/vendor/calcite-components/W5CGAHOI.js +0 -6
- package/dist/collection/vendor/calcite-components/WA7LZURK.js +0 -6
- package/dist/collection/vendor/calcite-components/WAAS66H6.js +0 -6
- package/dist/collection/vendor/calcite-components/WAE55O4U.js +0 -6
- package/dist/collection/vendor/calcite-components/WAXI7XKE.js +0 -6
- package/dist/collection/vendor/calcite-components/WEFAANMG.js +0 -6
- package/dist/collection/vendor/calcite-components/WH772PDM.js +0 -6
- package/dist/collection/vendor/calcite-components/X43KWDQ7.js +0 -6
- package/dist/collection/vendor/calcite-components/X5W76SNV.js +0 -6
- package/dist/collection/vendor/calcite-components/X6IC7EBC.js +0 -6
- package/dist/collection/vendor/calcite-components/XBYWX3OD.js +0 -6
- package/dist/collection/vendor/calcite-components/XIJN5ZXM.js +0 -6
- package/dist/collection/vendor/calcite-components/XKQ2CMVV.js +0 -6
- package/dist/collection/vendor/calcite-components/YBQG5R2L.js +0 -6
- package/dist/collection/vendor/calcite-components/YHWNAASP.js +0 -6
- package/dist/collection/vendor/calcite-components/YMNUCKVA.js +0 -6
- package/dist/collection/vendor/calcite-components/YMR2Q5CU.js +0 -6
- package/dist/collection/vendor/calcite-components/YNGSTQ4R.js +0 -6
- package/dist/collection/vendor/calcite-components/YP2D5DKM.js +0 -6
- package/dist/collection/vendor/calcite-components/YPRJFE6R.js +0 -6
- package/dist/collection/vendor/calcite-components/YVIEKCN2.js +0 -6
- package/dist/collection/vendor/calcite-components/YWM7TWVP.js +0 -6
- package/dist/collection/vendor/calcite-components/YZ3FOSUR.js +0 -6
- package/dist/collection/vendor/calcite-components/YZG67JHT.js +0 -6
- package/dist/collection/vendor/calcite-components/ZBSXA5F6.js +0 -6
- package/dist/collection/vendor/calcite-components/ZFAXCWF5.js +0 -6
- package/dist/collection/vendor/calcite-components/ZFKXMQJP.js +0 -6
- package/dist/collection/vendor/calcite-components/ZK7O524P.js +0 -6
- package/dist/collection/vendor/calcite-components/ZKNKPGVW.js +0 -6
- package/dist/collection/vendor/calcite-components/ZLFRGGT3.js +0 -6
- package/dist/esm/downloadUtils-1179f077.js +0 -3217
- package/dist/esm/helpers-bd1ff401.js +0 -841
- package/dist/esm/index-c247b62b.js +0 -199
- package/dist/esm/index-df5db8e9.js +0 -1795
- package/dist/esm/locale-4744c8a4.js +0 -938
- package/dist/esm/locale-7874c756.js +0 -155
- package/dist/esm/popupUtils-cfe51dfd.js +0 -119
- package/dist/esm/publicNotificationStore-9ec5e22a.js +0 -45
- package/dist/esm/solution-store-4c39c654.js +0 -1103
- package/dist/esm/utils-04fffcaf.js +0 -142
- package/dist/solutions-components/p-1d1d7e63.entry.js +0 -6
- package/dist/solutions-components/p-28858c2f.entry.js +0 -6
- package/dist/solutions-components/p-2a16aa29.entry.js +0 -6
- package/dist/solutions-components/p-30ea587b.entry.js +0 -6
- package/dist/solutions-components/p-318f5c87.entry.js +0 -6
- package/dist/solutions-components/p-3335285a.js +0 -21
- package/dist/solutions-components/p-33d03eb9.entry.js +0 -6
- package/dist/solutions-components/p-34b50565.entry.js +0 -6
- package/dist/solutions-components/p-37ae171f.entry.js +0 -6
- package/dist/solutions-components/p-37fe59a0.entry.js +0 -6
- package/dist/solutions-components/p-38814554.entry.js +0 -6
- package/dist/solutions-components/p-3f14b242.entry.js +0 -6
- package/dist/solutions-components/p-3f83917b.entry.js +0 -6
- package/dist/solutions-components/p-404cbf48.js +0 -36
- package/dist/solutions-components/p-4b98adf3.entry.js +0 -6
- package/dist/solutions-components/p-5093ae54.entry.js +0 -11
- package/dist/solutions-components/p-552fb1c0.entry.js +0 -6
- package/dist/solutions-components/p-6369b974.entry.js +0 -6
- package/dist/solutions-components/p-648b5a9e.js +0 -6
- package/dist/solutions-components/p-64a6162f.entry.js +0 -6
- package/dist/solutions-components/p-64f814dd.entry.js +0 -6
- package/dist/solutions-components/p-6f4e5c19.entry.js +0 -6
- package/dist/solutions-components/p-7dc7d3dc.entry.js +0 -6
- package/dist/solutions-components/p-7dc95675.js +0 -6
- package/dist/solutions-components/p-83ba1288.entry.js +0 -6
- package/dist/solutions-components/p-8585c128.entry.js +0 -6
- package/dist/solutions-components/p-8717729a.js +0 -6
- package/dist/solutions-components/p-8d281f47.js +0 -488
- package/dist/solutions-components/p-95d1c104.entry.js +0 -6
- package/dist/solutions-components/p-97f33e9f.js +0 -6
- package/dist/solutions-components/p-980d9473.entry.js +0 -6
- package/dist/solutions-components/p-9e3a40bc.entry.js +0 -6
- package/dist/solutions-components/p-b536e583.entry.js +0 -21
- package/dist/solutions-components/p-bc8d8128.entry.js +0 -6
- package/dist/solutions-components/p-be16bc80.entry.js +0 -6
- package/dist/solutions-components/p-c2e57b81.entry.js +0 -6
- package/dist/solutions-components/p-c50ff9f1.entry.js +0 -6
- package/dist/solutions-components/p-c9686e6c.entry.js +0 -6
- package/dist/solutions-components/p-d099573a.entry.js +0 -6
- package/dist/solutions-components/p-d1551601.entry.js +0 -6
- package/dist/solutions-components/p-d324196d.entry.js +0 -6
- package/dist/solutions-components/p-d59fb1a7.entry.js +0 -6
- package/dist/solutions-components/p-da1e098c.js +0 -129
- package/dist/solutions-components/p-dafc6680.entry.js +0 -6
- package/dist/solutions-components/p-dc704bc6.entry.js +0 -6
- package/dist/solutions-components/p-e3e35c14.entry.js +0 -6
- package/dist/solutions-components/p-e43c8944.entry.js +0 -21
- package/dist/solutions-components/p-e5cb329f.entry.js +0 -6
- package/dist/solutions-components/p-e6859850.js +0 -21
- package/dist/solutions-components/p-e996c38f.js +0 -7
- package/dist/solutions-components/p-ea09b078.entry.js +0 -6
- package/dist/solutions-components/p-ed443a0b.entry.js +0 -6
- package/dist/solutions-components/p-ee3bb943.entry.js +0 -6
- package/dist/solutions-components/p-f0b1b6f6.entry.js +0 -6
- package/dist/solutions-components/p-f9deadd7.entry.js +0 -6
- package/dist/solutions-components/p-fe9b2c74.entry.js +0 -6
- package/dist/solutions-components/p-ffe1e3a3.entry.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/2OHLWTVV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/2YNPAPXX.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/3MV46GBB.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/3OQ2ZMWE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/3VYZVKRG.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/3YAQ3WXL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/3YMYDWGD.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/4BBHRHVO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/4Y32YCMF.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/52M672S5.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5DHYCNO3.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5MCURGUM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5O6ZNC7G.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5RROROO5.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5WC57GPQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5WSY45L7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/5XKYFEBC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/66KPC4YV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/67MILQAM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/67YJME3J.js +0 -7
- package/dist/solutions-components/vendor/calcite-components/6BG6DXGU.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/6J7J7RFI.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/6KJHPKLM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/6LBWQVLS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/6LOB5NKS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/74AHNYT6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/75LS6AUK.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7AC4OZRT.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7CTQOYNN.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7IMTQM3A.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7NNFVP5Y.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7PLH76D5.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7SRUH72U.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/7WIMMB52.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/A3TZO3T4.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/A4JSLISH.js +0 -7
- package/dist/solutions-components/vendor/calcite-components/A77L2PAE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/AAJZVCOQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/AK7JTREX.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/APJDJGRX.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/B7XAXKYO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/B7YRQCNE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/BAAOO7UE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/BKJX2UVI.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/BMTT77MQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/BMULWGQL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/BOOD43TE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/BT6BGDUQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/C4BI2I6X.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CARSEP6Y.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CARUWMRC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CGP5NAVZ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CHPU2ORW.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CKCZ6NNQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CLWQ573O.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/COVTDEEB.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CSDMYGZU.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CSR5Q44Q.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/CWDZ4NQP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/D7V3NS2J.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/DHITRFFR.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/DL6GCZF7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/DPLQUB7Z.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/DQWJPC22.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/DRM7BNH3.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/DWIP44NC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/E3RER5S3.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ECWNOIEW.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/EPKORG4B.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ERE76CER.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/EU5GIDX7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FB6NATRQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FHAIE7PW.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FITCS5RA.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FJUGYL5W.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FP5CKCOM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FQ6G6HKC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FQTOWUOI.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FSBJYIK7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FUR5QRYV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/FV5F4TOB.js +0 -30
- package/dist/solutions-components/vendor/calcite-components/GHRW2Z4J.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/GKLGNYAX.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/GRGOLBJ6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/H2QNORW6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/H6JENZS2.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/HE6ZJBOG.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/HEYQRNVV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/HJ7LTJIL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/HUXUCABV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/HVG3FNW6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/I5RDDH5E.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/IGLINVEB.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/IH6XHUKC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/IN4OTIGO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/IOQ5NGFA.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ITIJ42U7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ITILALYC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/J3NSY2Y7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/J4RAJYKF.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/J6IGXQYQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/JA2ML5I6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/JOTIQZAS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/JULIKI65.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/JW6QBCWN.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/JWIQZFGO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/K4HQ6WGE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/K4OPLD7F.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/KHULIKKP.js +0 -7
- package/dist/solutions-components/vendor/calcite-components/KRZMNBJS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/LDAXCWWP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/LMRFYM2J.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/LSUXEOMN.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/M5BOCCQL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/M5XI6NNV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/M7MOBM7M.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/MA2YIQZL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/MBJAGWVS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/MI3BWAKN.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/MOO4BCRV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/MVHJMI6L.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/MZRLL3GR.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/N2FZGLE3.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/N2UM5A2L.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/NNL2N4OB.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/NP3SY2AL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/NPYZ3JS7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/NS47CSEP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/NSL6XZ2B.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/NW4BVBVD.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/O66NAEPJ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/OA55VNGP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/OHEBCS4O.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/OI755RA3.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/OUC47AKY.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/PIOS7EUM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/PJPFKU6T.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/PJT7DMRY.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/QDTRI7C7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/QIG2J5PE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/QO6KDHE7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/QP3WP6XK.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/QRMUPTEN.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/QS2H5WWV.js +0 -7
- package/dist/solutions-components/vendor/calcite-components/QSXIXUQG.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/R4UWD64I.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/R6R2QDCZ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/R7BOWUQR.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RBX4II3R.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RGXKBYDS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RIG4ZWVJ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RM7DO3WC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RM7JYDOG.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RS3QB5Z6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RTNOQY3F.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/RXFQEBLZ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/S72C3HDO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SCVHHYPP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SH3ZYF5Y.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SLRX7WEV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SQBCUXGV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SUMUVN3S.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SUOP4NP6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/SV2NJMD7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/T5H4BCFU.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/T5XJU6AI.js +0 -24
- package/dist/solutions-components/vendor/calcite-components/T6NZYTYO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TEFAP3AK.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TEGL7RHQ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TGH5IJQY.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TGYJTTJS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TITRCHWJ.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TRYKNJDA.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/TYYR7NIL.js +0 -8
- package/dist/solutions-components/vendor/calcite-components/TZEZTECF.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/U2E5SVFR.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/U5VSHGIS.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/U64XMC5X.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UK4SFYVV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UKF62PNM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UOL6J47W.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UV7H22PE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UXOOSEIU.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UXZ36VC5.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/UY67UAZN.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VFBARPZ3.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VGYCDODV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VHXHAFDO.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VN2EAAQF.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VOECRNMH.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VQRNTTAX.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/VVXJONZL.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/W5CGAHOI.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/WA7LZURK.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/WAAS66H6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/WAE55O4U.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/WAXI7XKE.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/WEFAANMG.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/WH772PDM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/X43KWDQ7.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/X5W76SNV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/X6IC7EBC.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/XBYWX3OD.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/XIJN5ZXM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/XKQ2CMVV.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YBQG5R2L.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YHWNAASP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YMNUCKVA.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YMR2Q5CU.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YNGSTQ4R.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YP2D5DKM.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YPRJFE6R.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YVIEKCN2.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YWM7TWVP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YZ3FOSUR.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/YZG67JHT.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ZBSXA5F6.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ZFAXCWF5.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ZFKXMQJP.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ZK7O524P.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ZKNKPGVW.js +0 -6
- package/dist/solutions-components/vendor/calcite-components/ZLFRGGT3.js +0 -6
@@ -3,4 +3,4 @@
|
|
3
3
|
* Licensed under the Apache License, Version 2.0
|
4
4
|
* http://www.apache.org/licenses/LICENSE-2.0
|
5
5
|
*/
|
6
|
-
import{p as e,b as a}from"./p-e996c38f.js";export{s as setNonce}from"./p-e996c38f.js";import{g as t}from"./p-c545b14f.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-30ea587b",[[0,"crowdsource-manager",{"appLayout":[1025,"app-layout"],"appProxies":[8,"app-proxies"],"basemapConfig":[16],"coverPageEnabled":[4,"cover-page-enabled"],"customInfoText":[1,"custom-info-text"],"defaultAppLayout":[1,"default-app-layout"],"defaultCenter":[1,"default-center"],"defaultGlobalId":[1,"default-global-id"],"defaultLayer":[1,"default-layer"],"defaultLevel":[1,"default-level"],"defaultOid":[1,"default-oid"],"defaultWebmap":[1,"default-webmap"],"honorMapFieldSettings":[4,"honor-map-field-settings"],"introductionWindowEnabled":[4,"introduction-window-enabled"],"enableAutoRefresh":[4,"enable-auto-refresh"],"enableBasemap":[4,"enable-basemap"],"enableColumnReorder":[4,"enable-column-reorder"],"enableCSV":[4,"enable-c-s-v"],"enableFloorFilter":[4,"enable-floor-filter"],"enableFullscreen":[4,"enable-fullscreen"],"enableHome":[4,"enable-home"],"enableLegend":[4,"enable-legend"],"enableSearch":[4,"enable-search"],"enableShare":[4,"enable-share"],"enableZoom":[4,"enable-zoom"],"locale":[1],"mapInfos":[16],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"popupHeaderColor":[1,"popup-header-color"],"popupHeaderHoverColor":[1,"popup-header-hover-color"],"popupHeaderHoverTextColor":[1,"popup-header-hover-text-color"],"popupHeaderTextColor":[1,"popup-header-text-color"],"searchConfiguration":[16],"shareIncludeEmbed":[4,"share-include-embed"],"shareIncludeSocial":[4,"share-include-social"],"showNewestFirst":[4,"show-newest-first"],"theme":[1],"zoomAndScrollToSelected":[4,"zoom-and-scroll-to-selected"],"zoomToScale":[2,"zoom-to-scale"],"_deleteDialogOpen":[32],"_enableCreateFeatures":[32],"_hideFooter":[32],"_hideTable":[32],"_isMobile":[32],"_isPortraitMobile":[32],"_translations":[32],"_layer":[32],"_layoutMode":[32],"_mapInfo":[32],"_mapView":[32],"_panelOpen":[32],"_numSelected":[32],"_filterOpen":[32],"_showInformationHeader":[32],"_layerIds":[32],"_isLoading":[32]},[[8,"featureSelectionChange","featureSelectionChange"],[8,"popupClosed","popupClosed"],[8,"layoutChanged","layoutChanged"],[8,"mapChanged","mapChanged"],[8,"layerSelectionChange","layerSelectionChange"],[8,"showDelete","showDelete"],[8,"idsFound","idsFound"]],{"appLayout":["appLayoutWatchHandler"],"enableZoom":["enableZoomWatchHandler"],"locale":["localeWatchHandler"]}]]],["p-37fe59a0",[[0,"crowdsource-reporter",{"center":[1],"commentButtonText":[1,"comment-button-text"],"commentSubmittedMessage":[1,"comment-submitted-message"],"defaultWebmap":[1,"default-webmap"],"description":[1],"enableAnonymousAccess":[4,"enable-anonymous-access"],"enableAnonymousComments":[4,"enable-anonymous-comments"],"enableComments":[4,"enable-comments"],"enableHome":[4,"enable-home"],"enableLogin":[4,"enable-login"],"enableNewReports":[4,"enable-new-reports"],"enableSearch":[4,"enable-search"],"enableZoom":[4,"enable-zoom"],"isMobile":[4,"is-mobile"],"layerExpressions":[16],"layerId":[1,"layer-id"],"level":[1],"locale":[1],"loginTitle":[1,"login-title"],"mapInfos":[16],"mapView":[16],"objectId":[1,"object-id"],"reportButtonText":[1,"report-button-text"],"reportingOptions":[16],"reportsHeader":[1,"reports-header"],"reportSubmittedMessage":[1,"report-submitted-message"],"searchConfiguration":[16],"showComments":[4,"show-comments"],"showUserImageInCommentsList":[4,"show-user-image-in-comments-list"],"showFeatureSymbol":[4,"show-feature-symbol"],"showMyReportsOnly":[4,"show-my-reports-only"],"theme":[1],"zoomToScale":[2,"zoom-to-scale"],"floorLevel":[1,"floor-level"],"_featureCreationFailedErrorMsg":[32],"_filterActive":[32],"_flowItems":[32],"_hasValidLayers":[32],"_mapInfo":[32],"_reportSubmitted":[32],"_selectedLayerName":[32],"_showSubmitCancelButton":[32],"_showLoadingIndicator":[32],"_sidePanelCollapsed":[32],"_translations":[32],"_updatedProgressBarStatus":[32],"_updatedSorting":[32],"_updatedSortOption":[32],"_commentSubmitted":[32],"_addingCommentFailed":[32],"updateLayerExpressionsT9n":[64]},null,{"isMobile":["isMobileWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"floorLevel":["floorLevelWatchHandler"],"showMyReportsOnly":["showMyReportsOnlyWatchHandler"],"layerExpressions":["layerExpressionsWatchHandler"],"showFeatureSymbol":["showFeatureSymbolWatchHandler"]}]]],["p-b536e583",[[0,"solution-configuration",{"authentication":[1040],"locale":[1],"serializedAuthentication":[1025,"serialized-authentication"],"solutionItemId":[1537,"solution-item-id"],"showLoading":[1540,"show-loading"],"_currentEditItemId":[32],"_organizationVariables":[32],"_solutionContentsComponent":[32],"_solutionIsLoaded":[32],"_solutionVariables":[32],"_templateHierarchy":[32],"_translations":[32],"_treeOpen":[32],"getSpatialReferenceInfo":[64],"saveSolution":[64],"unloadSolution":[64]},[[8,"solutionItemSelected","_solutionItemSelected"]],{"serializedAuthentication":["serializedAuthenticationWatchHandler"],"solutionItemId":["valueWatchHandler"],"locale":["localeWatchHandler"]}]]],["p-fe9b2c74",[[2,"instant-apps-interactive-legend",{"view":[16],"zoomTo":[4,"zoom-to"],"featureCount":[1028,"feature-count"],"filterMode":[16],"compact":[4],"handles":[32],"reactiveUtils":[32],"legendvm":[32],"widget":[32],"messages":[32]},null,{"handles":["init"],"reactiveUtils":["init"],"view":["init"],"compact":["compactHandler"]}]]],["p-f9deadd7",[[0,"public-notification",{"addresseeLayerIds":[16],"bufferColor":[8,"buffer-color"],"bufferOutlineColor":[8,"buffer-outline-color"],"customLabelEnabled":[4,"custom-label-enabled"],"defaultBufferDistance":[2,"default-buffer-distance"],"defaultBufferUnit":[1,"default-buffer-unit"],"defaultExportTitle":[1,"default-export-title"],"defaultNumLabelsPerPage":[2,"default-num-labels-per-page"],"enableLayerFeatures":[4,"enable-layer-features"],"enableLayerFeaturesOnLoad":[4,"enable-layer-features-on-load"],"enableSearchDistance":[4,"enable-search-distance"],"enableSearchDistanceOnLoad":[4,"enable-search-distance-on-load"],"enableSketchTools":[4,"enable-sketch-tools"],"featureEffect":[16],"featureHighlightEnabled":[4,"feature-highlight-enabled"],"locale":[1],"mapView":[16],"noResultText":[1,"no-result-text"],"initialNotice":[1,"initial-notice"],"searchConfiguration":[1040],"selectionLayerIds":[16],"showRefineSelection":[4,"show-refine-selection"],"showSearchSettings":[4,"show-search-settings"],"sketchLineSymbol":[8,"sketch-line-symbol"],"sketchPointSymbol":[8,"sketch-point-symbol"],"sketchPolygonSymbol":[8,"sketch-polygon-symbol"],"_exportGraphics":[32],"_addMap":[32],"_addResults":[32],"_addTitle":[32],"_downloadActive":[32],"_exportType":[32],"_fetchingData":[32],"_isMobile":[32],"_numDuplicates":[32],"_pageType":[32],"_saveEnabled":[32],"_selectionSets":[32],"_translations":[32]},[[8,"selectionSetsChanged","selectionSetsChanged"]],{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"searchConfiguration":["watchSearchConfigurationHandler"],"sketchLineSymbol":["sketchLineSymbolWatchHandler"],"sketchPointSymbol":["sketchPointSymbolWatchHandler"],"sketchPolygonSymbol":["sketchPolygonSymbolWatchHandler"],"_pageType":["pageTypeWatchHandler"]}]]],["p-dc704bc6",[[1,"instant-apps-language-switcher",{"icon":[1],"portalItem":[16],"view":[16],"locales":[16],"defaultLocale":[1,"default-locale"],"selectedLanguage":[1,"selected-language"],"calciteDropdownOverlayPositioning":[1,"calcite-dropdown-overlay-positioning"],"messages":[32],"t9nData":[32],"refresh":[64]}]]],["p-d59fb1a7",[[1,"instant-apps-export",{"output":[1040],"beforeExport":[16],"popoverIcon":[1,"popover-icon"],"extraContent":[16],"extraContentLabel":[1,"extra-content-label"],"headerTitle":[1025,"header-title"],"logoImage":[1025,"logo-image"],"includeExtraContent":[1028,"include-extra-content"],"showExtraContentInImg":[4,"show-extra-content-in-img"],"includeLegend":[1028,"include-legend"],"includeMap":[1028,"include-map"],"includePopup":[1028,"include-popup"],"includeFileFormat":[1028,"include-file-format"],"mode":[513],"popoverPositioning":[1,"popover-positioning"],"popoverPlacement":[1,"popover-placement"],"scale":[1],"showHeaderTitle":[4,"show-header-title"],"showIncludeLegend":[4,"show-include-legend"],"showIncludeMap":[4,"show-include-map"],"showIncludePopup":[4,"show-include-popup"],"showScaleBar":[4,"show-scale-bar"],"view":[16],"maskBackground":[1,"mask-background"],"maskBorder":[1,"mask-border"],"baseClass":[32],"exportIsLoading":[32],"messages":[32],"selectedFileType":[32]},null,{"includeMap":["watchIncludeMap"],"view":["watchView"]}]]],["p-3f83917b",[[2,"instant-apps-interactive-legend-group-legend-element-caption",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[1028]}]]],["p-64a6162f",[[1,"instant-apps-landing-page",{"titleText":[1,"title-text"],"subtitleText":[1,"subtitle-text"],"descriptionText":[1,"description-text"],"entryButtonText":[1,"entry-button-text"],"iconImage":[1,"icon-image"],"iconImageScale":[1,"icon-image-scale"],"iconImageAltText":[1,"icon-image-alt-text"],"alignment":[1],"disableTransition":[4,"disable-transition"],"backgroundImageSrc":[1,"background-image-src"],"open":[1028],"entryButtonScale":[1,"entry-button-scale"],"fontFamily":[513,"font-family"],"enableSignIn":[4,"enable-sign-in"],"portal":[16],"oauthappid":[1]},null,{"open":["emitToggleEvent"]}]]],["p-d099573a",[[2,"instant-apps-measurement",{"view":[16],"areaUnit":[1,"area-unit"],"linearUnit":[1,"linear-unit"],"coordinateFormat":[1,"coordinate-format"],"activeToolType":[1,"active-tool-type"],"closable":[4],"messages":[32]}]]],["p-9e3a40bc",[[1,"pci-calculator",{"showAddDeduct":[32]}]]],["p-64f814dd",[[1,"solution-item-accordion",{"locale":[1],"listSelectionMode":[1,"list-selection-mode"],"templateInfos":[16],"_sortedTemplateInfos":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"],"templateInfos":["templateInfosWatchHandler"]}]]],["p-5093ae54",[[1,"consent-manager",{"amazonAppId":[1,"amazon-app-id"],"amazonAppName":[1,"amazon-app-name"],"amazonUserPoolID":[1,"amazon-user-pool-i-d"],"amazonVersion":[1,"amazon-version"],"firstUseVar":[1,"first-use-var"],"locale":[1],"measurementIds":[16],"portal":[16],"_open":[32],"_translations":[32],"getInstance":[64]},null,{"locale":["localeWatchHandler"]}]]],["p-c9686e6c",[[1,"instant-apps-app-guide",{"header":[4],"data":[16],"messages":[32],"headerText":[32]},null,{"data":["watchPropHandler"],"headerText":["watchStateHandler"]}]]],["p-95d1c104",[[1,"instant-apps-control-panel",{"components":[16],"view":[16]}]]],["p-3f14b242",[[1,"instant-apps-create",{"popoverIcon":[1,"popover-icon"],"mode":[513],"popoverPositioning":[1,"popover-positioning"],"popoverPlacement":[1,"popover-placement"],"showHeader":[4,"show-header"],"content":[16],"options":[16],"portal":[16],"baseClass":[32],"messages":[32],"CreateOptionsLookup":[32]},null,{"content":["contentChanged"]}]]],["p-ffe1e3a3",[[1,"instant-apps-export-views",{"output":[1040],"beforeExport":[16],"popoverIcon":[1,"popover-icon"],"includeLegend":[1028,"include-legend"],"includeMap":[1028,"include-map"],"includePopup":[1028,"include-popup"],"includeHeader":[1028,"include-header"],"mode":[513],"popoverPositioning":[1,"popover-positioning"],"popoverPlacement":[1,"popover-placement"],"scale":[1],"showIncludeLegend":[4,"show-include-legend"],"showIncludeMap":[4,"show-include-map"],"showIncludePopup":[4,"show-include-popup"],"showIncludeHeader":[4,"show-include-header"],"showScaleBar":[4,"show-scale-bar"],"exportViews":[16],"baseClass":[32],"exportIsLoading":[32],"messages":[32]},null,{"includeMap":["watchIncludeMap"],"exportViews":["watchView"]}]]],["p-2a16aa29",[[1,"instant-apps-keyboard-shortcuts",{"view":[16],"messages":[32]}]]],["p-6369b974",[[0,"instant-apps-popover",{"popoverTitle":[513,"popover-title"],"subtitle":[513],"content":[513],"imgSrc":[513,"img-src"],"imgAlt":[513,"img-alt"],"mediaSrc":[513,"media-src"],"index":[514],"referenceElement":[513,"reference-element"],"parent":[16],"placement":[1],"refId":[1,"ref-id"],"pagination":[516],"disableAction":[516,"disable-action"],"popoverAction":[16],"messageOverrides":[16],"messages":[32]}]]],["p-552fb1c0",[[4,"instant-apps-popovers",{"inTour":[1540,"in-tour"],"currentId":[1537,"current-id"],"instantAppsPopovers":[16],"beforeOpen":[16],"open":[64],"close":[64],"beginTour":[64],"endTour":[64]}]]],["p-be16bc80",[[1,"instant-apps-scoreboard",{"view":[16],"items":[16],"position":[1],"mode":[1],"itemLimit":[2,"item-limit"],"autoDockEnabled":[4,"auto-dock-enabled"],"geometry":[1040],"queryType":[1,"query-type"],"state":[32],"messages":[32],"itemIndex":[32],"layers":[32],"layerViews":[32],"isMobile":[32]},null,{"items":["generateUIDs","storeLayers"],"layers":["storeLayerViews"],"geometry":["calculateScoreboardItemValuesFromGeometry"],"layerViews":["calculateScoreboardItemValues"]}]]],["p-c2e57b81",[[1,"instant-apps-splash",{"localStorageKey":[1,"local-storage-key"],"titleText":[1,"title-text"],"content":[1025],"primaryButtonText":[1,"primary-button-text"],"open":[1028],"closeButtonDisabled":[4,"close-button-disabled"],"outsideCloseDisabled":[4,"outside-close-disabled"],"secondaryButton":[4,"secondary-button"],"secondaryButtonText":[1,"secondary-button-text"],"secondaryButtonIcon":[1,"secondary-button-icon"],"secondaryButtonCallback":[16],"messages":[32]},null,{"content":["sanitizeContent"]}]]],["p-bc8d8128",[[0,"instant-apps-time-filter",{"timeInfoConfigItems":[16],"filterMode":[16],"view":[16],"timeSliderConfig":[16],"autoPlay":[4,"auto-play"],"timeSliderRef":[32]},null,{"timeInfoConfigItems":["updateTimeInfoConfigItems"],"filterMode":["updateFilterMode"],"timeSliderConfig":["updateTimeSliderConfig"],"autoPlay":["updateAutoPlay"]}]]],["p-e43c8944",[[0,"spatial-ref",{"defaultWkid":[1538,"default-wkid"],"disabled":[1540],"locale":[1],"value":[1537],"_cachedValue":[32],"_spatialRef":[32],"_srSearchText":[32],"_translations":[32],"createSpatialRefDisplay":[64],"getSpatialRef":[64],"wkidToDisplay":[64]},null,{"locale":["localeWatchHandler"],"value":["valueChanged"]}]]],["p-38814554",[[0,"store-manager",{"value":[1537],"templates":[1040],"authentication":[1040],"getStoreInfo":[64]}]]],["p-980d9473",[[2,"instant-apps-interactive-legend-classic",{"legendvm":[16],"zoomTo":[4,"zoom-to"],"featureCount":[4,"feature-count"],"filterMode":[16],"messages":[8],"isLoading":[32],"intLegendId":[32]},null,{"filterMode":["handleFilterModeChange"]}]]],["p-e5cb329f",[[6,"instant-apps-language-translator",{"portalItem":[16],"appSettings":[16],"locales":[16],"open":[1028],"userLocaleInputOnChangeCallback":[16],"translatedLocaleInputOnChangeCallback":[16],"saving":[32],"messages":[32],"isCollapse":[32],"getTranslationData":[64],"setTranslationData":[64],"getPortalItemResource":[64],"batchWriteToPortalItemResource":[64]},[[8,"translatorItemDataUpdated","handleT9nItemUpdate"]],{"locales":["handleLocaleChange"],"appSettings":["handleAppSettings"]}]]],["p-e3e35c14",[[1,"deduct-calculator"]]],["p-d324196d",[[1,"instant-apps-header",{"titleText":[1,"title-text"],"titleTextLink":[1,"title-text-link"],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"logoImage":[1,"logo-image"],"logoScale":[1537,"logo-scale"],"logoImageAltText":[1,"logo-image-alt-text"],"logoLink":[1,"logo-link"],"infoButton":[1540,"info-button"],"infoIsOpen":[516,"info-is-open"],"infoTitleText":[1,"info-title-text"],"customHeaderHtml":[1025,"custom-header-html"],"headerAlignment":[1025,"header-alignment"],"customHeaderCss":[1025,"custom-header-css"],"fontFamily":[513,"font-family"],"mobileWidthBreakpoint":[2,"mobile-width-breakpoint"],"dir":[32],"initialScale":[32],"toggleInfo":[64]},null,{"customHeaderHtml":["sanitizeCustomHeaderHtml"]}]]],["p-c50ff9f1",[[2,"instant-apps-measurement-tool",{"view":[16],"measureConfiguration":[16],"activeTool":[1,"active-tool"]},null,{"activeTool":["_updateToolType"]}]]],["p-37ae171f",[[1,"instant-apps-sign-in",{"type":[1],"portal":[16],"oauthappid":[1],"openInPopup":[4,"open-in-popup"],"landingPage":[4,"landing-page"],"titleText":[1,"title-text"],"subtitleText":[1,"subtitle-text"],"descriptionText":[1,"description-text"],"showIndicator":[4,"show-indicator"],"closeLandingPage":[16],"signInDropdownItems":[16],"isSignedIn":[32],"user":[32],"ready":[32],"messages":[32]},null,{"portal":["watchPortal"],"oauthappid":["watchOauthappid"]}]]],["p-ed443a0b",[[0,"feature-list",{"selectedLayerId":[1,"selected-layer-id"],"mapView":[16],"noFeaturesFoundMsg":[1,"no-features-found-msg"],"pageSize":[2,"page-size"],"highlightOnMap":[4,"highlight-on-map"],"highlightOnHover":[4,"highlight-on-hover"],"locale":[1],"sortingInfo":[16],"whereClause":[1,"where-clause"],"textSize":[1,"text-size"],"showInitialLoading":[4,"show-initial-loading"],"showErrorWhenNoFeatures":[4,"show-error-when-no-features"],"showUserImageInList":[4,"show-user-image-in-list"],"showFeatureSymbol":[4,"show-feature-symbol"],"applyLayerViewFilter":[4,"apply-layer-view-filter"],"reportingOptions":[16],"_featureItems":[32],"_featuresCount":[32],"_isLoading":[32],"_translations":[32],"refresh":[64]},null,{"locale":["localeWatchHandler"],"selectedLayerId":["selectedLayerWatchHandler"],"sortingInfo":["sortingInfoWatchHandler"],"whereClause":["whereClauseHandler"]}]]],["p-ee3bb943",[[1,"delete-dialog",{"ids":[16],"layer":[16],"locale":[1],"open":[4],"_isDeleting":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"]}]]],["p-318f5c87",[[0,"map-layer-picker",{"appearance":[1],"defaultLayerId":[1,"default-layer-id"],"display":[1],"enabledLayerIds":[16],"enabledTableIds":[16],"height":[2],"isMobile":[4,"is-mobile"],"locale":[1],"mapView":[16],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"placeholderIcon":[1,"placeholder-icon"],"selectedIds":[1040],"scale":[1],"showTables":[4,"show-tables"],"showTablesDisabled":[4,"show-tables-disabled"],"showSingleLayerAsLabel":[4,"show-single-layer-as-label"],"type":[1],"_hasMultipleLayers":[32],"_hasValidLayers":[32],"_isDropdownOpen":[32],"ids":[32],"selectedName":[32],"_translations":[32],"setLayerById":[64],"setLayerByIds":[64],"updateLayer":[64]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"]}]]],["p-8585c128",[[1,"instant-apps-filter-list",{"layerExpressions":[1040],"autoUpdateUrl":[4,"auto-update-url"],"closeBtn":[4,"close-btn"],"closeBtnOnClick":[16],"comboboxOverlayPositioning":[1,"combobox-overlay-positioning"],"closeBtnText":[1,"close-btn-text"],"openFilters":[4,"open-filters"],"extentSelector":[4,"extent-selector"],"extentSelectorConfig":[16],"urlParams":[1040],"filterCount":[1026,"filter-count"],"view":[16],"zoomBtn":[4,"zoom-btn"],"resetBtn":[4,"reset-btn"],"resetFiltersOnDisconnect":[4,"reset-filters-on-disconnect"],"loading":[32],"filterLayerExpressions":[32],"messages":[32],"baseClass":[32],"initDefExpressions":[32],"initMapImageExpressions":[32],"initPointCloudFilters":[32],"getFilterInitState":[64],"forceReset":[64],"updateInitDefExpressions":[64],"getCurrentLayerExpressions":[64],"handleUpdatingT9nData":[64]},null,{"view":["watchViewHandler"],"layerExpressions":["watchLayerExpressions"]}],[1,"instant-apps-social-share",{"mode":[513],"shareUrl":[1025,"share-url"],"autoUpdateShareUrl":[1028,"auto-update-share-url"],"shareText":[513,"share-text"],"embed":[516],"shareButtonColor":[513,"share-button-color"],"shareButtonType":[513,"share-button-type"],"shareButtonScale":[513,"share-button-scale"],"iframeInnerText":[513,"iframe-inner-text"],"popoverButtonIconScale":[513,"popover-button-icon-scale"],"view":[16],"displayTipText":[516,"display-tip-text"],"shortenShareUrl":[516,"shorten-share-url"],"socialMedia":[516,"social-media"],"shareIconsLayout":[513,"share-icons-layout"],"scale":[513],"successMessage":[513,"success-message"],"defaultUrlParams":[16],"inlineSuccessPopoverPlacement":[513,"inline-success-popover-placement"],"popoverPositioning":[513,"popover-positioning"],"removePopoverOffset":[516,"remove-popover-offset"],"messages":[32],"opened":[32],"copied":[32],"inlineCopyLinkOpened":[32],"inlineCopyEmbedOpened":[32],"embedWidth":[32],"embedHeight":[32]}]]],["p-83ba1288",[[0,"map-card",{"appLayout":[1,"app-layout"],"appProxies":[8,"app-proxies"],"defaultWebmapId":[1,"default-webmap-id"],"defaultLayerId":[1,"default-layer-id"],"enableHome":[4,"enable-home"],"enableLegend":[4,"enable-legend"],"enableFloorFilter":[4,"enable-floor-filter"],"enableFullscreen":[4,"enable-fullscreen"],"enableShare":[4,"enable-share"],"enableSingleExpand":[4,"enable-single-expand"],"enableSearch":[4,"enable-search"],"enableBasemap":[4,"enable-basemap"],"basemapConfig":[16],"hidden":[4],"homeZoomIndex":[2,"home-zoom-index"],"homeZoomPosition":[1,"home-zoom-position"],"homeZoomToolsSize":[1,"home-zoom-tools-size"],"locale":[1],"mapInfos":[16],"mapWidgetsIndex":[2,"map-widgets-index"],"mapWidgetsPosition":[1,"map-widgets-position"],"mapWidgetsSize":[1,"map-widgets-size"],"mapView":[16],"stackTools":[4,"stack-tools"],"theme":[1],"toolOrder":[16],"isMapLayout":[4,"is-map-layout"],"shareIncludeEmbed":[4,"share-include-embed"],"shareIncludeSocial":[4,"share-include-social"],"selectedFeaturesIds":[16],"selectedLayer":[16],"zoomToScale":[2,"zoom-to-scale"],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"isMobile":[4,"is-mobile"],"mapInfo":[16],"_translations":[32],"_searchConfiguration":[32],"_webMapInfo":[32],"_showHideOpen":[32],"_toolInfos":[32],"_controlsThatFit":[32],"resetFilter":[64],"updateFilterState":[64],"updateLayer":[64]},[[8,"mapInfoChange","mapInfoChange"],[8,"noLayersFound","noLayersFound"],[8,"layerSelectionChange","layerSelectionChange"]],{"appLayout":["appLayoutWatchHandler"],"enableHome":["enableHomeWatchHandler"],"enableShare":["enableShareWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"selectedLayer":["selectedLayerWatchHandler"],"selectedFeaturesIds":["selectedFeaturesIdsWatchHandler"],"_controlsThatFit":["_controlsThatFitWatchHandler"]}],[0,"card-manager",{"customInfoText":[1,"custom-info-text"],"enableEditGeometry":[4,"enable-edit-geometry"],"isMobile":[4,"is-mobile"],"layer":[1040],"locale":[1],"mapView":[16],"zoomAndScrollToSelected":[4,"zoom-and-scroll-to-selected"],"selectedFeaturesIds":[16],"enableCreateFeatures":[4,"enable-create-features"],"selectingFeatureFromMap":[4,"selecting-feature-from-map"],"_cardLoading":[32],"_graphics":[32],"_showCreateFeatureComponent":[32],"_showSubmitBtn":[32],"_translations":[32]},[[8,"featureSelectionChange","featureSelectionChange"],[8,"layerSelectionChange","layerSelectionChange"]],{"locale":["localeWatchHandler"]}],[0,"layer-table",{"appLayout":[1,"app-layout"],"defaultGlobalId":[16],"defaultLayerId":[1,"default-layer-id"],"defaultOid":[16],"enableAutoRefresh":[4,"enable-auto-refresh"],"enableColumnReorder":[4,"enable-column-reorder"],"enableCSV":[4,"enable-c-s-v"],"enableInlineEdit":[4,"enable-inline-edit"],"enableShare":[4,"enable-share"],"honorMapFieldSettings":[4,"honor-map-field-settings"],"isMobile":[4,"is-mobile"],"locale":[1],"mapHidden":[4,"map-hidden"],"mapInfo":[16],"mapView":[16],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"selectedIds":[16],"shareIncludeEmbed":[4,"share-include-embed"],"shareIncludeSocial":[4,"share-include-social"],"showNewestFirst":[4,"show-newest-first"],"zoomAndScrollToSelected":[4,"zoom-and-scroll-to-selected"],"zoomToScale":[2,"zoom-to-scale"],"createFilterModal":[4,"create-filter-modal"],"_allIds":[32],"_controlsThatFit":[32],"_csvExporting":[32],"_fetchingData":[32],"_filterActive":[32],"_filterOpen":[32],"_layer":[32],"_selectAllActive":[32],"_showHideOpen":[32],"_showOnlySelected":[32],"_toolInfos":[32],"_translations":[32],"_fullTextSearchInfo":[32],"_searchPlaceHolder":[32],"_size":[32],"_queryingData":[32],"closeFilter":[64],"filterReset":[64],"filterUpdate":[64],"validateActiveEdits":[64],"refresh":[64]},[[10,"beforeMapInfoChange","beforeMapInfoChange"],[8,"editorInitialized","editorInitialized"],[8,"selectionChanged","selectionChanged"],[8,"beforeLayerSelectionChange","beforeLayerSelectionChange"],[8,"layerSelectionChange","layerSelectionChange"],[8,"editsComplete","editsComplete"],[8,"facilityChanged","facilityChanged"],[8,"levelChanged","levelChanged"],[8,"siteChanged","siteChanged"],[8,"noLayersFound","noLayersFound"],[8,"clearSelection","clearSelection"]],{"appLayout":["appLayoutWatchHandler"],"defaultOid":["defaultOidWatchHandler"],"defaultGlobalId":["defaultGlobalIdWatchHandler"],"enableCSV":["enableCSVWatchHandler"],"enableInlineEdit":["enableInlineEditWatchHandler"],"enableShare":["enableShareWatchHandler"],"_controlsThatFit":["_controlsThatFitWatchHandler"],"locale":["localeWatchHandler"],"mapHidden":["mapHiddenWatchHandler"],"isMobile":["isMobileWatchHandler"],"mapInfo":["mapInfoWatchHandler"],"mapView":["mapViewWatchHandler"],"_layer":["_layerWatchHandler"],"selectedIds":["selectedIdsWatchHandler"]}]]],["p-1d1d7e63",[[0,"solution-item",{"authentication":[1040],"itemId":[1537,"item-id"],"locale":[1],"solutionVariables":[1537,"solution-variables"],"organizationVariables":[1537,"organization-variables"],"itemType":[32],"_translations":[32]},null,{"itemId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[0,"solution-contents",{"selectedItemId":[1537,"selected-item-id"],"templateHierarchy":[1040]},null,{"templateHierarchy":["valueWatchHandler"]}],[0,"solution-spatial-ref",{"enabled":[1540],"enableDefault":[1540,"enable-default"],"featureServices":[1040],"locale":[1025],"_translations":[32],"_testAccess":[64]},[[8,"solutionStoreHasChanges","solutionStoreHasChanges"]],{"enabled":["enabledChanged"],"enableDefault":["enableDefaultChanged"],"locale":["localeWatchHandler"]}]]],["p-f0b1b6f6",[[0,"feature-details",{"mapView":[16],"graphics":[16],"reportingOptions":[16],"layerItemsHash":[16],"locale":[1],"showUserImageInCommentsList":[4,"show-user-image-in-comments-list"],"_likeFieldAvailable":[32],"_likeCount":[32],"_disLikeCount":[32],"_dislikeFieldAvailable":[32],"_commentsAvailable":[32],"_isLikeBtnClicked":[32],"_isDislikeBtnClicked":[32],"_relatedFeaturesOIDs":[32],"_updating":[32],"refresh":[64],"back":[64],"next":[64],"toggleListView":[64]},null,{"graphics":["graphicsWatchHandler"]}],[0,"create-related-feature",{"locale":[1],"mapView":[16],"table":[16],"selectedFeature":[16],"customizeSubmit":[4,"customize-submit"],"showGuidingMsg":[4,"show-guiding-msg"],"_editorLoading":[32],"_translations":[32],"submit":[64]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"_editorLoading":["_editorLoadingWatchHandler"]}],[0,"layer-list",{"mapView":[16],"layers":[16],"locale":[1],"showFeatureCount":[4,"show-feature-count"],"showNextIcon":[4,"show-next-icon"],"applyLayerViewFilter":[4,"apply-layer-view-filter"],"_noLayersToDisplay":[32],"_mapLayerIds":[32],"_isLoading":[32],"_translations":[32],"refresh":[64]},null,{"locale":["localeWatchHandler"]}]]],["p-34b50565",[[1,"buffer-tools",{"appearance":[1025],"distance":[1026],"geometries":[1040],"locale":[1],"max":[1026],"min":[1026],"sliderTicks":[1026,"slider-ticks"],"unionResults":[1028,"union-results"],"unit":[1025],"disabled":[4],"_translations":[32],"getTranslatedUnit":[64]},null,{"geometries":["geometriesWatchHandler"],"disabled":["disabledWatchHandler"],"locale":["localeWatchHandler"]}],[0,"map-draw-tools",{"active":[4],"drawMode":[1,"draw-mode"],"editGraphicsEnabled":[4,"edit-graphics-enabled"],"graphics":[1040],"locale":[1],"mapView":[1040],"pointSymbol":[1040],"polylineSymbol":[1040],"polygonSymbol":[1040],"redoEnabled":[4,"redo-enabled"],"undoEnabled":[4,"undo-enabled"],"_translations":[32],"_selectionMode":[32],"clear":[64],"updateGraphics":[64]},null,{"graphics":["graphicsWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"]}]]],["p-7dc7d3dc",[[0,"map-select-tools",{"bufferColor":[8,"buffer-color"],"bufferOutlineColor":[8,"buffer-outline-color"],"customLabelEnabled":[4,"custom-label-enabled"],"enabledLayerIds":[16],"enableLayerFeatures":[4,"enable-layer-features"],"enableLayerFeaturesOnLoad":[4,"enable-layer-features-on-load"],"enableSearchDistance":[4,"enable-search-distance"],"enableSearchDistanceOnLoad":[4,"enable-search-distance-on-load"],"enableSketchTools":[4,"enable-sketch-tools"],"defaultBufferDistance":[2,"default-buffer-distance"],"defaultBufferUnit":[1,"default-buffer-unit"],"geometries":[16],"isUpdate":[4,"is-update"],"layerViews":[16],"locale":[1],"mapView":[16],"noResultText":[1,"no-result-text"],"searchConfiguration":[1040],"selectionSet":[16],"selectionLayerIds":[16],"selectLayerView":[16],"sketchLineSymbol":[16],"sketchPointSymbol":[16],"sketchPolygonSymbol":[16],"searchDistanceEnabled":[4,"search-distance-enabled"],"useLayerFeaturesEnabled":[4,"use-layer-features-enabled"],"_numSelected":[32],"_searchTerm":[32],"_selectionLoading":[32],"_translations":[32],"clearSelection":[64],"getSelection":[64]},[[8,"searchConfigurationChange","searchConfigurationChangeChanged"],[8,"distanceChanged","distanceChanged"],[8,"unitChanged","unitChanged"]],{"geometries":["watchGeometriesHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"searchConfiguration":["watchSearchConfigurationHandler"]}],[0,"refine-selection",{"addresseeLayer":[16],"enabledLayerIds":[16],"locale":[1],"mapView":[16],"selectionSets":[1040],"sketchLineSymbol":[16],"sketchPointSymbol":[16],"sketchPolygonSymbol":[16],"_translations":[32],"_selectionMode":[32],"_refineLayer":[32]},null,{"locale":["localeWatchHandler"]}],[1,"pdf-download",{"defaultNumLabelsPerPage":[2,"default-num-labels-per-page"],"disabled":[4],"locale":[1],"_translations":[32],"downloadCSV":[64],"downloadPDF":[64]},null,{"locale":["localeWatchHandler"]}]]],["p-ea09b078",[[2,"instant-apps-language-translator-item",{"fieldName":[1,"field-name"],"translatedLanguageLabels":[16],"setting":[16],"userLocaleInputOnChangeCallback":[16],"translatedLocaleInputOnChangeCallback":[16]}],[2,"instant-apps-language-translator-search",{"t9nPlaceholder":[1,"t-9n-placeholder"],"results":[32]}],[0,"instant-apps-ckeditor-wrapper",{"value":[1025],"editorInstance":[1032,"editor-instance"],"config":[16]},null,{"value":["updateValue"]}]]],["p-dafc6680",[[0,"solution-item-icon",{"isPortal":[4,"is-portal"],"type":[1],"typeKeywords":[16]}]]],["p-d1551601",[[2,"instant-apps-interactive-legend-layer-element-caption",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[1028]}],[2,"instant-apps-interactive-legend-count",{"showTotal":[4,"show-total"],"legendvm":[16],"activeLayerInfo":[16],"categoryId":[1,"category-id"],"infoIndex":[2,"info-index"],"messages":[8],"selected":[4],"legendElement":[16]}]]],["p-28858c2f",[[6,"instant-apps-interactive-legend-group-legend-element",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[32]},[[8,"layerCaptionElementExpandUpdated","layerCaptionElementExpandUpdatedEmitted"]]],[6,"instant-apps-interactive-legend-layer-element",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[32]},[[8,"layerCaptionElementExpandUpdated","layerCaptionElementExpandUpdatedEmitted"]]],[6,"instant-apps-interactive-legend-legend-element",{"activeLayerInfo":[16],"isSizeRamp":[4,"is-size-ramp"],"isChild":[4,"is-child"],"isColorRamp":[4,"is-color-ramp"],"isRelationshipRamp":[4,"is-relationship-ramp"],"isInteractive":[4,"is-interactive"],"zoomTo":[4,"zoom-to"],"legendElement":[16],"titleText":[1,"title-text"],"legendvm":[16],"legendElementIndex":[2,"legend-element-index"],"messages":[8],"expanded":[32]},[[8,"legendLayerExpandUpdated","legendLayerExpandUpdatedEmitted"]]],[2,"instant-apps-interactive-legend-relationship",{"filterMode":[16],"activeLayerInfo":[16],"legendElement":[16],"messages":[8]},[[8,"showAllSelected","showAllSelectedEmitted"]]],[2,"instant-apps-interactive-legend-legend-element-caption",{"legendvm":[16],"activeLayerInfo":[16],"layer":[16],"titleText":[1,"title-text"],"legendElementIndex":[2,"legend-element-index"],"zoomTo":[4,"zoom-to"],"isInteractive":[4,"is-interactive"],"legendElement":[16],"expanded":[1028],"messages":[8]}]]],["p-6f4e5c19",[[0,"solution-template-data",{"instanceid":[1537],"itemId":[1537,"item-id"],"locale":[1],"organizationVariables":[1537,"organization-variables"],"solutionVariables":[1537,"solution-variables"],"varsOpen":[1540,"vars-open"],"_translations":[32],"value":[32]},null,{"itemId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[1,"solution-item-sharing",{"groupId":[1537,"group-id"],"locale":[1],"_translations":[32],"sharing":[32],"getShareInfo":[64]},null,{"groupId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[0,"solution-item-details",{"itemId":[1537,"item-id"],"locale":[1],"itemDetails":[32],"itemEdit":[32],"_translations":[32],"thumbnail":[32],"thumbnailContainer":[32]},[[0,"calciteInputInput","inputReceivedHandler"]],{"locale":["localeWatchHandler"]}],[1,"solution-resource-item",{"authentication":[1040],"itemId":[1537,"item-id"],"locale":[1],"resourceFilePaths":[32],"resources":[32],"_translations":[32]},null,{"itemId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[1,"solution-variables",{"value":[1537],"locale":[1],"_solutionVariables":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"],"value":["valueWatchHandler"]}],[0,"json-editor",{"hasChanges":[1540,"has-changes"],"hasErrors":[1540,"has-errors"],"instanceid":[1544],"locale":[1],"value":[1544],"getEditorContents":[64],"prepareForDeletion":[64],"replaceCurrentSelection":[64],"reset":[64]},null,{"locale":["localeWatchHandler"]}],[1,"solution-organization-variables",{"locale":[1],"value":[1537],"_organizationVariables":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"],"value":["valueWatchHandler"]}]]],["p-4b98adf3",[[0,"create-feature",{"mapView":[16],"selectedLayerId":[1,"selected-layer-id"],"customizeSubmit":[4,"customize-submit"],"locale":[1],"searchConfiguration":[16],"isMobile":[4,"is-mobile"],"floorLevel":[1,"floor-level"],"formElements":[8,"form-elements"],"enableSearch":[4,"enable-search"],"showGuidingMsg":[4,"show-guiding-msg"],"showGuidingMsgWhileDrawing":[4,"show-guiding-msg-while-drawing"],"_editorLoading":[32],"_currentPage":[32],"_translations":[32],"submit":[64],"refresh":[64]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"isMobile":["isMobileHandler"],"_editorLoading":["_editorLoadingWatchHandler"]}],[0,"info-card",{"enableEditGeometry":[4,"enable-edit-geometry"],"graphics":[16],"isLoading":[4,"is-loading"],"isMobile":[4,"is-mobile"],"mapView":[16],"allowEditing":[4,"allow-editing"],"highlightEnabled":[4,"highlight-enabled"],"locale":[1],"paginationEnabled":[4,"pagination-enabled"],"position":[1],"_alertOpen":[32],"_count":[32],"_editRecordOpen":[32],"_mobileTitle":[32],"_showListView":[32],"_translations":[32],"getSelectedFeature":[64],"refresh":[64],"back":[64],"next":[64],"toggleListView":[64],"updateCurrentGraphic":[64]},[[8,"closeEdit","closeEdit"],[8,"layerSelectionChange","layerSelectionChange"],[8,"refreshGraphics","refreshGraphics"]],{"graphics":["graphicsWatchHandler"],"isMobile":["isMobileWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"]}],[1,"delete-button",{"deleteDialog":[8,"delete-dialog"],"buttonType":[1,"button-type"],"disabled":[4],"icon":[1],"ids":[16],"layer":[16],"locale":[1],"_confirmDelete":[32],"_deleteEndabled":[32],"_supportsDelete":[32],"_translations":[32]},null,{"ids":["idsWatchHandler"],"layer":["layerWatchHandler"],"locale":["localeWatchHandler"]}],[0,"edit-card",{"enableEditGeometry":[4,"enable-edit-geometry"],"graphics":[1040],"locale":[1],"mapView":[16],"open":[1028],"graphicIndex":[2,"graphic-index"],"_editorLoading":[32],"_translations":[32]},[[8,"featureSelectionChange","featureSelectionChange"]],{"graphics":["graphicsWatchHandler"],"locale":["localeWatchHandler"],"open":["openWatchHandler"]}]]],["p-33d03eb9",[[1,"map-tools",{"basemapConfig":[16],"enableLegend":[4,"enable-legend"],"enableFloorFilter":[4,"enable-floor-filter"],"enableFullscreen":[4,"enable-fullscreen"],"enableSearch":[4,"enable-search"],"enableBasemap":[4,"enable-basemap"],"enableHome":[4,"enable-home"],"enableSingleExpand":[4,"enable-single-expand"],"homeZoomToolsSize":[1,"home-zoom-tools-size"],"layout":[1],"locale":[1],"mapView":[16],"mapWidgetsSize":[1,"map-widgets-size"],"position":[1],"searchConfiguration":[16],"stackTools":[4,"stack-tools"],"toolOrder":[16],"_hasFloorInfo":[32],"_translations":[32],"_showTools":[32],"_showBasemapWidget":[32],"_showFloorFilter":[32],"_showFullscreen":[32],"_showLegendWidget":[32],"_showSearchWidget":[32]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"_showBasemapWidget":["_showBasemapWidgetWatchHandler"],"_showFloorFilter":["_showFloorFilterWatchHandler"],"_showFullscreen":["_showFullscreenWatchHandler"],"_showLegendWidget":["_showLegendWidgetWatchHandler"],"_showSearchWidget":["_showSearchWidgetWatchHandler"]}],[1,"map-picker",{"locale":[1],"mapInfos":[16],"isMapLayout":[4,"is-map-layout"],"_mapListExpanded":[32],"_translations":[32],"_webMapInfo":[32],"setMapByID":[64],"close":[64],"toggle":[64]},null,{"_webMapInfo":["_webMapInfoWatchHandler"],"locale":["localeWatchHandler"],"mapInfos":["mapInfosWatchHandler"]}],[1,"basemap-gallery",{"mapView":[16],"basemapConfig":[16],"basemapWidget":[16]},null,{"basemapConfig":["basemapConfigWatchHandler"],"mapView":["mapViewWatchHandler"]}],[1,"floor-filter",{"enabled":[4],"floorFilterWidget":[16],"mapView":[16]},null,{"mapView":["mapViewWatchHandler"],"enabled":["enabledWatchHandler"]}],[1,"map-fullscreen",{"mapView":[16],"fullscreenWidget":[16]},null,{"mapView":["mapViewWatchHandler"]}],[1,"map-legend",{"mapView":[16],"legendWidget":[16]},null,{"mapView":["mapViewWatchHandler"]}],[1,"map-search",{"mapView":[16],"popupEnabled":[4,"popup-enabled"],"resultGraphicEnabled":[4,"result-graphic-enabled"],"searchConfiguration":[16],"searchTerm":[1,"search-term"],"searchWidget":[16]},null,{"searchConfiguration":["watchSearchConfigurationHandler"],"mapView":["mapViewWatchHandler"]}]]]]'),e))));
|
6
|
+
import{p as e,b as a}from"./p-c3eae9ba.js";export{s as setNonce}from"./p-c3eae9ba.js";import{g as t}from"./p-c545b14f.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),e(t)})().then((async e=>(await t(),a(JSON.parse('[["p-f053236e",[[0,"crowdsource-manager",{"appLayout":[1025,"app-layout"],"appProxies":[8,"app-proxies"],"basemapConfig":[16],"coverPageEnabled":[4,"cover-page-enabled"],"customInfoText":[1,"custom-info-text"],"defaultAppLayout":[1,"default-app-layout"],"defaultCenter":[1,"default-center"],"defaultGlobalId":[1,"default-global-id"],"defaultLayer":[1,"default-layer"],"defaultLevel":[1,"default-level"],"defaultOid":[1,"default-oid"],"defaultWebmap":[1,"default-webmap"],"honorMapFieldSettings":[4,"honor-map-field-settings"],"introductionWindowEnabled":[4,"introduction-window-enabled"],"enableAutoRefresh":[4,"enable-auto-refresh"],"enableBasemap":[4,"enable-basemap"],"enableColumnReorder":[4,"enable-column-reorder"],"enableCSV":[4,"enable-c-s-v"],"enableFloorFilter":[4,"enable-floor-filter"],"enableFullscreen":[4,"enable-fullscreen"],"enableHome":[4,"enable-home"],"enableLegend":[4,"enable-legend"],"enableSearch":[4,"enable-search"],"enableShare":[4,"enable-share"],"enableZoom":[4,"enable-zoom"],"locale":[1],"mapInfos":[16],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"popupHeaderColor":[1,"popup-header-color"],"popupHeaderHoverColor":[1,"popup-header-hover-color"],"popupHeaderHoverTextColor":[1,"popup-header-hover-text-color"],"popupHeaderTextColor":[1,"popup-header-text-color"],"searchConfiguration":[16],"shareIncludeEmbed":[4,"share-include-embed"],"shareIncludeSocial":[4,"share-include-social"],"showNewestFirst":[4,"show-newest-first"],"theme":[1],"zoomAndScrollToSelected":[4,"zoom-and-scroll-to-selected"],"zoomToScale":[2,"zoom-to-scale"],"_deleteDialogOpen":[32],"_enableCreateFeatures":[32],"_hideFooter":[32],"_hideTable":[32],"_isMobile":[32],"_isPortraitMobile":[32],"_translations":[32],"_layer":[32],"_layoutMode":[32],"_mapInfo":[32],"_mapView":[32],"_panelOpen":[32],"_numSelected":[32],"_filterOpen":[32],"_showInformationHeader":[32],"_layerIds":[32],"_isLoading":[32]},[[8,"featureSelectionChange","featureSelectionChange"],[8,"popupClosed","popupClosed"],[8,"layoutChanged","layoutChanged"],[8,"mapChanged","mapChanged"],[8,"layerSelectionChange","layerSelectionChange"],[8,"showDelete","showDelete"],[8,"idsFound","idsFound"]],{"appLayout":["appLayoutWatchHandler"],"enableZoom":["enableZoomWatchHandler"],"locale":["localeWatchHandler"]}]]],["p-37fd56c8",[[0,"crowdsource-reporter",{"center":[1],"commentButtonText":[1,"comment-button-text"],"commentSubmittedMessage":[1,"comment-submitted-message"],"defaultWebmap":[1,"default-webmap"],"description":[1],"enableAnonymousAccess":[4,"enable-anonymous-access"],"enableAnonymousComments":[4,"enable-anonymous-comments"],"enableComments":[4,"enable-comments"],"enableHome":[4,"enable-home"],"enableLogin":[4,"enable-login"],"enableNewReports":[4,"enable-new-reports"],"enableSearch":[4,"enable-search"],"enableZoom":[4,"enable-zoom"],"isMobile":[4,"is-mobile"],"layerExpressions":[16],"layerId":[1,"layer-id"],"level":[1],"locale":[1],"loginTitle":[1,"login-title"],"mapInfos":[16],"mapView":[16],"objectId":[1,"object-id"],"reportButtonText":[1,"report-button-text"],"reportingOptions":[16],"reportsHeader":[1,"reports-header"],"reportSubmittedMessage":[1,"report-submitted-message"],"searchConfiguration":[16],"showComments":[4,"show-comments"],"showUserImageInCommentsList":[4,"show-user-image-in-comments-list"],"showFeatureSymbol":[4,"show-feature-symbol"],"showMyReportsOnly":[4,"show-my-reports-only"],"theme":[1],"zoomToScale":[2,"zoom-to-scale"],"floorLevel":[1,"floor-level"],"_featureCreationFailedErrorMsg":[32],"_filterActive":[32],"_flowItems":[32],"_hasValidLayers":[32],"_mapInfo":[32],"_reportSubmitted":[32],"_selectedLayerName":[32],"_showSubmitCancelButton":[32],"_showLoadingIndicator":[32],"_sidePanelCollapsed":[32],"_translations":[32],"_updatedProgressBarStatus":[32],"_updatedSorting":[32],"_updatedSortOption":[32],"_commentSubmitted":[32],"_addingCommentFailed":[32],"updateLayerExpressionsT9n":[64]},null,{"isMobile":["isMobileWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"floorLevel":["floorLevelWatchHandler"],"showMyReportsOnly":["showMyReportsOnlyWatchHandler"],"layerExpressions":["layerExpressionsWatchHandler"],"showFeatureSymbol":["showFeatureSymbolWatchHandler"]}]]],["p-f08084fb",[[0,"solution-configuration",{"authentication":[1040],"locale":[1],"serializedAuthentication":[1025,"serialized-authentication"],"solutionItemId":[1537,"solution-item-id"],"showLoading":[1540,"show-loading"],"_currentEditItemId":[32],"_organizationVariables":[32],"_solutionContentsComponent":[32],"_solutionIsLoaded":[32],"_solutionVariables":[32],"_templateHierarchy":[32],"_translations":[32],"_treeOpen":[32],"getSpatialReferenceInfo":[64],"saveSolution":[64],"unloadSolution":[64]},[[8,"solutionItemSelected","_solutionItemSelected"]],{"serializedAuthentication":["serializedAuthenticationWatchHandler"],"solutionItemId":["valueWatchHandler"],"locale":["localeWatchHandler"]}]]],["p-50dfa0b8",[[2,"instant-apps-interactive-legend",{"view":[16],"zoomTo":[4,"zoom-to"],"featureCount":[1028,"feature-count"],"filterMode":[16],"compact":[4],"handles":[32],"reactiveUtils":[32],"legendvm":[32],"widget":[32],"messages":[32]},null,{"handles":["init"],"reactiveUtils":["init"],"view":["init"],"compact":["compactHandler"]}]]],["p-9c4ea2e2",[[0,"public-notification",{"addresseeLayerIds":[16],"bufferColor":[8,"buffer-color"],"bufferOutlineColor":[8,"buffer-outline-color"],"customLabelEnabled":[4,"custom-label-enabled"],"defaultBufferDistance":[2,"default-buffer-distance"],"defaultBufferUnit":[1,"default-buffer-unit"],"defaultExportTitle":[1,"default-export-title"],"defaultNumLabelsPerPage":[2,"default-num-labels-per-page"],"enableLayerFeatures":[4,"enable-layer-features"],"enableLayerFeaturesOnLoad":[4,"enable-layer-features-on-load"],"enableSearchDistance":[4,"enable-search-distance"],"enableSearchDistanceOnLoad":[4,"enable-search-distance-on-load"],"enableSketchTools":[4,"enable-sketch-tools"],"featureEffect":[16],"featureHighlightEnabled":[4,"feature-highlight-enabled"],"locale":[1],"mapView":[16],"noResultText":[1,"no-result-text"],"initialNotice":[1,"initial-notice"],"searchConfiguration":[1040],"selectionLayerIds":[16],"showRefineSelection":[4,"show-refine-selection"],"showSearchSettings":[4,"show-search-settings"],"sketchLineSymbol":[8,"sketch-line-symbol"],"sketchPointSymbol":[8,"sketch-point-symbol"],"sketchPolygonSymbol":[8,"sketch-polygon-symbol"],"_exportGraphics":[32],"_addMap":[32],"_addResults":[32],"_addTitle":[32],"_downloadActive":[32],"_exportType":[32],"_fetchingData":[32],"_isMobile":[32],"_numDuplicates":[32],"_pageType":[32],"_saveEnabled":[32],"_selectionSets":[32],"_translations":[32]},[[8,"selectionSetsChanged","selectionSetsChanged"]],{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"searchConfiguration":["watchSearchConfigurationHandler"],"sketchLineSymbol":["sketchLineSymbolWatchHandler"],"sketchPointSymbol":["sketchPointSymbolWatchHandler"],"sketchPolygonSymbol":["sketchPolygonSymbolWatchHandler"],"_pageType":["pageTypeWatchHandler"]}]]],["p-c3107e95",[[1,"instant-apps-language-switcher",{"icon":[1],"portalItem":[16],"view":[16],"locales":[16],"defaultLocale":[1,"default-locale"],"selectedLanguage":[1,"selected-language"],"calciteDropdownOverlayPositioning":[1,"calcite-dropdown-overlay-positioning"],"messages":[32],"t9nData":[32],"refresh":[64]}]]],["p-c97d6d8a",[[1,"instant-apps-export",{"output":[1040],"beforeExport":[16],"popoverIcon":[1,"popover-icon"],"extraContent":[16],"extraContentLabel":[1,"extra-content-label"],"headerTitle":[1025,"header-title"],"logoImage":[1025,"logo-image"],"includeExtraContent":[1028,"include-extra-content"],"showExtraContentInImg":[4,"show-extra-content-in-img"],"includeLegend":[1028,"include-legend"],"includeMap":[1028,"include-map"],"includePopup":[1028,"include-popup"],"includeFileFormat":[1028,"include-file-format"],"mode":[513],"popoverPositioning":[1,"popover-positioning"],"popoverPlacement":[1,"popover-placement"],"scale":[1],"showHeaderTitle":[4,"show-header-title"],"showIncludeLegend":[4,"show-include-legend"],"showIncludeMap":[4,"show-include-map"],"showIncludePopup":[4,"show-include-popup"],"showScaleBar":[4,"show-scale-bar"],"view":[16],"maskBackground":[1,"mask-background"],"maskBorder":[1,"mask-border"],"baseClass":[32],"exportIsLoading":[32],"messages":[32],"selectedFileType":[32]},null,{"includeMap":["watchIncludeMap"],"view":["watchView"]}]]],["p-957a880f",[[2,"instant-apps-interactive-legend-group-legend-element-caption",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[1028]}]]],["p-02c009a2",[[1,"instant-apps-landing-page",{"titleText":[1,"title-text"],"subtitleText":[1,"subtitle-text"],"descriptionText":[1,"description-text"],"entryButtonText":[1,"entry-button-text"],"iconImage":[1,"icon-image"],"iconImageScale":[1,"icon-image-scale"],"iconImageAltText":[1,"icon-image-alt-text"],"alignment":[1],"disableTransition":[4,"disable-transition"],"backgroundImageSrc":[1,"background-image-src"],"open":[1028],"entryButtonScale":[1,"entry-button-scale"],"fontFamily":[513,"font-family"],"enableSignIn":[4,"enable-sign-in"],"portal":[16],"oauthappid":[1]},null,{"open":["emitToggleEvent"]}]]],["p-c60990bf",[[2,"instant-apps-measurement",{"view":[16],"areaUnit":[1,"area-unit"],"linearUnit":[1,"linear-unit"],"coordinateFormat":[1,"coordinate-format"],"activeToolType":[1,"active-tool-type"],"closable":[4],"messages":[32]}]]],["p-9775f9d7",[[1,"pci-calculator",{"showAddDeduct":[32]}]]],["p-94aca64c",[[1,"solution-item-accordion",{"locale":[1],"listSelectionMode":[1,"list-selection-mode"],"templateInfos":[16],"_sortedTemplateInfos":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"],"templateInfos":["templateInfosWatchHandler"]}]]],["p-9b741908",[[1,"consent-manager",{"amazonAppId":[1,"amazon-app-id"],"amazonAppName":[1,"amazon-app-name"],"amazonUserPoolID":[1,"amazon-user-pool-i-d"],"amazonVersion":[1,"amazon-version"],"firstUseVar":[1,"first-use-var"],"locale":[1],"measurementIds":[16],"portal":[16],"_open":[32],"_translations":[32],"getInstance":[64]},null,{"locale":["localeWatchHandler"]}]]],["p-442a68ea",[[1,"instant-apps-app-guide",{"header":[4],"data":[16],"messages":[32],"headerText":[32]},null,{"data":["watchPropHandler"],"headerText":["watchStateHandler"]}]]],["p-2fc2238d",[[1,"instant-apps-control-panel",{"components":[16],"view":[16]}]]],["p-ddd731d3",[[1,"instant-apps-create",{"popoverIcon":[1,"popover-icon"],"mode":[513],"popoverPositioning":[1,"popover-positioning"],"popoverPlacement":[1,"popover-placement"],"showHeader":[4,"show-header"],"content":[16],"options":[16],"portal":[16],"baseClass":[32],"messages":[32],"CreateOptionsLookup":[32]},null,{"content":["contentChanged"]}]]],["p-abe9c0de",[[1,"instant-apps-export-views",{"output":[1040],"beforeExport":[16],"popoverIcon":[1,"popover-icon"],"includeLegend":[1028,"include-legend"],"includeMap":[1028,"include-map"],"includePopup":[1028,"include-popup"],"includeHeader":[1028,"include-header"],"mode":[513],"popoverPositioning":[1,"popover-positioning"],"popoverPlacement":[1,"popover-placement"],"scale":[1],"showIncludeLegend":[4,"show-include-legend"],"showIncludeMap":[4,"show-include-map"],"showIncludePopup":[4,"show-include-popup"],"showIncludeHeader":[4,"show-include-header"],"showScaleBar":[4,"show-scale-bar"],"exportViews":[16],"baseClass":[32],"exportIsLoading":[32],"messages":[32]},null,{"includeMap":["watchIncludeMap"],"exportViews":["watchView"]}]]],["p-1f670efc",[[1,"instant-apps-keyboard-shortcuts",{"view":[16],"messages":[32]}]]],["p-59633ef0",[[0,"instant-apps-popover",{"popoverTitle":[513,"popover-title"],"subtitle":[513],"content":[513],"imgSrc":[513,"img-src"],"imgAlt":[513,"img-alt"],"mediaSrc":[513,"media-src"],"index":[514],"referenceElement":[513,"reference-element"],"parent":[16],"placement":[1],"refId":[1,"ref-id"],"pagination":[516],"disableAction":[516,"disable-action"],"popoverAction":[16],"messageOverrides":[16],"messages":[32]}]]],["p-c1ec9613",[[4,"instant-apps-popovers",{"inTour":[1540,"in-tour"],"currentId":[1537,"current-id"],"instantAppsPopovers":[16],"beforeOpen":[16],"open":[64],"close":[64],"beginTour":[64],"endTour":[64]}]]],["p-c987cdf2",[[1,"instant-apps-scoreboard",{"view":[16],"items":[16],"position":[1],"mode":[1],"itemLimit":[2,"item-limit"],"autoDockEnabled":[4,"auto-dock-enabled"],"geometry":[1040],"queryType":[1,"query-type"],"state":[32],"messages":[32],"itemIndex":[32],"layers":[32],"layerViews":[32],"isMobile":[32]},null,{"items":["generateUIDs","storeLayers"],"layers":["storeLayerViews"],"geometry":["calculateScoreboardItemValuesFromGeometry"],"layerViews":["calculateScoreboardItemValues"]}]]],["p-8384ba17",[[1,"instant-apps-splash",{"localStorageKey":[1,"local-storage-key"],"titleText":[1,"title-text"],"content":[1025],"primaryButtonText":[1,"primary-button-text"],"open":[1028],"closeButtonDisabled":[4,"close-button-disabled"],"outsideCloseDisabled":[4,"outside-close-disabled"],"secondaryButton":[4,"secondary-button"],"secondaryButtonText":[1,"secondary-button-text"],"secondaryButtonIcon":[1,"secondary-button-icon"],"secondaryButtonCallback":[16],"messages":[32]},null,{"content":["sanitizeContent"]}]]],["p-67befb92",[[0,"instant-apps-time-filter",{"timeInfoConfigItems":[16],"filterMode":[16],"view":[16],"timeSliderConfig":[16],"autoPlay":[4,"auto-play"],"timeSliderRef":[32]},null,{"timeInfoConfigItems":["updateTimeInfoConfigItems"],"filterMode":["updateFilterMode"],"timeSliderConfig":["updateTimeSliderConfig"],"autoPlay":["updateAutoPlay"]}]]],["p-c65ff1a0",[[0,"spatial-ref",{"defaultWkid":[1538,"default-wkid"],"disabled":[1540],"locale":[1],"value":[1537],"_cachedValue":[32],"_spatialRef":[32],"_srSearchText":[32],"_translations":[32],"createSpatialRefDisplay":[64],"getSpatialRef":[64],"wkidToDisplay":[64]},null,{"locale":["localeWatchHandler"],"value":["valueChanged"]}]]],["p-a650b356",[[0,"store-manager",{"value":[1537],"templates":[1040],"authentication":[1040],"getStoreInfo":[64]}]]],["p-4bd66ae5",[[2,"instant-apps-interactive-legend-classic",{"legendvm":[16],"zoomTo":[4,"zoom-to"],"featureCount":[4,"feature-count"],"filterMode":[16],"messages":[8],"isLoading":[32],"intLegendId":[32]},null,{"filterMode":["handleFilterModeChange"]}]]],["p-af355bbd",[[6,"instant-apps-language-translator",{"portalItem":[16],"appSettings":[16],"locales":[16],"open":[1028],"userLocaleInputOnChangeCallback":[16],"translatedLocaleInputOnChangeCallback":[16],"saving":[32],"messages":[32],"isCollapse":[32],"getTranslationData":[64],"setTranslationData":[64],"getPortalItemResource":[64],"batchWriteToPortalItemResource":[64]},[[8,"translatorItemDataUpdated","handleT9nItemUpdate"]],{"locales":["handleLocaleChange"],"appSettings":["handleAppSettings"]}]]],["p-01068666",[[1,"deduct-calculator"]]],["p-893d8e26",[[1,"instant-apps-header",{"titleText":[1,"title-text"],"titleTextLink":[1,"title-text-link"],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"logoImage":[1,"logo-image"],"logoScale":[1537,"logo-scale"],"logoImageAltText":[1,"logo-image-alt-text"],"logoLink":[1,"logo-link"],"infoButton":[1540,"info-button"],"infoIsOpen":[516,"info-is-open"],"infoTitleText":[1,"info-title-text"],"customHeaderHtml":[1025,"custom-header-html"],"headerAlignment":[1025,"header-alignment"],"customHeaderCss":[1025,"custom-header-css"],"fontFamily":[513,"font-family"],"mobileWidthBreakpoint":[2,"mobile-width-breakpoint"],"dir":[32],"initialScale":[32],"toggleInfo":[64]},null,{"customHeaderHtml":["sanitizeCustomHeaderHtml"]}]]],["p-be144ed5",[[2,"instant-apps-measurement-tool",{"view":[16],"measureConfiguration":[16],"activeTool":[1,"active-tool"]},null,{"activeTool":["_updateToolType"]}]]],["p-68fd9d5d",[[1,"instant-apps-sign-in",{"type":[1],"portal":[16],"oauthappid":[1],"openInPopup":[4,"open-in-popup"],"landingPage":[4,"landing-page"],"titleText":[1,"title-text"],"subtitleText":[1,"subtitle-text"],"descriptionText":[1,"description-text"],"showIndicator":[4,"show-indicator"],"closeLandingPage":[16],"signInDropdownItems":[16],"isSignedIn":[32],"user":[32],"ready":[32],"messages":[32]},null,{"portal":["watchPortal"],"oauthappid":["watchOauthappid"]}]]],["p-7b42823b",[[0,"feature-list",{"selectedLayerId":[1,"selected-layer-id"],"mapView":[16],"noFeaturesFoundMsg":[1,"no-features-found-msg"],"pageSize":[2,"page-size"],"highlightOnMap":[4,"highlight-on-map"],"highlightOnHover":[4,"highlight-on-hover"],"locale":[1],"sortingInfo":[16],"whereClause":[1,"where-clause"],"textSize":[1,"text-size"],"showInitialLoading":[4,"show-initial-loading"],"showErrorWhenNoFeatures":[4,"show-error-when-no-features"],"showUserImageInList":[4,"show-user-image-in-list"],"showFeatureSymbol":[4,"show-feature-symbol"],"applyLayerViewFilter":[4,"apply-layer-view-filter"],"reportingOptions":[16],"_featureItems":[32],"_featuresCount":[32],"_isLoading":[32],"_translations":[32],"refresh":[64]},null,{"locale":["localeWatchHandler"],"selectedLayerId":["selectedLayerWatchHandler"],"sortingInfo":["sortingInfoWatchHandler"],"whereClause":["whereClauseHandler"]}]]],["p-004426dc",[[1,"delete-dialog",{"ids":[16],"layer":[16],"locale":[1],"open":[4],"_isDeleting":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"]}]]],["p-a0f4c730",[[0,"map-layer-picker",{"appearance":[1],"defaultLayerId":[1,"default-layer-id"],"display":[1],"enabledLayerIds":[16],"enabledTableIds":[16],"height":[2],"isMobile":[4,"is-mobile"],"locale":[1],"mapView":[16],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"placeholderIcon":[1,"placeholder-icon"],"selectedIds":[1040],"scale":[1],"showTables":[4,"show-tables"],"showTablesDisabled":[4,"show-tables-disabled"],"showSingleLayerAsLabel":[4,"show-single-layer-as-label"],"type":[1],"_hasMultipleLayers":[32],"_hasValidLayers":[32],"_isDropdownOpen":[32],"ids":[32],"selectedName":[32],"_translations":[32],"setLayerById":[64],"setLayerByIds":[64],"updateLayer":[64]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"]}]]],["p-27ff3a85",[[1,"instant-apps-filter-list",{"layerExpressions":[1040],"autoUpdateUrl":[4,"auto-update-url"],"closeBtn":[4,"close-btn"],"closeBtnOnClick":[16],"comboboxOverlayPositioning":[1,"combobox-overlay-positioning"],"closeBtnText":[1,"close-btn-text"],"openFilters":[4,"open-filters"],"extentSelector":[4,"extent-selector"],"extentSelectorConfig":[16],"urlParams":[1040],"filterCount":[1026,"filter-count"],"view":[16],"zoomBtn":[4,"zoom-btn"],"resetBtn":[4,"reset-btn"],"resetFiltersOnDisconnect":[4,"reset-filters-on-disconnect"],"loading":[32],"filterLayerExpressions":[32],"messages":[32],"baseClass":[32],"initDefExpressions":[32],"initMapImageExpressions":[32],"initPointCloudFilters":[32],"getFilterInitState":[64],"forceReset":[64],"updateInitDefExpressions":[64],"getCurrentLayerExpressions":[64],"handleUpdatingT9nData":[64]},null,{"view":["watchViewHandler"],"layerExpressions":["watchLayerExpressions"]}],[1,"instant-apps-social-share",{"mode":[513],"shareUrl":[1025,"share-url"],"autoUpdateShareUrl":[1028,"auto-update-share-url"],"shareText":[513,"share-text"],"embed":[516],"shareButtonColor":[513,"share-button-color"],"shareButtonType":[513,"share-button-type"],"shareButtonScale":[513,"share-button-scale"],"iframeInnerText":[513,"iframe-inner-text"],"popoverButtonIconScale":[513,"popover-button-icon-scale"],"view":[16],"displayTipText":[516,"display-tip-text"],"shortenShareUrl":[516,"shorten-share-url"],"socialMedia":[516,"social-media"],"shareIconsLayout":[513,"share-icons-layout"],"scale":[513],"successMessage":[513,"success-message"],"defaultUrlParams":[16],"inlineSuccessPopoverPlacement":[513,"inline-success-popover-placement"],"popoverPositioning":[513,"popover-positioning"],"removePopoverOffset":[516,"remove-popover-offset"],"messages":[32],"opened":[32],"copied":[32],"inlineCopyLinkOpened":[32],"inlineCopyEmbedOpened":[32],"embedWidth":[32],"embedHeight":[32]}]]],["p-905a911c",[[0,"map-card",{"appLayout":[1,"app-layout"],"appProxies":[8,"app-proxies"],"defaultWebmapId":[1,"default-webmap-id"],"defaultLayerId":[1,"default-layer-id"],"enableHome":[4,"enable-home"],"enableLegend":[4,"enable-legend"],"enableFloorFilter":[4,"enable-floor-filter"],"enableFullscreen":[4,"enable-fullscreen"],"enableShare":[4,"enable-share"],"enableSingleExpand":[4,"enable-single-expand"],"enableSearch":[4,"enable-search"],"enableBasemap":[4,"enable-basemap"],"basemapConfig":[16],"hidden":[4],"homeZoomIndex":[2,"home-zoom-index"],"homeZoomPosition":[1,"home-zoom-position"],"homeZoomToolsSize":[1,"home-zoom-tools-size"],"locale":[1],"mapInfos":[16],"mapWidgetsIndex":[2,"map-widgets-index"],"mapWidgetsPosition":[1,"map-widgets-position"],"mapWidgetsSize":[1,"map-widgets-size"],"mapView":[16],"stackTools":[4,"stack-tools"],"theme":[1],"toolOrder":[16],"isMapLayout":[4,"is-map-layout"],"shareIncludeEmbed":[4,"share-include-embed"],"shareIncludeSocial":[4,"share-include-social"],"selectedFeaturesIds":[16],"selectedLayer":[16],"zoomToScale":[2,"zoom-to-scale"],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"isMobile":[4,"is-mobile"],"mapInfo":[16],"_translations":[32],"_searchConfiguration":[32],"_webMapInfo":[32],"_showHideOpen":[32],"_toolInfos":[32],"_controlsThatFit":[32],"resetFilter":[64],"updateFilterState":[64],"updateLayer":[64]},[[8,"mapInfoChange","mapInfoChange"],[8,"noLayersFound","noLayersFound"],[8,"layerSelectionChange","layerSelectionChange"]],{"appLayout":["appLayoutWatchHandler"],"enableHome":["enableHomeWatchHandler"],"enableShare":["enableShareWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"selectedLayer":["selectedLayerWatchHandler"],"selectedFeaturesIds":["selectedFeaturesIdsWatchHandler"],"_controlsThatFit":["_controlsThatFitWatchHandler"]}],[0,"card-manager",{"customInfoText":[1,"custom-info-text"],"enableEditGeometry":[4,"enable-edit-geometry"],"isMobile":[4,"is-mobile"],"layer":[1040],"locale":[1],"mapView":[16],"zoomAndScrollToSelected":[4,"zoom-and-scroll-to-selected"],"selectedFeaturesIds":[16],"enableCreateFeatures":[4,"enable-create-features"],"selectingFeatureFromMap":[4,"selecting-feature-from-map"],"_cardLoading":[32],"_graphics":[32],"_showCreateFeatureComponent":[32],"_showSubmitBtn":[32],"_translations":[32]},[[8,"featureSelectionChange","featureSelectionChange"],[8,"layerSelectionChange","layerSelectionChange"]],{"locale":["localeWatchHandler"]}],[0,"layer-table",{"appLayout":[1,"app-layout"],"defaultGlobalId":[16],"defaultLayerId":[1,"default-layer-id"],"defaultOid":[16],"enableAutoRefresh":[4,"enable-auto-refresh"],"enableColumnReorder":[4,"enable-column-reorder"],"enableCSV":[4,"enable-c-s-v"],"enableInlineEdit":[4,"enable-inline-edit"],"enableShare":[4,"enable-share"],"honorMapFieldSettings":[4,"honor-map-field-settings"],"isMobile":[4,"is-mobile"],"locale":[1],"mapHidden":[4,"map-hidden"],"mapInfo":[16],"mapView":[16],"onlyShowUpdatableLayers":[4,"only-show-updatable-layers"],"selectedIds":[16],"shareIncludeEmbed":[4,"share-include-embed"],"shareIncludeSocial":[4,"share-include-social"],"showNewestFirst":[4,"show-newest-first"],"zoomAndScrollToSelected":[4,"zoom-and-scroll-to-selected"],"zoomToScale":[2,"zoom-to-scale"],"createFilterModal":[4,"create-filter-modal"],"_allIds":[32],"_controlsThatFit":[32],"_csvExporting":[32],"_fetchingData":[32],"_filterActive":[32],"_filterOpen":[32],"_layer":[32],"_selectAllActive":[32],"_showHideOpen":[32],"_showOnlySelected":[32],"_toolInfos":[32],"_translations":[32],"_fullTextSearchInfo":[32],"_searchPlaceHolder":[32],"_size":[32],"_queryingData":[32],"closeFilter":[64],"filterReset":[64],"filterUpdate":[64],"validateActiveEdits":[64],"refresh":[64]},[[10,"beforeMapInfoChange","beforeMapInfoChange"],[8,"editorInitialized","editorInitialized"],[8,"selectionChanged","selectionChanged"],[8,"beforeLayerSelectionChange","beforeLayerSelectionChange"],[8,"layerSelectionChange","layerSelectionChange"],[8,"editsComplete","editsComplete"],[8,"facilityChanged","facilityChanged"],[8,"levelChanged","levelChanged"],[8,"siteChanged","siteChanged"],[8,"noLayersFound","noLayersFound"],[8,"clearSelection","clearSelection"]],{"appLayout":["appLayoutWatchHandler"],"defaultOid":["defaultOidWatchHandler"],"defaultGlobalId":["defaultGlobalIdWatchHandler"],"enableCSV":["enableCSVWatchHandler"],"enableInlineEdit":["enableInlineEditWatchHandler"],"enableShare":["enableShareWatchHandler"],"_controlsThatFit":["_controlsThatFitWatchHandler"],"locale":["localeWatchHandler"],"mapHidden":["mapHiddenWatchHandler"],"isMobile":["isMobileWatchHandler"],"mapInfo":["mapInfoWatchHandler"],"mapView":["mapViewWatchHandler"],"_layer":["_layerWatchHandler"],"selectedIds":["selectedIdsWatchHandler"]}]]],["p-a725bcdf",[[0,"solution-item",{"authentication":[1040],"itemId":[1537,"item-id"],"locale":[1],"solutionVariables":[1537,"solution-variables"],"organizationVariables":[1537,"organization-variables"],"itemType":[32],"_translations":[32]},null,{"itemId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[0,"solution-contents",{"selectedItemId":[1537,"selected-item-id"],"templateHierarchy":[1040]},null,{"templateHierarchy":["valueWatchHandler"]}],[0,"solution-spatial-ref",{"enabled":[1540],"enableDefault":[1540,"enable-default"],"featureServices":[1040],"locale":[1025],"_translations":[32],"_testAccess":[64]},[[8,"solutionStoreHasChanges","solutionStoreHasChanges"]],{"enabled":["enabledChanged"],"enableDefault":["enableDefaultChanged"],"locale":["localeWatchHandler"]}]]],["p-a5bfdb73",[[0,"feature-details",{"mapView":[16],"graphics":[16],"reportingOptions":[16],"layerItemsHash":[16],"locale":[1],"showUserImageInCommentsList":[4,"show-user-image-in-comments-list"],"_likeFieldAvailable":[32],"_likeCount":[32],"_disLikeCount":[32],"_dislikeFieldAvailable":[32],"_commentsAvailable":[32],"_isLikeBtnClicked":[32],"_isDislikeBtnClicked":[32],"_relatedFeaturesOIDs":[32],"_updating":[32],"refresh":[64],"back":[64],"next":[64],"toggleListView":[64]},null,{"graphics":["graphicsWatchHandler"]}],[0,"create-related-feature",{"locale":[1],"mapView":[16],"table":[16],"selectedFeature":[16],"customizeSubmit":[4,"customize-submit"],"showGuidingMsg":[4,"show-guiding-msg"],"_editorLoading":[32],"_translations":[32],"submit":[64]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"_editorLoading":["_editorLoadingWatchHandler"]}],[0,"layer-list",{"mapView":[16],"layers":[16],"locale":[1],"showFeatureCount":[4,"show-feature-count"],"showNextIcon":[4,"show-next-icon"],"applyLayerViewFilter":[4,"apply-layer-view-filter"],"_noLayersToDisplay":[32],"_mapLayerIds":[32],"_isLoading":[32],"_translations":[32],"refresh":[64]},null,{"locale":["localeWatchHandler"]}]]],["p-b266dcf6",[[1,"buffer-tools",{"appearance":[1025],"distance":[1026],"geometries":[1040],"locale":[1],"max":[1026],"min":[1026],"sliderTicks":[1026,"slider-ticks"],"unionResults":[1028,"union-results"],"unit":[1025],"disabled":[4],"_translations":[32],"getTranslatedUnit":[64]},null,{"geometries":["geometriesWatchHandler"],"disabled":["disabledWatchHandler"],"locale":["localeWatchHandler"]}],[0,"map-draw-tools",{"active":[4],"drawMode":[1,"draw-mode"],"editGraphicsEnabled":[4,"edit-graphics-enabled"],"graphics":[1040],"locale":[1],"mapView":[1040],"pointSymbol":[1040],"polylineSymbol":[1040],"polygonSymbol":[1040],"redoEnabled":[4,"redo-enabled"],"undoEnabled":[4,"undo-enabled"],"_translations":[32],"_selectionMode":[32],"clear":[64],"updateGraphics":[64]},null,{"graphics":["graphicsWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"]}]]],["p-80033583",[[0,"map-select-tools",{"bufferColor":[8,"buffer-color"],"bufferOutlineColor":[8,"buffer-outline-color"],"customLabelEnabled":[4,"custom-label-enabled"],"enabledLayerIds":[16],"enableLayerFeatures":[4,"enable-layer-features"],"enableLayerFeaturesOnLoad":[4,"enable-layer-features-on-load"],"enableSearchDistance":[4,"enable-search-distance"],"enableSearchDistanceOnLoad":[4,"enable-search-distance-on-load"],"enableSketchTools":[4,"enable-sketch-tools"],"defaultBufferDistance":[2,"default-buffer-distance"],"defaultBufferUnit":[1,"default-buffer-unit"],"geometries":[16],"isUpdate":[4,"is-update"],"layerViews":[16],"locale":[1],"mapView":[16],"noResultText":[1,"no-result-text"],"searchConfiguration":[1040],"selectionSet":[16],"selectionLayerIds":[16],"selectLayerView":[16],"sketchLineSymbol":[16],"sketchPointSymbol":[16],"sketchPolygonSymbol":[16],"searchDistanceEnabled":[4,"search-distance-enabled"],"useLayerFeaturesEnabled":[4,"use-layer-features-enabled"],"_numSelected":[32],"_searchTerm":[32],"_selectionLoading":[32],"_translations":[32],"clearSelection":[64],"getSelection":[64]},[[8,"searchConfigurationChange","searchConfigurationChangeChanged"],[8,"distanceChanged","distanceChanged"],[8,"unitChanged","unitChanged"]],{"geometries":["watchGeometriesHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"searchConfiguration":["watchSearchConfigurationHandler"]}],[0,"refine-selection",{"addresseeLayer":[16],"enabledLayerIds":[16],"locale":[1],"mapView":[16],"selectionSets":[1040],"sketchLineSymbol":[16],"sketchPointSymbol":[16],"sketchPolygonSymbol":[16],"_translations":[32],"_selectionMode":[32],"_refineLayer":[32]},null,{"locale":["localeWatchHandler"]}],[1,"pdf-download",{"defaultNumLabelsPerPage":[2,"default-num-labels-per-page"],"disabled":[4],"locale":[1],"_translations":[32],"downloadCSV":[64],"downloadPDF":[64]},null,{"locale":["localeWatchHandler"]}]]],["p-79756a0f",[[2,"instant-apps-language-translator-item",{"fieldName":[1,"field-name"],"translatedLanguageLabels":[16],"setting":[16],"userLocaleInputOnChangeCallback":[16],"translatedLocaleInputOnChangeCallback":[16]}],[2,"instant-apps-language-translator-search",{"t9nPlaceholder":[1,"t-9n-placeholder"],"results":[32]}],[0,"instant-apps-ckeditor-wrapper",{"value":[1025],"editorInstance":[1032,"editor-instance"],"config":[16]},null,{"value":["updateValue"]}]]],["p-33ca9789",[[0,"solution-item-icon",{"isPortal":[4,"is-portal"],"type":[1],"typeKeywords":[16]}]]],["p-1f72c19b",[[2,"instant-apps-interactive-legend-layer-element-caption",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[1028]}],[2,"instant-apps-interactive-legend-count",{"showTotal":[4,"show-total"],"legendvm":[16],"activeLayerInfo":[16],"categoryId":[1,"category-id"],"infoIndex":[2,"info-index"],"messages":[8],"selected":[4],"legendElement":[16]}]]],["p-4b5ea333",[[6,"instant-apps-interactive-legend-group-legend-element",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[32]},[[8,"layerCaptionElementExpandUpdated","layerCaptionElementExpandUpdatedEmitted"]]],[6,"instant-apps-interactive-legend-layer-element",{"legendvm":[16],"featureCount":[4,"feature-count"],"activeLayerInfo":[16],"messages":[8],"isChild":[4,"is-child"],"expanded":[32]},[[8,"layerCaptionElementExpandUpdated","layerCaptionElementExpandUpdatedEmitted"]]],[6,"instant-apps-interactive-legend-legend-element",{"activeLayerInfo":[16],"isSizeRamp":[4,"is-size-ramp"],"isChild":[4,"is-child"],"isColorRamp":[4,"is-color-ramp"],"isRelationshipRamp":[4,"is-relationship-ramp"],"isInteractive":[4,"is-interactive"],"zoomTo":[4,"zoom-to"],"legendElement":[16],"titleText":[1,"title-text"],"legendvm":[16],"legendElementIndex":[2,"legend-element-index"],"messages":[8],"expanded":[32]},[[8,"legendLayerExpandUpdated","legendLayerExpandUpdatedEmitted"]]],[2,"instant-apps-interactive-legend-relationship",{"filterMode":[16],"activeLayerInfo":[16],"legendElement":[16],"messages":[8]},[[8,"showAllSelected","showAllSelectedEmitted"]]],[2,"instant-apps-interactive-legend-legend-element-caption",{"legendvm":[16],"activeLayerInfo":[16],"layer":[16],"titleText":[1,"title-text"],"legendElementIndex":[2,"legend-element-index"],"zoomTo":[4,"zoom-to"],"isInteractive":[4,"is-interactive"],"legendElement":[16],"expanded":[1028],"messages":[8]}]]],["p-4d55eb0e",[[0,"solution-template-data",{"instanceid":[1537],"itemId":[1537,"item-id"],"locale":[1],"organizationVariables":[1537,"organization-variables"],"solutionVariables":[1537,"solution-variables"],"varsOpen":[1540,"vars-open"],"_translations":[32],"value":[32]},null,{"itemId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[1,"solution-item-sharing",{"groupId":[1537,"group-id"],"locale":[1],"_translations":[32],"sharing":[32],"getShareInfo":[64]},null,{"groupId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[0,"solution-item-details",{"itemId":[1537,"item-id"],"locale":[1],"itemDetails":[32],"itemEdit":[32],"_translations":[32],"thumbnail":[32],"thumbnailContainer":[32]},[[0,"calciteInputInput","inputReceivedHandler"]],{"locale":["localeWatchHandler"]}],[1,"solution-resource-item",{"authentication":[1040],"itemId":[1537,"item-id"],"locale":[1],"resourceFilePaths":[32],"resources":[32],"_translations":[32]},null,{"itemId":["itemIdWatchHandler"],"locale":["localeWatchHandler"]}],[1,"solution-variables",{"value":[1537],"locale":[1],"_solutionVariables":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"],"value":["valueWatchHandler"]}],[0,"json-editor",{"hasChanges":[1540,"has-changes"],"hasErrors":[1540,"has-errors"],"instanceid":[1544],"locale":[1],"value":[1544],"getEditorContents":[64],"prepareForDeletion":[64],"replaceCurrentSelection":[64],"reset":[64]},null,{"locale":["localeWatchHandler"]}],[1,"solution-organization-variables",{"locale":[1],"value":[1537],"_organizationVariables":[32],"_translations":[32]},null,{"locale":["localeWatchHandler"],"value":["valueWatchHandler"]}]]],["p-750a8a39",[[0,"create-feature",{"mapView":[16],"selectedLayerId":[1,"selected-layer-id"],"customizeSubmit":[4,"customize-submit"],"locale":[1],"searchConfiguration":[16],"isMobile":[4,"is-mobile"],"floorLevel":[1,"floor-level"],"formElements":[8,"form-elements"],"enableSearch":[4,"enable-search"],"showGuidingMsg":[4,"show-guiding-msg"],"showGuidingMsgWhileDrawing":[4,"show-guiding-msg-while-drawing"],"_editorLoading":[32],"_currentPage":[32],"_translations":[32],"submit":[64],"refresh":[64]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"isMobile":["isMobileHandler"],"_editorLoading":["_editorLoadingWatchHandler"]}],[0,"info-card",{"enableEditGeometry":[4,"enable-edit-geometry"],"graphics":[16],"isLoading":[4,"is-loading"],"isMobile":[4,"is-mobile"],"mapView":[16],"allowEditing":[4,"allow-editing"],"highlightEnabled":[4,"highlight-enabled"],"locale":[1],"paginationEnabled":[4,"pagination-enabled"],"position":[1],"_alertOpen":[32],"_count":[32],"_editRecordOpen":[32],"_mobileTitle":[32],"_showListView":[32],"_translations":[32],"getSelectedFeature":[64],"refresh":[64],"back":[64],"next":[64],"toggleListView":[64],"updateCurrentGraphic":[64]},[[8,"closeEdit","closeEdit"],[8,"layerSelectionChange","layerSelectionChange"],[8,"refreshGraphics","refreshGraphics"]],{"graphics":["graphicsWatchHandler"],"isMobile":["isMobileWatchHandler"],"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"]}],[1,"delete-button",{"deleteDialog":[8,"delete-dialog"],"buttonType":[1,"button-type"],"disabled":[4],"icon":[1],"ids":[16],"layer":[16],"locale":[1],"_confirmDelete":[32],"_deleteEndabled":[32],"_supportsDelete":[32],"_translations":[32]},null,{"ids":["idsWatchHandler"],"layer":["layerWatchHandler"],"locale":["localeWatchHandler"]}],[0,"edit-card",{"enableEditGeometry":[4,"enable-edit-geometry"],"graphics":[1040],"locale":[1],"mapView":[16],"open":[1028],"graphicIndex":[2,"graphic-index"],"_editorLoading":[32],"_translations":[32]},[[8,"featureSelectionChange","featureSelectionChange"]],{"graphics":["graphicsWatchHandler"],"locale":["localeWatchHandler"],"open":["openWatchHandler"]}]]],["p-1546373f",[[1,"map-tools",{"basemapConfig":[16],"enableLegend":[4,"enable-legend"],"enableFloorFilter":[4,"enable-floor-filter"],"enableFullscreen":[4,"enable-fullscreen"],"enableSearch":[4,"enable-search"],"enableBasemap":[4,"enable-basemap"],"enableHome":[4,"enable-home"],"enableSingleExpand":[4,"enable-single-expand"],"homeZoomToolsSize":[1,"home-zoom-tools-size"],"layout":[1],"locale":[1],"mapView":[16],"mapWidgetsSize":[1,"map-widgets-size"],"position":[1],"searchConfiguration":[16],"stackTools":[4,"stack-tools"],"toolOrder":[16],"_hasFloorInfo":[32],"_translations":[32],"_showTools":[32],"_showBasemapWidget":[32],"_showFloorFilter":[32],"_showFullscreen":[32],"_showLegendWidget":[32],"_showSearchWidget":[32]},null,{"locale":["localeWatchHandler"],"mapView":["mapViewWatchHandler"],"_showBasemapWidget":["_showBasemapWidgetWatchHandler"],"_showFloorFilter":["_showFloorFilterWatchHandler"],"_showFullscreen":["_showFullscreenWatchHandler"],"_showLegendWidget":["_showLegendWidgetWatchHandler"],"_showSearchWidget":["_showSearchWidgetWatchHandler"]}],[1,"map-picker",{"locale":[1],"mapInfos":[16],"isMapLayout":[4,"is-map-layout"],"_mapListExpanded":[32],"_translations":[32],"_webMapInfo":[32],"setMapByID":[64],"close":[64],"toggle":[64]},null,{"_webMapInfo":["_webMapInfoWatchHandler"],"locale":["localeWatchHandler"],"mapInfos":["mapInfosWatchHandler"]}],[1,"basemap-gallery",{"mapView":[16],"basemapConfig":[16],"basemapWidget":[16]},null,{"basemapConfig":["basemapConfigWatchHandler"],"mapView":["mapViewWatchHandler"]}],[1,"floor-filter",{"enabled":[4],"floorFilterWidget":[16],"mapView":[16]},null,{"mapView":["mapViewWatchHandler"],"enabled":["enabledWatchHandler"]}],[1,"map-fullscreen",{"mapView":[16],"fullscreenWidget":[16]},null,{"mapView":["mapViewWatchHandler"]}],[1,"map-legend",{"mapView":[16],"legendWidget":[16]},null,{"mapView":["mapViewWatchHandler"]}],[1,"map-search",{"mapView":[16],"popupEnabled":[4,"popup-enabled"],"resultGraphicEnabled":[4,"result-graphic-enabled"],"searchConfiguration":[16],"searchTerm":[1,"search-term"],"searchWidget":[16]},null,{"searchConfiguration":["watchSearchConfigurationHandler"],"mapView":["mapViewWatchHandler"]}]]]]'),e))));
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{c as q,e as E,h as L}from"./KS4B6LK4.js";import{c as I,d as z,e as A}from"./FXMO4NFQ.js";import{a as C,b as R}from"./6VFJT5QA.js";import{a as d}from"./V7JMIX7A.js";import{b as v}from"./G5GEKU4E.js";import{e as x,l as g}from"./7AD7VKZ6.js";import{a as y,b as w,d as B}from"./LIPHS6R3.js";import"./Y7BXR2VY.js";import{I as k,d as u,e as p,i as b,u as a,v as f,w as m}from"./5WIIOMNV.js";var F={container:"container"},$=u`:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{display:block;cursor:pointer}:host .container{position:relative;outline:2px solid transparent;outline-offset:2px}:host .radio{cursor:pointer;border-radius:9999px;background-color:var(--calcite-color-foreground-1);outline-color:transparent;transition-property:background-color,block-size,border-color,box-shadow,color,inset-block-end,inset-block-start,inset-inline-end,inset-inline-start,inset-size,opacity,outline-color,transform;transition-duration:var(--calcite-animation-timing);transition-timing-function:ease-in-out;box-shadow:inset 0 0 0 1px var(--calcite-color-border-input)}:host([hovered]) .radio,:host(:not([checked])[focused]:not([disabled])) .radio{box-shadow:inset 0 0 0 2px var(--calcite-color-brand)}:host([focused]) .radio{outline:2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));outline-offset:calc(2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}:host([disabled]) .radio{cursor:default;opacity:var(--calcite-opacity-disabled)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}:host([hovered][disabled]) .radio{box-shadow:inset 0 0 0 1px var(--calcite-color-border-input)}:host([scale=s]){--calcite-radio-size: var(--calcite-font-size--2)}:host([scale=m]){--calcite-radio-size: var(--calcite-font-size--1)}:host([scale=l]){--calcite-radio-size: var(--calcite-font-size-0)}.radio{block-size:var(--calcite-radio-size);max-inline-size:var(--calcite-radio-size);min-inline-size:var(--calcite-radio-size)}:host([scale=s][checked]) .radio,:host([hovered][scale=s][checked][disabled]) .radio{box-shadow:inset 0 0 0 4px var(--calcite-color-brand)}:host([scale=s][focused][checked]:not([disabled])) .radio{box-shadow:inset 0 0 0 4px var(--calcite-color-brand),0 0 0 2px var(--calcite-color-foreground-1)}:host([scale=m][checked]) .radio,:host([hovered][scale=m][checked][disabled]) .radio{box-shadow:inset 0 0 0 5px var(--calcite-color-brand)}:host([scale=m][focused][checked]:not([disabled])) .radio{box-shadow:inset 0 0 0 5px var(--calcite-color-brand),0 0 0 2px var(--calcite-color-foreground-1)}:host([scale=l][checked]) .radio,:host([hovered][scale=l][checked][disabled]) .radio{box-shadow:inset 0 0 0 6px var(--calcite-color-brand)}:host([scale=l][focused][checked]:not([disabled])) .radio{box-shadow:inset 0 0 0 6px var(--calcite-color-brand),0 0 0 2px var(--calcite-color-foreground-1)}@media (forced-colors: active){:host([checked]) .radio:after,:host([checked][disabled]) .radio:after{content:"";inline-size:var(--calcite-radio-size);block-size:var(--calcite-radio-size);background-color:windowText;display:block}}::slotted(input[slot=hidden-form-input]){margin:0!important;opacity:0!important;outline:none!important;padding:0!important;position:absolute!important;inset:0!important;transform:none!important;-webkit-appearance:none!important;z-index:-1!important}:host([hidden]){display:none}[hidden]{display:none}`,l=class extends f{constructor(){super(),this.checked=!1,this.disabled=!1,this.focused=!1,this.hovered=!1,this.required=!1,this.scale="m",this.calciteInternalRadioButtonBlur=a({cancelable:!1}),this.calciteInternalRadioButtonCheckedChange=a({cancelable:!1}),this.calciteInternalRadioButtonFocus=a({cancelable:!1}),this.calciteRadioButtonChange=a({cancelable:!1}),this.listen("pointerenter",this.pointerEnterHandler),this.listen("pointerleave",this.pointerLeaveHandler),this.listen("click",this.clickHandler),this.listen("keydown",this.handleKeyDown)}static{this.properties={checked:7,disabled:7,focused:7,form:3,hovered:7,label:1,name:3,required:7,scale:3,value:1}}static{this.styles=$}async emitCheckedChange(){this.calciteInternalRadioButtonCheckedChange.emit()}async setFocus(){await B(this),this.disabled||g(this.containerEl)}connectedCallback(){this.rootNode=this.el.getRootNode(),this.name&&this.checkLastRadioButton(),I(this),q(this),this.updateTabIndexOfOtherRadioButtonsInGroup(),super.connectedCallback()}load(){y(this)}willUpdate(e){this.hasUpdated&&e.has("checked")&&this.checkedChanged(this.checked),e.has("disabled")&&(this.hasUpdated||this.disabled!==!1)&&this.updateTabIndexOfOtherRadioButtonsInGroup(),e.has("name")&&this.checkLastRadioButton()}updated(){C(this)}loaded(){w(this),this.focused&&!this.disabled&&this.setFocus()}disconnectedCallback(){super.disconnectedCallback(),z(this),E(this),this.updateTabIndexOfOtherRadioButtonsInGroup()}checkedChanged(e){e&&this.uncheckOtherRadioButtonsInGroup(),this.calciteInternalRadioButtonCheckedChange.emit()}syncHiddenFormInput(e){e.type="radio"}selectItem(e,i){e[i].click()}queryButtons(){return Array.from(this.rootNode.querySelectorAll("calcite-radio-button:not([hidden])")).filter(e=>e.name===this.name)}isFocusable(){let e=this.queryButtons(),i=e.find(o=>!o.disabled),t=e.find(o=>o.checked);return i===this.el&&!t}check(){this.disabled||(this.focused=!0,this.setFocus(),!this.checked&&(this.uncheckAllRadioButtonsInGroup(),this.checked=!0,this.calciteRadioButtonChange.emit()))}clickHandler(){this.disabled||this.check()}onLabelClick(e){if(this.disabled||this.el.hidden)return;let i=e.currentTarget,t=i.for?this.rootNode.querySelector(`calcite-radio-button[id="${i.for}"]`):i.querySelector(`calcite-radio-button[name="${this.name}"]`);t&&(t.focused=!0,this.setFocus(),!t.checked&&(this.uncheckOtherRadioButtonsInGroup(),t.checked=!0,this.calciteRadioButtonChange.emit()))}checkLastRadioButton(){let e=this.queryButtons().filter(i=>i.checked);if(e?.length>1){let i=e[e.length-1];e.filter(t=>t!==i).forEach(t=>{t.checked=!1,t.emitCheckedChange()})}}setContainerEl(e){this.containerEl=e}uncheckAllRadioButtonsInGroup(){this.queryButtons().forEach(e=>{e.checked&&(e.checked=!1,e.focused=!1)})}uncheckOtherRadioButtonsInGroup(){this.queryButtons().filter(e=>e!==this.el).forEach(e=>{e.checked&&(e.checked=!1,e.focused=!1)})}updateTabIndexOfOtherRadioButtonsInGroup(){this.queryButtons().filter(e=>e!==this.el&&!e.disabled).forEach(e=>{e.manager?.component.requestUpdate()})}getTabIndex(){if(!this.disabled)return this.checked||this.isFocusable()?0:-1}pointerEnterHandler(){this.disabled||(this.hovered=!0)}pointerLeaveHandler(){this.disabled||(this.hovered=!1)}handleKeyDown(e){let i=["ArrowLeft","ArrowUp","ArrowRight","ArrowDown"," "],{key:t}=e,{el:o}=this;if(i.indexOf(t)===-1)return;if(t===" "){this.check(),e.preventDefault();return}let c=t;x(o)==="rtl"&&(t==="ArrowRight"&&(c="ArrowLeft"),t==="ArrowLeft"&&(c="ArrowRight"));let s=Array.from(this.rootNode.querySelectorAll("calcite-radio-button:not([hidden])")).filter(n=>n.name===this.name),r=0,h=s.length;switch(s.some((n,O)=>{if(n.checked)return r=O,!0}),c){case"ArrowLeft":case"ArrowUp":e.preventDefault(),this.selectItem(s,d(Math.max(r-1,-1),h));return;case"ArrowRight":case"ArrowDown":e.preventDefault(),this.selectItem(s,d(r+1,h));return;default:return}}onContainerBlur(){this.focused=!1,this.calciteInternalRadioButtonBlur.emit()}onContainerFocus(){this.disabled||(this.focused=!0,this.calciteInternalRadioButtonFocus.emit())}render(){let e=this.getTabIndex();return R({disabled:this.disabled,children:p`<div .ariaChecked=${this.checked} .ariaLabel=${A(this)} class=${m(F.container)} @blur=${this.onContainerBlur} @focus=${this.onContainerFocus} role=radio tabindex=${e??b} ${v(this.setContainerEl)}><div class="radio"></div></div>${L({component:this})}`})}};k("calcite-radio-button",l);export{l as RadioButton};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
var l=["date","datetime-local","month","number","range","time","week"],m=["email","password","search","tel","text","url"],u=["email","password","search","tel","text","textarea","url"];function a(t,n,e,r){let s=e.toLowerCase(),o=t[e];r&&o!=null?n.setAttribute(s,`${o}`):n.removeAttribute(s)}function x(t,n,e){e.type=t==="textarea"?"text":t;let r=l.includes(t),s=n;a(s,e,"min",r),a(s,e,"max",r),a(s,e,"step",r);let o=u.includes(t),i=n;a(i,e,"minLength",o),a(i,e,"maxLength",o);let c=m.includes(t);a(i,e,"pattern",c)}export{x as a};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as g,b as y}from"./6VFJT5QA.js";import{a}from"./TVLD3AOO.js";import{a as f}from"./V7HGGFTI.js";import"./IWHKNQVC.js";import{a as T}from"./VALEMC46.js";import{a as C,b as d}from"./G5GEKU4E.js";import{z as c}from"./7AD7VKZ6.js";import"./Y7BXR2VY.js";import{I as R,d as w,e as s,j as p,u as r,v as u,w as m}from"./5WIIOMNV.js";var v={lastVisibleRow:"last-visible-row"},S=w`:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{--calcite-internal-table-row-background: var(--calcite-table-row-background, var(--calcite-color-foreground-1));--calcite-internal-table-row-border-color: var(--calcite-table-row-border-color, transparent);display:contents}:host([hidden]){display:none}[hidden]{display:none}:host([disabled]) tr{pointer-events:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}tr{border-block-end:1px solid var(--calcite-internal-table-row-border-color);background-color:var(--calcite-internal-table-row-background)}tr.last-visible-row{border-block-end:0}`,h=class extends u{constructor(){super(),this.rowCells=[],this.tableRowSlotEl=C(),this.disabled=!1,this.interactionMode="interactive",this.numbered=!1,this.selected=!1,this.selectionMode="none",this.calciteInternalTableRowFocusRequest=r({cancelable:!1}),this.calciteInternalTableRowSelect=r({cancelable:!1}),this.calciteTableRowSelect=r({cancelable:!1}),this.handleSelectionOfRow=()=>{(this.rowType==="body"||this.rowType==="head"&&this.selectionMode==="multiple")&&this.calciteTableRowSelect.emit()},this.handleKeyboardSelection=e=>{T(e.key)&&(e.key===" "&&e.preventDefault(),this.handleSelectionOfRow())},this.listenOn(document,"calciteInternalTableRowFocusChange",this.calciteInternalTableRowFocusChangeHandler)}static{this.properties={alignment:3,bodyRowCount:9,cellCount:9,disabled:7,interactionMode:1,lastVisibleRow:5,numbered:5,positionAll:9,positionSection:9,positionSectionLocalized:1,readCellContentsToAT:5,rowType:1,scale:1,selected:7,selectedRowCount:9,selectedRowCountLocalized:1,selectionMode:1}}static{this.styles=S}load(){this.listenOn(this.el.shadowRoot,"slotchange",this.handleSlotChange)}willUpdate(e){(e.has("bodyRowCount")||e.has("scale")||e.has("selected")&&(this.hasUpdated||this.selected!==!1)||e.has("selectedRowCount")||e.has("interactionMode")&&(this.hasUpdated||this.interactionMode!=="interactive"))&&this.handleCellChanges(),(e.has("numbered")&&(this.hasUpdated||this.numbered!==!1)||e.has("selectionMode")&&(this.hasUpdated||this.selectionMode!=="none"))&&this.handleDelayedCellChanges(),e.has("selected")&&this.calciteInternalTableRowSelect.emit()}updated(){g(this)}loaded(){this.tableRowEl&&this.rowCells.length>0&&this.updateCells()}handleSlotChange(){this.updateCells()}handleCellChanges(){this.tableRowEl&&this.rowCells.length>0&&this.updateCells()}handleDelayedCellChanges(){this.tableRowEl&&this.rowCells.length>0&&requestAnimationFrame(()=>this.updateCells())}calciteInternalTableRowFocusChangeHandler(e){if(e.target.contains(this.el)){let l=e.detail.cellPosition,o=e.detail.rowPosition,i=e.detail.destination,t=e.detail.lastCell;if(o===this.positionAll){if(this.disabled){let b=i==="last"?"previous":i==="first"?"next":i;this.emitTableRowFocusRequest(l,this.positionAll,b);return}let n=t?this.rowCells[this.rowCells.length-1]:this.rowCells?.find((b,$)=>$+1===l);n&&n.setFocus()}}}keyDownHandler(e){if(this.interactionMode!=="interactive")return;let l=e.target,o=e.key,i=e.ctrlKey,t=this.rowCells;if(l.matches("calcite-table-cell")||l.matches("calcite-table-header"))switch(o){case"ArrowUp":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"previous"),e.preventDefault();break;case"ArrowDown":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"next"),e.preventDefault();break;case"PageUp":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"first"),e.preventDefault();break;case"PageDown":this.emitTableRowFocusRequest(l.positionInRow,this.positionAll,"last"),e.preventDefault();break;case"ArrowLeft":c(t,l,"previous",!1),e.preventDefault();break;case"ArrowRight":c(t,l,"next",!1),e.preventDefault();break;case"Home":i?(this.emitTableRowFocusRequest(1,this.positionAll,"first"),e.preventDefault()):(c(t,l,"first",!1),e.preventDefault());break;case"End":i?(this.emitTableRowFocusRequest(this.rowCells?.length,this.positionAll,"last",!0),e.preventDefault()):(c(t,l,"last",!1),e.preventDefault());break}}emitTableRowFocusRequest(e,l,o,i){this.calciteInternalTableRowFocusRequest.emit({cellPosition:e,rowPosition:l,destination:o,lastCell:i})}updateCells(){let e=this.alignment?this.alignment:this.rowType!=="head"?"center":"start",l=this.tableRowSlotEl.value?.assignedElements({flatten:!0})?.filter(t=>t.matches("calcite-table-cell")||t.matches("calcite-table-header")),o=Array.from(this.tableRowEl?.querySelectorAll("calcite-table-header, calcite-table-cell"))?.filter(t=>t.numberCell||t.selectionCell),i=o?o.concat(l):l;i.length>0&&i?.forEach((t,n)=>{t.interactionMode=this.interactionMode,t.lastCell=n===i.length-1,t.parentRowAlignment=e,t.parentRowIsSelected=this.selected,t.parentRowType=this.rowType,t.positionInRow=n+1,t.scale=this.scale,t.nodeName==="CALCITE-TABLE-CELL"&&(t.readCellContentsToAT=this.readCellContentsToAT,t.disabled=this.disabled)}),this.rowCells=i||[],this.cellCount=i?.length}renderSelectionIcon(){let e=this.selectionMode==="multiple"&&this.selected?"check-square-f":this.selectionMode==="multiple"?"square":this.selected?"circle-f":"circle";return s`<calcite-icon .icon=${e} .scale=${f(this.scale)}></calcite-icon>`}renderSelectableCell(){return this.rowType==="head"?a("selection-head",s`<calcite-table-header alignment=center .bodyRowCount=${this.bodyRowCount} @click=${this.handleSelectionOfRow} @keydown=${this.handleKeyboardSelection} .parentRowAlignment=${this.alignment} .selectedRowCount=${this.selectedRowCount} .selectedRowCountLocalized=${this.selectedRowCountLocalized} .selectionCell=${!0} .selectionMode=${this.selectionMode}></calcite-table-header>`):this.rowType==="body"?a("selection-body",s`<calcite-table-cell alignment=center @click=${this.handleSelectionOfRow} @keydown=${this.handleKeyboardSelection} .parentRowAlignment=${this.alignment} .parentRowIsSelected=${this.selected} .parentRowPositionLocalized=${this.positionSectionLocalized} .selectionCell=${!0}>${this.renderSelectionIcon()}</calcite-table-cell>`):a("selection-foot",s`<calcite-table-cell alignment=center .parentRowAlignment=${this.alignment} .selectionCell=${!0}></calcite-table-cell>`)}renderNumberedCell(){return this.rowType==="head"?a("numbered-head",s`<calcite-table-header alignment=center .numberCell=${!0} .parentRowAlignment=${this.alignment}></calcite-table-header>`):this.rowType==="body"?a("numbered-body",s`<calcite-table-cell alignment=center .numberCell=${!0} .parentRowAlignment=${this.alignment}>${this.positionSectionLocalized}</calcite-table-cell>`):a("numbered-foot",s`<calcite-table-cell alignment=center .numberCell=${!0} .parentRowAlignment=${this.alignment}></calcite-table-cell>`)}render(){return y({disabled:this.disabled,children:s`<tr .ariaRowIndex=${this.positionAll+1} .ariaSelected=${this.selected} class=${m({[v.lastVisibleRow]:this.lastVisibleRow})} @keydown=${this.keyDownHandler} ${d(e=>{e&&(this.tableRowEl=e,p(s`${this.numbered&&this.renderNumberedCell()||""}${this.selectionMode!=="none"&&this.renderSelectableCell()||""}<slot ${d(this.tableRowSlotEl)}></slot>`,e))})}></tr>`})}};R("calcite-table-row",h);export{h as TableRow};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as R}from"./A43TKJ6J.js";import{c as h,e as y,f as C,g as L,h as x,i as p}from"./62UA4F4S.js";import"./5E6WFGQD.js";import{a as H}from"./W2PJHNUO.js";import"./TVLD3AOO.js";import"./UIF5EHAA.js";import{b as d}from"./G5GEKU4E.js";import{h as b,j as k}from"./7AD7VKZ6.js";import{a as E}from"./Y7BXR2VY.js";import{I as w,d as m,e as v,u as n,v as g,w as l,z as T}from"./5WIIOMNV.js";var O={positionContainer:"position-container",container:"container"},I=300,D=500,S="aria-describedby";function P(s){let{referenceElement:e}=s;return(typeof e=="string"?k(s,{id:e}):e)||null}var u=class{constructor(){this.registeredElements=new WeakMap,this.registeredShadowRootCounts=new WeakMap,this.hoverOpenTimeout=null,this.hoverCloseTimeout=null,this.activeTooltip=null,this.registeredElementCount=0,this.clickedTooltip=null,this.queryTooltip=e=>{let{registeredElements:t}=this,i=e.find(o=>t.has(o));return t.get(i)},this.keyDownHandler=e=>{if(e.key==="Escape"&&!e.defaultPrevented){let{activeTooltip:t}=this;if(t?.open){this.clearHoverTimeout(),this.closeActiveTooltip();let i=P(t),o=e.composedPath();(i instanceof Element&&o.includes(i)||o.includes(t))&&e.preventDefault()}}},this.pointerMoveHandler=e=>{if(e.defaultPrevented)return;let t=e.composedPath(),{activeTooltip:i}=this,o=this.queryTooltip(t);if(this.pathHasOpenTooltip(o,t)){this.clearHoverTimeout();return}o!==this.clickedTooltip&&(o?this.openHoveredTooltip(o):i?.open&&this.closeHoveredTooltip(),this.clickedTooltip=null)},this.clickHandler=e=>{if(e.defaultPrevented)return;this.clickedTooltip=null;let t=e.composedPath(),i=this.queryTooltip(t);if(this.pathHasOpenTooltip(i,t)){this.clearHoverTimeout();return}if(this.closeActiveTooltip(),!!i){if(this.clearHoverTimeout(),i.closeOnClick){this.clickedTooltip=i,this.toggleTooltip(i,!1);return}this.toggleTooltip(i,!0)}},this.blurHandler=()=>{this.closeActiveTooltip()},this.focusInHandler=e=>{if(e.defaultPrevented)return;let t=e.composedPath(),i=this.queryTooltip(t);if(this.pathHasOpenTooltip(i,t)){this.clearHoverTimeout();return}i!==this.clickedTooltip&&(this.clickedTooltip=null,this.closeTooltipIfNotActive(i),i&&this.toggleFocusedTooltip(i,!0))},this.openHoveredTooltip=e=>{this.hoverOpenTimeout=window.setTimeout(()=>{this.hoverOpenTimeout!==null&&(this.clearHoverCloseTimeout(),this.closeTooltipIfNotActive(e),this.toggleTooltip(e,!0))},this.activeTooltip?.open?0:I)},this.closeHoveredTooltip=()=>{this.hoverCloseTimeout=window.setTimeout(()=>{this.hoverCloseTimeout!==null&&this.closeActiveTooltip()},D)}}registerElement(e,t){this.registeredElementCount++,this.registeredElements.set(e,t);let i=this.getReferenceElShadowRootNode(e);i&&this.registerShadowRoot(i),this.registeredElementCount===1&&this.addListeners()}unregisterElement(e){let t=this.getReferenceElShadowRootNode(e);t&&this.unregisterShadowRoot(t),this.registeredElements.delete(e)&&this.registeredElementCount--,this.registeredElementCount===0&&this.removeListeners()}pathHasOpenTooltip(e,t){let{activeTooltip:i}=this;return i?.open&&t.includes(i)||e?.open&&t.includes(e)}addShadowListeners(e){e.addEventListener("focusin",this.focusInHandler)}removeShadowListeners(e){e.removeEventListener("focusin",this.focusInHandler)}addListeners(){window.addEventListener("keydown",this.keyDownHandler),window.addEventListener("pointermove",this.pointerMoveHandler),window.addEventListener("click",this.clickHandler),window.addEventListener("focusin",this.focusInHandler),window.addEventListener("blur",this.blurHandler)}removeListeners(){window.removeEventListener("keydown",this.keyDownHandler),window.removeEventListener("pointermove",this.pointerMoveHandler),window.removeEventListener("click",this.clickHandler),window.removeEventListener("focusin",this.focusInHandler),window.removeEventListener("blur",this.blurHandler)}clearHoverOpenTimeout(){window.clearTimeout(this.hoverOpenTimeout),this.hoverOpenTimeout=null}clearHoverCloseTimeout(){window.clearTimeout(this.hoverCloseTimeout),this.hoverCloseTimeout=null}clearHoverTimeout(){this.clearHoverOpenTimeout(),this.clearHoverCloseTimeout()}closeTooltipIfNotActive(e){this.activeTooltip!==e&&this.closeActiveTooltip()}closeActiveTooltip(){let{activeTooltip:e}=this;e?.open&&this.toggleTooltip(e,!1)}toggleFocusedTooltip(e,t){t&&this.clearHoverTimeout(),this.toggleTooltip(e,t)}toggleTooltip(e,t){e.open=t,this.activeTooltip=t?e:null}registerShadowRoot(e){let{registeredShadowRootCounts:t}=this,i=t.get(e),o=Math.min((typeof i=="number"?i:0)+1,1);o===1&&this.addShadowListeners(e),t.set(e,o)}unregisterShadowRoot(e){let{registeredShadowRootCounts:t}=this,i=t.get(e),o=Math.max((typeof i=="number"?i:1)-1,0);o===0&&this.removeShadowListeners(e),t.set(e,o)}getReferenceElShadowRootNode(e){return e instanceof Element?b(e):null}},U=m`:host{position:relative;display:block;--calcite-floating-ui-z-index: var(--calcite-tooltip-z-index, var(--calcite-z-index-tooltip))}.position-container{inline-size:max-content;display:none;inset-block-start:0;left:0;z-index:var(--calcite-floating-ui-z-index)}.position-container .calcite-floating-ui-anim{position:relative;transition:var(--calcite-floating-ui-transition);transition-property:inset,left,opacity;opacity:0;box-shadow:0 0 16px #00000029;z-index:var(--calcite-z-index);border-radius:.25rem}.position-container[data-placement^=bottom] .calcite-floating-ui-anim{inset-block-start:-5px}.position-container[data-placement^=top] .calcite-floating-ui-anim{inset-block-start:5px}.position-container[data-placement^=left] .calcite-floating-ui-anim{left:5px}.position-container[data-placement^=right] .calcite-floating-ui-anim{left:-5px}.position-container[data-placement] .calcite-floating-ui-anim--active{opacity:1;inset-block-start:0;left:0}.calcite-floating-ui-arrow{pointer-events:none;position:absolute;z-index:calc(var(--calcite-z-index) * -1);fill:var(--calcite-color-foreground-1)}.calcite-floating-ui-arrow__stroke{stroke:var(--calcite-color-border-3)}.container{position:relative;overflow:hidden;padding-block:.75rem;padding-inline:1rem;font-size:var(--calcite-font-size--2);line-height:1.375;font-weight:var(--calcite-font-weight-medium);border-radius:var(--calcite-tooltip-corner-radius, var(--calcite-corner-radius-round));color:var(--calcite-tooltip-text-color, var(--calcite-color-text-1));max-inline-size:20rem;max-block-size:20rem;text-align:start}.position-container .calcite-floating-ui-anim{border-width:1px;border-style:solid;background-color:var(--calcite-tooltip-background-color, var(--calcite-color-foreground-1));border-color:var(--calcite-tooltip-border-color, var(--calcite-color-border-3));border-radius:var(--calcite-tooltip-corner-radius, var(--calcite-corner-radius-round))}.calcite-floating-ui-arrow{fill:var(--calcite-tooltip-background-color, var(--calcite-color-foreground-1))}.calcite-floating-ui-arrow__stroke{stroke:var(--calcite-tooltip-border-color, var(--calcite-color-border-3))}:host([hidden]){display:none}[hidden]{display:none}`,A=new u,f=class extends g{constructor(){super(...arguments),this.guid=`calcite-tooltip-${E()}`,this.transitionProp="opacity",this.floatingLayout="vertical",this.closeOnClick=!1,this.offsetDistance=p,this.offsetSkidding=0,this.open=!1,this.overlayPositioning="absolute",this.placement="auto",this.calciteTooltipBeforeClose=n({cancelable:!1}),this.calciteTooltipBeforeOpen=n({cancelable:!1}),this.calciteTooltipClose=n({cancelable:!1}),this.calciteTooltipOpen=n({cancelable:!1})}static{this.properties={floatingLayout:16,referenceEl:16,closeOnClick:7,label:1,offsetDistance:11,offsetSkidding:11,open:7,overlayPositioning:3,placement:3,referenceElement:1}}static{this.styles=U}async reposition(e=!1){let{referenceEl:t,placement:i,overlayPositioning:o,offsetDistance:r,offsetSkidding:a,arrowEl:c,floatingEl:z}=this;return y(this,{floatingEl:z,referenceEl:t,overlayPositioning:o,placement:i,offsetDistance:r,offsetSkidding:a,arrowEl:c,type:"tooltip"},e)}connectedCallback(){super.connectedCallback(),this.setUpReferenceElement(!0)}willUpdate(e){(e.has("offsetDistance")&&(this.hasUpdated||this.offsetDistance!==p)||e.has("offsetSkidding")&&(this.hasUpdated||this.offsetSkidding!==0)||e.has("overlayPositioning")&&(this.hasUpdated||this.overlayPositioning!=="absolute")||e.has("placement")&&(this.hasUpdated||this.placement!=="auto"))&&this.reposition(!0),e.has("open")&&(this.hasUpdated||this.open!==!1)&&this.openHandler(),e.has("referenceElement")&&this.setUpReferenceElement()}loaded(){this.referenceElement&&!this.referenceEl&&this.setUpReferenceElement()}disconnectedCallback(){super.disconnectedCallback(),this.removeReferences(),x(this)}openHandler(){H(this),this.reposition(!0)}onBeforeOpen(){this.calciteTooltipBeforeOpen.emit()}onOpen(){this.calciteTooltipOpen.emit()}onBeforeClose(){this.calciteTooltipBeforeClose.emit()}onClose(){this.calciteTooltipClose.emit(),C(this)}setFloatingEl(e){this.floatingEl=e,e&&requestAnimationFrame(()=>this.setUpReferenceElement())}setTransitionEl(e){this.transitionEl=e}setUpReferenceElement(e=!0){this.removeReferences(),this.referenceEl=P(this.el),L(this);let{el:t,referenceElement:i,referenceEl:o}=this;e&&i&&!o&&console.warn(`${t.tagName}: reference-element id "${i}" was not found.`,{el:t}),this.addReferences()}getId(){return this.el.id||this.guid}addReferences(){let{referenceEl:e}=this;if(!e)return;let t=this.getId();"setAttribute"in e&&e.setAttribute(S,t),A.registerElement(e,this.el)}removeReferences(){let{referenceEl:e}=this;e&&("removeAttribute"in e&&e.removeAttribute(S),A.unregisterElement(e))}render(){let{referenceEl:e,label:t,open:i,floatingLayout:o}=this,r=e&&i,a=!r;return this.el.inert=a,this.el.ariaLabel=t,this.el.ariaLive="polite",T(this.el,"id",this.getId()),this.el.role="tooltip",v`<div class=${l(O.positionContainer)} ${d(this.setFloatingEl)}><div class=${l({[h.animation]:!0,[h.animationActive]:r})} ${d(this.setTransitionEl)}>${R({floatingLayout:o,ref:c=>this.arrowEl=c})}<div class=${l(O.container)}><slot></slot></div></div></div>`}};w("calcite-tooltip",f);export{f as Tooltip};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{b as _}from"./3AWHEFUT.js";import"./OJCYBIGG.js";var r={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_f\xE9vrier_mars_avril_mai_juin_juillet_ao\xFBt_septembre_octobre_novembre_d\xE9cembre".split("_"),monthsShort:"janv._f\xE9vr._mars_avr._mai_juin_juil._ao\xFBt_sept._oct._nov._d\xE9c.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){var a=e===1?"er":"";return""+e+a}};_.locale(r,null,!0);var s=r;export{s as default};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as y}from"./WI77ICVL.js";import{a as A}from"./24P6DEQH.js";import{b as f}from"./G5GEKU4E.js";import{v as S,z as l}from"./7AD7VKZ6.js";import{a as I}from"./Y7BXR2VY.js";import{I as v,d as u,e as a,f as b,i as h,u as c,v as g,w as r}from"./5WIIOMNV.js";var p={actionIcon:"action-icon",actionIconStart:"action-icon--start",actionIconEnd:"action-icon--end",actionContainer:"action-container",stepBarContainer:"step-bar-container",singleView:"single-view"},o={stepBar:"step-bar",stepBarActive:"step-bar--active",stepBarComplete:"step-bar--complete",stepBarDisabled:"step-bar--disabled",stepBarError:"step-bar--error",stepBarInActive:"step-bar--inactive"},E=({disabled:d,active:e,complete:t,error:i})=>a`<svg class=${r({[o.stepBar]:!0})}>${b`<rect class=${r({[o.stepBarActive]:e,[o.stepBarComplete]:t,[o.stepBarDisabled]:d,[o.stepBarError]:i,[o.stepBarInActive]:!0})} width=100% x=0 y=0 />`}</svg>`,P=u`:host([scale=s]){--calcite-internal-stepper-item-spacing-unit-s: .25rem;--calcite-internal-stepper-action-block-size: 2.75rem;--calcite-internal-stepper-action-inline-size: 2rem;--calcite-internal-step-bar-gap: .25rem}:host([scale=m]){--calcite-internal-stepper-item-spacing-unit-s: .5rem;--calcite-internal-stepper-action-block-size: 3.25rem;--calcite-internal-stepper-action-inline-size: 2.5rem}:host([scale=l]){--calcite-internal-stepper-item-spacing-unit-s: .75rem;--calcite-internal-stepper-action-block-size: 4rem;--calcite-internal-stepper-action-inline-size: 3rem;--calcite-internal-step-bar-gap: .75rem}:host{display:flex}.container{position:relative;display:flex;inline-size:100%;min-inline-size:fit-content;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:space-between}:host([layout=vertical]) .container{flex:1 1 auto;flex-direction:column}:host([layout=horizontal]) .container,:host([layout=horizontal-single]) .container{display:grid;grid-template-areas:"items" "content";gap:.5rem var(--calcite-internal-stepper-item-spacing-unit-s)}:host([layout=horizontal][scale=s]) .container,:host([layout=horizontal-single][scale=s]) .container{gap:.25rem var(--calcite-internal-stepper-item-spacing-unit-s)}:host([layout=horizontal][scale=l]) .container,:host([layout=horizontal-single][scale=l]) .container{gap:.75rem var(--calcite-internal-stepper-item-spacing-unit-s)}:host([layout=horizontal]) .container.single-view{display:flex;grid-template-columns:none}.action-icon{position:relative;display:flex;flex-grow:0;block-size:var(--calcite-internal-stepper-action-block-size);inline-size:var(--calcite-internal-stepper-action-inline-size)}.action-container{position:absolute;display:flex;justify-content:space-between;padding-block:.25rem;inline-size:100%}.step-bar{display:flex;block-size:100%;inline-size:100%}.step-bar-container{position:absolute;display:flex;align-items:flex-start;justify-content:space-between;block-size:.125rem;inline-size:100%;gap:var(--calcite-internal-step-bar-gap, .5rem)}.step-bar--inactive{fill:var(--calcite-color-border-3, #dfdfdf);fill-opacity:1;block-size:100%}.step-bar--active{fill:var(--calcite-color-brand)}.step-bar--complete{fill:var(--calcite-color-brand);fill-opacity:.5}.step-bar--error{fill:var(--calcite-color-status-danger)}.step-bar--disabled{opacity:.5}:host([hidden]){display:none}[hidden]{display:none}`,m=class extends g{constructor(){super(),this.enabledItems=[],this.guid=`calcite-stepper-action-${I()}`,this.itemMap=new Map,this.items=[],this.multipleViewMode=!1,this.mutationObserver=y("mutation",()=>this.updateItems()),this.icon=!1,this.layout="horizontal",this.messages=A(),this.numbered=!1,this.scale="m",this.selectedItem=null,this.calciteInternalStepperItemChange=c({cancelable:!1}),this.calciteStepperChange=c({cancelable:!1}),this.calciteStepperItemChange=c({cancelable:!1}),this.listen("calciteInternalStepperItemKeyEvent",this.calciteInternalStepperItemKeyEvent),this.listen("calciteInternalStepperItemRegister",this.registerItem),this.listen("calciteInternalStepperItemSelect",this.updateItem),this.listen("calciteStepperItemSelect",this.handleItemSelect)}static{this.properties={currentActivePosition:16,icon:7,layout:3,messageOverrides:0,numbered:7,numberingSystem:3,scale:3,selectedItem:0}}static{this.styles=P}async endStep(){let e=this.getEnabledStepIndex(this.items.length-1,"previous");typeof e=="number"&&this.updateStep(e)}async goToStep(e){let t=e-1;this.currentActivePosition!==t&&this.updateStep(t)}async nextStep(){let e=this.getEnabledStepIndex(this.currentActivePosition+1,"next");typeof e=="number"&&this.updateStep(e)}async prevStep(){let e=this.getEnabledStepIndex(this.currentActivePosition-1,"previous");typeof e=="number"&&this.updateStep(e)}async startStep(){let e=this.getEnabledStepIndex(0,"next");typeof e=="number"&&this.updateStep(e)}connectedCallback(){super.connectedCallback(),this.mutationObserver?.observe(this.el,{childList:!0}),this.updateItems()}willUpdate(e){(e.has("icon")&&(this.hasUpdated||this.icon!==!1)||e.has("layout")&&(this.hasUpdated||this.layout!=="horizontal")||e.has("numbered")&&(this.hasUpdated||this.numbered!==!1)||e.has("scale")&&(this.hasUpdated||this.scale!=="m"))&&(this.updateItems(),this.determineActiveStepper()),e.has("numberingSystem")&&this.setStepperItemNumberingSystem(),e.has("currentActivePosition")&&requestAnimationFrame(()=>{this.determineActiveStepper()})}loaded(){if(typeof this.currentActivePosition!="number"){let e=this.getFirstEnabledStepperPosition();e===0&&(this.currentActivePosition=e),this.calciteInternalStepperItemChange.emit({position:e})}}disconnectedCallback(){super.disconnectedCallback(),this.mutationObserver?.disconnect()}calciteInternalStepperItemKeyEvent(e){let t=e.detail.item,i=e.target;switch(t.key){case"ArrowDown":case"ArrowRight":l(this.enabledItems,i,"next");break;case"ArrowUp":case"ArrowLeft":l(this.enabledItems,i,"previous");break;case"Home":l(this.enabledItems,i,"first");break;case"End":l(this.enabledItems,i,"last");break}e.stopPropagation()}registerItem(e){let t=e.target,{content:i,position:n}=e.detail;this.itemMap.set(t,{position:n,content:i}),this.enabledItems=this.filterItems(),e.stopPropagation()}updateItem(e){let{position:t}=e.detail;typeof t=="number"&&(this.currentActivePosition=t,this.selectedItem=e.target),this.calciteInternalStepperItemChange.emit({position:t})}handleItemSelect(){this.emitItemSelect()}emitItemSelect(){this.calciteStepperItemChange.emit(),this.calciteStepperChange.emit()}updateItems(){this.el.querySelectorAll("calcite-stepper-item").forEach(e=>{e.icon=this.icon,e.numbered=this.numbered,e.layout=this.layout,e.scale=this.scale})}determineActiveStepper(){let{items:e}=this;if(e.length<2)return;let{currentActivePosition:t,layout:i}=this;this.multipleViewMode=i!=="horizontal-single",e.forEach((n,s)=>{n.hidden=i==="horizontal-single"&&s!==(t||0)})}getEnabledStepIndex(e,t="next"){let{items:i,currentActivePosition:n}=this,s=e;for(;i[s]?.disabled&&this.layout!=="horizontal-single";)s=s+(t==="previous"?-1:1);return s!==n&&s<i.length&&s>=0?s:null}updateStep(e){this.currentActivePosition=e,this.calciteInternalStepperItemChange.emit({position:e})}filterItems(){return this.items.filter(e=>!e.disabled)}setStepperItemNumberingSystem(){this.items.forEach(e=>{e.numberingSystem=this.numberingSystem})}handleActionClick(e){let t=this.currentActivePosition;e.target.getAttribute("data-position")==="start"?this.prevStep():this.nextStep(),typeof this.currentActivePosition=="number"&&t!==this.currentActivePosition&&!this.items[this.currentActivePosition].disabled&&this.emitItemSelect()}getFirstEnabledStepperPosition(){let e=this.items.findIndex(t=>!t.disabled);return e>-1?e:0}setContainerEl(e){this.containerEl=e}handleDefaultSlotChange(e){let t=S(e).filter(n=>n?.tagName==="CALCITE-STEPPER-ITEM");this.items=t;let i=Array(t.length).fill("1fr").join(" ");this.containerEl.style.gridTemplateAreas=i,this.containerEl.style.gridTemplateColumns=i,this.setStepperItemNumberingSystem()}render(){return this.el.ariaLabel=this.messages.label,this.el.role="region",a`<div class=${r({container:!0,[p.singleView]:this.layout==="horizontal-single"})} ${f(this.setContainerEl)}>${this.layout==="horizontal-single"&&a`<div class=${r({[p.stepBarContainer]:!0})}>${this.items.map((e,t)=>E({active:t===this.currentActivePosition,complete:e.complete&&t!==this.currentActivePosition&&!e.error,disabled:e.disabled&&t!==this.currentActivePosition,error:e.error&&t!==this.currentActivePosition}))}</div>`||""}${this.layout==="horizontal-single"&&a`<div class=${r({[p.actionContainer]:!0})}>${this.renderAction("start")}${this.renderAction("end")}</div>`||""}<slot @slotchange=${this.handleDefaultSlotChange}></slot></div>`}renderAction(e){let t=e==="start",i=t?"chevron-left":"chevron-right",{currentActivePosition:n,multipleViewMode:s,layout:z}=this,x=this.items.length,C=`${this.guid}-${t?"start":"end"}`;return z==="horizontal-single"&&!s?a`<calcite-action alignment=center appearance=transparent class=${r({[p.actionIcon]:!0})} compact data-position=${e??h} .disabled=${n===0&&t||n===x-1&&!t} .icon=${i} icon-flip-rtl id=${C??h} @click=${this.handleActionClick} .scale=${this.scale} .text=${t?this.messages.previousStep:this.messages.nextStep}></calcite-action>`:null}};v("calcite-stepper",m);export{m as Stepper};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as ie,b as T}from"./Z2FJJLZ3.js";import{a as W,k as L}from"./XYEB5PRT.js";import{a as ae}from"./TNN7X24K.js";import{c as Y,e as Z,f as ee,h as te}from"./KS4B6LK4.js";import{c as K,d as J,e as Q}from"./FXMO4NFQ.js";import{a as q,b as j}from"./6VFJT5QA.js";import{a as B}from"./TVLD3AOO.js";import{a as G}from"./VALEMC46.js";import{a as N}from"./24P6DEQH.js";import{b as R}from"./G5GEKU4E.js";import{q as H,x as _}from"./7AD7VKZ6.js";import{a as A,b as I,d as U}from"./LIPHS6R3.js";import{a as X}from"./Y7BXR2VY.js";import{A as O,I as E,d as z,e as x,i as P,u as w,v as C,w as g,x as $,z as F}from"./5WIIOMNV.js";var l={container:"container",containerRange:"container--range",graph:"graph",handle:"handle",handleExtension:"handle-extension",handleLabel:"handle__label",handleLabelMinValue:"handle__label--minValue",handleLabelValue:"handle__label--value",hyphen:"hyphen",hyphenWrap:"hyphen--wrap",static:"static",thumb:"thumb",thumbActive:"thumb--active",thumbContainer:"thumb-container",thumbMinValue:"thumb--minValue",thumbPrecise:"thumb--precise",thumbValue:"thumb--value",tick:"tick",tickActive:"tick--active",tickLabel:"tick__label",tickMax:"tick__label--max",tickMin:"tick__label--min",ticks:"ticks",track:"track",trackRange:"track__range",transformed:"transformed"},se={validationMessage:"validationMessage"},le=250,ne=z`@charset "UTF-8";:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}.scale--s{--calcite-slider-handle-size: .625rem;--calcite-slider-handle-extension-height: .4rem;--calcite-slider-container-font-size: var(--calcite-font-size--3)}.scale--s .handle__label,.scale--s .tick__label{line-height:.75rem}.scale--m{--calcite-slider-handle-size: .875rem;--calcite-slider-handle-extension-height: .5rem;--calcite-slider-container-font-size: var(--calcite-font-size--2)}.scale--m .handle__label,.scale--m .tick__label{line-height:1rem}.scale--l{--calcite-slider-handle-size: 1rem;--calcite-slider-handle-extension-height: .65rem;--calcite-slider-container-font-size: var(--calcite-font-size--1)}.scale--l .handle__label,.scale--l .tick__label{line-height:1rem}.handle__label,.tick__label{font-weight:var(--calcite-font-weight-medium);color:var(--calcite-slider-text-color, var(--calcite-color-text-2));font-size:var(--calcite-slider-container-font-size)}:host{display:block}:host .validation-container{padding-block-start:0!important}.container{position:relative;display:block;overflow-wrap:normal;word-break:normal;padding-inline:calc(var(--calcite-slider-handle-size) * .5);padding-block:calc(var(--calcite-slider-handle-size) * .5);margin-block:calc(var(--calcite-slider-handle-size) * .5);margin-inline:0;--calcite-slider-full-handle-height: calc( var(--calcite-slider-handle-size) + var(--calcite-slider-handle-extension-height) );touch-action:none;-webkit-user-select:none;user-select:none}:host([disabled]) .track__range,:host([disabled]) .tick--active{background-color:var(--calcite-color-text-3)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}.scale--s .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -.375rem}.scale--m .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -.5rem}.scale--l .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -.55rem}:host([precise]:not([has-histogram])) .container .thumb--value{--calcite-slider-thumb-y-offset: calc(var(--calcite-slider-full-handle-height) * -1)}.thumb-container{position:relative;max-inline-size:100%}.thumb{--calcite-slider-thumb-x-offset: calc(var(--calcite-slider-handle-size) * .5);position:absolute;margin:0;display:flex;cursor:pointer;flex-direction:column;align-items:center;border-style:none;background-color:transparent;padding:0;font-family:inherit;outline:2px solid transparent;outline-offset:2px;transform:translate(var(--calcite-slider-thumb-x-offset),var(--calcite-slider-thumb-y-offset))}.thumb .handle__label{white-space:nowrap}.thumb .handle__label.static,.thumb .handle__label.transformed{position:absolute;inset-block:0px;opacity:0}.thumb .handle__label.hyphen:after{content:"\u2014";display:inline-block;inline-size:1em}.thumb .handle__label.hyphen--wrap{display:flex}.thumb .handle{box-sizing:border-box;border-radius:9999px;outline-color:transparent;background-color:var(--calcite-slider-handle-fill-color, var(--calcite-color-foreground-1));block-size:var(--calcite-slider-handle-size);inline-size:var(--calcite-slider-handle-size);box-shadow:0 0 0 2px var(--calcite-color-text-3) inset;transition:border var(--calcite-internal-animation-timing-medium) ease,background-color var(--calcite-internal-animation-timing-medium) ease,box-shadow var(--calcite-animation-timing) ease}.thumb .handle-extension{inline-size:.125rem;block-size:var(--calcite-slider-handle-extension-height);background-color:var(--calcite-slider-handle-extension-color, var(--calcite-color-text-3))}.thumb:hover .handle{box-shadow:0 0 0 3px var(--calcite-color-brand) inset}.thumb:hover .handle-extension{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand))}.thumb:focus .handle{outline:2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));outline-offset:calc(2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}.thumb:focus .handle-extension{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand))}.thumb.thumb--minValue{transform:translate(calc(var(--calcite-slider-thumb-x-offset) * -1),var(--calcite-slider-thumb-y-offset))}.thumb.thumb--precise{--calcite-slider-thumb-y-offset: -.125rem}:host([label-handles]) .thumb{--calcite-slider-thumb-x-offset: 50%}:host([label-handles]):host(:not([has-histogram])) .scale--s .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -1.4375rem}:host([label-handles]):host(:not([has-histogram])) .scale--m .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -1.875rem}:host([label-handles]):host(:not([has-histogram])) .scale--l .thumb:not(.thumb--precise){--calcite-slider-thumb-y-offset: -2rem}:host([has-histogram][label-handles]) .handle__label,:host([label-handles]:not([has-histogram])) .thumb--minValue.thumb--precise .handle__label{margin-block-start:.5em}:host(:not([has-histogram]):not([precise])) .handle__label,:host([label-handles]:not([has-histogram])) .thumb--value .handle__label{margin-block-end:.5em}:host([label-handles][precise]):host(:not([has-histogram])) .scale--s .thumb--value{--calcite-slider-thumb-y-offset: -2.075rem}:host([label-handles][precise]):host(:not([has-histogram])) .scale--m .thumb--value{--calcite-slider-thumb-y-offset: -2.75rem}:host([label-handles][precise]):host(:not([has-histogram])) .scale--l .thumb--value{--calcite-slider-thumb-y-offset: -3.0625rem}.thumb:focus .handle,.thumb--active .handle{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand));box-shadow:0 0 8px #00000029}.thumb:hover.thumb--precise:after,.thumb:focus.thumb--precise:after,.thumb--active.thumb--precise:after{background-color:var(--calcite-slider-accent-color, var(--calcite-color-brand))}.track{position:relative;block-size:.125rem;border-radius:0;background-color:var(--calcite-slider-track-color, var(--calcite-color-border-2));transition:all var(--calcite-internal-animation-timing-medium) ease-in}.track__range{position:absolute;inset-block-start:0px;block-size:.125rem;background-color:var(--calcite-slider-track-fill-color, var(--calcite-color-brand))}.container--range .track__range:hover{cursor:ew-resize}.container--range .track__range:after{position:absolute;inline-size:100%;content:"";inset-block-start:calc(var(--calcite-slider-full-handle-height) * .5 * -1);block-size:calc(var(--calcite-slider-handle-size) + var(--calcite-slider-handle-extension-height))}@media (forced-colors: active){.thumb{outline-width:0;outline-offset:0}.handle{outline:2px solid transparent;outline-offset:2px}.thumb:focus .handle,.thumb .handle-extension,.thumb:hover .handle-extension,.thumb:focus .handle-extension,.thumb:active .handle-extension{background-color:canvasText}.track{background-color:canvasText}.track__range{background-color:highlight}}.tick{position:absolute;block-size:.25rem;inline-size:.125rem;border-width:1px;border-style:solid;background-color:var(--calcite-slider-tick-color, var(--calcite-color-border-input));border-color:var(--calcite-slider-tick-border-color, var(--calcite-color-foreground-1));inset-block-start:-2px;pointer-events:none;margin-inline-start:-.125rem}.tick--active{background-color:var(--calcite-slider-tick-selected-color, var(--calcite-color-brand))}.tick__label{pointer-events:none;margin-block-start:.875rem;display:flex;justify-content:center}.tick__label--min{transition:opacity var(--calcite-animation-timing)}.tick__label--max{transition:opacity var(--calcite-internal-animation-timing-fast)}:host([has-histogram][label-handles]) .tick__label--min,:host([has-histogram][label-handles]) .tick__label--max,:host([has-histogram][precise]) .tick__label--min,:host([has-histogram][precise]) .tick__label--max{font-weight:var(--calcite-font-weight-normal);color:var(--calcite-color-text-3)}.graph{color:var(--calcite-slider-graph-color, var(--calcite-color-foreground-3));block-size:48px}:host([label-ticks][ticks]) .container{padding-block-end:calc(.875rem + var(--calcite-slider-container-font-size))}:host([has-histogram]):host([precise][label-handles]) .container{padding-block-end:calc(var(--calcite-slider-full-handle-height) + 1em)}:host([has-histogram]):host([label-handles]:not([precise])) .container{padding-block-end:calc(var(--calcite-slider-handle-size) * .5 + 1em)}:host([has-histogram]):host([precise]:not([label-handles])) .container{padding-block-end:var(--calcite-slider-full-handle-height)}:host(:not([has-histogram])):host([precise]:not([label-handles])) .container{padding-block-start:var(--calcite-slider-full-handle-height)}:host(:not([has-histogram])):host([precise]:not([label-handles])) .container--range{padding-block-end:var(--calcite-slider-full-handle-height)}:host(:not([has-histogram])):host([label-handles]:not([precise])) .container{padding-block-start:calc(var(--calcite-slider-full-handle-height) + 4px)}:host(:not([has-histogram])):host([label-handles][precise]) .container{padding-block-start:calc(var(--calcite-slider-full-handle-height) + var(--calcite-slider-container-font-size) + 4px)}:host(:not([has-histogram])):host([label-handles][precise]) .container--range{padding-block-end:calc(var(--calcite-slider-full-handle-height) + var(--calcite-slider-container-font-size) + 4px)}.validation-container{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}:host([scale=m]) .validation-container,:host([scale=l]) .validation-container{padding-block-start:.5rem}:host([scale=s]) .validation-container{padding-block-start:.25rem}::slotted(input[slot=hidden-form-input]){margin:0!important;opacity:0!important;outline:none!important;padding:0!important;position:absolute!important;inset:0!important;transform:none!important;-webkit-appearance:none!important;z-index:-1!important}:host([hidden]){display:none}[hidden]{display:none}`;function p(S){return Array.isArray(S)}var D=class extends C{constructor(){super(),this.activeProp="value",this.dragEnd=e=>{this.disabled||(this.removeDragListeners(),this.focusActiveHandle(e.clientX),this.lastDragPropValue!=this[this.dragProp]&&this.emitChange(),this.dragProp=null,this.lastDragPropValue=null,this.minValueDragRange=null,this.maxValueDragRange=null,this.minMaxValueRange=null)},this.dragUpdate=e=>{if(!this.disabled&&(e.preventDefault(),this.dragProp)){let t=this.mapToRange(e.clientX||e.pageX);if(p(this.value)&&this.dragProp==="minMaxValue")if(this.minValueDragRange&&this.maxValueDragRange&&this.minMaxValueRange){let a=t-this.minValueDragRange,i=t+this.maxValueDragRange;i<=this.max&&a>=this.min&&i-a===this.minMaxValueRange&&this.setValue({minValue:this.clamp(a,"minValue"),maxValue:this.clamp(i,"maxValue")})}else this.minValueDragRange=t-this.minValue,this.maxValueDragRange=this.maxValue-t,this.minMaxValueRange=this.maxValue-this.minValue;else this.setValue({[this.dragProp]:this.clamp(t,this.dragProp)})}},this.formatValue=e=>(L.numberFormatOptions={locale:this.messages._lang,numberingSystem:this.numberingSystem,useGrouping:this.groupSeparator},L.localize(e.toString())),this.guid=`calcite-slider-${X()}`,this.messages=N({name:null}),this.pointerUpDragEnd=e=>{this.disabled||!_(e)||this.dragEnd(e)},this.maxValueDragRange=null,this.minMaxValueRange=null,this.minValueDragRange=null,this.tickValues=[],this.disabled=!1,this.fillPlacement="start",this.groupSeparator=!1,this.hasHistogram=!1,this.labelHandles=!1,this.labelTicks=!1,this.max=100,this.min=0,this.mirrored=!1,this.precise=!1,this.required=!1,this.scale="m",this.snap=!1,this.status="idle",this.step=1,this.validity={valid:!1,badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1},this.value=0,this.calciteSliderChange=w({cancelable:!1}),this.calciteSliderInput=w({cancelable:!1}),this.listen("pointerdown",this.pointerDownHandler),this.listen("keydown",this.handleKeyDown),this.listen("touchstart",this.handleTouchStart)}static{this.properties={maxValueDragRange:16,minMaxValueRange:16,minValueDragRange:16,tickValues:16,disabled:7,fillPlacement:3,form:3,groupSeparator:7,hasHistogram:7,histogram:0,histogramStops:0,labelFormatter:0,labelHandles:7,labelTicks:7,max:11,maxLabel:1,maxValue:9,min:11,minLabel:1,minValue:9,mirrored:7,name:3,numberingSystem:1,pageStep:11,precise:7,required:7,scale:3,snap:7,status:3,step:11,ticks:11,validationIcon:[3,{converter:O}],validationMessage:1,validity:0,value:11}}static{this.shadowRootOptions={mode:"open",delegatesFocus:!0}}static{this.styles=ne}async setFocus(){await U(this),(this.minHandle?this.minHandle:this.maxHandle)?.focus()}connectedCallback(){super.connectedCallback(),this.setMinMaxFromValue(),this.setValueFromMinMax(),K(this),Y(this)}load(){A(this),p(this.value)||(this.value=this.snap?this.getClosestStep(this.value):this.clamp(this.value)),ee(this,this.value)}willUpdate(e){e.has("histogram")&&(this.hasHistogram=!!this.histogram),e.has("ticks")&&(this.tickValues=this.generateTickValues()),e.has("value")&&(this.hasUpdated||this.value!==0)&&this.setMinMaxFromValue(),(e.has("minValue")||e.has("maxValue"))&&this.setValueFromMinMax()}updated(){this.labelHandles&&(this.adjustHostObscuredHandleLabel("value"),p(this.value)&&(this.adjustHostObscuredHandleLabel("minValue"),this.precise&&!this.hasHistogram||this.hyphenateCollidingRangeHandleLabels())),this.hideObscuredBoundingTickLabels(),q(this)}loaded(){I(this)}disconnectedCallback(){super.disconnectedCallback(),J(this),Z(this),this.removeDragListeners()}handleKeyDown(e){let t=this.shouldMirror(),{activeProp:a,max:i,min:s,pageStep:r,step:o}=this,n=this[a],{key:h}=e;if(G(h)){e.preventDefault();return}let m;if(h==="ArrowUp"||h==="ArrowRight"?m=n+o*(t&&h==="ArrowRight"?-1:1):h==="ArrowDown"||h==="ArrowLeft"?m=n-o*(t&&h==="ArrowLeft"?-1:1):h==="PageUp"?r&&(m=n+r):h==="PageDown"?r&&(m=n-r):h==="Home"?m=s:h==="End"&&(m=i),isNaN(m))return;e.preventDefault();let d=Number(m.toFixed(T(o)));this.setValue({[a]:this.clamp(d,a)})}pointerDownHandler(e){if(this.disabled||!_(e))return;let t=e.clientX||e.pageX,a=this.mapToRange(t),i="value";p(this.value)&&(a>=this.minValue&&a<=this.maxValue&&this.lastDragProp==="minMaxValue"?i="minMaxValue":i=Math.abs(this.maxValue-a)<Math.abs(this.minValue-a)||a>=this.maxValue?"maxValue":"minValue"),this.lastDragPropValue=this[i],this.dragStart(i),this.el.shadowRoot.querySelector(`.${l.thumb}:active`)||this.setValue({[i]:this.clamp(a,i)}),this.focusActiveHandle(t)}handleTouchStart(e){e.preventDefault()}buildThumbType(e){let t=[e];return this.labelHandles&&t.push("labeled"),this.precise&&t.push("precise"),this.hasHistogram&&t.push("histogram"),t.join("-")}setValueFromMinMax(){let{minValue:e,maxValue:t}=this;typeof e=="number"&&typeof t=="number"&&(this.value=[e,t])}setMinMaxFromValue(){let{value:e}=this;p(e)&&(this.minValue=e[0],this.maxValue=e[1])}onLabelClick(){this.setFocus()}shouldMirror(){return this.mirrored&&!this.hasHistogram}shouldUseMinValue(){return p(this.value)?this.hasHistogram&&this.maxValue===0||!this.hasHistogram&&this.minValue===0:!1}getTickDensity(){let e=(this.max-this.min)/this.ticks/le;return e<1?1:e}generateTickValues(){let e=this.ticks??0;if(e<=0)return[];let t=[this.min],a=this.getTickDensity(),i=e*a,s=this.min;for(;s<this.max;)s+=i,t.push(Math.min(s,this.max));return t.includes(this.max)||t.push(this.max),t}onThumbBlur(){this.activeProp=null}onThumbFocus(e){let t=e.currentTarget;this.activeProp=t.getAttribute("data-value-prop")}onThumbPointerDown(e){let t=e.currentTarget;this.pointerDownDragStart(e,t.getAttribute("data-value-prop"))}onTrackPointerDown(e){this.pointerDownDragStart(e,"minMaxValue")}pointerDownDragStart(e,t){_(e)&&this.dragStart(t)}dragStart(e){this.dragProp=e,this.lastDragProp=this.dragProp,this.activeProp=e,window.addEventListener("pointermove",this.dragUpdate),window.addEventListener("pointerup",this.pointerUpDragEnd),window.addEventListener("pointercancel",this.dragEnd)}focusActiveHandle(e){this.dragProp==="minValue"?this.minHandle.focus():this.dragProp==="maxValue"||this.dragProp==="value"?this.maxHandle.focus():this.dragProp==="minMaxValue"&&this.getClosestHandle(e).focus()}emitInput(){this.calciteSliderInput.emit()}emitChange(){this.calciteSliderChange.emit()}removeDragListeners(){window.removeEventListener("pointermove",this.dragUpdate),window.removeEventListener("pointerup",this.pointerUpDragEnd),window.removeEventListener("pointercancel",this.dragEnd)}setValue(e){let t;Object.keys(e).forEach(a=>{let i=e[a];t||(t=this[a]!==i),this[a]=i}),t&&(this.dragProp||this.emitChange(),this.emitInput())}storeTrackRef(e){this.trackEl=e}storeThumbRef(e){e&&(e.getAttribute("data-value-prop")==="minValue"?this.minHandle=e:this.maxHandle=e)}clamp(e,t){return e=ie(e,this.min,this.max),t==="maxValue"&&(e=Math.max(e,this.minValue)),t==="minValue"&&(e=Math.min(e,this.maxValue)),e}mapToRange(e){let t=this.max-this.min,{left:a,width:i}=this.trackEl.getBoundingClientRect(),s=(e-a)/i,r=this.shouldMirror(),o=this.clamp(this.min+t*(r?1-s:s)),n=Number(o.toFixed(T(this.step)));return this.snap&&this.step?this.getClosestStep(n):n}getClosestStep(e){let{max:t,min:a,step:i}=this,s=new W(`${Math.floor((e-a)/i)}`).multiply(`${i}`).add(`${a}`).toString(),r=this.clamp(Number(s));return r>t&&(r-=i),r}getClosestHandle(e){return this.getDistanceX(this.maxHandle,e)>this.getDistanceX(this.minHandle,e)?this.minHandle:this.maxHandle}getDistanceX(e,t){return Math.abs(e.getBoundingClientRect().left-t)}getFontSizeForElement(e){return Number(window.getComputedStyle(e).getPropertyValue("font-size").match(/\d+/)[0])}getUnitInterval(e){e=this.clamp(e);let t=this.max-this.min;return(e-this.min)/t}adjustHostObscuredHandleLabel(e){let t=this.el.shadowRoot.querySelector(`.handle__label--${e}`),a=this.el.shadowRoot.querySelector(`.handle__label--${e}.static`),i=this.el.shadowRoot.querySelector(`.handle__label--${e}.transformed`),s=a.getBoundingClientRect(),r=this.getHostOffset(s.left,s.right);t.style.transform=`translateX(${r}px)`,i.style.transform=`translateX(${r}px)`}hyphenateCollidingRangeHandleLabels(){let{shadowRoot:e}=this.el,t=this.shouldMirror(),a=t?"value":"minValue",i=t?"minValue":"value",s=e.querySelector(`.handle__label--${a}`),r=e.querySelector(`.handle__label--${a}.static`),o=e.querySelector(`.handle__label--${a}.transformed`),n=this.getHostOffset(r.getBoundingClientRect().left,r.getBoundingClientRect().right),h=e.querySelector(`.handle__label--${i}`),m=e.querySelector(`.handle__label--${i}.static`),d=e.querySelector(`.handle__label--${i}.transformed`),u=this.getHostOffset(m.getBoundingClientRect().left,m.getBoundingClientRect().right),k=this.getFontSizeForElement(s),v=this.getRangeLabelOverlap(o,d),f=s,b=k/2;if(v>0){if(f.classList.add(l.hyphen,l.hyphenWrap),u===0&&n===0){let c=v/2-b;c=Math.sign(c)===-1?Math.abs(c):-c;let y=this.getHostOffset(o.getBoundingClientRect().left+c-b,o.getBoundingClientRect().right+c-b),V=v/2,M=this.getHostOffset(d.getBoundingClientRect().left+V,d.getBoundingClientRect().right+V);y!==0&&(c+=y,V+=y),M!==0&&(c+=M,V+=M),s.style.transform=`translateX(${c}px)`,o.style.transform=`translateX(${c-b}px)`,h.style.transform=`translateX(${V}px)`,d.style.transform=`translateX(${V}px)`}else if(n>0||u>0)s.style.transform=`translateX(${n+b}px)`,h.style.transform=`translateX(${v+u}px)`,d.style.transform=`translateX(${v+u}px)`;else if(n<0||u<0){let c=Math.abs(n)+v-b;c=Math.sign(c)===-1?Math.abs(c):-c,s.style.transform=`translateX(${c}px)`,o.style.transform=`translateX(${c-b}px)`}}else f.classList.remove(l.hyphen,l.hyphenWrap),s.style.transform=`translateX(${n}px)`,o.style.transform=`translateX(${n}px)`,h.style.transform=`translateX(${u}px)`,d.style.transform=`translateX(${u}px)`}hideObscuredBoundingTickLabels(){let e=p(this.value);if(!this.hasHistogram&&!e&&!this.labelHandles&&!this.precise||!this.hasHistogram&&!e&&this.labelHandles&&!this.precise||!this.hasHistogram&&!e&&!this.labelHandles&&this.precise||!this.hasHistogram&&!e&&this.labelHandles&&this.precise||!this.hasHistogram&&e&&!this.precise||this.hasHistogram&&!this.precise&&!this.labelHandles)return;let t=this.el.shadowRoot.querySelector(`.${l.thumbMinValue}`),a=this.el.shadowRoot.querySelector(`.${l.thumbValue}`),i=this.el.shadowRoot.querySelector(`.${l.tickMin}`),s=this.el.shadowRoot.querySelector(`.${l.tickMax}`);!t&&a&&i&&s&&(i.style.opacity=this.isMinTickLabelObscured(i,a)?"0":"1",s.style.opacity=this.isMaxTickLabelObscured(s,a)?"0":"1"),t&&a&&i&&s&&(i.style.opacity=this.isMinTickLabelObscured(i,t)||this.isMinTickLabelObscured(i,a)?"0":"1",s.style.opacity=this.isMaxTickLabelObscured(s,t)||this.isMaxTickLabelObscured(s,a)&&this.hasHistogram?"0":"1")}getHostOffset(e,t){let{left:a,right:i}=this.el.getBoundingClientRect();return e<a?a-e:t>i?-(t-i):0}getRangeLabelOverlap(e,t){let a=e.getBoundingClientRect(),i=t.getBoundingClientRect(),s=this.getFontSizeForElement(e),r=a.right+s-i.left;return Math.max(r,0)}isMinTickLabelObscured(e,t){let a=e.getBoundingClientRect(),i=t.getBoundingClientRect();return H(a,i)}isMaxTickLabelObscured(e,t){let a=e.getBoundingClientRect(),i=t.getBoundingClientRect();return H(a,i)}internalLabelFormatter(e,t){let a=this.labelFormatter;return a?a(e,t,this.formatValue)??this.formatValue(e):this.formatValue(e)}render(){let e=this.el.id||this.guid,t=p(this.value)?this.maxValue:this.value,a=this.minValue||this.min,i=this.shouldUseMinValue(),s=this.getUnitInterval(i?this.minValue:a)*100,r=this.getUnitInterval(t)*100,o=this.shouldMirror(),n=p(this.value),h=this.buildThumbType("max"),m=this.renderThumb({type:h,thumbPlacement:h.includes("histogram")?"below":"above",maxInterval:r,minInterval:s,mirror:o}),d=this.buildThumbType("min"),u=n?this.renderThumb({type:d,thumbPlacement:d.includes("histogram")||d.includes("precise")?"below":"above",maxInterval:r,minInterval:s,mirror:o}):null,k=n?"start":this.fillPlacement,v=k==="none"?{left:"unset",right:"unset"}:k==="end"?{left:`${o?s:r}%`,right:`${o?r:s}%`}:{left:`${o?100-r:s}%`,right:`${o?s:100-r}%`};return F(this.el,"id",e),j({disabled:this.disabled,children:x`<div aria-errormessage=${se.validationMessage} .ariaInvalid=${this.status==="invalid"} .ariaLabel=${Q(this)} class=${g({[l.container]:!0,[l.containerRange]:n,[`scale--${this.scale}`]:!0})}>${this.renderGraph()}<div class=${g(l.track)} ${R(this.storeTrackRef)}><div class=${g(l.trackRange)} @pointerdown=${this.onTrackPointerDown} style=${$(v)}></div><div class=${g(l.ticks)}>${this.tickValues.map(f=>{let b=`${this.getUnitInterval(f)*100}%`,c=!1;if(k==="start"||k==="end")if(i)c=f>=this.minValue&&f<=this.maxValue;else{let y=k==="start"?a:t,V=k==="start"?t:this.max;c=f>=y&&f<=V}return x`<span class=${g({[l.tick]:!0,[l.tickActive]:c})} style=${$({left:o?"":b,right:o?b:""})}>${this.renderTickLabel(f)}</span>`})}</div></div><div class=${g(l.thumbContainer)}>${u}${m}${te({component:this})}</div></div>${this.validationMessage&&this.status==="invalid"?ae({icon:this.validationIcon,id:se.validationMessage,message:this.validationMessage,scale:this.scale,status:this.status}):null}`})}renderThumb({type:e,mirror:t,thumbPlacement:a,minInterval:i,maxInterval:s}){let r=e.includes("labeled"),o=e.includes("precise"),n=e.includes("min"),h=p(this.value),m=n?this.minValue:h?this.maxValue:this.value,d=n?"minValue":h?"maxValue":"value",u=n?this.minLabel:h?this.maxLabel:this.minLabel,k=n?this.minValue:m,v=d==="minValue"?this.internalLabelFormatter(this.minValue,"min"):d==="maxValue"?this.internalLabelFormatter(this.maxValue,"max"):this.internalLabelFormatter(m,"value"),f=n?{left:`${t?100-i:i}%`}:{right:`${t?s:100-s}%`},b=`${l.handleLabel} ${n?l.handleLabelMinValue:l.handleLabelValue}`,c=[...r?[x`<span aria-hidden=true class=${g(b)}>${v}</span>`,x`<span aria-hidden=true class=${`${b} ${l.static}`}>${v}</span>`,x`<span aria-hidden=true class=${`${b} ${l.transformed}`}>${v}</span>`]:[],x`<div class=${g(l.handle)}></div>`,o&&x`<div class=${g(l.handleExtension)}></div>`||""];return a==="below"&&c.reverse(),B(e,x`<div .ariaLabel=${u} aria-orientation=horizontal .ariaValueMax=${this.max} .ariaValueMin=${this.min} .ariaValueNow=${k} class=${g({[l.thumb]:!0,[l.thumbValue]:!n,[l.thumbActive]:this.lastDragProp!=="minMaxValue"&&this.dragProp===d,[l.thumbPrecise]:o,[l.thumbMinValue]:n})} data-value-prop=${d??P} @blur=${this.onThumbBlur} @focus=${this.onThumbFocus} @pointerdown=${this.onThumbPointerDown} role=slider style=${$(f)} tabindex=0 ${R(this.storeThumbRef)}>${c}</div>`)}renderGraph(){return this.histogram?x`<calcite-graph class=${g(l.graph)} .colorStops=${this.histogramStops} .data=${this.histogram} .highlightMax=${p(this.value)?this.maxValue:this.value} .highlightMin=${p(this.value)?this.minValue:this.min} .max=${this.max} .min=${this.min}></calcite-graph>`:null}renderTickLabel(e){let{hasHistogram:t,labelHandles:a,labelTicks:i,max:s,min:r,precise:o,value:n}=this,h=p(n),m=e===r,d=e===s,u=m||d;return i&&(!t&&(u||!o||!h)||t&&(u||!o&&!a))?x`<span class=${g({[l.tickLabel]:!0,[l.tickMin]:m,[l.tickMax]:d})}>${this.internalLabelFormatter(e,"tick")}</span>`:null}};E("calcite-slider",D);export{D as Slider};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{b as r}from"./3AWHEFUT.js";import"./OJCYBIGG.js";var M={s:"ein paar Sekunden",m:["eine Minute","einer Minute"],mm:"%d Minuten",h:["eine Stunde","einer Stunde"],hh:"%d Stunden",d:["ein Tag","einem Tag"],dd:["%d Tage","%d Tagen"],M:["ein Monat","einem Monat"],MM:["%d Monate","%d Monaten"],y:["ein Jahr","einem Jahr"],yy:["%d Jahre","%d Jahren"]};function e(n,t,_){var a=M[_];return Array.isArray(a)&&(a=a[t?0:1]),a.replace("%d",n)}var i={name:"de",weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),months:"Januar_Februar_M\xE4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xE4rz_Apr._Mai_Juni_Juli_Aug._Sept._Okt._Nov._Dez.".split("_"),ordinal:function(t){return t+"."},weekStart:1,yearStart:4,formats:{LTS:"HH:mm:ss",LT:"HH:mm",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},relativeTime:{future:"in %s",past:"vor %s",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e}};r.locale(i,null,!0);var d=i;export{d as default};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as V}from"./OJCYBIGG.js";var Z=60,z=Z*60,P=z*24,at=P*7,A=1e3,U=Z*A,k=z*A,Q=P*A,X=at*A,x="millisecond",O="second",p="minute",E="hour",d="day",g="week",S="month",F="quarter",I="year",m="date",J="YYYY-MM-DDTHH:mm:ssZ",j="Invalid Date",K=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,B=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g;var b=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},it=function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),a=n%60;return(e<=0?"+":"-")+b(r,2,"0")+":"+b(a,2,"0")},st=function u(t,e){if(t.date()<e.date())return-u(e,t);var n=(e.year()-t.year())*12+(e.month()-t.month()),r=t.clone().add(n,S),a=e-r<0,i=t.clone().add(n+(a?-1:1),S);return+(-(n+(e-r)/(a?r-i:i-r))||0)},ut=function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},ot=function(t){var e={M:S,y:I,w:g,d,D:m,h:E,m:p,s:O,ms:x,Q:F};return e[t]||String(t||"").toLowerCase().replace(/s$/,"")},ct=function(t){return t===void 0},tt={s:b,z:it,m:st,a:ut,p:ot,u:ct};var w="en",N={};N[w]=V;var rt="$isDayjsObject",G=function(t){return t instanceof W||!!(t&&t[rt])},R=function u(t,e,n){var r;if(!t)return w;if(typeof t=="string"){var a=t.toLowerCase();N[a]&&(r=a),e&&(N[a]=e,r=a);var i=t.split("-");if(!r&&i.length>1)return u(i[0])}else{var o=t.name;N[o]=t,r=o}return!n&&r&&(w=r),r||!n&&w},C=function(t,e){if(G(t))return t.clone();var n=typeof e=="object"?e:{};return n.date=t,n.args=arguments,new W(n)},ft=function(t,e){return C(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})},s=tt;s.l=R;s.i=G;s.w=ft;var ht=function(t){var e=t.date,n=t.utc;if(e===null)return new Date(NaN);if(s.u(e))return new Date;if(e instanceof Date)return new Date(e);if(typeof e=="string"&&!/Z$/i.test(e)){var r=e.match(K);if(r){var a=r[2]-1||0,i=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)):new Date(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)}}return new Date(e)},W=function(){function u(e){this.$L=R(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[rt]=!0}var t=u.prototype;return t.parse=function(n){this.$d=ht(n),this.init()},t.init=function(){var n=this.$d;this.$y=n.getFullYear(),this.$M=n.getMonth(),this.$D=n.getDate(),this.$W=n.getDay(),this.$H=n.getHours(),this.$m=n.getMinutes(),this.$s=n.getSeconds(),this.$ms=n.getMilliseconds()},t.$utils=function(){return s},t.isValid=function(){return this.$d.toString()!==j},t.isSame=function(n,r){var a=C(n);return this.startOf(r)<=a&&a<=this.endOf(r)},t.isAfter=function(n,r){return C(n)<this.startOf(r)},t.isBefore=function(n,r){return this.endOf(r)<C(n)},t.$g=function(n,r,a){return s.u(n)?this[r]:this.set(a,n)},t.unix=function(){return Math.floor(this.valueOf()/1e3)},t.valueOf=function(){return this.$d.getTime()},t.startOf=function(n,r){var a=this,i=s.u(r)?!0:r,o=s.p(n),c=function(y,M){var $=s.w(a.$u?Date.UTC(a.$y,M,y):new Date(a.$y,M,y),a);return i?$:$.endOf(d)},v=function(y,M){var $=[0,0,0,0],L=[23,59,59,999];return s.w(a.toDate()[y].apply(a.toDate("s"),(i?$:L).slice(M)),a)},f=this.$W,D=this.$M,h=this.$D,l="set"+(this.$u?"UTC":"");switch(o){case I:return i?c(1,0):c(31,11);case S:return i?c(1,D):c(0,D+1);case g:{var _=this.$locale().weekStart||0,T=(f<_?f+7:f)-_;return c(i?h-T:h+(6-T),D)}case d:case m:return v(l+"Hours",0);case E:return v(l+"Minutes",1);case p:return v(l+"Seconds",2);case O:return v(l+"Milliseconds",3);default:return this.clone()}},t.endOf=function(n){return this.startOf(n,!1)},t.$set=function(n,r){var a,i=s.p(n),o="set"+(this.$u?"UTC":""),c=(a={},a[d]=o+"Date",a[m]=o+"Date",a[S]=o+"Month",a[I]=o+"FullYear",a[E]=o+"Hours",a[p]=o+"Minutes",a[O]=o+"Seconds",a[x]=o+"Milliseconds",a)[i],v=i===d?this.$D+(r-this.$W):r;if(i===S||i===I){var f=this.clone().set(m,1);f.$d[c](v),f.init(),this.$d=f.set(m,Math.min(this.$D,f.daysInMonth())).$d}else c&&this.$d[c](v);return this.init(),this},t.set=function(n,r){return this.clone().$set(n,r)},t.get=function(n){return this[s.p(n)]()},t.add=function(n,r){var a=this,i;n=Number(n);var o=s.p(r),c=function(h){var l=C(a);return s.w(l.date(l.date()+Math.round(h*n)),a)};if(o===S)return this.set(S,this.$M+n);if(o===I)return this.set(I,this.$y+n);if(o===d)return c(1);if(o===g)return c(7);var v=(i={},i[p]=U,i[E]=k,i[O]=A,i)[o]||1,f=this.$d.getTime()+n*v;return s.w(f,this)},t.subtract=function(n,r){return this.add(n*-1,r)},t.format=function(n){var r=this,a=this.$locale();if(!this.isValid())return a.invalidDate||j;var i=n||J,o=s.z(this),c=this.$H,v=this.$m,f=this.$M,D=a.weekdays,h=a.months,l=a.meridiem,_=function($,L,Y,nt){return $&&($[L]||$(r,i))||Y[L].slice(0,nt)},T=function($){return s.s(c%12||12,$,"0")},H=l||function(M,$,L){var Y=M<12?"AM":"PM";return L?Y.toLowerCase():Y},y=function($){switch($){case"YY":return String(r.$y).slice(-2);case"YYYY":return s.s(r.$y,4,"0");case"M":return f+1;case"MM":return s.s(f+1,2,"0");case"MMM":return _(a.monthsShort,f,h,3);case"MMMM":return _(h,f);case"D":return r.$D;case"DD":return s.s(r.$D,2,"0");case"d":return String(r.$W);case"dd":return _(a.weekdaysMin,r.$W,D,2);case"ddd":return _(a.weekdaysShort,r.$W,D,3);case"dddd":return D[r.$W];case"H":return String(c);case"HH":return s.s(c,2,"0");case"h":return T(1);case"hh":return T(2);case"a":return H(c,v,!0);case"A":return H(c,v,!1);case"m":return String(v);case"mm":return s.s(v,2,"0");case"s":return String(r.$s);case"ss":return s.s(r.$s,2,"0");case"SSS":return s.s(r.$ms,3,"0");case"Z":return o;default:break}return null};return i.replace(B,function(M,$){return $||y(M)||o.replace(":","")})},t.utcOffset=function(){return-Math.round(this.$d.getTimezoneOffset()/15)*15},t.diff=function(n,r,a){var i=this,o=s.p(r),c=C(n),v=(c.utcOffset()-this.utcOffset())*U,f=this-c,D=function(){return s.m(i,c)},h;switch(o){case I:h=D()/12;break;case S:h=D();break;case F:h=D()/3;break;case g:h=(f-v)/X;break;case d:h=(f-v)/Q;break;case E:h=f/k;break;case p:h=f/U;break;case O:h=f/A;break;default:h=f;break}return a?h:s.a(h)},t.daysInMonth=function(){return this.endOf(S).$D},t.$locale=function(){return N[this.$L]},t.locale=function(n,r){if(!n)return this.$L;var a=this.clone(),i=R(n,r,!0);return i&&(a.$L=i),a},t.clone=function(){return s.w(this.$d,this)},t.toDate=function(){return new Date(this.valueOf())},t.toJSON=function(){return this.isValid()?this.toISOString():null},t.toISOString=function(){return this.$d.toISOString()},t.toString=function(){return this.$d.toUTCString()},u}(),et=W.prototype;C.prototype=et;[["$ms",x],["$s",O],["$m",p],["$H",E],["$W",d],["$M",S],["$y",I],["$D",m]].forEach(function(u){et[u[1]]=function(t){return this.$g(t,u[0],u[1])}});C.extend=function(u,t){return u.$i||(u(t,W,C),u.$i=!0),C};C.locale=R;C.isDayjs=G;C.unix=function(u){return C(u*1e3)};C.en=N[w];C.Ls=N;C.p={};var St=C;export{J as a,St as b};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as A}from"./MOTR6ZPN.js";import{a as m,c as w,d as $,e as z,f as H,g as r,h as T}from"./62UA4F4S.js";import"./5E6WFGQD.js";import{a as S}from"./W2PJHNUO.js";import{a as k,b as C}from"./6VFJT5QA.js";import"./UIF5EHAA.js";import{a as P}from"./VALEMC46.js";import{a as p}from"./WI77ICVL.js";import{b as l}from"./G5GEKU4E.js";import{l as h,n as y,z as n}from"./7AD7VKZ6.js";import{a as I,b as O,d as x}from"./LIPHS6R3.js";import{a as E}from"./Y7BXR2VY.js";import{I as D,d as g,e as b,u as o,v,w as d}from"./5WIIOMNV.js";var L={dropdownTrigger:"trigger"},U={wrapper:"calcite-dropdown-wrapper"},B=g`:host([disabled]){cursor:default;-webkit-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{display:inline-block}.calcite-dropdown-wrapper{--calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);inline-size:max-content;display:none;inset-block-start:0;left:0;z-index:var(--calcite-floating-ui-z-index)}.calcite-dropdown-wrapper .calcite-floating-ui-anim{position:relative;transition:var(--calcite-floating-ui-transition);transition-property:inset,left,opacity;opacity:0;box-shadow:0 0 16px #00000029;z-index:var(--calcite-z-index);border-radius:.25rem}.calcite-dropdown-wrapper[data-placement^=bottom] .calcite-floating-ui-anim{inset-block-start:-5px}.calcite-dropdown-wrapper[data-placement^=top] .calcite-floating-ui-anim{inset-block-start:5px}.calcite-dropdown-wrapper[data-placement^=left] .calcite-floating-ui-anim{left:5px}.calcite-dropdown-wrapper[data-placement^=right] .calcite-floating-ui-anim{left:-5px}.calcite-dropdown-wrapper[data-placement] .calcite-floating-ui-anim--active{opacity:1;inset-block-start:0;left:0}.calcite-dropdown-content{max-block-size:45vh;inline-size:auto;overflow-y:auto;overflow-x:hidden;background-color:var(--calcite-color-foreground-1);inline-size:var(--calcite-dropdown-width)}.calcite-trigger-container{position:relative;display:flex;block-size:100%;flex:1 1 auto;word-wrap:break-word;word-break:break-word}.width-s{--calcite-dropdown-width: 12rem}.width-m{--calcite-dropdown-width: 14rem}.width-l{--calcite-dropdown-width: 16rem}@media (forced-colors: active){:host([open]) .calcite-dropdown-wrapper{border:1px solid canvasText}}:host([hidden]){display:none}[hidden]{display:none}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.interaction-container{display:contents}`,u=class extends v{constructor(){super(),this.focusLastDropdownItem=!1,this.groups=[],this.guid=`calcite-dropdown-${E()}`,this.items=[],this.mutationObserver=p("mutation",()=>this.updateItems()),this.onOpenEnd=()=>{this.focusOnFirstActiveOrDefaultItem(),this.el.removeEventListener("calciteDropdownOpen",this.onOpenEnd)},this.transitionProp="opacity",this.resizeObserver=p("resize",e=>this.resizeObserverCallback(e)),this.closeOnSelectDisabled=!1,this.disabled=!1,this.maxItems=0,this.open=!1,this.overlayPositioning="absolute",this.placement=m,this.scale="m",this.selectedItems=[],this.type="click",this.calciteDropdownBeforeClose=o({cancelable:!1}),this.calciteDropdownBeforeOpen=o({cancelable:!1}),this.calciteDropdownClose=o({cancelable:!1}),this.calciteDropdownOpen=o({cancelable:!1}),this.calciteDropdownSelect=o({cancelable:!1}),this.listenOn(window,"click",this.closeCalciteDropdownOnClick),this.listen("calciteInternalDropdownCloseRequest",this.closeCalciteDropdownOnEvent),this.listenOn(window,"calciteDropdownOpen",this.closeCalciteDropdownOnOpenEvent),this.listen("pointerenter",this.pointerEnterHandler),this.listen("pointerleave",this.pointerLeaveHandler),this.listen("calciteInternalDropdownItemKeyEvent",this.calciteInternalDropdownItemKeyEvent),this.listen("calciteInternalDropdownItemSelect",this.handleItemSelect)}static{this.properties={closeOnSelectDisabled:7,disabled:7,flipPlacements:0,maxItems:11,open:7,overlayPositioning:3,placement:3,scale:3,selectedItems:0,type:3,widthScale:3,width:3}}static{this.shadowRootOptions={mode:"open",delegatesFocus:!0}}static{this.styles=B}async reposition(e=!1){let{floatingEl:t,referenceEl:i,placement:s,overlayPositioning:a,filteredFlipPlacements:c}=this;return z(this,{floatingEl:t,referenceEl:i,overlayPositioning:a,placement:s,flipPlacements:c,type:"menu"},e)}async setFocus(){await x(this),y(this.referenceEl)}connectedCallback(){super.connectedCallback(),this.mutationObserver?.observe(this.el,{childList:!0,subtree:!0}),this.setFilteredPlacements(),this.updateItems(),r(this)}load(){I(this)}willUpdate(e){e.has("open")&&(this.hasUpdated||this.open!==!1)&&this.openHandler(),e.has("disabled")&&(this.hasUpdated||this.disabled!==!1)&&this.handleDisabledChange(this.disabled),e.has("flipPlacements")&&this.flipPlacementsHandler(),e.has("maxItems")&&(this.hasUpdated||this.maxItems!==0)&&this.setMaxScrollerHeight(),(e.has("overlayPositioning")&&(this.hasUpdated||this.overlayPositioning!=="absolute")||e.has("placement")&&(this.hasUpdated||this.placement!==m))&&this.reposition(!0),e.has("scale")&&(this.hasUpdated||this.scale!=="m")&&this.handlePropsChange()}updated(){k(this)}loaded(){this.updateSelectedItems(),O(this),r(this)}disconnectedCallback(){super.disconnectedCallback(),this.mutationObserver?.disconnect(),this.resizeObserver?.disconnect(),T(this)}openHandler(){S(this),!this.disabled&&this.reposition(!0)}handleDisabledChange(e){e||(this.open=!1)}flipPlacementsHandler(){this.setFilteredPlacements(),this.reposition(!0)}handlePropsChange(){this.updateItems(),this.updateGroupScale()}closeCalciteDropdownOnClick(e){this.disabled||!this.open||e.composedPath().includes(this.el)||this.closeCalciteDropdown(!1)}closeCalciteDropdownOnEvent(e){this.closeCalciteDropdown(),e.stopPropagation()}closeCalciteDropdownOnOpenEvent(e){e.composedPath().includes(this.el)||(this.open=!1)}pointerEnterHandler(){this.disabled||this.type!=="hover"||this.toggleDropdown()}pointerLeaveHandler(){this.disabled||this.type!=="hover"||this.closeCalciteDropdown()}getTraversableItems(){return this.items.filter(e=>!e.disabled&&!e.hidden)}calciteInternalDropdownItemKeyEvent(e){let{keyboardEvent:t}=e.detail,i=t.target,s=this.getTraversableItems();switch(t.key){case"Tab":this.open=!1,this.updateTabIndexOfItems(i);break;case"ArrowDown":n(s,i,"next");break;case"ArrowUp":n(s,i,"previous");break;case"Home":n(s,i,"first");break;case"End":n(s,i,"last");break}e.stopPropagation()}handleItemSelect(e){this.updateSelectedItems(),e.stopPropagation(),this.calciteDropdownSelect.emit(),(!this.closeOnSelectDisabled||e.detail.requestedDropdownGroup.selectionMode==="none")&&this.closeCalciteDropdown(),e.stopPropagation()}setFilteredPlacements(){let{el:e,flipPlacements:t}=this;this.filteredFlipPlacements=t?$(t,e):null}updateTriggers(e){this.triggers=e.target.assignedElements({flatten:!0}),this.reposition(!0)}updateItems(){this.items=this.groups.map(e=>Array.from(e?.querySelectorAll("calcite-dropdown-item"))).reduce((e,t)=>[...e,...t],[]),this.updateSelectedItems(),this.reposition(!0),this.items.forEach(e=>e.scale=this.scale)}updateGroups(e){let t=e.target.assignedElements({flatten:!0}).filter(i=>i?.matches("calcite-dropdown-group"));this.groups=t,this.updateItems(),this.updateGroupScale()}updateGroupScale(){this.groups?.forEach(e=>e.scale=this.scale)}resizeObserverCallback(e){e.forEach(t=>{let{target:i}=t;i===this.referenceEl?this.setDropdownWidth():i===this.scrollerEl&&this.setMaxScrollerHeight()})}setDropdownWidth(){let{referenceEl:e,scrollerEl:t}=this,i=e?.clientWidth;!i||!t||(t.style.minWidth=`${i}px`)}setMaxScrollerHeight(){let{scrollerEl:e}=this;if(!e)return;this.reposition(!0);let t=this.getMaxScrollerHeight();e.style.maxBlockSize=t>0?`${t}px`:"",this.reposition(!0)}setScrollerAndTransitionEl(e){e&&this.resizeObserver?.observe(e),this.scrollerEl=e,this.transitionEl=e}onBeforeOpen(){this.calciteDropdownBeforeOpen.emit()}onOpen(){this.calciteDropdownOpen.emit()}onBeforeClose(){this.calciteDropdownBeforeClose.emit()}onClose(){this.calciteDropdownClose.emit(),H(this)}setReferenceEl(e){this.referenceEl=e,r(this),e&&this.resizeObserver?.observe(e)}setFloatingEl(e){this.floatingEl=e,r(this)}keyDownHandler(e){if(!e.composedPath().includes(this.referenceEl))return;let{defaultPrevented:t,key:i}=e;if(!t){if(i==="Escape"){this.closeCalciteDropdown(),e.preventDefault();return}if(this.open&&e.shiftKey&&i==="Tab"){this.closeCalciteDropdown(),e.preventDefault();return}P(i)?(this.toggleDropdown(),e.preventDefault()):(i==="ArrowDown"||i==="ArrowUp")&&(e.preventDefault(),this.focusLastDropdownItem=i==="ArrowUp",this.open=!0,this.el.addEventListener("calciteDropdownOpen",this.onOpenEnd))}}updateSelectedItems(){this.selectedItems=this.items.filter(e=>e.selected)}getMaxScrollerHeight(){let{maxItems:e,items:t}=this,i=0,s=0,a;return this.groups.forEach(c=>{e>0&&i<e&&Array.from(c.children).forEach((f,F)=>{F===0&&(isNaN(a)&&(a=f.offsetTop),s+=a),i<e&&(s+=f.offsetHeight,i+=1)})}),t.length>=e?s:0}closeCalciteDropdown(e=!0){this.open=!1,e&&h(this.triggers[0])}focusOnFirstActiveOrDefaultItem(){let e=this.getTraversableItems().find(t=>t.selected)||(this.focusLastDropdownItem?this.items[this.items.length-1]:this.items[0]);this.focusLastDropdownItem=!1,e&&h(e)}toggleDropdown(){this.open=!this.open,this.open&&this.el.addEventListener("calciteDropdownOpen",this.onOpenEnd)}updateTabIndexOfItems(e){this.items.forEach(t=>{t.tabIndex=e!==t?-1:0})}render(){let{open:e,guid:t}=this;return C({disabled:this.disabled,children:b`<div class="calcite-trigger-container" .id=${`${t}-menubutton`} @click=${this.toggleDropdown} @keydown=${this.keyDownHandler} ${l(this.setReferenceEl)}><slot aria-controls=${`${t}-menu`} .ariaExpanded=${e} aria-haspopup=menu name=${L.dropdownTrigger} @slotchange=${this.updateTriggers}></slot></div><div .ariaHidden=${!e} class=${d({[U.wrapper]:!0,[A("width",this.width,this.widthScale)]:!!(this.width||this.widthScale)})} ${l(this.setFloatingEl)}><div aria-labelledby=${`${t}-menubutton`} class=${d({"calcite-dropdown-content":!0,[w.animation]:!0,[w.animationActive]:e})} .id=${`${t}-menu`} role=menu ${l(this.setScrollerAndTransitionEl)}><slot @slotchange=${this.updateGroups}></slot></div></div>`})}};D("calcite-dropdown",u);export{u as Dropdown};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
import{a as s}from"./TVLD3AOO.js";import{a as r}from"./V7HGGFTI.js";import"./IWHKNQVC.js";import{b}from"./G5GEKU4E.js";import{e as $,k as h,u as m}from"./7AD7VKZ6.js";import{a as y,b as A,d as k}from"./LIPHS6R3.js";import"./Y7BXR2VY.js";import{B as u,I as f,d as g,e as n,u as d,v as x,w as e}from"./5WIIOMNV.js";var E={actionsStart:"actions-start",actionsEnd:"actions-end"},i={actionsEnd:"actions-end",actionsStart:"actions-start",content:"content",description:"description",expandIcon:"expand-icon",header:"header",headerContainer:"header-container",headerContent:"header-content",headerText:"header-text",heading:"heading",icon:"icon",iconEnd:"icon--end",iconStart:"icon--start"},l={section:"section",sectionToggle:"section-toggle"},S=g`.icon-position--end,.icon-position--start{--calcite-internal-accordion-item-icon-rotation: -90deg ;--calcite-internal-accordion-item-active-icon-rotation: 0deg;--calcite-internal-accordion-item-icon-rotation-rtl: 90deg;--calcite-internal-accordion-item-active-icon-rotation-rtl: 0deg}:host{position:relative;display:flex;flex-direction:column;text-decoration-line:none;color:var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-color-text-3)));background-color:var(--calcite-accordion-item-background-color);border-width:0}:host .header{background-color:var(--calcite-accordion-item-header-background-color)}.icon-position--start{--calcite-internal-accordion-item-flex-direction: row-reverse;--calcite-internal-accordion-item-icon-spacing-start: 0;--calcite-internal-accordion-item-icon-spacing-end: var(--calcite-internal-accordion-icon-margin)}.icon-position--end{--calcite-internal-accordion-item-flex-direction: row;--calcite-internal-accordion-item-icon-spacing-start: var(--calcite-internal-accordion-icon-margin);--calcite-internal-accordion-item-icon-spacing-end: 0}.icon-position--end:not(.icon-type--plus-minus){--calcite-internal-accordion-item-icon-rotation: 0deg;--calcite-internal-accordion-item-active-icon-rotation: 180deg;--calcite-internal-accordion-item-icon-rotation-rtl: 0deg;--calcite-internal-accordion-item-active-icon-rotation-rtl: -180deg }.content,.header{border-block-end-width:var(--calcite-border-width-sm);border-block-end-style:solid;border-color:var(--calcite-accordion-item-border-color, var(--calcite-accordion-border-color, var(--calcite-color-border-2)))}.header-content{padding:var(--calcite-internal-accordion-item-padding, var(--calcite-internal-accordion-item-spacing-unit, .5rem .75rem))}.content{padding:var(--calcite-accordion-item-content-space, var(--calcite-internal-accordion-item-padding, var(--calcite-internal-accordion-item-spacing-unit, .5rem .75rem)))}.header{display:flex;align-items:stretch}.header-content,.header-container,.header .actions-start,.header .actions-end{display:flex;align-items:center;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);word-wrap:break-word;word-break:break-word}.header-content{flex-grow:1;cursor:pointer;outline-color:transparent;flex-direction:var(--calcite-internal-accordion-item-flex-direction);color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-text-color, inherit))}.header-content:focus{outline:2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));outline-offset:calc(-2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))}.header-content:focus,.header-content:hover,.header-content:active{color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-text-color-hover, var(--calcite-color-text-2)))}.header-content:focus .heading,.header-content:hover .heading,.header-content:active .heading{color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-text-color-pressed, var(--calcite-color-text-1)))}.header-container{inline-size:100%}.header-text{margin-block:0px;flex-grow:1;flex-direction:column;padding-block:0px;text-align:initial;margin-inline-end:auto}.heading,.description{display:flex;inline-size:100%}.heading{font-weight:var(--calcite-font-weight-medium)}.actions-start ::slotted(calcite-action),.actions-end ::slotted(calcite-action){align-self:stretch}.icon{display:flex;align-items:center;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);margin-inline-end:var(--calcite-internal-accordion-item-icon-spacing-start);margin-inline-start:var(--calcite-internal-accordion-item-icon-spacing-end)}.icon--start{color:var(--calcite-accordion-item-icon-color-start, var(--calcite-accordion-item-start-icon-color, var(--calcite-accordion-item-icon-color, currentColor)));margin-inline-end:var(--calcite-internal-accordion-icon-margin)}.icon--end{color:var(--calcite-accordion-item-icon-color-end, var(--calcite-accordion-item-end-icon-color, var(--calcite-accordion-item-icon-color, currentColor)));margin-inline-end:var(--calcite-internal-accordion-icon-margin);margin-inline-start:var(--calcite-internal-accordion-icon-margin)}.expand-icon{color:var(--calcite-accordion-item-expand-icon-color, var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-color-text-3))));margin-inline-start:var(--calcite-internal-accordion-item-icon-spacing-start);margin-inline-end:var(--calcite-internal-accordion-item-icon-spacing-end);transform:rotate(var(--calcite-internal-accordion-item-icon-rotation))}.calcite--rtl .expand-icon{transform:rotate(var(--calcite-internal-accordion-item-icon-rotation-rtl))}.description{margin-block-start:.25rem}.content{display:none;text-align:initial}:host(:not(:focus):not(:hover):not([expanded])) .heading{color:var(--calcite-accordion-item-heading-text-color, var(--calcite-accordion-item-text-color-hover, var(--calcite-color-text-2)))}:host([expanded]){color:var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-accordion-text-color-pressed, var(--calcite-color-text-1))))}:host([expanded]) .header{border-block-end-color:transparent}:host([expanded]) .expand-icon{color:var(--calcite-accordion-item-expand-icon-color, var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-accordion-item-text-color-hover, var(--calcite-color-text-2)))));transform:rotate(var(--calcite-internal-accordion-item-active-icon-rotation))}:host([expanded]) .calcite--rtl .expand-icon{transform:rotate(var(--calcite-internal-accordion-item-active-icon-rotation-rtl))}:host([expanded]) .description{color:var(--calcite-accordion-item-text-color, var(--calcite-accordion-text-color, var(--calcite-accordion-item-text-color-hover, var(--calcite-color-text-2))))}:host([expanded]) .content{display:block}@media (forced-colors: active){:host([expanded]) .header{border-block-end:none}:host([expanded]) .heading{font-weight:bolder}.header-content:hover .heading,.header-content:focus .heading{text-decoration:underline}}:host([hidden]){display:none}[hidden]{display:none}`,p=class extends x{constructor(){super(),this.hasActionsEnd=!1,this.hasActionsStart=!1,this.expanded=!1,this.calciteInternalAccordionItemClose=d({cancelable:!1}),this.calciteInternalAccordionItemSelect=d({cancelable:!1}),this.listen("keydown",this.keyDownHandler),this.listenOn(document.body,"calciteInternalAccordionChange",this.updateActiveItemOnChange),this.listenOn(document,"calciteInternalAccordionItemsSync",this.accordionItemSyncHandler)}static{this.properties={hasActionsEnd:16,hasActionsStart:16,accordionParent:0,description:1,expanded:7,heading:1,iconEnd:3,iconFlipRtl:3,iconPosition:1,iconStart:3,iconType:1,scale:1}}static{this.styles=S}async setFocus(){await k(this),this.headerEl.focus()}load(){y(this)}loaded(){A(this)}keyDownHandler(t){if(t.target===this.el)switch(t.key){case" ":case"Enter":this.emitRequestedItem(),t.preventDefault();break}}updateActiveItemOnChange(t){let[c]=t.composedPath(),o=h(this.el,"calcite-accordion");c===o&&(this.determineActiveItem(o.selectionMode,t.detail.requestedAccordionItem),t.stopPropagation())}accordionItemSyncHandler(t){let[c]=t.composedPath(),o=this.el;if(o.parentElement===c)return;let a=h(o,"calcite-accordion");c===a&&(this.iconPosition=a.iconPosition,this.iconType=a.iconType,this.scale=a.scale,t.stopPropagation())}handleActionsStartSlotChange(t){this.hasActionsStart=m(t)}handleActionsEndSlotChange(t){this.hasActionsEnd=m(t)}storeHeaderEl(t){this.headerEl=t}itemHeaderClickHandler(){this.emitRequestedItem()}determineActiveItem(t,c){switch(t){case"multiple":this.el===c&&(this.expanded=!this.expanded);break;case"single":this.expanded=this.el===c?!this.expanded:!1;break;case"single-persist":this.expanded=this.el===c;break}}emitRequestedItem(){this.calciteInternalAccordionItemSelect.emit({requestedAccordionItem:this.el})}renderActionsStart(){return n`<div class=${e(i.actionsStart)} .hidden=${!this.hasActionsStart}><slot name=${E.actionsStart} @slotchange=${this.handleActionsStartSlotChange}></slot></div>`}renderActionsEnd(){return n`<div class=${e(i.actionsEnd)} .hidden=${!this.hasActionsEnd}><slot name=${E.actionsEnd} @slotchange=${this.handleActionsEndSlotChange}></slot></div>`}render(){let{iconFlipRtl:t}=this,c=$(this.el),o=this.iconStart?s("icon-start",n`<calcite-icon class=${e({[i.icon]:!0,[i.iconStart]:!0})} .flipRtl=${t==="both"||t==="start"} .icon=${this.iconStart} .scale=${r(this.scale)}></calcite-icon>`):null,a=this.iconEnd?s("icon-end",n`<calcite-icon class=${e({[i.iconEnd]:!0,[i.icon]:!0})} .flipRtl=${t==="both"||t==="end"} .icon=${this.iconEnd} .scale=${r(this.scale)}></calcite-icon>`):null,{description:v}=this;return n`<div class=${e({[`icon-position--${this.iconPosition}`]:!0,[`icon-type--${this.iconType}`]:!0})}><div class=${e({[i.header]:!0,[u.rtl]:c==="rtl"})}>${this.renderActionsStart()}<div aria-controls=${l.section} .ariaExpanded=${this.expanded} class=${e(i.headerContent)} id=${l.sectionToggle} @click=${this.itemHeaderClickHandler} role=button tabindex=0 ${b(this.storeHeaderEl)}><div class=${e(i.headerContainer)}>${o}<div class=${e(i.headerText)}><span class=${e(i.heading)}>${this.heading}</span>${v?n`<span class=${e(i.description)}>${v}</span>`:null}</div>${a}</div><calcite-icon class=${e(i.expandIcon)} .icon=${this.iconType==="chevron"?"chevronDown":this.iconType==="caret"?"caretDown":this.expanded?"minus":"plus"} .scale=${r(this.scale)}></calcite-icon></div>${this.renderActionsEnd()}</div><section aria-labelledby=${l.sectionToggle} class=${e(i.content)} id=${l.section}><slot></slot></section></div>`}};f("calcite-accordion-item",p);export{p as AccordionItem};
|
@@ -0,0 +1,4 @@
|
|
1
|
+
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
2
|
+
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
3
|
+
v3.0.0-next.105 */
|
4
|
+
var n={menuActions:"menu-actions",menuTooltip:"menu-tooltip"},o={menu:"ellipsis"},t={container:"container"};export{n as a,o as b,t as c};
|