@esri/solutions-components 0.11.12 → 0.11.14
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 +427 -98
- package/dist/cjs/consent-manager.cjs.entry.js +54 -12
- 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-1935500f.js +3223 -0
- package/dist/cjs/effects-3607d1ba.js +83 -0
- package/dist/cjs/feature-list.cjs.entry.js +95 -24
- package/dist/cjs/helpers-b511b55e.js +867 -0
- package/dist/cjs/index-b2821254.js +201 -0
- package/dist/cjs/index-b936ec03.js +1903 -0
- package/dist/cjs/index.es-3c2404c3.js +11195 -0
- package/dist/cjs/instant-apps-app-guide.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-ckeditor-wrapper_3.cjs.entry.js +5 -5
- package/dist/cjs/instant-apps-control-panel.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-create.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-export-views.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-export.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-filter-list_2.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-header.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-interactive-legend-classic.cjs.entry.js +5 -5
- package/dist/cjs/instant-apps-interactive-legend-count_2.cjs.entry.js +5 -5
- package/dist/cjs/instant-apps-interactive-legend-group-legend-element-caption.cjs.entry.js +5 -5
- package/dist/cjs/instant-apps-interactive-legend-group-legend-element_5.cjs.entry.js +5 -5
- package/dist/cjs/instant-apps-interactive-legend.cjs.entry.js +6 -6
- package/dist/cjs/instant-apps-keyboard-shortcuts.cjs.entry.js +20 -20
- package/dist/cjs/instant-apps-landing-page.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-language-switcher.cjs.entry.js +826 -20
- package/dist/cjs/instant-apps-language-translator.cjs.entry.js +817 -10
- package/dist/cjs/instant-apps-measurement-tool.cjs.entry.js +2 -2
- package/dist/cjs/instant-apps-measurement.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-popover.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-popovers.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-scoreboard.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-sign-in.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-splash.cjs.entry.js +3 -3
- package/dist/cjs/instant-apps-time-filter.cjs.entry.js +5 -5
- package/dist/cjs/json-editor_7.cjs.entry.js +227 -49
- package/dist/cjs/languageSwitcher-19a22439.js +52 -0
- package/dist/cjs/loadModules-e9d8977c.js +23 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/locale-4187fc82.js +943 -0
- package/dist/cjs/locale-98346201.js +160 -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-c0921a77.js +121 -0
- package/dist/cjs/public-notification.cjs.entry.js +194 -44
- package/dist/cjs/publicNotificationStore-76755c44.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-a2a8422d.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-16dbc236.js +153 -0
- 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 +52 -12
- 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 +171 -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/2BGOXXHV.js +4 -0
- package/dist/collection/vendor/calcite-components/2EBGD5ZQ.js +4 -0
- package/dist/collection/vendor/calcite-components/2HEEVITF.js +4 -0
- package/dist/collection/vendor/calcite-components/2QBRISAS.js +4 -0
- package/dist/collection/vendor/calcite-components/2SKIGCTJ.js +4 -0
- package/dist/collection/vendor/calcite-components/2ZPEMPPG.js +4 -0
- package/dist/collection/vendor/calcite-components/36DTW2EC.js +4 -0
- package/dist/collection/vendor/calcite-components/36E6CTNX.js +4 -0
- package/dist/collection/vendor/calcite-components/36HITQ3A.js +4 -0
- package/dist/collection/vendor/calcite-components/3FJPBCHI.js +4 -0
- package/dist/collection/vendor/calcite-components/3TINKPLC.js +4 -0
- package/dist/collection/vendor/calcite-components/3TXD2SW4.js +4 -0
- package/dist/collection/vendor/calcite-components/43C4CZJO.js +4 -0
- package/dist/collection/vendor/calcite-components/44DZGTF5.js +4 -0
- package/dist/collection/vendor/calcite-components/4IWRJJPT.js +4 -0
- package/dist/collection/vendor/calcite-components/4L6L5YMT.js +4 -0
- package/dist/collection/vendor/calcite-components/4NZHY4FQ.js +4 -0
- package/dist/collection/vendor/calcite-components/4OSJHPNQ.js +4 -0
- package/dist/collection/vendor/calcite-components/4ZNEZOAP.js +4 -0
- package/dist/collection/vendor/calcite-components/4ZTXEQT4.js +4 -0
- package/dist/collection/vendor/calcite-components/57U74PDQ.js +4 -0
- package/dist/collection/vendor/calcite-components/5BEKT6RT.js +4 -0
- package/dist/collection/vendor/calcite-components/5JAMHCQS.js +6 -0
- package/dist/collection/vendor/calcite-components/5UP5TQJN.js +4 -0
- package/dist/collection/vendor/calcite-components/5VK77MGP.js +4 -0
- package/dist/collection/vendor/calcite-components/5ZFIOILW.js +4 -0
- package/dist/collection/vendor/calcite-components/62G23PKY.js +4 -0
- package/dist/collection/vendor/calcite-components/6A464LBG.js +4 -0
- package/dist/collection/vendor/calcite-components/6KXUZBIZ.js +4 -0
- package/dist/collection/vendor/calcite-components/6OCJIDQZ.js +4 -0
- package/dist/collection/vendor/calcite-components/6PBZNCIY.js +4 -0
- package/dist/collection/vendor/calcite-components/6SREDGMN.js +4 -0
- package/dist/collection/vendor/calcite-components/73K4GSAV.js +4 -0
- package/dist/collection/vendor/calcite-components/757M5TSP.js +5 -0
- package/dist/collection/vendor/calcite-components/7F6EUEAO.js +4 -0
- package/dist/collection/vendor/calcite-components/7GOGBJPD.js +4 -0
- package/dist/collection/vendor/calcite-components/7PLD33LH.js +4 -0
- package/dist/collection/vendor/calcite-components/7TNMI44V.js +4 -0
- package/dist/collection/vendor/calcite-components/7VZFYJY5.js +4 -0
- package/dist/collection/vendor/calcite-components/7XZR3QPX.js +4 -0
- package/dist/collection/vendor/calcite-components/A3M4FM7N.js +4 -0
- package/dist/collection/vendor/calcite-components/A5WZ32T6.js +4 -0
- package/dist/collection/vendor/calcite-components/A6H6UTO7.js +4 -0
- package/dist/collection/vendor/calcite-components/AA6WUYLQ.js +4 -0
- package/dist/collection/vendor/calcite-components/ADRZSXZD.js +4 -0
- package/dist/collection/vendor/calcite-components/AKXBPGJ4.js +4 -0
- package/dist/collection/vendor/calcite-components/ALGCYGFE.js +4 -0
- package/dist/collection/vendor/calcite-components/B3YKMJGM.js +4 -0
- package/dist/collection/vendor/calcite-components/B6DZ4O5H.js +4 -0
- package/dist/collection/vendor/calcite-components/B747CT5Q.js +5 -0
- package/dist/collection/vendor/calcite-components/BAHKYVUM.js +4 -0
- package/dist/collection/vendor/calcite-components/BTHSKXWS.js +4 -0
- package/dist/collection/vendor/calcite-components/BWCV737I.js +4 -0
- package/dist/collection/vendor/calcite-components/BZV465ZG.js +4 -0
- package/dist/collection/vendor/calcite-components/C4A2PCZ4.js +4 -0
- package/dist/collection/vendor/calcite-components/C5MKAGNV.js +4 -0
- package/dist/collection/vendor/calcite-components/CK3TASCY.js +4 -0
- package/dist/collection/vendor/calcite-components/D2MINRBA.js +4 -0
- package/dist/collection/vendor/calcite-components/DDOM5RYZ.js +4 -0
- package/dist/collection/vendor/calcite-components/DJ4JGNMM.js +4 -0
- package/dist/collection/vendor/calcite-components/DL75ZJBG.js +4 -0
- package/dist/collection/vendor/calcite-components/DO4RITGJ.js +4 -0
- package/dist/collection/vendor/calcite-components/DSL2FNLA.js +4 -0
- package/dist/collection/vendor/calcite-components/DTEHSI7W.js +4 -0
- package/dist/collection/vendor/calcite-components/DUTPXINY.js +4 -0
- package/dist/collection/vendor/calcite-components/DY22I2GZ.js +4 -0
- package/dist/collection/vendor/calcite-components/DYN74HSB.js +4 -0
- package/dist/collection/vendor/calcite-components/E3CWAGXE.js +4 -0
- package/dist/collection/vendor/calcite-components/E3QBKOQQ.js +4 -0
- package/dist/collection/vendor/calcite-components/EBFZRB3A.js +4 -0
- package/dist/collection/vendor/calcite-components/ECGXAEDQ.js +4 -0
- package/dist/collection/vendor/calcite-components/EGC7NBN5.js +4 -0
- package/dist/collection/vendor/calcite-components/EILXZAAH.js +4 -0
- package/dist/collection/vendor/calcite-components/EISHHIYI.js +4 -0
- package/dist/collection/vendor/calcite-components/EN6Y5YN5.js +4 -0
- package/dist/collection/vendor/calcite-components/ERDL4UCD.js +4 -0
- package/dist/collection/vendor/calcite-components/EYPFBUR7.js +4 -0
- package/dist/collection/vendor/calcite-components/F6DYUGAJ.js +4 -0
- package/dist/collection/vendor/calcite-components/FAQ7B73H.js +4 -0
- package/dist/collection/vendor/calcite-components/FAULLEJY.js +4 -0
- package/dist/collection/vendor/calcite-components/FH7G4JPL.js +28 -0
- package/dist/collection/vendor/calcite-components/FHAH57CK.js +4 -0
- package/dist/collection/vendor/calcite-components/FHGZNYTT.js +4 -0
- package/dist/collection/vendor/calcite-components/FLXOWNYW.js +4 -0
- package/dist/collection/vendor/calcite-components/FVABUFOH.js +4 -0
- package/dist/collection/vendor/calcite-components/G2JF63JV.js +4 -0
- package/dist/collection/vendor/calcite-components/G63OZT6W.js +4 -0
- package/dist/collection/vendor/calcite-components/GESC7PRY.js +4 -0
- package/dist/collection/vendor/calcite-components/GIAH7CPN.js +4 -0
- package/dist/collection/vendor/calcite-components/GNZIY4A2.js +4 -0
- package/dist/collection/vendor/calcite-components/GPNKRGK6.js +4 -0
- package/dist/collection/vendor/calcite-components/GSUR5POR.js +4 -0
- package/dist/collection/vendor/calcite-components/GY22257T.js +4 -0
- package/dist/collection/vendor/calcite-components/H2PEX7CU.js +4 -0
- package/dist/collection/vendor/calcite-components/H2UMFA24.js +4 -0
- package/dist/collection/vendor/calcite-components/H7D6N2ZS.js +4 -0
- package/dist/collection/vendor/calcite-components/HALAA7KD.js +4 -0
- package/dist/collection/vendor/calcite-components/HHC7VSD3.js +4 -0
- package/dist/collection/vendor/calcite-components/HNGJKPNS.js +4 -0
- package/dist/collection/vendor/calcite-components/HQLH54Q4.js +4 -0
- package/dist/collection/vendor/calcite-components/HZLG5SUR.js +4 -0
- package/dist/collection/vendor/calcite-components/HZUKYZNP.js +4 -0
- package/dist/collection/vendor/calcite-components/IHBCPOXF.js +4 -0
- package/dist/collection/vendor/calcite-components/IIERNP6W.js +4 -0
- package/dist/collection/vendor/calcite-components/ILJVRQHM.js +4 -0
- package/dist/collection/vendor/calcite-components/IQTGVLQG.js +4 -0
- package/dist/collection/vendor/calcite-components/IRW4MFB4.js +4 -0
- package/dist/collection/vendor/calcite-components/J4KGM5S7.js +5 -0
- package/dist/collection/vendor/calcite-components/JCQBVDTR.js +4 -0
- package/dist/collection/vendor/calcite-components/JCZIZMKQ.js +4 -0
- package/dist/collection/vendor/calcite-components/JE5DGAJR.js +4 -0
- package/dist/collection/vendor/calcite-components/JL7OLH3T.js +4 -0
- package/dist/collection/vendor/calcite-components/JTWLPIB2.js +4 -0
- package/dist/collection/vendor/calcite-components/K53JENHF.js +4 -0
- package/dist/collection/vendor/calcite-components/K5ODBKLP.js +4 -0
- package/dist/collection/vendor/calcite-components/KC4IYMUL.js +4 -0
- package/dist/collection/vendor/calcite-components/KE7WVOAV.js +4 -0
- package/dist/collection/vendor/calcite-components/KGJ4OJVP.js +4 -0
- package/dist/collection/vendor/calcite-components/KI2CJ7JL.js +4 -0
- package/dist/collection/vendor/calcite-components/KNE7ABCR.js +4 -0
- package/dist/collection/vendor/calcite-components/KOFGYSC5.js +4 -0
- package/dist/collection/vendor/calcite-components/KOH6G4XV.js +4 -0
- package/dist/collection/vendor/calcite-components/KRO7CG2Q.js +4 -0
- package/dist/collection/vendor/calcite-components/KRZW2DWF.js +4 -0
- package/dist/collection/vendor/calcite-components/KSFXKRML.js +4 -0
- package/dist/collection/vendor/calcite-components/KTJZCONU.js +4 -0
- package/dist/collection/vendor/calcite-components/KXJRCIPX.js +4 -0
- package/dist/collection/vendor/calcite-components/L5DK3NJQ.js +4 -0
- package/dist/collection/vendor/calcite-components/LEAJPPH4.js +4 -0
- package/dist/collection/vendor/calcite-components/LKNGKUUT.js +4 -0
- package/dist/collection/vendor/calcite-components/LLYFYC3S.js +4 -0
- package/dist/collection/vendor/calcite-components/LLYVXFI4.js +4 -0
- package/dist/collection/vendor/calcite-components/LMPMNF4U.js +4 -0
- package/dist/collection/vendor/calcite-components/LNUDHR7T.js +4 -0
- package/dist/collection/vendor/calcite-components/LRXQU7WR.js +4 -0
- package/dist/collection/vendor/calcite-components/MDS5OEJ4.js +4 -0
- package/dist/collection/vendor/calcite-components/MEXPAXRW.js +4 -0
- package/dist/collection/vendor/calcite-components/MI3K57KT.js +4 -0
- package/dist/collection/vendor/calcite-components/MIOMFK6B.js +4 -0
- package/dist/collection/vendor/calcite-components/MJII73PP.js +4 -0
- package/dist/collection/vendor/calcite-components/MJIKLRLZ.js +4 -0
- package/dist/collection/vendor/calcite-components/MQSDYLGW.js +4 -0
- package/dist/collection/vendor/calcite-components/MWJLXQ5U.js +4 -0
- package/dist/collection/vendor/calcite-components/N2PDJVSE.js +4 -0
- package/dist/collection/vendor/calcite-components/NERFG233.js +4 -0
- package/dist/collection/vendor/calcite-components/NIUBMFXO.js +4 -0
- package/dist/collection/vendor/calcite-components/NK25FAZ6.js +4 -0
- package/dist/collection/vendor/calcite-components/NK4ED4IH.js +5 -0
- package/dist/collection/vendor/calcite-components/NOJTDKA6.js +4 -0
- package/dist/collection/vendor/calcite-components/NUY7EYNX.js +4 -0
- package/dist/collection/vendor/calcite-components/NWA7UYBI.js +4 -0
- package/dist/collection/vendor/calcite-components/NWNWCSUO.js +4 -0
- package/dist/collection/vendor/calcite-components/NYJ2KJKN.js +4 -0
- package/dist/collection/vendor/calcite-components/O6RKIBH2.js +4 -0
- package/dist/collection/vendor/calcite-components/OP2QHRHR.js +4 -0
- package/dist/collection/vendor/calcite-components/P5ZVYEQW.js +4 -0
- package/dist/collection/vendor/calcite-components/P6BFNJVU.js +4 -0
- package/dist/collection/vendor/calcite-components/P6VB45CQ.js +4 -0
- package/dist/collection/vendor/calcite-components/PNTWJB75.js +4 -0
- package/dist/collection/vendor/calcite-components/PTUZR2XV.js +4 -0
- package/dist/collection/vendor/calcite-components/QBNHVQWS.js +4 -0
- package/dist/collection/vendor/calcite-components/QD6WQCPN.js +4 -0
- package/dist/collection/vendor/calcite-components/QEBXFL3K.js +4 -0
- package/dist/collection/vendor/calcite-components/QNRLRRZZ.js +4 -0
- package/dist/collection/vendor/calcite-components/QTGKBVAW.js +4 -0
- package/dist/collection/vendor/calcite-components/QVLHSABE.js +4 -0
- package/dist/collection/vendor/calcite-components/RATZT6K7.js +4 -0
- package/dist/collection/vendor/calcite-components/RAWIO5CJ.js +4 -0
- package/dist/collection/vendor/calcite-components/RC4M4Q6U.js +4 -0
- package/dist/collection/vendor/calcite-components/ROTKUEC4.js +4 -0
- package/dist/collection/vendor/calcite-components/RRR3UCDP.js +4 -0
- package/dist/collection/vendor/calcite-components/RXJQR5VC.js +4 -0
- package/dist/collection/vendor/calcite-components/RYBJ6HQX.js +4 -0
- package/dist/collection/vendor/calcite-components/S2CHZ5WW.js +4 -0
- package/dist/collection/vendor/calcite-components/S5QILLXK.js +4 -0
- package/dist/collection/vendor/calcite-components/S5WUGWLI.js +4 -0
- package/dist/collection/vendor/calcite-components/SLILJOTA.js +4 -0
- package/dist/collection/vendor/calcite-components/SZIQPAWB.js +4 -0
- package/dist/collection/vendor/calcite-components/T2EFD7MK.js +4 -0
- package/dist/collection/vendor/calcite-components/TJ6U6Y2A.js +4 -0
- package/dist/collection/vendor/calcite-components/TRXE64SN.js +4 -0
- package/dist/collection/vendor/calcite-components/TVXUNVVJ.js +4 -0
- package/dist/collection/vendor/calcite-components/TZPOTIWO.js +4 -0
- package/dist/collection/vendor/calcite-components/UKOMGWYV.js +4 -0
- package/dist/collection/vendor/calcite-components/ULI2WHN6.js +4 -0
- package/dist/collection/vendor/calcite-components/UPO2OA2C.js +4 -0
- package/dist/collection/vendor/calcite-components/V7QQRUYR.js +4 -0
- package/dist/collection/vendor/calcite-components/VA6SEF3H.js +4 -0
- package/dist/collection/vendor/calcite-components/VCGYS6AC.js +4 -0
- package/dist/collection/vendor/calcite-components/VHIVTMYL.js +22 -0
- package/dist/collection/vendor/calcite-components/VIFJTMJE.js +4 -0
- package/dist/collection/vendor/calcite-components/VKUXTBMA.js +4 -0
- package/dist/collection/vendor/calcite-components/VYBRMYZA.js +4 -0
- package/dist/collection/vendor/calcite-components/VYSYUSUT.js +4 -0
- package/dist/collection/vendor/calcite-components/WHQERKO3.js +4 -0
- package/dist/collection/vendor/calcite-components/WLKZ6TCC.js +4 -0
- package/dist/collection/vendor/calcite-components/WRRV2226.js +4 -0
- package/dist/collection/vendor/calcite-components/X5OT5VWP.js +4 -0
- package/dist/collection/vendor/calcite-components/X7WD2RXW.js +4 -0
- package/dist/collection/vendor/calcite-components/XGGCYCLU.js +4 -0
- package/dist/collection/vendor/calcite-components/XJUGTTYP.js +4 -0
- package/dist/collection/vendor/calcite-components/XK6ESUWM.js +4 -0
- package/dist/collection/vendor/calcite-components/XODNGXTR.js +4 -0
- package/dist/collection/vendor/calcite-components/XP22SQKN.js +4 -0
- package/dist/collection/vendor/calcite-components/XUCLKKAR.js +4 -0
- package/dist/collection/vendor/calcite-components/XWO5T62V.js +4 -0
- package/dist/collection/vendor/calcite-components/XY7DR573.js +4 -0
- package/dist/collection/vendor/calcite-components/Y4WWNYQO.js +4 -0
- package/dist/collection/vendor/calcite-components/YF3UCGCR.js +4 -0
- package/dist/collection/vendor/calcite-components/YH3WSHXS.js +4 -0
- package/dist/collection/vendor/calcite-components/YOI4NTGG.js +4 -0
- package/dist/collection/vendor/calcite-components/YP2GEKXK.js +4 -0
- package/dist/collection/vendor/calcite-components/YQDF2N5J.js +4 -0
- package/dist/collection/vendor/calcite-components/YRCGG4BE.js +4 -0
- package/dist/collection/vendor/calcite-components/YTSHEMU3.js +4 -0
- package/dist/collection/vendor/calcite-components/YUQIXR5A.js +4 -0
- package/dist/collection/vendor/calcite-components/ZAY3SU5H.js +4 -0
- package/dist/collection/vendor/calcite-components/ZFGK5MNZ.js +4 -0
- package/dist/collection/vendor/calcite-components/ZITAONDY.js +4 -0
- package/dist/collection/vendor/calcite-components/ZLW5U3G6.js +4 -0
- package/dist/collection/vendor/calcite-components/ZNMXPSOQ.js +4 -0
- package/dist/collection/vendor/calcite-components/ZSLV2NNR.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 +52 -10
- 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/index.es.js +6 -5
- package/dist/components/info-card2.js +77 -16
- package/dist/components/instant-apps-keyboard-shortcuts.js +17 -17
- package/dist/components/instant-apps-language-switcher.js +815 -9
- package/dist/components/instant-apps-language-translator2.js +1 -1
- package/dist/components/json-editor2.js +28 -5
- package/dist/components/layer-list2.js +50 -10
- package/dist/components/layer-table2.js +171 -39
- package/dist/components/loadModules2.js +1 -1
- 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 +427 -98
- package/dist/esm/consent-manager.entry.js +54 -12
- 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-3f4d34a4.js +3217 -0
- package/dist/esm/effects-38bc1195.js +81 -0
- package/dist/esm/feature-list.entry.js +95 -24
- package/dist/esm/helpers-5df33e11.js +841 -0
- package/dist/esm/index-000c7a7c.js +1870 -0
- package/dist/esm/index-f7533fcc.js +199 -0
- package/dist/esm/index.es-87662946.js +11108 -0
- package/dist/esm/instant-apps-app-guide.entry.js +3 -3
- package/dist/esm/instant-apps-ckeditor-wrapper_3.entry.js +5 -5
- package/dist/esm/instant-apps-control-panel.entry.js +2 -2
- package/dist/esm/instant-apps-create.entry.js +3 -3
- package/dist/esm/instant-apps-export-views.entry.js +3 -3
- package/dist/esm/instant-apps-export.entry.js +3 -3
- package/dist/esm/instant-apps-filter-list_2.entry.js +3 -3
- package/dist/esm/instant-apps-header.entry.js +1 -1
- package/dist/esm/instant-apps-interactive-legend-classic.entry.js +5 -5
- package/dist/esm/instant-apps-interactive-legend-count_2.entry.js +5 -5
- package/dist/esm/instant-apps-interactive-legend-group-legend-element-caption.entry.js +5 -5
- package/dist/esm/instant-apps-interactive-legend-group-legend-element_5.entry.js +5 -5
- package/dist/esm/instant-apps-interactive-legend.entry.js +6 -6
- package/dist/esm/instant-apps-keyboard-shortcuts.entry.js +20 -20
- package/dist/esm/instant-apps-landing-page.entry.js +1 -1
- package/dist/esm/instant-apps-language-switcher.entry.js +820 -14
- package/dist/esm/instant-apps-language-translator.entry.js +813 -6
- package/dist/esm/instant-apps-measurement-tool.entry.js +2 -2
- package/dist/esm/instant-apps-measurement.entry.js +3 -3
- package/dist/esm/instant-apps-popover.entry.js +3 -3
- package/dist/esm/instant-apps-popovers.entry.js +1 -1
- package/dist/esm/instant-apps-scoreboard.entry.js +3 -3
- package/dist/esm/instant-apps-sign-in.entry.js +3 -3
- package/dist/esm/instant-apps-splash.entry.js +3 -3
- package/dist/esm/instant-apps-time-filter.entry.js +5 -5
- package/dist/esm/json-editor_7.entry.js +227 -49
- package/dist/esm/languageSwitcher-49bad3f4.js +49 -0
- package/dist/esm/loadModules-947ccfd4.js +21 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/locale-857bb2e4.js +938 -0
- package/dist/esm/locale-fd7f8659.js +155 -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-43fafc2f.js +119 -0
- package/dist/esm/public-notification.entry.js +194 -44
- package/dist/esm/publicNotificationStore-e5306ea6.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-26e3d8c6.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-ebba7c2e.js +142 -0
- package/dist/solutions-components/p-056d4371.entry.js +6 -0
- package/dist/solutions-components/p-0592d206.entry.js +6 -0
- package/dist/solutions-components/p-075979ef.js +36 -0
- package/dist/solutions-components/p-08ad0b7a.js +6 -0
- package/dist/solutions-components/p-0b974e3c.entry.js +6 -0
- package/dist/solutions-components/p-0db26b05.entry.js +6 -0
- package/dist/solutions-components/p-1309ac58.js +129 -0
- package/dist/solutions-components/p-174fa218.js +6 -0
- package/dist/solutions-components/p-193034c9.entry.js +6 -0
- package/dist/solutions-components/p-1a1791ae.entry.js +21 -0
- package/dist/solutions-components/p-1b6461c5.entry.js +6 -0
- package/dist/solutions-components/p-1e57a3bd.entry.js +6 -0
- package/dist/solutions-components/p-21b280a8.js +21 -0
- package/dist/solutions-components/p-2672ee69.entry.js +6 -0
- package/dist/solutions-components/p-2937baee.js +6 -0
- package/dist/solutions-components/p-3c1c2ca5.entry.js +11 -0
- package/dist/solutions-components/p-3d7eeb2d.js +488 -0
- package/dist/solutions-components/p-3de6e5d8.entry.js +6 -0
- package/dist/solutions-components/p-40578f4b.entry.js +6 -0
- package/dist/solutions-components/p-48fcfd06.entry.js +6 -0
- package/dist/solutions-components/p-4db43d2c.entry.js +6 -0
- package/dist/solutions-components/p-4e34c101.entry.js +6 -0
- package/dist/solutions-components/p-4f683af6.entry.js +6 -0
- package/dist/solutions-components/p-529325da.entry.js +6 -0
- package/dist/solutions-components/p-5c05f28a.entry.js +6 -0
- package/dist/solutions-components/p-5dfab24b.entry.js +6 -0
- package/dist/solutions-components/p-60bdf635.entry.js +6 -0
- package/dist/solutions-components/p-73ba31c4.entry.js +6 -0
- package/dist/solutions-components/p-7c958237.entry.js +6 -0
- package/dist/solutions-components/p-8169d4af.entry.js +6 -0
- package/dist/solutions-components/p-89cae891.entry.js +6 -0
- package/dist/solutions-components/p-89fbc318.js +6 -0
- package/dist/solutions-components/p-8c40bdec.js +7 -0
- package/dist/solutions-components/p-a5069229.entry.js +6 -0
- package/dist/solutions-components/p-a5073249.entry.js +6 -0
- package/dist/solutions-components/p-a5c51211.entry.js +6 -0
- package/dist/solutions-components/p-a940dc0c.entry.js +6 -0
- package/dist/solutions-components/p-b6422554.entry.js +6 -0
- package/dist/solutions-components/p-b67ff61f.entry.js +6 -0
- package/dist/solutions-components/p-b711a822.entry.js +6 -0
- package/dist/solutions-components/p-bf007c87.js +21 -0
- package/dist/solutions-components/p-c19c273f.entry.js +6 -0
- package/dist/solutions-components/p-c223bd87.js +6 -0
- package/dist/solutions-components/p-c25ebd5a.entry.js +6 -0
- package/dist/solutions-components/p-c63ce830.entry.js +6 -0
- package/dist/solutions-components/p-c691c1d1.entry.js +6 -0
- package/dist/solutions-components/p-c9e111d7.entry.js +6 -0
- package/dist/solutions-components/p-cc3e637d.entry.js +6 -0
- package/dist/solutions-components/p-d1d8e331.entry.js +6 -0
- package/dist/solutions-components/p-dc188d13.js +61 -0
- package/dist/solutions-components/p-ded33011.entry.js +6 -0
- package/dist/solutions-components/p-e133f9b2.entry.js +6 -0
- package/dist/solutions-components/p-e16bb956.entry.js +6 -0
- package/dist/solutions-components/p-e6158877.entry.js +6 -0
- package/dist/solutions-components/p-ea19f91b.js +6 -0
- package/dist/solutions-components/p-f1faec42.entry.js +6 -0
- package/dist/solutions-components/p-f24d6b3e.entry.js +6 -0
- package/dist/solutions-components/p-f71dc88a.entry.js +21 -0
- package/dist/solutions-components/p-f7c10b7f.entry.js +6 -0
- package/dist/solutions-components/p-fa639501.js +6 -0
- package/dist/solutions-components/p-fb4dfcbe.entry.js +6 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/vendor/calcite-components/2BGOXXHV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2EBGD5ZQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2HEEVITF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2QBRISAS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2SKIGCTJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/2ZPEMPPG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/36DTW2EC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/36E6CTNX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/36HITQ3A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/3FJPBCHI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/3TINKPLC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/3TXD2SW4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/43C4CZJO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/44DZGTF5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4IWRJJPT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4L6L5YMT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4NZHY4FQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4OSJHPNQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4ZNEZOAP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/4ZTXEQT4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/57U74PDQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5BEKT6RT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5JAMHCQS.js +6 -0
- package/dist/solutions-components/vendor/calcite-components/5UP5TQJN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5VK77MGP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/5ZFIOILW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/62G23PKY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6A464LBG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6KXUZBIZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6OCJIDQZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6PBZNCIY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/6SREDGMN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/73K4GSAV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/757M5TSP.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/7F6EUEAO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7GOGBJPD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7PLD33LH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7TNMI44V.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7VZFYJY5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/7XZR3QPX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/A3M4FM7N.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/A5WZ32T6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/A6H6UTO7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AA6WUYLQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ADRZSXZD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/AKXBPGJ4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ALGCYGFE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/B3YKMJGM.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/B6DZ4O5H.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/B747CT5Q.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/BAHKYVUM.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/BTHSKXWS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/BWCV737I.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/BZV465ZG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/C4A2PCZ4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/C5MKAGNV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/CK3TASCY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/D2MINRBA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DDOM5RYZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DJ4JGNMM.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DL75ZJBG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DO4RITGJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DSL2FNLA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DTEHSI7W.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DUTPXINY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DY22I2GZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/DYN74HSB.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/E3CWAGXE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/E3QBKOQQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EBFZRB3A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ECGXAEDQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EGC7NBN5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EILXZAAH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EISHHIYI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EN6Y5YN5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ERDL4UCD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/EYPFBUR7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/F6DYUGAJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FAQ7B73H.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FAULLEJY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FH7G4JPL.js +28 -0
- package/dist/solutions-components/vendor/calcite-components/FHAH57CK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FHGZNYTT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FLXOWNYW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/FVABUFOH.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/G2JF63JV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/G63OZT6W.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GESC7PRY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GIAH7CPN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GNZIY4A2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GPNKRGK6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GSUR5POR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/GY22257T.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/H2PEX7CU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/H2UMFA24.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/H7D6N2ZS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HALAA7KD.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HHC7VSD3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HNGJKPNS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HQLH54Q4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HZLG5SUR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/HZUKYZNP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IHBCPOXF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IIERNP6W.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ILJVRQHM.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IQTGVLQG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/IRW4MFB4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/J4KGM5S7.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/JCQBVDTR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JCZIZMKQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JE5DGAJR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JL7OLH3T.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/JTWLPIB2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/K53JENHF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/K5ODBKLP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KC4IYMUL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KE7WVOAV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KGJ4OJVP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KI2CJ7JL.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KNE7ABCR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KOFGYSC5.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KOH6G4XV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KRO7CG2Q.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KRZW2DWF.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KSFXKRML.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KTJZCONU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/KXJRCIPX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/L5DK3NJQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LEAJPPH4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LKNGKUUT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LLYFYC3S.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LLYVXFI4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LMPMNF4U.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LNUDHR7T.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/LRXQU7WR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MDS5OEJ4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MEXPAXRW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MI3K57KT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MIOMFK6B.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MJII73PP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MJIKLRLZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MQSDYLGW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/MWJLXQ5U.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/N2PDJVSE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NERFG233.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NIUBMFXO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NK25FAZ6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NK4ED4IH.js +5 -0
- package/dist/solutions-components/vendor/calcite-components/NOJTDKA6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NUY7EYNX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NWA7UYBI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NWNWCSUO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/NYJ2KJKN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/O6RKIBH2.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/OP2QHRHR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/P5ZVYEQW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/P6BFNJVU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/P6VB45CQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/PNTWJB75.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/PTUZR2XV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QBNHVQWS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QD6WQCPN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QEBXFL3K.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QNRLRRZZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QTGKBVAW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/QVLHSABE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RATZT6K7.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RAWIO5CJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RC4M4Q6U.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ROTKUEC4.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RRR3UCDP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RXJQR5VC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/RYBJ6HQX.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/S2CHZ5WW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/S5QILLXK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/S5WUGWLI.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/SLILJOTA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/SZIQPAWB.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/T2EFD7MK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TJ6U6Y2A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TRXE64SN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TVXUNVVJ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/TZPOTIWO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/UKOMGWYV.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ULI2WHN6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/UPO2OA2C.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/V7QQRUYR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VA6SEF3H.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VCGYS6AC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VHIVTMYL.js +22 -0
- package/dist/solutions-components/vendor/calcite-components/VIFJTMJE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VKUXTBMA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VYBRMYZA.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/VYSYUSUT.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WHQERKO3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WLKZ6TCC.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/WRRV2226.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/X5OT5VWP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/X7WD2RXW.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XGGCYCLU.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XJUGTTYP.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XK6ESUWM.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XODNGXTR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XP22SQKN.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XUCLKKAR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XWO5T62V.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/XY7DR573.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/Y4WWNYQO.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YF3UCGCR.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YH3WSHXS.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YOI4NTGG.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YP2GEKXK.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YQDF2N5J.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YRCGG4BE.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YTSHEMU3.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/YUQIXR5A.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZAY3SU5H.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZFGK5MNZ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZITAONDY.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZLW5U3G6.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZNMXPSOQ.js +4 -0
- package/dist/solutions-components/vendor/calcite-components/ZSLV2NNR.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 +6 -6
- package/package.json +2 -2
- package/dist/cjs/constants-bed33322.js +0 -860
- package/dist/cjs/downloadUtils-9ce90176.js +0 -3223
- package/dist/cjs/effects-fdd163a9.js +0 -83
- 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/index.es-6549e26a.js +0 -11194
- package/dist/cjs/loadModules-df8b13ca.js +0 -23
- 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/constants-637a40f5.js +0 -856
- package/dist/esm/downloadUtils-1179f077.js +0 -3217
- package/dist/esm/effects-d42ccf96.js +0 -81
- 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/index.es-6b399444.js +0 -11107
- package/dist/esm/loadModules-d5a25252.js +0 -21
- 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-4695cfab.js +0 -6
- package/dist/solutions-components/p-48242dd4.js +0 -61
- package/dist/solutions-components/p-4b98adf3.entry.js +0 -6
- 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-72d04c7a.entry.js +0 -11
- package/dist/solutions-components/p-7dc7d3dc.entry.js +0 -6
- package/dist/solutions-components/p-7dc95675.js +0 -6
- package/dist/solutions-components/p-80262cb7.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-d001e961.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
@@ -0,0 +1,1870 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright 2022 Esri
|
3
|
+
* Licensed under the Apache License, Version 2.0
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5
|
+
*/
|
6
|
+
const NAMESPACE = 'solutions-components';
|
7
|
+
const BUILD = /* solutions-components */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: true, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, modernPropertyDecls: true, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: true };
|
8
|
+
|
9
|
+
/*
|
10
|
+
Stencil Client Platform v4.25.0 | MIT Licensed | https://stenciljs.com
|
11
|
+
*/
|
12
|
+
var __defProp = Object.defineProperty;
|
13
|
+
var __export = (target, all) => {
|
14
|
+
for (var name in all)
|
15
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
16
|
+
};
|
17
|
+
|
18
|
+
// src/utils/constants.ts
|
19
|
+
var SVG_NS = "http://www.w3.org/2000/svg";
|
20
|
+
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
21
|
+
|
22
|
+
// src/utils/es2022-rewire-class-members.ts
|
23
|
+
var reWireGetterSetter = (instance, hostRef) => {
|
24
|
+
var _a;
|
25
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
26
|
+
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
27
|
+
members.map(([memberName, [memberFlags]]) => {
|
28
|
+
if ((memberFlags & 31 /* Prop */ || memberFlags & 32 /* State */)) {
|
29
|
+
const ogValue = instance[memberName];
|
30
|
+
const ogDescriptor = Object.getOwnPropertyDescriptor(Object.getPrototypeOf(instance), memberName);
|
31
|
+
Object.defineProperty(instance, memberName, {
|
32
|
+
get() {
|
33
|
+
return ogDescriptor.get.call(this);
|
34
|
+
},
|
35
|
+
set(newValue) {
|
36
|
+
ogDescriptor.set.call(this, newValue);
|
37
|
+
},
|
38
|
+
configurable: true,
|
39
|
+
enumerable: true
|
40
|
+
});
|
41
|
+
instance[memberName] = hostRef.$instanceValues$.has(memberName) ? hostRef.$instanceValues$.get(memberName) : ogValue;
|
42
|
+
}
|
43
|
+
});
|
44
|
+
};
|
45
|
+
|
46
|
+
// src/client/client-host-ref.ts
|
47
|
+
var hostRefs = /* @__PURE__ */ new WeakMap();
|
48
|
+
var getHostRef = (ref) => hostRefs.get(ref);
|
49
|
+
var registerInstance = (lazyInstance, hostRef) => {
|
50
|
+
hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
51
|
+
{
|
52
|
+
reWireGetterSetter(lazyInstance, hostRef);
|
53
|
+
}
|
54
|
+
};
|
55
|
+
var registerHost = (hostElement, cmpMeta) => {
|
56
|
+
const hostRef = {
|
57
|
+
$flags$: 0,
|
58
|
+
$hostElement$: hostElement,
|
59
|
+
$cmpMeta$: cmpMeta,
|
60
|
+
$instanceValues$: /* @__PURE__ */ new Map()
|
61
|
+
};
|
62
|
+
{
|
63
|
+
hostRef.$onInstancePromise$ = new Promise((r) => hostRef.$onInstanceResolve$ = r);
|
64
|
+
}
|
65
|
+
{
|
66
|
+
hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
|
67
|
+
hostElement["s-p"] = [];
|
68
|
+
hostElement["s-rc"] = [];
|
69
|
+
}
|
70
|
+
const ref = hostRefs.set(hostElement, hostRef);
|
71
|
+
return ref;
|
72
|
+
};
|
73
|
+
var isMemberInElement = (elm, memberName) => memberName in elm;
|
74
|
+
var consoleError = (e, el) => (0, console.error)(e, el);
|
75
|
+
|
76
|
+
// src/client/client-load-module.ts
|
77
|
+
var cmpModules = /* @__PURE__ */ new Map();
|
78
|
+
var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
79
|
+
const exportName = cmpMeta.$tagName$.replace(/-/g, "_");
|
80
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
81
|
+
if (!bundleId) {
|
82
|
+
return void 0;
|
83
|
+
}
|
84
|
+
const module = cmpModules.get(bundleId) ;
|
85
|
+
if (module) {
|
86
|
+
return module[exportName];
|
87
|
+
}
|
88
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/
|
89
|
+
return import(
|
90
|
+
/* @vite-ignore */
|
91
|
+
/* webpackInclude: /\.entry\.js$/ */
|
92
|
+
/* webpackExclude: /\.system\.entry\.js$/ */
|
93
|
+
/* webpackMode: "lazy" */
|
94
|
+
`./${bundleId}.entry.js${""}`
|
95
|
+
).then(
|
96
|
+
(importedModule) => {
|
97
|
+
{
|
98
|
+
cmpModules.set(bundleId, importedModule);
|
99
|
+
}
|
100
|
+
return importedModule[exportName];
|
101
|
+
},
|
102
|
+
(e) => {
|
103
|
+
consoleError(e, hostRef.$hostElement$);
|
104
|
+
}
|
105
|
+
);
|
106
|
+
};
|
107
|
+
|
108
|
+
// src/client/client-style.ts
|
109
|
+
var styles = /* @__PURE__ */ new Map();
|
110
|
+
var HYDRATED_STYLE_ID = "sty-id";
|
111
|
+
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
112
|
+
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
113
|
+
var win = typeof window !== "undefined" ? window : {};
|
114
|
+
var doc = win.document || { head: {} };
|
115
|
+
var plt = {
|
116
|
+
$flags$: 0,
|
117
|
+
$resourcesUrl$: "",
|
118
|
+
jmp: (h2) => h2(),
|
119
|
+
raf: (h2) => requestAnimationFrame(h2),
|
120
|
+
ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
|
121
|
+
rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
|
122
|
+
ce: (eventName, opts) => new CustomEvent(eventName, opts)
|
123
|
+
};
|
124
|
+
var supportsListenerOptions = /* @__PURE__ */ (() => {
|
125
|
+
let supportsListenerOptions2 = false;
|
126
|
+
try {
|
127
|
+
doc.addEventListener(
|
128
|
+
"e",
|
129
|
+
null,
|
130
|
+
Object.defineProperty({}, "passive", {
|
131
|
+
get() {
|
132
|
+
supportsListenerOptions2 = true;
|
133
|
+
}
|
134
|
+
})
|
135
|
+
);
|
136
|
+
} catch (e) {
|
137
|
+
}
|
138
|
+
return supportsListenerOptions2;
|
139
|
+
})();
|
140
|
+
var promiseResolve = (v) => Promise.resolve(v);
|
141
|
+
var supportsConstructableStylesheets = /* @__PURE__ */ (() => {
|
142
|
+
try {
|
143
|
+
new CSSStyleSheet();
|
144
|
+
return typeof new CSSStyleSheet().replaceSync === "function";
|
145
|
+
} catch (e) {
|
146
|
+
}
|
147
|
+
return false;
|
148
|
+
})() ;
|
149
|
+
var queuePending = false;
|
150
|
+
var queueDomReads = [];
|
151
|
+
var queueDomWrites = [];
|
152
|
+
var queueTask = (queue, write) => (cb) => {
|
153
|
+
queue.push(cb);
|
154
|
+
if (!queuePending) {
|
155
|
+
queuePending = true;
|
156
|
+
if (write && plt.$flags$ & 4 /* queueSync */) {
|
157
|
+
nextTick(flush);
|
158
|
+
} else {
|
159
|
+
plt.raf(flush);
|
160
|
+
}
|
161
|
+
}
|
162
|
+
};
|
163
|
+
var consume = (queue) => {
|
164
|
+
for (let i2 = 0; i2 < queue.length; i2++) {
|
165
|
+
try {
|
166
|
+
queue[i2](performance.now());
|
167
|
+
} catch (e) {
|
168
|
+
consoleError(e);
|
169
|
+
}
|
170
|
+
}
|
171
|
+
queue.length = 0;
|
172
|
+
};
|
173
|
+
var flush = () => {
|
174
|
+
consume(queueDomReads);
|
175
|
+
{
|
176
|
+
consume(queueDomWrites);
|
177
|
+
if (queuePending = queueDomReads.length > 0) {
|
178
|
+
plt.raf(flush);
|
179
|
+
}
|
180
|
+
}
|
181
|
+
};
|
182
|
+
var nextTick = (cb) => promiseResolve().then(cb);
|
183
|
+
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
184
|
+
|
185
|
+
// src/runtime/asset-path.ts
|
186
|
+
var getAssetPath = (path) => {
|
187
|
+
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
188
|
+
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
189
|
+
};
|
190
|
+
|
191
|
+
// src/utils/helpers.ts
|
192
|
+
var isDef = (v) => v != null && v !== void 0;
|
193
|
+
var isComplexType = (o) => {
|
194
|
+
o = typeof o;
|
195
|
+
return o === "object" || o === "function";
|
196
|
+
};
|
197
|
+
|
198
|
+
// src/utils/query-nonce-meta-tag-content.ts
|
199
|
+
function queryNonceMetaTagContent(doc2) {
|
200
|
+
var _a, _b, _c;
|
201
|
+
return (_c = (_b = (_a = doc2.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
|
202
|
+
}
|
203
|
+
|
204
|
+
// src/utils/result.ts
|
205
|
+
var result_exports = {};
|
206
|
+
__export(result_exports, {
|
207
|
+
err: () => err,
|
208
|
+
map: () => map,
|
209
|
+
ok: () => ok,
|
210
|
+
unwrap: () => unwrap,
|
211
|
+
unwrapErr: () => unwrapErr
|
212
|
+
});
|
213
|
+
var ok = (value) => ({
|
214
|
+
isOk: true,
|
215
|
+
isErr: false,
|
216
|
+
value
|
217
|
+
});
|
218
|
+
var err = (value) => ({
|
219
|
+
isOk: false,
|
220
|
+
isErr: true,
|
221
|
+
value
|
222
|
+
});
|
223
|
+
function map(result, fn) {
|
224
|
+
if (result.isOk) {
|
225
|
+
const val = fn(result.value);
|
226
|
+
if (val instanceof Promise) {
|
227
|
+
return val.then((newVal) => ok(newVal));
|
228
|
+
} else {
|
229
|
+
return ok(val);
|
230
|
+
}
|
231
|
+
}
|
232
|
+
if (result.isErr) {
|
233
|
+
const value = result.value;
|
234
|
+
return err(value);
|
235
|
+
}
|
236
|
+
throw "should never get here";
|
237
|
+
}
|
238
|
+
var unwrap = (result) => {
|
239
|
+
if (result.isOk) {
|
240
|
+
return result.value;
|
241
|
+
} else {
|
242
|
+
throw result.value;
|
243
|
+
}
|
244
|
+
};
|
245
|
+
var unwrapErr = (result) => {
|
246
|
+
if (result.isErr) {
|
247
|
+
return result.value;
|
248
|
+
} else {
|
249
|
+
throw result.value;
|
250
|
+
}
|
251
|
+
};
|
252
|
+
var updateFallbackSlotVisibility = (elm) => {
|
253
|
+
const childNodes = elm.__childNodes || elm.childNodes;
|
254
|
+
if (elm.tagName && elm.tagName.includes("-") && elm["s-cr"] && elm.tagName !== "SLOT-FB") {
|
255
|
+
getHostSlotNodes(childNodes, elm.tagName).forEach((slotNode) => {
|
256
|
+
var _a;
|
257
|
+
if (slotNode.nodeType === 1 /* ElementNode */ && slotNode.tagName === "SLOT-FB") {
|
258
|
+
if ((_a = getHostSlotChildNodes(slotNode, slotNode["s-sn"], false)) == null ? void 0 : _a.length) {
|
259
|
+
slotNode.hidden = true;
|
260
|
+
} else {
|
261
|
+
slotNode.hidden = false;
|
262
|
+
}
|
263
|
+
}
|
264
|
+
});
|
265
|
+
}
|
266
|
+
for (const childNode of childNodes) {
|
267
|
+
if (childNode.nodeType === 1 /* ElementNode */ && (childNode.__childNodes || childNode.childNodes).length) {
|
268
|
+
updateFallbackSlotVisibility(childNode);
|
269
|
+
}
|
270
|
+
}
|
271
|
+
};
|
272
|
+
function getHostSlotNodes(childNodes, hostName, slotName) {
|
273
|
+
let i2 = 0;
|
274
|
+
let slottedNodes = [];
|
275
|
+
let childNode;
|
276
|
+
for (; i2 < childNodes.length; i2++) {
|
277
|
+
childNode = childNodes[i2];
|
278
|
+
if (childNode["s-sr"] && childNode["s-hn"] === hostName && (slotName === void 0 || childNode["s-sn"] === slotName)) {
|
279
|
+
slottedNodes.push(childNode);
|
280
|
+
if (typeof slotName !== "undefined") return slottedNodes;
|
281
|
+
}
|
282
|
+
slottedNodes = [...slottedNodes, ...getHostSlotNodes(childNode.childNodes, hostName, slotName)];
|
283
|
+
}
|
284
|
+
return slottedNodes;
|
285
|
+
}
|
286
|
+
var getHostSlotChildNodes = (node, slotName, includeSlot = true) => {
|
287
|
+
const childNodes = [];
|
288
|
+
if (includeSlot && node["s-sr"] || !node["s-sr"]) childNodes.push(node);
|
289
|
+
while ((node = node.nextSibling) && node["s-sn"] === slotName) {
|
290
|
+
childNodes.push(node);
|
291
|
+
}
|
292
|
+
return childNodes;
|
293
|
+
};
|
294
|
+
var isNodeLocatedInSlot = (nodeToRelocate, slotName) => {
|
295
|
+
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
296
|
+
if (nodeToRelocate.getAttribute("slot") === null && slotName === "") {
|
297
|
+
return true;
|
298
|
+
}
|
299
|
+
if (nodeToRelocate.getAttribute("slot") === slotName) {
|
300
|
+
return true;
|
301
|
+
}
|
302
|
+
return false;
|
303
|
+
}
|
304
|
+
if (nodeToRelocate["s-sn"] === slotName) {
|
305
|
+
return true;
|
306
|
+
}
|
307
|
+
return slotName === "";
|
308
|
+
};
|
309
|
+
var createTime = (fnName, tagName = "") => {
|
310
|
+
{
|
311
|
+
return () => {
|
312
|
+
return;
|
313
|
+
};
|
314
|
+
}
|
315
|
+
};
|
316
|
+
var uniqueTime = (key, measureText) => {
|
317
|
+
{
|
318
|
+
return () => {
|
319
|
+
return;
|
320
|
+
};
|
321
|
+
}
|
322
|
+
};
|
323
|
+
var h = (nodeName, vnodeData, ...children) => {
|
324
|
+
let child = null;
|
325
|
+
let key = null;
|
326
|
+
let slotName = null;
|
327
|
+
let simple = false;
|
328
|
+
let lastSimple = false;
|
329
|
+
const vNodeChildren = [];
|
330
|
+
const walk = (c) => {
|
331
|
+
for (let i2 = 0; i2 < c.length; i2++) {
|
332
|
+
child = c[i2];
|
333
|
+
if (Array.isArray(child)) {
|
334
|
+
walk(child);
|
335
|
+
} else if (child != null && typeof child !== "boolean") {
|
336
|
+
if (simple = typeof nodeName !== "function" && !isComplexType(child)) {
|
337
|
+
child = String(child);
|
338
|
+
}
|
339
|
+
if (simple && lastSimple) {
|
340
|
+
vNodeChildren[vNodeChildren.length - 1].$text$ += child;
|
341
|
+
} else {
|
342
|
+
vNodeChildren.push(simple ? newVNode(null, child) : child);
|
343
|
+
}
|
344
|
+
lastSimple = simple;
|
345
|
+
}
|
346
|
+
}
|
347
|
+
};
|
348
|
+
walk(children);
|
349
|
+
if (vnodeData) {
|
350
|
+
if (vnodeData.key) {
|
351
|
+
key = vnodeData.key;
|
352
|
+
}
|
353
|
+
if (vnodeData.name) {
|
354
|
+
slotName = vnodeData.name;
|
355
|
+
}
|
356
|
+
{
|
357
|
+
const classData = vnodeData.className || vnodeData.class;
|
358
|
+
if (classData) {
|
359
|
+
vnodeData.class = typeof classData !== "object" ? classData : Object.keys(classData).filter((k) => classData[k]).join(" ");
|
360
|
+
}
|
361
|
+
}
|
362
|
+
}
|
363
|
+
if (typeof nodeName === "function") {
|
364
|
+
return nodeName(
|
365
|
+
vnodeData === null ? {} : vnodeData,
|
366
|
+
vNodeChildren,
|
367
|
+
vdomFnUtils
|
368
|
+
);
|
369
|
+
}
|
370
|
+
const vnode = newVNode(nodeName, null);
|
371
|
+
vnode.$attrs$ = vnodeData;
|
372
|
+
if (vNodeChildren.length > 0) {
|
373
|
+
vnode.$children$ = vNodeChildren;
|
374
|
+
}
|
375
|
+
{
|
376
|
+
vnode.$key$ = key;
|
377
|
+
}
|
378
|
+
{
|
379
|
+
vnode.$name$ = slotName;
|
380
|
+
}
|
381
|
+
return vnode;
|
382
|
+
};
|
383
|
+
var newVNode = (tag, text) => {
|
384
|
+
const vnode = {
|
385
|
+
$flags$: 0,
|
386
|
+
$tag$: tag,
|
387
|
+
$text$: text,
|
388
|
+
$elm$: null,
|
389
|
+
$children$: null
|
390
|
+
};
|
391
|
+
{
|
392
|
+
vnode.$attrs$ = null;
|
393
|
+
}
|
394
|
+
{
|
395
|
+
vnode.$key$ = null;
|
396
|
+
}
|
397
|
+
{
|
398
|
+
vnode.$name$ = null;
|
399
|
+
}
|
400
|
+
return vnode;
|
401
|
+
};
|
402
|
+
var Host = {};
|
403
|
+
var isHost = (node) => node && node.$tag$ === Host;
|
404
|
+
var vdomFnUtils = {
|
405
|
+
forEach: (children, cb) => children.map(convertToPublic).forEach(cb),
|
406
|
+
map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate)
|
407
|
+
};
|
408
|
+
var convertToPublic = (node) => ({
|
409
|
+
vattrs: node.$attrs$,
|
410
|
+
vchildren: node.$children$,
|
411
|
+
vkey: node.$key$,
|
412
|
+
vname: node.$name$,
|
413
|
+
vtag: node.$tag$,
|
414
|
+
vtext: node.$text$
|
415
|
+
});
|
416
|
+
var convertToPrivate = (node) => {
|
417
|
+
if (typeof node.vtag === "function") {
|
418
|
+
const vnodeData = { ...node.vattrs };
|
419
|
+
if (node.vkey) {
|
420
|
+
vnodeData.key = node.vkey;
|
421
|
+
}
|
422
|
+
if (node.vname) {
|
423
|
+
vnodeData.name = node.vname;
|
424
|
+
}
|
425
|
+
return h(node.vtag, vnodeData, ...node.vchildren || []);
|
426
|
+
}
|
427
|
+
const vnode = newVNode(node.vtag, node.vtext);
|
428
|
+
vnode.$attrs$ = node.vattrs;
|
429
|
+
vnode.$children$ = node.vchildren;
|
430
|
+
vnode.$key$ = node.vkey;
|
431
|
+
vnode.$name$ = node.vname;
|
432
|
+
return vnode;
|
433
|
+
};
|
434
|
+
var parsePropertyValue = (propValue, propType) => {
|
435
|
+
if (propValue != null && !isComplexType(propValue)) {
|
436
|
+
if (propType & 4 /* Boolean */) {
|
437
|
+
return propValue === "false" ? false : propValue === "" || !!propValue;
|
438
|
+
}
|
439
|
+
if (propType & 2 /* Number */) {
|
440
|
+
return parseFloat(propValue);
|
441
|
+
}
|
442
|
+
if (propType & 1 /* String */) {
|
443
|
+
return String(propValue);
|
444
|
+
}
|
445
|
+
return propValue;
|
446
|
+
}
|
447
|
+
return propValue;
|
448
|
+
};
|
449
|
+
var getElement = (ref) => getHostRef(ref).$hostElement$ ;
|
450
|
+
|
451
|
+
// src/runtime/event-emitter.ts
|
452
|
+
var createEvent = (ref, name, flags) => {
|
453
|
+
const elm = getElement(ref);
|
454
|
+
return {
|
455
|
+
emit: (detail) => {
|
456
|
+
return emitEvent(elm, name, {
|
457
|
+
bubbles: !!(flags & 4 /* Bubbles */),
|
458
|
+
composed: !!(flags & 2 /* Composed */),
|
459
|
+
cancelable: !!(flags & 1 /* Cancellable */),
|
460
|
+
detail
|
461
|
+
});
|
462
|
+
}
|
463
|
+
};
|
464
|
+
};
|
465
|
+
var emitEvent = (elm, name, opts) => {
|
466
|
+
const ev = plt.ce(name, opts);
|
467
|
+
elm.dispatchEvent(ev);
|
468
|
+
return ev;
|
469
|
+
};
|
470
|
+
var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
|
471
|
+
var registerStyle = (scopeId2, cssText, allowCS) => {
|
472
|
+
let style = styles.get(scopeId2);
|
473
|
+
if (supportsConstructableStylesheets && allowCS) {
|
474
|
+
style = style || new CSSStyleSheet();
|
475
|
+
if (typeof style === "string") {
|
476
|
+
style = cssText;
|
477
|
+
} else {
|
478
|
+
style.replaceSync(cssText);
|
479
|
+
}
|
480
|
+
} else {
|
481
|
+
style = cssText;
|
482
|
+
}
|
483
|
+
styles.set(scopeId2, style);
|
484
|
+
};
|
485
|
+
var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
486
|
+
var _a;
|
487
|
+
const scopeId2 = getScopeId(cmpMeta);
|
488
|
+
const style = styles.get(scopeId2);
|
489
|
+
styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;
|
490
|
+
if (style) {
|
491
|
+
if (typeof style === "string") {
|
492
|
+
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
493
|
+
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
494
|
+
let styleElm;
|
495
|
+
if (!appliedStyles) {
|
496
|
+
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
497
|
+
}
|
498
|
+
if (!appliedStyles.has(scopeId2)) {
|
499
|
+
{
|
500
|
+
styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || doc.createElement("style");
|
501
|
+
styleElm.innerHTML = style;
|
502
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
503
|
+
if (nonce != null) {
|
504
|
+
styleElm.setAttribute("nonce", nonce);
|
505
|
+
}
|
506
|
+
if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
|
507
|
+
if (styleContainerNode.nodeName === "HEAD") {
|
508
|
+
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
509
|
+
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
510
|
+
styleContainerNode.insertBefore(styleElm, referenceNode2);
|
511
|
+
} else if ("host" in styleContainerNode) {
|
512
|
+
if (supportsConstructableStylesheets) {
|
513
|
+
const stylesheet = new CSSStyleSheet();
|
514
|
+
stylesheet.replaceSync(style);
|
515
|
+
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
516
|
+
} else {
|
517
|
+
const existingStyleContainer = styleContainerNode.querySelector("style");
|
518
|
+
if (existingStyleContainer) {
|
519
|
+
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
520
|
+
} else {
|
521
|
+
styleContainerNode.prepend(styleElm);
|
522
|
+
}
|
523
|
+
}
|
524
|
+
} else {
|
525
|
+
styleContainerNode.append(styleElm);
|
526
|
+
}
|
527
|
+
}
|
528
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
|
529
|
+
styleContainerNode.insertBefore(styleElm, null);
|
530
|
+
}
|
531
|
+
}
|
532
|
+
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
533
|
+
styleElm.innerHTML += SLOT_FB_CSS;
|
534
|
+
}
|
535
|
+
if (appliedStyles) {
|
536
|
+
appliedStyles.add(scopeId2);
|
537
|
+
}
|
538
|
+
}
|
539
|
+
} else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
|
540
|
+
styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
|
541
|
+
}
|
542
|
+
}
|
543
|
+
return scopeId2;
|
544
|
+
};
|
545
|
+
var attachStyles = (hostRef) => {
|
546
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
547
|
+
const elm = hostRef.$hostElement$;
|
548
|
+
const flags = cmpMeta.$flags$;
|
549
|
+
const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
|
550
|
+
const scopeId2 = addStyle(
|
551
|
+
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
552
|
+
cmpMeta);
|
553
|
+
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
554
|
+
elm["s-sc"] = scopeId2;
|
555
|
+
elm.classList.add(scopeId2 + "-h");
|
556
|
+
}
|
557
|
+
endAttachStyles();
|
558
|
+
};
|
559
|
+
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
560
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
561
|
+
if (oldValue !== newValue) {
|
562
|
+
let isProp = isMemberInElement(elm, memberName);
|
563
|
+
let ln = memberName.toLowerCase();
|
564
|
+
if (memberName === "class") {
|
565
|
+
const classList = elm.classList;
|
566
|
+
const oldClasses = parseClassList(oldValue);
|
567
|
+
let newClasses = parseClassList(newValue);
|
568
|
+
if (elm["s-si"]) {
|
569
|
+
newClasses.push(elm["s-si"]);
|
570
|
+
oldClasses.forEach((c) => {
|
571
|
+
if (c.startsWith(elm["s-si"])) newClasses.push(c);
|
572
|
+
});
|
573
|
+
newClasses = [...new Set(newClasses)];
|
574
|
+
classList.add(...newClasses);
|
575
|
+
delete elm["s-si"];
|
576
|
+
} else {
|
577
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
578
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
579
|
+
}
|
580
|
+
} else if (memberName === "style") {
|
581
|
+
{
|
582
|
+
for (const prop in oldValue) {
|
583
|
+
if (!newValue || newValue[prop] == null) {
|
584
|
+
if (prop.includes("-")) {
|
585
|
+
elm.style.removeProperty(prop);
|
586
|
+
} else {
|
587
|
+
elm.style[prop] = "";
|
588
|
+
}
|
589
|
+
}
|
590
|
+
}
|
591
|
+
}
|
592
|
+
for (const prop in newValue) {
|
593
|
+
if (!oldValue || newValue[prop] !== oldValue[prop]) {
|
594
|
+
if (prop.includes("-")) {
|
595
|
+
elm.style.setProperty(prop, newValue[prop]);
|
596
|
+
} else {
|
597
|
+
elm.style[prop] = newValue[prop];
|
598
|
+
}
|
599
|
+
}
|
600
|
+
}
|
601
|
+
} else if (memberName === "key") ; else if (memberName === "ref") {
|
602
|
+
if (newValue) {
|
603
|
+
newValue(elm);
|
604
|
+
}
|
605
|
+
} else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
|
606
|
+
if (memberName[2] === "-") {
|
607
|
+
memberName = memberName.slice(3);
|
608
|
+
} else if (isMemberInElement(win, ln)) {
|
609
|
+
memberName = ln.slice(2);
|
610
|
+
} else {
|
611
|
+
memberName = ln[2] + memberName.slice(3);
|
612
|
+
}
|
613
|
+
if (oldValue || newValue) {
|
614
|
+
const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
|
615
|
+
memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
|
616
|
+
if (oldValue) {
|
617
|
+
plt.rel(elm, memberName, oldValue, capture);
|
618
|
+
}
|
619
|
+
if (newValue) {
|
620
|
+
plt.ael(elm, memberName, newValue, capture);
|
621
|
+
}
|
622
|
+
}
|
623
|
+
} else {
|
624
|
+
const isComplex = isComplexType(newValue);
|
625
|
+
if ((isProp || isComplex && newValue !== null) && !isSvg) {
|
626
|
+
try {
|
627
|
+
if (!elm.tagName.includes("-")) {
|
628
|
+
const n = newValue == null ? "" : newValue;
|
629
|
+
if (memberName === "list") {
|
630
|
+
isProp = false;
|
631
|
+
} else if (oldValue == null || elm[memberName] != n) {
|
632
|
+
if (typeof elm.__lookupSetter__(memberName) === "function") {
|
633
|
+
elm[memberName] = n;
|
634
|
+
} else {
|
635
|
+
elm.setAttribute(memberName, n);
|
636
|
+
}
|
637
|
+
}
|
638
|
+
} else if (elm[memberName] !== newValue) {
|
639
|
+
elm[memberName] = newValue;
|
640
|
+
}
|
641
|
+
} catch (e) {
|
642
|
+
}
|
643
|
+
}
|
644
|
+
if (newValue == null || newValue === false) {
|
645
|
+
if (newValue !== false || elm.getAttribute(memberName) === "") {
|
646
|
+
{
|
647
|
+
elm.removeAttribute(memberName);
|
648
|
+
}
|
649
|
+
}
|
650
|
+
} else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
|
651
|
+
newValue = newValue === true ? "" : newValue;
|
652
|
+
{
|
653
|
+
elm.setAttribute(memberName, newValue);
|
654
|
+
}
|
655
|
+
}
|
656
|
+
}
|
657
|
+
}
|
658
|
+
};
|
659
|
+
var parseClassListRegex = /\s/;
|
660
|
+
var parseClassList = (value) => {
|
661
|
+
if (typeof value === "object" && "baseVal" in value) {
|
662
|
+
value = value.baseVal;
|
663
|
+
}
|
664
|
+
if (!value) {
|
665
|
+
return [];
|
666
|
+
}
|
667
|
+
return value.split(parseClassListRegex);
|
668
|
+
};
|
669
|
+
var CAPTURE_EVENT_SUFFIX = "Capture";
|
670
|
+
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
671
|
+
|
672
|
+
// src/runtime/vdom/update-element.ts
|
673
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
674
|
+
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
675
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
676
|
+
const newVnodeAttrs = newVnode.$attrs$ || {};
|
677
|
+
{
|
678
|
+
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
679
|
+
if (!(memberName in newVnodeAttrs)) {
|
680
|
+
setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);
|
681
|
+
}
|
682
|
+
}
|
683
|
+
}
|
684
|
+
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
685
|
+
setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);
|
686
|
+
}
|
687
|
+
};
|
688
|
+
function sortedAttrNames(attrNames) {
|
689
|
+
return attrNames.includes("ref") ? (
|
690
|
+
// we need to sort these to ensure that `'ref'` is the last attr
|
691
|
+
[...attrNames.filter((attr) => attr !== "ref"), "ref"]
|
692
|
+
) : (
|
693
|
+
// no need to sort, return the original array
|
694
|
+
attrNames
|
695
|
+
);
|
696
|
+
}
|
697
|
+
|
698
|
+
// src/runtime/vdom/vdom-render.ts
|
699
|
+
var scopeId;
|
700
|
+
var contentRef;
|
701
|
+
var hostTagName;
|
702
|
+
var useNativeShadowDom = false;
|
703
|
+
var checkSlotFallbackVisibility = false;
|
704
|
+
var checkSlotRelocate = false;
|
705
|
+
var isSvgMode = false;
|
706
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
707
|
+
var _a;
|
708
|
+
const newVNode2 = newParentVNode.$children$[childIndex];
|
709
|
+
let i2 = 0;
|
710
|
+
let elm;
|
711
|
+
let childNode;
|
712
|
+
let oldVNode;
|
713
|
+
if (!useNativeShadowDom) {
|
714
|
+
checkSlotRelocate = true;
|
715
|
+
if (newVNode2.$tag$ === "slot") {
|
716
|
+
newVNode2.$flags$ |= newVNode2.$children$ ? (
|
717
|
+
// slot element has fallback content
|
718
|
+
// still create an element that "mocks" the slot element
|
719
|
+
2 /* isSlotFallback */
|
720
|
+
) : (
|
721
|
+
// slot element does not have fallback content
|
722
|
+
// create an html comment we'll use to always reference
|
723
|
+
// where actual slot content should sit next to
|
724
|
+
1 /* isSlotReference */
|
725
|
+
);
|
726
|
+
}
|
727
|
+
}
|
728
|
+
if (newVNode2.$text$ !== null) {
|
729
|
+
elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);
|
730
|
+
} else if (newVNode2.$flags$ & 1 /* isSlotReference */) {
|
731
|
+
elm = newVNode2.$elm$ = doc.createTextNode("");
|
732
|
+
} else {
|
733
|
+
if (!isSvgMode) {
|
734
|
+
isSvgMode = newVNode2.$tag$ === "svg";
|
735
|
+
}
|
736
|
+
elm = newVNode2.$elm$ = doc.createElementNS(
|
737
|
+
isSvgMode ? SVG_NS : HTML_NS,
|
738
|
+
!useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
|
739
|
+
) ;
|
740
|
+
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
741
|
+
isSvgMode = false;
|
742
|
+
}
|
743
|
+
{
|
744
|
+
updateElement(null, newVNode2, isSvgMode);
|
745
|
+
}
|
746
|
+
if (isDef(scopeId) && elm["s-si"] !== scopeId) {
|
747
|
+
elm.classList.add(elm["s-si"] = scopeId);
|
748
|
+
}
|
749
|
+
if (newVNode2.$children$) {
|
750
|
+
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
751
|
+
childNode = createElm(oldParentVNode, newVNode2, i2);
|
752
|
+
if (childNode) {
|
753
|
+
elm.appendChild(childNode);
|
754
|
+
}
|
755
|
+
}
|
756
|
+
}
|
757
|
+
{
|
758
|
+
if (newVNode2.$tag$ === "svg") {
|
759
|
+
isSvgMode = false;
|
760
|
+
} else if (elm.tagName === "foreignObject") {
|
761
|
+
isSvgMode = true;
|
762
|
+
}
|
763
|
+
}
|
764
|
+
}
|
765
|
+
elm["s-hn"] = hostTagName;
|
766
|
+
{
|
767
|
+
if (newVNode2.$flags$ & (2 /* isSlotFallback */ | 1 /* isSlotReference */)) {
|
768
|
+
elm["s-sr"] = true;
|
769
|
+
elm["s-cr"] = contentRef;
|
770
|
+
elm["s-sn"] = newVNode2.$name$ || "";
|
771
|
+
elm["s-rf"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;
|
772
|
+
oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
|
773
|
+
if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {
|
774
|
+
{
|
775
|
+
putBackInOriginalLocation(oldParentVNode.$elm$, false);
|
776
|
+
}
|
777
|
+
}
|
778
|
+
{
|
779
|
+
addRemoveSlotScopedClass(contentRef, elm, newParentVNode.$elm$, oldParentVNode == null ? void 0 : oldParentVNode.$elm$);
|
780
|
+
}
|
781
|
+
}
|
782
|
+
}
|
783
|
+
return elm;
|
784
|
+
};
|
785
|
+
var putBackInOriginalLocation = (parentElm, recursive) => {
|
786
|
+
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
787
|
+
const oldSlotChildNodes = Array.from(parentElm.__childNodes || parentElm.childNodes);
|
788
|
+
if (parentElm["s-sr"] && BUILD.experimentalSlotFixes) {
|
789
|
+
let node = parentElm;
|
790
|
+
while (node = node.nextSibling) {
|
791
|
+
if (node && node["s-sn"] === parentElm["s-sn"] && node["s-sh"] === hostTagName) {
|
792
|
+
oldSlotChildNodes.push(node);
|
793
|
+
}
|
794
|
+
}
|
795
|
+
}
|
796
|
+
for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {
|
797
|
+
const childNode = oldSlotChildNodes[i2];
|
798
|
+
if (childNode["s-hn"] !== hostTagName && childNode["s-ol"]) {
|
799
|
+
insertBefore(referenceNode(childNode).parentNode, childNode, referenceNode(childNode));
|
800
|
+
childNode["s-ol"].remove();
|
801
|
+
childNode["s-ol"] = void 0;
|
802
|
+
childNode["s-sh"] = void 0;
|
803
|
+
checkSlotRelocate = true;
|
804
|
+
}
|
805
|
+
if (recursive) {
|
806
|
+
putBackInOriginalLocation(childNode, recursive);
|
807
|
+
}
|
808
|
+
}
|
809
|
+
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
810
|
+
};
|
811
|
+
var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
|
812
|
+
let containerElm = parentElm["s-cr"] && parentElm["s-cr"].parentNode || parentElm;
|
813
|
+
let childNode;
|
814
|
+
if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
|
815
|
+
containerElm = containerElm.shadowRoot;
|
816
|
+
}
|
817
|
+
for (; startIdx <= endIdx; ++startIdx) {
|
818
|
+
if (vnodes[startIdx]) {
|
819
|
+
childNode = createElm(null, parentVNode, startIdx);
|
820
|
+
if (childNode) {
|
821
|
+
vnodes[startIdx].$elm$ = childNode;
|
822
|
+
insertBefore(containerElm, childNode, referenceNode(before) );
|
823
|
+
}
|
824
|
+
}
|
825
|
+
}
|
826
|
+
};
|
827
|
+
var removeVnodes = (vnodes, startIdx, endIdx) => {
|
828
|
+
for (let index = startIdx; index <= endIdx; ++index) {
|
829
|
+
const vnode = vnodes[index];
|
830
|
+
if (vnode) {
|
831
|
+
const elm = vnode.$elm$;
|
832
|
+
nullifyVNodeRefs(vnode);
|
833
|
+
if (elm) {
|
834
|
+
{
|
835
|
+
checkSlotFallbackVisibility = true;
|
836
|
+
if (elm["s-ol"]) {
|
837
|
+
elm["s-ol"].remove();
|
838
|
+
} else {
|
839
|
+
putBackInOriginalLocation(elm, true);
|
840
|
+
}
|
841
|
+
}
|
842
|
+
elm.remove();
|
843
|
+
}
|
844
|
+
}
|
845
|
+
}
|
846
|
+
};
|
847
|
+
var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {
|
848
|
+
let oldStartIdx = 0;
|
849
|
+
let newStartIdx = 0;
|
850
|
+
let idxInOld = 0;
|
851
|
+
let i2 = 0;
|
852
|
+
let oldEndIdx = oldCh.length - 1;
|
853
|
+
let oldStartVnode = oldCh[0];
|
854
|
+
let oldEndVnode = oldCh[oldEndIdx];
|
855
|
+
let newEndIdx = newCh.length - 1;
|
856
|
+
let newStartVnode = newCh[0];
|
857
|
+
let newEndVnode = newCh[newEndIdx];
|
858
|
+
let node;
|
859
|
+
let elmToMove;
|
860
|
+
while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
|
861
|
+
if (oldStartVnode == null) {
|
862
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
863
|
+
} else if (oldEndVnode == null) {
|
864
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
865
|
+
} else if (newStartVnode == null) {
|
866
|
+
newStartVnode = newCh[++newStartIdx];
|
867
|
+
} else if (newEndVnode == null) {
|
868
|
+
newEndVnode = newCh[--newEndIdx];
|
869
|
+
} else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
|
870
|
+
patch(oldStartVnode, newStartVnode, isInitialRender);
|
871
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
872
|
+
newStartVnode = newCh[++newStartIdx];
|
873
|
+
} else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
|
874
|
+
patch(oldEndVnode, newEndVnode, isInitialRender);
|
875
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
876
|
+
newEndVnode = newCh[--newEndIdx];
|
877
|
+
} else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
|
878
|
+
if ((oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot")) {
|
879
|
+
putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
|
880
|
+
}
|
881
|
+
patch(oldStartVnode, newEndVnode, isInitialRender);
|
882
|
+
insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
|
883
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
884
|
+
newEndVnode = newCh[--newEndIdx];
|
885
|
+
} else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
|
886
|
+
if ((oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot")) {
|
887
|
+
putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
|
888
|
+
}
|
889
|
+
patch(oldEndVnode, newStartVnode, isInitialRender);
|
890
|
+
insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
|
891
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
892
|
+
newStartVnode = newCh[++newStartIdx];
|
893
|
+
} else {
|
894
|
+
idxInOld = -1;
|
895
|
+
{
|
896
|
+
for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {
|
897
|
+
if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {
|
898
|
+
idxInOld = i2;
|
899
|
+
break;
|
900
|
+
}
|
901
|
+
}
|
902
|
+
}
|
903
|
+
if (idxInOld >= 0) {
|
904
|
+
elmToMove = oldCh[idxInOld];
|
905
|
+
if (elmToMove.$tag$ !== newStartVnode.$tag$) {
|
906
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld);
|
907
|
+
} else {
|
908
|
+
patch(elmToMove, newStartVnode, isInitialRender);
|
909
|
+
oldCh[idxInOld] = void 0;
|
910
|
+
node = elmToMove.$elm$;
|
911
|
+
}
|
912
|
+
newStartVnode = newCh[++newStartIdx];
|
913
|
+
} else {
|
914
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
|
915
|
+
newStartVnode = newCh[++newStartIdx];
|
916
|
+
}
|
917
|
+
if (node) {
|
918
|
+
{
|
919
|
+
insertBefore(
|
920
|
+
referenceNode(oldStartVnode.$elm$).parentNode,
|
921
|
+
node,
|
922
|
+
referenceNode(oldStartVnode.$elm$)
|
923
|
+
);
|
924
|
+
}
|
925
|
+
}
|
926
|
+
}
|
927
|
+
}
|
928
|
+
if (oldStartIdx > oldEndIdx) {
|
929
|
+
addVnodes(
|
930
|
+
parentElm,
|
931
|
+
newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,
|
932
|
+
newVNode2,
|
933
|
+
newCh,
|
934
|
+
newStartIdx,
|
935
|
+
newEndIdx
|
936
|
+
);
|
937
|
+
} else if (newStartIdx > newEndIdx) {
|
938
|
+
removeVnodes(oldCh, oldStartIdx, oldEndIdx);
|
939
|
+
}
|
940
|
+
};
|
941
|
+
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
942
|
+
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
943
|
+
if (leftVNode.$tag$ === "slot") {
|
944
|
+
return leftVNode.$name$ === rightVNode.$name$;
|
945
|
+
}
|
946
|
+
if (!isInitialRender) {
|
947
|
+
return leftVNode.$key$ === rightVNode.$key$;
|
948
|
+
}
|
949
|
+
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
950
|
+
leftVNode.$key$ = rightVNode.$key$;
|
951
|
+
}
|
952
|
+
return true;
|
953
|
+
}
|
954
|
+
return false;
|
955
|
+
};
|
956
|
+
var referenceNode = (node) => node && node["s-ol"] || node;
|
957
|
+
var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
958
|
+
const elm = newVNode2.$elm$ = oldVNode.$elm$;
|
959
|
+
const oldChildren = oldVNode.$children$;
|
960
|
+
const newChildren = newVNode2.$children$;
|
961
|
+
const tag = newVNode2.$tag$;
|
962
|
+
const text = newVNode2.$text$;
|
963
|
+
let defaultHolder;
|
964
|
+
if (text === null) {
|
965
|
+
{
|
966
|
+
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
967
|
+
}
|
968
|
+
{
|
969
|
+
if (tag === "slot" && !useNativeShadowDom) ; else {
|
970
|
+
updateElement(oldVNode, newVNode2, isSvgMode);
|
971
|
+
}
|
972
|
+
}
|
973
|
+
if (oldChildren !== null && newChildren !== null) {
|
974
|
+
updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
|
975
|
+
} else if (newChildren !== null) {
|
976
|
+
if (oldVNode.$text$ !== null) {
|
977
|
+
elm.textContent = "";
|
978
|
+
}
|
979
|
+
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
980
|
+
} else if (
|
981
|
+
// don't do this on initial render as it can cause non-hydrated content to be removed
|
982
|
+
!isInitialRender && BUILD.updatable && oldChildren !== null
|
983
|
+
) {
|
984
|
+
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
985
|
+
}
|
986
|
+
if (isSvgMode && tag === "svg") {
|
987
|
+
isSvgMode = false;
|
988
|
+
}
|
989
|
+
} else if ((defaultHolder = elm["s-cr"])) {
|
990
|
+
defaultHolder.parentNode.textContent = text;
|
991
|
+
} else if (oldVNode.$text$ !== text) {
|
992
|
+
elm.data = text;
|
993
|
+
}
|
994
|
+
};
|
995
|
+
var relocateNodes = [];
|
996
|
+
var markSlotContentForRelocation = (elm) => {
|
997
|
+
let node;
|
998
|
+
let hostContentNodes;
|
999
|
+
let j;
|
1000
|
+
const children = elm.__childNodes || elm.childNodes;
|
1001
|
+
for (const childNode of children) {
|
1002
|
+
if (childNode["s-sr"] && (node = childNode["s-cr"]) && node.parentNode) {
|
1003
|
+
hostContentNodes = node.parentNode.__childNodes || node.parentNode.childNodes;
|
1004
|
+
const slotName = childNode["s-sn"];
|
1005
|
+
for (j = hostContentNodes.length - 1; j >= 0; j--) {
|
1006
|
+
node = hostContentNodes[j];
|
1007
|
+
if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (!BUILD.experimentalSlotFixes )) {
|
1008
|
+
if (isNodeLocatedInSlot(node, slotName)) {
|
1009
|
+
let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
|
1010
|
+
checkSlotFallbackVisibility = true;
|
1011
|
+
node["s-sn"] = node["s-sn"] || slotName;
|
1012
|
+
if (relocateNodeData) {
|
1013
|
+
relocateNodeData.$nodeToRelocate$["s-sh"] = childNode["s-hn"];
|
1014
|
+
relocateNodeData.$slotRefNode$ = childNode;
|
1015
|
+
} else {
|
1016
|
+
node["s-sh"] = childNode["s-hn"];
|
1017
|
+
relocateNodes.push({
|
1018
|
+
$slotRefNode$: childNode,
|
1019
|
+
$nodeToRelocate$: node
|
1020
|
+
});
|
1021
|
+
}
|
1022
|
+
if (node["s-sr"]) {
|
1023
|
+
relocateNodes.map((relocateNode) => {
|
1024
|
+
if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node["s-sn"])) {
|
1025
|
+
relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
|
1026
|
+
if (relocateNodeData && !relocateNode.$slotRefNode$) {
|
1027
|
+
relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;
|
1028
|
+
}
|
1029
|
+
}
|
1030
|
+
});
|
1031
|
+
}
|
1032
|
+
} else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {
|
1033
|
+
relocateNodes.push({
|
1034
|
+
$nodeToRelocate$: node
|
1035
|
+
});
|
1036
|
+
}
|
1037
|
+
}
|
1038
|
+
}
|
1039
|
+
}
|
1040
|
+
if (childNode.nodeType === 1 /* ElementNode */) {
|
1041
|
+
markSlotContentForRelocation(childNode);
|
1042
|
+
}
|
1043
|
+
}
|
1044
|
+
};
|
1045
|
+
var nullifyVNodeRefs = (vNode) => {
|
1046
|
+
{
|
1047
|
+
vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
|
1048
|
+
vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
|
1049
|
+
}
|
1050
|
+
};
|
1051
|
+
var insertBefore = (parent, newNode, reference) => {
|
1052
|
+
if (typeof newNode["s-sn"] === "string" && !!newNode["s-sr"] && !!newNode["s-cr"]) {
|
1053
|
+
addRemoveSlotScopedClass(newNode["s-cr"], newNode, parent, newNode.parentElement);
|
1054
|
+
}
|
1055
|
+
{
|
1056
|
+
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
1057
|
+
}
|
1058
|
+
};
|
1059
|
+
function addRemoveSlotScopedClass(reference, slotNode, newParent, oldParent) {
|
1060
|
+
var _a;
|
1061
|
+
let scopeId2;
|
1062
|
+
if (reference && typeof slotNode["s-sn"] === "string" && !!slotNode["s-sr"] && reference.parentNode && reference.parentNode["s-sc"] && (scopeId2 = slotNode["s-si"] || reference.parentNode["s-sc"])) {
|
1063
|
+
const scopeName = slotNode["s-sn"];
|
1064
|
+
const hostName = slotNode["s-hn"];
|
1065
|
+
(_a = newParent.classList) == null ? void 0 : _a.add(scopeId2 + "-s");
|
1066
|
+
if (oldParent && oldParent.classList.contains(scopeId2 + "-s")) {
|
1067
|
+
let child = (oldParent.__childNodes || oldParent.childNodes)[0];
|
1068
|
+
let found = false;
|
1069
|
+
while (child) {
|
1070
|
+
if (child["s-sn"] !== scopeName && child["s-hn"] === hostName && !!child["s-sr"]) {
|
1071
|
+
found = true;
|
1072
|
+
break;
|
1073
|
+
}
|
1074
|
+
child = child.nextSibling;
|
1075
|
+
}
|
1076
|
+
if (!found) oldParent.classList.remove(scopeId2 + "-s");
|
1077
|
+
}
|
1078
|
+
}
|
1079
|
+
}
|
1080
|
+
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
1081
|
+
var _a, _b, _c, _d;
|
1082
|
+
const hostElm = hostRef.$hostElement$;
|
1083
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
1084
|
+
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
1085
|
+
const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
|
1086
|
+
hostTagName = hostElm.tagName;
|
1087
|
+
if (cmpMeta.$attrsToReflect$) {
|
1088
|
+
rootVnode.$attrs$ = rootVnode.$attrs$ || {};
|
1089
|
+
cmpMeta.$attrsToReflect$.map(
|
1090
|
+
([propName, attribute]) => rootVnode.$attrs$[attribute] = hostElm[propName]
|
1091
|
+
);
|
1092
|
+
}
|
1093
|
+
if (isInitialLoad && rootVnode.$attrs$) {
|
1094
|
+
for (const key of Object.keys(rootVnode.$attrs$)) {
|
1095
|
+
if (hostElm.hasAttribute(key) && !["key", "ref", "style", "class"].includes(key)) {
|
1096
|
+
rootVnode.$attrs$[key] = hostElm[key];
|
1097
|
+
}
|
1098
|
+
}
|
1099
|
+
}
|
1100
|
+
rootVnode.$tag$ = null;
|
1101
|
+
rootVnode.$flags$ |= 4 /* isHost */;
|
1102
|
+
hostRef.$vnode$ = rootVnode;
|
1103
|
+
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
1104
|
+
{
|
1105
|
+
scopeId = hostElm["s-sc"];
|
1106
|
+
}
|
1107
|
+
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
1108
|
+
{
|
1109
|
+
contentRef = hostElm["s-cr"];
|
1110
|
+
checkSlotFallbackVisibility = false;
|
1111
|
+
}
|
1112
|
+
patch(oldVNode, rootVnode, isInitialLoad);
|
1113
|
+
{
|
1114
|
+
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
1115
|
+
if (checkSlotRelocate) {
|
1116
|
+
markSlotContentForRelocation(rootVnode.$elm$);
|
1117
|
+
for (const relocateData of relocateNodes) {
|
1118
|
+
const nodeToRelocate = relocateData.$nodeToRelocate$;
|
1119
|
+
if (!nodeToRelocate["s-ol"]) {
|
1120
|
+
const orgLocationNode = doc.createTextNode("");
|
1121
|
+
orgLocationNode["s-nr"] = nodeToRelocate;
|
1122
|
+
insertBefore(nodeToRelocate.parentNode, nodeToRelocate["s-ol"] = orgLocationNode, nodeToRelocate);
|
1123
|
+
}
|
1124
|
+
}
|
1125
|
+
for (const relocateData of relocateNodes) {
|
1126
|
+
const nodeToRelocate = relocateData.$nodeToRelocate$;
|
1127
|
+
const slotRefNode = relocateData.$slotRefNode$;
|
1128
|
+
if (slotRefNode) {
|
1129
|
+
const parentNodeRef = slotRefNode.parentNode;
|
1130
|
+
let insertBeforeNode = slotRefNode.nextSibling;
|
1131
|
+
{
|
1132
|
+
let orgLocationNode = (_a = nodeToRelocate["s-ol"]) == null ? void 0 : _a.previousSibling;
|
1133
|
+
while (orgLocationNode) {
|
1134
|
+
let refNode = (_b = orgLocationNode["s-nr"]) != null ? _b : null;
|
1135
|
+
if (refNode && refNode["s-sn"] === nodeToRelocate["s-sn"] && parentNodeRef === (refNode.__parentNode || refNode.parentNode)) {
|
1136
|
+
refNode = refNode.nextSibling;
|
1137
|
+
while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode["s-sr"])) {
|
1138
|
+
refNode = refNode == null ? void 0 : refNode.nextSibling;
|
1139
|
+
}
|
1140
|
+
if (!refNode || !refNode["s-nr"]) {
|
1141
|
+
insertBeforeNode = refNode;
|
1142
|
+
break;
|
1143
|
+
}
|
1144
|
+
}
|
1145
|
+
orgLocationNode = orgLocationNode.previousSibling;
|
1146
|
+
}
|
1147
|
+
}
|
1148
|
+
const parent = nodeToRelocate.__parentNode || nodeToRelocate.parentNode;
|
1149
|
+
const nextSibling = nodeToRelocate.__nextSibling || nodeToRelocate.nextSibling;
|
1150
|
+
if (!insertBeforeNode && parentNodeRef !== parent || nextSibling !== insertBeforeNode) {
|
1151
|
+
if (nodeToRelocate !== insertBeforeNode) {
|
1152
|
+
if (!nodeToRelocate["s-hn"] && nodeToRelocate["s-ol"]) {
|
1153
|
+
nodeToRelocate["s-hn"] = nodeToRelocate["s-ol"].parentNode.nodeName;
|
1154
|
+
}
|
1155
|
+
insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);
|
1156
|
+
if (nodeToRelocate.nodeType === 1 /* ElementNode */ && nodeToRelocate.tagName !== "SLOT-FB") {
|
1157
|
+
nodeToRelocate.hidden = (_c = nodeToRelocate["s-ih"]) != null ? _c : false;
|
1158
|
+
}
|
1159
|
+
}
|
1160
|
+
}
|
1161
|
+
nodeToRelocate && typeof slotRefNode["s-rf"] === "function" && slotRefNode["s-rf"](nodeToRelocate);
|
1162
|
+
} else {
|
1163
|
+
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
1164
|
+
if (isInitialLoad) {
|
1165
|
+
nodeToRelocate["s-ih"] = (_d = nodeToRelocate.hidden) != null ? _d : false;
|
1166
|
+
}
|
1167
|
+
nodeToRelocate.hidden = true;
|
1168
|
+
}
|
1169
|
+
}
|
1170
|
+
}
|
1171
|
+
}
|
1172
|
+
if (checkSlotFallbackVisibility) {
|
1173
|
+
updateFallbackSlotVisibility(rootVnode.$elm$);
|
1174
|
+
}
|
1175
|
+
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
1176
|
+
relocateNodes.length = 0;
|
1177
|
+
}
|
1178
|
+
contentRef = void 0;
|
1179
|
+
};
|
1180
|
+
|
1181
|
+
// src/runtime/update-component.ts
|
1182
|
+
var attachToAncestor = (hostRef, ancestorComponent) => {
|
1183
|
+
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
1184
|
+
const index = ancestorComponent["s-p"].push(
|
1185
|
+
new Promise(
|
1186
|
+
(r) => hostRef.$onRenderResolve$ = () => {
|
1187
|
+
ancestorComponent["s-p"].splice(index - 1, 1);
|
1188
|
+
r();
|
1189
|
+
}
|
1190
|
+
)
|
1191
|
+
);
|
1192
|
+
}
|
1193
|
+
};
|
1194
|
+
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
1195
|
+
{
|
1196
|
+
hostRef.$flags$ |= 16 /* isQueuedForUpdate */;
|
1197
|
+
}
|
1198
|
+
if (hostRef.$flags$ & 4 /* isWaitingForChildren */) {
|
1199
|
+
hostRef.$flags$ |= 512 /* needsRerender */;
|
1200
|
+
return;
|
1201
|
+
}
|
1202
|
+
attachToAncestor(hostRef, hostRef.$ancestorComponent$);
|
1203
|
+
const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
|
1204
|
+
return writeTask(dispatch) ;
|
1205
|
+
};
|
1206
|
+
var dispatchHooks = (hostRef, isInitialLoad) => {
|
1207
|
+
const elm = hostRef.$hostElement$;
|
1208
|
+
const endSchedule = createTime("scheduleUpdate", hostRef.$cmpMeta$.$tagName$);
|
1209
|
+
const instance = hostRef.$lazyInstance$ ;
|
1210
|
+
if (!instance) {
|
1211
|
+
throw new Error(
|
1212
|
+
`Can't render component <${elm.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`
|
1213
|
+
);
|
1214
|
+
}
|
1215
|
+
let maybePromise;
|
1216
|
+
if (isInitialLoad) {
|
1217
|
+
{
|
1218
|
+
hostRef.$flags$ |= 256 /* isListenReady */;
|
1219
|
+
if (hostRef.$queuedListeners$) {
|
1220
|
+
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event, elm));
|
1221
|
+
hostRef.$queuedListeners$ = void 0;
|
1222
|
+
}
|
1223
|
+
}
|
1224
|
+
{
|
1225
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
1226
|
+
}
|
1227
|
+
} else {
|
1228
|
+
{
|
1229
|
+
maybePromise = safeCall(instance, "componentWillUpdate", void 0, elm);
|
1230
|
+
}
|
1231
|
+
}
|
1232
|
+
{
|
1233
|
+
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender", void 0, elm));
|
1234
|
+
}
|
1235
|
+
endSchedule();
|
1236
|
+
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
1237
|
+
};
|
1238
|
+
var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {
|
1239
|
+
console.error(err2);
|
1240
|
+
fn();
|
1241
|
+
}) : fn();
|
1242
|
+
var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
|
1243
|
+
var updateComponent = async (hostRef, instance, isInitialLoad) => {
|
1244
|
+
var _a;
|
1245
|
+
const elm = hostRef.$hostElement$;
|
1246
|
+
const endUpdate = createTime("update", hostRef.$cmpMeta$.$tagName$);
|
1247
|
+
const rc = elm["s-rc"];
|
1248
|
+
if (isInitialLoad) {
|
1249
|
+
attachStyles(hostRef);
|
1250
|
+
}
|
1251
|
+
const endRender = createTime("render", hostRef.$cmpMeta$.$tagName$);
|
1252
|
+
{
|
1253
|
+
callRender(hostRef, instance, elm, isInitialLoad);
|
1254
|
+
}
|
1255
|
+
if (rc) {
|
1256
|
+
rc.map((cb) => cb());
|
1257
|
+
elm["s-rc"] = void 0;
|
1258
|
+
}
|
1259
|
+
endRender();
|
1260
|
+
endUpdate();
|
1261
|
+
{
|
1262
|
+
const childrenPromises = (_a = elm["s-p"]) != null ? _a : [];
|
1263
|
+
const postUpdate = () => postUpdateComponent(hostRef);
|
1264
|
+
if (childrenPromises.length === 0) {
|
1265
|
+
postUpdate();
|
1266
|
+
} else {
|
1267
|
+
Promise.all(childrenPromises).then(postUpdate);
|
1268
|
+
hostRef.$flags$ |= 4 /* isWaitingForChildren */;
|
1269
|
+
childrenPromises.length = 0;
|
1270
|
+
}
|
1271
|
+
}
|
1272
|
+
};
|
1273
|
+
var renderingRef = null;
|
1274
|
+
var callRender = (hostRef, instance, elm, isInitialLoad) => {
|
1275
|
+
try {
|
1276
|
+
renderingRef = instance;
|
1277
|
+
instance = instance.render() ;
|
1278
|
+
{
|
1279
|
+
hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;
|
1280
|
+
}
|
1281
|
+
{
|
1282
|
+
hostRef.$flags$ |= 2 /* hasRendered */;
|
1283
|
+
}
|
1284
|
+
{
|
1285
|
+
{
|
1286
|
+
{
|
1287
|
+
renderVdom(hostRef, instance, isInitialLoad);
|
1288
|
+
}
|
1289
|
+
}
|
1290
|
+
}
|
1291
|
+
} catch (e) {
|
1292
|
+
consoleError(e, hostRef.$hostElement$);
|
1293
|
+
}
|
1294
|
+
renderingRef = null;
|
1295
|
+
return null;
|
1296
|
+
};
|
1297
|
+
var getRenderingRef = () => renderingRef;
|
1298
|
+
var postUpdateComponent = (hostRef) => {
|
1299
|
+
const tagName = hostRef.$cmpMeta$.$tagName$;
|
1300
|
+
const elm = hostRef.$hostElement$;
|
1301
|
+
const endPostUpdate = createTime("postUpdate", tagName);
|
1302
|
+
const instance = hostRef.$lazyInstance$ ;
|
1303
|
+
const ancestorComponent = hostRef.$ancestorComponent$;
|
1304
|
+
{
|
1305
|
+
safeCall(instance, "componentDidRender", void 0, elm);
|
1306
|
+
}
|
1307
|
+
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
1308
|
+
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
1309
|
+
{
|
1310
|
+
addHydratedFlag(elm);
|
1311
|
+
}
|
1312
|
+
{
|
1313
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
1314
|
+
}
|
1315
|
+
endPostUpdate();
|
1316
|
+
{
|
1317
|
+
hostRef.$onReadyResolve$(elm);
|
1318
|
+
if (!ancestorComponent) {
|
1319
|
+
appDidLoad();
|
1320
|
+
}
|
1321
|
+
}
|
1322
|
+
} else {
|
1323
|
+
{
|
1324
|
+
safeCall(instance, "componentDidUpdate", void 0, elm);
|
1325
|
+
}
|
1326
|
+
endPostUpdate();
|
1327
|
+
}
|
1328
|
+
{
|
1329
|
+
hostRef.$onInstanceResolve$(elm);
|
1330
|
+
}
|
1331
|
+
{
|
1332
|
+
if (hostRef.$onRenderResolve$) {
|
1333
|
+
hostRef.$onRenderResolve$();
|
1334
|
+
hostRef.$onRenderResolve$ = void 0;
|
1335
|
+
}
|
1336
|
+
if (hostRef.$flags$ & 512 /* needsRerender */) {
|
1337
|
+
nextTick(() => scheduleUpdate(hostRef, false));
|
1338
|
+
}
|
1339
|
+
hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);
|
1340
|
+
}
|
1341
|
+
};
|
1342
|
+
var forceUpdate = (ref) => {
|
1343
|
+
{
|
1344
|
+
const hostRef = getHostRef(ref);
|
1345
|
+
const isConnected = hostRef.$hostElement$.isConnected;
|
1346
|
+
if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
1347
|
+
scheduleUpdate(hostRef, false);
|
1348
|
+
}
|
1349
|
+
return isConnected;
|
1350
|
+
}
|
1351
|
+
};
|
1352
|
+
var appDidLoad = (who) => {
|
1353
|
+
{
|
1354
|
+
addHydratedFlag(doc.documentElement);
|
1355
|
+
}
|
1356
|
+
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
1357
|
+
};
|
1358
|
+
var safeCall = (instance, method, arg, elm) => {
|
1359
|
+
if (instance && instance[method]) {
|
1360
|
+
try {
|
1361
|
+
return instance[method](arg);
|
1362
|
+
} catch (e) {
|
1363
|
+
consoleError(e, elm);
|
1364
|
+
}
|
1365
|
+
}
|
1366
|
+
return void 0;
|
1367
|
+
};
|
1368
|
+
var addHydratedFlag = (elm) => {
|
1369
|
+
var _a;
|
1370
|
+
return elm.classList.add((_a = BUILD.hydratedSelectorName) != null ? _a : "hydrated") ;
|
1371
|
+
};
|
1372
|
+
|
1373
|
+
// src/runtime/set-value.ts
|
1374
|
+
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
1375
|
+
var setValue = (ref, propName, newVal, cmpMeta) => {
|
1376
|
+
const hostRef = getHostRef(ref);
|
1377
|
+
if (!hostRef) {
|
1378
|
+
throw new Error(
|
1379
|
+
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`
|
1380
|
+
);
|
1381
|
+
}
|
1382
|
+
const elm = hostRef.$hostElement$ ;
|
1383
|
+
const oldVal = hostRef.$instanceValues$.get(propName);
|
1384
|
+
const flags = hostRef.$flags$;
|
1385
|
+
const instance = hostRef.$lazyInstance$ ;
|
1386
|
+
newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
|
1387
|
+
const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
|
1388
|
+
const didValueChange = newVal !== oldVal && !areBothNaN;
|
1389
|
+
if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
|
1390
|
+
hostRef.$instanceValues$.set(propName, newVal);
|
1391
|
+
if (instance) {
|
1392
|
+
if (cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {
|
1393
|
+
const watchMethods = cmpMeta.$watchers$[propName];
|
1394
|
+
if (watchMethods) {
|
1395
|
+
watchMethods.map((watchMethodName) => {
|
1396
|
+
try {
|
1397
|
+
instance[watchMethodName](newVal, oldVal, propName);
|
1398
|
+
} catch (e) {
|
1399
|
+
consoleError(e, elm);
|
1400
|
+
}
|
1401
|
+
});
|
1402
|
+
}
|
1403
|
+
}
|
1404
|
+
if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
1405
|
+
scheduleUpdate(hostRef, false);
|
1406
|
+
}
|
1407
|
+
}
|
1408
|
+
}
|
1409
|
+
};
|
1410
|
+
|
1411
|
+
// src/runtime/proxy-component.ts
|
1412
|
+
var proxyComponent = (Cstr, cmpMeta, flags) => {
|
1413
|
+
var _a, _b;
|
1414
|
+
const prototype = Cstr.prototype;
|
1415
|
+
if (cmpMeta.$members$ || (cmpMeta.$watchers$ || Cstr.watchers)) {
|
1416
|
+
if (Cstr.watchers && !cmpMeta.$watchers$) {
|
1417
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
1418
|
+
}
|
1419
|
+
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
1420
|
+
members.map(([memberName, [memberFlags]]) => {
|
1421
|
+
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
1422
|
+
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
1423
|
+
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
|
1424
|
+
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
|
1425
|
+
if (flags & 1 /* isElementConstructor */ || !origGetter) {
|
1426
|
+
Object.defineProperty(prototype, memberName, {
|
1427
|
+
get() {
|
1428
|
+
{
|
1429
|
+
if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
|
1430
|
+
return getValue(this, memberName);
|
1431
|
+
}
|
1432
|
+
const ref = getHostRef(this);
|
1433
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
1434
|
+
if (!instance) return;
|
1435
|
+
return instance[memberName];
|
1436
|
+
}
|
1437
|
+
},
|
1438
|
+
configurable: true,
|
1439
|
+
enumerable: true
|
1440
|
+
});
|
1441
|
+
}
|
1442
|
+
Object.defineProperty(prototype, memberName, {
|
1443
|
+
set(newValue) {
|
1444
|
+
const ref = getHostRef(this);
|
1445
|
+
if (origSetter) {
|
1446
|
+
const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
1447
|
+
if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
|
1448
|
+
newValue = ref.$instanceValues$.get(memberName);
|
1449
|
+
} else if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
1450
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
1451
|
+
}
|
1452
|
+
origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
|
1453
|
+
newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
1454
|
+
setValue(this, memberName, newValue, cmpMeta);
|
1455
|
+
return;
|
1456
|
+
}
|
1457
|
+
{
|
1458
|
+
if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
|
1459
|
+
setValue(this, memberName, newValue, cmpMeta);
|
1460
|
+
if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
|
1461
|
+
ref.$onReadyPromise$.then(() => {
|
1462
|
+
if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
1463
|
+
ref.$lazyInstance$[memberName] = newValue;
|
1464
|
+
}
|
1465
|
+
});
|
1466
|
+
}
|
1467
|
+
return;
|
1468
|
+
}
|
1469
|
+
const setterSetVal = () => {
|
1470
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
1471
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
1472
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
1473
|
+
}
|
1474
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
|
1475
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
1476
|
+
};
|
1477
|
+
if (ref.$lazyInstance$) {
|
1478
|
+
setterSetVal();
|
1479
|
+
} else {
|
1480
|
+
ref.$onReadyPromise$.then(() => setterSetVal());
|
1481
|
+
}
|
1482
|
+
}
|
1483
|
+
}
|
1484
|
+
});
|
1485
|
+
} else if (flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {
|
1486
|
+
Object.defineProperty(prototype, memberName, {
|
1487
|
+
value(...args) {
|
1488
|
+
var _a2;
|
1489
|
+
const ref = getHostRef(this);
|
1490
|
+
return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {
|
1491
|
+
var _a3;
|
1492
|
+
return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);
|
1493
|
+
});
|
1494
|
+
}
|
1495
|
+
});
|
1496
|
+
}
|
1497
|
+
});
|
1498
|
+
if ((flags & 1 /* isElementConstructor */)) {
|
1499
|
+
const attrNameToPropName = /* @__PURE__ */ new Map();
|
1500
|
+
prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {
|
1501
|
+
plt.jmp(() => {
|
1502
|
+
var _a2;
|
1503
|
+
const propName = attrNameToPropName.get(attrName);
|
1504
|
+
if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
|
1505
|
+
newValue = this[propName];
|
1506
|
+
delete this[propName];
|
1507
|
+
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
1508
|
+
this[propName] == newValue) {
|
1509
|
+
return;
|
1510
|
+
} else if (propName == null) {
|
1511
|
+
const hostRef = getHostRef(this);
|
1512
|
+
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
1513
|
+
if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
1514
|
+
const instance = hostRef.$lazyInstance$ ;
|
1515
|
+
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
1516
|
+
entry == null ? void 0 : entry.forEach((callbackName) => {
|
1517
|
+
if (instance[callbackName] != null) {
|
1518
|
+
instance[callbackName].call(instance, newValue, oldValue, attrName);
|
1519
|
+
}
|
1520
|
+
});
|
1521
|
+
}
|
1522
|
+
return;
|
1523
|
+
}
|
1524
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
1525
|
+
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
1526
|
+
if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
|
1527
|
+
this[propName] = newValue;
|
1528
|
+
}
|
1529
|
+
});
|
1530
|
+
};
|
1531
|
+
Cstr.observedAttributes = Array.from(
|
1532
|
+
/* @__PURE__ */ new Set([
|
1533
|
+
...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),
|
1534
|
+
...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {
|
1535
|
+
var _a2;
|
1536
|
+
const attrName = m[1] || propName;
|
1537
|
+
attrNameToPropName.set(attrName, propName);
|
1538
|
+
if (m[0] & 512 /* ReflectAttr */) {
|
1539
|
+
(_a2 = cmpMeta.$attrsToReflect$) == null ? void 0 : _a2.push([propName, attrName]);
|
1540
|
+
}
|
1541
|
+
return attrName;
|
1542
|
+
})
|
1543
|
+
])
|
1544
|
+
);
|
1545
|
+
}
|
1546
|
+
}
|
1547
|
+
return Cstr;
|
1548
|
+
};
|
1549
|
+
|
1550
|
+
// src/runtime/initialize-component.ts
|
1551
|
+
var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
1552
|
+
let Cstr;
|
1553
|
+
if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
|
1554
|
+
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
1555
|
+
{
|
1556
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
1557
|
+
if (CstrImport && "then" in CstrImport) {
|
1558
|
+
const endLoad = uniqueTime();
|
1559
|
+
Cstr = await CstrImport;
|
1560
|
+
endLoad();
|
1561
|
+
} else {
|
1562
|
+
Cstr = CstrImport;
|
1563
|
+
}
|
1564
|
+
if (!Cstr) {
|
1565
|
+
throw new Error(`Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found`);
|
1566
|
+
}
|
1567
|
+
if (!Cstr.isProxied) {
|
1568
|
+
{
|
1569
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
1570
|
+
}
|
1571
|
+
proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);
|
1572
|
+
Cstr.isProxied = true;
|
1573
|
+
}
|
1574
|
+
const endNewInstance = createTime("createInstance", cmpMeta.$tagName$);
|
1575
|
+
{
|
1576
|
+
hostRef.$flags$ |= 8 /* isConstructingInstance */;
|
1577
|
+
}
|
1578
|
+
try {
|
1579
|
+
new Cstr(hostRef);
|
1580
|
+
} catch (e) {
|
1581
|
+
consoleError(e, elm);
|
1582
|
+
}
|
1583
|
+
{
|
1584
|
+
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
1585
|
+
}
|
1586
|
+
{
|
1587
|
+
hostRef.$flags$ |= 128 /* isWatchReady */;
|
1588
|
+
}
|
1589
|
+
endNewInstance();
|
1590
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
1591
|
+
}
|
1592
|
+
if (Cstr && Cstr.style) {
|
1593
|
+
let style;
|
1594
|
+
if (typeof Cstr.style === "string") {
|
1595
|
+
style = Cstr.style;
|
1596
|
+
}
|
1597
|
+
const scopeId2 = getScopeId(cmpMeta);
|
1598
|
+
if (!styles.has(scopeId2)) {
|
1599
|
+
const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
|
1600
|
+
registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));
|
1601
|
+
endRegisterStyles();
|
1602
|
+
}
|
1603
|
+
}
|
1604
|
+
}
|
1605
|
+
const ancestorComponent = hostRef.$ancestorComponent$;
|
1606
|
+
const schedule = () => scheduleUpdate(hostRef, true);
|
1607
|
+
if (ancestorComponent && ancestorComponent["s-rc"]) {
|
1608
|
+
ancestorComponent["s-rc"].push(schedule);
|
1609
|
+
} else {
|
1610
|
+
schedule();
|
1611
|
+
}
|
1612
|
+
};
|
1613
|
+
var fireConnectedCallback = (instance, elm) => {
|
1614
|
+
{
|
1615
|
+
safeCall(instance, "connectedCallback", void 0, elm);
|
1616
|
+
}
|
1617
|
+
};
|
1618
|
+
|
1619
|
+
// src/runtime/connected-callback.ts
|
1620
|
+
var connectedCallback = (elm) => {
|
1621
|
+
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
1622
|
+
const hostRef = getHostRef(elm);
|
1623
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
1624
|
+
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
1625
|
+
if (!(hostRef.$flags$ & 1 /* hasConnected */)) {
|
1626
|
+
hostRef.$flags$ |= 1 /* hasConnected */;
|
1627
|
+
{
|
1628
|
+
if (// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
1629
|
+
cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {
|
1630
|
+
setContentReference(elm);
|
1631
|
+
}
|
1632
|
+
}
|
1633
|
+
{
|
1634
|
+
let ancestorComponent = elm;
|
1635
|
+
while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
|
1636
|
+
if (ancestorComponent["s-p"]) {
|
1637
|
+
attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);
|
1638
|
+
break;
|
1639
|
+
}
|
1640
|
+
}
|
1641
|
+
}
|
1642
|
+
if (cmpMeta.$members$) {
|
1643
|
+
Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
|
1644
|
+
if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {
|
1645
|
+
const value = elm[memberName];
|
1646
|
+
delete elm[memberName];
|
1647
|
+
elm[memberName] = value;
|
1648
|
+
}
|
1649
|
+
});
|
1650
|
+
}
|
1651
|
+
{
|
1652
|
+
initializeComponent(elm, hostRef, cmpMeta);
|
1653
|
+
}
|
1654
|
+
} else {
|
1655
|
+
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
1656
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
1657
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
1658
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
1659
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
1660
|
+
}
|
1661
|
+
}
|
1662
|
+
endConnected();
|
1663
|
+
}
|
1664
|
+
};
|
1665
|
+
var setContentReference = (elm) => {
|
1666
|
+
const contentRefElm = elm["s-cr"] = doc.createComment(
|
1667
|
+
""
|
1668
|
+
);
|
1669
|
+
contentRefElm["s-cn"] = true;
|
1670
|
+
insertBefore(elm, contentRefElm, elm.firstChild);
|
1671
|
+
};
|
1672
|
+
var disconnectInstance = (instance, elm) => {
|
1673
|
+
{
|
1674
|
+
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
1675
|
+
}
|
1676
|
+
};
|
1677
|
+
var disconnectedCallback = async (elm) => {
|
1678
|
+
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
1679
|
+
const hostRef = getHostRef(elm);
|
1680
|
+
{
|
1681
|
+
if (hostRef.$rmListeners$) {
|
1682
|
+
hostRef.$rmListeners$.map((rmListener) => rmListener());
|
1683
|
+
hostRef.$rmListeners$ = void 0;
|
1684
|
+
}
|
1685
|
+
}
|
1686
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
1687
|
+
disconnectInstance(hostRef.$lazyInstance$, elm);
|
1688
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
1689
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
1690
|
+
}
|
1691
|
+
}
|
1692
|
+
if (rootAppliedStyles.has(elm)) {
|
1693
|
+
rootAppliedStyles.delete(elm);
|
1694
|
+
}
|
1695
|
+
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
1696
|
+
rootAppliedStyles.delete(elm.shadowRoot);
|
1697
|
+
}
|
1698
|
+
};
|
1699
|
+
|
1700
|
+
// src/runtime/bootstrap-lazy.ts
|
1701
|
+
var bootstrapLazy = (lazyBundles, options = {}) => {
|
1702
|
+
var _a;
|
1703
|
+
const endBootstrap = createTime();
|
1704
|
+
const cmpTags = [];
|
1705
|
+
const exclude = options.exclude || [];
|
1706
|
+
const customElements2 = win.customElements;
|
1707
|
+
const head = doc.head;
|
1708
|
+
const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
|
1709
|
+
const dataStyles = /* @__PURE__ */ doc.createElement("style");
|
1710
|
+
const deferredConnectedCallbacks = [];
|
1711
|
+
let appLoadFallback;
|
1712
|
+
let isBootstrapping = true;
|
1713
|
+
Object.assign(plt, options);
|
1714
|
+
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", doc.baseURI).href;
|
1715
|
+
let hasSlotRelocation = false;
|
1716
|
+
lazyBundles.map((lazyBundle) => {
|
1717
|
+
lazyBundle[1].map((compactMeta) => {
|
1718
|
+
var _a2;
|
1719
|
+
const cmpMeta = {
|
1720
|
+
$flags$: compactMeta[0],
|
1721
|
+
$tagName$: compactMeta[1],
|
1722
|
+
$members$: compactMeta[2],
|
1723
|
+
$listeners$: compactMeta[3]
|
1724
|
+
};
|
1725
|
+
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
1726
|
+
hasSlotRelocation = true;
|
1727
|
+
}
|
1728
|
+
{
|
1729
|
+
cmpMeta.$members$ = compactMeta[2];
|
1730
|
+
}
|
1731
|
+
{
|
1732
|
+
cmpMeta.$listeners$ = compactMeta[3];
|
1733
|
+
}
|
1734
|
+
{
|
1735
|
+
cmpMeta.$attrsToReflect$ = [];
|
1736
|
+
}
|
1737
|
+
{
|
1738
|
+
cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};
|
1739
|
+
}
|
1740
|
+
const tagName = cmpMeta.$tagName$;
|
1741
|
+
const HostElement = class extends HTMLElement {
|
1742
|
+
// StencilLazyHost
|
1743
|
+
constructor(self) {
|
1744
|
+
super(self);
|
1745
|
+
this.hasRegisteredEventListeners = false;
|
1746
|
+
self = this;
|
1747
|
+
registerHost(self, cmpMeta);
|
1748
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
1749
|
+
{
|
1750
|
+
if (!self.shadowRoot) {
|
1751
|
+
{
|
1752
|
+
self.attachShadow({ mode: "open" });
|
1753
|
+
}
|
1754
|
+
} else {
|
1755
|
+
if (self.shadowRoot.mode !== "open") {
|
1756
|
+
throw new Error(
|
1757
|
+
`Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`
|
1758
|
+
);
|
1759
|
+
}
|
1760
|
+
}
|
1761
|
+
}
|
1762
|
+
}
|
1763
|
+
}
|
1764
|
+
connectedCallback() {
|
1765
|
+
const hostRef = getHostRef(this);
|
1766
|
+
if (!this.hasRegisteredEventListeners) {
|
1767
|
+
this.hasRegisteredEventListeners = true;
|
1768
|
+
addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
|
1769
|
+
}
|
1770
|
+
if (appLoadFallback) {
|
1771
|
+
clearTimeout(appLoadFallback);
|
1772
|
+
appLoadFallback = null;
|
1773
|
+
}
|
1774
|
+
if (isBootstrapping) {
|
1775
|
+
deferredConnectedCallbacks.push(this);
|
1776
|
+
} else {
|
1777
|
+
plt.jmp(() => connectedCallback(this));
|
1778
|
+
}
|
1779
|
+
}
|
1780
|
+
disconnectedCallback() {
|
1781
|
+
plt.jmp(() => disconnectedCallback(this));
|
1782
|
+
plt.raf(() => {
|
1783
|
+
var _a3;
|
1784
|
+
const hostRef = getHostRef(this);
|
1785
|
+
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
1786
|
+
delete hostRef.$vnode$.$elm$;
|
1787
|
+
}
|
1788
|
+
});
|
1789
|
+
}
|
1790
|
+
componentOnReady() {
|
1791
|
+
return getHostRef(this).$onReadyPromise$;
|
1792
|
+
}
|
1793
|
+
};
|
1794
|
+
cmpMeta.$lazyBundleId$ = lazyBundle[0];
|
1795
|
+
if (!exclude.includes(tagName) && !customElements2.get(tagName)) {
|
1796
|
+
cmpTags.push(tagName);
|
1797
|
+
customElements2.define(
|
1798
|
+
tagName,
|
1799
|
+
proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)
|
1800
|
+
);
|
1801
|
+
}
|
1802
|
+
});
|
1803
|
+
});
|
1804
|
+
if (cmpTags.length > 0) {
|
1805
|
+
if (hasSlotRelocation) {
|
1806
|
+
dataStyles.textContent += SLOT_FB_CSS;
|
1807
|
+
}
|
1808
|
+
{
|
1809
|
+
dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;
|
1810
|
+
}
|
1811
|
+
if (dataStyles.innerHTML.length) {
|
1812
|
+
dataStyles.setAttribute("data-styles", "");
|
1813
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
1814
|
+
if (nonce != null) {
|
1815
|
+
dataStyles.setAttribute("nonce", nonce);
|
1816
|
+
}
|
1817
|
+
head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
|
1818
|
+
}
|
1819
|
+
}
|
1820
|
+
isBootstrapping = false;
|
1821
|
+
if (deferredConnectedCallbacks.length) {
|
1822
|
+
deferredConnectedCallbacks.map((host) => host.connectedCallback());
|
1823
|
+
} else {
|
1824
|
+
{
|
1825
|
+
plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));
|
1826
|
+
}
|
1827
|
+
}
|
1828
|
+
endBootstrap();
|
1829
|
+
};
|
1830
|
+
|
1831
|
+
// src/runtime/fragment.ts
|
1832
|
+
var Fragment = (_, children) => children;
|
1833
|
+
var addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
|
1834
|
+
if (listeners) {
|
1835
|
+
listeners.map(([flags, name, method]) => {
|
1836
|
+
const target = getHostListenerTarget(elm, flags) ;
|
1837
|
+
const handler = hostListenerProxy(hostRef, method);
|
1838
|
+
const opts = hostListenerOpts(flags);
|
1839
|
+
plt.ael(target, name, handler, opts);
|
1840
|
+
(hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
|
1841
|
+
});
|
1842
|
+
}
|
1843
|
+
};
|
1844
|
+
var hostListenerProxy = (hostRef, methodName) => (ev) => {
|
1845
|
+
var _a;
|
1846
|
+
try {
|
1847
|
+
{
|
1848
|
+
if (hostRef.$flags$ & 256 /* isListenReady */) {
|
1849
|
+
(_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);
|
1850
|
+
} else {
|
1851
|
+
(hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
|
1852
|
+
}
|
1853
|
+
}
|
1854
|
+
} catch (e) {
|
1855
|
+
consoleError(e, hostRef.$hostElement$);
|
1856
|
+
}
|
1857
|
+
};
|
1858
|
+
var getHostListenerTarget = (elm, flags) => {
|
1859
|
+
if (flags & 8 /* TargetWindow */) return win;
|
1860
|
+
return elm;
|
1861
|
+
};
|
1862
|
+
var hostListenerOpts = (flags) => supportsListenerOptions ? {
|
1863
|
+
passive: (flags & 1 /* Passive */) !== 0,
|
1864
|
+
capture: (flags & 2 /* Capture */) !== 0
|
1865
|
+
} : (flags & 2 /* Capture */) !== 0;
|
1866
|
+
|
1867
|
+
// src/runtime/nonce.ts
|
1868
|
+
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
1869
|
+
|
1870
|
+
export { Fragment as F, Host as H, getAssetPath as a, bootstrapLazy as b, createEvent as c, getRenderingRef as d, forceUpdate as f, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|