@esri/solutions-components 0.6.12 → 0.6.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/t9n/layer-table/resources.json +4 -3
- package/dist/assets/t9n/layer-table/resources_en.json +4 -3
- package/dist/assets/t9n/map-layer-picker/resources.json +4 -0
- package/dist/assets/t9n/map-layer-picker/resources_en.json +4 -0
- package/dist/cjs/basemap-gallery_6.cjs.entry.js +20 -5
- package/dist/cjs/buffer-tools_4.cjs.entry.js +1 -1
- package/dist/cjs/calcite-chip_3.cjs.entry.js +803 -0
- package/dist/cjs/calcite-combobox_6.cjs.entry.js +76 -28
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +2 -1
- package/dist/cjs/card-manager_3.cjs.entry.js +169 -79
- package/dist/cjs/clean-url-d5326abb.js +573 -0
- package/dist/cjs/crowdsource-manager.cjs.entry.js +22 -7
- package/dist/cjs/{downloadUtils-43f5be48.js → downloadUtils-34a515ad.js} +297 -52
- package/dist/cjs/edit-card_2.cjs.entry.js +8 -3
- package/dist/cjs/{index.es-8da43c21.js → index.es-0ba11065.js} +3 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +10 -7
- package/dist/cjs/{mapViewUtils-a4dd36ec.js → mapViewUtils-a2884698.js} +39 -55
- package/dist/cjs/public-notification.cjs.entry.js +7 -6
- package/dist/cjs/{publicNotificationStore-b69862af.js → publicNotificationStore-610bd880.js} +0 -4
- package/dist/cjs/solution-configuration.cjs.entry.js +44 -43
- package/dist/cjs/solution-contents_3.cjs.entry.js +2 -1
- package/dist/cjs/{solution-store-3cd104d8.js → solution-store-c443e657.js} +7 -572
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/basemap-gallery/basemap-gallery.js +23 -1
- package/dist/collection/components/card-manager/card-manager.css +0 -5
- package/dist/collection/components/card-manager/card-manager.js +3 -3
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.css +2 -2
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +210 -6
- package/dist/collection/components/edit-card/edit-card.css +8 -0
- package/dist/collection/components/edit-card/edit-card.js +19 -0
- package/dist/collection/components/info-card/info-card.css +14 -14
- package/dist/collection/components/info-card/info-card.js +1 -1
- package/dist/collection/components/layer-table/layer-table.css +12 -0
- package/dist/collection/components/layer-table/layer-table.js +215 -69
- package/dist/collection/components/map-card/map-card.js +115 -5
- package/dist/collection/components/map-layer-picker/map-layer-picker.css +4 -0
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +107 -27
- package/dist/collection/components/map-picker/map-picker.css +5 -1
- package/dist/collection/components/map-picker/map-picker.js +3 -3
- package/dist/collection/components/map-tools/map-tools.js +104 -1
- package/dist/collection/components/pdf-download/pdf-download.js +34 -6
- package/dist/collection/components/public-notification/public-notification.js +3 -3
- package/dist/collection/utils/downloadUtils.js +208 -82
- package/dist/collection/utils/downloadUtils.ts +257 -85
- package/dist/collection/utils/interfaces.ts +12 -1
- package/dist/collection/utils/mapViewUtils.js +38 -52
- package/dist/collection/utils/mapViewUtils.ts +41 -57
- package/dist/collection/utils/publicNotificationStore.js +0 -4
- package/dist/collection/utils/publicNotificationStore.ts +0 -4
- package/dist/collection/utils/test/downloadUtils.spec.js +163 -134
- package/dist/collection/utils/test/downloadUtils.spec.tsx +2 -0
- package/dist/components/basemap-gallery2.js +2 -0
- package/dist/components/calcite-modal.js +1 -409
- package/dist/components/card-manager2.js +4 -4
- package/dist/components/clean-url.js +567 -0
- package/dist/components/crowdsource-manager.js +42 -17
- package/dist/components/downloadUtils.js +295 -50
- package/dist/components/edit-card2.js +6 -1
- package/dist/components/info-card2.js +2 -2
- package/dist/components/layer-table2.js +194 -102
- package/dist/components/map-card2.js +17 -5
- package/dist/components/map-layer-picker2.js +114 -52
- package/dist/components/map-picker2.js +4 -4
- package/dist/components/map-select-tools2.js +55 -43
- package/dist/components/map-tools2.js +20 -1
- package/dist/components/mapViewUtils.js +39 -53
- package/dist/components/modal.js +416 -0
- package/dist/components/pdf-download2.js +6 -4
- package/dist/components/public-notification.js +4 -4
- package/dist/components/publicNotificationStore.js +0 -4
- package/dist/components/refine-selection2.js +61 -49
- package/dist/components/solution-configuration.js +25 -24
- package/dist/components/solution-store.js +2 -562
- package/dist/esm/{ExpandToggle-86761b28.js → ExpandToggle-e614e3e4.js} +1 -1
- package/dist/esm/{ar-4a5375c6.js → ar-2f678abc.js} +8 -8
- package/dist/esm/basemap-gallery_6.entry.js +20 -5
- package/dist/esm/{bg-b25e4b7a.js → bg-e514c4d7.js} +8 -8
- package/dist/esm/{bs-2485dfed.js → bs-81584b09.js} +8 -8
- package/dist/esm/buffer-tools_4.entry.js +5 -5
- package/dist/esm/{ca-bba36d26.js → ca-e8c40e21.js} +8 -8
- package/dist/esm/calcite-accordion-item.entry.js +1 -1
- package/dist/esm/calcite-action-bar_3.entry.js +5 -5
- package/dist/esm/calcite-action-group_2.entry.js +3 -3
- package/dist/esm/calcite-action-pad.entry.js +4 -4
- package/dist/esm/calcite-action_2.entry.js +5 -5
- package/dist/esm/calcite-alert.entry.js +3 -3
- package/dist/esm/calcite-avatar.entry.js +1 -1
- package/dist/esm/calcite-block-section.entry.js +3 -3
- package/dist/esm/calcite-block.entry.js +3 -3
- package/dist/esm/calcite-button.entry.js +5 -5
- package/dist/esm/calcite-card.entry.js +3 -3
- package/dist/esm/calcite-checkbox.entry.js +3 -3
- package/dist/esm/calcite-chip-group.entry.js +1 -1
- package/dist/esm/calcite-chip_3.entry.js +797 -0
- package/dist/esm/calcite-color-picker-hex-input_2.entry.js +1 -1
- package/dist/esm/calcite-color-picker.entry.js +3 -3
- package/dist/esm/calcite-combobox-item-group.entry.js +2 -2
- package/dist/esm/calcite-combobox_6.entry.js +83 -35
- package/dist/esm/calcite-date-picker-day_3.entry.js +3 -3
- package/dist/esm/calcite-date-picker.entry.js +5 -5
- package/dist/esm/calcite-fab.entry.js +1 -1
- package/dist/esm/calcite-filter_3.entry.js +3 -3
- package/dist/esm/calcite-flow-item.entry.js +3 -3
- package/dist/esm/calcite-icon.entry.js +1 -1
- package/dist/esm/calcite-inline-editable.entry.js +4 -4
- package/dist/esm/calcite-input-date-picker.entry.js +9 -9
- package/dist/esm/calcite-input-number_2.entry.js +5 -5
- package/dist/esm/{calcite-input-time-picker-7da2e80a.js → calcite-input-time-picker-fe6e499a.js} +55 -55
- package/dist/esm/calcite-input-time-picker.entry.js +8 -8
- package/dist/esm/calcite-input-time-zone.entry.js +5 -5
- package/dist/esm/calcite-input_2.entry.js +5 -5
- package/dist/esm/calcite-label.entry.js +2 -2
- package/dist/esm/calcite-link.entry.js +1 -1
- package/dist/esm/calcite-menu-item.entry.js +3 -3
- package/dist/esm/calcite-menu.entry.js +3 -3
- package/dist/esm/calcite-modal.entry.js +4 -4
- package/dist/esm/calcite-navigation.entry.js +1 -1
- package/dist/esm/calcite-option_2.entry.js +3 -3
- package/dist/esm/calcite-pagination.entry.js +3 -3
- package/dist/esm/calcite-panel_2.entry.js +3 -3
- package/dist/esm/calcite-pick-list-group.entry.js +1 -1
- package/dist/esm/calcite-pick-list-item.entry.js +3 -3
- package/dist/esm/calcite-pick-list.entry.js +2 -2
- package/dist/esm/calcite-radio-button.entry.js +3 -3
- package/dist/esm/calcite-rating.entry.js +5 -5
- package/dist/esm/calcite-scrim.entry.js +3 -3
- package/dist/esm/calcite-segmented-control_2.entry.js +3 -3
- package/dist/esm/calcite-shell-center-row.entry.js +1 -1
- package/dist/esm/calcite-shell-panel_14.entry.js +7 -6
- package/dist/esm/calcite-sortable-list.entry.js +2 -2
- package/dist/esm/calcite-stepper-item.entry.js +2 -2
- package/dist/esm/calcite-stepper.entry.js +1 -1
- package/dist/esm/calcite-switch.entry.js +3 -3
- package/dist/esm/calcite-text-area.entry.js +5 -5
- package/dist/esm/calcite-tile.entry.js +1 -1
- package/dist/esm/calcite-time-picker.entry.js +4 -4
- package/dist/esm/calcite-tip-manager.entry.js +3 -3
- package/dist/esm/calcite-tip.entry.js +3 -3
- package/dist/esm/calcite-tree_3.entry.js +1 -1
- package/dist/esm/card-manager_3.entry.js +169 -79
- package/dist/esm/clean-url-bce022e6.js +567 -0
- package/dist/esm/crowdsource-manager.entry.js +22 -7
- package/dist/esm/{cs-1052c5ac.js → cs-af5f115e.js} +8 -8
- package/dist/esm/{da-b7ed9204.js → da-06d9e22c.js} +8 -8
- package/dist/esm/{date-bd5b879c.js → date-641ae749.js} +1 -1
- package/dist/esm/{de-at-a993e5ae.js → de-at-f55a700a.js} +8 -8
- package/dist/esm/{de-ch-acff745d.js → de-ch-7307675f.js} +8 -8
- package/dist/esm/{de-bb68e752.js → de-dc98363f.js} +8 -8
- package/dist/esm/{dom-37f2dec9.js → dom-2b326ec3.js} +1 -1
- package/dist/esm/{downloadUtils-42156cd8.js → downloadUtils-ac67a786.js} +297 -52
- package/dist/esm/edit-card_2.entry.js +8 -3
- package/dist/esm/{el-9de96ff0.js → el-91c64808.js} +8 -8
- package/dist/esm/{en-au-f68b6bde.js → en-au-df08cc25.js} +8 -8
- package/dist/esm/{en-ca-5360517e.js → en-ca-175f7c0f.js} +8 -8
- package/dist/esm/{en-gb-de0b3125.js → en-gb-90a08c7f.js} +8 -8
- package/dist/esm/{es-5ecbba77.js → es-5cb54b05.js} +8 -8
- package/dist/esm/{es-mx-aa126462.js → es-mx-3a0cb804.js} +8 -8
- package/dist/esm/{et-7113eeb8.js → et-eceac6dc.js} +8 -8
- package/dist/esm/{fi-ffa60f15.js → fi-26e1c14f.js} +8 -8
- package/dist/esm/{floating-ui-7cde67cf.js → floating-ui-9f8e4ed4.js} +1 -1
- package/dist/esm/{focusTrapComponent-ec344399.js → focusTrapComponent-ad2c3a31.js} +1 -1
- package/dist/esm/{form-24e6ef1d.js → form-0871d2c6.js} +1 -1
- package/dist/esm/{fr-681c5bf6.js → fr-12a5b0f7.js} +8 -8
- package/dist/esm/{fr-ch-9af1f8b1.js → fr-ch-e3406887.js} +8 -8
- package/dist/esm/{he-5188f277.js → he-61eba811.js} +8 -8
- package/dist/esm/{hi-6a31e3a4.js → hi-a50282b5.js} +8 -8
- package/dist/esm/{hr-0598e59d.js → hr-da8bffaf.js} +8 -8
- package/dist/esm/{hu-13cb9f41.js → hu-dab932f1.js} +8 -8
- package/dist/esm/{id-7f342499.js → id-de468947.js} +8 -8
- package/dist/esm/{index.es-f47c4153.js → index.es-f553598f.js} +3 -2
- package/dist/esm/{it-57d790f2.js → it-375d9936.js} +8 -8
- package/dist/esm/{it-ch-081af760.js → it-ch-7e663d63.js} +8 -8
- package/dist/esm/{ja-3affb68e.js → ja-36dbe39d.js} +8 -8
- package/dist/esm/{ko-736632aa.js → ko-858bc871.js} +8 -8
- package/dist/esm/{label-b6dfb4d5.js → label-b8caf984.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{locale-146251f7.js → locale-00000ab4.js} +1 -1
- package/dist/esm/{lt-e7d9b1c3.js → lt-d6dfa7e4.js} +8 -8
- package/dist/esm/{lv-4d1a507e.js → lv-facd25c5.js} +8 -8
- package/dist/esm/map-select-tools_3.entry.js +10 -7
- package/dist/esm/{mapViewUtils-00a04d52.js → mapViewUtils-8141d8c1.js} +39 -53
- package/dist/esm/{mk-f960312d.js → mk-5ed05b6a.js} +8 -8
- package/dist/esm/{nb-4556b5e9.js → nb-936fc687.js} +8 -8
- package/dist/esm/{nl-8e281c01.js → nl-a923d626.js} +8 -8
- package/dist/esm/{pl-1460fd5a.js → pl-b1426275.js} +8 -8
- package/dist/esm/{pt-660332b6.js → pt-1ac2453f.js} +8 -8
- package/dist/esm/{pt-br-dba48f49.js → pt-br-7194cc5f.js} +8 -8
- package/dist/esm/public-notification.entry.js +7 -6
- package/dist/esm/{publicNotificationStore-90a6a274.js → publicNotificationStore-dcf39a55.js} +0 -4
- package/dist/esm/{ro-ac18f292.js → ro-518aaed1.js} +8 -8
- package/dist/esm/{ru-b914f6b7.js → ru-762127a3.js} +8 -8
- package/dist/esm/{shared-list-render-cc889757.js → shared-list-render-ec232615.js} +1 -1
- package/dist/esm/{sk-1be12963.js → sk-f367b7ba.js} +8 -8
- package/dist/esm/{sl-5d47e4e4.js → sl-052fd4d2.js} +8 -8
- package/dist/esm/solution-configuration.entry.js +25 -24
- package/dist/esm/solution-contents_3.entry.js +2 -1
- package/dist/esm/{solution-store-cf902566.js → solution-store-b29d50f7.js} +2 -562
- package/dist/esm/solutions-components.js +1 -1
- package/dist/esm/{sortableComponent-8a84709a.js → sortableComponent-ebd6bb72.js} +1 -1
- package/dist/esm/{sr-3281c92d.js → sr-4dc0fdb9.js} +8 -8
- package/dist/esm/{sv-e5169404.js → sv-bdc87a4d.js} +8 -8
- package/dist/esm/{t9n-d9c203e4.js → t9n-9791aa0c.js} +1 -1
- package/dist/esm/{th-937796b8.js → th-d9df674c.js} +8 -8
- package/dist/esm/{time-fa1151aa.js → time-73378c4a.js} +1 -1
- package/dist/esm/{tr-6d3b100b.js → tr-61e134eb.js} +8 -8
- package/dist/esm/{uk-a6edcacf.js → uk-ea3d8da7.js} +8 -8
- package/dist/esm/{utils-667cc396.js → utils-593fafd7.js} +1 -1
- package/dist/esm/{utils-24a35b5a.js → utils-bd52db7d.js} +2 -2
- package/dist/esm/{vi-bf4c179c.js → vi-ade1c25b.js} +8 -8
- package/dist/esm/{zh-cn-de1858cb.js → zh-cn-b8756118.js} +8 -8
- package/dist/esm/{zh-hk-12fa404f.js → zh-hk-d18c05d9.js} +8 -8
- package/dist/esm/{zh-tw-5c4220e5.js → zh-tw-9c98ff7c.js} +8 -8
- package/dist/solutions-components/{p-3b891cc4.entry.js → p-01fea8d5.entry.js} +1 -1
- package/dist/solutions-components/{p-65022e7f.entry.js → p-02ff64f4.entry.js} +1 -1
- package/dist/solutions-components/p-062254a6.entry.js +6 -0
- package/dist/solutions-components/{p-bff158ff.js → p-062d2f9a.js} +1 -1
- package/dist/solutions-components/{p-f4e5b7e5.entry.js → p-084bced1.entry.js} +1 -1
- package/dist/solutions-components/{p-c261335b.entry.js → p-088e4cfc.entry.js} +1 -1
- package/dist/solutions-components/p-08b52ed8.entry.js +6 -0
- package/dist/solutions-components/{p-96239d0d.js → p-08e35485.js} +1 -1
- package/dist/solutions-components/{p-3d3772fb.js → p-0d14d33a.js} +1 -1
- package/dist/solutions-components/{p-7f271c31.js → p-11550b3c.js} +3 -3
- package/dist/solutions-components/{p-ad19f9b0.entry.js → p-120c4098.entry.js} +1 -1
- package/dist/solutions-components/{p-45419d93.entry.js → p-12bcd474.entry.js} +1 -1
- package/dist/solutions-components/{p-bd82849c.entry.js → p-1597ec4b.entry.js} +1 -1
- package/dist/solutions-components/p-16362eb4.js +36 -0
- package/dist/solutions-components/{p-afb35c95.js → p-17d176b5.js} +14 -43
- package/dist/solutions-components/{p-3691a072.js → p-1ab414e0.js} +2 -2
- package/dist/solutions-components/{p-127c3866.js → p-1c5787b1.js} +1 -1
- package/dist/solutions-components/{p-b97886b3.entry.js → p-1d9a5198.entry.js} +1 -1
- package/dist/solutions-components/{p-8e3e1ce8.entry.js → p-1dd5c4e6.entry.js} +1 -1
- package/dist/solutions-components/{p-97b69f54.entry.js → p-1e62d118.entry.js} +1 -1
- package/dist/solutions-components/{p-537c34a4.entry.js → p-1fae3819.entry.js} +1 -1
- package/dist/solutions-components/{p-82f0b25b.js → p-21aa112d.js} +1 -1
- package/dist/solutions-components/{p-f8944f59.entry.js → p-252a9a7f.entry.js} +1 -1
- package/dist/solutions-components/{p-80ea5869.js → p-26b28806.js} +1 -1
- package/dist/solutions-components/{p-dac10448.js → p-280fd963.js} +3 -3
- package/dist/solutions-components/{p-79d7f324.js → p-29049359.js} +1 -1
- package/dist/solutions-components/{p-c033b8ec.entry.js → p-2b378389.entry.js} +1 -1
- package/dist/solutions-components/{p-19ec0463.js → p-2bdd1a5d.js} +1 -1
- package/dist/solutions-components/{p-cacfa6ae.js → p-2ee21e9d.js} +1 -1
- package/dist/solutions-components/{p-300f4299.js → p-2f42ae51.js} +1 -1
- package/dist/solutions-components/{p-418be467.js → p-30b3261c.js} +1 -1
- package/dist/solutions-components/{p-4d91443a.entry.js → p-32ba2223.entry.js} +1 -1
- package/dist/solutions-components/{p-702c6093.js → p-34673137.js} +1 -1
- package/dist/solutions-components/{p-61af54b9.entry.js → p-3566ee69.entry.js} +1 -1
- package/dist/solutions-components/{p-90a9126f.js → p-358b9cc8.js} +1 -1
- package/dist/solutions-components/p-3a8d82a2.js +11 -0
- package/dist/solutions-components/{p-628c170b.entry.js → p-3ab94526.entry.js} +1 -1
- package/dist/solutions-components/{p-9791fbf1.entry.js → p-3d7aa1b2.entry.js} +1 -1
- package/dist/solutions-components/{p-b1daad7e.js → p-3f7119c1.js} +1 -1
- package/dist/solutions-components/{p-f0f5ecb2.js → p-3fcd035e.js} +1 -1
- package/dist/solutions-components/{p-3766be72.js → p-419c9d89.js} +1 -1
- package/dist/solutions-components/p-453d1b31.entry.js +6 -0
- package/dist/solutions-components/{p-337f6adf.js → p-46918548.js} +1 -1
- package/dist/solutions-components/p-49e9e4e3.js +12 -0
- package/dist/solutions-components/p-4d942b0f.entry.js +36 -0
- package/dist/solutions-components/{p-85e0d2a3.js → p-4fc92419.js} +1 -1
- package/dist/solutions-components/{p-0d08a75d.entry.js → p-52afbe07.entry.js} +1 -1
- package/dist/solutions-components/{p-9391bb74.js → p-573d0763.js} +1 -1
- package/dist/solutions-components/p-57cf6784.entry.js +6 -0
- package/dist/solutions-components/{p-87971116.entry.js → p-59ef9461.entry.js} +1 -1
- package/dist/solutions-components/{p-25718b9f.entry.js → p-5e5749c0.entry.js} +1 -1
- package/dist/solutions-components/{p-54064b61.entry.js → p-5ff22d2e.entry.js} +1 -1
- package/dist/solutions-components/{p-4bd793ef.entry.js → p-617f32a0.entry.js} +1 -1
- package/dist/solutions-components/p-64b22d57.entry.js +6 -0
- package/dist/solutions-components/{p-747a1293.js → p-6510c06c.js} +1 -1
- package/dist/solutions-components/p-654dd5df.entry.js +6 -0
- package/dist/solutions-components/{p-1f69762c.js → p-65ba4d10.js} +1 -1
- package/dist/solutions-components/{p-4cb7cdb7.entry.js → p-65ffe4b0.entry.js} +1 -1
- package/dist/solutions-components/{p-1b4d6511.js → p-68007503.js} +1 -1
- package/dist/solutions-components/{p-e849d2ba.entry.js → p-6ba8483c.entry.js} +2 -2
- package/dist/solutions-components/{p-9961a2f9.entry.js → p-6c8c7b98.entry.js} +2 -2
- package/dist/solutions-components/{p-ff863f3d.entry.js → p-6e5d9ae9.entry.js} +1 -1
- package/dist/solutions-components/{p-b6a1c34f.entry.js → p-6ebf870c.entry.js} +1 -1
- package/dist/solutions-components/{p-d2d3e4b5.js → p-72f34a0a.js} +1 -1
- package/dist/solutions-components/{p-981fc8e4.entry.js → p-7359a6ac.entry.js} +1 -1
- package/dist/solutions-components/{p-9abb1c4c.entry.js → p-73fe6f7e.entry.js} +1 -1
- package/dist/solutions-components/{p-62e3adbb.js → p-7452d79a.js} +1 -1
- package/dist/solutions-components/{p-34169501.js → p-76c2c379.js} +1 -1
- package/dist/solutions-components/{p-941721ba.js → p-788aa5d7.js} +1 -1
- package/dist/solutions-components/{p-557d4cc5.js → p-79cc0531.js} +2 -2
- package/dist/solutions-components/{p-a19d8147.js → p-7a0fa011.js} +1 -1
- package/dist/solutions-components/{p-019fe9fe.entry.js → p-7a55cee6.entry.js} +3 -3
- package/dist/solutions-components/{p-48329056.entry.js → p-7bc63171.entry.js} +1 -1
- package/dist/solutions-components/{p-e7304151.entry.js → p-81664d83.entry.js} +1 -1
- package/dist/solutions-components/{p-9504c1b7.js → p-8354f486.js} +1 -1
- package/dist/solutions-components/{p-f812e3ee.entry.js → p-84dff306.entry.js} +1 -1
- package/dist/solutions-components/{p-a59dba2f.js → p-8594fe6b.js} +1 -1
- package/dist/solutions-components/{p-ae3ec77d.js → p-8b2d396e.js} +1 -1
- package/dist/solutions-components/{p-38cc8a4d.js → p-8ec6ea34.js} +1 -1
- package/dist/solutions-components/{p-da760d1d.entry.js → p-8ee00658.entry.js} +1 -1
- package/dist/solutions-components/{p-38211628.js → p-905fcf73.js} +1 -1
- package/dist/solutions-components/{p-e502ccce.entry.js → p-929909bc.entry.js} +1 -1
- package/dist/solutions-components/{p-dd5f68f2.js → p-948b5722.js} +1 -1
- package/dist/solutions-components/{p-39fe9a4c.js → p-956f3207.js} +1 -1
- package/dist/solutions-components/{p-f7aa542c.js → p-96287d23.js} +1 -1
- package/dist/solutions-components/{p-68630513.entry.js → p-964c0e7d.entry.js} +1 -1
- package/dist/solutions-components/{p-b09d8c0e.entry.js → p-98051370.entry.js} +1 -1
- package/dist/solutions-components/{p-efd70bf7.entry.js → p-9a94f48c.entry.js} +2 -2
- package/dist/solutions-components/{p-318790b8.js → p-9b94501c.js} +1 -1
- package/dist/solutions-components/{p-69e26726.js → p-9d4467a3.js} +1 -1
- package/dist/solutions-components/{p-f6cf9943.js → p-9e3c9cd2.js} +1 -1
- package/dist/solutions-components/{p-30542275.js → p-9fd59203.js} +1 -1
- package/dist/solutions-components/{p-d902b790.js → p-a201bffc.js} +1 -1
- package/dist/solutions-components/{p-89cbb86a.js → p-a26711e8.js} +3 -3
- package/dist/solutions-components/{p-1552c479.entry.js → p-a3729795.entry.js} +1 -1
- package/dist/solutions-components/{p-ae4ad673.entry.js → p-a47ed290.entry.js} +2 -2
- package/dist/solutions-components/{p-ca5be55f.entry.js → p-a5ef322f.entry.js} +2 -2
- package/dist/solutions-components/{p-3658ebd8.entry.js → p-a97e8d6a.entry.js} +1 -1
- package/dist/solutions-components/{p-2937523d.js → p-aaea9203.js} +1 -1
- package/dist/solutions-components/{p-b7093e6d.entry.js → p-ad1d56b1.entry.js} +1 -1
- package/dist/solutions-components/{p-0ca528ec.js → p-adeb0e8f.js} +1 -1
- package/dist/solutions-components/{p-31d2a105.entry.js → p-af63959a.entry.js} +1 -1
- package/dist/solutions-components/{p-fbd71543.entry.js → p-b1125581.entry.js} +2 -2
- package/dist/solutions-components/p-b1c8c6d7.entry.js +6 -0
- package/dist/solutions-components/{p-b029c6d8.js → p-b20a31c8.js} +1 -1
- package/dist/solutions-components/{p-71400268.js → p-b81131b3.js} +1 -1
- package/dist/solutions-components/{p-cc624b0c.entry.js → p-b89c5865.entry.js} +1 -1
- package/dist/solutions-components/{p-245d667e.js → p-b9b52743.js} +1 -1
- package/dist/solutions-components/p-b9d29f30.entry.js +6 -0
- package/dist/solutions-components/{p-0870f436.entry.js → p-ba99e562.entry.js} +1 -1
- package/dist/solutions-components/{p-2d614afc.js → p-bc548c06.js} +1 -1
- package/dist/solutions-components/{p-29b2f046.js → p-bccbdeb5.js} +1 -1
- package/dist/solutions-components/{p-f72e0965.entry.js → p-bd318e33.entry.js} +1 -1
- package/dist/solutions-components/{p-74aa84f6.js → p-bd766e49.js} +1 -1
- package/dist/solutions-components/{p-9b75102b.entry.js → p-c073d2d6.entry.js} +1 -1
- package/dist/solutions-components/p-c6b7e7ff.js +11 -0
- package/dist/solutions-components/{p-0503c78d.js → p-c8d0ce92.js} +44 -29
- package/dist/solutions-components/{p-dc80cb69.entry.js → p-ca0b3a2b.entry.js} +1 -1
- package/dist/solutions-components/{p-e9fcf408.js → p-d5228aed.js} +1 -1
- package/dist/solutions-components/{p-80b87453.js → p-d98caa4c.js} +1 -1
- package/dist/solutions-components/{p-45b829b5.js → p-dd9c065e.js} +1 -1
- package/dist/solutions-components/{p-05b2bdf9.js → p-dedc167c.js} +1 -1
- package/dist/solutions-components/{p-a16feeec.js → p-e4f9b782.js} +1 -1
- package/dist/solutions-components/{p-ac1bd870.entry.js → p-e572a692.entry.js} +1 -1
- package/dist/solutions-components/{p-74521615.entry.js → p-e5dda947.entry.js} +1 -1
- package/dist/solutions-components/{p-d793ec96.entry.js → p-e76949eb.entry.js} +5 -5
- package/dist/solutions-components/{p-bbfc2724.js → p-e7fbf2fe.js} +1 -1
- package/dist/solutions-components/{p-dda325a4.entry.js → p-e9ba0c7f.entry.js} +1 -1
- package/dist/solutions-components/{p-75e707d1.js → p-eb60ec2a.js} +1 -1
- package/dist/solutions-components/p-ecc95259.js +20 -0
- package/dist/solutions-components/{p-85791b16.entry.js → p-ee144348.entry.js} +1 -1
- package/dist/solutions-components/p-ee7e2f00.entry.js +34 -0
- package/dist/solutions-components/{p-4b4559f9.js → p-f03bed0c.js} +1 -1
- package/dist/solutions-components/{p-7a11983d.js → p-f5028a8e.js} +1 -1
- package/dist/solutions-components/{p-fb23ba4a.entry.js → p-f50cf603.entry.js} +1 -1
- package/dist/solutions-components/{p-f7b520ae.js → p-f7d8b6b3.js} +1 -1
- package/dist/solutions-components/{p-792fcd62.entry.js → p-fb0f2016.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/downloadUtils.ts +257 -85
- package/dist/solutions-components/utils/interfaces.ts +12 -1
- package/dist/solutions-components/utils/mapViewUtils.ts +41 -57
- package/dist/solutions-components/utils/publicNotificationStore.ts +0 -4
- package/dist/solutions-components/utils/test/downloadUtils.spec.tsx +2 -0
- package/dist/types/components/basemap-gallery/basemap-gallery.d.ts +5 -0
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +45 -1
- package/dist/types/components/edit-card/edit-card.d.ts +8 -0
- package/dist/types/components/layer-table/layer-table.d.ts +82 -26
- package/dist/types/components/map-card/map-card.d.ts +25 -1
- package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +50 -3
- package/dist/types/components/map-picker/map-picker.d.ts +2 -2
- package/dist/types/components/map-tools/map-tools.d.ts +21 -1
- package/dist/types/components/pdf-download/pdf-download.d.ts +4 -2
- package/dist/types/components.d.ts +218 -4
- package/dist/types/preact.d.ts +6 -3
- package/dist/types/utils/downloadUtils.d.ts +34 -16
- package/dist/types/utils/interfaces.d.ts +10 -1
- package/dist/types/utils/mapViewUtils.d.ts +8 -24
- package/dist/types/utils/publicNotificationStore.d.ts +0 -2
- package/package.json +8 -9
- package/dist/cjs/calcite-chip.cjs.entry.js +0 -259
- package/dist/cjs/calcite-notice.cjs.entry.js +0 -139
- package/dist/cjs/calcite-tooltip.cjs.entry.js +0 -439
- package/dist/esm/calcite-chip.entry.js +0 -255
- package/dist/esm/calcite-notice.entry.js +0 -135
- package/dist/esm/calcite-tooltip.entry.js +0 -435
- package/dist/solutions-components/p-06712292.js +0 -11
- package/dist/solutions-components/p-0a0c3764.js +0 -11
- package/dist/solutions-components/p-12a7c2db.entry.js +0 -6
- package/dist/solutions-components/p-1a47516a.entry.js +0 -22
- package/dist/solutions-components/p-2cff8331.entry.js +0 -6
- package/dist/solutions-components/p-3a7cd2b0.entry.js +0 -37
- package/dist/solutions-components/p-3e9fc0aa.entry.js +0 -11
- package/dist/solutions-components/p-712ea336.entry.js +0 -11
- package/dist/solutions-components/p-767002cd.js +0 -36
- package/dist/solutions-components/p-8e9d9e6a.js +0 -12
- package/dist/solutions-components/p-97088307.entry.js +0 -6
- package/dist/solutions-components/p-a16e6f5f.entry.js +0 -6
- package/dist/solutions-components/p-d118a76e.entry.js +0 -6
- package/dist/solutions-components/p-d54c2dfd.entry.js +0 -6
- package/dist/solutions-components/p-d7d466e8.entry.js +0 -6
- package/dist/solutions-components/p-ffbe89cf.entry.js +0 -6
@@ -25,78 +25,64 @@ import { E as EWorkflowType } from './interfaces.js';
|
|
25
25
|
* Gets the layer names from the current map
|
26
26
|
*
|
27
27
|
* @param mapView the map view to fetch the layer names from
|
28
|
+
* @param onlyShowUpdatableLayers when true only layers that support editing and updates will be returned
|
28
29
|
*
|
29
30
|
* @returns Promise resolving with an array of layer names
|
30
31
|
*
|
31
32
|
*/
|
32
|
-
async function getMapLayerHash(mapView) {
|
33
|
-
let layerHash
|
33
|
+
async function getMapLayerHash(mapView, onlyShowUpdatableLayers) {
|
34
|
+
let layerHash;
|
34
35
|
await mapView.when(() => {
|
35
36
|
layerHash = mapView.map.allLayers.toArray().reduce((prev, cur) => {
|
36
37
|
if (cur.type === "feature") {
|
37
|
-
prev[cur.id] =
|
38
|
+
prev[cur.id] = {
|
39
|
+
name: cur.title,
|
40
|
+
supportsUpdate: undefined
|
41
|
+
};
|
38
42
|
}
|
39
43
|
return prev;
|
40
44
|
}, {});
|
41
45
|
});
|
42
|
-
return layerHash
|
46
|
+
return onlyShowUpdatableLayers ? Object.keys(layerHash).reduce(async (prev, cur) => {
|
47
|
+
const layer = await getLayerOrTable(mapView, cur);
|
48
|
+
await layer.when(() => {
|
49
|
+
prev[cur] = {
|
50
|
+
name: layerHash[cur].name,
|
51
|
+
supportsUpdate: layer.editingEnabled && layer.capabilities.operations.supportsUpdate
|
52
|
+
};
|
53
|
+
});
|
54
|
+
return prev;
|
55
|
+
}, {}) : layerHash;
|
43
56
|
}
|
44
57
|
/**
|
45
58
|
* Gets the table names from the current map
|
46
59
|
*
|
47
60
|
* @param mapView the map view to fetch the table names from
|
61
|
+
* @param onlyShowUpdatableLayers when true only layers that support editing and updates will be returned
|
48
62
|
*
|
49
63
|
* @returns Promise resolving with an array of table names
|
50
64
|
*
|
51
65
|
*/
|
52
|
-
async function getMapTableHash(mapView) {
|
53
|
-
let tableHash
|
66
|
+
async function getMapTableHash(mapView, onlyShowUpdatableTables) {
|
67
|
+
let tableHash;
|
54
68
|
await mapView.when(() => {
|
55
69
|
tableHash = mapView.map.allTables.toArray().reduce((prev, cur) => {
|
56
|
-
prev[cur.id] =
|
70
|
+
prev[cur.id] = {
|
71
|
+
name: cur.title,
|
72
|
+
supportsUpdate: undefined
|
73
|
+
};
|
57
74
|
return prev;
|
58
75
|
}, {});
|
59
76
|
});
|
60
|
-
return tableHash
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
*/
|
70
|
-
async function getMapLayerIds(mapView) {
|
71
|
-
let layerIds = [];
|
72
|
-
await mapView.when(() => {
|
73
|
-
layerIds = mapView.map.allLayers.toArray().reduce((prev, cur) => {
|
74
|
-
if (cur.type === "feature") {
|
75
|
-
prev.push(cur.id);
|
76
|
-
}
|
77
|
-
return prev;
|
78
|
-
}, []);
|
79
|
-
});
|
80
|
-
return layerIds;
|
81
|
-
}
|
82
|
-
/**
|
83
|
-
* Gets the table names from the current map
|
84
|
-
*
|
85
|
-
* @param mapView the map view to fetch the table names from
|
86
|
-
*
|
87
|
-
* @returns Promise resolving with an array of table names
|
88
|
-
*
|
89
|
-
*/
|
90
|
-
async function getMapTableIds(mapView) {
|
91
|
-
// TODO...seems like its the same as the hash...see if I can remove this
|
92
|
-
let tableIds = [];
|
93
|
-
await mapView.when(() => {
|
94
|
-
tableIds = mapView.map.allTables.toArray().reduce((prev, cur) => {
|
95
|
-
prev.push(cur.id);
|
96
|
-
return prev;
|
97
|
-
}, []);
|
98
|
-
});
|
99
|
-
return tableIds;
|
77
|
+
return onlyShowUpdatableTables ? Object.keys(tableHash).reduce(async (prev, cur) => {
|
78
|
+
const item = await getLayerOrTable(mapView, cur);
|
79
|
+
await item.load();
|
80
|
+
prev[cur] = {
|
81
|
+
name: tableHash[cur].name,
|
82
|
+
supportsUpdate: item.editingEnabled && item.capabilities.operations.supportsUpdate
|
83
|
+
};
|
84
|
+
return prev;
|
85
|
+
}, {}) : tableHash;
|
100
86
|
}
|
101
87
|
/**
|
102
88
|
* Get a layer view by id
|
@@ -108,19 +94,19 @@ async function getMapTableIds(mapView) {
|
|
108
94
|
*
|
109
95
|
*/
|
110
96
|
async function getFeatureLayerView(mapView, id) {
|
111
|
-
const layer = await
|
97
|
+
const layer = await getLayerOrTable(mapView, id);
|
112
98
|
return layer ? await mapView.whenLayerView(layer) : undefined;
|
113
99
|
}
|
114
100
|
/**
|
115
|
-
* Get a layer by id
|
101
|
+
* Get a layer or table by id
|
116
102
|
*
|
117
103
|
* @param mapView the map view to fetch the layer from
|
118
|
-
* @param id the id
|
104
|
+
* @param id the id of the layer or table to fetch
|
119
105
|
*
|
120
|
-
* @returns Promise resolving with the fetched layer
|
106
|
+
* @returns Promise resolving with the fetched layer or table
|
121
107
|
*
|
122
108
|
*/
|
123
|
-
async function
|
109
|
+
async function getLayerOrTable(mapView, id) {
|
124
110
|
let layers = [];
|
125
111
|
await mapView.when(() => {
|
126
112
|
layers = [
|
@@ -240,4 +226,4 @@ async function goToSelection(ids, layerView, mapView, flashFeatures = true, feat
|
|
240
226
|
}
|
241
227
|
}
|
242
228
|
|
243
|
-
export {
|
229
|
+
export { goToSelection as a, getMapLayerHash as b, getMapTableHash as c, getFeatureLayerView as d, getIdSets as e, highlightAllFeatures as f, getLayerOrTable as g, highlightFeatures as h };
|
@@ -0,0 +1,416 @@
|
|
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
|
+
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
7
|
+
import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot.js';
|
8
|
+
import { a as getSlotted, h as slotChangeHasAssignedElement, j as focusFirstTabbable, z as ensureId } from './dom.js';
|
9
|
+
import { d as deactivateFocusTrap, a as activateFocusTrap, c as connectFocusTrap, u as updateFocusTrapElements } from './focusTrapComponent.js';
|
10
|
+
import { s as setUpLoadableComponent, a as setComponentLoaded, c as componentFocusable } from './loadable.js';
|
11
|
+
import { c as createObserver } from './observers.js';
|
12
|
+
import { o as onToggleOpenCloseComponent } from './openCloseComponent.js';
|
13
|
+
import { c as connectLocalized, d as disconnectLocalized } from './locale2.js';
|
14
|
+
import { s as setUpMessages, c as connectMessages, d as disconnectMessages, u as updateMessages } from './t9n.js';
|
15
|
+
import { d as defineCustomElement$3 } from './icon.js';
|
16
|
+
import { d as defineCustomElement$2 } from './loader.js';
|
17
|
+
import { d as defineCustomElement$1 } from './scrim.js';
|
18
|
+
|
19
|
+
/*!
|
20
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
21
|
+
* See https://github.com/Esri/calcite-design-system/blob/main/LICENSE.md for details.
|
22
|
+
* v1.6.1
|
23
|
+
*/
|
24
|
+
const CSS = {
|
25
|
+
modal: "modal",
|
26
|
+
title: "title",
|
27
|
+
header: "header",
|
28
|
+
footer: "footer",
|
29
|
+
scrim: "scrim",
|
30
|
+
back: "back",
|
31
|
+
close: "close",
|
32
|
+
secondary: "secondary",
|
33
|
+
primary: "primary",
|
34
|
+
container: "container",
|
35
|
+
containerOpen: "container--open",
|
36
|
+
content: "content",
|
37
|
+
contentNoFooter: "content--no-footer",
|
38
|
+
contentBottom: "content-bottom",
|
39
|
+
contentTop: "content-top",
|
40
|
+
slottedInShell: "slotted-in-shell",
|
41
|
+
// these classes help apply the animation in phases to only set transform on open/close
|
42
|
+
// this helps avoid a positioning issue for any floating-ui-owning children
|
43
|
+
openingIdle: "modal--opening-idle",
|
44
|
+
openingActive: "modal--opening-active",
|
45
|
+
closingIdle: "modal--closing-idle",
|
46
|
+
closingActive: "modal--closing-active",
|
47
|
+
};
|
48
|
+
const ICONS = {
|
49
|
+
close: "x",
|
50
|
+
};
|
51
|
+
const SLOTS = {
|
52
|
+
content: "content",
|
53
|
+
contentBottom: "content-bottom",
|
54
|
+
contentTop: "content-top",
|
55
|
+
header: "header",
|
56
|
+
back: "back",
|
57
|
+
secondary: "secondary",
|
58
|
+
primary: "primary",
|
59
|
+
};
|
60
|
+
|
61
|
+
const modalCss = ":host{position:absolute;inset:0px;z-index:var(--calcite-app-z-index-overlay);display:flex;opacity:0;visibility:hidden !important;transition:visibility 0ms linear var(--calcite-internal-animation-timing-slow), opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88);--calcite-modal-scrim-background-internal:rgba(0, 0, 0, 0.85)}.content-top[hidden],.content-bottom[hidden]{display:none}.container{position:fixed;inset:0px;z-index:var(--calcite-app-z-index-overlay);display:flex;align-items:center;justify-content:center;overflow-y:hidden;color:var(--calcite-ui-text-2);opacity:0;visibility:hidden !important;transition:visibility 0ms linear var(--calcite-internal-animation-timing-slow), opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88)}:host([scale=s]){--calcite-modal-padding-internal:0.75rem;--calcite-modal-padding-large-internal:1rem;--calcite-modal-title-text-internal:var(--calcite-font-size-1);--calcite-modal-content-text-internal:var(--calcite-font-size--1)}:host([scale=m]){--calcite-modal-padding-internal:1rem;--calcite-modal-padding-large-internal:1.25rem;--calcite-modal-title-text-internal:var(--calcite-font-size-2);--calcite-modal-content-text-internal:var(--calcite-font-size-0)}:host([scale=l]){--calcite-modal-padding-internal:1.25rem;--calcite-modal-padding-large-internal:1.5rem;--calcite-modal-title-text-internal:var(--calcite-font-size-3);--calcite-modal-content-text-internal:var(--calcite-font-size-1)}.scrim{--calcite-scrim-background:var(--calcite-modal-scrim-background, var(--calcite-modal-scrim-background-internal));position:fixed;inset:0px;display:flex;overflow-y:hidden}.modal{pointer-events:none;z-index:var(--calcite-app-z-index-modal);float:none;margin:1.5rem;box-sizing:border-box;display:flex;inline-size:100%;flex-direction:column;overflow:hidden;border-radius:0.25rem;background-color:var(--calcite-ui-foreground-1);opacity:0;--tw-shadow:0 2px 12px -4px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.16);--tw-shadow-colored:0 2px 12px -4px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);-webkit-overflow-scrolling:touch;visibility:hidden;transition:transform var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88), visibility 0ms linear var(--calcite-internal-animation-timing-slow), opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88);--calcite-modal-hidden-position:translate3d(0, 20px, 0);--calcite-modal-shown-position:translate3d(0, 0, 0)}.modal--opening-idle{transform:var(--calcite-modal-hidden-position)}.modal--opening-active{transform:var(--calcite-modal-shown-position)}.modal--closing-idle{transform:var(--calcite-modal-shown-position)}.modal--closing-active{transform:var(--calcite-modal-hidden-position)}:host([open]){opacity:1;visibility:visible !important;transition-delay:0ms}.container--open{opacity:1;visibility:visible !important;transition-delay:0ms}.container--open .modal{pointer-events:auto;visibility:visible;opacity:1;transition:transform var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88), visibility 0ms linear, opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88), max-inline-size var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88), max-block-size var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88);transition-delay:0ms}.header{z-index:var(--calcite-app-z-index-header);display:flex;min-inline-size:0px;max-inline-size:100%;border-start-start-radius:0.25rem;border-start-end-radius:0.25rem;border-width:0px;border-block-end-width:1px;border-style:solid;border-color:var(--calcite-ui-border-3);background-color:var(--calcite-ui-foreground-1);flex:0 0 auto}.close{order:2;margin:0px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:none;background-color:transparent;color:var(--calcite-ui-text-3);outline-color:transparent;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-block:var(--calcite-modal-padding-internal);padding-inline:var(--calcite-modal-padding-internal);flex:0 0 auto}.close calcite-icon{pointer-events:none;vertical-align:-2px}.close:focus{outline:2px solid var(--calcite-ui-focus-color, var(--calcite-ui-brand));outline-offset:calc(\n -2px *\n calc(\n 1 -\n 2 * clamp(\n 0,\n var(--calcite-ui-focus-offset-invert),\n 1\n )\n )\n )}.close:hover,.close:focus,.close:active{background-color:var(--calcite-ui-foreground-2);color:var(--calcite-ui-text-1)}.title{order:1;display:flex;min-inline-size:0px;align-items:center;flex:1 1 auto;padding-block:var(--calcite-modal-padding-internal);padding-inline:var(--calcite-modal-padding-large-internal)}slot[name=header]::slotted(*),*::slotted([slot=header]){margin:0px;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-ui-text-1);font-size:var(--calcite-modal-title-text-internal)}.content{position:relative;box-sizing:border-box;display:block;block-size:100%;overflow:auto;padding:0px;background-color:var(--calcite-modal-content-background, var(--calcite-ui-foreground-1));max-block-size:100%;padding:var(--calcite-modal-content-padding, var(--calcite-modal-padding-internal))}.content-top,.content-bottom{z-index:var(--calcite-app-z-index-header);display:flex;border-width:0px;border-style:solid;border-color:var(--calcite-ui-border-3);background-color:var(--calcite-ui-foreground-1);flex:0 0 auto;padding:var(--calcite-modal-padding-internal)}.content-top{min-inline-size:0px;max-inline-size:100%;border-block-end-width:1px}.content-bottom{margin-block-start:auto;box-sizing:border-box;inline-size:100%;justify-content:space-between;border-block-start-width:1px}.content-top:not(.header~.content-top){border-start-start-radius:0.25rem;border-start-end-radius:0.25rem}.content-bottom:not(.content-bottom~.footer),.content--no-footer{border-end-end-radius:0.25rem;border-end-start-radius:0.25rem}slot[name=content]::slotted(*),*::slotted([slot=content]){font-size:var(--calcite-modal-context-text-internal)}.footer{z-index:var(--calcite-app-z-index-header);margin-block-start:auto;box-sizing:border-box;display:flex;inline-size:100%;justify-content:space-between;border-end-end-radius:0.25rem;border-end-start-radius:0.25rem;border-width:0px;border-block-start-width:1px;border-style:solid;border-color:var(--calcite-ui-border-3);background-color:var(--calcite-ui-foreground-1);flex:0 0 auto;padding-block:var(--calcite-modal-padding-internal);padding-inline:var(--calcite-modal-padding-large-internal)}.footer--hide-back .back,.footer--hide-secondary .secondary{display:none}.back{display:block;margin-inline-end:auto}.secondary{margin-inline:0.25rem;display:block}slot[name=primary]{display:block}:host([width=small]) .modal{inline-size:auto}:host([width=s]) .modal{max-block-size:100%;max-inline-size:100%;inline-size:var(--calcite-modal-width, 32rem);block-size:var(--calcite-modal-height, auto)}@media screen and (max-width: 35rem){:host([width=s]) .modal{margin:0px;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%}:host([width=s]) .content{flex:1 1 auto;max-block-size:unset}:host([width=s][docked]) .container{align-items:flex-end}}:host([width=m]) .modal{max-block-size:100%;max-inline-size:100%;inline-size:var(--calcite-modal-width, 48rem);block-size:var(--calcite-modal-height, auto)}@media screen and (max-width: 51rem){:host([width=m]) .modal{margin:0px;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%}:host([width=m]) .content{flex:1 1 auto;max-block-size:unset}:host([width=m][docked]) .container{align-items:flex-end}}:host([width=l]) .modal{max-block-size:100%;max-inline-size:100%;inline-size:var(--calcite-modal-width, 94rem);block-size:var(--calcite-modal-height, auto)}@media screen and (max-width: 97rem){:host([width=l]) .modal{margin:0px;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%}:host([width=l]) .content{flex:1 1 auto;max-block-size:unset}:host([width=l][docked]) .container{align-items:flex-end}}:host([fullscreen]) .modal{margin:0px;block-size:100%;max-block-size:100%;inline-size:100%;max-inline-size:100%;border-radius:0px;--calcite-modal-hidden-position:translate3D(0, 20px, 0) scale(0.95);--calcite-modal-shown-position:translate3D(0, 0, 0) scale(1)}:host([fullscreen]) .content{max-block-size:100%;flex:1 1 auto}:host([open][fullscreen]) .header,:host([open][fullscreen]) .footer,:host([open][fullscreen]) .content-top,:host([open][fullscreen]) .content-bottom{border-radius:0}:host([docked]) .modal{block-size:var(--calcite-modal-height, auto)}:host([docked]) .content{block-size:auto;flex:1 1 auto}:host([kind=brand]) .modal{border-color:var(--calcite-ui-brand)}:host([kind=danger]) .modal{border-color:var(--calcite-ui-danger)}:host([kind=info]) .modal{border-color:var(--calcite-ui-info)}:host([kind=success]) .modal{border-color:var(--calcite-ui-success)}:host([kind=warning]) .modal{border-color:var(--calcite-ui-warning)}:host([kind=brand]) .modal,:host([kind=danger]) .modal,:host([kind=info]) .modal,:host([kind=success]) .modal,:host([kind=warning]) .modal{border-width:0px;border-block-start-width:4px;border-style:solid}:host([kind=brand]) .header,:host([kind=brand]) .content-top,:host([kind=danger]) .header,:host([kind=danger]) .content-top,:host([kind=info]) .header,:host([kind=info]) .content-top,:host([kind=success]) .header,:host([kind=success]) .content-top,:host([kind=warning]) .header,:host([kind=warning]) .content-top{border-radius:0.25rem;border-end-end-radius:0px;border-end-start-radius:0px}@media screen and (max-width: 860px){* slot[name=header]::slotted(content-top),* content-top::slotted([slot=header]){font-size:var(--calcite-font-size-1)}.footer,.content-bottom{position:sticky;inset-block-end:0px}}@media screen and (max-width: 480px){.footer,.content-bottom{flex-direction:column}.back,.secondary{margin:0px;margin-block-end:0.25rem}}.container.slotted-in-shell{position:absolute;pointer-events:auto}.container.slotted-in-shell calcite-scrim{position:absolute}:host([hidden]){display:none}[hidden]{display:none}";
|
62
|
+
|
63
|
+
const Modal = /*@__PURE__*/ proxyCustomElement(class Modal extends HTMLElement {
|
64
|
+
constructor() {
|
65
|
+
super();
|
66
|
+
this.__registerHost();
|
67
|
+
this.__attachShadow();
|
68
|
+
this.calciteModalBeforeClose = createEvent(this, "calciteModalBeforeClose", 6);
|
69
|
+
this.calciteModalClose = createEvent(this, "calciteModalClose", 6);
|
70
|
+
this.calciteModalBeforeOpen = createEvent(this, "calciteModalBeforeOpen", 6);
|
71
|
+
this.calciteModalOpen = createEvent(this, "calciteModalOpen", 6);
|
72
|
+
this.mutationObserver = createObserver("mutation", () => this.handleMutationObserver());
|
73
|
+
this.cssVarObserver = createObserver("mutation", () => {
|
74
|
+
this.updateSizeCssVars();
|
75
|
+
});
|
76
|
+
this.openTransitionProp = "opacity";
|
77
|
+
//--------------------------------------------------------------------------
|
78
|
+
//
|
79
|
+
// Private Methods
|
80
|
+
//
|
81
|
+
//--------------------------------------------------------------------------
|
82
|
+
this.setTransitionEl = (el) => {
|
83
|
+
this.transitionEl = el;
|
84
|
+
};
|
85
|
+
this.openEnd = () => {
|
86
|
+
this.setFocus();
|
87
|
+
this.el.removeEventListener("calciteModalOpen", this.openEnd);
|
88
|
+
};
|
89
|
+
this.handleOutsideClose = () => {
|
90
|
+
if (this.outsideCloseDisabled) {
|
91
|
+
return;
|
92
|
+
}
|
93
|
+
this.close();
|
94
|
+
};
|
95
|
+
/** Close the modal, first running the `beforeClose` method */
|
96
|
+
this.close = () => {
|
97
|
+
return this.beforeClose(this.el).then(() => {
|
98
|
+
this.open = false;
|
99
|
+
this.isOpen = false;
|
100
|
+
this.removeOverflowHiddenClass();
|
101
|
+
});
|
102
|
+
};
|
103
|
+
this.handleMutationObserver = () => {
|
104
|
+
this.updateFooterVisibility();
|
105
|
+
this.updateFocusTrapElements();
|
106
|
+
};
|
107
|
+
this.updateFooterVisibility = () => {
|
108
|
+
this.hasFooter = !!getSlotted(this.el, [SLOTS.back, SLOTS.primary, SLOTS.secondary]);
|
109
|
+
};
|
110
|
+
this.updateSizeCssVars = () => {
|
111
|
+
this.cssWidth = getComputedStyle(this.el).getPropertyValue("--calcite-modal-width");
|
112
|
+
this.cssHeight = getComputedStyle(this.el).getPropertyValue("--calcite-modal-height");
|
113
|
+
};
|
114
|
+
this.contentTopSlotChangeHandler = (event) => {
|
115
|
+
this.hasContentTop = slotChangeHasAssignedElement(event);
|
116
|
+
};
|
117
|
+
this.contentBottomSlotChangeHandler = (event) => {
|
118
|
+
this.hasContentBottom = slotChangeHasAssignedElement(event);
|
119
|
+
};
|
120
|
+
this.open = false;
|
121
|
+
this.beforeClose = () => Promise.resolve();
|
122
|
+
this.closeButtonDisabled = false;
|
123
|
+
this.focusTrapDisabled = false;
|
124
|
+
this.outsideCloseDisabled = false;
|
125
|
+
this.docked = undefined;
|
126
|
+
this.escapeDisabled = false;
|
127
|
+
this.scale = "m";
|
128
|
+
this.width = "m";
|
129
|
+
this.fullscreen = undefined;
|
130
|
+
this.kind = undefined;
|
131
|
+
this.messages = undefined;
|
132
|
+
this.messageOverrides = undefined;
|
133
|
+
this.slottedInShell = undefined;
|
134
|
+
this.cssWidth = undefined;
|
135
|
+
this.cssHeight = undefined;
|
136
|
+
this.hasFooter = true;
|
137
|
+
this.hasContentTop = false;
|
138
|
+
this.hasContentBottom = false;
|
139
|
+
this.isOpen = false;
|
140
|
+
this.effectiveLocale = undefined;
|
141
|
+
this.defaultMessages = undefined;
|
142
|
+
}
|
143
|
+
handleFocusTrapDisabled(focusTrapDisabled) {
|
144
|
+
if (!this.open) {
|
145
|
+
return;
|
146
|
+
}
|
147
|
+
focusTrapDisabled ? deactivateFocusTrap(this) : activateFocusTrap(this);
|
148
|
+
}
|
149
|
+
onMessagesChange() {
|
150
|
+
/* wired up by t9n util */
|
151
|
+
}
|
152
|
+
//--------------------------------------------------------------------------
|
153
|
+
//
|
154
|
+
// Lifecycle
|
155
|
+
//
|
156
|
+
//--------------------------------------------------------------------------
|
157
|
+
async componentWillLoad() {
|
158
|
+
await setUpMessages(this);
|
159
|
+
setUpLoadableComponent(this);
|
160
|
+
// when modal initially renders, if active was set we need to open as watcher doesn't fire
|
161
|
+
if (this.open) {
|
162
|
+
onToggleOpenCloseComponent(this);
|
163
|
+
requestAnimationFrame(() => this.openModal());
|
164
|
+
}
|
165
|
+
}
|
166
|
+
componentDidLoad() {
|
167
|
+
setComponentLoaded(this);
|
168
|
+
}
|
169
|
+
connectedCallback() {
|
170
|
+
var _a, _b;
|
171
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.observe(this.el, { childList: true, subtree: true });
|
172
|
+
(_b = this.cssVarObserver) === null || _b === void 0 ? void 0 : _b.observe(this.el, { attributeFilter: ["style"] });
|
173
|
+
this.updateSizeCssVars();
|
174
|
+
this.updateFooterVisibility();
|
175
|
+
connectConditionalSlotComponent(this);
|
176
|
+
connectLocalized(this);
|
177
|
+
connectMessages(this);
|
178
|
+
connectFocusTrap(this);
|
179
|
+
}
|
180
|
+
disconnectedCallback() {
|
181
|
+
var _a, _b;
|
182
|
+
this.removeOverflowHiddenClass();
|
183
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
184
|
+
(_b = this.cssVarObserver) === null || _b === void 0 ? void 0 : _b.disconnect();
|
185
|
+
disconnectConditionalSlotComponent(this);
|
186
|
+
deactivateFocusTrap(this);
|
187
|
+
disconnectLocalized(this);
|
188
|
+
disconnectMessages(this);
|
189
|
+
this.slottedInShell = false;
|
190
|
+
}
|
191
|
+
render() {
|
192
|
+
return (h(Host, { "aria-describedby": this.contentId, "aria-labelledby": this.titleId, "aria-modal": "true", role: "dialog" }, h("div", { class: {
|
193
|
+
[CSS.container]: true,
|
194
|
+
[CSS.containerOpen]: this.isOpen,
|
195
|
+
[CSS.slottedInShell]: this.slottedInShell,
|
196
|
+
} }, h("calcite-scrim", { class: CSS.scrim, onClick: this.handleOutsideClose }), this.renderStyle(), h("div", { class: {
|
197
|
+
[CSS.modal]: true,
|
198
|
+
},
|
199
|
+
// eslint-disable-next-line react/jsx-sort-props
|
200
|
+
ref: this.setTransitionEl }, h("div", { class: CSS.header }, this.renderCloseButton(), h("header", { class: CSS.title }, h("slot", { name: CSS.header }))), this.renderContentTop(), h("div", { class: {
|
201
|
+
[CSS.content]: true,
|
202
|
+
[CSS.contentNoFooter]: !this.hasFooter,
|
203
|
+
},
|
204
|
+
// eslint-disable-next-line react/jsx-sort-props
|
205
|
+
ref: (el) => (this.modalContent = el) }, h("slot", { name: SLOTS.content })), this.renderContentBottom(), this.renderFooter()))));
|
206
|
+
}
|
207
|
+
renderFooter() {
|
208
|
+
return this.hasFooter ? (h("div", { class: CSS.footer, key: "footer" }, h("span", { class: CSS.back }, h("slot", { name: SLOTS.back })), h("span", { class: CSS.secondary }, h("slot", { name: SLOTS.secondary })), h("span", { class: CSS.primary }, h("slot", { name: SLOTS.primary })))) : null;
|
209
|
+
}
|
210
|
+
renderContentTop() {
|
211
|
+
return (h("div", { class: CSS.contentTop, hidden: !this.hasContentTop }, h("slot", { name: SLOTS.contentTop, onSlotchange: this.contentTopSlotChangeHandler })));
|
212
|
+
}
|
213
|
+
renderContentBottom() {
|
214
|
+
return (h("div", { class: CSS.contentBottom, hidden: !this.hasContentBottom }, h("slot", { name: SLOTS.contentBottom, onSlotchange: this.contentBottomSlotChangeHandler })));
|
215
|
+
}
|
216
|
+
renderCloseButton() {
|
217
|
+
return !this.closeButtonDisabled ? (h("button", { "aria-label": this.messages.close, class: CSS.close, key: "button", onClick: this.close, title: this.messages.close,
|
218
|
+
// eslint-disable-next-line react/jsx-sort-props
|
219
|
+
ref: (el) => (this.closeButtonEl = el) }, h("calcite-icon", { icon: ICONS.close, scale: this.scale === "s" ? "s" : this.scale === "m" ? "m" : this.scale === "l" ? "l" : null }))) : null;
|
220
|
+
}
|
221
|
+
renderStyle() {
|
222
|
+
if (!this.fullscreen && (this.cssWidth || this.cssHeight)) {
|
223
|
+
return (h("style", null, `.${CSS.container} {
|
224
|
+
${this.docked && this.cssWidth ? `align-items: center !important;` : ""}
|
225
|
+
}
|
226
|
+
.${CSS.modal} {
|
227
|
+
block-size: ${this.cssHeight ? this.cssHeight : "auto"} !important;
|
228
|
+
${this.cssWidth ? `inline-size: ${this.cssWidth} !important;` : ""}
|
229
|
+
${this.cssWidth ? `max-inline-size: ${this.cssWidth} !important;` : ""}
|
230
|
+
${this.docked ? `border-radius: var(--calcite-border-radius) !important;` : ""}
|
231
|
+
}
|
232
|
+
@media screen and (max-width: ${this.cssWidth}) {
|
233
|
+
.${CSS.container} {
|
234
|
+
${this.docked ? `align-items: flex-end !important;` : ""}
|
235
|
+
}
|
236
|
+
.${CSS.modal} {
|
237
|
+
max-block-size: 100% !important;
|
238
|
+
inline-size: 100% !important;
|
239
|
+
max-inline-size: 100% !important;
|
240
|
+
min-inline-size: 100% !important;
|
241
|
+
margin: 0 !important;
|
242
|
+
${!this.docked ? `block-size: 100% !important;` : ""}
|
243
|
+
${!this.docked ? `border-radius: 0 !important;` : ""}
|
244
|
+
${this.docked
|
245
|
+
? `border-radius: var(--calcite-border-radius) var(--calcite-border-radius) 0 0 !important;`
|
246
|
+
: ""}
|
247
|
+
}
|
248
|
+
}
|
249
|
+
`));
|
250
|
+
}
|
251
|
+
}
|
252
|
+
effectiveLocaleChange() {
|
253
|
+
updateMessages(this, this.effectiveLocale);
|
254
|
+
}
|
255
|
+
//--------------------------------------------------------------------------
|
256
|
+
//
|
257
|
+
// Event Listeners
|
258
|
+
//
|
259
|
+
//--------------------------------------------------------------------------
|
260
|
+
handleEscape(event) {
|
261
|
+
if (this.open && !this.escapeDisabled && event.key === "Escape" && !event.defaultPrevented) {
|
262
|
+
this.close();
|
263
|
+
event.preventDefault();
|
264
|
+
}
|
265
|
+
}
|
266
|
+
//--------------------------------------------------------------------------
|
267
|
+
//
|
268
|
+
// Public Methods
|
269
|
+
//
|
270
|
+
//--------------------------------------------------------------------------
|
271
|
+
/**
|
272
|
+
* Sets focus on the component's "close" button (the first focusable item).
|
273
|
+
*
|
274
|
+
*/
|
275
|
+
async setFocus() {
|
276
|
+
await componentFocusable(this);
|
277
|
+
focusFirstTabbable(this.el);
|
278
|
+
}
|
279
|
+
/**
|
280
|
+
* Updates the element(s) that are used within the focus-trap of the component.
|
281
|
+
*/
|
282
|
+
async updateFocusTrapElements() {
|
283
|
+
updateFocusTrapElements(this);
|
284
|
+
}
|
285
|
+
/**
|
286
|
+
* Sets the scroll top of the component's content.
|
287
|
+
*
|
288
|
+
* @param top
|
289
|
+
* @param left
|
290
|
+
*/
|
291
|
+
async scrollContent(top = 0, left = 0) {
|
292
|
+
if (this.modalContent) {
|
293
|
+
if (this.modalContent.scrollTo) {
|
294
|
+
this.modalContent.scrollTo({ top, left, behavior: "smooth" });
|
295
|
+
}
|
296
|
+
else {
|
297
|
+
this.modalContent.scrollTop = top;
|
298
|
+
this.modalContent.scrollLeft = left;
|
299
|
+
}
|
300
|
+
}
|
301
|
+
}
|
302
|
+
onBeforeOpen() {
|
303
|
+
this.transitionEl.classList.add(CSS.openingActive);
|
304
|
+
this.calciteModalBeforeOpen.emit();
|
305
|
+
}
|
306
|
+
onOpen() {
|
307
|
+
this.transitionEl.classList.remove(CSS.openingIdle, CSS.openingActive);
|
308
|
+
this.calciteModalOpen.emit();
|
309
|
+
activateFocusTrap(this);
|
310
|
+
}
|
311
|
+
onBeforeClose() {
|
312
|
+
this.transitionEl.classList.add(CSS.closingActive);
|
313
|
+
this.calciteModalBeforeClose.emit();
|
314
|
+
}
|
315
|
+
onClose() {
|
316
|
+
this.transitionEl.classList.remove(CSS.closingIdle, CSS.closingActive);
|
317
|
+
this.calciteModalClose.emit();
|
318
|
+
deactivateFocusTrap(this);
|
319
|
+
}
|
320
|
+
async toggleModal(value) {
|
321
|
+
var _a, _b;
|
322
|
+
onToggleOpenCloseComponent(this);
|
323
|
+
if (value) {
|
324
|
+
(_a = this.transitionEl) === null || _a === void 0 ? void 0 : _a.classList.add(CSS.openingIdle);
|
325
|
+
this.openModal();
|
326
|
+
}
|
327
|
+
else {
|
328
|
+
(_b = this.transitionEl) === null || _b === void 0 ? void 0 : _b.classList.add(CSS.closingIdle);
|
329
|
+
this.close();
|
330
|
+
}
|
331
|
+
}
|
332
|
+
/** Open the modal */
|
333
|
+
openModal() {
|
334
|
+
this.el.addEventListener("calciteModalOpen", this.openEnd);
|
335
|
+
this.open = true;
|
336
|
+
this.isOpen = true;
|
337
|
+
const titleEl = getSlotted(this.el, SLOTS.header);
|
338
|
+
const contentEl = getSlotted(this.el, SLOTS.content);
|
339
|
+
this.titleId = ensureId(titleEl);
|
340
|
+
this.contentId = ensureId(contentEl);
|
341
|
+
if (!this.slottedInShell) {
|
342
|
+
this.initialOverflowCSS = document.documentElement.style.overflow;
|
343
|
+
// use an inline style instead of a utility class to avoid global class declarations.
|
344
|
+
document.documentElement.style.setProperty("overflow", "hidden");
|
345
|
+
}
|
346
|
+
}
|
347
|
+
removeOverflowHiddenClass() {
|
348
|
+
document.documentElement.style.setProperty("overflow", this.initialOverflowCSS);
|
349
|
+
}
|
350
|
+
static get assetsDirs() { return ["assets"]; }
|
351
|
+
get el() { return this; }
|
352
|
+
static get watchers() { return {
|
353
|
+
"focusTrapDisabled": ["handleFocusTrapDisabled"],
|
354
|
+
"messageOverrides": ["onMessagesChange"],
|
355
|
+
"effectiveLocale": ["effectiveLocaleChange"],
|
356
|
+
"open": ["toggleModal"]
|
357
|
+
}; }
|
358
|
+
static get style() { return modalCss; }
|
359
|
+
}, [1, "calcite-modal", {
|
360
|
+
"open": [1540],
|
361
|
+
"beforeClose": [16],
|
362
|
+
"closeButtonDisabled": [516, "close-button-disabled"],
|
363
|
+
"focusTrapDisabled": [516, "focus-trap-disabled"],
|
364
|
+
"outsideCloseDisabled": [516, "outside-close-disabled"],
|
365
|
+
"docked": [516],
|
366
|
+
"escapeDisabled": [516, "escape-disabled"],
|
367
|
+
"scale": [513],
|
368
|
+
"width": [513],
|
369
|
+
"fullscreen": [516],
|
370
|
+
"kind": [513],
|
371
|
+
"messages": [1040],
|
372
|
+
"messageOverrides": [1040],
|
373
|
+
"slottedInShell": [1028, "slotted-in-shell"],
|
374
|
+
"cssWidth": [32],
|
375
|
+
"cssHeight": [32],
|
376
|
+
"hasFooter": [32],
|
377
|
+
"hasContentTop": [32],
|
378
|
+
"hasContentBottom": [32],
|
379
|
+
"isOpen": [32],
|
380
|
+
"effectiveLocale": [32],
|
381
|
+
"defaultMessages": [32],
|
382
|
+
"setFocus": [64],
|
383
|
+
"updateFocusTrapElements": [64],
|
384
|
+
"scrollContent": [64]
|
385
|
+
}, [[8, "keydown", "handleEscape"]]]);
|
386
|
+
function defineCustomElement() {
|
387
|
+
if (typeof customElements === "undefined") {
|
388
|
+
return;
|
389
|
+
}
|
390
|
+
const components = ["calcite-modal", "calcite-icon", "calcite-loader", "calcite-scrim"];
|
391
|
+
components.forEach(tagName => { switch (tagName) {
|
392
|
+
case "calcite-modal":
|
393
|
+
if (!customElements.get(tagName)) {
|
394
|
+
customElements.define(tagName, Modal);
|
395
|
+
}
|
396
|
+
break;
|
397
|
+
case "calcite-icon":
|
398
|
+
if (!customElements.get(tagName)) {
|
399
|
+
defineCustomElement$3();
|
400
|
+
}
|
401
|
+
break;
|
402
|
+
case "calcite-loader":
|
403
|
+
if (!customElements.get(tagName)) {
|
404
|
+
defineCustomElement$2();
|
405
|
+
}
|
406
|
+
break;
|
407
|
+
case "calcite-scrim":
|
408
|
+
if (!customElements.get(tagName)) {
|
409
|
+
defineCustomElement$1();
|
410
|
+
}
|
411
|
+
break;
|
412
|
+
} });
|
413
|
+
}
|
414
|
+
defineCustomElement();
|
415
|
+
|
416
|
+
export { Modal as M, defineCustomElement as d };
|
@@ -232,27 +232,29 @@ const PdfDownload = /*@__PURE__*/ proxyCustomElement(class PdfDownload extends H
|
|
232
232
|
/**
|
233
233
|
* Downloads csv of mailing labels for the provided list of ids
|
234
234
|
*
|
235
|
+
* @param webmap Webmap containing layer
|
235
236
|
* @param exportInfos Information about items to be exported
|
236
237
|
* @param removeDuplicates When true a single label is generated when multiple featues have a shared address value
|
237
238
|
* @param addColumnTitle Indicates if column headings should be included in output
|
238
239
|
* @returns Promise resolving when function is done
|
239
240
|
*/
|
240
|
-
async downloadCSV(exportInfos, removeDuplicates, addColumnTitle = true) {
|
241
|
-
return downloadCSV(exportInfos, true, // formatUsingLayerPopup
|
241
|
+
async downloadCSV(webmap, exportInfos, removeDuplicates, addColumnTitle = true) {
|
242
|
+
return downloadCSV(webmap, exportInfos, true, // formatUsingLayerPopup
|
242
243
|
removeDuplicates, addColumnTitle);
|
243
244
|
}
|
244
245
|
/**
|
245
246
|
* Downloads pdf of mailing labels for the provided list of ids
|
246
247
|
*
|
248
|
+
* @param webmap Webmap containing layer
|
247
249
|
* @param exportInfos Information about items to be exported
|
248
250
|
* @param removeDuplicates When true a single label is generated when multiple featues have a shared address value
|
249
251
|
* @param title Title for each page
|
250
252
|
* @param initialImageDataUrl Data URL of image for first page
|
251
253
|
* @returns Promise resolving when function is done
|
252
254
|
*/
|
253
|
-
async downloadPDF(exportInfos, removeDuplicates = false, title = "", initialImageDataUrl = "") {
|
255
|
+
async downloadPDF(webmap, exportInfos, removeDuplicates = false, title = "", initialImageDataUrl = "") {
|
254
256
|
var _c;
|
255
|
-
return downloadPDF(exportInfos, (_c = this._labelInfoElement.selectedOption) === null || _c === void 0 ? void 0 : _c.value, removeDuplicates, title, initialImageDataUrl);
|
257
|
+
return downloadPDF(webmap, exportInfos, (_c = this._labelInfoElement.selectedOption) === null || _c === void 0 ? void 0 : _c.value, removeDuplicates, title, initialImageDataUrl);
|
256
258
|
}
|
257
259
|
//--------------------------------------------------------------------------
|
258
260
|
//
|
@@ -6,7 +6,7 @@
|
|
6
6
|
import { proxyCustomElement, HTMLElement, createEvent, getAssetPath, h, Host } from '@stencil/core/internal/client';
|
7
7
|
import { c as EExportType, d as EPageType, E as EWorkflowType } from './interfaces.js';
|
8
8
|
import { l as loadModules } from './loadModules.js';
|
9
|
-
import {
|
9
|
+
import { a as goToSelection, h as highlightFeatures } from './mapViewUtils.js';
|
10
10
|
import { s as state } from './publicNotificationStore.js';
|
11
11
|
import { g as getLocaleComponentStrings } from './locale.js';
|
12
12
|
import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils.js';
|
@@ -455,7 +455,7 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
|
|
455
455
|
*/
|
456
456
|
async _getNumDuplicates() {
|
457
457
|
const exportInfos = this._getExportInfos();
|
458
|
-
const labels = await consolidateLabels(exportInfos);
|
458
|
+
const labels = await consolidateLabels(this.mapView.map, exportInfos);
|
459
459
|
const duplicatesRemoved = removeDuplicateLabels(labels);
|
460
460
|
return labels.length - duplicatesRemoved.length;
|
461
461
|
}
|
@@ -666,12 +666,12 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
|
|
666
666
|
}
|
667
667
|
this._fetchingData = true;
|
668
668
|
// Create the labels for each selection set
|
669
|
-
await this._downloadTools.downloadPDF(exportInfos, this._removeDuplicates.checked, this._addTitle ? this._titleElement.value : "", initialImageDataUrl);
|
669
|
+
await this._downloadTools.downloadPDF(this.mapView.map, exportInfos, this._removeDuplicates.checked, this._addTitle ? this._titleElement.value : "", initialImageDataUrl);
|
670
670
|
this._fetchingData = false;
|
671
671
|
}
|
672
672
|
if (this._exportType === EExportType.CSV) {
|
673
673
|
this._fetchingData = true;
|
674
|
-
await this._downloadTools.downloadCSV(exportInfos, this._removeDuplicates.checked);
|
674
|
+
await this._downloadTools.downloadCSV(this.mapView.map, exportInfos, this._removeDuplicates.checked);
|
675
675
|
this._fetchingData = false;
|
676
676
|
}
|
677
677
|
}
|
@@ -27,10 +27,6 @@ const { state, onChange } = createStore({
|
|
27
27
|
managedTables: [],
|
28
28
|
// Handle[]: https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Handles.html#Handle
|
29
29
|
highlightHandles: [],
|
30
|
-
// IMapItemHash title: id lookup to be used across components
|
31
|
-
layerNameHash: {},
|
32
|
-
// IMapItemHash title: id lookup to be used across components
|
33
|
-
tableNameHash: {},
|
34
30
|
// remove all handles
|
35
31
|
removeHandles: () => {
|
36
32
|
state.highlightHandles.forEach(h => h === null || h === void 0 ? void 0 : h.remove());
|