@esri/solutions-components 0.6.2 → 0.6.4
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/card-manager/resources.json +2 -1
- package/dist/assets/t9n/card-manager/resources_en.json +2 -1
- package/dist/assets/t9n/comment-card/resources.json +2 -1
- package/dist/assets/t9n/comment-card/resources_en.json +2 -1
- package/dist/assets/t9n/crowdsource-manager/resources.json +2 -1
- package/dist/assets/t9n/crowdsource-manager/resources_en.json +2 -1
- package/dist/assets/t9n/edit-card/resources.json +3 -0
- package/dist/assets/t9n/edit-card/resources_en.json +3 -0
- package/dist/assets/t9n/info-card/resources.json +6 -0
- package/dist/assets/t9n/info-card/resources_en.json +6 -0
- package/dist/assets/t9n/layer-table/resources.json +10 -1
- package/dist/assets/t9n/layer-table/resources_en.json +10 -1
- package/dist/assets/t9n/map-card/resources.json +1 -7
- package/dist/assets/t9n/map-card/resources_en.json +1 -7
- package/dist/assets/t9n/map-tools/resources.json +9 -0
- package/dist/assets/t9n/map-tools/resources_en.json +9 -0
- package/dist/assets/t9n/media-card/resources.json +2 -1
- package/dist/assets/t9n/media-card/resources_en.json +2 -1
- package/dist/cjs/ExpandToggle-df2e8eee.js +117 -0
- package/dist/cjs/FloatingArrow-d1fa2c13.js +48 -0
- package/dist/cjs/Heading-9abe4b02.js +25 -0
- package/dist/cjs/app-globals-953584e9.js +64 -0
- package/dist/cjs/ar-88fbb2bf.js +98 -0
- package/dist/cjs/array-38a9541f.js +17 -0
- package/dist/cjs/bg-53305961.js +79 -0
- package/dist/cjs/browser-e514d838.js +24 -0
- package/dist/cjs/bs-8fb0c8a8.js +48 -0
- package/dist/cjs/buffer-tools_4.cjs.entry.js +18 -15
- package/dist/cjs/ca-33170ec7.js +68 -0
- package/dist/cjs/calcite-accordion-item.cjs.entry.js +10 -7
- package/dist/cjs/calcite-action-bar_2.cjs.entry.js +655 -0
- package/dist/cjs/calcite-action-group_2.cjs.entry.js +384 -0
- package/dist/cjs/calcite-action-pad.cjs.entry.js +15 -15
- package/dist/cjs/calcite-action_2.cjs.entry.js +407 -69
- package/dist/cjs/calcite-alert.cjs.entry.js +23 -12
- package/dist/cjs/calcite-avatar.cjs.entry.js +5 -5
- package/dist/cjs/calcite-block-section.cjs.entry.js +8 -8
- package/dist/cjs/calcite-block.cjs.entry.js +170 -0
- package/dist/cjs/calcite-button.cjs.entry.js +15 -12
- package/dist/cjs/calcite-card.cjs.entry.js +9 -9
- package/dist/cjs/calcite-checkbox.cjs.entry.js +11 -8
- package/dist/cjs/calcite-chip-group.cjs.entry.js +9 -6
- package/dist/cjs/calcite-chip.cjs.entry.js +14 -11
- package/dist/cjs/calcite-color-picker-hex-input_2.cjs.entry.js +8 -8
- package/dist/cjs/calcite-color-picker.cjs.entry.js +15 -12
- package/dist/cjs/calcite-combobox-item-group.cjs.entry.js +5 -5
- package/dist/cjs/calcite-combobox_6.cjs.entry.js +1890 -0
- package/dist/cjs/calcite-date-picker-day_3.cjs.entry.js +17 -10
- package/dist/cjs/calcite-date-picker.cjs.entry.js +11 -11
- package/dist/cjs/calcite-fab.cjs.entry.js +13 -6
- package/dist/cjs/calcite-filter_3.cjs.entry.js +778 -0
- package/dist/cjs/calcite-flow-item.cjs.entry.js +14 -11
- package/dist/cjs/calcite-flow.cjs.entry.js +2 -2
- package/dist/cjs/calcite-graph.cjs.entry.js +3 -3
- package/dist/cjs/calcite-handle.cjs.entry.js +136 -0
- package/dist/cjs/calcite-icon.cjs.entry.js +6 -6
- package/dist/cjs/calcite-inline-editable.cjs.entry.js +14 -11
- package/dist/cjs/calcite-input-date-picker.cjs.entry.js +23 -19
- package/dist/cjs/calcite-input-number.cjs.entry.js +16 -13
- package/dist/cjs/calcite-input-text_4.cjs.entry.js +1852 -0
- package/dist/cjs/calcite-input-time-picker-a27cc51a.js +1624 -0
- package/dist/cjs/calcite-input-time-picker.cjs.entry.js +15 -14
- package/dist/cjs/calcite-input_2.cjs.entry.js +16 -13
- package/dist/cjs/calcite-label.cjs.entry.js +5 -5
- package/dist/cjs/calcite-link.cjs.entry.js +12 -5
- package/dist/cjs/calcite-list-item-group.cjs.entry.js +8 -3
- package/dist/cjs/calcite-loader.cjs.entry.js +80 -0
- package/dist/cjs/calcite-menu-item.cjs.entry.js +10 -10
- package/dist/cjs/calcite-menu.cjs.entry.js +9 -9
- package/dist/cjs/calcite-modal.cjs.entry.js +14 -14
- package/dist/cjs/calcite-navigation-logo.cjs.entry.js +2 -2
- package/dist/cjs/calcite-navigation-user.cjs.entry.js +2 -2
- package/dist/cjs/calcite-navigation.cjs.entry.js +5 -5
- package/dist/cjs/calcite-notice.cjs.entry.js +139 -0
- package/dist/cjs/calcite-option_2.cjs.entry.js +12 -9
- package/dist/cjs/calcite-pagination.cjs.entry.js +9 -9
- package/dist/cjs/calcite-panel_2.cjs.entry.js +17 -14
- package/dist/cjs/calcite-pick-list-group.cjs.entry.js +7 -7
- package/dist/cjs/calcite-pick-list-item.cjs.entry.js +15 -12
- package/dist/cjs/calcite-pick-list.cjs.entry.js +146 -0
- package/dist/cjs/calcite-radio-button-group.cjs.entry.js +35 -6
- package/dist/cjs/calcite-radio-button.cjs.entry.js +56 -26
- package/dist/cjs/calcite-rating.cjs.entry.js +15 -12
- package/dist/cjs/calcite-scrim.cjs.entry.js +44 -9
- package/dist/cjs/calcite-segmented-control_2.cjs.entry.js +258 -0
- package/dist/cjs/calcite-shell-center-row.cjs.entry.js +6 -6
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +32 -25
- package/dist/cjs/calcite-sortable-list.cjs.entry.js +10 -7
- package/dist/cjs/calcite-split-button.cjs.entry.js +122 -0
- package/dist/cjs/calcite-stack.cjs.entry.js +4 -4
- package/dist/cjs/calcite-stepper-item.cjs.entry.js +11 -8
- package/dist/cjs/calcite-stepper.cjs.entry.js +3 -3
- package/dist/cjs/calcite-switch.cjs.entry.js +11 -8
- package/dist/cjs/calcite-text-area.cjs.entry.js +15 -12
- package/dist/cjs/calcite-tile-select-group.cjs.entry.js +8 -1
- package/dist/cjs/calcite-tile-select.cjs.entry.js +7 -4
- package/dist/cjs/calcite-tile.cjs.entry.js +10 -7
- package/dist/cjs/calcite-time-picker.cjs.entry.js +10 -10
- package/dist/cjs/calcite-tip-manager.cjs.entry.js +9 -9
- package/dist/cjs/calcite-tip.cjs.entry.js +10 -10
- package/dist/cjs/calcite-tree_3.cjs.entry.js +15 -48
- package/dist/cjs/card-manager_3.cjs.entry.js +665 -0
- package/dist/cjs/conditionalSlot-981d22ef.js +63 -0
- package/dist/cjs/crowdsource-manager.cjs.entry.js +22 -10
- package/dist/cjs/cs-00bf51dd.js +144 -0
- package/dist/cjs/da-b4fe1bf6.js +63 -0
- package/dist/cjs/date-c378755c.js +250 -0
- package/dist/cjs/de-9df08c96.js +88 -0
- package/dist/cjs/de-at-dac7c3a1.js +87 -0
- package/dist/cjs/de-ch-2e005f38.js +87 -0
- package/dist/cjs/deduct-calculator.cjs.entry.js +3 -3
- package/dist/cjs/dom-af578b3b.js +954 -0
- package/dist/cjs/downloadUtils-4aadf4b0.js +2730 -0
- package/dist/cjs/edit-card_2.cjs.entry.js +344 -0
- package/dist/cjs/el-bea67f78.js +63 -0
- package/dist/cjs/en-au-1d459a65.js +63 -0
- package/dist/cjs/en-ca-edc65793.js +62 -0
- package/dist/cjs/en-gb-6346d6a4.js +66 -0
- package/dist/cjs/es-aa822160.js +63 -0
- package/dist/cjs/es-mx-64988455.js +62 -0
- package/dist/cjs/et-e5a47682.js +89 -0
- package/dist/cjs/fi-92ac3b85.js +112 -0
- package/dist/cjs/filter-56d64d02.js +765 -0
- package/dist/cjs/floating-ui-b2a26a9a.js +1874 -0
- package/dist/cjs/focusTrapComponent-65d39be9.js +851 -0
- package/dist/cjs/form-f62ca3df.js +288 -0
- package/dist/cjs/fr-1c9ab5db.js +65 -0
- package/dist/cjs/fr-ch-67ccddcd.js +63 -0
- package/dist/cjs/guid-100bd1be.js +26 -0
- package/dist/cjs/he-2306f19e.js +102 -0
- package/dist/cjs/hi-18b2364f.js +62 -0
- package/dist/cjs/hr-f47dfd73.js +77 -0
- package/dist/cjs/hu-9533083e.js +85 -0
- package/dist/cjs/id-b98eb252.js +63 -0
- package/dist/cjs/index.es-17db3b89.js +10808 -0
- package/dist/cjs/interactive-e8f05d26.js +147 -0
- package/dist/cjs/interfaces-ad03ec39.js +85 -0
- package/dist/cjs/it-43222f60.js +63 -0
- package/dist/cjs/it-ch-f9eb4007.js +63 -0
- package/dist/cjs/ja-8c6ec082.js +69 -0
- package/dist/cjs/key-2522c20b.js +19 -0
- package/dist/cjs/ko-d2889748.js +69 -0
- package/dist/cjs/label-71d4d3b5.js +136 -0
- package/dist/cjs/loadable-6571b6b9.js +69 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/locale-83870af6.js +570 -0
- package/dist/cjs/lt-1ebac21f.js +94 -0
- package/dist/cjs/lv-cb236d46.js +63 -0
- package/dist/cjs/map-tools.cjs.entry.js +111 -0
- package/dist/cjs/mapViewUtils-77a1ff88.js +411 -0
- package/dist/cjs/math-0eb2ec5c.js +28 -0
- package/dist/cjs/mk-00e34bda.js +63 -0
- package/dist/cjs/nb-6e0d9b4c.js +64 -0
- package/dist/cjs/nl-bb4f7d59.js +64 -0
- package/dist/cjs/observers-5c9538b2.js +53 -0
- package/dist/cjs/openCloseComponent-0b7ace48.js +100 -0
- package/dist/cjs/pl-2cf4efab.js +111 -0
- package/dist/cjs/pt-4c4a3aa2.js +64 -0
- package/dist/cjs/pt-br-6abb7f76.js +62 -0
- package/dist/cjs/public-notification.cjs.entry.js +19 -6
- package/dist/cjs/publicNotificationStore-ec1bdd2d.js +51 -0
- package/dist/cjs/resources-11930a56.js +22 -0
- package/dist/cjs/resources-31971fd8.js +39 -0
- package/dist/cjs/resources-3910592f.js +20 -0
- package/dist/cjs/resources-3a47be9f.js +32 -0
- package/dist/cjs/resources-6c4c932c.js +2057 -0
- package/dist/cjs/resources-c751bdd1.js +50 -0
- package/dist/cjs/resources-d4061075.js +27 -0
- package/dist/cjs/resources-d8a4240f.js +23 -0
- package/dist/cjs/resources-e4e8d49f.js +27 -0
- package/dist/cjs/ro-c257efaf.js +63 -0
- package/dist/cjs/ru-e31a6ee1.js +123 -0
- package/dist/cjs/shared-list-render-d4e4e7b1.js +364 -0
- package/dist/cjs/sk-4d6d340c.js +145 -0
- package/dist/cjs/sl-01804d73.js +63 -0
- package/dist/cjs/solution-configuration.cjs.entry.js +2 -2
- package/dist/cjs/solution-contents_3.cjs.entry.js +2 -2
- package/dist/cjs/solution-store-bd956f06.js +4100 -0
- package/dist/cjs/solutions-components.cjs.js +3 -3
- package/dist/cjs/sortableComponent-76967993.js +3087 -0
- package/dist/cjs/sr-76730aad.js +98 -0
- package/dist/cjs/sv-c1e40108.js +68 -0
- package/dist/cjs/t9n-f82f4304.js +100 -0
- package/dist/cjs/th-758abef8.js +62 -0
- package/dist/cjs/time-a1d60db6.js +208 -0
- package/dist/cjs/tr-36efd084.js +63 -0
- package/dist/cjs/uk-f5a49848.js +101 -0
- package/dist/cjs/utils-300573e5.js +64 -0
- package/dist/cjs/utils-369d7746.js +218 -0
- package/dist/cjs/utils-46e2a6ec.js +55 -0
- package/dist/cjs/utils-cedf26ae.js +87 -0
- package/dist/cjs/vi-f87def37.js +67 -0
- package/dist/cjs/zh-cn-6d3c38fc.js +91 -0
- package/dist/cjs/zh-hk-1bd0e62f.js +68 -0
- package/dist/cjs/zh-tw-40912bdf.js +89 -0
- package/dist/collection/collection-manifest.json +2 -5
- package/dist/collection/components/card-manager/card-manager.css +26 -9
- package/dist/collection/components/card-manager/card-manager.js +96 -29
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.css +41 -9
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +22 -10
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +1 -1
- package/dist/collection/components/deduct-calculator/deduct-calculator.js +5 -5
- package/dist/collection/components/edit-card/edit-card.css +54 -0
- package/dist/collection/components/edit-card/edit-card.js +300 -0
- package/dist/collection/components/info-card/info-card.css +21 -0
- package/dist/collection/components/info-card/info-card.js +198 -36
- package/dist/collection/components/layer-table/layer-table.css +19 -2
- package/dist/collection/components/layer-table/layer-table.js +239 -85
- package/dist/collection/components/map-card/map-card.css +8 -2
- package/dist/collection/components/map-card/map-card.js +24 -93
- package/dist/collection/components/map-layer-picker/map-layer-picker.css +9 -0
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +210 -54
- package/dist/collection/components/map-select-tools/map-select-tools.js +6 -7
- package/dist/collection/components/map-tools/map-tools.css +31 -0
- package/dist/collection/components/map-tools/map-tools.js +196 -0
- package/dist/collection/components/pdf-download/pdf-download.js +19 -1
- package/dist/collection/components/public-notification/public-notification.js +51 -3
- package/dist/collection/components/refine-selection/refine-selection.js +4 -4
- package/dist/collection/demos/buffer-tools.html +2 -2
- package/dist/collection/demos/card-manager.html +49 -3
- package/dist/collection/demos/crowdsource-manager.html +34 -9
- package/dist/collection/demos/crowdsource-reporter.html +2 -2
- package/dist/collection/demos/demo-map.html +2 -2
- package/dist/collection/demos/edit-card.html +34 -0
- package/dist/collection/demos/index.html +1 -1
- package/dist/collection/demos/layer-table.html +2 -2
- package/dist/collection/demos/list-item.html +2 -2
- package/dist/collection/demos/map-card.html +2 -2
- package/dist/collection/demos/map-draw-tools.html +2 -2
- package/dist/collection/demos/map-layer-picker.html +2 -2
- package/dist/collection/demos/map-select-tools.html +2 -2
- package/dist/collection/utils/downloadUtils.js +3 -2
- package/dist/collection/utils/downloadUtils.ts +2 -2
- package/dist/collection/utils/interfaces.js +5 -0
- package/dist/collection/utils/interfaces.ts +24 -11
- package/dist/collection/utils/mapViewUtils.js +44 -5
- package/dist/collection/utils/mapViewUtils.ts +52 -7
- package/dist/collection/utils/publicNotificationStore.js +5 -1
- package/dist/collection/utils/publicNotificationStore.ts +5 -1
- package/dist/collection/utils/queryUtils.js +39 -2
- package/dist/collection/utils/queryUtils.ts +48 -3
- package/dist/components/ExpandToggle.js +5 -7
- package/dist/components/FloatingArrow.js +1 -1
- package/dist/components/Heading.js +1 -1
- package/dist/components/action-bar.js +19 -19
- package/dist/components/action-group.js +1 -1
- package/dist/components/action-menu.js +2 -2
- package/dist/components/action.js +4 -2
- package/dist/components/alert.js +328 -0
- package/dist/components/array.js +1 -1
- package/dist/components/avatar.js +2 -2
- package/dist/components/browser.js +21 -0
- package/dist/components/button.js +4 -2
- package/dist/components/calcite-accordion-item.js +6 -3
- package/dist/components/calcite-action-pad.js +3 -3
- package/dist/components/calcite-alert.js +1 -310
- package/dist/components/calcite-block-section.js +1 -1
- package/dist/components/calcite-block.js +227 -1
- package/dist/components/calcite-card.js +1 -1
- package/dist/components/calcite-chip-group.js +4 -2
- package/dist/components/calcite-color-picker.js +3 -1
- package/dist/components/calcite-combobox-item-group.js +1 -1
- package/dist/components/calcite-fab.js +9 -3
- package/dist/components/calcite-flow-item.js +4 -2
- package/dist/components/calcite-flow.js +1 -1
- package/dist/components/calcite-inline-editable.js +4 -2
- package/dist/components/calcite-input-date-picker.js +7 -4
- package/dist/components/calcite-input-time-picker.js +5 -3
- package/dist/components/calcite-list-item-group.js +6 -2
- package/dist/components/calcite-menu-item.js +2 -2
- package/dist/components/calcite-modal.js +408 -1
- package/dist/components/calcite-navigation-logo.js +1 -1
- package/dist/components/calcite-navigation-user.js +1 -1
- package/dist/components/calcite-navigation.js +2 -2
- package/dist/components/calcite-pagination.js +1 -1
- package/dist/components/calcite-pick-list.js +159 -1
- package/dist/components/calcite-radio-button-group.js +38 -7
- package/dist/components/calcite-radio-button.js +50 -21
- package/dist/components/calcite-rating.js +4 -2
- package/dist/components/calcite-shell-center-row.js +1 -1
- package/dist/components/calcite-sortable-list.js +5 -3
- package/dist/components/calcite-split-button.js +167 -1
- package/dist/components/calcite-stack.js +2 -2
- package/dist/components/calcite-stepper-item.js +3 -1
- package/dist/components/calcite-stepper.js +1 -1
- package/dist/components/calcite-text-area.js +5 -3
- package/dist/components/calcite-tile-select-group.js +7 -1
- package/dist/components/calcite-tile-select.js +4 -2
- package/dist/components/calcite-tip-manager.js +1 -1
- package/dist/components/calcite-tip.js +1 -1
- package/dist/components/card-manager.js +1 -133
- package/dist/components/card-manager2.js +177 -0
- package/dist/components/checkbox.js +3 -1
- package/dist/components/chip.js +5 -3
- package/dist/components/color-picker-hex-input.js +3 -3
- package/dist/components/color-picker-swatch.js +2 -2
- package/dist/components/combobox-item.js +4 -2
- package/dist/components/combobox.js +5 -3
- package/dist/components/conditionalSlot.js +1 -1
- package/dist/components/crowdsource-manager.js +93 -69
- package/dist/components/date-picker-day.js +8 -2
- package/dist/components/date-picker-month-header.js +2 -2
- package/dist/components/date-picker.js +2 -2
- package/dist/components/date.js +1 -1
- package/dist/components/deduct-calculator2.js +3 -3
- package/dist/components/dom.js +3 -3
- package/dist/components/downloadUtils.js +4 -3
- package/dist/components/dropdown-group.js +1 -1
- package/dist/components/dropdown-item.js +1 -1
- package/dist/components/dropdown.js +6 -4
- package/dist/components/edit-card.d.ts +11 -0
- package/dist/components/edit-card.js +11 -0
- package/dist/components/edit-card2.js +207 -0
- package/dist/components/filter.js +4 -2
- package/dist/components/filter2.js +1 -1
- package/dist/components/floating-ui.js +228 -179
- package/dist/components/focusTrapComponent.js +47 -5
- package/dist/components/form.js +2 -2
- package/dist/components/graph.js +1 -1
- package/dist/components/guid.js +1 -1
- package/dist/components/handle.js +1 -1
- package/dist/components/icon.js +2 -2
- package/dist/components/index.d.ts +2 -5
- package/dist/components/index.js +3 -6
- package/dist/components/info-card2.js +182 -28
- package/dist/components/input-message.js +2 -2
- package/dist/components/input-number.js +6 -4
- package/dist/components/input-text.js +5 -3
- package/dist/components/input.js +6 -4
- package/dist/components/interactive.js +80 -10
- package/dist/components/interfaces.js +6 -1
- package/dist/components/key.js +1 -1
- package/dist/components/label.js +1 -1
- package/dist/components/label2.js +2 -2
- package/dist/components/layer-table2.js +238 -127
- package/dist/components/link.js +8 -2
- package/dist/components/list-item2.js +7 -7
- package/dist/components/list.js +8 -8
- package/dist/components/loadable.js +1 -1
- package/dist/components/locale2.js +7 -4
- package/dist/components/map-card2.js +65 -92
- package/dist/components/map-draw-tools2.js +1 -1
- package/dist/components/map-layer-picker2.js +165 -247
- package/dist/components/map-select-tools2.js +40 -16
- package/dist/components/map-tools.d.ts +11 -0
- package/dist/components/map-tools.js +11 -0
- package/dist/components/map-tools2.js +176 -0
- package/dist/components/mapViewUtils.js +243 -0
- package/dist/components/math.js +1 -1
- package/dist/components/menu.js +2 -2
- package/dist/components/notice.js +2 -2
- package/dist/components/observers.js +1 -1
- package/dist/components/openCloseComponent.js +1 -1
- package/dist/components/panel.js +5 -3
- package/dist/components/pdf-download2.js +3 -1
- package/dist/components/pick-list-item.js +4 -2
- package/dist/components/popover.js +3 -3
- package/dist/components/public-notification.js +57 -23
- package/dist/components/publicNotificationStore.js +5 -1
- package/dist/components/queryUtils.js +11 -17
- package/dist/components/refine-selection2.js +37 -12
- package/dist/components/resources.js +1 -1
- package/dist/components/resources2.js +1 -1
- package/dist/components/resources3.js +1 -1
- package/dist/components/scrim.js +39 -2
- package/dist/components/segmented-control-item.js +1 -1
- package/dist/components/segmented-control.js +3 -1
- package/dist/components/select.js +5 -3
- package/dist/components/shared-list-render.js +3 -3
- package/dist/components/shell-panel.js +1 -1
- package/dist/components/shell.js +2 -2
- package/dist/components/slider.js +4 -2
- package/dist/components/sortableComponent.js +1 -1
- package/dist/components/switch.js +4 -2
- package/dist/components/t9n.js +1 -1
- package/dist/components/tab-nav.js +1 -1
- package/dist/components/tab-title.js +4 -2
- package/dist/components/tabs.js +1 -1
- package/dist/components/tile.js +4 -2
- package/dist/components/time-picker.js +2 -2
- package/dist/components/tooltip.js +45 -28
- package/dist/components/tree-item.js +9 -43
- package/dist/components/tree.js +2 -2
- package/dist/components/utils.js +1 -1
- package/dist/components/utils2.js +3 -3
- package/dist/components/utils3.js +2 -2
- package/dist/components/value-list-item.js +4 -2
- package/dist/components/value-list.js +6 -4
- package/dist/esm/ExpandToggle-4683a6dc.js +109 -0
- package/dist/esm/FloatingArrow-fa0da351.js +46 -0
- package/dist/esm/Heading-14bfe249.js +22 -0
- package/dist/esm/app-globals-b5877644.js +62 -0
- package/dist/esm/ar-8e6281b5.js +96 -0
- package/dist/esm/array-e32fb269.js +15 -0
- package/dist/esm/bg-89c46a11.js +77 -0
- package/dist/esm/browser-f8ca09b7.js +21 -0
- package/dist/esm/bs-567a72ac.js +46 -0
- package/dist/esm/buffer-tools_4.entry.js +18 -15
- package/dist/esm/ca-0d08cce0.js +66 -0
- package/dist/esm/calcite-accordion-item.entry.js +10 -7
- package/dist/esm/calcite-action-bar_2.entry.js +650 -0
- package/dist/esm/calcite-action-group_2.entry.js +379 -0
- package/dist/esm/calcite-action-pad.entry.js +15 -15
- package/dist/esm/calcite-action_2.entry.js +408 -70
- package/dist/esm/calcite-alert.entry.js +23 -12
- package/dist/esm/calcite-avatar.entry.js +5 -5
- package/dist/esm/calcite-block-section.entry.js +8 -8
- package/dist/esm/calcite-block.entry.js +166 -0
- package/dist/esm/calcite-button.entry.js +15 -12
- package/dist/esm/calcite-card.entry.js +9 -9
- package/dist/esm/calcite-checkbox.entry.js +11 -8
- package/dist/esm/calcite-chip-group.entry.js +9 -6
- package/dist/esm/calcite-chip.entry.js +14 -11
- package/dist/esm/calcite-color-picker-hex-input_2.entry.js +8 -8
- package/dist/esm/calcite-color-picker.entry.js +15 -12
- package/dist/esm/calcite-combobox-item-group.entry.js +5 -5
- package/dist/esm/calcite-combobox_6.entry.js +1881 -0
- package/dist/esm/calcite-date-picker-day_3.entry.js +17 -10
- package/dist/esm/calcite-date-picker.entry.js +11 -11
- package/dist/esm/calcite-fab.entry.js +13 -6
- package/dist/esm/calcite-filter_3.entry.js +772 -0
- package/dist/esm/calcite-flow-item.entry.js +14 -11
- package/dist/esm/calcite-flow.entry.js +2 -2
- package/dist/esm/calcite-graph.entry.js +3 -3
- package/dist/esm/calcite-handle.entry.js +132 -0
- package/dist/esm/calcite-icon.entry.js +6 -6
- package/dist/esm/calcite-inline-editable.entry.js +14 -11
- package/dist/esm/calcite-input-date-picker.entry.js +23 -19
- package/dist/esm/calcite-input-number.entry.js +16 -13
- package/dist/esm/calcite-input-text_4.entry.js +1845 -0
- package/dist/esm/calcite-input-time-picker-d5606a45.js +1621 -0
- package/dist/esm/calcite-input-time-picker.entry.js +15 -14
- package/dist/esm/calcite-input_2.entry.js +16 -13
- package/dist/esm/calcite-label.entry.js +5 -5
- package/dist/esm/calcite-link.entry.js +12 -5
- package/dist/esm/calcite-list-item-group.entry.js +8 -3
- package/dist/esm/calcite-loader.entry.js +76 -0
- package/dist/esm/calcite-menu-item.entry.js +10 -10
- package/dist/esm/calcite-menu.entry.js +9 -9
- package/dist/esm/calcite-modal.entry.js +14 -14
- package/dist/esm/calcite-navigation-logo.entry.js +2 -2
- package/dist/esm/calcite-navigation-user.entry.js +2 -2
- package/dist/esm/calcite-navigation.entry.js +5 -5
- package/dist/esm/calcite-notice.entry.js +135 -0
- package/dist/esm/calcite-option_2.entry.js +12 -9
- package/dist/esm/calcite-pagination.entry.js +9 -9
- package/dist/esm/calcite-panel_2.entry.js +17 -14
- package/dist/esm/calcite-pick-list-group.entry.js +7 -7
- package/dist/esm/calcite-pick-list-item.entry.js +15 -12
- package/dist/esm/calcite-pick-list.entry.js +142 -0
- package/dist/esm/calcite-radio-button-group.entry.js +35 -6
- package/dist/esm/calcite-radio-button.entry.js +57 -27
- package/dist/esm/calcite-rating.entry.js +15 -12
- package/dist/esm/calcite-scrim.entry.js +44 -9
- package/dist/esm/calcite-segmented-control_2.entry.js +253 -0
- package/dist/esm/calcite-shell-center-row.entry.js +6 -6
- package/dist/esm/calcite-shell-panel_14.entry.js +32 -25
- package/dist/esm/calcite-sortable-list.entry.js +10 -7
- package/dist/esm/calcite-split-button.entry.js +118 -0
- package/dist/esm/calcite-stack.entry.js +4 -4
- package/dist/esm/calcite-stepper-item.entry.js +11 -8
- package/dist/esm/calcite-stepper.entry.js +3 -3
- package/dist/esm/calcite-switch.entry.js +11 -8
- package/dist/esm/calcite-text-area.entry.js +15 -12
- package/dist/esm/calcite-tile-select-group.entry.js +8 -1
- package/dist/esm/calcite-tile-select.entry.js +7 -4
- package/dist/esm/calcite-tile.entry.js +10 -7
- package/dist/esm/calcite-time-picker.entry.js +10 -10
- package/dist/esm/calcite-tip-manager.entry.js +9 -9
- package/dist/esm/calcite-tip.entry.js +10 -10
- package/dist/esm/calcite-tree_3.entry.js +15 -48
- package/dist/esm/card-manager_3.entry.js +659 -0
- package/dist/esm/conditionalSlot-b651e48a.js +60 -0
- package/dist/esm/crowdsource-manager.entry.js +22 -10
- package/dist/esm/cs-4ea5bb28.js +142 -0
- package/dist/esm/da-8121b2c6.js +61 -0
- package/dist/esm/date-3f48db3f.js +235 -0
- package/dist/esm/de-4f0e6db4.js +86 -0
- package/dist/esm/de-at-6f914992.js +85 -0
- package/dist/esm/de-ch-ba51285a.js +85 -0
- package/dist/esm/deduct-calculator.entry.js +3 -3
- package/dist/esm/dom-03275741.js +927 -0
- package/dist/esm/downloadUtils-3b5f85d9.js +2724 -0
- package/dist/esm/edit-card_2.entry.js +339 -0
- package/dist/esm/el-2fb644ad.js +61 -0
- package/dist/esm/en-au-469a4963.js +61 -0
- package/dist/esm/en-ca-a110f04a.js +60 -0
- package/dist/esm/en-gb-04dd59df.js +64 -0
- package/dist/esm/es-901bbd11.js +61 -0
- package/dist/esm/es-mx-c3cff8d1.js +60 -0
- package/dist/esm/et-0ded5035.js +87 -0
- package/dist/esm/fi-767e7505.js +110 -0
- package/dist/esm/filter-4ba3be5f.js +763 -0
- package/dist/esm/floating-ui-1e70279f.js +1866 -0
- package/dist/esm/focusTrapComponent-eaa62505.js +846 -0
- package/dist/esm/form-8396f037.js +280 -0
- package/dist/esm/fr-ch-8c34f192.js +61 -0
- package/dist/esm/fr-e6bda0a2.js +63 -0
- package/dist/esm/guid-1fbbc894.js +24 -0
- package/dist/esm/he-00779397.js +100 -0
- package/dist/esm/hi-f3d5ecb7.js +60 -0
- package/dist/esm/hr-1d8c2cad.js +75 -0
- package/dist/esm/hu-4290c5fe.js +83 -0
- package/dist/esm/id-58d1a3cb.js +61 -0
- package/dist/esm/index.es-bb9196f6.js +10722 -0
- package/dist/esm/interactive-e5b2cca0.js +143 -0
- package/dist/esm/interfaces-bf20e69c.js +85 -0
- package/dist/esm/it-ch-74c5b6dd.js +61 -0
- package/dist/esm/it-ef33898d.js +61 -0
- package/dist/esm/ja-7f21d57b.js +67 -0
- package/dist/esm/key-d6bc268b.js +16 -0
- package/dist/esm/ko-0790a2d9.js +67 -0
- package/dist/esm/label-6db1573f.js +130 -0
- package/dist/esm/loadable-3cf62971.js +65 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/locale-ead7fa24.js +558 -0
- package/dist/esm/lt-6e66fa4a.js +92 -0
- package/dist/esm/lv-0c39ca8e.js +61 -0
- package/dist/esm/map-tools.entry.js +107 -0
- package/dist/esm/mapViewUtils-55ea1e10.js +395 -0
- package/dist/esm/math-5e1080da.js +25 -0
- package/dist/esm/mk-0e1b5772.js +61 -0
- package/dist/esm/nb-8b0c8dcb.js +62 -0
- package/dist/esm/nl-89c00bbe.js +62 -0
- package/dist/esm/observers-76deadbc.js +51 -0
- package/dist/esm/openCloseComponent-7d3ca222.js +96 -0
- package/dist/esm/pl-2c7583e1.js +109 -0
- package/dist/esm/pt-br-0544aa11.js +60 -0
- package/dist/esm/pt-eb653341.js +62 -0
- package/dist/esm/public-notification.entry.js +19 -6
- package/dist/esm/publicNotificationStore-6ef555f3.js +49 -0
- package/dist/esm/resources-3600c05b.js +46 -0
- package/dist/esm/resources-4d6ec614.js +24 -0
- package/dist/esm/resources-684bbbfe.js +23 -0
- package/dist/esm/resources-85e89a13.js +19 -0
- package/dist/esm/resources-885142d2.js +2048 -0
- package/dist/esm/resources-a3b9b875.js +20 -0
- package/dist/esm/resources-e7e4115c.js +35 -0
- package/dist/esm/resources-ee3b03a3.js +28 -0
- package/dist/esm/resources-f5948e92.js +20 -0
- package/dist/esm/ro-f5c8d5e2.js +61 -0
- package/dist/esm/ru-7725d9a9.js +121 -0
- package/dist/esm/shared-list-render-19de1661.js +342 -0
- package/dist/esm/sk-606ae6cd.js +143 -0
- package/dist/esm/sl-8a06145d.js +61 -0
- package/dist/esm/solution-configuration.entry.js +2 -2
- package/dist/esm/solution-contents_3.entry.js +2 -2
- package/dist/esm/solution-store-c107ca4d.js +4092 -0
- package/dist/esm/solutions-components.js +3 -3
- package/dist/esm/sortableComponent-dab8ef70.js +3082 -0
- package/dist/esm/sr-7eff7ca4.js +96 -0
- package/dist/esm/sv-0ab2f707.js +66 -0
- package/dist/esm/t9n-ece1047e.js +95 -0
- package/dist/esm/th-29a9e340.js +60 -0
- package/dist/esm/time-7b08c631.js +195 -0
- package/dist/esm/tr-6748b764.js +61 -0
- package/dist/esm/uk-de4e1b64.js +99 -0
- package/dist/esm/utils-33f2d835.js +200 -0
- package/dist/esm/utils-43f27af6.js +61 -0
- package/dist/esm/utils-a29ac888.js +45 -0
- package/dist/esm/utils-d1d9ff93.js +79 -0
- package/dist/esm/vi-6830c744.js +65 -0
- package/dist/esm/zh-cn-ad4dc9be.js +89 -0
- package/dist/esm/zh-hk-81513d7a.js +66 -0
- package/dist/esm/zh-tw-4ff4db52.js +87 -0
- package/dist/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +4 -0
- package/dist/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +11 -0
- package/dist/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +1 -1
- package/dist/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +3 -2
- package/dist/solutions-components/assets/icon/circlePause16.json +1 -0
- package/dist/solutions-components/assets/icon/circlePause16F.json +1 -0
- package/dist/solutions-components/assets/icon/circlePause24.json +1 -0
- package/dist/solutions-components/assets/icon/circlePause24F.json +1 -0
- package/dist/solutions-components/assets/icon/circlePause32.json +1 -0
- package/dist/solutions-components/assets/icon/circlePause32F.json +1 -0
- package/dist/solutions-components/assets/icon/h3Hexagon16.json +1 -0
- package/dist/solutions-components/assets/icon/h3Hexagon24.json +1 -0
- package/dist/solutions-components/assets/icon/h3Hexagon32.json +1 -0
- package/dist/solutions-components/assets/icon/merge216.json +1 -0
- package/dist/solutions-components/assets/icon/merge224.json +1 -0
- package/dist/solutions-components/assets/icon/merge232.json +1 -0
- package/dist/solutions-components/assets/icon/recycleBin16.json +1 -0
- package/dist/solutions-components/assets/icon/recycleBin24.json +1 -0
- package/dist/solutions-components/assets/icon/recycleBin32.json +1 -0
- package/dist/solutions-components/assets/icon/transverseHexagon16.json +1 -0
- package/dist/solutions-components/assets/icon/transverseHexagon24.json +1 -0
- package/dist/solutions-components/assets/icon/transverseHexagon32.json +1 -0
- package/dist/solutions-components/assets/icon/unmerge16.json +1 -0
- package/dist/solutions-components/assets/icon/unmerge24.json +1 -0
- package/dist/solutions-components/assets/icon/unmerge32.json +1 -0
- package/dist/solutions-components/demos/buffer-tools.html +2 -2
- package/dist/solutions-components/demos/card-manager.html +49 -3
- package/dist/solutions-components/demos/crowdsource-manager.html +34 -9
- package/dist/solutions-components/demos/crowdsource-reporter.html +2 -2
- package/dist/solutions-components/demos/demo-map.html +2 -2
- package/dist/solutions-components/demos/edit-card.html +34 -0
- package/dist/solutions-components/demos/index.html +1 -1
- package/dist/solutions-components/demos/layer-table.html +2 -2
- package/dist/solutions-components/demos/list-item.html +2 -2
- package/dist/solutions-components/demos/map-card.html +2 -2
- package/dist/solutions-components/demos/map-draw-tools.html +2 -2
- package/dist/solutions-components/demos/map-layer-picker.html +2 -2
- package/dist/solutions-components/demos/map-select-tools.html +2 -2
- package/dist/solutions-components/p-0036e829.js +11 -0
- package/dist/solutions-components/p-004eb0a6.entry.js +6 -0
- package/dist/solutions-components/p-03179924.entry.js +6 -0
- package/dist/solutions-components/p-04c41e35.js +6 -0
- package/dist/solutions-components/p-058f02c9.js +6 -0
- package/dist/solutions-components/p-05f6859f.js +11 -0
- package/dist/solutions-components/p-0bb57140.js +16 -0
- package/dist/solutions-components/p-0d2c9050.js +6 -0
- package/dist/solutions-components/p-0e024d20.entry.js +11 -0
- package/dist/solutions-components/p-0ef9e367.entry.js +17 -0
- package/dist/solutions-components/p-0ff7b311.js +16 -0
- package/dist/solutions-components/p-1085b789.js +11 -0
- package/dist/solutions-components/p-10dd03be.js +6 -0
- package/dist/solutions-components/p-10e93b31.entry.js +11 -0
- package/dist/solutions-components/p-132843d2.entry.js +11 -0
- package/dist/solutions-components/p-13a8349e.js +6 -0
- package/dist/solutions-components/p-16146013.js +6 -0
- package/dist/solutions-components/p-161ac069.entry.js +6 -0
- package/dist/solutions-components/p-16643fca.entry.js +11 -0
- package/dist/solutions-components/p-1aca2237.js +17 -0
- package/dist/solutions-components/p-1b69c50d.entry.js +11 -0
- package/dist/solutions-components/p-1d81a92e.entry.js +11 -0
- package/dist/solutions-components/p-1f1bd18d.js +11 -0
- package/dist/solutions-components/p-214657d6.entry.js +6 -0
- package/dist/solutions-components/p-2284cd37.js +11 -0
- package/dist/solutions-components/p-22c4225f.entry.js +11 -0
- package/dist/solutions-components/p-2455a61f.entry.js +11 -0
- package/dist/solutions-components/p-293a0267.entry.js +11 -0
- package/dist/solutions-components/p-2c049a6d.entry.js +37 -0
- package/dist/solutions-components/p-2d651417.js +6 -0
- package/dist/solutions-components/p-2f632334.entry.js +11 -0
- package/dist/solutions-components/p-309d3096.js +6 -0
- package/dist/solutions-components/p-34737573.js +6 -0
- package/dist/solutions-components/p-35195436.entry.js +11 -0
- package/dist/solutions-components/p-37a78329.js +6 -0
- package/dist/solutions-components/p-386dbde1.js +6 -0
- package/dist/solutions-components/p-3b57fcc6.js +11 -0
- package/dist/solutions-components/p-40bdd836.js +11 -0
- package/dist/solutions-components/p-41f5a5fc.js +12 -0
- package/dist/solutions-components/p-438560cf.js +6 -0
- package/dist/solutions-components/p-474b00d7.entry.js +11 -0
- package/dist/solutions-components/p-4766a668.entry.js +6 -0
- package/dist/solutions-components/p-477ae127.js +21 -0
- package/dist/solutions-components/p-4989e987.js +6 -0
- package/dist/solutions-components/p-4aab2c0d.entry.js +6 -0
- package/dist/solutions-components/p-4af3f843.js +36 -0
- package/dist/solutions-components/p-4b738e52.entry.js +11 -0
- package/dist/solutions-components/p-4ea9094a.js +6 -0
- package/dist/solutions-components/p-5173b841.js +11 -0
- package/dist/solutions-components/p-5652bbda.js +6 -0
- package/dist/solutions-components/p-57fa8ff3.entry.js +6 -0
- package/dist/solutions-components/p-58448ac4.entry.js +11 -0
- package/dist/solutions-components/p-5a6f8f15.entry.js +17 -0
- package/dist/solutions-components/p-5bab0d9d.entry.js +11 -0
- package/dist/solutions-components/p-5ca01455.entry.js +11 -0
- package/dist/solutions-components/p-5f05045a.entry.js +6 -0
- package/dist/solutions-components/p-5fc99541.js +257 -0
- package/dist/solutions-components/p-6015e2ee.js +61 -0
- package/dist/solutions-components/p-60dba0cb.js +11 -0
- package/dist/solutions-components/p-610ff7ca.js +6 -0
- package/dist/solutions-components/p-612c38cc.js +6 -0
- package/dist/solutions-components/p-628f2a83.entry.js +11 -0
- package/dist/solutions-components/p-62a49383.js +6 -0
- package/dist/solutions-components/p-67d0ce8c.entry.js +11 -0
- package/dist/solutions-components/p-67d75135.js +6 -0
- package/dist/solutions-components/p-693bafa4.js +6 -0
- package/dist/solutions-components/p-6960ce47.js +6 -0
- package/dist/solutions-components/p-696de9a4.entry.js +6 -0
- package/dist/solutions-components/p-69cd4b76.entry.js +17 -0
- package/dist/solutions-components/p-6c1d694f.js +6 -0
- package/dist/solutions-components/p-743451a5.entry.js +6 -0
- package/dist/solutions-components/p-7479f322.entry.js +28 -0
- package/dist/solutions-components/p-75ed8af0.entry.js +12 -0
- package/dist/solutions-components/p-76716055.js +6 -0
- package/dist/solutions-components/p-77649e3a.js +11 -0
- package/dist/solutions-components/p-7764def7.js +11 -0
- package/dist/solutions-components/p-7a42ffab.js +11 -0
- package/dist/solutions-components/p-7ab9d4a8.js +11 -0
- package/dist/solutions-components/p-7cbe5354.js +6 -0
- package/dist/solutions-components/p-7f3c3a5d.entry.js +11 -0
- package/dist/solutions-components/p-7fd8e783.js +18 -0
- package/dist/solutions-components/p-800e94cb.entry.js +11 -0
- package/dist/solutions-components/p-81c695d6.entry.js +11 -0
- package/dist/solutions-components/p-8249c47b.js +11 -0
- package/dist/solutions-components/p-82922f3a.entry.js +37 -0
- package/dist/solutions-components/p-84d9dacf.entry.js +11 -0
- package/dist/solutions-components/p-87cc78f1.js +6 -0
- package/dist/solutions-components/p-892d0a1d.js +6 -0
- package/dist/solutions-components/p-8bf81a2e.js +11 -0
- package/dist/solutions-components/p-8e003792.js +6 -0
- package/dist/solutions-components/p-8e541da0.js +6 -0
- package/dist/solutions-components/p-944c2f33.entry.js +11 -0
- package/dist/solutions-components/p-9630e3b7.js +11 -0
- package/dist/solutions-components/p-96bd78ec.entry.js +11 -0
- package/dist/solutions-components/p-978b9ba3.entry.js +6 -0
- package/dist/solutions-components/p-9807924d.js +474 -0
- package/dist/solutions-components/p-99b55177.js +11 -0
- package/dist/solutions-components/p-9a19cfb6.js +6 -0
- package/dist/solutions-components/p-9ab03591.js +21 -0
- package/dist/solutions-components/p-9bc20eff.entry.js +6 -0
- package/dist/solutions-components/p-9c42e5ca.js +6 -0
- package/dist/solutions-components/p-9ed9ea6a.js +6 -0
- package/dist/solutions-components/p-9f214b82.entry.js +11 -0
- package/dist/solutions-components/p-a3b55d2b.js +6 -0
- package/dist/solutions-components/p-a56f965e.entry.js +6 -0
- package/dist/solutions-components/p-a5d44d7d.js +11 -0
- package/dist/solutions-components/p-a6730996.js +6 -0
- package/dist/solutions-components/p-a738e38f.js +11 -0
- package/dist/solutions-components/p-a74094e4.js +17 -0
- package/dist/solutions-components/p-a8253173.js +6 -0
- package/dist/solutions-components/p-a94f0d7b.entry.js +11 -0
- package/dist/solutions-components/p-a9dab418.entry.js +11 -0
- package/dist/solutions-components/p-ac36a101.js +6 -0
- package/dist/solutions-components/p-b018bd03.js +6 -0
- package/dist/solutions-components/p-b39e12ab.js +6 -0
- package/dist/solutions-components/p-b4c65a27.entry.js +6 -0
- package/dist/solutions-components/p-b64401a3.entry.js +6 -0
- package/dist/solutions-components/p-b70a3d8d.entry.js +11 -0
- package/dist/solutions-components/p-b940aa2f.entry.js +6 -0
- package/dist/solutions-components/p-b9a21972.js +6 -0
- package/dist/solutions-components/p-ba34ef55.js +6 -0
- package/dist/solutions-components/p-ba8ec9b6.entry.js +35 -0
- package/dist/solutions-components/p-bb322078.entry.js +11 -0
- package/dist/solutions-components/p-bc6ce0ff.js +6 -0
- package/dist/solutions-components/p-c0738483.entry.js +11 -0
- package/dist/solutions-components/p-c2316631.entry.js +16 -0
- package/dist/solutions-components/p-c2a141cc.js +11 -0
- package/dist/solutions-components/p-c2d148da.js +11 -0
- package/dist/solutions-components/p-c52de940.entry.js +11 -0
- package/dist/solutions-components/p-c844e615.js +12 -0
- package/dist/solutions-components/p-c8835780.js +11 -0
- package/dist/solutions-components/p-ca67597d.js +6 -0
- package/dist/solutions-components/p-ca6edad0.js +11 -0
- package/dist/solutions-components/p-cd9579c6.js +11 -0
- package/dist/solutions-components/p-cdc0bb97.entry.js +35 -0
- package/dist/solutions-components/p-ce57ecf3.entry.js +6 -0
- package/dist/solutions-components/p-d042dd6a.entry.js +12 -0
- package/dist/solutions-components/p-d088d13a.entry.js +6 -0
- package/dist/solutions-components/p-d102a71f.js +6 -0
- package/dist/solutions-components/p-d164a8b0.entry.js +12 -0
- package/dist/solutions-components/p-d17b0020.entry.js +11 -0
- package/dist/solutions-components/p-d3fd28e9.entry.js +18 -0
- package/dist/solutions-components/p-d4c9dda7.entry.js +11 -0
- package/dist/solutions-components/p-d5104492.js +6 -0
- package/dist/solutions-components/p-d60a77a4.js +11 -0
- package/dist/solutions-components/p-d83da8a0.entry.js +11 -0
- package/dist/solutions-components/p-d866ff25.js +11 -0
- package/dist/solutions-components/p-d875f38c.entry.js +6 -0
- package/dist/solutions-components/p-dac4f4cb.js +6 -0
- package/dist/solutions-components/p-db08ef87.js +11 -0
- package/dist/solutions-components/p-db546438.entry.js +11 -0
- package/dist/solutions-components/p-de9d2167.entry.js +11 -0
- package/dist/solutions-components/p-e0af78a4.js +6 -0
- package/dist/solutions-components/p-e13ba5ae.js +6 -0
- package/dist/solutions-components/p-e320f0ed.entry.js +11 -0
- package/dist/solutions-components/p-e5d839f8.js +6 -0
- package/dist/solutions-components/p-e5e20990.js +11 -0
- package/dist/solutions-components/p-e617f6e9.js +6 -0
- package/dist/solutions-components/p-ea7c74b7.entry.js +11 -0
- package/dist/solutions-components/p-eafc4b73.js +11 -0
- package/dist/solutions-components/p-ed2eea7f.entry.js +23 -0
- package/dist/solutions-components/p-ed65f44c.entry.js +11 -0
- package/dist/solutions-components/p-ef235c88.entry.js +6 -0
- package/dist/solutions-components/p-f08e454f.entry.js +11 -0
- package/dist/solutions-components/p-f1d4f341.js +6 -0
- package/dist/solutions-components/p-f54ca1e4.entry.js +11 -0
- package/dist/solutions-components/p-f62c655b.entry.js +11 -0
- package/dist/solutions-components/p-f68a8cd4.entry.js +11 -0
- package/dist/solutions-components/p-f6ec5e80.js +11 -0
- package/dist/solutions-components/p-f9b91640.js +11 -0
- package/dist/solutions-components/p-fae853e9.js +16 -0
- package/dist/solutions-components/p-fb233add.entry.js +6 -0
- package/dist/solutions-components/p-ff27b297.js +11 -0
- package/dist/solutions-components/p-ffb12960.entry.js +11 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/downloadUtils.ts +2 -2
- package/dist/solutions-components/utils/interfaces.ts +24 -11
- package/dist/solutions-components/utils/mapViewUtils.ts +52 -7
- package/dist/solutions-components/utils/publicNotificationStore.ts +5 -1
- package/dist/solutions-components/utils/queryUtils.ts +48 -3
- package/dist/types/components/card-manager/card-manager.d.ts +33 -5
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +12 -4
- package/dist/types/components/deduct-calculator/deduct-calculator.d.ts +2 -2
- package/dist/types/components/edit-card/edit-card.d.ts +140 -0
- package/dist/types/components/info-card/info-card.d.ts +89 -9
- package/dist/types/components/layer-table/layer-table.d.ts +105 -36
- package/dist/types/components/map-card/map-card.d.ts +12 -42
- package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +69 -15
- package/dist/types/components/map-select-tools/map-select-tools.d.ts +1 -1
- package/dist/types/components/map-tools/map-tools.d.ts +87 -0
- package/dist/types/components/pdf-download/pdf-download.d.ts +4 -0
- package/dist/types/components/public-notification/public-notification.d.ts +18 -2
- package/dist/types/components/refine-selection/refine-selection.d.ts +1 -1
- package/dist/types/components.d.ts +181 -113
- package/dist/types/preact.d.ts +10 -13
- package/dist/types/utils/interfaces.d.ts +20 -7
- package/dist/types/utils/mapViewUtils.d.ts +22 -5
- package/dist/types/utils/publicNotificationStore.d.ts +2 -0
- package/dist/types/utils/queryUtils.d.ts +17 -1
- package/package.json +2 -2
- package/dist/assets/t9n/edit-record-modal/resources.json +0 -8
- package/dist/assets/t9n/edit-record-modal/resources_en.json +0 -8
- package/dist/cjs/ExpandToggle-8e23a37e.js +0 -119
- package/dist/cjs/FloatingArrow-7747dddf.js +0 -48
- package/dist/cjs/Heading-52c0152b.js +0 -25
- package/dist/cjs/add-record-modal.cjs.entry.js +0 -106
- package/dist/cjs/app-globals-cd063150.js +0 -64
- package/dist/cjs/ar-06e23092.js +0 -97
- package/dist/cjs/array-cb509bfb.js +0 -17
- package/dist/cjs/bg-b197c685.js +0 -78
- package/dist/cjs/bs-b7279fd9.js +0 -47
- package/dist/cjs/ca-c127e2c7.js +0 -67
- package/dist/cjs/calcite-action-bar_4.cjs.entry.js +0 -629
- package/dist/cjs/calcite-action-group.cjs.entry.js +0 -116
- package/dist/cjs/calcite-action-menu_2.cjs.entry.js +0 -691
- package/dist/cjs/calcite-combobox_3.cjs.entry.js +0 -1156
- package/dist/cjs/calcite-dropdown_5.cjs.entry.js +0 -866
- package/dist/cjs/calcite-filter_5.cjs.entry.js +0 -1014
- package/dist/cjs/calcite-input-text_5.cjs.entry.js +0 -1969
- package/dist/cjs/calcite-input-time-picker-1c90d5aa.js +0 -1622
- package/dist/cjs/calcite-tooltip.cjs.entry.js +0 -413
- package/dist/cjs/card-manager.cjs.entry.js +0 -91
- package/dist/cjs/comment-card.cjs.entry.js +0 -75
- package/dist/cjs/conditionalSlot-df3ccf68.js +0 -63
- package/dist/cjs/cs-f482fe72.js +0 -143
- package/dist/cjs/da-b8ab4c7b.js +0 -62
- package/dist/cjs/date-23702871.js +0 -250
- package/dist/cjs/de-6bc1f7ac.js +0 -87
- package/dist/cjs/de-at-46963b6b.js +0 -86
- package/dist/cjs/de-ch-160af810.js +0 -86
- package/dist/cjs/dom-5fd13fa0.js +0 -954
- package/dist/cjs/downloadUtils-fd585157.js +0 -2729
- package/dist/cjs/el-64fa4e5b.js +0 -62
- package/dist/cjs/en-au-d6d05b1c.js +0 -62
- package/dist/cjs/en-ca-e4c76e21.js +0 -61
- package/dist/cjs/en-gb-bbc542f7.js +0 -65
- package/dist/cjs/es-13c046da.js +0 -62
- package/dist/cjs/es-mx-bc0dcd4b.js +0 -61
- package/dist/cjs/et-96792c05.js +0 -88
- package/dist/cjs/fi-228557cc.js +0 -111
- package/dist/cjs/filter-8be5307a.js +0 -765
- package/dist/cjs/floating-ui-72d35286.js +0 -1825
- package/dist/cjs/focusTrapComponent-8e851fe9.js +0 -809
- package/dist/cjs/form-bbb48e39.js +0 -288
- package/dist/cjs/fr-cfe747ac.js +0 -64
- package/dist/cjs/fr-ch-ff5aa897.js +0 -62
- package/dist/cjs/guid-66679eda.js +0 -26
- package/dist/cjs/he-fb6d2d39.js +0 -101
- package/dist/cjs/hi-30c7826f.js +0 -61
- package/dist/cjs/hr-c1eab940.js +0 -76
- package/dist/cjs/hu-fba39a67.js +0 -84
- package/dist/cjs/id-b5e6f8ba.js +0 -62
- package/dist/cjs/index.es-d125163b.js +0 -10808
- package/dist/cjs/info-card_2.cjs.entry.js +0 -203
- package/dist/cjs/interactive-39ec70c2.js +0 -75
- package/dist/cjs/interfaces-842c84a1.js +0 -80
- package/dist/cjs/it-ca0d0aac.js +0 -62
- package/dist/cjs/it-ch-65c41132.js +0 -62
- package/dist/cjs/ja-a5f9afc7.js +0 -68
- package/dist/cjs/key-5b33d77d.js +0 -19
- package/dist/cjs/ko-852f5312.js +0 -68
- package/dist/cjs/label-345b79b7.js +0 -136
- package/dist/cjs/layer-table_2.cjs.entry.js +0 -517
- package/dist/cjs/loadable-30ee9cda.js +0 -69
- package/dist/cjs/locale-180f4242.js +0 -567
- package/dist/cjs/lt-255c3b01.js +0 -93
- package/dist/cjs/lv-7ed56721.js +0 -62
- package/dist/cjs/map-search.cjs.entry.js +0 -176
- package/dist/cjs/mapViewUtils-9c67134b.js +0 -375
- package/dist/cjs/math-c948c17d.js +0 -28
- package/dist/cjs/mk-f6d33563.js +0 -62
- package/dist/cjs/nb-bd0ca554.js +0 -63
- package/dist/cjs/nl-eadfdfb4.js +0 -63
- package/dist/cjs/observers-f7aad52c.js +0 -53
- package/dist/cjs/openCloseComponent-84b60d30.js +0 -100
- package/dist/cjs/pl-c9d0eeb6.js +0 -110
- package/dist/cjs/pt-abc4d582.js +0 -63
- package/dist/cjs/pt-br-217ada13.js +0 -61
- package/dist/cjs/publicNotificationStore-cd1a32c3.js +0 -47
- package/dist/cjs/resources-1687ac3b.js +0 -27
- package/dist/cjs/resources-17e31c94.js +0 -32
- package/dist/cjs/resources-2194e840.js +0 -2057
- package/dist/cjs/resources-5d9c0817.js +0 -23
- package/dist/cjs/resources-840442cb.js +0 -22
- package/dist/cjs/resources-8f85e83e.js +0 -27
- package/dist/cjs/resources-b2a52eac.js +0 -50
- package/dist/cjs/resources-b9022801.js +0 -39
- package/dist/cjs/resources-c050c6cd.js +0 -20
- package/dist/cjs/ro-1618e102.js +0 -62
- package/dist/cjs/ru-a23bea65.js +0 -122
- package/dist/cjs/shared-list-render-e49ee33c.js +0 -364
- package/dist/cjs/sk-dcacc22d.js +0 -144
- package/dist/cjs/sl-313d5585.js +0 -62
- package/dist/cjs/solution-store-ca4639d5.js +0 -4100
- package/dist/cjs/sortableComponent-e91c4b54.js +0 -3087
- package/dist/cjs/sr-c7b2c043.js +0 -97
- package/dist/cjs/sv-d8327a96.js +0 -67
- package/dist/cjs/t9n-44f8e750.js +0 -100
- package/dist/cjs/th-871548cb.js +0 -61
- package/dist/cjs/time-0ae619db.js +0 -208
- package/dist/cjs/tr-799e3306.js +0 -62
- package/dist/cjs/uk-eb7261c3.js +0 -100
- package/dist/cjs/utils-3c384fb2.js +0 -55
- package/dist/cjs/utils-49d0aa19.js +0 -218
- package/dist/cjs/utils-5c1c33cf.js +0 -64
- package/dist/cjs/utils-da61890c.js +0 -87
- package/dist/cjs/vi-ebbac61c.js +0 -66
- package/dist/cjs/zh-cn-dfcfe1fe.js +0 -90
- package/dist/cjs/zh-hk-64eeb0f6.js +0 -67
- package/dist/cjs/zh-tw-3d6f9661.js +0 -88
- package/dist/collection/components/add-record-modal/add-record-modal.css +0 -36
- package/dist/collection/components/add-record-modal/add-record-modal.js +0 -149
- package/dist/collection/components/comment-card/comment-card.css +0 -19
- package/dist/collection/components/comment-card/comment-card.js +0 -89
- package/dist/collection/components/edit-record-modal/edit-record-modal.css +0 -35
- package/dist/collection/components/edit-record-modal/edit-record-modal.js +0 -141
- package/dist/collection/components/map-search/map-search.css +0 -24
- package/dist/collection/components/map-search/map-search.js +0 -284
- package/dist/collection/components/media-card/media-card.css +0 -58
- package/dist/collection/components/media-card/media-card.js +0 -187
- package/dist/collection/demos/add-record-modal.html +0 -34
- package/dist/collection/demos/comment-card.html +0 -81
- package/dist/collection/demos/edit-record-modal.html +0 -34
- package/dist/collection/demos/map-search.html +0 -81
- package/dist/collection/demos/media-card.html +0 -71
- package/dist/components/add-record-modal.d.ts +0 -11
- package/dist/components/add-record-modal.js +0 -171
- package/dist/components/block.js +0 -232
- package/dist/components/comment-card.d.ts +0 -11
- package/dist/components/comment-card.js +0 -90
- package/dist/components/edit-record-modal.d.ts +0 -11
- package/dist/components/edit-record-modal.js +0 -11
- package/dist/components/edit-record-modal2.js +0 -161
- package/dist/components/map-search.d.ts +0 -11
- package/dist/components/map-search.js +0 -195
- package/dist/components/media-card.d.ts +0 -11
- package/dist/components/media-card.js +0 -11
- package/dist/components/media-card2.js +0 -177
- package/dist/components/modal.js +0 -415
- package/dist/components/pick-list.js +0 -164
- package/dist/components/split-button.js +0 -168
- package/dist/esm/ExpandToggle-ed0c4899.js +0 -111
- package/dist/esm/FloatingArrow-e769cdda.js +0 -46
- package/dist/esm/Heading-c36f4400.js +0 -22
- package/dist/esm/add-record-modal.entry.js +0 -102
- package/dist/esm/app-globals-4c1c4b90.js +0 -62
- package/dist/esm/ar-5fce09b4.js +0 -95
- package/dist/esm/array-af5e433b.js +0 -15
- package/dist/esm/bg-88930ab8.js +0 -76
- package/dist/esm/bs-83095544.js +0 -45
- package/dist/esm/ca-2452be3f.js +0 -65
- package/dist/esm/calcite-action-bar_4.entry.js +0 -622
- package/dist/esm/calcite-action-group.entry.js +0 -112
- package/dist/esm/calcite-action-menu_2.entry.js +0 -686
- package/dist/esm/calcite-combobox_3.entry.js +0 -1150
- package/dist/esm/calcite-dropdown_5.entry.js +0 -858
- package/dist/esm/calcite-filter_5.entry.js +0 -1006
- package/dist/esm/calcite-input-text_5.entry.js +0 -1961
- package/dist/esm/calcite-input-time-picker-379ab2c4.js +0 -1619
- package/dist/esm/calcite-tooltip.entry.js +0 -409
- package/dist/esm/card-manager.entry.js +0 -87
- package/dist/esm/comment-card.entry.js +0 -71
- package/dist/esm/conditionalSlot-e9ec914f.js +0 -60
- package/dist/esm/cs-c4999998.js +0 -141
- package/dist/esm/da-6e7eb415.js +0 -60
- package/dist/esm/date-85b54b18.js +0 -235
- package/dist/esm/de-39db71ff.js +0 -85
- package/dist/esm/de-at-0b43fa52.js +0 -84
- package/dist/esm/de-ch-345e1007.js +0 -84
- package/dist/esm/dom-e14bb980.js +0 -927
- package/dist/esm/downloadUtils-c4d8f012.js +0 -2723
- package/dist/esm/el-3d3eb2d9.js +0 -60
- package/dist/esm/en-au-f85fb0f9.js +0 -60
- package/dist/esm/en-ca-ae24e23b.js +0 -59
- package/dist/esm/en-gb-9f56a48f.js +0 -63
- package/dist/esm/es-00ec702d.js +0 -60
- package/dist/esm/es-mx-5fb19224.js +0 -59
- package/dist/esm/et-1a294618.js +0 -86
- package/dist/esm/fi-1bcfd731.js +0 -109
- package/dist/esm/filter-09439c1d.js +0 -763
- package/dist/esm/floating-ui-421b8ed2.js +0 -1817
- package/dist/esm/focusTrapComponent-45081255.js +0 -804
- package/dist/esm/form-58f5ab7c.js +0 -280
- package/dist/esm/fr-3a844513.js +0 -62
- package/dist/esm/fr-ch-32438415.js +0 -60
- package/dist/esm/guid-5c8ddb45.js +0 -24
- package/dist/esm/he-4d2d41f5.js +0 -99
- package/dist/esm/hi-e5a5cf07.js +0 -59
- package/dist/esm/hr-003c79cb.js +0 -74
- package/dist/esm/hu-a679b97b.js +0 -82
- package/dist/esm/id-8ce09f04.js +0 -60
- package/dist/esm/index.es-ba252f56.js +0 -10722
- package/dist/esm/info-card_2.entry.js +0 -198
- package/dist/esm/interactive-eaa1e00b.js +0 -73
- package/dist/esm/interfaces-523c6558.js +0 -80
- package/dist/esm/it-8a20f6f9.js +0 -60
- package/dist/esm/it-ch-b829ceb9.js +0 -60
- package/dist/esm/ja-ab479dce.js +0 -66
- package/dist/esm/key-2c25459c.js +0 -16
- package/dist/esm/ko-a523df7c.js +0 -66
- package/dist/esm/label-10a81bc6.js +0 -130
- package/dist/esm/layer-table_2.entry.js +0 -512
- package/dist/esm/loadable-fca3f617.js +0 -65
- package/dist/esm/locale-b550eae4.js +0 -555
- package/dist/esm/lt-6061d0cc.js +0 -91
- package/dist/esm/lv-c8234418.js +0 -60
- package/dist/esm/map-search.entry.js +0 -172
- package/dist/esm/mapViewUtils-06a77be9.js +0 -362
- package/dist/esm/math-778f9699.js +0 -25
- package/dist/esm/mk-d08e7df4.js +0 -60
- package/dist/esm/nb-35ca03d9.js +0 -61
- package/dist/esm/nl-e815c488.js +0 -61
- package/dist/esm/observers-b17e5da7.js +0 -51
- package/dist/esm/openCloseComponent-1aef0328.js +0 -96
- package/dist/esm/pl-a1c11e8b.js +0 -108
- package/dist/esm/pt-8874bd08.js +0 -61
- package/dist/esm/pt-br-cb76472e.js +0 -59
- package/dist/esm/publicNotificationStore-c36d95bf.js +0 -45
- package/dist/esm/resources-09757d0c.js +0 -23
- package/dist/esm/resources-23bce35b.js +0 -20
- package/dist/esm/resources-6c49ff61.js +0 -2048
- package/dist/esm/resources-78b20773.js +0 -20
- package/dist/esm/resources-a9874e81.js +0 -28
- package/dist/esm/resources-ac65ccee.js +0 -35
- package/dist/esm/resources-bf1eeffc.js +0 -24
- package/dist/esm/resources-c59151a8.js +0 -19
- package/dist/esm/resources-f5fec753.js +0 -46
- package/dist/esm/ro-0e8b863a.js +0 -60
- package/dist/esm/ru-f3224893.js +0 -120
- package/dist/esm/shared-list-render-86d8dcb7.js +0 -342
- package/dist/esm/sk-eccf534f.js +0 -142
- package/dist/esm/sl-a8e0c24f.js +0 -60
- package/dist/esm/solution-store-70f874f8.js +0 -4092
- package/dist/esm/sortableComponent-267e5853.js +0 -3082
- package/dist/esm/sr-0e5973cb.js +0 -95
- package/dist/esm/sv-ff8fbe95.js +0 -65
- package/dist/esm/t9n-4c43412c.js +0 -95
- package/dist/esm/th-90f7d79c.js +0 -59
- package/dist/esm/time-18f4bea6.js +0 -195
- package/dist/esm/tr-8a61ecaa.js +0 -60
- package/dist/esm/uk-cb40a88d.js +0 -98
- package/dist/esm/utils-701a66a0.js +0 -45
- package/dist/esm/utils-d5304067.js +0 -200
- package/dist/esm/utils-e59e3392.js +0 -79
- package/dist/esm/utils-fbb44364.js +0 -61
- package/dist/esm/vi-03f26f71.js +0 -64
- package/dist/esm/zh-cn-b40fefb9.js +0 -88
- package/dist/esm/zh-hk-846adb7a.js +0 -65
- package/dist/esm/zh-tw-5e6c0c4c.js +0 -86
- package/dist/solutions-components/demos/add-record-modal.html +0 -34
- package/dist/solutions-components/demos/comment-card.html +0 -81
- package/dist/solutions-components/demos/edit-record-modal.html +0 -34
- package/dist/solutions-components/demos/map-search.html +0 -81
- package/dist/solutions-components/demos/media-card.html +0 -71
- package/dist/solutions-components/p-0004c7cf.js +0 -11
- package/dist/solutions-components/p-028fe399.js +0 -11
- package/dist/solutions-components/p-02934a73.js +0 -6
- package/dist/solutions-components/p-0350a94c.js +0 -6
- package/dist/solutions-components/p-03630cc2.js +0 -11
- package/dist/solutions-components/p-0c0ae47e.entry.js +0 -6
- package/dist/solutions-components/p-100a644d.js +0 -6
- package/dist/solutions-components/p-10ee8954.js +0 -11
- package/dist/solutions-components/p-14b581f0.js +0 -6
- package/dist/solutions-components/p-156616b5.js +0 -6
- package/dist/solutions-components/p-163f9453.entry.js +0 -22
- package/dist/solutions-components/p-16a85289.entry.js +0 -11
- package/dist/solutions-components/p-18c285a2.entry.js +0 -6
- package/dist/solutions-components/p-1c6b3fcc.js +0 -11
- package/dist/solutions-components/p-1ff86baf.js +0 -6
- package/dist/solutions-components/p-21894ee1.entry.js +0 -6
- package/dist/solutions-components/p-21d890eb.js +0 -11
- package/dist/solutions-components/p-22367f3b.entry.js +0 -11
- package/dist/solutions-components/p-224fc498.js +0 -6
- package/dist/solutions-components/p-253c9105.entry.js +0 -11
- package/dist/solutions-components/p-274e2b43.entry.js +0 -16
- package/dist/solutions-components/p-29de380e.entry.js +0 -23
- package/dist/solutions-components/p-2ab62909.entry.js +0 -12
- package/dist/solutions-components/p-2ba08c44.js +0 -11
- package/dist/solutions-components/p-2c91149c.entry.js +0 -17
- package/dist/solutions-components/p-2d79dcaa.entry.js +0 -6
- package/dist/solutions-components/p-2e02d0c6.js +0 -6
- package/dist/solutions-components/p-2fb33412.js +0 -6
- package/dist/solutions-components/p-2ff245e3.entry.js +0 -11
- package/dist/solutions-components/p-309ab62c.entry.js +0 -6
- package/dist/solutions-components/p-30fff23a.js +0 -6
- package/dist/solutions-components/p-31084785.entry.js +0 -11
- package/dist/solutions-components/p-322657e1.js +0 -6
- package/dist/solutions-components/p-333fece7.js +0 -11
- package/dist/solutions-components/p-33f7b5ad.entry.js +0 -12
- package/dist/solutions-components/p-34b5fd3f.js +0 -11
- package/dist/solutions-components/p-354a1a55.js +0 -16
- package/dist/solutions-components/p-360652a6.js +0 -6
- package/dist/solutions-components/p-361a2107.js +0 -6
- package/dist/solutions-components/p-36b68fb9.js +0 -11
- package/dist/solutions-components/p-3918da18.js +0 -6
- package/dist/solutions-components/p-3965e731.js +0 -6
- package/dist/solutions-components/p-3b2f8f0d.entry.js +0 -11
- package/dist/solutions-components/p-3ed956eb.js +0 -36
- package/dist/solutions-components/p-3fba8b91.js +0 -6
- package/dist/solutions-components/p-40494687.js +0 -11
- package/dist/solutions-components/p-441a995d.js +0 -11
- package/dist/solutions-components/p-453cd5e4.entry.js +0 -11
- package/dist/solutions-components/p-460d4659.entry.js +0 -11
- package/dist/solutions-components/p-486ea405.js +0 -11
- package/dist/solutions-components/p-48fd5600.entry.js +0 -11
- package/dist/solutions-components/p-4a0899a1.entry.js +0 -6
- package/dist/solutions-components/p-4a7214b3.js +0 -6
- package/dist/solutions-components/p-4a86a776.js +0 -474
- package/dist/solutions-components/p-4f308c0c.entry.js +0 -11
- package/dist/solutions-components/p-50ebdbe1.entry.js +0 -6
- package/dist/solutions-components/p-55a4d846.entry.js +0 -18
- package/dist/solutions-components/p-563863b1.entry.js +0 -11
- package/dist/solutions-components/p-56ee8fcf.entry.js +0 -6
- package/dist/solutions-components/p-5730082b.entry.js +0 -17
- package/dist/solutions-components/p-5798a8e1.entry.js +0 -11
- package/dist/solutions-components/p-5a9f7d1d.entry.js +0 -11
- package/dist/solutions-components/p-5dc70753.entry.js +0 -6
- package/dist/solutions-components/p-5ed755a2.entry.js +0 -37
- package/dist/solutions-components/p-5f9044e9.entry.js +0 -6
- package/dist/solutions-components/p-67dce98d.js +0 -11
- package/dist/solutions-components/p-681822de.entry.js +0 -11
- package/dist/solutions-components/p-68ae67e2.js +0 -6
- package/dist/solutions-components/p-6aabe903.entry.js +0 -6
- package/dist/solutions-components/p-6aeb2614.entry.js +0 -6
- package/dist/solutions-components/p-6b0437e2.js +0 -11
- package/dist/solutions-components/p-6b16e621.js +0 -17
- package/dist/solutions-components/p-6bca27ae.entry.js +0 -6
- package/dist/solutions-components/p-6e8fc013.js +0 -11
- package/dist/solutions-components/p-6f090d92.entry.js +0 -11
- package/dist/solutions-components/p-71f15882.js +0 -6
- package/dist/solutions-components/p-72bd2198.js +0 -6
- package/dist/solutions-components/p-734fb637.entry.js +0 -11
- package/dist/solutions-components/p-737ebddb.js +0 -6
- package/dist/solutions-components/p-74ab524f.entry.js +0 -17
- package/dist/solutions-components/p-751105bf.entry.js +0 -11
- package/dist/solutions-components/p-758a5902.js +0 -6
- package/dist/solutions-components/p-75d44bac.entry.js +0 -11
- package/dist/solutions-components/p-76fd5733.js +0 -11
- package/dist/solutions-components/p-78315271.entry.js +0 -11
- package/dist/solutions-components/p-78719506.js +0 -257
- package/dist/solutions-components/p-7903b163.js +0 -12
- package/dist/solutions-components/p-7b49e5e3.js +0 -11
- package/dist/solutions-components/p-7b4a714b.js +0 -11
- package/dist/solutions-components/p-7b7091d4.js +0 -16
- package/dist/solutions-components/p-7c96a204.entry.js +0 -11
- package/dist/solutions-components/p-7d1fd0ab.js +0 -11
- package/dist/solutions-components/p-7d3582a2.js +0 -18
- package/dist/solutions-components/p-7d5a1cdb.js +0 -11
- package/dist/solutions-components/p-7dfb2d00.entry.js +0 -17
- package/dist/solutions-components/p-7ed79fea.entry.js +0 -6
- package/dist/solutions-components/p-805d62b8.js +0 -6
- package/dist/solutions-components/p-817b174b.js +0 -6
- package/dist/solutions-components/p-851fd101.entry.js +0 -6
- package/dist/solutions-components/p-85706e85.js +0 -11
- package/dist/solutions-components/p-8b1bac08.entry.js +0 -11
- package/dist/solutions-components/p-90abad32.js +0 -6
- package/dist/solutions-components/p-9151a991.js +0 -17
- package/dist/solutions-components/p-918b08f8.js +0 -6
- package/dist/solutions-components/p-92123a6f.js +0 -6
- package/dist/solutions-components/p-92de1de9.js +0 -21
- package/dist/solutions-components/p-93015b7f.entry.js +0 -29
- package/dist/solutions-components/p-963026b1.js +0 -11
- package/dist/solutions-components/p-96601723.entry.js +0 -11
- package/dist/solutions-components/p-966deb61.js +0 -16
- package/dist/solutions-components/p-987fc85a.js +0 -6
- package/dist/solutions-components/p-9ae83468.js +0 -6
- package/dist/solutions-components/p-9d8ba56e.js +0 -11
- package/dist/solutions-components/p-a29ba58a.js +0 -21
- package/dist/solutions-components/p-a3539120.js +0 -11
- package/dist/solutions-components/p-a36a4f4c.entry.js +0 -11
- package/dist/solutions-components/p-a390ad52.js +0 -6
- package/dist/solutions-components/p-a4f6cb03.js +0 -6
- package/dist/solutions-components/p-a58a83f5.entry.js +0 -11
- package/dist/solutions-components/p-a5f966da.js +0 -6
- package/dist/solutions-components/p-a717b838.entry.js +0 -11
- package/dist/solutions-components/p-aa2b508b.js +0 -6
- package/dist/solutions-components/p-ad77361c.entry.js +0 -11
- package/dist/solutions-components/p-b05c0dab.js +0 -6
- package/dist/solutions-components/p-b2175b0f.js +0 -11
- package/dist/solutions-components/p-b32b130a.entry.js +0 -11
- package/dist/solutions-components/p-b34f269f.entry.js +0 -6
- package/dist/solutions-components/p-b4b19fd3.entry.js +0 -37
- package/dist/solutions-components/p-b62c14e9.entry.js +0 -23
- package/dist/solutions-components/p-b85c70ff.js +0 -6
- package/dist/solutions-components/p-b9569aa8.js +0 -6
- package/dist/solutions-components/p-b9df29d5.entry.js +0 -6
- package/dist/solutions-components/p-c68c6cfc.js +0 -6
- package/dist/solutions-components/p-c7f63eae.entry.js +0 -6
- package/dist/solutions-components/p-c80b582f.js +0 -11
- package/dist/solutions-components/p-c9c400b0.js +0 -6
- package/dist/solutions-components/p-cfdcbbc4.entry.js +0 -11
- package/dist/solutions-components/p-d0a0d58e.js +0 -6
- package/dist/solutions-components/p-d0bd5dc8.js +0 -11
- package/dist/solutions-components/p-d13c5d43.js +0 -6
- package/dist/solutions-components/p-d2dfbb78.entry.js +0 -11
- package/dist/solutions-components/p-d4c7b0b0.entry.js +0 -11
- package/dist/solutions-components/p-d54d34a3.entry.js +0 -11
- package/dist/solutions-components/p-d6c1abd1.js +0 -11
- package/dist/solutions-components/p-d7e59435.entry.js +0 -35
- package/dist/solutions-components/p-dadd5bfb.js +0 -11
- package/dist/solutions-components/p-dc9c209f.entry.js +0 -11
- package/dist/solutions-components/p-e12458f7.js +0 -6
- package/dist/solutions-components/p-e1384eb6.entry.js +0 -6
- package/dist/solutions-components/p-e13bc246.entry.js +0 -18
- package/dist/solutions-components/p-e19a5718.entry.js +0 -11
- package/dist/solutions-components/p-e470b2c7.entry.js +0 -6
- package/dist/solutions-components/p-e4e33d1c.js +0 -6
- package/dist/solutions-components/p-e6330f55.entry.js +0 -11
- package/dist/solutions-components/p-e7b96c06.js +0 -11
- package/dist/solutions-components/p-e84ff0f8.entry.js +0 -6
- package/dist/solutions-components/p-e90f8998.entry.js +0 -11
- package/dist/solutions-components/p-e9f43fe1.entry.js +0 -11
- package/dist/solutions-components/p-ebd369cf.js +0 -6
- package/dist/solutions-components/p-eda91258.entry.js +0 -11
- package/dist/solutions-components/p-ee853883.entry.js +0 -11
- package/dist/solutions-components/p-eea493bc.js +0 -6
- package/dist/solutions-components/p-eec28f93.js +0 -6
- package/dist/solutions-components/p-eee3969d.entry.js +0 -11
- package/dist/solutions-components/p-f03a6d9c.js +0 -61
- package/dist/solutions-components/p-f1aaf8d9.entry.js +0 -6
- package/dist/solutions-components/p-f226673c.js +0 -11
- package/dist/solutions-components/p-f546e45d.js +0 -6
- package/dist/solutions-components/p-fa3d2b1f.js +0 -6
- package/dist/solutions-components/p-fb33ea5f.js +0 -6
- package/dist/solutions-components/p-fb553e61.js +0 -6
- package/dist/solutions-components/p-fb8aa15c.entry.js +0 -11
- package/dist/types/components/add-record-modal/add-record-modal.d.ts +0 -68
- package/dist/types/components/comment-card/comment-card.d.ts +0 -26
- package/dist/types/components/edit-record-modal/edit-record-modal.d.ts +0 -49
- package/dist/types/components/map-search/map-search.d.ts +0 -120
- package/dist/types/components/media-card/media-card.d.ts +0 -80
@@ -0,0 +1,61 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright 2022 Esri
|
3
|
+
* Licensed under the Apache License, Version 2.0
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5
|
+
*/
|
6
|
+
import { d as dayjs } from './calcite-input-time-picker-d5606a45.js';
|
7
|
+
import './index-d298aca9.js';
|
8
|
+
import './form-8396f037.js';
|
9
|
+
import './dom-03275741.js';
|
10
|
+
import './guid-1fbbc894.js';
|
11
|
+
import './resources-ee3b03a3.js';
|
12
|
+
import './interactive-e5b2cca0.js';
|
13
|
+
import './browser-f8ca09b7.js';
|
14
|
+
import './key-d6bc268b.js';
|
15
|
+
import './label-6db1573f.js';
|
16
|
+
import './loadable-3cf62971.js';
|
17
|
+
import './locale-ead7fa24.js';
|
18
|
+
import './observers-76deadbc.js';
|
19
|
+
import './focusTrapComponent-eaa62505.js';
|
20
|
+
import './time-7b08c631.js';
|
21
|
+
import './t9n-ece1047e.js';
|
22
|
+
|
23
|
+
// Latvian [lv]
|
24
|
+
var locale = {
|
25
|
+
name: 'lv',
|
26
|
+
weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split('_'),
|
27
|
+
months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split('_'),
|
28
|
+
weekStart: 1,
|
29
|
+
weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),
|
30
|
+
monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),
|
31
|
+
weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),
|
32
|
+
ordinal: function ordinal(n) {
|
33
|
+
return n;
|
34
|
+
},
|
35
|
+
formats: {
|
36
|
+
LT: 'HH:mm',
|
37
|
+
LTS: 'HH:mm:ss',
|
38
|
+
L: 'DD.MM.YYYY.',
|
39
|
+
LL: 'YYYY. [gada] D. MMMM',
|
40
|
+
LLL: 'YYYY. [gada] D. MMMM, HH:mm',
|
41
|
+
LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm'
|
42
|
+
},
|
43
|
+
relativeTime: {
|
44
|
+
future: 'pēc %s',
|
45
|
+
past: 'pirms %s',
|
46
|
+
s: 'dažām sekundēm',
|
47
|
+
m: 'minūtes',
|
48
|
+
mm: '%d minūtēm',
|
49
|
+
h: 'stundas',
|
50
|
+
hh: '%d stundām',
|
51
|
+
d: 'dienas',
|
52
|
+
dd: '%d dienām',
|
53
|
+
M: 'mēneša',
|
54
|
+
MM: '%d mēnešiem',
|
55
|
+
y: 'gada',
|
56
|
+
yy: '%d gadiem'
|
57
|
+
}
|
58
|
+
};
|
59
|
+
dayjs.locale(locale, null, true);
|
60
|
+
|
61
|
+
export default locale;
|
@@ -0,0 +1,107 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright 2022 Esri
|
3
|
+
* Licensed under the Apache License, Version 2.0
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5
|
+
*/
|
6
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-d298aca9.js';
|
7
|
+
import { g as getLocaleComponentStrings } from './locale-54cac39a.js';
|
8
|
+
import { g as EExpandType } from './interfaces-bf20e69c.js';
|
9
|
+
import './_commonjsHelpers-d5f9d613.js';
|
10
|
+
|
11
|
+
const mapToolsCss = ":host{display:block}.display-none{display:none}.border{border:1px solid var(--calcite-ui-border-3)}.margin-top-1-2{margin-top:0.5rem}";
|
12
|
+
|
13
|
+
const MapTools = class {
|
14
|
+
constructor(hostRef) {
|
15
|
+
registerInstance(this, hostRef);
|
16
|
+
this.expandMap = createEvent(this, "expandMap", 7);
|
17
|
+
this.layout = "vertical";
|
18
|
+
this.mapView = undefined;
|
19
|
+
this._translations = undefined;
|
20
|
+
this._showTools = true;
|
21
|
+
this._showBasemapPicker = false;
|
22
|
+
}
|
23
|
+
//--------------------------------------------------------------------------
|
24
|
+
//
|
25
|
+
// Functions (lifecycle)
|
26
|
+
//
|
27
|
+
//--------------------------------------------------------------------------
|
28
|
+
/**
|
29
|
+
* StencilJS: Called once just after the component is first connected to the DOM.
|
30
|
+
*/
|
31
|
+
async componentWillLoad() {
|
32
|
+
await this._getTranslations();
|
33
|
+
}
|
34
|
+
/**
|
35
|
+
* StencilJS: Renders the component.
|
36
|
+
*/
|
37
|
+
render() {
|
38
|
+
const toggleIcon = this._showTools ? "chevrons-up" : "chevrons-down";
|
39
|
+
const toolsClass = this._showTools ? "" : "display-none";
|
40
|
+
return (h(Host, null, h("div", { class: "display-flex" }, h("calcite-action", { alignment: "center", class: "border", compact: false, icon: toggleIcon, onClick: () => { this._toggleTools(); }, text: "" }), h("calcite-action-bar", { class: `border margin-top-1-2 ${toolsClass}`, "expand-disabled": true, layout: this.layout }, this._getActionGroup("home", false, this._translations.home, () => this._goHome()), this._getActionGroup("plus", false, this._translations.zoomIn, () => this._zoomIn()), this._getActionGroup("minus", false, this._translations.zoomOut, () => this._zoomOut()), this._getActionGroup("list", false, this._translations.list, () => this._showList()), this._getActionGroup("magnifying-glass", false, this._translations.search, () => this._search()), this._getActionGroup("expand", false, this._translations.expand, () => this._expand()), this._getActionGroup("basemap", false, this._translations.basemap, () => this._toggleBasemapPicker())))));
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* Get a calcite action group for the current action
|
44
|
+
*
|
45
|
+
* @param icon the icon to display for the current action
|
46
|
+
* @param disabled should the action be disabled
|
47
|
+
* @param tip information tip to display helpful details to end user
|
48
|
+
* @param func the associated onClick function to execute
|
49
|
+
*
|
50
|
+
* @returns the dom node for the action group
|
51
|
+
*
|
52
|
+
* @protected
|
53
|
+
*/
|
54
|
+
_getActionGroup(icon, disabled, tip, func) {
|
55
|
+
return (h("calcite-action-group", null, h("calcite-action", { alignment: "center", compact: false, disabled: disabled, icon: icon, id: icon, onClick: func, text: "" }, h("calcite-icon", { icon: "cheveron-up", scale: "s", slot: "icon" })), h("calcite-tooltip", { label: "", placement: "bottom", "reference-element": icon }, h("span", null, tip))));
|
56
|
+
}
|
57
|
+
// Need to discuss this with the team
|
58
|
+
_goHome() {
|
59
|
+
alert("go home");
|
60
|
+
}
|
61
|
+
// need to discuss this with the team
|
62
|
+
_showList() {
|
63
|
+
alert("show list");
|
64
|
+
}
|
65
|
+
// Need to discuss this with the team
|
66
|
+
_search() {
|
67
|
+
alert("search");
|
68
|
+
}
|
69
|
+
// Need to explore map fixed zoom in considerations
|
70
|
+
_zoomIn() {
|
71
|
+
alert("zoom in");
|
72
|
+
}
|
73
|
+
// Need to explore map fixed zoom out considerations
|
74
|
+
_zoomOut() {
|
75
|
+
alert("zoom out");
|
76
|
+
}
|
77
|
+
_toggleBasemapPicker() {
|
78
|
+
this._showBasemapPicker = !this._showBasemapPicker;
|
79
|
+
}
|
80
|
+
/**
|
81
|
+
* Emit the expand map event
|
82
|
+
*
|
83
|
+
* @returns void
|
84
|
+
*
|
85
|
+
* @protected
|
86
|
+
*/
|
87
|
+
_expand() {
|
88
|
+
this.expandMap.emit(EExpandType.EXPAND);
|
89
|
+
}
|
90
|
+
_toggleTools() {
|
91
|
+
this._showTools = !this._showTools;
|
92
|
+
}
|
93
|
+
/**
|
94
|
+
* Fetches the component's translations
|
95
|
+
*
|
96
|
+
* @returns Promise when complete
|
97
|
+
* @protected
|
98
|
+
*/
|
99
|
+
async _getTranslations() {
|
100
|
+
const messages = await getLocaleComponentStrings(this.el);
|
101
|
+
this._translations = messages[0];
|
102
|
+
}
|
103
|
+
get el() { return getElement(this); }
|
104
|
+
};
|
105
|
+
MapTools.style = mapToolsCss;
|
106
|
+
|
107
|
+
export { MapTools as map_tools };
|
@@ -0,0 +1,395 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright 2022 Esri
|
3
|
+
* Licensed under the Apache License, Version 2.0
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5
|
+
*/
|
6
|
+
import { c as EWorkflowType } from './interfaces-bf20e69c.js';
|
7
|
+
|
8
|
+
/** @license
|
9
|
+
* Copyright 2022 Esri
|
10
|
+
*
|
11
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
12
|
+
* you may not use this file except in compliance with the License.
|
13
|
+
* You may obtain a copy of the License at
|
14
|
+
*
|
15
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
16
|
+
*
|
17
|
+
* Unless required by applicable law or agreed to in writing, software
|
18
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
19
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20
|
+
* See the License for the specific language governing permissions and
|
21
|
+
* limitations under the License.
|
22
|
+
*/
|
23
|
+
/**
|
24
|
+
* Query the layer for all IDs
|
25
|
+
*
|
26
|
+
* @param layer the layer to retrieve features from
|
27
|
+
*
|
28
|
+
* @returns Promise with the featureSet from the layer that match the provided ids
|
29
|
+
*/
|
30
|
+
async function queryAllIds(layer) {
|
31
|
+
const query = layer.createQuery();
|
32
|
+
query.where = "1=1";
|
33
|
+
return await layer.queryObjectIds(query);
|
34
|
+
}
|
35
|
+
/**
|
36
|
+
* Query the layer for OIDs based on any user drawn geometries or buffers
|
37
|
+
*
|
38
|
+
* @param geometries Array of geometries used for the selection of ids from the layer
|
39
|
+
* @param layer the layer to retrieve ids from
|
40
|
+
*
|
41
|
+
* @returns Promise with the OIDs of features from the layer that interset the provided geometries
|
42
|
+
*/
|
43
|
+
async function queryObjectIds(geometries, layer) {
|
44
|
+
let ids = [];
|
45
|
+
const queryDefs = geometries ? geometries.map(g => _intersectQuery(g, layer)) : [Promise.resolve()];
|
46
|
+
const results = await Promise.all(queryDefs);
|
47
|
+
results.forEach(resultIds => {
|
48
|
+
ids = [
|
49
|
+
...ids,
|
50
|
+
...resultIds || []
|
51
|
+
];
|
52
|
+
});
|
53
|
+
return ids;
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
* Query the layer for features that have the provided OIDs
|
57
|
+
*
|
58
|
+
* @param ids array of ObjectIDs to be used to query for features in a layer
|
59
|
+
* @param layer the layer to retrieve features from
|
60
|
+
* @param graphics the result graphics array
|
61
|
+
*
|
62
|
+
* @returns Promise with the featureSet from the layer that match the provided ids
|
63
|
+
*/
|
64
|
+
async function queryFeaturesByID(ids, layer, graphics, returnGeometry, outSpatialReference) {
|
65
|
+
const num = layer.capabilities.query.maxRecordCount;
|
66
|
+
const start = 0;
|
67
|
+
const q = layer.createQuery();
|
68
|
+
q.start = start;
|
69
|
+
q.num = num;
|
70
|
+
q.returnGeometry = returnGeometry;
|
71
|
+
q.objectIds = ids.slice(start, num);
|
72
|
+
if (outSpatialReference) {
|
73
|
+
q.outSpatialReference = outSpatialReference;
|
74
|
+
}
|
75
|
+
const result = await layer.queryFeatures(q);
|
76
|
+
graphics = graphics.concat(result.features);
|
77
|
+
const remainingIds = ids.slice(num, ids.length);
|
78
|
+
return remainingIds.length > 0 ?
|
79
|
+
queryFeaturesByID(remainingIds, layer, graphics, returnGeometry, outSpatialReference) :
|
80
|
+
Promise.resolve(graphics);
|
81
|
+
}
|
82
|
+
/**
|
83
|
+
* Query the layer for features that intersect the provided geometry
|
84
|
+
*
|
85
|
+
* @param start zero-based index indicating where to begin retrieving features
|
86
|
+
* @param layer the layer to retrieve features from
|
87
|
+
* @param geometry the geometry to apply to the spatial filter
|
88
|
+
* @param featuresCollection
|
89
|
+
*
|
90
|
+
* @returns Promise with the featureSet from the layer that match the provided ids
|
91
|
+
*/
|
92
|
+
async function queryFeaturesByGeometry(start, layer, geometry, featuresCollection) {
|
93
|
+
const num = layer.capabilities.query.maxRecordCount;
|
94
|
+
const query = layer.createQuery();
|
95
|
+
query.start = start;
|
96
|
+
query.num = num;
|
97
|
+
query.geometry = geometry;
|
98
|
+
const result = await layer.queryFeatures(query);
|
99
|
+
featuresCollection[layer.id] = featuresCollection[layer.id].concat(result.features);
|
100
|
+
return result.exceededTransferLimit ?
|
101
|
+
queryFeaturesByGeometry(start += num, layer, geometry, featuresCollection) :
|
102
|
+
Promise.resolve(featuresCollection);
|
103
|
+
}
|
104
|
+
/**
|
105
|
+
* Query the layer for the extent of features with the provided OIDs
|
106
|
+
*
|
107
|
+
* @param ids array of ObjectIDs to be used to query for features in a layer
|
108
|
+
* @param layer the layer to query
|
109
|
+
*
|
110
|
+
* @returns Promise with the Extent of all features that match the provided ids
|
111
|
+
*/
|
112
|
+
async function queryExtent(ids, layer) {
|
113
|
+
const query = layer.createQuery();
|
114
|
+
query.objectIds = ids;
|
115
|
+
return layer.queryExtent(query);
|
116
|
+
}
|
117
|
+
/**
|
118
|
+
* Union geometries based on geometry type
|
119
|
+
*
|
120
|
+
* @param geometries Array of geometries to union
|
121
|
+
* @param geometryEngine the geometry engine instance to perform the unions
|
122
|
+
*
|
123
|
+
* @returns Array of single unioned geometry for each geometry type
|
124
|
+
*/
|
125
|
+
function getQueryGeoms(geometries, geometryEngine) {
|
126
|
+
// sort and union by geom type so we have a single geom for each type to query with
|
127
|
+
return [
|
128
|
+
..._unionGeoms(geometries, "polygon", geometryEngine),
|
129
|
+
..._unionGeoms(geometries, "polyline", geometryEngine),
|
130
|
+
..._unionGeoms(geometries, "point", geometryEngine)
|
131
|
+
];
|
132
|
+
}
|
133
|
+
/**
|
134
|
+
* Union geometries based on geometry type
|
135
|
+
*
|
136
|
+
* @param geometries array of geometries to union
|
137
|
+
* @param type the current geometry type to union
|
138
|
+
* @param geometryEngine the geometry engine instance to perform the unions
|
139
|
+
*
|
140
|
+
* @returns Array of single unioned geometry for the provided geometry type
|
141
|
+
*/
|
142
|
+
function _unionGeoms(geometries, type, geometryEngine) {
|
143
|
+
const geoms = (geometries === null || geometries === void 0 ? void 0 : geometries.filter(g => g.type === type)) || [];
|
144
|
+
return geoms.length <= 1 ? geoms : [geometryEngine.union(geoms)];
|
145
|
+
}
|
146
|
+
/**
|
147
|
+
* Query the layer for ObjectIds of features that intersect the provided geometry
|
148
|
+
*
|
149
|
+
* @param geometry Geometry used for the selection of ids from the select layer view
|
150
|
+
* @param layer the layer to query
|
151
|
+
*
|
152
|
+
* @returns Promise that will contain the selected ids
|
153
|
+
*/
|
154
|
+
async function _intersectQuery(geometry, layer) {
|
155
|
+
const q = layer.createQuery();
|
156
|
+
q.spatialRelationship = "intersects";
|
157
|
+
q.geometry = geometry;
|
158
|
+
return layer.queryObjectIds(q);
|
159
|
+
}
|
160
|
+
|
161
|
+
/** @license
|
162
|
+
* Copyright 2022 Esri
|
163
|
+
*
|
164
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
165
|
+
* you may not use this file except in compliance with the License.
|
166
|
+
* You may obtain a copy of the License at
|
167
|
+
*
|
168
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
169
|
+
*
|
170
|
+
* Unless required by applicable law or agreed to in writing, software
|
171
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
172
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
173
|
+
* See the License for the specific language governing permissions and
|
174
|
+
* limitations under the License.
|
175
|
+
*/
|
176
|
+
/**
|
177
|
+
* Gets the layer names from the current map
|
178
|
+
*
|
179
|
+
* @param mapView the map view to fetch the layer names from
|
180
|
+
*
|
181
|
+
* @returns Promise resolving with an array of layer names
|
182
|
+
*
|
183
|
+
*/
|
184
|
+
async function getMapLayerHash(mapView) {
|
185
|
+
let layerHash = {};
|
186
|
+
await mapView.when(() => {
|
187
|
+
layerHash = mapView.map.allLayers.toArray().reduce((prev, cur) => {
|
188
|
+
if (cur.type === "feature") {
|
189
|
+
prev[cur.id] = cur.title;
|
190
|
+
}
|
191
|
+
return prev;
|
192
|
+
}, {});
|
193
|
+
});
|
194
|
+
return layerHash;
|
195
|
+
}
|
196
|
+
/**
|
197
|
+
* Gets the table names from the current map
|
198
|
+
*
|
199
|
+
* @param mapView the map view to fetch the table names from
|
200
|
+
*
|
201
|
+
* @returns Promise resolving with an array of table names
|
202
|
+
*
|
203
|
+
*/
|
204
|
+
async function getMapTableHash(mapView) {
|
205
|
+
let tableHash = {};
|
206
|
+
await mapView.when(() => {
|
207
|
+
tableHash = mapView.map.allTables.toArray().reduce((prev, cur) => {
|
208
|
+
prev[cur.id] = cur.title;
|
209
|
+
return prev;
|
210
|
+
}, {});
|
211
|
+
});
|
212
|
+
return tableHash;
|
213
|
+
}
|
214
|
+
/**
|
215
|
+
* Gets the layer names from the current map
|
216
|
+
*
|
217
|
+
* @param mapView the map view to fetch the layer names from
|
218
|
+
*
|
219
|
+
* @returns Promise resolving with an array of layer names
|
220
|
+
*
|
221
|
+
*/
|
222
|
+
async function getMapLayerIds(mapView) {
|
223
|
+
let layerIds = [];
|
224
|
+
await mapView.when(() => {
|
225
|
+
layerIds = mapView.map.allLayers.toArray().reduce((prev, cur) => {
|
226
|
+
if (cur.type === "feature") {
|
227
|
+
prev.push(cur.id);
|
228
|
+
}
|
229
|
+
return prev;
|
230
|
+
}, []);
|
231
|
+
});
|
232
|
+
return layerIds;
|
233
|
+
}
|
234
|
+
/**
|
235
|
+
* Gets the table names from the current map
|
236
|
+
*
|
237
|
+
* @param mapView the map view to fetch the table names from
|
238
|
+
*
|
239
|
+
* @returns Promise resolving with an array of table names
|
240
|
+
*
|
241
|
+
*/
|
242
|
+
async function getMapTableIds(mapView) {
|
243
|
+
// TODO...seems like its the same as the hash...see if I can remove this
|
244
|
+
let tableIds = [];
|
245
|
+
await mapView.when(() => {
|
246
|
+
tableIds = mapView.map.allTables.toArray().reduce((prev, cur) => {
|
247
|
+
prev.push(cur.id);
|
248
|
+
return prev;
|
249
|
+
}, []);
|
250
|
+
});
|
251
|
+
return tableIds;
|
252
|
+
}
|
253
|
+
/**
|
254
|
+
* Get a layer view by id
|
255
|
+
*
|
256
|
+
* @param mapView the map view to fetch the layer from
|
257
|
+
* @param id the id if the layer to fetch
|
258
|
+
*
|
259
|
+
* @returns Promise resolving with the fetched layer view
|
260
|
+
*
|
261
|
+
*/
|
262
|
+
async function getFeatureLayerView(mapView, id) {
|
263
|
+
const layer = await getLayer(mapView, id);
|
264
|
+
return layer ? await mapView.whenLayerView(layer) : undefined;
|
265
|
+
}
|
266
|
+
/**
|
267
|
+
* Get a layer by id
|
268
|
+
*
|
269
|
+
* @param mapView the map view to fetch the layer from
|
270
|
+
* @param id the id if the layer to fetch
|
271
|
+
*
|
272
|
+
* @returns Promise resolving with the fetched layer
|
273
|
+
*
|
274
|
+
*/
|
275
|
+
async function getLayer(mapView, id) {
|
276
|
+
let layers = [];
|
277
|
+
await mapView.when(() => {
|
278
|
+
layers = [
|
279
|
+
...mapView.map.allLayers.toArray(),
|
280
|
+
...mapView.map.allTables.toArray()
|
281
|
+
].filter((l) => {
|
282
|
+
return l.id === id;
|
283
|
+
});
|
284
|
+
});
|
285
|
+
return layers.length > 0 ? layers[0] : undefined;
|
286
|
+
}
|
287
|
+
/**
|
288
|
+
* Highlight features by OID
|
289
|
+
*
|
290
|
+
* @param ids the OIDs from the layer to highlight
|
291
|
+
* @param layerView the layer view to highlight
|
292
|
+
* @param mapView the map view used if updateExtent is true
|
293
|
+
* @param updateExtent optional (default false) boolean to indicate if we should zoom to the extent
|
294
|
+
*
|
295
|
+
* @returns Promise resolving with the highlight handle
|
296
|
+
*/
|
297
|
+
async function highlightFeatures(ids, layerView, mapView, updateExtent = false) {
|
298
|
+
if (updateExtent) {
|
299
|
+
await goToSelection(ids, layerView, mapView, false);
|
300
|
+
}
|
301
|
+
return layerView.highlight(ids);
|
302
|
+
}
|
303
|
+
/**
|
304
|
+
* Highlights features from all sets including the refine set
|
305
|
+
*
|
306
|
+
* @param selectionSets The selection sets to highlight
|
307
|
+
*
|
308
|
+
* @returns Promise resolving with the highlight handles
|
309
|
+
*
|
310
|
+
*/
|
311
|
+
async function highlightAllFeatures(selectionSets) {
|
312
|
+
const highlightInfos = getIdSets(selectionSets);
|
313
|
+
return Object.keys(highlightInfos).reduce((prev, cur) => {
|
314
|
+
const highlightInfo = highlightInfos[cur];
|
315
|
+
prev.push(highlightInfo.layerView.highlight(highlightInfo.ids));
|
316
|
+
return prev;
|
317
|
+
}, []);
|
318
|
+
}
|
319
|
+
/**
|
320
|
+
* Highlights features from all sets including the refine set
|
321
|
+
*
|
322
|
+
* @param selectionSets The selection sets to highlight
|
323
|
+
*
|
324
|
+
* @returns Promise resolving with the highlight handles
|
325
|
+
*
|
326
|
+
*/
|
327
|
+
function getIdSets(selectionSets) {
|
328
|
+
return selectionSets.reduce((prev, cur) => {
|
329
|
+
const lv = cur.layerView;
|
330
|
+
const id = lv === null || lv === void 0 ? void 0 : lv.layer.id;
|
331
|
+
if (id && Object.keys(prev).indexOf(id) > -1) {
|
332
|
+
prev[id].ids = [...new Set([
|
333
|
+
...cur.selectedIds,
|
334
|
+
...prev[id].ids
|
335
|
+
])];
|
336
|
+
}
|
337
|
+
else if (id) {
|
338
|
+
prev[id] = {
|
339
|
+
layerView: lv,
|
340
|
+
ids: cur.selectedIds
|
341
|
+
};
|
342
|
+
}
|
343
|
+
if (cur.workflowType === EWorkflowType.REFINE) {
|
344
|
+
Object.keys(cur.refineInfos).forEach(k => {
|
345
|
+
const refineInfo = cur.refineInfos[k];
|
346
|
+
if (Object.keys(prev).indexOf(k) > -1) {
|
347
|
+
prev[k].ids = [...new Set([
|
348
|
+
...refineInfo.addIds,
|
349
|
+
...prev[k].ids
|
350
|
+
])];
|
351
|
+
prev[k].ids = prev[k].ids.filter(_id => refineInfo.removeIds.indexOf(_id) < 0);
|
352
|
+
}
|
353
|
+
});
|
354
|
+
}
|
355
|
+
return prev;
|
356
|
+
}, {});
|
357
|
+
}
|
358
|
+
/**
|
359
|
+
* Flash features by OID
|
360
|
+
*
|
361
|
+
* @param ids the OIDs from the layer to highlight
|
362
|
+
* @param layerView the layer view to highlight
|
363
|
+
*
|
364
|
+
* @returns Promise resolving when the operation is complete
|
365
|
+
*
|
366
|
+
*/
|
367
|
+
async function flashSelection(ids, layerView, featureEffect) {
|
368
|
+
const filter = {
|
369
|
+
objectIds: ids
|
370
|
+
};
|
371
|
+
layerView.featureEffect = Object.assign(Object.assign({}, featureEffect), { filter });
|
372
|
+
setTimeout(() => {
|
373
|
+
layerView.featureEffect = undefined;
|
374
|
+
}, 1300);
|
375
|
+
}
|
376
|
+
/**
|
377
|
+
* Zoom to features based on OID
|
378
|
+
*
|
379
|
+
* @param ids the OIDs from the layer to go to
|
380
|
+
* @param layerView the layer view that contains the OIDs
|
381
|
+
* @param mapView the map view to show the extent change
|
382
|
+
* @param flashFeatures optional (default true) boolean to indicate if we should flash the features
|
383
|
+
*
|
384
|
+
* @returns Promise resolving when the operation is complete
|
385
|
+
*
|
386
|
+
*/
|
387
|
+
async function goToSelection(ids, layerView, mapView, flashFeatures = true, featureEffect = undefined) {
|
388
|
+
const result = await queryExtent(ids, layerView.layer);
|
389
|
+
await mapView.goTo(result.extent);
|
390
|
+
if (flashFeatures) {
|
391
|
+
await flashSelection(ids, layerView, featureEffect);
|
392
|
+
}
|
393
|
+
}
|
394
|
+
|
395
|
+
export { queryObjectIds as a, getQueryGeoms as b, getFeatureLayerView as c, queryFeaturesByGeometry as d, getIdSets as e, highlightAllFeatures as f, goToSelection as g, highlightFeatures as h, getLayer as i, getMapLayerIds as j, queryAllIds as k, getMapTableIds as l, getMapLayerHash as m, getMapTableHash as n, queryFeaturesByID as q };
|
@@ -0,0 +1,25 @@
|
|
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
|
+
/*!
|
7
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
8
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
9
|
+
* v1.4.3
|
10
|
+
*/
|
11
|
+
const clamp = (value, min, max) => Math.max(min, Math.min(value, max));
|
12
|
+
const decimalNumberRegex = new RegExp(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);
|
13
|
+
const decimalPlaces = (value) => {
|
14
|
+
const match = ("" + value).match(decimalNumberRegex);
|
15
|
+
if (!match) {
|
16
|
+
return 0;
|
17
|
+
}
|
18
|
+
return Math.max(0,
|
19
|
+
// Number of digits right of decimal point.
|
20
|
+
(match[1] ? match[1].length : 0) -
|
21
|
+
// Adjust for scientific notation.
|
22
|
+
(match[2] ? +match[2] : 0));
|
23
|
+
};
|
24
|
+
|
25
|
+
export { clamp as c, decimalPlaces as d };
|
@@ -0,0 +1,61 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright 2022 Esri
|
3
|
+
* Licensed under the Apache License, Version 2.0
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5
|
+
*/
|
6
|
+
import { d as dayjs } from './calcite-input-time-picker-d5606a45.js';
|
7
|
+
import './index-d298aca9.js';
|
8
|
+
import './form-8396f037.js';
|
9
|
+
import './dom-03275741.js';
|
10
|
+
import './guid-1fbbc894.js';
|
11
|
+
import './resources-ee3b03a3.js';
|
12
|
+
import './interactive-e5b2cca0.js';
|
13
|
+
import './browser-f8ca09b7.js';
|
14
|
+
import './key-d6bc268b.js';
|
15
|
+
import './label-6db1573f.js';
|
16
|
+
import './loadable-3cf62971.js';
|
17
|
+
import './locale-ead7fa24.js';
|
18
|
+
import './observers-76deadbc.js';
|
19
|
+
import './focusTrapComponent-eaa62505.js';
|
20
|
+
import './time-7b08c631.js';
|
21
|
+
import './t9n-ece1047e.js';
|
22
|
+
|
23
|
+
// Macedonian [mk]
|
24
|
+
var locale = {
|
25
|
+
name: 'mk',
|
26
|
+
weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split('_'),
|
27
|
+
months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split('_'),
|
28
|
+
weekStart: 1,
|
29
|
+
weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),
|
30
|
+
monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),
|
31
|
+
weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),
|
32
|
+
ordinal: function ordinal(n) {
|
33
|
+
return n;
|
34
|
+
},
|
35
|
+
formats: {
|
36
|
+
LT: 'H:mm',
|
37
|
+
LTS: 'H:mm:ss',
|
38
|
+
L: 'D.MM.YYYY',
|
39
|
+
LL: 'D MMMM YYYY',
|
40
|
+
LLL: 'D MMMM YYYY H:mm',
|
41
|
+
LLLL: 'dddd, D MMMM YYYY H:mm'
|
42
|
+
},
|
43
|
+
relativeTime: {
|
44
|
+
future: 'после %s',
|
45
|
+
past: 'пред %s',
|
46
|
+
s: 'неколку секунди',
|
47
|
+
m: 'минута',
|
48
|
+
mm: '%d минути',
|
49
|
+
h: 'час',
|
50
|
+
hh: '%d часа',
|
51
|
+
d: 'ден',
|
52
|
+
dd: '%d дена',
|
53
|
+
M: 'месец',
|
54
|
+
MM: '%d месеци',
|
55
|
+
y: 'година',
|
56
|
+
yy: '%d години'
|
57
|
+
}
|
58
|
+
};
|
59
|
+
dayjs.locale(locale, null, true);
|
60
|
+
|
61
|
+
export default locale;
|