@esri/solutions-components 0.7.23 → 0.7.24
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/t9n/crowdsource-manager/resources.json +1 -3
- package/dist/assets/t9n/crowdsource-manager/resources_en.json +1 -3
- package/dist/assets/t9n/crowdsource-reporter/resources.json +18 -1
- package/dist/assets/t9n/crowdsource-reporter/resources_en.json +18 -1
- package/dist/assets/t9n/delete-button/resources.json +8 -0
- package/dist/assets/t9n/delete-button/resources_en.json +8 -0
- package/dist/assets/t9n/feature-list/resources.json +4 -0
- package/dist/assets/t9n/feature-list/resources_en.json +4 -0
- package/dist/assets/t9n/info-card/resources.json +1 -1
- package/dist/assets/t9n/info-card/resources_en.json +1 -1
- package/dist/assets/t9n/layer-list/resources.json +4 -0
- package/dist/assets/t9n/layer-list/resources_en.json +4 -0
- package/dist/assets/t9n/layer-table/resources.json +0 -9
- package/dist/assets/t9n/layer-table/resources_en.json +0 -9
- package/dist/cjs/basemap-gallery_5.cjs.entry.js +573 -0
- package/dist/cjs/buffer-tools_3.cjs.entry.js +1 -1
- package/dist/cjs/calcite-action-bar.cjs.entry.js +255 -0
- package/dist/cjs/calcite-alert_3.cjs.entry.js +136 -357
- package/dist/cjs/calcite-combobox_6.cjs.entry.js +2 -1
- package/dist/cjs/{calcite-action-bar_3.cjs.entry.js → calcite-filter_5.cjs.entry.js} +333 -172
- package/dist/cjs/calcite-flow_4.cjs.entry.js +658 -0
- package/dist/cjs/calcite-input-date-picker_3.cjs.entry.js +22 -11
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +2 -1
- package/dist/cjs/{card-manager_3.cjs.entry.js → card-manager_2.cjs.entry.js} +48 -268
- package/dist/cjs/crowdsource-manager.cjs.entry.js +18 -3
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +215 -36
- package/dist/cjs/{basemap-gallery_7.cjs.entry.js → info-card_4.cjs.entry.js} +322 -409
- package/dist/cjs/instant-apps-export.cjs.entry.js +1 -1
- package/dist/cjs/instant-apps-language-translator.cjs.entry.js +41 -1
- package/dist/cjs/layout-manager.cjs.entry.js +2 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{locale-9db09b63.js → locale-1ff119f5.js} +19 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +1 -1
- package/dist/cjs/popupUtils-8d5b6e94.js +99 -0
- package/dist/cjs/public-notification.cjs.entry.js +1 -1
- package/dist/cjs/solution-configuration.cjs.entry.js +2 -1
- package/dist/cjs/solution-contents_3.cjs.entry.js +16 -2
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/cjs/spatial-ref.cjs.entry.js +2 -1
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +23 -2
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.css +73 -0
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +349 -56
- package/dist/collection/components/delete-button/delete-button.css +19 -0
- package/dist/collection/components/delete-button/delete-button.js +299 -0
- package/dist/collection/components/delete-button/test/delete-button.e2e.js +29 -0
- package/dist/collection/components/delete-button/test/delete-button.spec.js +37 -0
- package/dist/collection/components/feature-list/feature-list.css +38 -0
- package/dist/collection/components/feature-list/feature-list.js +303 -0
- package/dist/collection/components/info-card/info-card.js +65 -21
- package/dist/collection/components/layer-list/layer-list.css +28 -0
- package/dist/collection/components/layer-list/layer-list.js +288 -0
- package/dist/collection/components/layer-table/layer-table.js +63 -116
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +31 -1
- package/dist/collection/demos/crowdsource-reporter.html +42 -70
- package/dist/collection/demos/feature-list.html +43 -0
- package/dist/collection/demos/layer-list.html +43 -0
- package/dist/collection/utils/interfaces.ts +4 -0
- package/dist/components/calcite-flow-item.js +1 -261
- package/dist/components/calcite-flow.js +1 -165
- package/dist/components/card-manager2.js +38 -26
- package/dist/components/crowdsource-manager.js +110 -89
- package/dist/components/crowdsource-reporter.js +463 -42
- package/dist/components/delete-button.d.ts +11 -0
- package/dist/components/delete-button.js +11 -0
- package/dist/components/delete-button2.js +209 -0
- package/dist/components/feature-list.d.ts +11 -0
- package/dist/components/feature-list.js +11 -0
- package/dist/components/feature-list2.js +281 -0
- package/dist/{esm/calcite-flow-item.entry.js → components/flow-item.js} +94 -19
- package/dist/{esm/calcite-flow.entry.js → components/flow.js} +33 -10
- package/dist/components/info-card2.js +87 -136
- package/dist/components/instant-apps-export.js +1 -1
- package/dist/components/instant-apps-filter-list2.js +22 -11
- package/dist/components/instant-apps-language-translator2.js +48 -4
- package/dist/components/layer-list.d.ts +11 -0
- package/dist/components/layer-list.js +11 -0
- package/dist/components/layer-list2.js +268 -0
- package/dist/components/layer-table2.js +126 -165
- package/dist/components/locale.js +19 -2
- package/dist/components/popupUtils.js +97 -0
- package/dist/components/queryUtils.js +1 -1
- package/dist/components/solution-spatial-ref2.js +17 -2
- package/dist/esm/{ExpandToggle-540998b5.js → ExpandToggle-96688cda.js} +1 -1
- package/dist/esm/{ar-35006b74.js → ar-29711364.js} +8 -8
- package/dist/esm/basemap-gallery_5.entry.js +565 -0
- package/dist/esm/{bg-c289978f.js → bg-c0f5033b.js} +8 -8
- package/dist/esm/{bs-6f9fb44a.js → bs-60479ce5.js} +8 -8
- package/dist/esm/buffer-tools_3.entry.js +3 -3
- package/dist/esm/{ca-7962c8b7.js → ca-4317b986.js} +8 -8
- package/dist/esm/calcite-accordion-item.entry.js +1 -1
- package/dist/esm/calcite-action-bar.entry.js +251 -0
- package/dist/esm/calcite-action-group.entry.js +3 -3
- package/dist/esm/calcite-action-menu_2.entry.js +5 -5
- package/dist/esm/calcite-action-pad_2.entry.js +4 -4
- package/dist/esm/calcite-action_2.entry.js +3 -3
- package/dist/esm/calcite-alert_3.entry.js +141 -362
- package/dist/esm/calcite-avatar.entry.js +1 -1
- package/dist/esm/calcite-block-section.entry.js +3 -3
- package/dist/esm/calcite-block_2.entry.js +5 -5
- 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.entry.js +3 -3
- 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 +11 -10
- package/dist/esm/calcite-date-picker-day_3.entry.js +3 -3
- package/dist/esm/calcite-fab.entry.js +1 -1
- package/dist/esm/{calcite-action-bar_3.entry.js → calcite-filter_5.entry.js} +363 -204
- package/dist/esm/calcite-flow_4.entry.js +651 -0
- package/dist/esm/calcite-graph_2.entry.js +4 -4
- 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_3.entry.js +31 -20
- package/dist/esm/calcite-input-number.entry.js +5 -5
- package/dist/esm/calcite-input-text.entry.js +5 -5
- package/dist/esm/{calcite-input-time-picker-63439178.js → calcite-input-time-picker-2e1b2157.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-meter.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-notice.entry.js +3 -3
- 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-sheet.entry.js +2 -2
- package/dist/esm/calcite-shell-center-row.entry.js +1 -1
- package/dist/esm/calcite-shell-panel_14.entry.js +8 -7
- package/dist/esm/calcite-sortable-list.entry.js +1 -1
- package/dist/esm/calcite-stepper-item.entry.js +3 -3
- package/dist/esm/calcite-stepper.entry.js +3 -3
- package/dist/esm/calcite-switch.entry.js +3 -3
- package/dist/esm/calcite-table-cell_2.entry.js +3 -3
- package/dist/esm/calcite-table-row.entry.js +1 -1
- package/dist/esm/calcite-table.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-tooltip.entry.js +2 -2
- package/dist/esm/calcite-tree_2.entry.js +1 -1
- package/dist/esm/{card-manager_3.entry.js → card-manager_2.entry.js} +51 -270
- package/dist/esm/{common-2cf42ac2.js → common-d04ccc0d.js} +1 -1
- package/dist/esm/crowdsource-manager.entry.js +19 -4
- package/dist/esm/crowdsource-reporter.entry.js +215 -36
- package/dist/esm/{cs-6d13069b.js → cs-da404a04.js} +8 -8
- package/dist/esm/{da-14097e6c.js → da-1afac3fa.js} +8 -8
- package/dist/esm/{date-1743b515.js → date-8b4a8f33.js} +1 -1
- package/dist/esm/{de-dff2571b.js → de-98f3129e.js} +8 -8
- package/dist/esm/{de-at-b733db65.js → de-at-ed4817af.js} +8 -8
- package/dist/esm/{de-ch-5ad0cb74.js → de-ch-556c82c8.js} +8 -8
- package/dist/esm/{dom-492b1b24.js → dom-8f926f33.js} +1 -1
- package/dist/esm/{downloadUtils-13579d93.js → downloadUtils-067dc2ff.js} +2 -2
- package/dist/esm/{el-688e05ba.js → el-394dfd74.js} +8 -8
- package/dist/esm/{en-au-357e70d8.js → en-au-6dde1e7e.js} +8 -8
- package/dist/esm/{en-ca-1e0b6b47.js → en-ca-420be416.js} +8 -8
- package/dist/esm/{en-gb-861a17f2.js → en-gb-0a7caa85.js} +8 -8
- package/dist/esm/{es-291ab4bd.js → es-2e1beb99.js} +8 -8
- package/dist/esm/{es-mx-0a7283a7.js → es-mx-ef132a24.js} +8 -8
- package/dist/esm/{et-addd2617.js → et-83d139c1.js} +8 -8
- package/dist/esm/{fi-469884d5.js → fi-8b81ed94.js} +8 -8
- package/dist/esm/{floating-ui-03eb4c82.js → floating-ui-c397f653.js} +1 -1
- package/dist/esm/{focusTrapComponent-2e7de651.js → focusTrapComponent-14368766.js} +1 -1
- package/dist/esm/{form-9bccaf85.js → form-133b00c7.js} +1 -1
- package/dist/esm/{fr-f5cb34ca.js → fr-c47c114a.js} +8 -8
- package/dist/esm/{fr-ch-115d3fda.js → fr-ch-97635343.js} +8 -8
- package/dist/esm/{he-6e5f5c56.js → he-ed2a12b9.js} +8 -8
- package/dist/esm/{hi-503240c2.js → hi-a05727ac.js} +8 -8
- package/dist/esm/{hr-cc08d6fc.js → hr-d01671ca.js} +8 -8
- package/dist/esm/{hu-69ac240d.js → hu-16506ca7.js} +8 -8
- package/dist/esm/{id-99547746.js → id-e9367e87.js} +8 -8
- package/dist/esm/{index.es-04d2e63e.js → index.es-92e46d8b.js} +3 -3
- package/dist/esm/{basemap-gallery_7.entry.js → info-card_4.entry.js} +322 -406
- package/dist/esm/instant-apps-export.entry.js +1 -1
- package/dist/esm/instant-apps-language-translator.entry.js +42 -2
- package/dist/esm/{interfaces-341e3ab3.js → interfaces-586e863c.js} +1 -1
- package/dist/esm/{it-dbb6ea7d.js → it-14246b4a.js} +8 -8
- package/dist/esm/{it-ch-a83801f6.js → it-ch-a877e111.js} +8 -8
- package/dist/esm/{ja-79dbb02f.js → ja-67a0cfa0.js} +8 -8
- package/dist/esm/{ko-31ebe067.js → ko-35b0b83a.js} +8 -8
- package/dist/esm/{label-14301f4d.js → label-cd393c81.js} +1 -1
- package/dist/esm/layout-manager.entry.js +3 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{locale-834c52c6.js → locale-13e3c96c.js} +19 -2
- package/dist/esm/{locale-8cfa3086.js → locale-6107ef11.js} +1 -1
- package/dist/esm/{lt-94d3f4b8.js → lt-71014faf.js} +8 -8
- package/dist/esm/{lv-d770ed0d.js → lv-def9df38.js} +8 -8
- package/dist/esm/map-select-tools_3.entry.js +4 -4
- package/dist/esm/{mapViewUtils-8fe70944.js → mapViewUtils-6daedef8.js} +2 -2
- package/dist/esm/{mk-1046d60a.js → mk-bfeac49e.js} +8 -8
- package/dist/esm/{nb-dad0b4b9.js → nb-0723b461.js} +8 -8
- package/dist/esm/{nl-a968c4b7.js → nl-89663165.js} +8 -8
- package/dist/esm/{pl-a0037bd3.js → pl-0157c37c.js} +8 -8
- package/dist/esm/popupUtils-b71f30fc.js +97 -0
- package/dist/esm/{pt-e3d9370c.js → pt-80d1520c.js} +8 -8
- package/dist/esm/{pt-br-44c11565.js → pt-br-ee5003c7.js} +8 -8
- package/dist/esm/public-notification.entry.js +4 -4
- package/dist/esm/{ro-290e025d.js → ro-eff987f8.js} +8 -8
- package/dist/esm/{ru-38ff91f1.js → ru-62839398.js} +8 -8
- package/dist/esm/{shared-list-render-89e4bcff.js → shared-list-render-a2ab63e8.js} +1 -1
- package/dist/esm/{sk-9622a24b.js → sk-c2f4bd58.js} +8 -8
- package/dist/esm/{sl-6bc83a24.js → sl-328ff1db.js} +8 -8
- package/dist/esm/solution-configuration.entry.js +4 -3
- package/dist/esm/solution-contents_3.entry.js +19 -5
- package/dist/esm/{solution-store-b08696f7.js → solution-store-19f7825b.js} +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/esm/spatial-ref.entry.js +4 -3
- package/dist/esm/{sr-35e575d8.js → sr-75a3ad46.js} +8 -8
- package/dist/esm/{sv-d80fa359.js → sv-10da5ef2.js} +8 -8
- package/dist/esm/{t9n-3c5e55ab.js → t9n-f16911e7.js} +1 -1
- package/dist/esm/{th-23e71d40.js → th-aa112042.js} +8 -8
- package/dist/esm/{time-d956a7c8.js → time-855b3426.js} +1 -1
- package/dist/esm/{tr-961fd2f3.js → tr-5925a2f5.js} +8 -8
- package/dist/esm/{uk-4e8a425a.js → uk-c40eeb9f.js} +8 -8
- package/dist/esm/{utils-56206ec2.js → utils-93fd55c4.js} +2 -2
- package/dist/esm/{utils-8287806a.js → utils-c3509713.js} +1 -1
- package/dist/esm/{vi-ad983882.js → vi-27922b93.js} +8 -8
- package/dist/esm/{zh-cn-5b6fd039.js → zh-cn-38a2e1d3.js} +8 -8
- package/dist/esm/{zh-hk-7439b11d.js → zh-hk-e0217bd1.js} +8 -8
- package/dist/esm/{zh-tw-cf384663.js → zh-tw-31f0447c.js} +8 -8
- package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +0 -1
- package/dist/solutions-components/demos/crowdsource-reporter.html +42 -70
- package/dist/solutions-components/demos/feature-list.html +43 -0
- package/dist/solutions-components/demos/layer-list.html +43 -0
- package/dist/solutions-components/{p-c634d047.entry.js → p-01032eec.entry.js} +2 -18
- package/dist/solutions-components/{p-e7951fcb.js → p-0392679d.js} +1 -1
- package/dist/solutions-components/{p-3022da2d.js → p-05f702ae.js} +1 -1
- package/dist/solutions-components/{p-4da72ee8.entry.js → p-068f5a8c.entry.js} +1 -1
- package/dist/solutions-components/{p-4f71a1a0.js → p-0d774e41.js} +1 -1
- package/dist/solutions-components/{p-0e723ffc.js → p-0f6b58b2.js} +1 -1
- package/dist/solutions-components/{p-ec8f042e.entry.js → p-10410f92.entry.js} +1 -1
- package/dist/solutions-components/{p-6a4b1e48.entry.js → p-10f2d6b0.entry.js} +2 -2
- package/dist/solutions-components/{p-5d2ccc75.entry.js → p-13be5cf5.entry.js} +1 -1
- package/dist/solutions-components/{p-58054bc2.js → p-14548a83.js} +1 -1
- package/dist/solutions-components/{p-c9f87acb.js → p-14ff1465.js} +2 -2
- package/dist/solutions-components/{p-026b1345.js → p-17668cb7.js} +3 -3
- package/dist/solutions-components/{p-5e530f8c.js → p-1c75bb3d.js} +1 -1
- package/dist/solutions-components/p-1f7046e9.entry.js +6 -0
- package/dist/solutions-components/{p-121a5dac.entry.js → p-234a8293.entry.js} +1 -1
- package/dist/solutions-components/{p-355249fc.js → p-2447b332.js} +1 -1
- package/dist/solutions-components/{p-48828002.entry.js → p-24c699b0.entry.js} +1 -1
- package/dist/solutions-components/{p-9bcbc1cc.js → p-2592e0dd.js} +1 -1
- package/dist/solutions-components/{p-b78a1c21.js → p-28b33708.js} +1 -1
- package/dist/solutions-components/{p-fa6ef970.js → p-2d68a6fd.js} +1 -1
- package/dist/solutions-components/{p-6437fee1.entry.js → p-2e2d01de.entry.js} +1 -1
- package/dist/solutions-components/{p-5e9b05c0.entry.js → p-2f425700.entry.js} +1 -1
- package/dist/solutions-components/p-3606c4b8.entry.js +6 -0
- package/dist/solutions-components/{p-6c3cdd09.entry.js → p-364486d1.entry.js} +1 -1
- package/dist/solutions-components/{p-85a89f1d.entry.js → p-368cbb2c.entry.js} +1 -1
- package/dist/solutions-components/{p-c68a6d4f.js → p-36cbf14f.js} +1 -1
- package/dist/solutions-components/{p-52ad6ff9.entry.js → p-36f247db.entry.js} +1 -1
- package/dist/solutions-components/{p-080249de.js → p-38544b17.js} +1 -1
- package/dist/solutions-components/{p-a0be72b6.entry.js → p-3a73ee38.entry.js} +1 -1
- package/dist/solutions-components/{p-532b7378.entry.js → p-3ad4426b.entry.js} +1 -1
- package/dist/solutions-components/{p-5752785e.entry.js → p-3c10901a.entry.js} +1 -1
- package/dist/solutions-components/{p-6e406a7b.js → p-3c7d0eb9.js} +1 -1
- package/dist/solutions-components/{p-bf23173c.js → p-411b73a7.js} +1 -1
- package/dist/solutions-components/{p-76d60881.entry.js → p-429e1284.entry.js} +1 -1
- package/dist/solutions-components/{p-f3d277c2.entry.js → p-42f0e1fa.entry.js} +1 -1
- package/dist/solutions-components/{p-1fc220c7.js → p-4416d288.js} +1 -1
- package/dist/solutions-components/{p-663a433a.entry.js → p-451b16b3.entry.js} +2 -2
- package/dist/solutions-components/{p-b5d1b979.js → p-4566438a.js} +3 -3
- package/dist/solutions-components/{p-7a06dcdf.js → p-4647b2a6.js} +1 -1
- package/dist/solutions-components/{p-75fbe76c.js → p-480d0789.js} +1 -1
- package/dist/solutions-components/p-49b02dda.entry.js +6 -0
- package/dist/solutions-components/{p-722ae773.js → p-49fb1bfa.js} +2 -2
- package/dist/solutions-components/{p-17183100.js → p-4abf1c34.js} +1 -1
- package/dist/solutions-components/p-4ae36626.js +6 -0
- package/dist/solutions-components/{p-5c3fd315.entry.js → p-4bff69aa.entry.js} +1 -1
- package/dist/solutions-components/{p-f8f18a94.entry.js → p-4ccdac24.entry.js} +1 -1
- package/dist/solutions-components/{p-a3a64af2.entry.js → p-4d402bcf.entry.js} +1 -1
- package/dist/solutions-components/{p-7e82a730.js → p-4d8fc031.js} +1 -1
- package/dist/solutions-components/{p-1c720ed5.entry.js → p-4d99cb49.entry.js} +1 -1
- package/dist/solutions-components/p-4fbadb84.entry.js +6 -0
- package/dist/solutions-components/{p-e0276e26.entry.js → p-5268d845.entry.js} +2 -2
- package/dist/solutions-components/{p-f3f09834.js → p-5e12026e.js} +1 -1
- package/dist/solutions-components/p-5e832d65.entry.js +6 -0
- package/dist/solutions-components/{p-ffee4847.entry.js → p-5fe99315.entry.js} +1 -1
- package/dist/solutions-components/{p-d6208a47.js → p-6105d57c.js} +1 -1
- package/dist/solutions-components/{p-f3dfb34f.entry.js → p-613315a7.entry.js} +1 -1
- package/dist/solutions-components/{p-0d97c2c5.entry.js → p-62eba559.entry.js} +1 -1
- package/dist/solutions-components/{p-40235cb7.entry.js → p-63fa7791.entry.js} +1 -1
- package/dist/solutions-components/{p-cfccae7c.js → p-6604ac77.js} +1 -1
- package/dist/solutions-components/{p-9b1766ef.entry.js → p-674be06c.entry.js} +1 -1
- package/dist/solutions-components/{p-a4aef40c.entry.js → p-67ff8e9a.entry.js} +1 -1
- package/dist/solutions-components/{p-16df3a9e.entry.js → p-685257d1.entry.js} +1 -1
- package/dist/solutions-components/{p-4647c429.js → p-68e0adcf.js} +1 -1
- package/dist/solutions-components/{p-fc8338c6.entry.js → p-68e84199.entry.js} +1 -1
- package/dist/solutions-components/{p-aa3092cf.js → p-69763854.js} +1 -1
- package/dist/solutions-components/{p-e31754c8.js → p-6ae45648.js} +1 -1
- package/dist/solutions-components/{p-98013072.entry.js → p-6cce7009.entry.js} +1 -1
- package/dist/solutions-components/{p-34cacf32.js → p-6d511162.js} +1 -1
- package/dist/solutions-components/{p-337acb3c.js → p-727596e6.js} +1 -1
- package/dist/solutions-components/{p-b170916e.js → p-73100e79.js} +2 -2
- package/dist/solutions-components/{p-23662977.entry.js → p-734bc1b0.entry.js} +2 -2
- package/dist/solutions-components/{p-f3626331.entry.js → p-752ece4a.entry.js} +2 -2
- package/dist/solutions-components/{p-ecdd587c.entry.js → p-75e2a322.entry.js} +3 -3
- package/dist/solutions-components/{p-ca33fa09.entry.js → p-787203af.entry.js} +1 -1
- package/dist/solutions-components/{p-a9fc934d.js → p-79110824.js} +1 -1
- package/dist/solutions-components/{p-b82179c0.js → p-793cad54.js} +1 -1
- package/dist/solutions-components/{p-0250dec5.js → p-797aa505.js} +1 -1
- package/dist/solutions-components/{p-133de052.entry.js → p-7ebd34df.entry.js} +1 -1
- package/dist/solutions-components/{p-8934e858.entry.js → p-809b7e47.entry.js} +2 -2
- package/dist/solutions-components/{p-ca97465b.js → p-83fd31d5.js} +1 -1
- package/dist/solutions-components/{p-2e1f7c0e.entry.js → p-84378c8d.entry.js} +2 -2
- package/dist/solutions-components/p-864b1d72.entry.js +6 -0
- package/dist/solutions-components/{p-50ea26de.entry.js → p-8b47b607.entry.js} +1 -1
- package/dist/solutions-components/{p-f4e91113.js → p-8d49a084.js} +1 -1
- package/dist/solutions-components/{p-f84848b0.entry.js → p-8fabb8a4.entry.js} +1 -1
- package/dist/solutions-components/p-8fc072ca.entry.js +6 -0
- package/dist/solutions-components/{p-29602eff.entry.js → p-96c2ed64.entry.js} +1 -1
- package/dist/solutions-components/{p-b42bde59.entry.js → p-978d936a.entry.js} +1 -1
- package/dist/solutions-components/{p-79ba73cb.js → p-981e9549.js} +1 -1
- package/dist/solutions-components/{p-02714171.entry.js → p-98308b13.entry.js} +2 -2
- package/dist/solutions-components/p-99c5701d.entry.js +6 -0
- package/dist/solutions-components/{p-fe68d502.js → p-9cbfd8cd.js} +1 -1
- package/dist/solutions-components/{p-8f8fe5d0.entry.js → p-a09c8edf.entry.js} +1 -1
- package/dist/solutions-components/p-a2d3df14.entry.js +6 -0
- package/dist/solutions-components/{p-ac6a3e13.js → p-a5272d7e.js} +1 -1
- package/dist/solutions-components/p-a5c5b24d.js +6 -0
- package/dist/solutions-components/{p-5d9ad152.entry.js → p-a5e93c7e.entry.js} +1 -1
- package/dist/solutions-components/{p-07b31dc9.js → p-a6bb4148.js} +1 -1
- package/dist/solutions-components/{p-11b59592.entry.js → p-a8c9ac0b.entry.js} +2 -2
- package/dist/solutions-components/{p-41f7bc94.entry.js → p-a9bd945b.entry.js} +1 -1
- package/dist/solutions-components/p-ab006ace.js +21 -0
- package/dist/solutions-components/{p-634835fe.js → p-abdd289e.js} +1 -1
- package/dist/solutions-components/{p-43e67b3c.entry.js → p-aca29f67.entry.js} +2 -2
- package/dist/solutions-components/{p-8118146c.entry.js → p-ad96cd8b.entry.js} +1 -1
- package/dist/solutions-components/{p-8772a573.js → p-af1bb992.js} +1 -1
- package/dist/solutions-components/{p-36eb8399.js → p-b1b768f7.js} +4 -4
- package/dist/solutions-components/{p-dd37c504.js → p-b29677ca.js} +1 -1
- package/dist/solutions-components/{p-82b4ab94.js → p-b2c5e62b.js} +1 -1
- package/dist/solutions-components/{p-db436a77.entry.js → p-b326b592.entry.js} +1 -1
- package/dist/solutions-components/{p-a4772574.js → p-b7285bd5.js} +1 -1
- package/dist/solutions-components/{p-8b5b4662.js → p-b8959537.js} +1 -1
- package/dist/solutions-components/p-ba56035f.entry.js +6 -0
- package/dist/solutions-components/{p-c21f578f.js → p-baf4cb37.js} +1 -1
- package/dist/solutions-components/{p-799c3f19.js → p-bfebff0e.js} +1 -1
- package/dist/solutions-components/p-c0ed2b83.entry.js +6 -0
- package/dist/solutions-components/p-c0f97ed2.entry.js +6 -0
- package/dist/solutions-components/{p-4af32c75.js → p-c1cf3ebc.js} +1 -1
- package/dist/solutions-components/{p-cfb83693.js → p-c3190f85.js} +1 -1
- package/dist/solutions-components/{p-0511c98c.js → p-c4ebb5d1.js} +1 -1
- package/dist/solutions-components/p-c56fd16c.entry.js +11 -0
- package/dist/solutions-components/{p-2d1b8cfa.js → p-c6b9a129.js} +1 -1
- package/dist/solutions-components/{p-1cb4c542.entry.js → p-c7e7da9a.entry.js} +1 -1
- package/dist/solutions-components/{p-d8b3d156.entry.js → p-ca4023f4.entry.js} +1 -1
- package/dist/solutions-components/p-cb1d29d4.entry.js +17 -0
- package/dist/solutions-components/p-cc88bb42.entry.js +6 -0
- package/dist/solutions-components/{p-034d43fb.js → p-cdee3846.js} +1 -1
- package/dist/solutions-components/{p-c5cb8804.js → p-cfb3d66a.js} +1 -1
- package/dist/solutions-components/{p-ebbeec9f.entry.js → p-d2d7d6b4.entry.js} +2 -2
- package/dist/solutions-components/{p-dd071507.js → p-d44e2fd7.js} +1 -1
- package/dist/solutions-components/{p-48a5ae32.entry.js → p-d50f34c4.entry.js} +1 -1
- package/dist/solutions-components/{p-5953ebe8.entry.js → p-d9061e5d.entry.js} +1 -1
- package/dist/solutions-components/{p-414240b2.js → p-d9a59fcc.js} +1 -1
- package/dist/solutions-components/{p-24286e8c.entry.js → p-db69f4ba.entry.js} +1 -1
- package/dist/solutions-components/{p-ede84883.js → p-de281b08.js} +2 -2
- package/dist/solutions-components/{p-a11fca14.js → p-df118036.js} +1 -1
- package/dist/solutions-components/p-e274f3b0.entry.js +23 -0
- package/dist/solutions-components/p-e3061220.entry.js +6 -0
- package/dist/solutions-components/{p-4613e205.js → p-e6d4bdce.js} +1 -1
- package/dist/solutions-components/{p-3c5d3b4a.js → p-e6dfc80f.js} +1 -1
- package/dist/solutions-components/{p-92ea9e81.js → p-e834d132.js} +1 -1
- package/dist/solutions-components/{p-f9eb2f2d.js → p-ee4e5212.js} +1 -1
- package/dist/solutions-components/{p-efce2e85.js → p-ef05dea5.js} +1 -1
- package/dist/solutions-components/{p-5fd1eb64.js → p-f0d68a3f.js} +2 -2
- package/dist/solutions-components/p-f17941f1.entry.js +6 -0
- package/dist/solutions-components/{p-9e3b8632.entry.js → p-f1e6ce96.entry.js} +1 -1
- package/dist/solutions-components/p-f54f3719.entry.js +17 -0
- package/dist/solutions-components/{p-fdb1ace8.entry.js → p-fb1c6811.entry.js} +2 -2
- package/dist/solutions-components/p-fec77450.js +21 -0
- package/dist/solutions-components/{p-50764143.entry.js → p-ff460d05.entry.js} +3 -3
- package/dist/solutions-components/{p-d1ca57f3.entry.js → p-ff7c9bc3.entry.js} +1 -1
- package/dist/solutions-components/{p-0b47b407.js → p-ffa2c430.js} +1 -1
- package/dist/solutions-components/{p-89520d31.entry.js → p-ffbed9b2.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/interfaces.ts +4 -0
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +8 -0
- package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +159 -11
- package/dist/types/components/delete-button/delete-button.d.ts +120 -0
- package/dist/types/components/feature-list/feature-list.d.ts +128 -0
- package/dist/types/components/info-card/info-card.d.ts +19 -0
- package/dist/types/components/layer-list/layer-list.d.ts +133 -0
- package/dist/types/components/layer-table/layer-table.d.ts +12 -40
- package/dist/types/components/solution-spatial-ref/solution-spatial-ref.d.ts +5 -1
- package/dist/types/components.d.ts +269 -11
- package/dist/types/preact.d.ts +15 -1
- package/dist/types/utils/interfaces.d.ts +2 -0
- package/package.json +2 -2
- package/dist/cjs/calcite-filter_2.cjs.entry.js +0 -237
- package/dist/cjs/calcite-flow-item.cjs.entry.js +0 -197
- package/dist/cjs/calcite-flow.cjs.entry.js +0 -153
- package/dist/cjs/calcite-handle.cjs.entry.js +0 -184
- package/dist/cjs/resources-55ba2752.js +0 -29
- package/dist/esm/calcite-filter_2.entry.js +0 -232
- package/dist/esm/calcite-handle.entry.js +0 -180
- package/dist/esm/resources-221791b0.js +0 -26
- package/dist/solutions-components/p-0200864c.entry.js +0 -11
- package/dist/solutions-components/p-02fad071.entry.js +0 -6
- package/dist/solutions-components/p-04f05bc5.entry.js +0 -6
- package/dist/solutions-components/p-166d5bcc.entry.js +0 -6
- package/dist/solutions-components/p-1711c535.entry.js +0 -6
- package/dist/solutions-components/p-1f88a556.entry.js +0 -6
- package/dist/solutions-components/p-2ddd9cf8.entry.js +0 -6
- package/dist/solutions-components/p-3cf20613.entry.js +0 -17
- package/dist/solutions-components/p-43546966.entry.js +0 -6
- package/dist/solutions-components/p-6b943f52.js +0 -21
- package/dist/solutions-components/p-79f95735.entry.js +0 -11
- package/dist/solutions-components/p-7f333e23.js +0 -11
- package/dist/solutions-components/p-897037f0.entry.js +0 -6
- package/dist/solutions-components/p-8c7fc78f.entry.js +0 -11
- package/dist/solutions-components/p-941ab8c0.js +0 -6
- package/dist/solutions-components/p-96974e5f.js +0 -6
- package/dist/solutions-components/p-a32b61ee.entry.js +0 -6
- package/dist/solutions-components/p-ad9fbb2a.entry.js +0 -6
- package/dist/solutions-components/p-bacc9b0d.entry.js +0 -6
- package/dist/solutions-components/p-c252997f.entry.js +0 -17
- package/dist/solutions-components/p-c5db42ad.entry.js +0 -6
- package/dist/solutions-components/p-e89c5860.entry.js +0 -6
- package/dist/solutions-components/p-eb9b003a.entry.js +0 -11
- package/dist/solutions-components/p-eff7f407.entry.js +0 -6
@@ -0,0 +1,658 @@
|
|
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
|
+
'use strict';
|
7
|
+
|
8
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
9
|
+
|
10
|
+
const index = require('./index-b8a649fc.js');
|
11
|
+
const observers = require('./observers-281a8c99.js');
|
12
|
+
const loadable = require('./loadable-07a214c7.js');
|
13
|
+
const dom = require('./dom-e111eaa6.js');
|
14
|
+
const interactive = require('./interactive-8aff886e.js');
|
15
|
+
const locale = require('./locale-6a627639.js');
|
16
|
+
const t9n = require('./t9n-0556abcb.js');
|
17
|
+
const resources = require('./resources-8e3763a4.js');
|
18
|
+
const popupUtils = require('./popupUtils-8d5b6e94.js');
|
19
|
+
const mapViewUtils = require('./mapViewUtils-8aa325de.js');
|
20
|
+
const locale$1 = require('./locale-1ff119f5.js');
|
21
|
+
require('./guid-1a466ca6.js');
|
22
|
+
require('./resources-6c60363a.js');
|
23
|
+
require('./browser-9a43b900.js');
|
24
|
+
require('./key-b8c05387.js');
|
25
|
+
require('./loadModules-46d14e81.js');
|
26
|
+
require('./esri-loader-a91c0ec1.js');
|
27
|
+
require('./_commonjsHelpers-384729db.js');
|
28
|
+
require('./interfaces-7cd0a48a.js');
|
29
|
+
|
30
|
+
/*!
|
31
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
32
|
+
* See https://github.com/Esri/calcite-design-system/blob/main/LICENSE.md for details.
|
33
|
+
* v2.0.0
|
34
|
+
*/
|
35
|
+
const CSS$1 = {
|
36
|
+
frame: "frame",
|
37
|
+
frameAdvancing: "frame--advancing",
|
38
|
+
frameRetreating: "frame--retreating",
|
39
|
+
};
|
40
|
+
|
41
|
+
const flowCss = ":host{box-sizing:border-box;background-color:var(--calcite-color-foreground-1);color:var(--calcite-color-text-2);font-size:var(--calcite-font-size--1)}:host *{box-sizing:border-box}:host{position:relative;display:flex;inline-size:100%;flex:1 1 auto;align-items:stretch;overflow:hidden;background-color:transparent}:host .frame{position:relative;margin:0px;display:flex;inline-size:100%;flex:1 1 auto;flex-direction:column;align-items:stretch;padding:0px}:host ::slotted(calcite-flow-item),:host ::slotted(calcite-panel){block-size:100%}:host ::slotted(.calcite-match-height:last-child){display:flex;flex:1 1 auto;overflow:hidden}:host .frame--advancing{animation:calcite-frame-advance var(--calcite-animation-timing)}:host .frame--retreating{animation:calcite-frame-retreat var(--calcite-animation-timing)}@keyframes calcite-frame-advance{0%{--tw-bg-opacity:0.5;transform:translate3d(50px, 0, 0)}100%{--tw-bg-opacity:1;transform:translate3d(0, 0, 0)}}@keyframes calcite-frame-retreat{0%{--tw-bg-opacity:0.5;transform:translate3d(-50px, 0, 0)}100%{--tw-bg-opacity:1;transform:translate3d(0, 0, 0)}}:host([hidden]){display:none}[hidden]{display:none}";
|
42
|
+
|
43
|
+
const Flow = class {
|
44
|
+
constructor(hostRef) {
|
45
|
+
index.registerInstance(this, hostRef);
|
46
|
+
this.itemMutationObserver = observers.createObserver("mutation", () => this.updateFlowProps());
|
47
|
+
this.getFlowDirection = (oldFlowItemCount, newFlowItemCount) => {
|
48
|
+
const allowRetreatingDirection = oldFlowItemCount > 1;
|
49
|
+
const allowAdvancingDirection = oldFlowItemCount && newFlowItemCount > 1;
|
50
|
+
if (!allowAdvancingDirection && !allowRetreatingDirection) {
|
51
|
+
return null;
|
52
|
+
}
|
53
|
+
return newFlowItemCount < oldFlowItemCount ? "retreating" : "advancing";
|
54
|
+
};
|
55
|
+
this.updateFlowProps = () => {
|
56
|
+
const { customItemSelectors, el, items } = this;
|
57
|
+
const newItems = Array.from(el.querySelectorAll(`calcite-flow-item${customItemSelectors ? `,${customItemSelectors}` : ""}`)).filter((flowItem) => flowItem.closest("calcite-flow") === el);
|
58
|
+
const oldItemCount = items.length;
|
59
|
+
const newItemCount = newItems.length;
|
60
|
+
const activeItem = newItems[newItemCount - 1];
|
61
|
+
const previousItem = newItems[newItemCount - 2];
|
62
|
+
if (newItemCount && activeItem) {
|
63
|
+
newItems.forEach((itemNode) => {
|
64
|
+
itemNode.showBackButton = itemNode === activeItem && newItemCount > 1;
|
65
|
+
itemNode.hidden = itemNode !== activeItem;
|
66
|
+
});
|
67
|
+
}
|
68
|
+
if (previousItem) {
|
69
|
+
previousItem.menuOpen = false;
|
70
|
+
}
|
71
|
+
this.items = newItems;
|
72
|
+
if (oldItemCount !== newItemCount) {
|
73
|
+
const flowDirection = this.getFlowDirection(oldItemCount, newItemCount);
|
74
|
+
this.itemCount = newItemCount;
|
75
|
+
this.flowDirection = flowDirection;
|
76
|
+
}
|
77
|
+
};
|
78
|
+
this.customItemSelectors = undefined;
|
79
|
+
this.flowDirection = null;
|
80
|
+
this.itemCount = 0;
|
81
|
+
this.items = [];
|
82
|
+
}
|
83
|
+
// --------------------------------------------------------------------------
|
84
|
+
//
|
85
|
+
// Public Methods
|
86
|
+
//
|
87
|
+
// --------------------------------------------------------------------------
|
88
|
+
/**
|
89
|
+
* Removes the currently active `calcite-flow-item`.
|
90
|
+
*/
|
91
|
+
async back() {
|
92
|
+
const { items } = this;
|
93
|
+
const lastItem = items[items.length - 1];
|
94
|
+
if (!lastItem) {
|
95
|
+
return;
|
96
|
+
}
|
97
|
+
const beforeBack = lastItem.beforeBack
|
98
|
+
? lastItem.beforeBack
|
99
|
+
: () => Promise.resolve();
|
100
|
+
try {
|
101
|
+
await beforeBack.call(lastItem);
|
102
|
+
}
|
103
|
+
catch (_error) {
|
104
|
+
// back prevented
|
105
|
+
return;
|
106
|
+
}
|
107
|
+
lastItem.remove();
|
108
|
+
return lastItem;
|
109
|
+
}
|
110
|
+
/**
|
111
|
+
* Sets focus on the component.
|
112
|
+
*/
|
113
|
+
async setFocus() {
|
114
|
+
await loadable.componentFocusable(this);
|
115
|
+
const { items } = this;
|
116
|
+
const activeItem = items[items.length - 1];
|
117
|
+
return activeItem === null || activeItem === void 0 ? void 0 : activeItem.setFocus();
|
118
|
+
}
|
119
|
+
// --------------------------------------------------------------------------
|
120
|
+
//
|
121
|
+
// Lifecycle
|
122
|
+
//
|
123
|
+
// --------------------------------------------------------------------------
|
124
|
+
connectedCallback() {
|
125
|
+
var _a;
|
126
|
+
(_a = this.itemMutationObserver) === null || _a === void 0 ? void 0 : _a.observe(this.el, { childList: true, subtree: true });
|
127
|
+
this.updateFlowProps();
|
128
|
+
}
|
129
|
+
async componentWillLoad() {
|
130
|
+
loadable.setUpLoadableComponent(this);
|
131
|
+
}
|
132
|
+
componentDidLoad() {
|
133
|
+
loadable.setComponentLoaded(this);
|
134
|
+
}
|
135
|
+
disconnectedCallback() {
|
136
|
+
var _a;
|
137
|
+
(_a = this.itemMutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
138
|
+
}
|
139
|
+
// --------------------------------------------------------------------------
|
140
|
+
//
|
141
|
+
// Private Methods
|
142
|
+
//
|
143
|
+
// --------------------------------------------------------------------------
|
144
|
+
async handleItemBackClick(event) {
|
145
|
+
if (event.defaultPrevented) {
|
146
|
+
return;
|
147
|
+
}
|
148
|
+
await this.back();
|
149
|
+
return this.setFocus();
|
150
|
+
}
|
151
|
+
// --------------------------------------------------------------------------
|
152
|
+
//
|
153
|
+
// Render Methods
|
154
|
+
//
|
155
|
+
// --------------------------------------------------------------------------
|
156
|
+
render() {
|
157
|
+
const { flowDirection } = this;
|
158
|
+
const frameDirectionClasses = {
|
159
|
+
[CSS$1.frame]: true,
|
160
|
+
[CSS$1.frameAdvancing]: flowDirection === "advancing",
|
161
|
+
[CSS$1.frameRetreating]: flowDirection === "retreating",
|
162
|
+
};
|
163
|
+
return (index.h("div", { class: frameDirectionClasses }, index.h("slot", null)));
|
164
|
+
}
|
165
|
+
get el() { return index.getElement(this); }
|
166
|
+
};
|
167
|
+
Flow.style = flowCss;
|
168
|
+
|
169
|
+
/*!
|
170
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
171
|
+
* See https://github.com/Esri/calcite-design-system/blob/main/LICENSE.md for details.
|
172
|
+
* v2.0.0
|
173
|
+
*/
|
174
|
+
const CSS = {
|
175
|
+
backButton: "back-button",
|
176
|
+
};
|
177
|
+
const ICONS = {
|
178
|
+
backLeft: "chevron-left",
|
179
|
+
backRight: "chevron-right",
|
180
|
+
};
|
181
|
+
const SLOTS = {
|
182
|
+
actionBar: "action-bar",
|
183
|
+
headerActionsStart: "header-actions-start",
|
184
|
+
headerActionsEnd: "header-actions-end",
|
185
|
+
headerMenuActions: "header-menu-actions",
|
186
|
+
headerContent: "header-content",
|
187
|
+
fab: "fab",
|
188
|
+
footer: "footer",
|
189
|
+
footerActions: "footer-actions",
|
190
|
+
};
|
191
|
+
|
192
|
+
const flowItemCss = ":host{box-sizing:border-box;background-color:var(--calcite-color-foreground-1);color:var(--calcite-color-text-2);font-size:var(--calcite-font-size--1)}:host *{box-sizing:border-box}:host([disabled]){cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--calcite-opacity-disabled)}:host([disabled]) *,:host([disabled]) ::slotted(*){pointer-events:none}:host{position:relative;display:flex;inline-size:100%;flex:1 1 auto}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.back-button{border-width:0px;border-style:solid;border-color:var(--calcite-color-border-3);border-inline-end-width:1px}calcite-panel{--calcite-panel-footer-padding:var(--calcite-flow-item-footer-padding);--calcite-panel-header-border-block-end:var(--calcite-flow-item-header-border-block-end)}:host([hidden]){display:none}[hidden]{display:none}";
|
193
|
+
|
194
|
+
const FlowItem = class {
|
195
|
+
constructor(hostRef) {
|
196
|
+
index.registerInstance(this, hostRef);
|
197
|
+
this.calciteFlowItemBack = index.createEvent(this, "calciteFlowItemBack", 7);
|
198
|
+
this.calciteFlowItemScroll = index.createEvent(this, "calciteFlowItemScroll", 6);
|
199
|
+
this.calciteFlowItemClose = index.createEvent(this, "calciteFlowItemClose", 6);
|
200
|
+
this.calciteFlowItemToggle = index.createEvent(this, "calciteFlowItemToggle", 6);
|
201
|
+
// --------------------------------------------------------------------------
|
202
|
+
//
|
203
|
+
// Private Methods
|
204
|
+
//
|
205
|
+
// --------------------------------------------------------------------------
|
206
|
+
this.handlePanelScroll = (event) => {
|
207
|
+
event.stopPropagation();
|
208
|
+
this.calciteFlowItemScroll.emit();
|
209
|
+
};
|
210
|
+
this.handlePanelClose = (event) => {
|
211
|
+
event.stopPropagation();
|
212
|
+
this.calciteFlowItemClose.emit();
|
213
|
+
};
|
214
|
+
this.handlePanelToggle = (event) => {
|
215
|
+
event.stopPropagation();
|
216
|
+
this.collapsed = event.target.collapsed;
|
217
|
+
this.calciteFlowItemToggle.emit();
|
218
|
+
};
|
219
|
+
this.backButtonClick = () => {
|
220
|
+
this.calciteFlowItemBack.emit();
|
221
|
+
};
|
222
|
+
this.setBackRef = (node) => {
|
223
|
+
this.backButtonEl = node;
|
224
|
+
};
|
225
|
+
this.setContainerRef = (node) => {
|
226
|
+
this.containerEl = node;
|
227
|
+
};
|
228
|
+
this.closable = false;
|
229
|
+
this.closed = false;
|
230
|
+
this.collapsed = false;
|
231
|
+
this.collapseDirection = "down";
|
232
|
+
this.collapsible = false;
|
233
|
+
this.beforeBack = undefined;
|
234
|
+
this.description = undefined;
|
235
|
+
this.disabled = false;
|
236
|
+
this.heading = undefined;
|
237
|
+
this.headingLevel = undefined;
|
238
|
+
this.loading = false;
|
239
|
+
this.menuOpen = false;
|
240
|
+
this.messageOverrides = undefined;
|
241
|
+
this.messages = undefined;
|
242
|
+
this.showBackButton = false;
|
243
|
+
this.defaultMessages = undefined;
|
244
|
+
this.effectiveLocale = "";
|
245
|
+
}
|
246
|
+
onMessagesChange() {
|
247
|
+
/* wired up by t9n util */
|
248
|
+
}
|
249
|
+
//--------------------------------------------------------------------------
|
250
|
+
//
|
251
|
+
// Lifecycle
|
252
|
+
//
|
253
|
+
//--------------------------------------------------------------------------
|
254
|
+
connectedCallback() {
|
255
|
+
interactive.connectInteractive(this);
|
256
|
+
locale.connectLocalized(this);
|
257
|
+
t9n.connectMessages(this);
|
258
|
+
}
|
259
|
+
async componentWillLoad() {
|
260
|
+
await t9n.setUpMessages(this);
|
261
|
+
loadable.setUpLoadableComponent(this);
|
262
|
+
}
|
263
|
+
componentDidRender() {
|
264
|
+
interactive.updateHostInteraction(this);
|
265
|
+
}
|
266
|
+
disconnectedCallback() {
|
267
|
+
interactive.disconnectInteractive(this);
|
268
|
+
locale.disconnectLocalized(this);
|
269
|
+
t9n.disconnectMessages(this);
|
270
|
+
}
|
271
|
+
componentDidLoad() {
|
272
|
+
loadable.setComponentLoaded(this);
|
273
|
+
}
|
274
|
+
effectiveLocaleChange() {
|
275
|
+
t9n.updateMessages(this, this.effectiveLocale);
|
276
|
+
}
|
277
|
+
// --------------------------------------------------------------------------
|
278
|
+
//
|
279
|
+
// Methods
|
280
|
+
//
|
281
|
+
// --------------------------------------------------------------------------
|
282
|
+
/**
|
283
|
+
* Sets focus on the component.
|
284
|
+
*
|
285
|
+
* @returns promise.
|
286
|
+
*/
|
287
|
+
async setFocus() {
|
288
|
+
await loadable.componentFocusable(this);
|
289
|
+
const { backButtonEl, containerEl } = this;
|
290
|
+
if (backButtonEl) {
|
291
|
+
return backButtonEl.setFocus();
|
292
|
+
}
|
293
|
+
else if (containerEl) {
|
294
|
+
return containerEl.setFocus();
|
295
|
+
}
|
296
|
+
}
|
297
|
+
/**
|
298
|
+
* Scrolls the component's content to a specified set of coordinates.
|
299
|
+
*
|
300
|
+
* @example
|
301
|
+
* myCalciteFlowItem.scrollContentTo({
|
302
|
+
* left: 0, // Specifies the number of pixels along the X axis to scroll the window or element.
|
303
|
+
* top: 0, // Specifies the number of pixels along the Y axis to scroll the window or element
|
304
|
+
* behavior: "auto" // Specifies whether the scrolling should animate smoothly (smooth), or happen instantly in a single jump (auto, the default value).
|
305
|
+
* });
|
306
|
+
* @param options - allows specific coordinates to be defined.
|
307
|
+
* @returns - promise that resolves once the content is scrolled to.
|
308
|
+
*/
|
309
|
+
async scrollContentTo(options) {
|
310
|
+
var _a;
|
311
|
+
await ((_a = this.containerEl) === null || _a === void 0 ? void 0 : _a.scrollContentTo(options));
|
312
|
+
}
|
313
|
+
// --------------------------------------------------------------------------
|
314
|
+
//
|
315
|
+
// Render Methods
|
316
|
+
//
|
317
|
+
// --------------------------------------------------------------------------
|
318
|
+
renderBackButton() {
|
319
|
+
const { el } = this;
|
320
|
+
const rtl = dom.getElementDir(el) === "rtl";
|
321
|
+
const { showBackButton, backButtonClick, messages } = this;
|
322
|
+
const label = messages.back;
|
323
|
+
const icon = rtl ? ICONS.backRight : ICONS.backLeft;
|
324
|
+
return showBackButton ? (index.h("calcite-action", { "aria-label": label, class: CSS.backButton, icon: icon, key: "flow-back-button", onClick: backButtonClick, scale: "s", slot: "header-actions-start", text: label, title: label,
|
325
|
+
// eslint-disable-next-line react/jsx-sort-props -- ref should be last so node attrs/props are in sync (see https://github.com/Esri/calcite-design-system/pull/6530)
|
326
|
+
ref: this.setBackRef })) : null;
|
327
|
+
}
|
328
|
+
render() {
|
329
|
+
const { collapsed, collapseDirection, collapsible, closable, closed, description, disabled, heading, headingLevel, loading, menuOpen, messages, } = this;
|
330
|
+
return (index.h(index.Host, null, index.h("calcite-panel", { closable: closable, closed: closed, collapseDirection: collapseDirection, collapsed: collapsed, collapsible: collapsible, description: description, disabled: disabled, heading: heading, headingLevel: headingLevel, loading: loading, menuOpen: menuOpen, messageOverrides: messages, onCalcitePanelClose: this.handlePanelClose, onCalcitePanelScroll: this.handlePanelScroll, onCalcitePanelToggle: this.handlePanelToggle,
|
331
|
+
// eslint-disable-next-line react/jsx-sort-props -- ref should be last so node attrs/props are in sync (see https://github.com/Esri/calcite-design-system/pull/6530)
|
332
|
+
ref: this.setContainerRef }, this.renderBackButton(), index.h("slot", { name: SLOTS.actionBar, slot: resources.SLOTS.actionBar }), index.h("slot", { name: SLOTS.headerActionsStart, slot: resources.SLOTS.headerActionsStart }), index.h("slot", { name: SLOTS.headerActionsEnd, slot: resources.SLOTS.headerActionsEnd }), index.h("slot", { name: SLOTS.headerContent, slot: resources.SLOTS.headerContent }), index.h("slot", { name: SLOTS.headerMenuActions, slot: resources.SLOTS.headerMenuActions }), index.h("slot", { name: SLOTS.fab, slot: resources.SLOTS.fab }), index.h("slot", { name: SLOTS.footerActions, slot: resources.SLOTS.footerActions }), index.h("slot", { name: SLOTS.footer, slot: resources.SLOTS.footer }), index.h("slot", null))));
|
333
|
+
}
|
334
|
+
static get assetsDirs() { return ["assets"]; }
|
335
|
+
get el() { return index.getElement(this); }
|
336
|
+
static get watchers() { return {
|
337
|
+
"messageOverrides": ["onMessagesChange"],
|
338
|
+
"effectiveLocale": ["effectiveLocaleChange"]
|
339
|
+
}; }
|
340
|
+
};
|
341
|
+
FlowItem.style = flowItemCss;
|
342
|
+
|
343
|
+
const featureListCss = ":host{display:block}.width-full{width:100%}.pagination{display:flex;justify-content:center}.error-msg{padding:10px;width:calc(100% - 20px)}.popup-title{font-weight:500;padding:10px 12px}";
|
344
|
+
|
345
|
+
const FeatureList = class {
|
346
|
+
constructor(hostRef) {
|
347
|
+
index.registerInstance(this, hostRef);
|
348
|
+
this.featureSelect = index.createEvent(this, "featureSelect", 7);
|
349
|
+
this.selectedLayerId = undefined;
|
350
|
+
this.mapView = undefined;
|
351
|
+
this.noFeaturesFoundMsg = undefined;
|
352
|
+
this.pageSize = 100;
|
353
|
+
this.highlightOnMap = false;
|
354
|
+
this._featureItems = [];
|
355
|
+
this._featuresCount = 0;
|
356
|
+
this._isLoading = false;
|
357
|
+
this._translations = undefined;
|
358
|
+
}
|
359
|
+
//--------------------------------------------------------------------------
|
360
|
+
//
|
361
|
+
// Functions (lifecycle)
|
362
|
+
//
|
363
|
+
//--------------------------------------------------------------------------
|
364
|
+
/**
|
365
|
+
* StencilJS: Called once just after the component is first connected to the DOM.
|
366
|
+
* @returns Promise when complete
|
367
|
+
*/
|
368
|
+
async componentWillLoad() {
|
369
|
+
await this._getTranslations();
|
370
|
+
this._isLoading = true;
|
371
|
+
this._popupUtils = new popupUtils.PopupUtils();
|
372
|
+
this._selectedLayer = await mapViewUtils.getLayerOrTable(this.mapView, this.selectedLayerId);
|
373
|
+
}
|
374
|
+
/**
|
375
|
+
* StencilJS: Called once just after the component is fully loaded and the first render() occurs.
|
376
|
+
*/
|
377
|
+
async componentDidLoad() {
|
378
|
+
if (this._selectedLayer) {
|
379
|
+
this._featureItems = await this.queryPage(0);
|
380
|
+
this._featuresCount = await this._selectedLayer.queryFeatureCount();
|
381
|
+
this._isLoading = false;
|
382
|
+
}
|
383
|
+
}
|
384
|
+
/**
|
385
|
+
* Renders the component.
|
386
|
+
*/
|
387
|
+
render() {
|
388
|
+
return (index.h("calcite-panel", { "full-height": true, "full-width": true }, this._isLoading && index.h("calcite-loader", { scale: "m" }), this._featureItems.length === 0 && !this._isLoading && index.h("calcite-notice", { class: "error-msg", icon: "feature-details", kind: "info", open: true }, index.h("div", { slot: "message" }, this.noFeaturesFoundMsg ? this.noFeaturesFoundMsg : this._translations.featureErrorMsg)), index.h("calcite-list", { "selection-appearance": "border", "selection-mode": "single" }, !this._isLoading && this._featureItems.length > 0 && this._featureItems), this._featuresCount > this.pageSize &&
|
389
|
+
index.h("div", { class: "width-full", slot: "footer" }, index.h("calcite-pagination", { class: "pagination", "full-width": true, onCalcitePaginationChange: this.pageChanged.bind(this), "page-size": this.pageSize, "start-item": "1", "total-items": this._featuresCount }))));
|
390
|
+
}
|
391
|
+
//--------------------------------------------------------------------------
|
392
|
+
//
|
393
|
+
// Functions (protected)
|
394
|
+
//
|
395
|
+
//--------------------------------------------------------------------------
|
396
|
+
/**
|
397
|
+
* On page change get the next updated feature list
|
398
|
+
* @param event page change event
|
399
|
+
* @protected
|
400
|
+
*/
|
401
|
+
async pageChanged(event) {
|
402
|
+
this._isLoading = true;
|
403
|
+
if (this._highlightHandle) {
|
404
|
+
this._highlightHandle.remove();
|
405
|
+
this._highlightHandle = null;
|
406
|
+
}
|
407
|
+
const page = event.target.startItem - 1;
|
408
|
+
this._featureItems = await this.queryPage(page);
|
409
|
+
this._isLoading = false;
|
410
|
+
}
|
411
|
+
/**
|
412
|
+
* On feature click in feature list highlight the feature on the map
|
413
|
+
* @param event feature clicked event
|
414
|
+
* @protected
|
415
|
+
*/
|
416
|
+
async featureClicked(event, selectedFeature) {
|
417
|
+
//clear previous highlight and remove the highlightHandle
|
418
|
+
if (this.highlightOnMap && this._highlightHandle) {
|
419
|
+
this._highlightHandle.remove();
|
420
|
+
this._highlightHandle = null;
|
421
|
+
}
|
422
|
+
//highlight on map only if it is selected item
|
423
|
+
if (event.target.selected) {
|
424
|
+
if (this.highlightOnMap) {
|
425
|
+
const selectedFeatureObjectId = Number(event.target.value);
|
426
|
+
const selectedLayerView = await mapViewUtils.getFeatureLayerView(this.mapView, this.selectedLayerId);
|
427
|
+
this._highlightHandle = await mapViewUtils.highlightFeatures([selectedFeatureObjectId], selectedLayerView, this.mapView, true);
|
428
|
+
}
|
429
|
+
this.featureSelect.emit(selectedFeature);
|
430
|
+
}
|
431
|
+
}
|
432
|
+
/**
|
433
|
+
* Query the selected feature layer, in descending order of object id's
|
434
|
+
* @param page 0th page number in the pagination item
|
435
|
+
* @returns List of features items to be rendered
|
436
|
+
* @protected
|
437
|
+
*/
|
438
|
+
async queryPage(page) {
|
439
|
+
const featureLayer = this._selectedLayer;
|
440
|
+
const query = {
|
441
|
+
start: page,
|
442
|
+
num: this.pageSize,
|
443
|
+
outFields: ["*"],
|
444
|
+
orderByFields: [featureLayer.objectIdField + " DESC"],
|
445
|
+
returnGeometry: true,
|
446
|
+
where: featureLayer.definitionExpression
|
447
|
+
};
|
448
|
+
const featureSet = await featureLayer.queryFeatures(query);
|
449
|
+
return await this.createFeatureItem(featureSet);
|
450
|
+
}
|
451
|
+
/**
|
452
|
+
* Creates list of items using the popup titles
|
453
|
+
* @param featureSet Queried FeatureSet
|
454
|
+
* @returns List of features items to be rendered
|
455
|
+
* @protected
|
456
|
+
*/
|
457
|
+
async createFeatureItem(featureSet) {
|
458
|
+
const currentFeatures = featureSet === null || featureSet === void 0 ? void 0 : featureSet.features;
|
459
|
+
const items = currentFeatures.map(async (feature) => {
|
460
|
+
const popupTitle = await this._popupUtils.getPopupTitle(feature);
|
461
|
+
return this.getFeatureItem(feature, popupTitle);
|
462
|
+
});
|
463
|
+
return Promise.all(items);
|
464
|
+
}
|
465
|
+
/**
|
466
|
+
* Get each feature item
|
467
|
+
* @param selectedFeature Each individual feature instance to be listed
|
468
|
+
* @param popupTitle feature popup title
|
469
|
+
* @returns individual feature item to be rendered
|
470
|
+
* @protected
|
471
|
+
*/
|
472
|
+
getFeatureItem(selectedFeature, popupTitle) {
|
473
|
+
//get the object id value of the feature
|
474
|
+
const oId = selectedFeature.attributes[this._selectedLayer.objectIdField].toString();
|
475
|
+
//use object id if popupTitle is null or undefined
|
476
|
+
popupTitle = popupTitle !== null && popupTitle !== void 0 ? popupTitle : oId;
|
477
|
+
return (index.h("calcite-list-item", { onCalciteListItemSelect: (e) => { void this.featureClicked(e, selectedFeature); }, value: oId }, index.h("div", { class: "popup-title", slot: "content-start" }, popupTitle), index.h("calcite-icon", { icon: "chevron-right", scale: "s", slot: "content-end" })));
|
478
|
+
}
|
479
|
+
/**
|
480
|
+
* Fetches the component's translations
|
481
|
+
* @returns Promise when complete
|
482
|
+
* @protected
|
483
|
+
*/
|
484
|
+
async _getTranslations() {
|
485
|
+
const messages = await locale$1.getLocaleComponentStrings(this.el);
|
486
|
+
this._translations = messages[0];
|
487
|
+
}
|
488
|
+
get el() { return index.getElement(this); }
|
489
|
+
};
|
490
|
+
FeatureList.style = featureListCss;
|
491
|
+
|
492
|
+
const layerListCss = ":host{display:block}.error-msg{padding:10px}.layer-name{font-weight:500;padding:10px 12px}";
|
493
|
+
|
494
|
+
const LayerList = class {
|
495
|
+
constructor(hostRef) {
|
496
|
+
index.registerInstance(this, hostRef);
|
497
|
+
this.layerSelect = index.createEvent(this, "layerSelect", 7);
|
498
|
+
this.layersListLoaded = index.createEvent(this, "layersListLoaded", 7);
|
499
|
+
this.mapView = undefined;
|
500
|
+
this.layers = undefined;
|
501
|
+
this.noLayerErrorMsg = undefined;
|
502
|
+
this._noLayersToDisplay = false;
|
503
|
+
this._mapLayerIds = [];
|
504
|
+
this._isLoading = false;
|
505
|
+
this._translations = undefined;
|
506
|
+
}
|
507
|
+
//--------------------------------------------------------------------------
|
508
|
+
//
|
509
|
+
// Functions (lifecycle)
|
510
|
+
//
|
511
|
+
//--------------------------------------------------------------------------
|
512
|
+
/**
|
513
|
+
* StencilJS: Called once just after the component is first connected to the DOM.
|
514
|
+
* @returns Promise when complete
|
515
|
+
*/
|
516
|
+
async componentWillLoad() {
|
517
|
+
await this._getTranslations();
|
518
|
+
this._isLoading = true;
|
519
|
+
}
|
520
|
+
/**
|
521
|
+
* StencilJS: Called once just after the component is fully loaded and the first render() occurs.
|
522
|
+
*/
|
523
|
+
async componentDidLoad() {
|
524
|
+
await this.setLayers();
|
525
|
+
this._isLoading = false;
|
526
|
+
}
|
527
|
+
/**
|
528
|
+
* Renders the component.
|
529
|
+
*/
|
530
|
+
render() {
|
531
|
+
return (index.h(index.Fragment, null, this._isLoading && index.h("calcite-loader", { scale: "m" }), !this._isLoading && this.mapView && this._noLayersToDisplay && index.h("calcite-notice", { class: "error-msg", icon: "layers-reference", kind: "danger", open: true }, index.h("div", { slot: "title" }, this._translations.error), index.h("div", { slot: "message" }, this.noLayerErrorMsg ? this.noLayerErrorMsg : this._translations.noLayerToDisplayErrorMsg)), !this._isLoading && this.mapView &&
|
532
|
+
index.h("calcite-list", null, this.renderLayerList())));
|
533
|
+
}
|
534
|
+
//--------------------------------------------------------------------------
|
535
|
+
//
|
536
|
+
// Functions (protected)
|
537
|
+
//
|
538
|
+
//--------------------------------------------------------------------------
|
539
|
+
/**
|
540
|
+
* Fetch the ids of the layers from the map
|
541
|
+
* @returns Promise when the operation has completed
|
542
|
+
* @protected
|
543
|
+
*/
|
544
|
+
async setLayers() {
|
545
|
+
if (this.mapView) {
|
546
|
+
await this.initLayerHash();
|
547
|
+
}
|
548
|
+
}
|
549
|
+
/**
|
550
|
+
* Create a layer hash for layer name display
|
551
|
+
* @returns Promise when the operation has completed
|
552
|
+
* @protected
|
553
|
+
*/
|
554
|
+
async initLayerHash() {
|
555
|
+
const def = [];
|
556
|
+
this._layerItemsHash = await mapViewUtils.getMapLayerHash(this.mapView, true);
|
557
|
+
const allMapLayers = await mapViewUtils.getAllLayers(this.mapView);
|
558
|
+
// eslint-disable-next-line @typescript-eslint/no-misused-promises
|
559
|
+
allMapLayers.forEach(async (eachLayer) => {
|
560
|
+
var _a, _b;
|
561
|
+
//TODO: checking editable condition could be configurable
|
562
|
+
if ((eachLayer === null || eachLayer === void 0 ? void 0 : eachLayer.type) === "feature" && (eachLayer === null || eachLayer === void 0 ? void 0 : eachLayer.editingEnabled) && ((_b = (_a = eachLayer === null || eachLayer === void 0 ? void 0 : eachLayer.capabilities) === null || _a === void 0 ? void 0 : _a.operations) === null || _b === void 0 ? void 0 : _b.supportsUpdate)) {
|
563
|
+
const q = eachLayer.createQuery();
|
564
|
+
const result = eachLayer.queryFeatureCount(q);
|
565
|
+
def.push(result);
|
566
|
+
void result.then(async (resCount) => {
|
567
|
+
const formattedCount = !isNaN(resCount) ? await locale$1.formatNumber(resCount, {
|
568
|
+
places: 0,
|
569
|
+
api: 4,
|
570
|
+
type: "decimal"
|
571
|
+
}) : "";
|
572
|
+
this._layerItemsHash[eachLayer.id].formattedFeatureCount = formattedCount;
|
573
|
+
});
|
574
|
+
}
|
575
|
+
});
|
576
|
+
await Promise.all(def).then(() => {
|
577
|
+
const editableLayerIds = this.getEditableIds(this._layerItemsHash);
|
578
|
+
this._mapLayerIds = editableLayerIds.reverse();
|
579
|
+
this.handleNoLayersToDisplay();
|
580
|
+
}, () => {
|
581
|
+
this._mapLayerIds = [];
|
582
|
+
this.handleNoLayersToDisplay();
|
583
|
+
});
|
584
|
+
}
|
585
|
+
/**
|
586
|
+
* Set no layers to display state and emit event
|
587
|
+
*/
|
588
|
+
handleNoLayersToDisplay() {
|
589
|
+
this._noLayersToDisplay = !(this._mapLayerIds.length > 0);
|
590
|
+
this.layersListLoaded.emit(this._mapLayerIds);
|
591
|
+
}
|
592
|
+
/**
|
593
|
+
* Returns the ids of all OR configured layers that support edits with the update capability
|
594
|
+
* @param hash each layer item details
|
595
|
+
* @returns array of layer ids
|
596
|
+
*/
|
597
|
+
getEditableIds(hash) {
|
598
|
+
var _a;
|
599
|
+
const configuredLayers = ((_a = this.layers) === null || _a === void 0 ? void 0 : _a.length) > 0 ? this.layers : [];
|
600
|
+
return Object.keys(hash).reduce((prev, cur) => {
|
601
|
+
let showLayer = hash[cur].supportsUpdate;
|
602
|
+
if ((configuredLayers === null || configuredLayers === void 0 ? void 0 : configuredLayers.length) > 0) {
|
603
|
+
showLayer = configuredLayers.indexOf(cur) > -1 ? hash[cur].supportsUpdate : false;
|
604
|
+
}
|
605
|
+
if (showLayer) {
|
606
|
+
prev.push(cur);
|
607
|
+
}
|
608
|
+
return prev;
|
609
|
+
}, []);
|
610
|
+
}
|
611
|
+
/**
|
612
|
+
* Render feature layer list
|
613
|
+
* @returns layer list
|
614
|
+
* @protected
|
615
|
+
*/
|
616
|
+
renderLayerList() {
|
617
|
+
return this._mapLayerIds.length > 0 && this._mapLayerIds.reduce((prev, layerId) => {
|
618
|
+
if (this._layerItemsHash[layerId]) {
|
619
|
+
prev.push(this.getLayerListItem(layerId));
|
620
|
+
}
|
621
|
+
return prev;
|
622
|
+
}, []);
|
623
|
+
}
|
624
|
+
/**
|
625
|
+
* Get each item
|
626
|
+
* @param layerId Layer id
|
627
|
+
* @returns individual item
|
628
|
+
* @protected
|
629
|
+
*/
|
630
|
+
getLayerListItem(layerId) {
|
631
|
+
const layerName = this._layerItemsHash[layerId].name;
|
632
|
+
const featureCount = this._layerItemsHash[layerId].formattedFeatureCount;
|
633
|
+
return (index.h("calcite-list-item", { onCalciteListItemSelect: () => { this.showFeaturesList(layerId); } }, index.h("div", { class: "layer-name", slot: "content-start" }, layerName), featureCount !== "" && index.h("div", { slot: "content-end" }, "(" + featureCount + ")"), index.h("calcite-icon", { icon: "chevron-right", scale: "s", slot: "content-end" })));
|
634
|
+
}
|
635
|
+
/**On click of layer list item show feature list
|
636
|
+
* @param layerId Layer id
|
637
|
+
* @protected
|
638
|
+
*/
|
639
|
+
showFeaturesList(layerId) {
|
640
|
+
this.layerSelect.emit({ layerId, layerName: this._layerItemsHash[layerId].name });
|
641
|
+
}
|
642
|
+
/**
|
643
|
+
* Fetches the component's translations
|
644
|
+
* @returns Promise when complete
|
645
|
+
* @protected
|
646
|
+
*/
|
647
|
+
async _getTranslations() {
|
648
|
+
const messages = await locale$1.getLocaleComponentStrings(this.el);
|
649
|
+
this._translations = messages[0];
|
650
|
+
}
|
651
|
+
get el() { return index.getElement(this); }
|
652
|
+
};
|
653
|
+
LayerList.style = layerListCss;
|
654
|
+
|
655
|
+
exports.calcite_flow = Flow;
|
656
|
+
exports.calcite_flow_item = FlowItem;
|
657
|
+
exports.feature_list = FeatureList;
|
658
|
+
exports.layer_list = LayerList;
|