@esri/solutions-components 0.7.22 → 0.7.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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/assets/t9n/public-notification/resources.json +2 -3
- package/dist/assets/t9n/public-notification/resources_en.json +2 -3
- 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 +159 -370
- 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} +69 -271
- 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} +325 -413
- 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 +2 -2
- 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/edit-card/edit-card.js +23 -13
- 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/floor-filter/floor-filter.js +28 -12
- 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 +90 -119
- package/dist/collection/components/public-notification/public-notification.js +1 -1
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +31 -1
- package/dist/collection/demos/crowdsource-manager.html +13 -0
- 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/edit-card2.js +23 -13
- 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/components/floor-filter2.js +12 -13
- 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 +148 -169
- package/dist/components/locale.js +19 -2
- package/dist/components/popupUtils.js +97 -0
- package/dist/components/public-notification.js +1 -1
- 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 +164 -375
- 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} +72 -273
- 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} +325 -410
- 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 +5 -5
- 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-manager.html +13 -0
- 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-a40a1eab.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/edit-card/edit-card.d.ts +2 -1
- package/dist/types/components/feature-list/feature-list.d.ts +128 -0
- package/dist/types/components/floor-filter/floor-filter.d.ts +13 -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 +31 -43
- package/dist/types/components/solution-spatial-ref/solution-spatial-ref.d.ts +5 -1
- package/dist/types/components.d.ts +288 -11
- package/dist/types/preact.d.ts +18 -2
- package/dist/types/utils/interfaces.d.ts +2 -0
- package/package.json +3 -3
- 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-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-630e274b.entry.js +0 -6
- package/dist/solutions-components/p-6b943f52.js +0 -21
- package/dist/solutions-components/p-704da348.entry.js +0 -6
- 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-c252997f.entry.js +0 -17
- package/dist/solutions-components/p-c5db42ad.entry.js +0 -6
- package/dist/solutions-components/p-d3085b7a.entry.js +0 -6
- package/dist/solutions-components/p-e89c5860.entry.js +0 -6
- package/dist/solutions-components/p-eb9b003a.entry.js +0 -11
|
@@ -7,43 +7,44 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/
|
|
|
7
7
|
import { l as loadModules } from './loadModules.js';
|
|
8
8
|
import { g as getLocaleComponentStrings } from './locale.js';
|
|
9
9
|
import { b as goToSelection, g as getLayerOrTable } from './mapViewUtils.js';
|
|
10
|
-
import { b as
|
|
10
|
+
import { b as queryAllIds, c as queryFeatureIds, d as queryFeaturesByGlobalID } from './queryUtils.js';
|
|
11
11
|
import { d as downloadCSV } from './downloadUtils.js';
|
|
12
|
-
import { d as defineCustomElement$
|
|
13
|
-
import { d as defineCustomElement$
|
|
14
|
-
import { d as defineCustomElement$
|
|
15
|
-
import { d as defineCustomElement$
|
|
16
|
-
import { d as defineCustomElement$
|
|
17
|
-
import { d as defineCustomElement$
|
|
18
|
-
import { d as defineCustomElement$
|
|
19
|
-
import { d as defineCustomElement$
|
|
20
|
-
import { d as defineCustomElement$
|
|
21
|
-
import { d as defineCustomElement$
|
|
22
|
-
import { d as defineCustomElement$
|
|
23
|
-
import { d as defineCustomElement$
|
|
24
|
-
import { d as defineCustomElement$
|
|
25
|
-
import { d as defineCustomElement$
|
|
26
|
-
import { d as defineCustomElement$
|
|
27
|
-
import { d as defineCustomElement$
|
|
28
|
-
import { d as defineCustomElement$
|
|
29
|
-
import { d as defineCustomElement$
|
|
30
|
-
import { d as defineCustomElement$
|
|
31
|
-
import { d as defineCustomElement$
|
|
32
|
-
import { d as defineCustomElement$
|
|
33
|
-
import { d as defineCustomElement$
|
|
34
|
-
import { d as defineCustomElement$
|
|
35
|
-
import { d as defineCustomElement$
|
|
36
|
-
import { d as defineCustomElement$
|
|
37
|
-
import { d as defineCustomElement$
|
|
38
|
-
import { d as defineCustomElement$
|
|
39
|
-
import { d as defineCustomElement$
|
|
40
|
-
import { d as defineCustomElement$
|
|
41
|
-
import { d as defineCustomElement$
|
|
42
|
-
import { d as defineCustomElement$
|
|
43
|
-
import { d as defineCustomElement$
|
|
44
|
-
import { d as defineCustomElement$
|
|
45
|
-
import { d as defineCustomElement$
|
|
46
|
-
import { d as defineCustomElement$
|
|
12
|
+
import { d as defineCustomElement$D } from './action.js';
|
|
13
|
+
import { d as defineCustomElement$C } from './action-bar.js';
|
|
14
|
+
import { d as defineCustomElement$B } from './action-group.js';
|
|
15
|
+
import { d as defineCustomElement$A } from './action-menu.js';
|
|
16
|
+
import { d as defineCustomElement$z } from './block.js';
|
|
17
|
+
import { d as defineCustomElement$y } from './button.js';
|
|
18
|
+
import { d as defineCustomElement$x } from './checkbox.js';
|
|
19
|
+
import { d as defineCustomElement$w } from './chip.js';
|
|
20
|
+
import { d as defineCustomElement$v } from './combobox.js';
|
|
21
|
+
import { d as defineCustomElement$u } from './combobox-item.js';
|
|
22
|
+
import { d as defineCustomElement$t } from './date-picker.js';
|
|
23
|
+
import { d as defineCustomElement$s } from './date-picker-day.js';
|
|
24
|
+
import { d as defineCustomElement$r } from './date-picker-month.js';
|
|
25
|
+
import { d as defineCustomElement$q } from './date-picker-month-header.js';
|
|
26
|
+
import { d as defineCustomElement$p } from './dropdown.js';
|
|
27
|
+
import { d as defineCustomElement$o } from './dropdown-group.js';
|
|
28
|
+
import { d as defineCustomElement$n } from './dropdown-item.js';
|
|
29
|
+
import { d as defineCustomElement$m } from './graph.js';
|
|
30
|
+
import { d as defineCustomElement$l } from './handle.js';
|
|
31
|
+
import { d as defineCustomElement$k } from './icon.js';
|
|
32
|
+
import { d as defineCustomElement$j } from './input-date-picker.js';
|
|
33
|
+
import { d as defineCustomElement$i } from './input-text.js';
|
|
34
|
+
import { d as defineCustomElement$h } from './label2.js';
|
|
35
|
+
import { d as defineCustomElement$g } from './loader.js';
|
|
36
|
+
import { d as defineCustomElement$f } from './modal.js';
|
|
37
|
+
import { d as defineCustomElement$e } from './notice.js';
|
|
38
|
+
import { d as defineCustomElement$d } from './option.js';
|
|
39
|
+
import { d as defineCustomElement$c } from './panel.js';
|
|
40
|
+
import { d as defineCustomElement$b } from './popover.js';
|
|
41
|
+
import { d as defineCustomElement$a } from './progress.js';
|
|
42
|
+
import { d as defineCustomElement$9 } from './scrim.js';
|
|
43
|
+
import { d as defineCustomElement$8 } from './select.js';
|
|
44
|
+
import { d as defineCustomElement$7 } from './shell.js';
|
|
45
|
+
import { d as defineCustomElement$6 } from './slider.js';
|
|
46
|
+
import { d as defineCustomElement$5 } from './tooltip.js';
|
|
47
|
+
import { d as defineCustomElement$4 } from './delete-button2.js';
|
|
47
48
|
import { d as defineCustomElement$3 } from './instant-apps-filter-list2.js';
|
|
48
49
|
import { d as defineCustomElement$2 } from './instant-apps-social-share2.js';
|
|
49
50
|
import { d as defineCustomElement$1 } from './map-layer-picker2.js';
|
|
@@ -113,19 +114,17 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
113
114
|
this.mapInfo = undefined;
|
|
114
115
|
this.mapView = undefined;
|
|
115
116
|
this.onlyShowUpdatableLayers = undefined;
|
|
117
|
+
this.selectedIds = [];
|
|
116
118
|
this.shareIncludeEmbed = undefined;
|
|
117
119
|
this.shareIncludeSocial = undefined;
|
|
118
120
|
this.showNewestFirst = undefined;
|
|
119
121
|
this.zoomAndScrollToSelected = undefined;
|
|
120
|
-
this._confirmDelete = false;
|
|
121
122
|
this._controlsThatFit = undefined;
|
|
122
123
|
this._fetchingData = false;
|
|
123
124
|
this._filterActive = false;
|
|
124
125
|
this._filterOpen = false;
|
|
125
|
-
this._isDeleting = false;
|
|
126
126
|
this._layer = undefined;
|
|
127
127
|
this._selectAllActive = false;
|
|
128
|
-
this._selectedIndexes = [];
|
|
129
128
|
this._showHideOpen = false;
|
|
130
129
|
this._showOnlySelected = false;
|
|
131
130
|
this._sortActive = false;
|
|
@@ -205,8 +204,11 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
205
204
|
* watch for changes in layer view and verify if it has editing enabled
|
|
206
205
|
*/
|
|
207
206
|
async _layerWatchHandler() {
|
|
207
|
+
var _a, _b;
|
|
208
208
|
this._fetchingData = true;
|
|
209
209
|
this._definitionExpression = this._layer.definitionExpression;
|
|
210
|
+
this._floorField = (_b = (_a = this._layer) === null || _a === void 0 ? void 0 : _a.floorInfo) === null || _b === void 0 ? void 0 : _b.floorField;
|
|
211
|
+
this._updateFloorDefinitionExpression();
|
|
210
212
|
await this._resetTable();
|
|
211
213
|
this._updateShareUrl();
|
|
212
214
|
this._initLayerExpressions();
|
|
@@ -215,10 +217,10 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
215
217
|
/**
|
|
216
218
|
* watch for selection changes
|
|
217
219
|
*/
|
|
218
|
-
async
|
|
220
|
+
async _selectedIdsWatchHandler() {
|
|
219
221
|
this._updateShareUrl();
|
|
220
222
|
this._validateEnabledActions();
|
|
221
|
-
if (this._selectAllActive && this.
|
|
223
|
+
if (this._selectAllActive && this.selectedIds.length !== this._allIds.length) {
|
|
222
224
|
this._selectAllActive = false;
|
|
223
225
|
}
|
|
224
226
|
}
|
|
@@ -230,19 +232,6 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
230
232
|
await this._sortTable();
|
|
231
233
|
}
|
|
232
234
|
}
|
|
233
|
-
//--------------------------------------------------------------------------
|
|
234
|
-
//
|
|
235
|
-
// Methods (public)
|
|
236
|
-
//
|
|
237
|
-
//--------------------------------------------------------------------------
|
|
238
|
-
/**
|
|
239
|
-
* Delete currently selected features
|
|
240
|
-
*
|
|
241
|
-
* @returns Promise resolving when the process is complete
|
|
242
|
-
*/
|
|
243
|
-
async deleteFeatures() {
|
|
244
|
-
return this._delete();
|
|
245
|
-
}
|
|
246
235
|
/**
|
|
247
236
|
* Scroll and zoom to the selected feature from the Features widget.
|
|
248
237
|
*
|
|
@@ -270,14 +259,23 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
270
259
|
}
|
|
271
260
|
/**
|
|
272
261
|
* Refresh the table when edits are completed
|
|
273
|
-
*
|
|
274
262
|
*/
|
|
275
|
-
async editsComplete() {
|
|
263
|
+
async editsComplete(evt) {
|
|
264
|
+
const editType = evt.detail;
|
|
265
|
+
if (editType === "delete" || editType === "add") {
|
|
266
|
+
this._allIds = await queryAllIds(this._layer);
|
|
267
|
+
}
|
|
276
268
|
await this._refresh();
|
|
277
269
|
}
|
|
278
270
|
/**
|
|
279
|
-
* Refresh the table when
|
|
280
|
-
|
|
271
|
+
* Refresh the table when floor filter level is changed
|
|
272
|
+
*/
|
|
273
|
+
async levelChanged(evt) {
|
|
274
|
+
this._floorLevel = evt.detail;
|
|
275
|
+
this._updateFloorDefinitionExpression();
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Refresh the table when
|
|
281
279
|
*/
|
|
282
280
|
noLayersFound() {
|
|
283
281
|
this._layer = undefined;
|
|
@@ -309,12 +307,12 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
309
307
|
const tableNodeClass = this._fetchingData ? "display-none" : "";
|
|
310
308
|
const loadingClass = this._fetchingData ? "" : "display-none";
|
|
311
309
|
const total = this._allIds.length.toString();
|
|
312
|
-
const selected = this.
|
|
310
|
+
const selected = this.selectedIds.length.toString();
|
|
313
311
|
const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
|
|
314
312
|
this._validateActiveActions();
|
|
315
313
|
return (h(Host, null, h("calcite-shell", null, this._getTableControlRow("header"), h("div", { class: `width-full ${tableHeightClass}` }, h("calcite-panel", { class: "height-full width-full" }, h("calcite-loader", { class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { class: tableNodeClass, ref: this.onTableNodeCreate })), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
|
|
316
314
|
.replace("{{total}}", total)
|
|
317
|
-
.replace("{{selected}}", selected))) : undefined)), this.
|
|
315
|
+
.replace("{{selected}}", selected))) : undefined)), this._filterModal()));
|
|
318
316
|
}
|
|
319
317
|
/**
|
|
320
318
|
* Called once after the component is loaded
|
|
@@ -492,11 +490,11 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
492
490
|
isOverflow: false
|
|
493
491
|
} : undefined,
|
|
494
492
|
this._deleteEnabled ? {
|
|
495
|
-
active:
|
|
493
|
+
active: undefined,
|
|
496
494
|
icon: "trash",
|
|
497
|
-
indicator:
|
|
498
|
-
label:
|
|
499
|
-
func:
|
|
495
|
+
indicator: undefined,
|
|
496
|
+
label: undefined,
|
|
497
|
+
func: undefined,
|
|
500
498
|
disabled: !featuresSelected,
|
|
501
499
|
isDanger: true,
|
|
502
500
|
isOverflow: false
|
|
@@ -562,13 +560,23 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
562
560
|
this._defaultVisibleToolSizeInfos = undefined;
|
|
563
561
|
}
|
|
564
562
|
}
|
|
563
|
+
/**
|
|
564
|
+
* Applies a definition expression when floor field and level are available
|
|
565
|
+
*
|
|
566
|
+
* @returns boolean
|
|
567
|
+
*/
|
|
568
|
+
_updateFloorDefinitionExpression() {
|
|
569
|
+
if (this._floorField && this._floorLevel) {
|
|
570
|
+
this._layer.definitionExpression = `${this._floorField} = '${this._floorLevel}'`;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
565
573
|
/**
|
|
566
574
|
* Returns true when one ore more features are selected
|
|
567
575
|
*
|
|
568
576
|
* @returns boolean
|
|
569
577
|
*/
|
|
570
578
|
_featuresSelected() {
|
|
571
|
-
return this.
|
|
579
|
+
return this.selectedIds.length > 0;
|
|
572
580
|
}
|
|
573
581
|
/**
|
|
574
582
|
* Return true when we have no features
|
|
@@ -780,8 +788,8 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
780
788
|
else {
|
|
781
789
|
urlObj.searchParams.delete("layer");
|
|
782
790
|
}
|
|
783
|
-
if (((_d = this.
|
|
784
|
-
urlObj.searchParams.set("oid", this.
|
|
791
|
+
if (((_d = this.selectedIds) === null || _d === void 0 ? void 0 : _d.length) > 0) {
|
|
792
|
+
urlObj.searchParams.set("oid", this.selectedIds.join(","));
|
|
785
793
|
}
|
|
786
794
|
else {
|
|
787
795
|
urlObj.searchParams.delete("oid");
|
|
@@ -803,7 +811,6 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
803
811
|
urlObj.searchParams.delete("filter");
|
|
804
812
|
}
|
|
805
813
|
this._shareNode.shareUrl = urlObj.href;
|
|
806
|
-
history.pushState(history.state, document.title, urlObj.href);
|
|
807
814
|
}
|
|
808
815
|
/**
|
|
809
816
|
* Get a tooltip
|
|
@@ -840,7 +847,15 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
840
847
|
*/
|
|
841
848
|
_getDangerAction(icon, label, func, disabled) {
|
|
842
849
|
const _disabled = this._layer === undefined ? true : disabled;
|
|
843
|
-
return (h("div", { class: "display-flex", id: this._getId(icon) }, h("calcite-action", { appearance: "solid", disabled: _disabled, id: icon, onClick: func, text: "" }, h("calcite-button", { appearance: "transparent", iconStart: icon, kind: "danger" }, label)), this._getToolTip("bottom", icon, label)));
|
|
850
|
+
return (h("div", { class: "display-flex", id: this._getId(icon) }, icon === "trash" ? (h("delete-button", { buttonType: "action", class: "display-flex", disabled: _disabled, icon: icon, ids: this._getIds(), layer: this._layer })) : (h("calcite-action", { appearance: "solid", disabled: _disabled, id: icon, onClick: func, text: "" }, h("calcite-button", { appearance: "transparent", iconStart: icon, kind: "danger" }, label))), this._getToolTip("bottom", icon, label)));
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* Return all currently selected IDs from the table
|
|
854
|
+
*
|
|
855
|
+
* @param number[] the selected ids
|
|
856
|
+
*/
|
|
857
|
+
_getIds() {
|
|
858
|
+
return this._table.highlightIds.toArray();
|
|
844
859
|
}
|
|
845
860
|
/**
|
|
846
861
|
* Initialize the FeatureTable
|
|
@@ -886,15 +901,15 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
886
901
|
const ids = [...this._table.highlightIds.toArray()];
|
|
887
902
|
if (!this._skipOnChange) {
|
|
888
903
|
if (!this._ctrlIsPressed && !this._shiftIsPressed) {
|
|
889
|
-
if (this.
|
|
904
|
+
if (this.selectedIds.length > 0) {
|
|
890
905
|
this._skipOnChange = true;
|
|
891
906
|
// only readd in specific case where we have multiple selected and then click one of the currently selected
|
|
892
|
-
const reAdd = this.
|
|
893
|
-
const
|
|
907
|
+
const reAdd = this.selectedIds.length > 1 && evt.removed.length === 1;
|
|
908
|
+
const newIds = reAdd ? evt.removed : ids.filter(id => this.selectedIds.indexOf(id) < 0);
|
|
894
909
|
this._clearSelection();
|
|
895
|
-
this.
|
|
896
|
-
if (
|
|
897
|
-
this._table.highlightIds.add(
|
|
910
|
+
this.selectedIds = [...newIds];
|
|
911
|
+
if (newIds.length > 0) {
|
|
912
|
+
this._table.highlightIds.add(newIds[0]);
|
|
898
913
|
}
|
|
899
914
|
else {
|
|
900
915
|
this._skipOnChange = false;
|
|
@@ -902,11 +917,11 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
902
917
|
}
|
|
903
918
|
else {
|
|
904
919
|
// https://github.com/Esri/solutions-components/issues/365
|
|
905
|
-
this.
|
|
920
|
+
this.selectedIds = ids.reverse();
|
|
906
921
|
}
|
|
907
922
|
}
|
|
908
923
|
else if (this._ctrlIsPressed) {
|
|
909
|
-
this.
|
|
924
|
+
this.selectedIds = ids.reverse();
|
|
910
925
|
}
|
|
911
926
|
else if (this._shiftIsPressed) {
|
|
912
927
|
this._skipOnChange = true;
|
|
@@ -925,7 +940,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
925
940
|
const startIndex = _start < _end ? _start : _end;
|
|
926
941
|
const endIndex = _end > _start ? _end : _start;
|
|
927
942
|
this._skipOnChange = startIndex + 1 !== endIndex;
|
|
928
|
-
const
|
|
943
|
+
const selectedIds = oids.reduce((prev, cur) => {
|
|
929
944
|
const id = cur;
|
|
930
945
|
const index = this._table.viewModel.getObjectIdIndex(id);
|
|
931
946
|
if ((id === this._currentId || id === this._previousCurrentId)) {
|
|
@@ -942,13 +957,13 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
942
957
|
}
|
|
943
958
|
// Also add index based check.
|
|
944
959
|
// In some cases the FeatureTable and Layer query will have differences in how null/undefined field values are sorted
|
|
945
|
-
if ((this.
|
|
960
|
+
if ((this.selectedIds.indexOf(id) > -1 || (index >= startIndex && index <= endIndex)) && prev.indexOf(id) < 0 && index > -1) {
|
|
946
961
|
prev.push(id);
|
|
947
962
|
}
|
|
948
963
|
return prev;
|
|
949
964
|
}, []);
|
|
950
|
-
this.
|
|
951
|
-
this._table.highlightIds.addMany(this.
|
|
965
|
+
this.selectedIds = _start < _end ? selectedIds.reverse() : selectedIds;
|
|
966
|
+
this._table.highlightIds.addMany(this.selectedIds.filter(i => ids.indexOf(i) < 0));
|
|
952
967
|
}
|
|
953
968
|
}
|
|
954
969
|
this._finishOnChange();
|
|
@@ -970,7 +985,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
970
985
|
this._toggleShowSelected();
|
|
971
986
|
}
|
|
972
987
|
}
|
|
973
|
-
this.featureSelectionChange.emit(this.
|
|
988
|
+
this.featureSelectionChange.emit(this.selectedIds);
|
|
974
989
|
}
|
|
975
990
|
/**
|
|
976
991
|
* Reset basic table props
|
|
@@ -979,7 +994,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
979
994
|
var _a;
|
|
980
995
|
this._clearSelection();
|
|
981
996
|
this._allIds = [];
|
|
982
|
-
this.featureSelectionChange.emit(this.
|
|
997
|
+
this.featureSelectionChange.emit(this.selectedIds);
|
|
983
998
|
const columnTemplates = this._getColumnTemplates(this._layer.id, (_a = this._layer) === null || _a === void 0 ? void 0 : _a.fields);
|
|
984
999
|
this._allIds = await queryAllIds(this._layer);
|
|
985
1000
|
if (!this._table) {
|
|
@@ -1149,30 +1164,6 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1149
1164
|
this._filterOpen = false;
|
|
1150
1165
|
}
|
|
1151
1166
|
}
|
|
1152
|
-
/**
|
|
1153
|
-
* Show delete confirmation message
|
|
1154
|
-
*
|
|
1155
|
-
* @returns node to confirm or deny the delete operation
|
|
1156
|
-
*/
|
|
1157
|
-
_deleteMessage() {
|
|
1158
|
-
return (h("calcite-modal", { "aria-labelledby": "modal-title", kind: "danger", onCalciteModalClose: () => this._deleteClosed(), open: this._confirmDelete }, h("div", { class: "display-flex align-center", id: "modal-title", slot: "header" }, this._translations.deleteFeature), h("div", { slot: "content" }, this._translations.confirm), h("calcite-button", { appearance: "outline", kind: "danger", onClick: () => this._deleteClosed(), slot: "secondary", width: "full" }, this._translations.cancel), h("calcite-button", { kind: "danger", loading: this._isDeleting, onClick: () => void this._deleteFeatures(), slot: "primary", width: "full" }, this._translations.delete)));
|
|
1159
|
-
}
|
|
1160
|
-
/**
|
|
1161
|
-
* Delete the currently selected features
|
|
1162
|
-
*/
|
|
1163
|
-
async _deleteFeatures() {
|
|
1164
|
-
this._isDeleting = true;
|
|
1165
|
-
const deleteFeatures = this._table.highlightIds.toArray().map((objectId) => {
|
|
1166
|
-
return { objectId };
|
|
1167
|
-
});
|
|
1168
|
-
await this._layer.applyEdits({
|
|
1169
|
-
deleteFeatures
|
|
1170
|
-
});
|
|
1171
|
-
await this._table.refresh();
|
|
1172
|
-
this._allIds = await queryAllIds(this._layer);
|
|
1173
|
-
this._isDeleting = false;
|
|
1174
|
-
this._deleteClosed();
|
|
1175
|
-
}
|
|
1176
1167
|
/**
|
|
1177
1168
|
* Handle map click events to keep table and map click selection in sync
|
|
1178
1169
|
*
|
|
@@ -1200,12 +1191,6 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1200
1191
|
}
|
|
1201
1192
|
}
|
|
1202
1193
|
}
|
|
1203
|
-
/**
|
|
1204
|
-
* Set the alertOpen member to false when the alert is closed
|
|
1205
|
-
*/
|
|
1206
|
-
_deleteClosed() {
|
|
1207
|
-
this._confirmDelete = false;
|
|
1208
|
-
}
|
|
1209
1194
|
/**
|
|
1210
1195
|
* Select or deselect all rows
|
|
1211
1196
|
*/
|
|
@@ -1214,7 +1199,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1214
1199
|
this._table.highlightIds.removeAll();
|
|
1215
1200
|
this._skipOnChange = true;
|
|
1216
1201
|
this._table.highlightIds.addMany(ids);
|
|
1217
|
-
this.
|
|
1202
|
+
this.selectedIds = ids;
|
|
1218
1203
|
this._finishOnChange();
|
|
1219
1204
|
this._selectAllActive = true;
|
|
1220
1205
|
}
|
|
@@ -1236,7 +1221,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1236
1221
|
*/
|
|
1237
1222
|
_clearSelection() {
|
|
1238
1223
|
var _a;
|
|
1239
|
-
this.
|
|
1224
|
+
this.selectedIds = [];
|
|
1240
1225
|
(_a = this._table) === null || _a === void 0 ? void 0 : _a.highlightIds.removeAll();
|
|
1241
1226
|
this._finishOnChange();
|
|
1242
1227
|
}
|
|
@@ -1259,7 +1244,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1259
1244
|
* Select all rows that are not currently selectd
|
|
1260
1245
|
*/
|
|
1261
1246
|
_switchSelected() {
|
|
1262
|
-
const currentIndexes = [...this.
|
|
1247
|
+
const currentIndexes = [...this.selectedIds];
|
|
1263
1248
|
this._table.highlightIds.removeAll();
|
|
1264
1249
|
const ids = this._allIds.reduce((prev, _cur) => {
|
|
1265
1250
|
if (currentIndexes.indexOf(_cur) < 0) {
|
|
@@ -1269,7 +1254,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1269
1254
|
}, []).sort((a, b) => a - b);
|
|
1270
1255
|
this._skipOnChange = true;
|
|
1271
1256
|
this._table.highlightIds.addMany(ids);
|
|
1272
|
-
this.
|
|
1257
|
+
this.selectedIds = ids;
|
|
1273
1258
|
this._finishOnChange();
|
|
1274
1259
|
}
|
|
1275
1260
|
/**
|
|
@@ -1302,7 +1287,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1302
1287
|
*/
|
|
1303
1288
|
async _refresh() {
|
|
1304
1289
|
await this._table.refresh();
|
|
1305
|
-
this.featureSelectionChange.emit(this.
|
|
1290
|
+
this.featureSelectionChange.emit(this.selectedIds);
|
|
1306
1291
|
}
|
|
1307
1292
|
/**
|
|
1308
1293
|
* Zoom to all selected features
|
|
@@ -1312,14 +1297,6 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1312
1297
|
_zoom() {
|
|
1313
1298
|
this._table.zoomToSelection();
|
|
1314
1299
|
}
|
|
1315
|
-
/**
|
|
1316
|
-
* Delete all selected records or shows an alert if the layer does not have editing enabled
|
|
1317
|
-
*
|
|
1318
|
-
* @returns a promise that will resolve when the operation is complete
|
|
1319
|
-
*/
|
|
1320
|
-
_delete() {
|
|
1321
|
-
this._confirmDelete = true;
|
|
1322
|
-
}
|
|
1323
1300
|
/**
|
|
1324
1301
|
* Handles layer selection change to show new table
|
|
1325
1302
|
*
|
|
@@ -1425,7 +1402,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1425
1402
|
"mapInfo": ["mapInfoWatchHandler"],
|
|
1426
1403
|
"mapView": ["mapViewWatchHandler"],
|
|
1427
1404
|
"_layer": ["_layerWatchHandler"],
|
|
1428
|
-
"
|
|
1405
|
+
"_selectedIds": ["_selectedIdsWatchHandler"],
|
|
1429
1406
|
"_sortActive": ["_sortActiveWatchHandler"]
|
|
1430
1407
|
}; }
|
|
1431
1408
|
static get style() { return layerTableCss; }
|
|
@@ -1443,25 +1420,22 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1443
1420
|
"mapInfo": [16],
|
|
1444
1421
|
"mapView": [16],
|
|
1445
1422
|
"onlyShowUpdatableLayers": [4, "only-show-updatable-layers"],
|
|
1423
|
+
"selectedIds": [16],
|
|
1446
1424
|
"shareIncludeEmbed": [4, "share-include-embed"],
|
|
1447
1425
|
"shareIncludeSocial": [4, "share-include-social"],
|
|
1448
1426
|
"showNewestFirst": [4, "show-newest-first"],
|
|
1449
1427
|
"zoomAndScrollToSelected": [4, "zoom-and-scroll-to-selected"],
|
|
1450
|
-
"_confirmDelete": [32],
|
|
1451
1428
|
"_controlsThatFit": [32],
|
|
1452
1429
|
"_fetchingData": [32],
|
|
1453
1430
|
"_filterActive": [32],
|
|
1454
1431
|
"_filterOpen": [32],
|
|
1455
|
-
"_isDeleting": [32],
|
|
1456
1432
|
"_layer": [32],
|
|
1457
1433
|
"_selectAllActive": [32],
|
|
1458
|
-
"_selectedIndexes": [32],
|
|
1459
1434
|
"_showHideOpen": [32],
|
|
1460
1435
|
"_showOnlySelected": [32],
|
|
1461
1436
|
"_sortActive": [32],
|
|
1462
|
-
"_translations": [32]
|
|
1463
|
-
|
|
1464
|
-
}, [[8, "selectionChanged", "selectionChanged"], [8, "editsComplete", "editsComplete"], [8, "noLayersFound", "noLayersFound"]], {
|
|
1437
|
+
"_translations": [32]
|
|
1438
|
+
}, [[8, "selectionChanged", "selectionChanged"], [8, "editsComplete", "editsComplete"], [8, "levelChanged", "levelChanged"], [8, "noLayersFound", "noLayersFound"]], {
|
|
1465
1439
|
"enableCSV": ["enableCSVWatchHandler"],
|
|
1466
1440
|
"enableInlineEdit": ["enableInlineEditWatchHandler"],
|
|
1467
1441
|
"_controlsThatFit": ["_controlsThatFitWatchHandler"],
|
|
@@ -1469,14 +1443,14 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
|
1469
1443
|
"mapInfo": ["mapInfoWatchHandler"],
|
|
1470
1444
|
"mapView": ["mapViewWatchHandler"],
|
|
1471
1445
|
"_layer": ["_layerWatchHandler"],
|
|
1472
|
-
"
|
|
1446
|
+
"_selectedIds": ["_selectedIdsWatchHandler"],
|
|
1473
1447
|
"_sortActive": ["_sortActiveWatchHandler"]
|
|
1474
1448
|
}]);
|
|
1475
1449
|
function defineCustomElement() {
|
|
1476
1450
|
if (typeof customElements === "undefined") {
|
|
1477
1451
|
return;
|
|
1478
1452
|
}
|
|
1479
|
-
const components = ["layer-table", "calcite-action", "calcite-action-bar", "calcite-action-group", "calcite-action-menu", "calcite-block", "calcite-button", "calcite-checkbox", "calcite-chip", "calcite-combobox", "calcite-combobox-item", "calcite-date-picker", "calcite-date-picker-day", "calcite-date-picker-month", "calcite-date-picker-month-header", "calcite-dropdown", "calcite-dropdown-group", "calcite-dropdown-item", "calcite-graph", "calcite-handle", "calcite-icon", "calcite-input-date-picker", "calcite-input-text", "calcite-label", "calcite-loader", "calcite-modal", "calcite-notice", "calcite-option", "calcite-panel", "calcite-popover", "calcite-progress", "calcite-scrim", "calcite-select", "calcite-shell", "calcite-slider", "calcite-tooltip", "instant-apps-filter-list", "instant-apps-social-share", "map-layer-picker"];
|
|
1453
|
+
const components = ["layer-table", "calcite-action", "calcite-action-bar", "calcite-action-group", "calcite-action-menu", "calcite-block", "calcite-button", "calcite-checkbox", "calcite-chip", "calcite-combobox", "calcite-combobox-item", "calcite-date-picker", "calcite-date-picker-day", "calcite-date-picker-month", "calcite-date-picker-month-header", "calcite-dropdown", "calcite-dropdown-group", "calcite-dropdown-item", "calcite-graph", "calcite-handle", "calcite-icon", "calcite-input-date-picker", "calcite-input-text", "calcite-label", "calcite-loader", "calcite-modal", "calcite-notice", "calcite-option", "calcite-panel", "calcite-popover", "calcite-progress", "calcite-scrim", "calcite-select", "calcite-shell", "calcite-slider", "calcite-tooltip", "delete-button", "instant-apps-filter-list", "instant-apps-social-share", "map-layer-picker"];
|
|
1480
1454
|
components.forEach(tagName => { switch (tagName) {
|
|
1481
1455
|
case "layer-table":
|
|
1482
1456
|
if (!customElements.get(tagName)) {
|
|
@@ -1485,175 +1459,180 @@ function defineCustomElement() {
|
|
|
1485
1459
|
break;
|
|
1486
1460
|
case "calcite-action":
|
|
1487
1461
|
if (!customElements.get(tagName)) {
|
|
1488
|
-
defineCustomElement$
|
|
1462
|
+
defineCustomElement$D();
|
|
1489
1463
|
}
|
|
1490
1464
|
break;
|
|
1491
1465
|
case "calcite-action-bar":
|
|
1492
1466
|
if (!customElements.get(tagName)) {
|
|
1493
|
-
defineCustomElement$
|
|
1467
|
+
defineCustomElement$C();
|
|
1494
1468
|
}
|
|
1495
1469
|
break;
|
|
1496
1470
|
case "calcite-action-group":
|
|
1497
1471
|
if (!customElements.get(tagName)) {
|
|
1498
|
-
defineCustomElement$
|
|
1472
|
+
defineCustomElement$B();
|
|
1499
1473
|
}
|
|
1500
1474
|
break;
|
|
1501
1475
|
case "calcite-action-menu":
|
|
1502
1476
|
if (!customElements.get(tagName)) {
|
|
1503
|
-
defineCustomElement$
|
|
1477
|
+
defineCustomElement$A();
|
|
1504
1478
|
}
|
|
1505
1479
|
break;
|
|
1506
1480
|
case "calcite-block":
|
|
1507
1481
|
if (!customElements.get(tagName)) {
|
|
1508
|
-
defineCustomElement$
|
|
1482
|
+
defineCustomElement$z();
|
|
1509
1483
|
}
|
|
1510
1484
|
break;
|
|
1511
1485
|
case "calcite-button":
|
|
1512
1486
|
if (!customElements.get(tagName)) {
|
|
1513
|
-
defineCustomElement$
|
|
1487
|
+
defineCustomElement$y();
|
|
1514
1488
|
}
|
|
1515
1489
|
break;
|
|
1516
1490
|
case "calcite-checkbox":
|
|
1517
1491
|
if (!customElements.get(tagName)) {
|
|
1518
|
-
defineCustomElement$
|
|
1492
|
+
defineCustomElement$x();
|
|
1519
1493
|
}
|
|
1520
1494
|
break;
|
|
1521
1495
|
case "calcite-chip":
|
|
1522
1496
|
if (!customElements.get(tagName)) {
|
|
1523
|
-
defineCustomElement$
|
|
1497
|
+
defineCustomElement$w();
|
|
1524
1498
|
}
|
|
1525
1499
|
break;
|
|
1526
1500
|
case "calcite-combobox":
|
|
1527
1501
|
if (!customElements.get(tagName)) {
|
|
1528
|
-
defineCustomElement$
|
|
1502
|
+
defineCustomElement$v();
|
|
1529
1503
|
}
|
|
1530
1504
|
break;
|
|
1531
1505
|
case "calcite-combobox-item":
|
|
1532
1506
|
if (!customElements.get(tagName)) {
|
|
1533
|
-
defineCustomElement$
|
|
1507
|
+
defineCustomElement$u();
|
|
1534
1508
|
}
|
|
1535
1509
|
break;
|
|
1536
1510
|
case "calcite-date-picker":
|
|
1537
1511
|
if (!customElements.get(tagName)) {
|
|
1538
|
-
defineCustomElement$
|
|
1512
|
+
defineCustomElement$t();
|
|
1539
1513
|
}
|
|
1540
1514
|
break;
|
|
1541
1515
|
case "calcite-date-picker-day":
|
|
1542
1516
|
if (!customElements.get(tagName)) {
|
|
1543
|
-
defineCustomElement$
|
|
1517
|
+
defineCustomElement$s();
|
|
1544
1518
|
}
|
|
1545
1519
|
break;
|
|
1546
1520
|
case "calcite-date-picker-month":
|
|
1547
1521
|
if (!customElements.get(tagName)) {
|
|
1548
|
-
defineCustomElement$
|
|
1522
|
+
defineCustomElement$r();
|
|
1549
1523
|
}
|
|
1550
1524
|
break;
|
|
1551
1525
|
case "calcite-date-picker-month-header":
|
|
1552
1526
|
if (!customElements.get(tagName)) {
|
|
1553
|
-
defineCustomElement$
|
|
1527
|
+
defineCustomElement$q();
|
|
1554
1528
|
}
|
|
1555
1529
|
break;
|
|
1556
1530
|
case "calcite-dropdown":
|
|
1557
1531
|
if (!customElements.get(tagName)) {
|
|
1558
|
-
defineCustomElement$
|
|
1532
|
+
defineCustomElement$p();
|
|
1559
1533
|
}
|
|
1560
1534
|
break;
|
|
1561
1535
|
case "calcite-dropdown-group":
|
|
1562
1536
|
if (!customElements.get(tagName)) {
|
|
1563
|
-
defineCustomElement$
|
|
1537
|
+
defineCustomElement$o();
|
|
1564
1538
|
}
|
|
1565
1539
|
break;
|
|
1566
1540
|
case "calcite-dropdown-item":
|
|
1567
1541
|
if (!customElements.get(tagName)) {
|
|
1568
|
-
defineCustomElement$
|
|
1542
|
+
defineCustomElement$n();
|
|
1569
1543
|
}
|
|
1570
1544
|
break;
|
|
1571
1545
|
case "calcite-graph":
|
|
1572
1546
|
if (!customElements.get(tagName)) {
|
|
1573
|
-
defineCustomElement$
|
|
1547
|
+
defineCustomElement$m();
|
|
1574
1548
|
}
|
|
1575
1549
|
break;
|
|
1576
1550
|
case "calcite-handle":
|
|
1577
1551
|
if (!customElements.get(tagName)) {
|
|
1578
|
-
defineCustomElement$
|
|
1552
|
+
defineCustomElement$l();
|
|
1579
1553
|
}
|
|
1580
1554
|
break;
|
|
1581
1555
|
case "calcite-icon":
|
|
1582
1556
|
if (!customElements.get(tagName)) {
|
|
1583
|
-
defineCustomElement$
|
|
1557
|
+
defineCustomElement$k();
|
|
1584
1558
|
}
|
|
1585
1559
|
break;
|
|
1586
1560
|
case "calcite-input-date-picker":
|
|
1587
1561
|
if (!customElements.get(tagName)) {
|
|
1588
|
-
defineCustomElement$
|
|
1562
|
+
defineCustomElement$j();
|
|
1589
1563
|
}
|
|
1590
1564
|
break;
|
|
1591
1565
|
case "calcite-input-text":
|
|
1592
1566
|
if (!customElements.get(tagName)) {
|
|
1593
|
-
defineCustomElement$
|
|
1567
|
+
defineCustomElement$i();
|
|
1594
1568
|
}
|
|
1595
1569
|
break;
|
|
1596
1570
|
case "calcite-label":
|
|
1597
1571
|
if (!customElements.get(tagName)) {
|
|
1598
|
-
defineCustomElement$
|
|
1572
|
+
defineCustomElement$h();
|
|
1599
1573
|
}
|
|
1600
1574
|
break;
|
|
1601
1575
|
case "calcite-loader":
|
|
1602
1576
|
if (!customElements.get(tagName)) {
|
|
1603
|
-
defineCustomElement$
|
|
1577
|
+
defineCustomElement$g();
|
|
1604
1578
|
}
|
|
1605
1579
|
break;
|
|
1606
1580
|
case "calcite-modal":
|
|
1607
1581
|
if (!customElements.get(tagName)) {
|
|
1608
|
-
defineCustomElement$
|
|
1582
|
+
defineCustomElement$f();
|
|
1609
1583
|
}
|
|
1610
1584
|
break;
|
|
1611
1585
|
case "calcite-notice":
|
|
1612
1586
|
if (!customElements.get(tagName)) {
|
|
1613
|
-
defineCustomElement$
|
|
1587
|
+
defineCustomElement$e();
|
|
1614
1588
|
}
|
|
1615
1589
|
break;
|
|
1616
1590
|
case "calcite-option":
|
|
1617
1591
|
if (!customElements.get(tagName)) {
|
|
1618
|
-
defineCustomElement$
|
|
1592
|
+
defineCustomElement$d();
|
|
1619
1593
|
}
|
|
1620
1594
|
break;
|
|
1621
1595
|
case "calcite-panel":
|
|
1622
1596
|
if (!customElements.get(tagName)) {
|
|
1623
|
-
defineCustomElement$
|
|
1597
|
+
defineCustomElement$c();
|
|
1624
1598
|
}
|
|
1625
1599
|
break;
|
|
1626
1600
|
case "calcite-popover":
|
|
1627
1601
|
if (!customElements.get(tagName)) {
|
|
1628
|
-
defineCustomElement$
|
|
1602
|
+
defineCustomElement$b();
|
|
1629
1603
|
}
|
|
1630
1604
|
break;
|
|
1631
1605
|
case "calcite-progress":
|
|
1632
1606
|
if (!customElements.get(tagName)) {
|
|
1633
|
-
defineCustomElement$
|
|
1607
|
+
defineCustomElement$a();
|
|
1634
1608
|
}
|
|
1635
1609
|
break;
|
|
1636
1610
|
case "calcite-scrim":
|
|
1637
1611
|
if (!customElements.get(tagName)) {
|
|
1638
|
-
defineCustomElement$
|
|
1612
|
+
defineCustomElement$9();
|
|
1639
1613
|
}
|
|
1640
1614
|
break;
|
|
1641
1615
|
case "calcite-select":
|
|
1642
1616
|
if (!customElements.get(tagName)) {
|
|
1643
|
-
defineCustomElement$
|
|
1617
|
+
defineCustomElement$8();
|
|
1644
1618
|
}
|
|
1645
1619
|
break;
|
|
1646
1620
|
case "calcite-shell":
|
|
1647
1621
|
if (!customElements.get(tagName)) {
|
|
1648
|
-
defineCustomElement$
|
|
1622
|
+
defineCustomElement$7();
|
|
1649
1623
|
}
|
|
1650
1624
|
break;
|
|
1651
1625
|
case "calcite-slider":
|
|
1652
1626
|
if (!customElements.get(tagName)) {
|
|
1653
|
-
defineCustomElement$
|
|
1627
|
+
defineCustomElement$6();
|
|
1654
1628
|
}
|
|
1655
1629
|
break;
|
|
1656
1630
|
case "calcite-tooltip":
|
|
1631
|
+
if (!customElements.get(tagName)) {
|
|
1632
|
+
defineCustomElement$5();
|
|
1633
|
+
}
|
|
1634
|
+
break;
|
|
1635
|
+
case "delete-button":
|
|
1657
1636
|
if (!customElements.get(tagName)) {
|
|
1658
1637
|
defineCustomElement$4();
|
|
1659
1638
|
}
|