@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
@@ -1,1817 +0,0 @@
|
|
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 { b as getElementDir } from './dom-e14bb980.js';
|
7
|
-
import { d as debounce } from './debounce-4c884e5c.js';
|
8
|
-
|
9
|
-
function getAlignment(placement) {
|
10
|
-
return placement.split('-')[1];
|
11
|
-
}
|
12
|
-
|
13
|
-
function getLengthFromAxis(axis) {
|
14
|
-
return axis === 'y' ? 'height' : 'width';
|
15
|
-
}
|
16
|
-
|
17
|
-
function getSide(placement) {
|
18
|
-
return placement.split('-')[0];
|
19
|
-
}
|
20
|
-
|
21
|
-
function getMainAxisFromPlacement(placement) {
|
22
|
-
return ['top', 'bottom'].includes(getSide(placement)) ? 'x' : 'y';
|
23
|
-
}
|
24
|
-
|
25
|
-
function computeCoordsFromPlacement(_ref, placement, rtl) {
|
26
|
-
let {
|
27
|
-
reference,
|
28
|
-
floating
|
29
|
-
} = _ref;
|
30
|
-
const commonX = reference.x + reference.width / 2 - floating.width / 2;
|
31
|
-
const commonY = reference.y + reference.height / 2 - floating.height / 2;
|
32
|
-
const mainAxis = getMainAxisFromPlacement(placement);
|
33
|
-
const length = getLengthFromAxis(mainAxis);
|
34
|
-
const commonAlign = reference[length] / 2 - floating[length] / 2;
|
35
|
-
const side = getSide(placement);
|
36
|
-
const isVertical = mainAxis === 'x';
|
37
|
-
let coords;
|
38
|
-
switch (side) {
|
39
|
-
case 'top':
|
40
|
-
coords = {
|
41
|
-
x: commonX,
|
42
|
-
y: reference.y - floating.height
|
43
|
-
};
|
44
|
-
break;
|
45
|
-
case 'bottom':
|
46
|
-
coords = {
|
47
|
-
x: commonX,
|
48
|
-
y: reference.y + reference.height
|
49
|
-
};
|
50
|
-
break;
|
51
|
-
case 'right':
|
52
|
-
coords = {
|
53
|
-
x: reference.x + reference.width,
|
54
|
-
y: commonY
|
55
|
-
};
|
56
|
-
break;
|
57
|
-
case 'left':
|
58
|
-
coords = {
|
59
|
-
x: reference.x - floating.width,
|
60
|
-
y: commonY
|
61
|
-
};
|
62
|
-
break;
|
63
|
-
default:
|
64
|
-
coords = {
|
65
|
-
x: reference.x,
|
66
|
-
y: reference.y
|
67
|
-
};
|
68
|
-
}
|
69
|
-
switch (getAlignment(placement)) {
|
70
|
-
case 'start':
|
71
|
-
coords[mainAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);
|
72
|
-
break;
|
73
|
-
case 'end':
|
74
|
-
coords[mainAxis] += commonAlign * (rtl && isVertical ? -1 : 1);
|
75
|
-
break;
|
76
|
-
}
|
77
|
-
return coords;
|
78
|
-
}
|
79
|
-
|
80
|
-
/**
|
81
|
-
* Computes the `x` and `y` coordinates that will place the floating element
|
82
|
-
* next to a reference element when it is given a certain positioning strategy.
|
83
|
-
*
|
84
|
-
* This export does not have any `platform` interface logic. You will need to
|
85
|
-
* write one for the platform you are using Floating UI with.
|
86
|
-
*/
|
87
|
-
const computePosition$1 = async (reference, floating, config) => {
|
88
|
-
const {
|
89
|
-
placement = 'bottom',
|
90
|
-
strategy = 'absolute',
|
91
|
-
middleware = [],
|
92
|
-
platform
|
93
|
-
} = config;
|
94
|
-
const validMiddleware = middleware.filter(Boolean);
|
95
|
-
const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));
|
96
|
-
let rects = await platform.getElementRects({
|
97
|
-
reference,
|
98
|
-
floating,
|
99
|
-
strategy
|
100
|
-
});
|
101
|
-
let {
|
102
|
-
x,
|
103
|
-
y
|
104
|
-
} = computeCoordsFromPlacement(rects, placement, rtl);
|
105
|
-
let statefulPlacement = placement;
|
106
|
-
let middlewareData = {};
|
107
|
-
let resetCount = 0;
|
108
|
-
for (let i = 0; i < validMiddleware.length; i++) {
|
109
|
-
const {
|
110
|
-
name,
|
111
|
-
fn
|
112
|
-
} = validMiddleware[i];
|
113
|
-
const {
|
114
|
-
x: nextX,
|
115
|
-
y: nextY,
|
116
|
-
data,
|
117
|
-
reset
|
118
|
-
} = await fn({
|
119
|
-
x,
|
120
|
-
y,
|
121
|
-
initialPlacement: placement,
|
122
|
-
placement: statefulPlacement,
|
123
|
-
strategy,
|
124
|
-
middlewareData,
|
125
|
-
rects,
|
126
|
-
platform,
|
127
|
-
elements: {
|
128
|
-
reference,
|
129
|
-
floating
|
130
|
-
}
|
131
|
-
});
|
132
|
-
x = nextX != null ? nextX : x;
|
133
|
-
y = nextY != null ? nextY : y;
|
134
|
-
middlewareData = {
|
135
|
-
...middlewareData,
|
136
|
-
[name]: {
|
137
|
-
...middlewareData[name],
|
138
|
-
...data
|
139
|
-
}
|
140
|
-
};
|
141
|
-
if (reset && resetCount <= 50) {
|
142
|
-
resetCount++;
|
143
|
-
if (typeof reset === 'object') {
|
144
|
-
if (reset.placement) {
|
145
|
-
statefulPlacement = reset.placement;
|
146
|
-
}
|
147
|
-
if (reset.rects) {
|
148
|
-
rects = reset.rects === true ? await platform.getElementRects({
|
149
|
-
reference,
|
150
|
-
floating,
|
151
|
-
strategy
|
152
|
-
}) : reset.rects;
|
153
|
-
}
|
154
|
-
({
|
155
|
-
x,
|
156
|
-
y
|
157
|
-
} = computeCoordsFromPlacement(rects, statefulPlacement, rtl));
|
158
|
-
}
|
159
|
-
i = -1;
|
160
|
-
continue;
|
161
|
-
}
|
162
|
-
}
|
163
|
-
return {
|
164
|
-
x,
|
165
|
-
y,
|
166
|
-
placement: statefulPlacement,
|
167
|
-
strategy,
|
168
|
-
middlewareData
|
169
|
-
};
|
170
|
-
};
|
171
|
-
|
172
|
-
function evaluate(value, param) {
|
173
|
-
return typeof value === 'function' ? value(param) : value;
|
174
|
-
}
|
175
|
-
|
176
|
-
function expandPaddingObject(padding) {
|
177
|
-
return {
|
178
|
-
top: 0,
|
179
|
-
right: 0,
|
180
|
-
bottom: 0,
|
181
|
-
left: 0,
|
182
|
-
...padding
|
183
|
-
};
|
184
|
-
}
|
185
|
-
|
186
|
-
function getSideObjectFromPadding(padding) {
|
187
|
-
return typeof padding !== 'number' ? expandPaddingObject(padding) : {
|
188
|
-
top: padding,
|
189
|
-
right: padding,
|
190
|
-
bottom: padding,
|
191
|
-
left: padding
|
192
|
-
};
|
193
|
-
}
|
194
|
-
|
195
|
-
function rectToClientRect(rect) {
|
196
|
-
return {
|
197
|
-
...rect,
|
198
|
-
top: rect.y,
|
199
|
-
left: rect.x,
|
200
|
-
right: rect.x + rect.width,
|
201
|
-
bottom: rect.y + rect.height
|
202
|
-
};
|
203
|
-
}
|
204
|
-
|
205
|
-
/**
|
206
|
-
* Resolves with an object of overflow side offsets that determine how much the
|
207
|
-
* element is overflowing a given clipping boundary on each side.
|
208
|
-
* - positive = overflowing the boundary by that number of pixels
|
209
|
-
* - negative = how many pixels left before it will overflow
|
210
|
-
* - 0 = lies flush with the boundary
|
211
|
-
* @see https://floating-ui.com/docs/detectOverflow
|
212
|
-
*/
|
213
|
-
async function detectOverflow(state, options) {
|
214
|
-
var _await$platform$isEle;
|
215
|
-
if (options === void 0) {
|
216
|
-
options = {};
|
217
|
-
}
|
218
|
-
const {
|
219
|
-
x,
|
220
|
-
y,
|
221
|
-
platform,
|
222
|
-
rects,
|
223
|
-
elements,
|
224
|
-
strategy
|
225
|
-
} = state;
|
226
|
-
const {
|
227
|
-
boundary = 'clippingAncestors',
|
228
|
-
rootBoundary = 'viewport',
|
229
|
-
elementContext = 'floating',
|
230
|
-
altBoundary = false,
|
231
|
-
padding = 0
|
232
|
-
} = evaluate(options, state);
|
233
|
-
const paddingObject = getSideObjectFromPadding(padding);
|
234
|
-
const altContext = elementContext === 'floating' ? 'reference' : 'floating';
|
235
|
-
const element = elements[altBoundary ? altContext : elementContext];
|
236
|
-
const clippingClientRect = rectToClientRect(await platform.getClippingRect({
|
237
|
-
element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),
|
238
|
-
boundary,
|
239
|
-
rootBoundary,
|
240
|
-
strategy
|
241
|
-
}));
|
242
|
-
const rect = elementContext === 'floating' ? {
|
243
|
-
...rects.floating,
|
244
|
-
x,
|
245
|
-
y
|
246
|
-
} : rects.reference;
|
247
|
-
const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));
|
248
|
-
const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {
|
249
|
-
x: 1,
|
250
|
-
y: 1
|
251
|
-
} : {
|
252
|
-
x: 1,
|
253
|
-
y: 1
|
254
|
-
};
|
255
|
-
const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({
|
256
|
-
rect,
|
257
|
-
offsetParent,
|
258
|
-
strategy
|
259
|
-
}) : rect);
|
260
|
-
return {
|
261
|
-
top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,
|
262
|
-
bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,
|
263
|
-
left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,
|
264
|
-
right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
|
265
|
-
};
|
266
|
-
}
|
267
|
-
|
268
|
-
const min$1 = Math.min;
|
269
|
-
const max$1 = Math.max;
|
270
|
-
|
271
|
-
function within(min$1$1, value, max$1$1) {
|
272
|
-
return max$1(min$1$1, min$1(value, max$1$1));
|
273
|
-
}
|
274
|
-
|
275
|
-
/**
|
276
|
-
* Provides data to position an inner element of the floating element so that it
|
277
|
-
* appears centered to the reference element.
|
278
|
-
* @see https://floating-ui.com/docs/arrow
|
279
|
-
*/
|
280
|
-
const arrow = options => ({
|
281
|
-
name: 'arrow',
|
282
|
-
options,
|
283
|
-
async fn(state) {
|
284
|
-
const {
|
285
|
-
x,
|
286
|
-
y,
|
287
|
-
placement,
|
288
|
-
rects,
|
289
|
-
platform,
|
290
|
-
elements
|
291
|
-
} = state;
|
292
|
-
// Since `element` is required, we don't Partial<> the type.
|
293
|
-
const {
|
294
|
-
element,
|
295
|
-
padding = 0
|
296
|
-
} = evaluate(options, state) || {};
|
297
|
-
if (element == null) {
|
298
|
-
return {};
|
299
|
-
}
|
300
|
-
const paddingObject = getSideObjectFromPadding(padding);
|
301
|
-
const coords = {
|
302
|
-
x,
|
303
|
-
y
|
304
|
-
};
|
305
|
-
const axis = getMainAxisFromPlacement(placement);
|
306
|
-
const length = getLengthFromAxis(axis);
|
307
|
-
const arrowDimensions = await platform.getDimensions(element);
|
308
|
-
const isYAxis = axis === 'y';
|
309
|
-
const minProp = isYAxis ? 'top' : 'left';
|
310
|
-
const maxProp = isYAxis ? 'bottom' : 'right';
|
311
|
-
const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';
|
312
|
-
const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];
|
313
|
-
const startDiff = coords[axis] - rects.reference[axis];
|
314
|
-
const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));
|
315
|
-
let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;
|
316
|
-
|
317
|
-
// DOM platform can return `window` as the `offsetParent`.
|
318
|
-
if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {
|
319
|
-
clientSize = elements.floating[clientProp] || rects.floating[length];
|
320
|
-
}
|
321
|
-
const centerToReference = endDiff / 2 - startDiff / 2;
|
322
|
-
|
323
|
-
// If the padding is large enough that it causes the arrow to no longer be
|
324
|
-
// centered, modify the padding so that it is centered.
|
325
|
-
const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;
|
326
|
-
const minPadding = min$1(paddingObject[minProp], largestPossiblePadding);
|
327
|
-
const maxPadding = min$1(paddingObject[maxProp], largestPossiblePadding);
|
328
|
-
|
329
|
-
// Make sure the arrow doesn't overflow the floating element if the center
|
330
|
-
// point is outside the floating element's bounds.
|
331
|
-
const min$1$1 = minPadding;
|
332
|
-
const max = clientSize - arrowDimensions[length] - maxPadding;
|
333
|
-
const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;
|
334
|
-
const offset = within(min$1$1, center, max);
|
335
|
-
|
336
|
-
// If the reference is small enough that the arrow's padding causes it to
|
337
|
-
// to point to nothing for an aligned placement, adjust the offset of the
|
338
|
-
// floating element itself. This stops `shift()` from taking action, but can
|
339
|
-
// be worked around by calling it again after the `arrow()` if desired.
|
340
|
-
const shouldAddOffset = getAlignment(placement) != null && center != offset && rects.reference[length] / 2 - (center < min$1$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;
|
341
|
-
const alignmentOffset = shouldAddOffset ? center < min$1$1 ? min$1$1 - center : max - center : 0;
|
342
|
-
return {
|
343
|
-
[axis]: coords[axis] - alignmentOffset,
|
344
|
-
data: {
|
345
|
-
[axis]: offset,
|
346
|
-
centerOffset: center - offset
|
347
|
-
}
|
348
|
-
};
|
349
|
-
}
|
350
|
-
});
|
351
|
-
|
352
|
-
const sides = ['top', 'right', 'bottom', 'left'];
|
353
|
-
const allPlacements = /*#__PURE__*/sides.reduce((acc, side) => acc.concat(side, side + "-start", side + "-end"), []);
|
354
|
-
|
355
|
-
const oppositeSideMap = {
|
356
|
-
left: 'right',
|
357
|
-
right: 'left',
|
358
|
-
bottom: 'top',
|
359
|
-
top: 'bottom'
|
360
|
-
};
|
361
|
-
function getOppositePlacement(placement) {
|
362
|
-
return placement.replace(/left|right|bottom|top/g, side => oppositeSideMap[side]);
|
363
|
-
}
|
364
|
-
|
365
|
-
function getAlignmentSides(placement, rects, rtl) {
|
366
|
-
if (rtl === void 0) {
|
367
|
-
rtl = false;
|
368
|
-
}
|
369
|
-
const alignment = getAlignment(placement);
|
370
|
-
const mainAxis = getMainAxisFromPlacement(placement);
|
371
|
-
const length = getLengthFromAxis(mainAxis);
|
372
|
-
let mainAlignmentSide = mainAxis === 'x' ? alignment === (rtl ? 'end' : 'start') ? 'right' : 'left' : alignment === 'start' ? 'bottom' : 'top';
|
373
|
-
if (rects.reference[length] > rects.floating[length]) {
|
374
|
-
mainAlignmentSide = getOppositePlacement(mainAlignmentSide);
|
375
|
-
}
|
376
|
-
return {
|
377
|
-
main: mainAlignmentSide,
|
378
|
-
cross: getOppositePlacement(mainAlignmentSide)
|
379
|
-
};
|
380
|
-
}
|
381
|
-
|
382
|
-
const oppositeAlignmentMap = {
|
383
|
-
start: 'end',
|
384
|
-
end: 'start'
|
385
|
-
};
|
386
|
-
function getOppositeAlignmentPlacement(placement) {
|
387
|
-
return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);
|
388
|
-
}
|
389
|
-
|
390
|
-
function getPlacementList(alignment, autoAlignment, allowedPlacements) {
|
391
|
-
const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);
|
392
|
-
return allowedPlacementsSortedByAlignment.filter(placement => {
|
393
|
-
if (alignment) {
|
394
|
-
return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);
|
395
|
-
}
|
396
|
-
return true;
|
397
|
-
});
|
398
|
-
}
|
399
|
-
/**
|
400
|
-
* Optimizes the visibility of the floating element by choosing the placement
|
401
|
-
* that has the most space available automatically, without needing to specify a
|
402
|
-
* preferred placement. Alternative to `flip`.
|
403
|
-
* @see https://floating-ui.com/docs/autoPlacement
|
404
|
-
*/
|
405
|
-
const autoPlacement = function (options) {
|
406
|
-
if (options === void 0) {
|
407
|
-
options = {};
|
408
|
-
}
|
409
|
-
return {
|
410
|
-
name: 'autoPlacement',
|
411
|
-
options,
|
412
|
-
async fn(state) {
|
413
|
-
var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;
|
414
|
-
const {
|
415
|
-
rects,
|
416
|
-
middlewareData,
|
417
|
-
placement,
|
418
|
-
platform,
|
419
|
-
elements
|
420
|
-
} = state;
|
421
|
-
const {
|
422
|
-
crossAxis = false,
|
423
|
-
alignment,
|
424
|
-
allowedPlacements = allPlacements,
|
425
|
-
autoAlignment = true,
|
426
|
-
...detectOverflowOptions
|
427
|
-
} = evaluate(options, state);
|
428
|
-
const placements = alignment !== undefined || allowedPlacements === allPlacements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;
|
429
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
430
|
-
const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;
|
431
|
-
const currentPlacement = placements[currentIndex];
|
432
|
-
if (currentPlacement == null) {
|
433
|
-
return {};
|
434
|
-
}
|
435
|
-
const {
|
436
|
-
main,
|
437
|
-
cross
|
438
|
-
} = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));
|
439
|
-
|
440
|
-
// Make `computeCoords` start from the right place.
|
441
|
-
if (placement !== currentPlacement) {
|
442
|
-
return {
|
443
|
-
reset: {
|
444
|
-
placement: placements[0]
|
445
|
-
}
|
446
|
-
};
|
447
|
-
}
|
448
|
-
const currentOverflows = [overflow[getSide(currentPlacement)], overflow[main], overflow[cross]];
|
449
|
-
const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {
|
450
|
-
placement: currentPlacement,
|
451
|
-
overflows: currentOverflows
|
452
|
-
}];
|
453
|
-
const nextPlacement = placements[currentIndex + 1];
|
454
|
-
|
455
|
-
// There are more placements to check.
|
456
|
-
if (nextPlacement) {
|
457
|
-
return {
|
458
|
-
data: {
|
459
|
-
index: currentIndex + 1,
|
460
|
-
overflows: allOverflows
|
461
|
-
},
|
462
|
-
reset: {
|
463
|
-
placement: nextPlacement
|
464
|
-
}
|
465
|
-
};
|
466
|
-
}
|
467
|
-
const placementsSortedByMostSpace = allOverflows.map(d => {
|
468
|
-
const alignment = getAlignment(d.placement);
|
469
|
-
return [d.placement, alignment && crossAxis ?
|
470
|
-
// Check along the mainAxis and main crossAxis side.
|
471
|
-
d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :
|
472
|
-
// Check only the mainAxis.
|
473
|
-
d.overflows[0], d.overflows];
|
474
|
-
}).sort((a, b) => a[1] - b[1]);
|
475
|
-
const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,
|
476
|
-
// Aligned placements should not check their opposite crossAxis
|
477
|
-
// side.
|
478
|
-
getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));
|
479
|
-
const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];
|
480
|
-
if (resetPlacement !== placement) {
|
481
|
-
return {
|
482
|
-
data: {
|
483
|
-
index: currentIndex + 1,
|
484
|
-
overflows: allOverflows
|
485
|
-
},
|
486
|
-
reset: {
|
487
|
-
placement: resetPlacement
|
488
|
-
}
|
489
|
-
};
|
490
|
-
}
|
491
|
-
return {};
|
492
|
-
}
|
493
|
-
};
|
494
|
-
};
|
495
|
-
|
496
|
-
function getExpandedPlacements(placement) {
|
497
|
-
const oppositePlacement = getOppositePlacement(placement);
|
498
|
-
return [getOppositeAlignmentPlacement(placement), oppositePlacement, getOppositeAlignmentPlacement(oppositePlacement)];
|
499
|
-
}
|
500
|
-
|
501
|
-
function getSideList(side, isStart, rtl) {
|
502
|
-
const lr = ['left', 'right'];
|
503
|
-
const rl = ['right', 'left'];
|
504
|
-
const tb = ['top', 'bottom'];
|
505
|
-
const bt = ['bottom', 'top'];
|
506
|
-
switch (side) {
|
507
|
-
case 'top':
|
508
|
-
case 'bottom':
|
509
|
-
if (rtl) return isStart ? rl : lr;
|
510
|
-
return isStart ? lr : rl;
|
511
|
-
case 'left':
|
512
|
-
case 'right':
|
513
|
-
return isStart ? tb : bt;
|
514
|
-
default:
|
515
|
-
return [];
|
516
|
-
}
|
517
|
-
}
|
518
|
-
function getOppositeAxisPlacements(placement, flipAlignment, direction, rtl) {
|
519
|
-
const alignment = getAlignment(placement);
|
520
|
-
let list = getSideList(getSide(placement), direction === 'start', rtl);
|
521
|
-
if (alignment) {
|
522
|
-
list = list.map(side => side + "-" + alignment);
|
523
|
-
if (flipAlignment) {
|
524
|
-
list = list.concat(list.map(getOppositeAlignmentPlacement));
|
525
|
-
}
|
526
|
-
}
|
527
|
-
return list;
|
528
|
-
}
|
529
|
-
|
530
|
-
/**
|
531
|
-
* Optimizes the visibility of the floating element by flipping the `placement`
|
532
|
-
* in order to keep it in view when the preferred placement(s) will overflow the
|
533
|
-
* clipping boundary. Alternative to `autoPlacement`.
|
534
|
-
* @see https://floating-ui.com/docs/flip
|
535
|
-
*/
|
536
|
-
const flip = function (options) {
|
537
|
-
if (options === void 0) {
|
538
|
-
options = {};
|
539
|
-
}
|
540
|
-
return {
|
541
|
-
name: 'flip',
|
542
|
-
options,
|
543
|
-
async fn(state) {
|
544
|
-
var _middlewareData$flip;
|
545
|
-
const {
|
546
|
-
placement,
|
547
|
-
middlewareData,
|
548
|
-
rects,
|
549
|
-
initialPlacement,
|
550
|
-
platform,
|
551
|
-
elements
|
552
|
-
} = state;
|
553
|
-
const {
|
554
|
-
mainAxis: checkMainAxis = true,
|
555
|
-
crossAxis: checkCrossAxis = true,
|
556
|
-
fallbackPlacements: specifiedFallbackPlacements,
|
557
|
-
fallbackStrategy = 'bestFit',
|
558
|
-
fallbackAxisSideDirection = 'none',
|
559
|
-
flipAlignment = true,
|
560
|
-
...detectOverflowOptions
|
561
|
-
} = evaluate(options, state);
|
562
|
-
const side = getSide(placement);
|
563
|
-
const isBasePlacement = getSide(initialPlacement) === initialPlacement;
|
564
|
-
const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));
|
565
|
-
const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));
|
566
|
-
if (!specifiedFallbackPlacements && fallbackAxisSideDirection !== 'none') {
|
567
|
-
fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));
|
568
|
-
}
|
569
|
-
const placements = [initialPlacement, ...fallbackPlacements];
|
570
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
571
|
-
const overflows = [];
|
572
|
-
let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];
|
573
|
-
if (checkMainAxis) {
|
574
|
-
overflows.push(overflow[side]);
|
575
|
-
}
|
576
|
-
if (checkCrossAxis) {
|
577
|
-
const {
|
578
|
-
main,
|
579
|
-
cross
|
580
|
-
} = getAlignmentSides(placement, rects, rtl);
|
581
|
-
overflows.push(overflow[main], overflow[cross]);
|
582
|
-
}
|
583
|
-
overflowsData = [...overflowsData, {
|
584
|
-
placement,
|
585
|
-
overflows
|
586
|
-
}];
|
587
|
-
|
588
|
-
// One or more sides is overflowing.
|
589
|
-
if (!overflows.every(side => side <= 0)) {
|
590
|
-
var _middlewareData$flip2, _overflowsData$filter;
|
591
|
-
const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
|
592
|
-
const nextPlacement = placements[nextIndex];
|
593
|
-
if (nextPlacement) {
|
594
|
-
// Try next placement and re-run the lifecycle.
|
595
|
-
return {
|
596
|
-
data: {
|
597
|
-
index: nextIndex,
|
598
|
-
overflows: overflowsData
|
599
|
-
},
|
600
|
-
reset: {
|
601
|
-
placement: nextPlacement
|
602
|
-
}
|
603
|
-
};
|
604
|
-
}
|
605
|
-
|
606
|
-
// First, find the candidates that fit on the mainAxis side of overflow,
|
607
|
-
// then find the placement that fits the best on the main crossAxis side.
|
608
|
-
let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;
|
609
|
-
|
610
|
-
// Otherwise fallback.
|
611
|
-
if (!resetPlacement) {
|
612
|
-
switch (fallbackStrategy) {
|
613
|
-
case 'bestFit':
|
614
|
-
{
|
615
|
-
var _overflowsData$map$so;
|
616
|
-
const placement = (_overflowsData$map$so = overflowsData.map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$map$so[0];
|
617
|
-
if (placement) {
|
618
|
-
resetPlacement = placement;
|
619
|
-
}
|
620
|
-
break;
|
621
|
-
}
|
622
|
-
case 'initialPlacement':
|
623
|
-
resetPlacement = initialPlacement;
|
624
|
-
break;
|
625
|
-
}
|
626
|
-
}
|
627
|
-
if (placement !== resetPlacement) {
|
628
|
-
return {
|
629
|
-
reset: {
|
630
|
-
placement: resetPlacement
|
631
|
-
}
|
632
|
-
};
|
633
|
-
}
|
634
|
-
}
|
635
|
-
return {};
|
636
|
-
}
|
637
|
-
};
|
638
|
-
};
|
639
|
-
|
640
|
-
function getSideOffsets(overflow, rect) {
|
641
|
-
return {
|
642
|
-
top: overflow.top - rect.height,
|
643
|
-
right: overflow.right - rect.width,
|
644
|
-
bottom: overflow.bottom - rect.height,
|
645
|
-
left: overflow.left - rect.width
|
646
|
-
};
|
647
|
-
}
|
648
|
-
function isAnySideFullyClipped(overflow) {
|
649
|
-
return sides.some(side => overflow[side] >= 0);
|
650
|
-
}
|
651
|
-
/**
|
652
|
-
* Provides data to hide the floating element in applicable situations, such as
|
653
|
-
* when it is not in the same clipping context as the reference element.
|
654
|
-
* @see https://floating-ui.com/docs/hide
|
655
|
-
*/
|
656
|
-
const hide = function (options) {
|
657
|
-
if (options === void 0) {
|
658
|
-
options = {};
|
659
|
-
}
|
660
|
-
return {
|
661
|
-
name: 'hide',
|
662
|
-
options,
|
663
|
-
async fn(state) {
|
664
|
-
const {
|
665
|
-
rects
|
666
|
-
} = state;
|
667
|
-
const {
|
668
|
-
strategy = 'referenceHidden',
|
669
|
-
...detectOverflowOptions
|
670
|
-
} = evaluate(options, state);
|
671
|
-
switch (strategy) {
|
672
|
-
case 'referenceHidden':
|
673
|
-
{
|
674
|
-
const overflow = await detectOverflow(state, {
|
675
|
-
...detectOverflowOptions,
|
676
|
-
elementContext: 'reference'
|
677
|
-
});
|
678
|
-
const offsets = getSideOffsets(overflow, rects.reference);
|
679
|
-
return {
|
680
|
-
data: {
|
681
|
-
referenceHiddenOffsets: offsets,
|
682
|
-
referenceHidden: isAnySideFullyClipped(offsets)
|
683
|
-
}
|
684
|
-
};
|
685
|
-
}
|
686
|
-
case 'escaped':
|
687
|
-
{
|
688
|
-
const overflow = await detectOverflow(state, {
|
689
|
-
...detectOverflowOptions,
|
690
|
-
altBoundary: true
|
691
|
-
});
|
692
|
-
const offsets = getSideOffsets(overflow, rects.floating);
|
693
|
-
return {
|
694
|
-
data: {
|
695
|
-
escapedOffsets: offsets,
|
696
|
-
escaped: isAnySideFullyClipped(offsets)
|
697
|
-
}
|
698
|
-
};
|
699
|
-
}
|
700
|
-
default:
|
701
|
-
{
|
702
|
-
return {};
|
703
|
-
}
|
704
|
-
}
|
705
|
-
}
|
706
|
-
};
|
707
|
-
};
|
708
|
-
|
709
|
-
async function convertValueToCoords(state, options) {
|
710
|
-
const {
|
711
|
-
placement,
|
712
|
-
platform,
|
713
|
-
elements
|
714
|
-
} = state;
|
715
|
-
const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));
|
716
|
-
const side = getSide(placement);
|
717
|
-
const alignment = getAlignment(placement);
|
718
|
-
const isVertical = getMainAxisFromPlacement(placement) === 'x';
|
719
|
-
const mainAxisMulti = ['left', 'top'].includes(side) ? -1 : 1;
|
720
|
-
const crossAxisMulti = rtl && isVertical ? -1 : 1;
|
721
|
-
const rawValue = evaluate(options, state);
|
722
|
-
|
723
|
-
// eslint-disable-next-line prefer-const
|
724
|
-
let {
|
725
|
-
mainAxis,
|
726
|
-
crossAxis,
|
727
|
-
alignmentAxis
|
728
|
-
} = typeof rawValue === 'number' ? {
|
729
|
-
mainAxis: rawValue,
|
730
|
-
crossAxis: 0,
|
731
|
-
alignmentAxis: null
|
732
|
-
} : {
|
733
|
-
mainAxis: 0,
|
734
|
-
crossAxis: 0,
|
735
|
-
alignmentAxis: null,
|
736
|
-
...rawValue
|
737
|
-
};
|
738
|
-
if (alignment && typeof alignmentAxis === 'number') {
|
739
|
-
crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;
|
740
|
-
}
|
741
|
-
return isVertical ? {
|
742
|
-
x: crossAxis * crossAxisMulti,
|
743
|
-
y: mainAxis * mainAxisMulti
|
744
|
-
} : {
|
745
|
-
x: mainAxis * mainAxisMulti,
|
746
|
-
y: crossAxis * crossAxisMulti
|
747
|
-
};
|
748
|
-
}
|
749
|
-
|
750
|
-
/**
|
751
|
-
* Modifies the placement by translating the floating element along the
|
752
|
-
* specified axes.
|
753
|
-
* A number (shorthand for `mainAxis` or distance), or an axes configuration
|
754
|
-
* object may be passed.
|
755
|
-
* @see https://floating-ui.com/docs/offset
|
756
|
-
*/
|
757
|
-
const offset = function (options) {
|
758
|
-
if (options === void 0) {
|
759
|
-
options = 0;
|
760
|
-
}
|
761
|
-
return {
|
762
|
-
name: 'offset',
|
763
|
-
options,
|
764
|
-
async fn(state) {
|
765
|
-
const {
|
766
|
-
x,
|
767
|
-
y
|
768
|
-
} = state;
|
769
|
-
const diffCoords = await convertValueToCoords(state, options);
|
770
|
-
return {
|
771
|
-
x: x + diffCoords.x,
|
772
|
-
y: y + diffCoords.y,
|
773
|
-
data: diffCoords
|
774
|
-
};
|
775
|
-
}
|
776
|
-
};
|
777
|
-
};
|
778
|
-
|
779
|
-
function getCrossAxis(axis) {
|
780
|
-
return axis === 'x' ? 'y' : 'x';
|
781
|
-
}
|
782
|
-
|
783
|
-
/**
|
784
|
-
* Optimizes the visibility of the floating element by shifting it in order to
|
785
|
-
* keep it in view when it will overflow the clipping boundary.
|
786
|
-
* @see https://floating-ui.com/docs/shift
|
787
|
-
*/
|
788
|
-
const shift = function (options) {
|
789
|
-
if (options === void 0) {
|
790
|
-
options = {};
|
791
|
-
}
|
792
|
-
return {
|
793
|
-
name: 'shift',
|
794
|
-
options,
|
795
|
-
async fn(state) {
|
796
|
-
const {
|
797
|
-
x,
|
798
|
-
y,
|
799
|
-
placement
|
800
|
-
} = state;
|
801
|
-
const {
|
802
|
-
mainAxis: checkMainAxis = true,
|
803
|
-
crossAxis: checkCrossAxis = false,
|
804
|
-
limiter = {
|
805
|
-
fn: _ref => {
|
806
|
-
let {
|
807
|
-
x,
|
808
|
-
y
|
809
|
-
} = _ref;
|
810
|
-
return {
|
811
|
-
x,
|
812
|
-
y
|
813
|
-
};
|
814
|
-
}
|
815
|
-
},
|
816
|
-
...detectOverflowOptions
|
817
|
-
} = evaluate(options, state);
|
818
|
-
const coords = {
|
819
|
-
x,
|
820
|
-
y
|
821
|
-
};
|
822
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
823
|
-
const mainAxis = getMainAxisFromPlacement(getSide(placement));
|
824
|
-
const crossAxis = getCrossAxis(mainAxis);
|
825
|
-
let mainAxisCoord = coords[mainAxis];
|
826
|
-
let crossAxisCoord = coords[crossAxis];
|
827
|
-
if (checkMainAxis) {
|
828
|
-
const minSide = mainAxis === 'y' ? 'top' : 'left';
|
829
|
-
const maxSide = mainAxis === 'y' ? 'bottom' : 'right';
|
830
|
-
const min = mainAxisCoord + overflow[minSide];
|
831
|
-
const max = mainAxisCoord - overflow[maxSide];
|
832
|
-
mainAxisCoord = within(min, mainAxisCoord, max);
|
833
|
-
}
|
834
|
-
if (checkCrossAxis) {
|
835
|
-
const minSide = crossAxis === 'y' ? 'top' : 'left';
|
836
|
-
const maxSide = crossAxis === 'y' ? 'bottom' : 'right';
|
837
|
-
const min = crossAxisCoord + overflow[minSide];
|
838
|
-
const max = crossAxisCoord - overflow[maxSide];
|
839
|
-
crossAxisCoord = within(min, crossAxisCoord, max);
|
840
|
-
}
|
841
|
-
const limitedCoords = limiter.fn({
|
842
|
-
...state,
|
843
|
-
[mainAxis]: mainAxisCoord,
|
844
|
-
[crossAxis]: crossAxisCoord
|
845
|
-
});
|
846
|
-
return {
|
847
|
-
...limitedCoords,
|
848
|
-
data: {
|
849
|
-
x: limitedCoords.x - x,
|
850
|
-
y: limitedCoords.y - y
|
851
|
-
}
|
852
|
-
};
|
853
|
-
}
|
854
|
-
};
|
855
|
-
};
|
856
|
-
|
857
|
-
function getWindow(node) {
|
858
|
-
var _node$ownerDocument;
|
859
|
-
return ((_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;
|
860
|
-
}
|
861
|
-
|
862
|
-
function getComputedStyle$1(element) {
|
863
|
-
return getWindow(element).getComputedStyle(element);
|
864
|
-
}
|
865
|
-
|
866
|
-
function isNode(value) {
|
867
|
-
return value instanceof getWindow(value).Node;
|
868
|
-
}
|
869
|
-
function getNodeName(node) {
|
870
|
-
return isNode(node) ? (node.nodeName || '').toLowerCase() : '';
|
871
|
-
}
|
872
|
-
|
873
|
-
function isHTMLElement(value) {
|
874
|
-
return value instanceof getWindow(value).HTMLElement;
|
875
|
-
}
|
876
|
-
function isElement(value) {
|
877
|
-
return value instanceof getWindow(value).Element;
|
878
|
-
}
|
879
|
-
function isShadowRoot(node) {
|
880
|
-
// Browsers without `ShadowRoot` support.
|
881
|
-
if (typeof ShadowRoot === 'undefined') {
|
882
|
-
return false;
|
883
|
-
}
|
884
|
-
const OwnElement = getWindow(node).ShadowRoot;
|
885
|
-
return node instanceof OwnElement || node instanceof ShadowRoot;
|
886
|
-
}
|
887
|
-
function isOverflowElement(element) {
|
888
|
-
const {
|
889
|
-
overflow,
|
890
|
-
overflowX,
|
891
|
-
overflowY,
|
892
|
-
display
|
893
|
-
} = getComputedStyle$1(element);
|
894
|
-
return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !['inline', 'contents'].includes(display);
|
895
|
-
}
|
896
|
-
function isTableElement(element) {
|
897
|
-
return ['table', 'td', 'th'].includes(getNodeName(element));
|
898
|
-
}
|
899
|
-
function isContainingBlock(element) {
|
900
|
-
const safari = isSafari();
|
901
|
-
const css = getComputedStyle$1(element);
|
902
|
-
|
903
|
-
// https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
|
904
|
-
return css.transform !== 'none' || css.perspective !== 'none' || !safari && (css.backdropFilter ? css.backdropFilter !== 'none' : false) || !safari && (css.filter ? css.filter !== 'none' : false) || ['transform', 'perspective', 'filter'].some(value => (css.willChange || '').includes(value)) || ['paint', 'layout', 'strict', 'content'].some(value => (css.contain || '').includes(value));
|
905
|
-
}
|
906
|
-
function isSafari() {
|
907
|
-
if (typeof CSS === 'undefined' || !CSS.supports) return false;
|
908
|
-
return CSS.supports('-webkit-backdrop-filter', 'none');
|
909
|
-
}
|
910
|
-
function isLastTraversableNode(node) {
|
911
|
-
return ['html', 'body', '#document'].includes(getNodeName(node));
|
912
|
-
}
|
913
|
-
|
914
|
-
const min = Math.min;
|
915
|
-
const max = Math.max;
|
916
|
-
const round = Math.round;
|
917
|
-
|
918
|
-
function getCssDimensions(element) {
|
919
|
-
const css = getComputedStyle$1(element);
|
920
|
-
// In testing environments, the `width` and `height` properties are empty
|
921
|
-
// strings for SVG elements, returning NaN. Fallback to `0` in this case.
|
922
|
-
let width = parseFloat(css.width) || 0;
|
923
|
-
let height = parseFloat(css.height) || 0;
|
924
|
-
const hasOffset = isHTMLElement(element);
|
925
|
-
const offsetWidth = hasOffset ? element.offsetWidth : width;
|
926
|
-
const offsetHeight = hasOffset ? element.offsetHeight : height;
|
927
|
-
const shouldFallback = round(width) !== offsetWidth || round(height) !== offsetHeight;
|
928
|
-
if (shouldFallback) {
|
929
|
-
width = offsetWidth;
|
930
|
-
height = offsetHeight;
|
931
|
-
}
|
932
|
-
return {
|
933
|
-
width,
|
934
|
-
height,
|
935
|
-
fallback: shouldFallback
|
936
|
-
};
|
937
|
-
}
|
938
|
-
|
939
|
-
function unwrapElement(element) {
|
940
|
-
return !isElement(element) ? element.contextElement : element;
|
941
|
-
}
|
942
|
-
|
943
|
-
const FALLBACK_SCALE = {
|
944
|
-
x: 1,
|
945
|
-
y: 1
|
946
|
-
};
|
947
|
-
function getScale(element) {
|
948
|
-
const domElement = unwrapElement(element);
|
949
|
-
if (!isHTMLElement(domElement)) {
|
950
|
-
return FALLBACK_SCALE;
|
951
|
-
}
|
952
|
-
const rect = domElement.getBoundingClientRect();
|
953
|
-
const {
|
954
|
-
width,
|
955
|
-
height,
|
956
|
-
fallback
|
957
|
-
} = getCssDimensions(domElement);
|
958
|
-
let x = (fallback ? round(rect.width) : rect.width) / width;
|
959
|
-
let y = (fallback ? round(rect.height) : rect.height) / height;
|
960
|
-
|
961
|
-
// 0, NaN, or Infinity should always fallback to 1.
|
962
|
-
|
963
|
-
if (!x || !Number.isFinite(x)) {
|
964
|
-
x = 1;
|
965
|
-
}
|
966
|
-
if (!y || !Number.isFinite(y)) {
|
967
|
-
y = 1;
|
968
|
-
}
|
969
|
-
return {
|
970
|
-
x,
|
971
|
-
y
|
972
|
-
};
|
973
|
-
}
|
974
|
-
|
975
|
-
const noOffsets = {
|
976
|
-
x: 0,
|
977
|
-
y: 0
|
978
|
-
};
|
979
|
-
function getVisualOffsets(element, isFixed, floatingOffsetParent) {
|
980
|
-
var _win$visualViewport, _win$visualViewport2;
|
981
|
-
if (isFixed === void 0) {
|
982
|
-
isFixed = true;
|
983
|
-
}
|
984
|
-
if (!isSafari()) {
|
985
|
-
return noOffsets;
|
986
|
-
}
|
987
|
-
const win = element ? getWindow(element) : window;
|
988
|
-
if (!floatingOffsetParent || isFixed && floatingOffsetParent !== win) {
|
989
|
-
return noOffsets;
|
990
|
-
}
|
991
|
-
return {
|
992
|
-
x: ((_win$visualViewport = win.visualViewport) == null ? void 0 : _win$visualViewport.offsetLeft) || 0,
|
993
|
-
y: ((_win$visualViewport2 = win.visualViewport) == null ? void 0 : _win$visualViewport2.offsetTop) || 0
|
994
|
-
};
|
995
|
-
}
|
996
|
-
|
997
|
-
function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {
|
998
|
-
if (includeScale === void 0) {
|
999
|
-
includeScale = false;
|
1000
|
-
}
|
1001
|
-
if (isFixedStrategy === void 0) {
|
1002
|
-
isFixedStrategy = false;
|
1003
|
-
}
|
1004
|
-
const clientRect = element.getBoundingClientRect();
|
1005
|
-
const domElement = unwrapElement(element);
|
1006
|
-
let scale = FALLBACK_SCALE;
|
1007
|
-
if (includeScale) {
|
1008
|
-
if (offsetParent) {
|
1009
|
-
if (isElement(offsetParent)) {
|
1010
|
-
scale = getScale(offsetParent);
|
1011
|
-
}
|
1012
|
-
} else {
|
1013
|
-
scale = getScale(element);
|
1014
|
-
}
|
1015
|
-
}
|
1016
|
-
const visualOffsets = getVisualOffsets(domElement, isFixedStrategy, offsetParent);
|
1017
|
-
let x = (clientRect.left + visualOffsets.x) / scale.x;
|
1018
|
-
let y = (clientRect.top + visualOffsets.y) / scale.y;
|
1019
|
-
let width = clientRect.width / scale.x;
|
1020
|
-
let height = clientRect.height / scale.y;
|
1021
|
-
if (domElement) {
|
1022
|
-
const win = getWindow(domElement);
|
1023
|
-
const offsetWin = offsetParent && isElement(offsetParent) ? getWindow(offsetParent) : offsetParent;
|
1024
|
-
let currentIFrame = win.frameElement;
|
1025
|
-
while (currentIFrame && offsetParent && offsetWin !== win) {
|
1026
|
-
const iframeScale = getScale(currentIFrame);
|
1027
|
-
const iframeRect = currentIFrame.getBoundingClientRect();
|
1028
|
-
const css = getComputedStyle(currentIFrame);
|
1029
|
-
iframeRect.x += (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;
|
1030
|
-
iframeRect.y += (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;
|
1031
|
-
x *= iframeScale.x;
|
1032
|
-
y *= iframeScale.y;
|
1033
|
-
width *= iframeScale.x;
|
1034
|
-
height *= iframeScale.y;
|
1035
|
-
x += iframeRect.x;
|
1036
|
-
y += iframeRect.y;
|
1037
|
-
currentIFrame = getWindow(currentIFrame).frameElement;
|
1038
|
-
}
|
1039
|
-
}
|
1040
|
-
return rectToClientRect({
|
1041
|
-
width,
|
1042
|
-
height,
|
1043
|
-
x,
|
1044
|
-
y
|
1045
|
-
});
|
1046
|
-
}
|
1047
|
-
|
1048
|
-
function getDocumentElement(node) {
|
1049
|
-
return ((isNode(node) ? node.ownerDocument : node.document) || window.document).documentElement;
|
1050
|
-
}
|
1051
|
-
|
1052
|
-
function getNodeScroll(element) {
|
1053
|
-
if (isElement(element)) {
|
1054
|
-
return {
|
1055
|
-
scrollLeft: element.scrollLeft,
|
1056
|
-
scrollTop: element.scrollTop
|
1057
|
-
};
|
1058
|
-
}
|
1059
|
-
return {
|
1060
|
-
scrollLeft: element.pageXOffset,
|
1061
|
-
scrollTop: element.pageYOffset
|
1062
|
-
};
|
1063
|
-
}
|
1064
|
-
|
1065
|
-
function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
|
1066
|
-
let {
|
1067
|
-
rect,
|
1068
|
-
offsetParent,
|
1069
|
-
strategy
|
1070
|
-
} = _ref;
|
1071
|
-
const isOffsetParentAnElement = isHTMLElement(offsetParent);
|
1072
|
-
const documentElement = getDocumentElement(offsetParent);
|
1073
|
-
if (offsetParent === documentElement) {
|
1074
|
-
return rect;
|
1075
|
-
}
|
1076
|
-
let scroll = {
|
1077
|
-
scrollLeft: 0,
|
1078
|
-
scrollTop: 0
|
1079
|
-
};
|
1080
|
-
let scale = {
|
1081
|
-
x: 1,
|
1082
|
-
y: 1
|
1083
|
-
};
|
1084
|
-
const offsets = {
|
1085
|
-
x: 0,
|
1086
|
-
y: 0
|
1087
|
-
};
|
1088
|
-
if (isOffsetParentAnElement || !isOffsetParentAnElement && strategy !== 'fixed') {
|
1089
|
-
if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
|
1090
|
-
scroll = getNodeScroll(offsetParent);
|
1091
|
-
}
|
1092
|
-
if (isHTMLElement(offsetParent)) {
|
1093
|
-
const offsetRect = getBoundingClientRect(offsetParent);
|
1094
|
-
scale = getScale(offsetParent);
|
1095
|
-
offsets.x = offsetRect.x + offsetParent.clientLeft;
|
1096
|
-
offsets.y = offsetRect.y + offsetParent.clientTop;
|
1097
|
-
}
|
1098
|
-
}
|
1099
|
-
return {
|
1100
|
-
width: rect.width * scale.x,
|
1101
|
-
height: rect.height * scale.y,
|
1102
|
-
x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x,
|
1103
|
-
y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y
|
1104
|
-
};
|
1105
|
-
}
|
1106
|
-
|
1107
|
-
function getWindowScrollBarX(element) {
|
1108
|
-
// If <html> has a CSS width greater than the viewport, then this will be
|
1109
|
-
// incorrect for RTL.
|
1110
|
-
return getBoundingClientRect(getDocumentElement(element)).left + getNodeScroll(element).scrollLeft;
|
1111
|
-
}
|
1112
|
-
|
1113
|
-
// Gets the entire size of the scrollable document area, even extending outside
|
1114
|
-
// of the `<html>` and `<body>` rect bounds if horizontally scrollable.
|
1115
|
-
function getDocumentRect(element) {
|
1116
|
-
const html = getDocumentElement(element);
|
1117
|
-
const scroll = getNodeScroll(element);
|
1118
|
-
const body = element.ownerDocument.body;
|
1119
|
-
const width = max(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);
|
1120
|
-
const height = max(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);
|
1121
|
-
let x = -scroll.scrollLeft + getWindowScrollBarX(element);
|
1122
|
-
const y = -scroll.scrollTop;
|
1123
|
-
if (getComputedStyle$1(body).direction === 'rtl') {
|
1124
|
-
x += max(html.clientWidth, body.clientWidth) - width;
|
1125
|
-
}
|
1126
|
-
return {
|
1127
|
-
width,
|
1128
|
-
height,
|
1129
|
-
x,
|
1130
|
-
y
|
1131
|
-
};
|
1132
|
-
}
|
1133
|
-
|
1134
|
-
function getParentNode(node) {
|
1135
|
-
if (getNodeName(node) === 'html') {
|
1136
|
-
return node;
|
1137
|
-
}
|
1138
|
-
const result =
|
1139
|
-
// Step into the shadow DOM of the parent of a slotted node.
|
1140
|
-
node.assignedSlot ||
|
1141
|
-
// DOM Element detected.
|
1142
|
-
node.parentNode ||
|
1143
|
-
// ShadowRoot detected.
|
1144
|
-
isShadowRoot(node) && node.host ||
|
1145
|
-
// Fallback.
|
1146
|
-
getDocumentElement(node);
|
1147
|
-
return isShadowRoot(result) ? result.host : result;
|
1148
|
-
}
|
1149
|
-
|
1150
|
-
function getNearestOverflowAncestor(node) {
|
1151
|
-
const parentNode = getParentNode(node);
|
1152
|
-
if (isLastTraversableNode(parentNode)) {
|
1153
|
-
// `getParentNode` will never return a `Document` due to the fallback
|
1154
|
-
// check, so it's either the <html> or <body> element.
|
1155
|
-
return parentNode.ownerDocument.body;
|
1156
|
-
}
|
1157
|
-
if (isHTMLElement(parentNode) && isOverflowElement(parentNode)) {
|
1158
|
-
return parentNode;
|
1159
|
-
}
|
1160
|
-
return getNearestOverflowAncestor(parentNode);
|
1161
|
-
}
|
1162
|
-
|
1163
|
-
function getOverflowAncestors(node, list) {
|
1164
|
-
var _node$ownerDocument;
|
1165
|
-
if (list === void 0) {
|
1166
|
-
list = [];
|
1167
|
-
}
|
1168
|
-
const scrollableAncestor = getNearestOverflowAncestor(node);
|
1169
|
-
const isBody = scrollableAncestor === ((_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.body);
|
1170
|
-
const win = getWindow(scrollableAncestor);
|
1171
|
-
if (isBody) {
|
1172
|
-
return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : []);
|
1173
|
-
}
|
1174
|
-
return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor));
|
1175
|
-
}
|
1176
|
-
|
1177
|
-
function getViewportRect(element, strategy) {
|
1178
|
-
const win = getWindow(element);
|
1179
|
-
const html = getDocumentElement(element);
|
1180
|
-
const visualViewport = win.visualViewport;
|
1181
|
-
let width = html.clientWidth;
|
1182
|
-
let height = html.clientHeight;
|
1183
|
-
let x = 0;
|
1184
|
-
let y = 0;
|
1185
|
-
if (visualViewport) {
|
1186
|
-
width = visualViewport.width;
|
1187
|
-
height = visualViewport.height;
|
1188
|
-
const visualViewportBased = isSafari();
|
1189
|
-
if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {
|
1190
|
-
x = visualViewport.offsetLeft;
|
1191
|
-
y = visualViewport.offsetTop;
|
1192
|
-
}
|
1193
|
-
}
|
1194
|
-
return {
|
1195
|
-
width,
|
1196
|
-
height,
|
1197
|
-
x,
|
1198
|
-
y
|
1199
|
-
};
|
1200
|
-
}
|
1201
|
-
|
1202
|
-
// Returns the inner client rect, subtracting scrollbars if present.
|
1203
|
-
function getInnerBoundingClientRect(element, strategy) {
|
1204
|
-
const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');
|
1205
|
-
const top = clientRect.top + element.clientTop;
|
1206
|
-
const left = clientRect.left + element.clientLeft;
|
1207
|
-
const scale = isHTMLElement(element) ? getScale(element) : {
|
1208
|
-
x: 1,
|
1209
|
-
y: 1
|
1210
|
-
};
|
1211
|
-
const width = element.clientWidth * scale.x;
|
1212
|
-
const height = element.clientHeight * scale.y;
|
1213
|
-
const x = left * scale.x;
|
1214
|
-
const y = top * scale.y;
|
1215
|
-
return {
|
1216
|
-
width,
|
1217
|
-
height,
|
1218
|
-
x,
|
1219
|
-
y
|
1220
|
-
};
|
1221
|
-
}
|
1222
|
-
function getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {
|
1223
|
-
let rect;
|
1224
|
-
if (clippingAncestor === 'viewport') {
|
1225
|
-
rect = getViewportRect(element, strategy);
|
1226
|
-
} else if (clippingAncestor === 'document') {
|
1227
|
-
rect = getDocumentRect(getDocumentElement(element));
|
1228
|
-
} else if (isElement(clippingAncestor)) {
|
1229
|
-
rect = getInnerBoundingClientRect(clippingAncestor, strategy);
|
1230
|
-
} else {
|
1231
|
-
const visualOffsets = getVisualOffsets(element);
|
1232
|
-
rect = {
|
1233
|
-
...clippingAncestor,
|
1234
|
-
x: clippingAncestor.x - visualOffsets.x,
|
1235
|
-
y: clippingAncestor.y - visualOffsets.y
|
1236
|
-
};
|
1237
|
-
}
|
1238
|
-
return rectToClientRect(rect);
|
1239
|
-
}
|
1240
|
-
function hasFixedPositionAncestor(element, stopNode) {
|
1241
|
-
const parentNode = getParentNode(element);
|
1242
|
-
if (parentNode === stopNode || !isElement(parentNode) || isLastTraversableNode(parentNode)) {
|
1243
|
-
return false;
|
1244
|
-
}
|
1245
|
-
return getComputedStyle$1(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);
|
1246
|
-
}
|
1247
|
-
|
1248
|
-
// A "clipping ancestor" is an `overflow` element with the characteristic of
|
1249
|
-
// clipping (or hiding) child elements. This returns all clipping ancestors
|
1250
|
-
// of the given element up the tree.
|
1251
|
-
function getClippingElementAncestors(element, cache) {
|
1252
|
-
const cachedResult = cache.get(element);
|
1253
|
-
if (cachedResult) {
|
1254
|
-
return cachedResult;
|
1255
|
-
}
|
1256
|
-
let result = getOverflowAncestors(element).filter(el => isElement(el) && getNodeName(el) !== 'body');
|
1257
|
-
let currentContainingBlockComputedStyle = null;
|
1258
|
-
const elementIsFixed = getComputedStyle$1(element).position === 'fixed';
|
1259
|
-
let currentNode = elementIsFixed ? getParentNode(element) : element;
|
1260
|
-
|
1261
|
-
// https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
|
1262
|
-
while (isElement(currentNode) && !isLastTraversableNode(currentNode)) {
|
1263
|
-
const computedStyle = getComputedStyle$1(currentNode);
|
1264
|
-
const currentNodeIsContaining = isContainingBlock(currentNode);
|
1265
|
-
if (!currentNodeIsContaining && computedStyle.position === 'fixed') {
|
1266
|
-
currentContainingBlockComputedStyle = null;
|
1267
|
-
}
|
1268
|
-
const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && ['absolute', 'fixed'].includes(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
|
1269
|
-
if (shouldDropCurrentNode) {
|
1270
|
-
// Drop non-containing blocks.
|
1271
|
-
result = result.filter(ancestor => ancestor !== currentNode);
|
1272
|
-
} else {
|
1273
|
-
// Record last containing block for next iteration.
|
1274
|
-
currentContainingBlockComputedStyle = computedStyle;
|
1275
|
-
}
|
1276
|
-
currentNode = getParentNode(currentNode);
|
1277
|
-
}
|
1278
|
-
cache.set(element, result);
|
1279
|
-
return result;
|
1280
|
-
}
|
1281
|
-
|
1282
|
-
// Gets the maximum area that the element is visible in due to any number of
|
1283
|
-
// clipping ancestors.
|
1284
|
-
function getClippingRect(_ref) {
|
1285
|
-
let {
|
1286
|
-
element,
|
1287
|
-
boundary,
|
1288
|
-
rootBoundary,
|
1289
|
-
strategy
|
1290
|
-
} = _ref;
|
1291
|
-
const elementClippingAncestors = boundary === 'clippingAncestors' ? getClippingElementAncestors(element, this._c) : [].concat(boundary);
|
1292
|
-
const clippingAncestors = [...elementClippingAncestors, rootBoundary];
|
1293
|
-
const firstClippingAncestor = clippingAncestors[0];
|
1294
|
-
const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {
|
1295
|
-
const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);
|
1296
|
-
accRect.top = max(rect.top, accRect.top);
|
1297
|
-
accRect.right = min(rect.right, accRect.right);
|
1298
|
-
accRect.bottom = min(rect.bottom, accRect.bottom);
|
1299
|
-
accRect.left = max(rect.left, accRect.left);
|
1300
|
-
return accRect;
|
1301
|
-
}, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));
|
1302
|
-
return {
|
1303
|
-
width: clippingRect.right - clippingRect.left,
|
1304
|
-
height: clippingRect.bottom - clippingRect.top,
|
1305
|
-
x: clippingRect.left,
|
1306
|
-
y: clippingRect.top
|
1307
|
-
};
|
1308
|
-
}
|
1309
|
-
|
1310
|
-
function getDimensions(element) {
|
1311
|
-
return getCssDimensions(element);
|
1312
|
-
}
|
1313
|
-
|
1314
|
-
function getTrueOffsetParent(element, polyfill) {
|
1315
|
-
if (!isHTMLElement(element) || getComputedStyle$1(element).position === 'fixed') {
|
1316
|
-
return null;
|
1317
|
-
}
|
1318
|
-
if (polyfill) {
|
1319
|
-
return polyfill(element);
|
1320
|
-
}
|
1321
|
-
return element.offsetParent;
|
1322
|
-
}
|
1323
|
-
function getContainingBlock(element) {
|
1324
|
-
let currentNode = getParentNode(element);
|
1325
|
-
while (isHTMLElement(currentNode) && !isLastTraversableNode(currentNode)) {
|
1326
|
-
if (isContainingBlock(currentNode)) {
|
1327
|
-
return currentNode;
|
1328
|
-
} else {
|
1329
|
-
currentNode = getParentNode(currentNode);
|
1330
|
-
}
|
1331
|
-
}
|
1332
|
-
return null;
|
1333
|
-
}
|
1334
|
-
|
1335
|
-
// Gets the closest ancestor positioned element. Handles some edge cases,
|
1336
|
-
// such as table ancestors and cross browser bugs.
|
1337
|
-
function getOffsetParent(element, polyfill) {
|
1338
|
-
const window = getWindow(element);
|
1339
|
-
if (!isHTMLElement(element)) {
|
1340
|
-
return window;
|
1341
|
-
}
|
1342
|
-
let offsetParent = getTrueOffsetParent(element, polyfill);
|
1343
|
-
while (offsetParent && isTableElement(offsetParent) && getComputedStyle$1(offsetParent).position === 'static') {
|
1344
|
-
offsetParent = getTrueOffsetParent(offsetParent, polyfill);
|
1345
|
-
}
|
1346
|
-
if (offsetParent && (getNodeName(offsetParent) === 'html' || getNodeName(offsetParent) === 'body' && getComputedStyle$1(offsetParent).position === 'static' && !isContainingBlock(offsetParent))) {
|
1347
|
-
return window;
|
1348
|
-
}
|
1349
|
-
return offsetParent || getContainingBlock(element) || window;
|
1350
|
-
}
|
1351
|
-
|
1352
|
-
function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
|
1353
|
-
const isOffsetParentAnElement = isHTMLElement(offsetParent);
|
1354
|
-
const documentElement = getDocumentElement(offsetParent);
|
1355
|
-
const isFixed = strategy === 'fixed';
|
1356
|
-
const rect = getBoundingClientRect(element, true, isFixed, offsetParent);
|
1357
|
-
let scroll = {
|
1358
|
-
scrollLeft: 0,
|
1359
|
-
scrollTop: 0
|
1360
|
-
};
|
1361
|
-
const offsets = {
|
1362
|
-
x: 0,
|
1363
|
-
y: 0
|
1364
|
-
};
|
1365
|
-
if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
|
1366
|
-
if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
|
1367
|
-
scroll = getNodeScroll(offsetParent);
|
1368
|
-
}
|
1369
|
-
if (isHTMLElement(offsetParent)) {
|
1370
|
-
const offsetRect = getBoundingClientRect(offsetParent, true, isFixed, offsetParent);
|
1371
|
-
offsets.x = offsetRect.x + offsetParent.clientLeft;
|
1372
|
-
offsets.y = offsetRect.y + offsetParent.clientTop;
|
1373
|
-
} else if (documentElement) {
|
1374
|
-
offsets.x = getWindowScrollBarX(documentElement);
|
1375
|
-
}
|
1376
|
-
}
|
1377
|
-
return {
|
1378
|
-
x: rect.left + scroll.scrollLeft - offsets.x,
|
1379
|
-
y: rect.top + scroll.scrollTop - offsets.y,
|
1380
|
-
width: rect.width,
|
1381
|
-
height: rect.height
|
1382
|
-
};
|
1383
|
-
}
|
1384
|
-
|
1385
|
-
const platform = {
|
1386
|
-
getClippingRect,
|
1387
|
-
convertOffsetParentRelativeRectToViewportRelativeRect,
|
1388
|
-
isElement,
|
1389
|
-
getDimensions,
|
1390
|
-
getOffsetParent,
|
1391
|
-
getDocumentElement,
|
1392
|
-
getScale,
|
1393
|
-
async getElementRects(_ref) {
|
1394
|
-
let {
|
1395
|
-
reference,
|
1396
|
-
floating,
|
1397
|
-
strategy
|
1398
|
-
} = _ref;
|
1399
|
-
const getOffsetParentFn = this.getOffsetParent || getOffsetParent;
|
1400
|
-
const getDimensionsFn = this.getDimensions;
|
1401
|
-
return {
|
1402
|
-
reference: getRectRelativeToOffsetParent(reference, await getOffsetParentFn(floating), strategy),
|
1403
|
-
floating: {
|
1404
|
-
x: 0,
|
1405
|
-
y: 0,
|
1406
|
-
...(await getDimensionsFn(floating))
|
1407
|
-
}
|
1408
|
-
};
|
1409
|
-
},
|
1410
|
-
getClientRects: element => Array.from(element.getClientRects()),
|
1411
|
-
isRTL: element => getComputedStyle$1(element).direction === 'rtl'
|
1412
|
-
};
|
1413
|
-
|
1414
|
-
/**
|
1415
|
-
* Automatically updates the position of the floating element when necessary.
|
1416
|
-
* Should only be called when the floating element is mounted on the DOM or
|
1417
|
-
* visible on the screen.
|
1418
|
-
* @returns cleanup function that should be invoked when the floating element is
|
1419
|
-
* removed from the DOM or hidden from the screen.
|
1420
|
-
* @see https://floating-ui.com/docs/autoUpdate
|
1421
|
-
*/
|
1422
|
-
function autoUpdate(reference, floating, update, options) {
|
1423
|
-
if (options === void 0) {
|
1424
|
-
options = {};
|
1425
|
-
}
|
1426
|
-
const {
|
1427
|
-
ancestorScroll = true,
|
1428
|
-
ancestorResize = true,
|
1429
|
-
elementResize = true,
|
1430
|
-
animationFrame = false
|
1431
|
-
} = options;
|
1432
|
-
const ancestors = ancestorScroll || ancestorResize ? [...(isElement(reference) ? getOverflowAncestors(reference) : reference.contextElement ? getOverflowAncestors(reference.contextElement) : []), ...getOverflowAncestors(floating)] : [];
|
1433
|
-
ancestors.forEach(ancestor => {
|
1434
|
-
// ignores Window, checks for [object VisualViewport]
|
1435
|
-
const isVisualViewport = !isElement(ancestor) && ancestor.toString().includes('V');
|
1436
|
-
if (ancestorScroll && (animationFrame ? isVisualViewport : true)) {
|
1437
|
-
ancestor.addEventListener('scroll', update, {
|
1438
|
-
passive: true
|
1439
|
-
});
|
1440
|
-
}
|
1441
|
-
ancestorResize && ancestor.addEventListener('resize', update);
|
1442
|
-
});
|
1443
|
-
let observer = null;
|
1444
|
-
if (elementResize) {
|
1445
|
-
observer = new ResizeObserver(() => {
|
1446
|
-
update();
|
1447
|
-
});
|
1448
|
-
isElement(reference) && !animationFrame && observer.observe(reference);
|
1449
|
-
if (!isElement(reference) && reference.contextElement && !animationFrame) {
|
1450
|
-
observer.observe(reference.contextElement);
|
1451
|
-
}
|
1452
|
-
observer.observe(floating);
|
1453
|
-
}
|
1454
|
-
let frameId;
|
1455
|
-
let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;
|
1456
|
-
if (animationFrame) {
|
1457
|
-
frameLoop();
|
1458
|
-
}
|
1459
|
-
function frameLoop() {
|
1460
|
-
const nextRefRect = getBoundingClientRect(reference);
|
1461
|
-
if (prevRefRect && (nextRefRect.x !== prevRefRect.x || nextRefRect.y !== prevRefRect.y || nextRefRect.width !== prevRefRect.width || nextRefRect.height !== prevRefRect.height)) {
|
1462
|
-
update();
|
1463
|
-
}
|
1464
|
-
prevRefRect = nextRefRect;
|
1465
|
-
frameId = requestAnimationFrame(frameLoop);
|
1466
|
-
}
|
1467
|
-
update();
|
1468
|
-
return () => {
|
1469
|
-
var _observer;
|
1470
|
-
ancestors.forEach(ancestor => {
|
1471
|
-
ancestorScroll && ancestor.removeEventListener('scroll', update);
|
1472
|
-
ancestorResize && ancestor.removeEventListener('resize', update);
|
1473
|
-
});
|
1474
|
-
(_observer = observer) == null ? void 0 : _observer.disconnect();
|
1475
|
-
observer = null;
|
1476
|
-
if (animationFrame) {
|
1477
|
-
cancelAnimationFrame(frameId);
|
1478
|
-
}
|
1479
|
-
};
|
1480
|
-
}
|
1481
|
-
|
1482
|
-
/**
|
1483
|
-
* Computes the `x` and `y` coordinates that will place the floating element
|
1484
|
-
* next to a reference element when it is given a certain CSS positioning
|
1485
|
-
* strategy.
|
1486
|
-
*/
|
1487
|
-
const computePosition = (reference, floating, options) => {
|
1488
|
-
// This caches the expensive `getClippingElementAncestors` function so that
|
1489
|
-
// multiple lifecycle resets re-use the same result. It only lives for a
|
1490
|
-
// single call. If other functions become expensive, we can add them as well.
|
1491
|
-
const cache = new Map();
|
1492
|
-
const mergedOptions = {
|
1493
|
-
platform,
|
1494
|
-
...options
|
1495
|
-
};
|
1496
|
-
const platformWithCache = {
|
1497
|
-
...mergedOptions.platform,
|
1498
|
-
_c: cache
|
1499
|
-
};
|
1500
|
-
return computePosition$1(reference, floating, {
|
1501
|
-
...mergedOptions,
|
1502
|
-
platform: platformWithCache
|
1503
|
-
});
|
1504
|
-
};
|
1505
|
-
|
1506
|
-
/*!
|
1507
|
-
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
1508
|
-
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
1509
|
-
* v1.4.2
|
1510
|
-
*/
|
1511
|
-
/**
|
1512
|
-
* This module helps users provide custom configuration for component internals.
|
1513
|
-
*
|
1514
|
-
* @internal
|
1515
|
-
*/
|
1516
|
-
const configOverrides = globalThis["calciteComponentsConfig"];
|
1517
|
-
const config = {
|
1518
|
-
/**
|
1519
|
-
* We apply a custom fix to improve positioning for non-Chromium browsers.
|
1520
|
-
* The fix comes at a performance cost, so provides users a way to opt-out if necessary.
|
1521
|
-
*
|
1522
|
-
* @internal
|
1523
|
-
*/
|
1524
|
-
floatingUINonChromiumPositioningFix: true,
|
1525
|
-
...configOverrides
|
1526
|
-
};
|
1527
|
-
|
1528
|
-
/*!
|
1529
|
-
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
1530
|
-
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
1531
|
-
* v1.4.2
|
1532
|
-
*/
|
1533
|
-
const floatingUIBrowserCheck = patchFloatingUiForNonChromiumBrowsers();
|
1534
|
-
async function patchFloatingUiForNonChromiumBrowsers() {
|
1535
|
-
function getUAData() {
|
1536
|
-
return navigator.userAgentData;
|
1537
|
-
}
|
1538
|
-
function getUAString() {
|
1539
|
-
const uaData = getUAData();
|
1540
|
-
return uaData?.brands
|
1541
|
-
? uaData.brands.map(({ brand, version }) => `${brand}/${version}`).join(" ")
|
1542
|
-
: navigator.userAgent;
|
1543
|
-
}
|
1544
|
-
function isChrome109OrAbove() {
|
1545
|
-
const uaData = getUAData();
|
1546
|
-
if (uaData?.brands) {
|
1547
|
-
return !!uaData.brands.find(({ brand, version }) => (brand === "Google Chrome" || brand === "Chromium") && Number(version) >= 109);
|
1548
|
-
}
|
1549
|
-
return !!navigator.userAgent.split(" ").find((ua) => {
|
1550
|
-
const [browser, version] = ua.split("/");
|
1551
|
-
return browser === "Chrome" && parseInt(version) >= 109;
|
1552
|
-
});
|
1553
|
-
}
|
1554
|
-
if (config.floatingUINonChromiumPositioningFix &&
|
1555
|
-
// ⚠️ browser-sniffing is not a best practice and should be avoided ⚠️
|
1556
|
-
(/firefox|safari/i.test(getUAString()) || isChrome109OrAbove())) {
|
1557
|
-
const { offsetParent } = await import('./composed-offset-position.esm-458d4648.js');
|
1558
|
-
const originalGetOffsetParent = platform.getOffsetParent;
|
1559
|
-
platform.getOffsetParent = (element) => originalGetOffsetParent(element, offsetParent);
|
1560
|
-
}
|
1561
|
-
}
|
1562
|
-
/**
|
1563
|
-
* Exported for testing purposes only
|
1564
|
-
*/
|
1565
|
-
const placementDataAttribute = "data-placement";
|
1566
|
-
/**
|
1567
|
-
* Exported for testing purposes only
|
1568
|
-
*/
|
1569
|
-
const repositionDebounceTimeout = 100;
|
1570
|
-
const effectivePlacements = [
|
1571
|
-
"top",
|
1572
|
-
"bottom",
|
1573
|
-
"right",
|
1574
|
-
"left",
|
1575
|
-
"top-start",
|
1576
|
-
"top-end",
|
1577
|
-
"bottom-start",
|
1578
|
-
"bottom-end",
|
1579
|
-
"right-start",
|
1580
|
-
"right-end",
|
1581
|
-
"left-start",
|
1582
|
-
"left-end"
|
1583
|
-
];
|
1584
|
-
const defaultMenuPlacement = "bottom-start";
|
1585
|
-
const FloatingCSS = {
|
1586
|
-
animation: "calcite-floating-ui-anim",
|
1587
|
-
animationActive: "calcite-floating-ui-anim--active"
|
1588
|
-
};
|
1589
|
-
function getMiddleware({ placement, flipDisabled, flipPlacements, offsetDistance, offsetSkidding, arrowEl, type }) {
|
1590
|
-
const defaultMiddleware = [shift(), hide()];
|
1591
|
-
if (type === "menu") {
|
1592
|
-
return [
|
1593
|
-
...defaultMiddleware,
|
1594
|
-
flip({
|
1595
|
-
fallbackPlacements: flipPlacements || ["top-start", "top", "top-end", "bottom-start", "bottom", "bottom-end"]
|
1596
|
-
})
|
1597
|
-
];
|
1598
|
-
}
|
1599
|
-
if (type === "popover" || type === "tooltip") {
|
1600
|
-
const middleware = [
|
1601
|
-
...defaultMiddleware,
|
1602
|
-
offset({
|
1603
|
-
mainAxis: typeof offsetDistance === "number" ? offsetDistance : 0,
|
1604
|
-
crossAxis: typeof offsetSkidding === "number" ? offsetSkidding : 0
|
1605
|
-
})
|
1606
|
-
];
|
1607
|
-
if (placement === "auto" || placement === "auto-start" || placement === "auto-end") {
|
1608
|
-
middleware.push(autoPlacement({ alignment: placement === "auto-start" ? "start" : placement === "auto-end" ? "end" : null }));
|
1609
|
-
}
|
1610
|
-
else if (!flipDisabled) {
|
1611
|
-
middleware.push(flip(flipPlacements ? { fallbackPlacements: flipPlacements } : {}));
|
1612
|
-
}
|
1613
|
-
if (arrowEl) {
|
1614
|
-
middleware.push(arrow({
|
1615
|
-
element: arrowEl
|
1616
|
-
}));
|
1617
|
-
}
|
1618
|
-
return middleware;
|
1619
|
-
}
|
1620
|
-
return [];
|
1621
|
-
}
|
1622
|
-
function filterComputedPlacements(placements, el) {
|
1623
|
-
const filteredPlacements = placements.filter((placement) => effectivePlacements.includes(placement));
|
1624
|
-
if (filteredPlacements.length !== placements.length) {
|
1625
|
-
console.warn(`${el.tagName}: Invalid value found in: flipPlacements. Try any of these: ${effectivePlacements
|
1626
|
-
.map((placement) => `"${placement}"`)
|
1627
|
-
.join(", ")
|
1628
|
-
.trim()}`, { el });
|
1629
|
-
}
|
1630
|
-
return filteredPlacements;
|
1631
|
-
}
|
1632
|
-
function getEffectivePlacement(floatingEl, placement) {
|
1633
|
-
const placements = ["left", "right"];
|
1634
|
-
if (getElementDir(floatingEl) === "rtl") {
|
1635
|
-
placements.reverse();
|
1636
|
-
}
|
1637
|
-
return placement.replace(/leading/gi, placements[0]).replace(/trailing/gi, placements[1]);
|
1638
|
-
}
|
1639
|
-
/**
|
1640
|
-
* Convenience function to manage `reposition` calls for FloatingUIComponents that use `positionFloatingUI.
|
1641
|
-
*
|
1642
|
-
* Note: this is not needed for components that use `calcite-popover`.
|
1643
|
-
*
|
1644
|
-
* @param component
|
1645
|
-
* @param options
|
1646
|
-
* @param options.referenceEl
|
1647
|
-
* @param options.floatingEl
|
1648
|
-
* @param options.overlayPositioning
|
1649
|
-
* @param options.placement
|
1650
|
-
* @param options.flipDisabled
|
1651
|
-
* @param options.flipPlacements
|
1652
|
-
* @param options.offsetDistance
|
1653
|
-
* @param options.offsetSkidding
|
1654
|
-
* @param options.arrowEl
|
1655
|
-
* @param options.type
|
1656
|
-
* @param delayed
|
1657
|
-
*/
|
1658
|
-
async function reposition(component, options, delayed = false) {
|
1659
|
-
if (!component.open) {
|
1660
|
-
return;
|
1661
|
-
}
|
1662
|
-
return delayed ? debouncedReposition(component, options) : positionFloatingUI(component, options);
|
1663
|
-
}
|
1664
|
-
const debouncedReposition = debounce(positionFloatingUI, repositionDebounceTimeout, {
|
1665
|
-
leading: true,
|
1666
|
-
maxWait: repositionDebounceTimeout
|
1667
|
-
});
|
1668
|
-
const ARROW_CSS_TRANSFORM = {
|
1669
|
-
top: "",
|
1670
|
-
left: "rotate(-90deg)",
|
1671
|
-
bottom: "rotate(180deg)",
|
1672
|
-
right: "rotate(90deg)"
|
1673
|
-
};
|
1674
|
-
/**
|
1675
|
-
* Positions the floating element relative to the reference element.
|
1676
|
-
*
|
1677
|
-
* **Note:** exported for testing purposes only
|
1678
|
-
*
|
1679
|
-
* @param root0
|
1680
|
-
* @param root0.referenceEl
|
1681
|
-
* @param root0.floatingEl
|
1682
|
-
* @param root0.overlayPositioning
|
1683
|
-
* @param root0.placement
|
1684
|
-
* @param root0.flipDisabled
|
1685
|
-
* @param root0.flipPlacements
|
1686
|
-
* @param root0.offsetDistance
|
1687
|
-
* @param root0.offsetSkidding
|
1688
|
-
* @param root0.arrowEl
|
1689
|
-
* @param root0.type
|
1690
|
-
* @param component
|
1691
|
-
* @param root0.referenceEl.referenceEl
|
1692
|
-
* @param root0.referenceEl.floatingEl
|
1693
|
-
* @param root0.referenceEl.overlayPositioning
|
1694
|
-
* @param root0.referenceEl.placement
|
1695
|
-
* @param root0.referenceEl.flipDisabled
|
1696
|
-
* @param root0.referenceEl.flipPlacements
|
1697
|
-
* @param root0.referenceEl.offsetDistance
|
1698
|
-
* @param root0.referenceEl.offsetSkidding
|
1699
|
-
* @param root0.referenceEl.arrowEl
|
1700
|
-
* @param root0.referenceEl.type
|
1701
|
-
* @param component.referenceEl
|
1702
|
-
* @param component.floatingEl
|
1703
|
-
* @param component.overlayPositioning
|
1704
|
-
* @param component.placement
|
1705
|
-
* @param component.flipDisabled
|
1706
|
-
* @param component.flipPlacements
|
1707
|
-
* @param component.offsetDistance
|
1708
|
-
* @param component.offsetSkidding
|
1709
|
-
* @param component.arrowEl
|
1710
|
-
* @param component.type
|
1711
|
-
*/
|
1712
|
-
async function positionFloatingUI(component, { referenceEl, floatingEl, overlayPositioning = "absolute", placement, flipDisabled, flipPlacements, offsetDistance, offsetSkidding, arrowEl, type }) {
|
1713
|
-
if (!referenceEl || !floatingEl) {
|
1714
|
-
return null;
|
1715
|
-
}
|
1716
|
-
await floatingUIBrowserCheck;
|
1717
|
-
const { x, y, placement: effectivePlacement, strategy: position, middlewareData } = await computePosition(referenceEl, floatingEl, {
|
1718
|
-
strategy: overlayPositioning,
|
1719
|
-
placement: placement === "auto" || placement === "auto-start" || placement === "auto-end"
|
1720
|
-
? undefined
|
1721
|
-
: getEffectivePlacement(floatingEl, placement),
|
1722
|
-
middleware: getMiddleware({
|
1723
|
-
placement,
|
1724
|
-
flipDisabled,
|
1725
|
-
flipPlacements,
|
1726
|
-
offsetDistance,
|
1727
|
-
offsetSkidding,
|
1728
|
-
arrowEl,
|
1729
|
-
type
|
1730
|
-
})
|
1731
|
-
});
|
1732
|
-
if (arrowEl && middlewareData.arrow) {
|
1733
|
-
const { x, y } = middlewareData.arrow;
|
1734
|
-
const side = effectivePlacement.split("-")[0];
|
1735
|
-
const alignment = x != null ? "left" : "top";
|
1736
|
-
const transform = ARROW_CSS_TRANSFORM[side];
|
1737
|
-
const reset = { left: "", top: "", bottom: "", right: "" };
|
1738
|
-
if ("floatingLayout" in component) {
|
1739
|
-
component.floatingLayout = side === "left" || side === "right" ? "horizontal" : "vertical";
|
1740
|
-
}
|
1741
|
-
Object.assign(arrowEl.style, {
|
1742
|
-
...reset,
|
1743
|
-
[alignment]: `${alignment == "left" ? x : y}px`,
|
1744
|
-
[side]: "100%",
|
1745
|
-
transform
|
1746
|
-
});
|
1747
|
-
}
|
1748
|
-
const referenceHidden = middlewareData.hide?.referenceHidden;
|
1749
|
-
const visibility = referenceHidden ? "hidden" : null;
|
1750
|
-
const pointerEvents = visibility ? "none" : null;
|
1751
|
-
floatingEl.setAttribute(placementDataAttribute, effectivePlacement);
|
1752
|
-
const transform = `translate(${Math.round(x)}px,${Math.round(y)}px)`;
|
1753
|
-
Object.assign(floatingEl.style, {
|
1754
|
-
visibility,
|
1755
|
-
pointerEvents,
|
1756
|
-
position,
|
1757
|
-
top: "0",
|
1758
|
-
left: "0",
|
1759
|
-
transform
|
1760
|
-
});
|
1761
|
-
}
|
1762
|
-
/**
|
1763
|
-
* Exported for testing purposes only
|
1764
|
-
*
|
1765
|
-
* @internal
|
1766
|
-
*/
|
1767
|
-
const cleanupMap = new WeakMap();
|
1768
|
-
/**
|
1769
|
-
* Helper to set up floating element interactions on connectedCallback.
|
1770
|
-
*
|
1771
|
-
* @param component
|
1772
|
-
* @param referenceEl
|
1773
|
-
* @param floatingEl
|
1774
|
-
*/
|
1775
|
-
function connectFloatingUI(component, referenceEl, floatingEl) {
|
1776
|
-
if (!floatingEl || !referenceEl) {
|
1777
|
-
return;
|
1778
|
-
}
|
1779
|
-
disconnectFloatingUI(component, referenceEl, floatingEl);
|
1780
|
-
Object.assign(floatingEl.style, {
|
1781
|
-
visibility: "hidden",
|
1782
|
-
pointerEvents: "none",
|
1783
|
-
// initial positioning based on https://floating-ui.com/docs/computePosition#initial-layout
|
1784
|
-
position: component.overlayPositioning,
|
1785
|
-
top: "0",
|
1786
|
-
left: "0"
|
1787
|
-
});
|
1788
|
-
const runAutoUpdate = autoUpdate
|
1789
|
-
;
|
1790
|
-
cleanupMap.set(component, runAutoUpdate(referenceEl, floatingEl, () => component.reposition()));
|
1791
|
-
}
|
1792
|
-
/**
|
1793
|
-
* Helper to tear down floating element interactions on disconnectedCallback.
|
1794
|
-
*
|
1795
|
-
* @param component
|
1796
|
-
* @param referenceEl
|
1797
|
-
* @param floatingEl
|
1798
|
-
*/
|
1799
|
-
function disconnectFloatingUI(component, referenceEl, floatingEl) {
|
1800
|
-
if (!floatingEl || !referenceEl) {
|
1801
|
-
return;
|
1802
|
-
}
|
1803
|
-
const cleanup = cleanupMap.get(component);
|
1804
|
-
if (cleanup) {
|
1805
|
-
cleanup();
|
1806
|
-
}
|
1807
|
-
cleanupMap.delete(component);
|
1808
|
-
}
|
1809
|
-
const visiblePointerSize = 4;
|
1810
|
-
/**
|
1811
|
-
* Default offset the position of the floating element away from the reference element.
|
1812
|
-
*
|
1813
|
-
* @default 6
|
1814
|
-
*/
|
1815
|
-
const defaultOffsetDistance = Math.ceil(Math.hypot(visiblePointerSize, visiblePointerSize));
|
1816
|
-
|
1817
|
-
export { FloatingCSS as F, disconnectFloatingUI as a, defaultOffsetDistance as b, connectFloatingUI as c, defaultMenuPlacement as d, filterComputedPlacements as f, reposition as r };
|