@mapsight/ui 7.1.0 → 7.2.1
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/README.md +95 -2
- package/dist/components/app.d.ts +1 -1
- package/dist/components/app.d.ts.map +1 -1
- package/dist/components/feature-details-content/feature-details-content.d.ts +1 -1
- package/dist/components/feature-details-content/feature-details-content.d.ts.map +1 -1
- package/dist/components/feature-details-content/index.d.ts +1 -1
- package/dist/components/feature-details-content/share-feature-link-modal.d.ts +1 -1
- package/dist/components/feature-details-content/share-feature-link-modal.d.ts.map +1 -1
- package/dist/components/feature-list/context.d.ts +12 -4
- package/dist/components/feature-list/context.d.ts.map +1 -1
- package/dist/components/feature-list/context.js.map +1 -1
- package/dist/components/feature-list/empty-message.d.ts +1 -1
- package/dist/components/feature-list/empty-message.d.ts.map +1 -1
- package/dist/components/feature-list/filter.d.ts +1 -1
- package/dist/components/feature-list/filter.d.ts.map +1 -1
- package/dist/components/feature-list/footer.d.ts +1 -1
- package/dist/components/feature-list/footer.d.ts.map +1 -1
- package/dist/components/feature-list/hooks/useAutoloadFeatureSource.d.ts.map +1 -1
- package/dist/components/feature-list/hooks/useAutoloadFeatureSource.js +12 -3
- package/dist/components/feature-list/hooks/useAutoloadFeatureSource.js.map +1 -1
- package/dist/components/feature-list/hooks/useFeatureListItemGroups.js +1 -1
- package/dist/components/feature-list/hooks/useFeatureListItemGroups.js.map +1 -1
- package/dist/components/feature-list/index.d.ts +3 -2
- package/dist/components/feature-list/index.d.ts.map +1 -1
- package/dist/components/feature-list/index.js +33 -42
- package/dist/components/feature-list/index.js.map +1 -1
- package/dist/components/feature-list/layer-switcher-control.d.ts +4 -0
- package/dist/components/feature-list/layer-switcher-control.d.ts.map +1 -0
- package/dist/components/feature-list/layer-switcher-control.js +11 -0
- package/dist/components/feature-list/layer-switcher-control.js.map +1 -0
- package/dist/components/feature-list/pagination.d.ts +1 -1
- package/dist/components/feature-list/pagination.d.ts.map +1 -1
- package/dist/components/feature-list/query-input.d.ts +1 -1
- package/dist/components/feature-list/query-input.d.ts.map +1 -1
- package/dist/components/feature-list/tag-switcher-control.d.ts +4 -0
- package/dist/components/feature-list/tag-switcher-control.d.ts.map +1 -0
- package/dist/components/feature-list/tag-switcher-control.js +10 -0
- package/dist/components/feature-list/tag-switcher-control.js.map +1 -0
- package/dist/components/feature-list-cycling/button.d.ts +1 -1
- package/dist/components/feature-list-cycling/button.d.ts.map +1 -1
- package/dist/components/feature-list-cycling/dot.d.ts +1 -1
- package/dist/components/feature-list-cycling/dot.d.ts.map +1 -1
- package/dist/components/feature-list-cycling/feature-list-cycling.d.ts +1 -1
- package/dist/components/feature-list-cycling/feature-list-cycling.d.ts.map +1 -1
- package/dist/components/feature-list-cycling/index.d.ts +1 -1
- package/dist/components/feature-list-item/icon.d.ts +8 -6
- package/dist/components/feature-list-item/icon.d.ts.map +1 -1
- package/dist/components/feature-list-item/icon.js +5 -13
- package/dist/components/feature-list-item/icon.js.map +1 -1
- package/dist/components/feature-list-item/index.d.ts +1 -1
- package/dist/components/feature-list-item/index.d.ts.map +1 -1
- package/dist/components/feature-list-sorting/feature-list-sorting.d.ts +1 -1
- package/dist/components/feature-list-sorting/feature-list-sorting.d.ts.map +1 -1
- package/dist/components/feature-list-sorting/feature-list-sorting.js +3 -12
- package/dist/components/feature-list-sorting/feature-list-sorting.js.map +1 -1
- package/dist/components/feature-list-sorting/index.d.ts +1 -1
- package/dist/components/feature-list-sorting/status-indicator.d.ts +1 -1
- package/dist/components/feature-list-sorting/status-indicator.d.ts.map +1 -1
- package/dist/components/feature-select-button.d.ts +1 -1
- package/dist/components/feature-select-button.d.ts.map +1 -1
- package/dist/components/feature-selection-info/close-button.d.ts +1 -1
- package/dist/components/feature-selection-info/close-button.d.ts.map +1 -1
- package/dist/components/feature-selection-info/container.d.ts +1 -1
- package/dist/components/feature-selection-info/container.d.ts.map +1 -1
- package/dist/components/feature-selection-info/header.d.ts +1 -1
- package/dist/components/feature-selection-info/header.d.ts.map +1 -1
- package/dist/components/feature-selection-info/index.d.ts +1 -1
- package/dist/components/feature-selection-info/index.d.ts.map +1 -1
- package/dist/components/feature-selection-info/with-sticky-header.d.ts +1 -1
- package/dist/components/feature-selection-info/with-sticky-header.d.ts.map +1 -1
- package/dist/components/feature-selection-info/without-sticky-header.d.ts +1 -1
- package/dist/components/feature-selection-info/without-sticky-header.d.ts.map +1 -1
- package/dist/components/filter-toggle-control/FilterToggleControl.d.ts +12 -0
- package/dist/components/filter-toggle-control/FilterToggleControl.d.ts.map +1 -0
- package/dist/components/filter-toggle-control/FilterToggleControl.js +20 -0
- package/dist/components/filter-toggle-control/FilterToggleControl.js.map +1 -0
- package/dist/components/helping/app-channel.d.ts +1 -1
- package/dist/components/helping/app-channel.d.ts.map +1 -1
- package/dist/components/helping/app-context.d.ts +1 -1
- package/dist/components/helping/app-context.d.ts.map +1 -1
- package/dist/components/instance.d.ts +1 -1
- package/dist/components/instance.d.ts.map +1 -1
- package/dist/components/layer-switcher/GroupedLayerSwitcher.d.ts +1 -1
- package/dist/components/layer-switcher/LayerSwitcher.d.ts +1 -1
- package/dist/components/layer-switcher/LayerSwitcherContainer.d.ts +4 -2
- package/dist/components/layer-switcher/LayerSwitcherContainer.d.ts.map +1 -1
- package/dist/components/layer-switcher/LayerSwitcherContainer.js +10 -4
- package/dist/components/layer-switcher/LayerSwitcherContainer.js.map +1 -1
- package/dist/components/layer-switcher/LayerSwitcherEntry.d.ts +1 -1
- package/dist/components/layer-switcher/SplitBaseLayerSwitcher.d.ts +26 -0
- package/dist/components/layer-switcher/SplitBaseLayerSwitcher.d.ts.map +1 -0
- package/dist/components/layer-switcher/SplitBaseLayerSwitcher.js +48 -0
- package/dist/components/layer-switcher/SplitBaseLayerSwitcher.js.map +1 -0
- package/dist/components/layer-switcher/index.d.ts +1 -1
- package/dist/components/layer-switcher/index.d.ts.map +1 -1
- package/dist/components/layer-switcher/index.js +1 -0
- package/dist/components/layer-switcher/index.js.map +1 -1
- package/dist/components/layout/additional-container/content.d.ts +1 -1
- package/dist/components/layout/additional-container/content.d.ts.map +1 -1
- package/dist/components/layout/additional-container/index.d.ts +1 -1
- package/dist/components/layout/additional-container/index.d.ts.map +1 -1
- package/dist/components/layout/additional-container/marginal.d.ts +1 -1
- package/dist/components/layout/additional-container/marginal.d.ts.map +1 -1
- package/dist/components/layout/main-container.d.ts +1 -1
- package/dist/components/layout/main-container.d.ts.map +1 -1
- package/dist/components/layout/map-row.d.ts +1 -1
- package/dist/components/layout/map-row.d.ts.map +1 -1
- package/dist/components/layout/title-bar.d.ts +1 -1
- package/dist/components/layout/title-bar.d.ts.map +1 -1
- package/dist/components/layout/wrapper.d.ts +1 -1
- package/dist/components/layout/wrapper.d.ts.map +1 -1
- package/dist/components/link-share.d.ts +1 -1
- package/dist/components/link-share.d.ts.map +1 -1
- package/dist/components/main-panel/container.d.ts +1 -1
- package/dist/components/main-panel/container.d.ts.map +1 -1
- package/dist/components/main-panel/context.d.ts +1 -1
- package/dist/components/main-panel/context.d.ts.map +1 -1
- package/dist/components/main-panel/index.d.ts +1 -1
- package/dist/components/main-panel/index.d.ts.map +1 -1
- package/dist/components/main-panel/list-toggle-button.d.ts +1 -1
- package/dist/components/main-panel/list-toggle-button.d.ts.map +1 -1
- package/dist/components/map-overlay/attribution-entries.d.ts +1 -1
- package/dist/components/map-overlay/attribution-entries.d.ts.map +1 -1
- package/dist/components/map-overlay/attribution.d.ts +1 -1
- package/dist/components/map-overlay/attribution.d.ts.map +1 -1
- package/dist/components/map-overlay/combined-buttons.d.ts +1 -1
- package/dist/components/map-overlay/combined-buttons.d.ts.map +1 -1
- package/dist/components/map-overlay/index.d.ts +1 -1
- package/dist/components/map-overlay/index.d.ts.map +1 -1
- package/dist/components/map-overlay/info-overlay-left.d.ts +1 -1
- package/dist/components/map-overlay/info-overlay-left.d.ts.map +1 -1
- package/dist/components/map-overlay/info-overlay-modal.d.ts +1 -1
- package/dist/components/map-overlay/info-overlay-modal.d.ts.map +1 -1
- package/dist/components/map-overlay/info-overlay-right.d.ts +1 -1
- package/dist/components/map-overlay/info-overlay-right.d.ts.map +1 -1
- package/dist/components/map-overlay/layer-switcher-overlay.d.ts +1 -1
- package/dist/components/map-overlay/layer-switcher-overlay.d.ts.map +1 -1
- package/dist/components/map-overlay/legend.d.ts +1 -1
- package/dist/components/map-overlay/legend.d.ts.map +1 -1
- package/dist/components/map-overlay/logo.d.ts +1 -1
- package/dist/components/map-overlay/logo.d.ts.map +1 -1
- package/dist/components/map-overlay/measure-distance-button.d.ts +1 -1
- package/dist/components/map-overlay/measure-distance-button.d.ts.map +1 -1
- package/dist/components/map-overlay/measure-distance-overlay.d.ts +1 -1
- package/dist/components/map-overlay/measure-distance-overlay.d.ts.map +1 -1
- package/dist/components/map-overlay/search-overlay.d.ts +1 -1
- package/dist/components/map-overlay/search-overlay.d.ts.map +1 -1
- package/dist/components/map-overlay/share-position-link-button.d.ts +1 -1
- package/dist/components/map-overlay/share-position-link-button.d.ts.map +1 -1
- package/dist/components/map-overlay/tool-overlay.d.ts +1 -1
- package/dist/components/map-overlay/tool-overlay.d.ts.map +1 -1
- package/dist/components/map-overlay/zoom-buttons.d.ts +1 -1
- package/dist/components/map-overlay/zoom-buttons.d.ts.map +1 -1
- package/dist/components/map-synced-interlay/index.d.ts +1 -1
- package/dist/components/map-synced-interlay/map-synced-interlay.d.ts +1 -1
- package/dist/components/map-synced-interlay/map-synced-interlay.d.ts.map +1 -1
- package/dist/components/map-synced-interlay/tooltip.d.ts +1 -1
- package/dist/components/map-synced-interlay/tooltip.d.ts.map +1 -1
- package/dist/components/map-wrapper.d.ts +3 -3
- package/dist/components/map-wrapper.d.ts.map +1 -1
- package/dist/components/map-wrapper.js +4 -7
- package/dist/components/map-wrapper.js.map +1 -1
- package/dist/components/map.d.ts +1 -1
- package/dist/components/map.d.ts.map +1 -1
- package/dist/components/mapsight-icon/mapsight-icon.d.ts +10 -0
- package/dist/components/mapsight-icon/mapsight-icon.d.ts.map +1 -0
- package/dist/components/mapsight-icon/mapsight-icon.js +33 -0
- package/dist/components/mapsight-icon/mapsight-icon.js.map +1 -0
- package/dist/components/modal.d.ts +1 -1
- package/dist/components/modal.d.ts.map +1 -1
- package/dist/components/query-input-with-label.d.ts +1 -1
- package/dist/components/query-input-with-label.d.ts.map +1 -1
- package/dist/components/search/index.d.ts +1 -1
- package/dist/components/search/index.d.ts.map +1 -1
- package/dist/components/search/result-entry.d.ts +1 -1
- package/dist/components/search/result-entry.d.ts.map +1 -1
- package/dist/components/search/result.d.ts +1 -1
- package/dist/components/search/result.d.ts.map +1 -1
- package/dist/components/switcher/GroupedSwitcher.d.ts +1 -1
- package/dist/components/switcher/GroupedSwitcher.d.ts.map +1 -1
- package/dist/components/switcher/Switcher.d.ts +1 -1
- package/dist/components/switcher/Switcher.d.ts.map +1 -1
- package/dist/components/switcher/SwitcherButton.d.ts +1 -1
- package/dist/components/switcher/SwitcherButton.d.ts.map +1 -1
- package/dist/components/switcher/SwitcherEntry.d.ts +1 -1
- package/dist/components/switcher/SwitcherEntry.d.ts.map +1 -1
- package/dist/components/switcher/SwitcherHeader.d.ts +1 -1
- package/dist/components/switcher/SwitcherHeader.d.ts.map +1 -1
- package/dist/components/switcher/SwitcherStatusIcon.d.ts +1 -1
- package/dist/components/switcher/SwitcherStatusIcon.d.ts.map +1 -1
- package/dist/components/tag-switcher/TagSwitcher.d.ts +1 -1
- package/dist/components/tag-switcher/TagSwitcher.d.ts.map +1 -1
- package/dist/components/tag-switcher/createTagSwitcherEntry.d.ts +1 -1
- package/dist/components/tag-switcher/createTagSwitcherHeader.d.ts +1 -1
- package/dist/components/tag-switcher/index.d.ts +1 -1
- package/dist/components/time-filter.d.ts +1 -1
- package/dist/components/time-filter.d.ts.map +1 -1
- package/dist/components/view-toggle-button/desktop-button.d.ts +1 -1
- package/dist/components/view-toggle-button/desktop-button.d.ts.map +1 -1
- package/dist/components/view-toggle-button/index.d.ts +1 -1
- package/dist/components/view-toggle-button/mobile-button.d.ts +1 -1
- package/dist/components/view-toggle-button/mobile-button.d.ts.map +1 -1
- package/dist/components/view-toggle-button/view-toggle-button.d.ts +1 -1
- package/dist/components/view-toggle-button/view-toggle-button.d.ts.map +1 -1
- package/dist/components/view-toggle-button/viewport-button.d.ts +1 -1
- package/dist/components/view-toggle-button/viewport-button.d.ts.map +1 -1
- package/dist/config/feature/sources.d.ts +8 -5
- package/dist/config/feature/sources.d.ts.map +1 -1
- package/dist/config/feature/sources.js +7 -9
- package/dist/config/feature/sources.js.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/map/featureInteractions.js.map +1 -1
- package/dist/config/map/layers.d.ts +16 -13
- package/dist/config/map/layers.d.ts.map +1 -1
- package/dist/config/map/layers.js.map +1 -1
- package/dist/config/schema/index.d.ts +197 -0
- package/dist/config/schema/index.d.ts.map +1 -0
- package/dist/config/schema/index.js +26 -0
- package/dist/config/schema/index.js.map +1 -0
- package/dist/config/schema/validate.d.ts +8 -0
- package/dist/config/schema/validate.d.ts.map +1 -0
- package/dist/config/schema/validate.js +7 -0
- package/dist/config/schema/validate.js.map +1 -0
- package/dist/controllers/defaults.d.ts.map +1 -1
- package/dist/controllers/defaults.js +5 -0
- package/dist/controllers/defaults.js.map +1 -1
- package/dist/filters/tag-filter.d.ts +7 -0
- package/dist/filters/tag-filter.d.ts.map +1 -1
- package/dist/filters/tag-filter.js +10 -0
- package/dist/filters/tag-filter.js.map +1 -1
- package/dist/filters/time-filter.d.ts +9 -0
- package/dist/filters/time-filter.d.ts.map +1 -1
- package/dist/filters/time-filter.js +10 -0
- package/dist/filters/time-filter.js.map +1 -1
- package/dist/helpers/i18n/de.d.ts.map +1 -1
- package/dist/helpers/i18n/de.js +3 -0
- package/dist/helpers/i18n/de.js.map +1 -1
- package/dist/helpers/i18n/en.d.ts.map +1 -1
- package/dist/helpers/i18n/en.js +3 -0
- package/dist/helpers/i18n/en.js.map +1 -1
- package/dist/helpers/sort-features-by-distance.d.ts +2 -7
- package/dist/helpers/sort-features-by-distance.d.ts.map +1 -1
- package/dist/helpers/sort-features-by-distance.js +27 -39
- package/dist/helpers/sort-features-by-distance.js.map +1 -1
- package/dist/hooks/useMapsightIcon.d.ts +8 -0
- package/dist/hooks/useMapsightIcon.d.ts.map +1 -0
- package/dist/hooks/useMapsightIcon.js +50 -0
- package/dist/hooks/useMapsightIcon.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -2
- package/dist/index.js.map +1 -1
- package/dist/plugins/browser-defaults.d.ts +2 -0
- package/dist/plugins/browser-defaults.d.ts.map +1 -1
- package/dist/plugins/browser-defaults.js +5 -0
- package/dist/plugins/browser-defaults.js.map +1 -1
- package/dist/plugins/common/combined-visible-layers.d.ts +15 -0
- package/dist/plugins/common/combined-visible-layers.d.ts.map +1 -0
- package/dist/plugins/common/combined-visible-layers.js +63 -0
- package/dist/plugins/common/combined-visible-layers.js.map +1 -0
- package/dist/plugins/common/runtime-icon-style.d.ts +12 -0
- package/dist/plugins/common/runtime-icon-style.d.ts.map +1 -0
- package/dist/plugins/common/runtime-icon-style.js +58 -0
- package/dist/plugins/common/runtime-icon-style.js.map +1 -0
- package/dist/react-modal-app-element.d.ts +6 -0
- package/dist/react-modal-app-element.d.ts.map +1 -0
- package/dist/react-modal-app-element.js +9 -0
- package/dist/react-modal-app-element.js.map +1 -0
- package/dist/store/actions.d.ts.map +1 -1
- package/dist/store/actions.js +6 -1
- package/dist/store/actions.js.map +1 -1
- package/dist/store/reducers.d.ts +75 -6
- package/dist/store/reducers.d.ts.map +1 -1
- package/dist/store/selectors.d.ts +75 -17
- package/dist/store/selectors.d.ts.map +1 -1
- package/dist/store/selectors.js +9 -1
- package/dist/store/selectors.js.map +1 -1
- package/dist/types.d.ts +21 -5
- package/dist/types.d.ts.map +1 -1
- package/package.json +24 -8
- package/src/scss/blocks/_features-sorting.scss +0 -13
- package/src/scss/blocks/_filter-button.scss +39 -8
- package/src/scss/blocks/_filter-toggle-control.scss +15 -0
- package/src/scss/default.scss +1 -0
- package/src/scss/themes/2022-03.scss +66 -0
- package/src/img/mapsight-ui/check-empty.svg +0 -1
- package/src/img/mapsight-ui/check.svg +0 -2
- package/src/img/mapsight-ui/close-list.svg +0 -1
- package/src/img/mapsight-ui/close.svg +0 -1
- package/src/img/mapsight-ui/error.svg +0 -1
- package/src/img/mapsight-ui/fullscreen-close.svg +0 -1
- package/src/img/mapsight-ui/fullscreen.svg +0 -1
- package/src/img/mapsight-ui/geo-active.svg +0 -1
- package/src/img/mapsight-ui/geo-error.svg +0 -1
- package/src/img/mapsight-ui/geo-inactive.svg +0 -1
- package/src/img/mapsight-ui/info.svg +0 -1
- package/src/img/mapsight-ui/layers.svg +0 -1
- package/src/img/mapsight-ui/loading.svg +0 -1
- package/src/img/mapsight-ui/map.svg +0 -1
- package/src/img/mapsight-ui/measure-distance.svg +0 -7
- package/src/img/mapsight-ui/open-list.svg +0 -1
- package/src/img/mapsight-ui/place-marker.svg +0 -4
- package/src/img/mapsight-ui/print.svg +0 -4
- package/src/img/mapsight-ui/reset-active.svg +0 -1
- package/src/img/mapsight-ui/reset.svg +0 -1
- package/src/img/mapsight-ui/search.svg +0 -1
- package/src/img/mapsight-ui/sharing.svg +0 -7
- package/src/img/mapsight-ui/sort-active.svg +0 -1
- package/src/img/mapsight-ui/sort.svg +0 -1
- package/src/img/mapsight-ui/watermark.svg +0 -1
- package/src/img/mapsight-ui/zoom-in.svg +0 -3
- package/src/img/mapsight-ui/zoom-out.svg +0 -3
- package/src/js/components/app.tsx +0 -232
- package/src/js/components/close-overlay-button.tsx +0 -27
- package/src/js/components/feature-details-content/feature-details-content-inner.tsx +0 -116
- package/src/js/components/feature-details-content/feature-details-content.jsx +0 -185
- package/src/js/components/feature-details-content/index.js +0 -16
- package/src/js/components/feature-details-content/share-feature-link-modal.jsx +0 -56
- package/src/js/components/feature-list/content.jsx +0 -42
- package/src/js/components/feature-list/context.tsx +0 -47
- package/src/js/components/feature-list/empty-message.jsx +0 -15
- package/src/js/components/feature-list/filter.jsx +0 -35
- package/src/js/components/feature-list/footer.jsx +0 -5
- package/src/js/components/feature-list/grouped-content.jsx +0 -74
- package/src/js/components/feature-list/header.jsx +0 -7
- package/src/js/components/feature-list/hooks/useAutoloadFeatureSource.ts +0 -25
- package/src/js/components/feature-list/hooks/useFeatureListFeatureSource.ts +0 -22
- package/src/js/components/feature-list/hooks/useFeatureListItemGroups.ts +0 -127
- package/src/js/components/feature-list/hooks/useFeatureListState.ts +0 -98
- package/src/js/components/feature-list/hooks/useKeyboardNavigation.js +0 -112
- package/src/js/components/feature-list/hooks/useMakeHeaderSticky.js +0 -40
- package/src/js/components/feature-list/hooks/usePaginatedFilteredFeatures.ts +0 -129
- package/src/js/components/feature-list/hooks/useRestoreDocumentScroll.js +0 -12
- package/src/js/components/feature-list/hooks/useSelectFeature.js +0 -88
- package/src/js/components/feature-list/index.jsx +0 -278
- package/src/js/components/feature-list/pagination.tsx +0 -57
- package/src/js/components/feature-list/query-input.jsx +0 -14
- package/src/js/components/feature-list-cycling/button.jsx +0 -13
- package/src/js/components/feature-list-cycling/dot.jsx +0 -43
- package/src/js/components/feature-list-cycling/feature-list-cycling.jsx +0 -153
- package/src/js/components/feature-list-cycling/index.js +0 -82
- package/src/js/components/feature-list-item/head.jsx +0 -131
- package/src/js/components/feature-list-item/hooks/useFeatureListItemScrollAndFocus.js +0 -51
- package/src/js/components/feature-list-item/hooks/useFeatureListItemState.ts +0 -75
- package/src/js/components/feature-list-item/icon.jsx +0 -35
- package/src/js/components/feature-list-item/index.jsx +0 -168
- package/src/js/components/feature-list-sorting/feature-list-sorting.tsx +0 -144
- package/src/js/components/feature-list-sorting/index.js +0 -22
- package/src/js/components/feature-list-sorting/status-indicator.jsx +0 -10
- package/src/js/components/feature-select-button.jsx +0 -70
- package/src/js/components/feature-selection-info/close-button.jsx +0 -64
- package/src/js/components/feature-selection-info/container.jsx +0 -9
- package/src/js/components/feature-selection-info/header.tsx +0 -27
- package/src/js/components/feature-selection-info/index.tsx +0 -81
- package/src/js/components/feature-selection-info/with-sticky-header.tsx +0 -76
- package/src/js/components/feature-selection-info/without-sticky-header.jsx +0 -19
- package/src/js/components/feature-selection-info/wrapper.jsx +0 -43
- package/src/js/components/helping/app-channel.tsx +0 -99
- package/src/js/components/helping/app-context.tsx +0 -32
- package/src/js/components/helping/visibility-wrapper.jsx +0 -23
- package/src/js/components/instance.tsx +0 -48
- package/src/js/components/layer-switcher/GroupedLayerSwitcher.js +0 -47
- package/src/js/components/layer-switcher/LayerSwitcher.ts +0 -34
- package/src/js/components/layer-switcher/LayerSwitcherContainer.tsx +0 -88
- package/src/js/components/layer-switcher/LayerSwitcherEntry.ts +0 -152
- package/src/js/components/layer-switcher/index.ts +0 -42
- package/src/js/components/layout/additional-container/content.jsx +0 -10
- package/src/js/components/layout/additional-container/index.jsx +0 -5
- package/src/js/components/layout/additional-container/marginal.jsx +0 -10
- package/src/js/components/layout/main-container.jsx +0 -5
- package/src/js/components/layout/map-row.jsx +0 -5
- package/src/js/components/layout/title-bar.tsx +0 -25
- package/src/js/components/layout/wrapper.jsx +0 -28
- package/src/js/components/link-share.jsx +0 -78
- package/src/js/components/main-panel/container.tsx +0 -23
- package/src/js/components/main-panel/context.tsx +0 -71
- package/src/js/components/main-panel/index.tsx +0 -46
- package/src/js/components/main-panel/list-toggle-button.jsx +0 -43
- package/src/js/components/map-overlay/area.jsx +0 -17
- package/src/js/components/map-overlay/attribution-entries.tsx +0 -33
- package/src/js/components/map-overlay/attribution.tsx +0 -25
- package/src/js/components/map-overlay/combined-buttons.jsx +0 -5
- package/src/js/components/map-overlay/index.jsx +0 -5
- package/src/js/components/map-overlay/info-overlay-left.jsx +0 -51
- package/src/js/components/map-overlay/info-overlay-modal.tsx +0 -49
- package/src/js/components/map-overlay/info-overlay-right.jsx +0 -46
- package/src/js/components/map-overlay/layer-switcher-overlay.tsx +0 -100
- package/src/js/components/map-overlay/legend.tsx +0 -22
- package/src/js/components/map-overlay/logo.jsx +0 -11
- package/src/js/components/map-overlay/measure-distance-button.tsx +0 -116
- package/src/js/components/map-overlay/measure-distance-overlay.jsx +0 -56
- package/src/js/components/map-overlay/mini-legend.jsx +0 -103
- package/src/js/components/map-overlay/region-selector.jsx +0 -63
- package/src/js/components/map-overlay/search-overlay.jsx +0 -79
- package/src/js/components/map-overlay/share-position-link-button.tsx +0 -144
- package/src/js/components/map-overlay/tool-overlay.tsx +0 -28
- package/src/js/components/map-overlay/user-geo-location-button.jsx +0 -89
- package/src/js/components/map-overlay/zoom-button.jsx +0 -98
- package/src/js/components/map-overlay/zoom-buttons.jsx +0 -26
- package/src/js/components/map-synced-interlay/index.ts +0 -15
- package/src/js/components/map-synced-interlay/map-synced-interlay.jsx +0 -22
- package/src/js/components/map-synced-interlay/tooltip-content.tsx +0 -22
- package/src/js/components/map-synced-interlay/tooltip.tsx +0 -199
- package/src/js/components/map-wrapper.tsx +0 -65
- package/src/js/components/map.tsx +0 -55
- package/src/js/components/modal.tsx +0 -40
- package/src/js/components/query-input-with-label.tsx +0 -71
- package/src/js/components/query-input.tsx +0 -81
- package/src/js/components/search/index.jsx +0 -83
- package/src/js/components/search/query-input.jsx +0 -20
- package/src/js/components/search/result-entry.jsx +0 -63
- package/src/js/components/search/result.jsx +0 -71
- package/src/js/components/switcher/GroupedSwitcher.jsx +0 -42
- package/src/js/components/switcher/Switcher.jsx +0 -54
- package/src/js/components/switcher/SwitcherButton.jsx +0 -23
- package/src/js/components/switcher/SwitcherEntry.tsx +0 -164
- package/src/js/components/switcher/SwitcherHeader.jsx +0 -58
- package/src/js/components/switcher/SwitcherStatusIcon.jsx +0 -36
- package/src/js/components/tag-switcher/TagSwitcher.tsx +0 -56
- package/src/js/components/tag-switcher/createTagSwitcherEntry.ts +0 -39
- package/src/js/components/tag-switcher/createTagSwitcherHeader.ts +0 -47
- package/src/js/components/tag-switcher/index.ts +0 -17
- package/src/js/components/time-filter.jsx +0 -187
- package/src/js/components/view-toggle-button/desktop-button.jsx +0 -13
- package/src/js/components/view-toggle-button/index.ts +0 -42
- package/src/js/components/view-toggle-button/mobile-button.tsx +0 -13
- package/src/js/components/view-toggle-button/view-toggle-button.jsx +0 -74
- package/src/js/components/view-toggle-button/viewport-button.tsx +0 -13
- package/src/js/config/constants/app.ts +0 -16
- package/src/js/config/constants/controllers.ts +0 -11
- package/src/js/config/feature/selections.ts +0 -13
- package/src/js/config/feature/sources.ts +0 -77
- package/src/js/config/index.ts +0 -133
- package/src/js/config/map/featureInteractions.ts +0 -53
- package/src/js/config/map/interactions.ts +0 -15
- package/src/js/config/map/layers.ts +0 -190
- package/src/js/controllers/defaults.ts +0 -36
- package/src/js/embed/browser.ts +0 -89
- package/src/js/embed/node.ts +0 -57
- package/src/js/filters/tag-filter.ts +0 -135
- package/src/js/filters/time-filter.ts +0 -53
- package/src/js/helpers/components.ts +0 -66
- package/src/js/helpers/create-action-watcher.ts +0 -35
- package/src/js/helpers/events.ts +0 -11
- package/src/js/helpers/get-feature-property.ts +0 -14
- package/src/js/helpers/i18n/de.ts +0 -145
- package/src/js/helpers/i18n/en.ts +0 -140
- package/src/js/helpers/i18n/index.ts +0 -41
- package/src/js/helpers/makeReplaceableComponent.ts +0 -0
- package/src/js/helpers/mod-classes.ts +0 -47
- package/src/js/helpers/react.ts +0 -14
- package/src/js/helpers/scroll-to-element-top.ts +0 -16
- package/src/js/helpers/sort-features-by-distance.ts +0 -102
- package/src/js/helpers/sticky.js +0 -143
- package/src/js/hooks/useCallbackRef.ts +0 -14
- package/src/js/hooks/useControllableState.ts +0 -50
- package/src/js/hooks/useDebounce.ts +0 -32
- package/src/js/hooks/useHandleEscapeKeyDown.ts +0 -27
- package/src/js/hooks/useMapsightPanel.ts +0 -40
- package/src/js/hooks/useMountable.ts +0 -47
- package/src/js/hooks/usePrevious.ts +0 -15
- package/src/js/hooks/useStickyHeader.ts +0 -50
- package/src/js/hooks/useUpdateMapSizeCallback.ts +0 -32
- package/src/js/hooks/useUpdateMapSizeOnRender.ts +0 -16
- package/src/js/hooks/useUpdateMapSizeOnTransitionEnd.ts +0 -40
- package/src/js/hooks/useUpdateMapSizeOnViewChange.ts +0 -36
- package/src/js/index.ts +0 -320
- package/src/js/plugins/browser/app-title.ts +0 -36
- package/src/js/plugins/browser/debug.ts +0 -37
- package/src/js/plugins/browser/feature-deep-link.ts +0 -223
- package/src/js/plugins/browser/local-storage.ts +0 -79
- package/src/js/plugins/browser/native-fullscreen.ts +0 -81
- package/src/js/plugins/browser/no-scroll.ts +0 -91
- package/src/js/plugins/browser/partial-content-changed-event.ts +0 -23
- package/src/js/plugins/browser/piwik-track-feature-selection-event.ts +0 -75
- package/src/js/plugins/browser/piwik-track-fullscreen-toggle-event.ts +0 -46
- package/src/js/plugins/browser/search.ts +0 -42
- package/src/js/plugins/browser/share-position-link.ts +0 -463
- package/src/js/plugins/browser/toggle-mobile-views.ts +0 -60
- package/src/js/plugins/browser/user-geolocation.ts +0 -142
- package/src/js/plugins/browser/views.ts +0 -141
- package/src/js/plugins/browser-defaults.ts +0 -101
- package/src/js/plugins/common/feature-selection-details-url.ts +0 -135
- package/src/js/plugins/common/lang.ts +0 -17
- package/src/js/plugins/common/measure-distance.ts +0 -223
- package/src/js/plugins/common/ol-proxy.ts +0 -68
- package/src/js/plugins/common/render-await-feature-details-loaded.ts +0 -154
- package/src/js/plugins/common/render-await-list-feature-sources-loaded.ts +0 -109
- package/src/js/plugins/server/feature-deep-link.ts +0 -67
- package/src/js/plugins/server-defaults.ts +0 -36
- package/src/js/renderer/browser-dom.tsx +0 -27
- package/src/js/renderer/server-string.tsx +0 -17
- package/src/js/server-handler.js +0 -39
- package/src/js/store/actions.ts +0 -662
- package/src/js/store/reducers.ts +0 -491
- package/src/js/store/selectors.ts +0 -483
- package/src/js/types.ts +0 -405
|
@@ -4,6 +4,6 @@ export type Props = ReactModalProps & {
|
|
|
4
4
|
closeLabel?: string;
|
|
5
5
|
headline: ReactNode;
|
|
6
6
|
};
|
|
7
|
-
declare const Modal: ({ children, closeLabel, headline, ...props }: Props) => import("react
|
|
7
|
+
declare const Modal: ({ children, closeLabel, headline, ...props }: Props) => import("react").JSX.Element;
|
|
8
8
|
export default Modal;
|
|
9
9
|
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/js/components/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA4B,SAAS,EAAC,MAAM,OAAO,CAAC;AAChE,OAAO,KAAK,EAAC,KAAK,IAAI,eAAe,EAAC,MAAM,aAAa,CAAC;AAK1D,MAAM,MAAM,KAAK,GAAG,eAAe,GAAG;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,8CAA4C,KAAK,
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/js/components/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA4B,SAAS,EAAC,MAAM,OAAO,CAAC;AAChE,OAAO,KAAK,EAAC,KAAK,IAAI,eAAe,EAAC,MAAM,aAAa,CAAC;AAK1D,MAAM,MAAM,KAAK,GAAG,eAAe,GAAG;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,8CAA4C,KAAK,gCA0B/D,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -10,6 +10,6 @@ export type Props = {
|
|
|
10
10
|
* `QueryInput` into something like this due to leaky abstractions
|
|
11
11
|
* (leaking internas like classnames)
|
|
12
12
|
**/
|
|
13
|
-
declare function QueryInputWithLabel({ label, placeholder, query, onChange }: Props): import("react
|
|
13
|
+
declare function QueryInputWithLabel({ label, placeholder, query, onChange }: Props): import("react").JSX.Element;
|
|
14
14
|
export default QueryInputWithLabel;
|
|
15
15
|
//# sourceMappingURL=query-input-with-label.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-input-with-label.d.ts","sourceRoot":"","sources":["../../src/js/components/query-input-with-label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,SAAS,EAAC,MAAM,OAAO,CAAC;AAMlD,MAAM,MAAM,KAAK,GAAG;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF;;;;IAII;AACJ,iBAAS,mBAAmB,CAAC,EAAC,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"query-input-with-label.d.ts","sourceRoot":"","sources":["../../src/js/components/query-input-with-label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,SAAS,EAAC,MAAM,OAAO,CAAC;AAMlD,MAAM,MAAM,KAAK,GAAG;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF;;;;IAII;AACJ,iBAAS,mBAAmB,CAAC,EAAC,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAE,KAAK,+BAkDxE;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/search/index.jsx"],"names":[],"mappings":";;AAcA;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/js/components/search/index.jsx"],"names":[],"mappings":";;AAcA;;;gCAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result-entry.d.ts","sourceRoot":"","sources":["../../../src/js/components/search/result-entry.jsx"],"names":[],"mappings":";;AASA;;;;
|
|
1
|
+
{"version":3,"file":"result-entry.d.ts","sourceRoot":"","sources":["../../../src/js/components/search/result-entry.jsx"],"names":[],"mappings":";;AASA;;;;gCAmDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result.d.ts","sourceRoot":"","sources":["../../../src/js/components/search/result.jsx"],"names":[],"mappings":";;AAkBA;;;
|
|
1
|
+
{"version":3,"file":"result.d.ts","sourceRoot":"","sources":["../../../src/js/components/search/result.jsx"],"names":[],"mappings":";;AAkBA;;;gCAkDC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("react").MemoExoticComponent<typeof GroupedSwitcher>;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare function GroupedSwitcher(props: any): import("react
|
|
3
|
+
declare function GroupedSwitcher(props: any): import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=GroupedSwitcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupedSwitcher.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/GroupedSwitcher.jsx"],"names":[],"mappings":";;AAIA,
|
|
1
|
+
{"version":3,"file":"GroupedSwitcher.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/GroupedSwitcher.jsx"],"names":[],"mappings":";;AAIA,0EAmCC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("react").MemoExoticComponent<typeof Switcher>;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare function Switcher(props: any): import("react
|
|
3
|
+
declare function Switcher(props: any): import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=Switcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switcher.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/Switcher.jsx"],"names":[],"mappings":";;AAQA
|
|
1
|
+
{"version":3,"file":"Switcher.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/Switcher.jsx"],"names":[],"mappings":";;AAQA,mEA2CC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitcherButton.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherButton.jsx"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"SwitcherButton.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherButton.jsx"],"names":[],"mappings":";AAAA,yEAoBC"}
|
|
@@ -18,7 +18,7 @@ export type SwitcherEntryProps = {
|
|
|
18
18
|
locked?: boolean;
|
|
19
19
|
};
|
|
20
20
|
declare function SwitcherEntry({ as: T, className, baseClassName, // TODO: Use generic class name
|
|
21
|
-
title, count, toggleActive, toggleActiveCheckbox: _toggleActiveCheckbox, toggleActiveText: _toggleActiveText, active, activeCheckbox: _activeCheckbox, activeText: _activeText, status, locked, ...attributes }: SwitcherEntryProps): import("react
|
|
21
|
+
title, count, toggleActive, toggleActiveCheckbox: _toggleActiveCheckbox, toggleActiveText: _toggleActiveText, active, activeCheckbox: _activeCheckbox, activeText: _activeText, status, locked, ...attributes }: SwitcherEntryProps): import("react").JSX.Element;
|
|
22
22
|
declare const _default: import("react").MemoExoticComponent<typeof SwitcherEntry>;
|
|
23
23
|
export default _default;
|
|
24
24
|
//# sourceMappingURL=SwitcherEntry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitcherEntry.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherEntry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,OAAO,CAAC;AAGvC,OAAO,EACN,KAAK,mBAAmB,EAIxB,MAAM,8CAA8C,CAAC;AAQtD,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,eAAe,aAAa,CAAC;AAwB1C,MAAM,MAAM,kBAAkB,GAAG;IAChC,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,iBAAS,aAAa,CAAC,EACtB,EAAE,EAAE,CAAQ,EACZ,SAAc,EACd,aAA2C,EAAE,+BAA+B;AAC5E,KAAK,EACL,KAAY,EACZ,YAAY,EACZ,oBAAoB,EAAE,qBAAqB,EAC3C,gBAAgB,EAAE,iBAAiB,EACnC,MAAM,EACN,cAAc,EAAE,eAAe,EAC/B,UAAU,EAAE,WAAW,EACvB,MAAM,EACN,MAAc,EACd,GAAG,UAAU,EACb,EAAE,kBAAkB
|
|
1
|
+
{"version":3,"file":"SwitcherEntry.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherEntry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,OAAO,CAAC;AAGvC,OAAO,EACN,KAAK,mBAAmB,EAIxB,MAAM,8CAA8C,CAAC;AAQtD,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,eAAe,aAAa,CAAC;AAwB1C,MAAM,MAAM,kBAAkB,GAAG;IAChC,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,iBAAS,aAAa,CAAC,EACtB,EAAE,EAAE,CAAQ,EACZ,SAAc,EACd,aAA2C,EAAE,+BAA+B;AAC5E,KAAK,EACL,KAAY,EACZ,YAAY,EACZ,oBAAoB,EAAE,qBAAqB,EAC3C,gBAAgB,EAAE,iBAAiB,EACnC,MAAM,EACN,cAAc,EAAE,eAAe,EAC/B,UAAU,EAAE,WAAW,EACvB,MAAM,EACN,MAAc,EACd,GAAG,UAAU,EACb,EAAE,kBAAkB,+BAyFpB;;AAED,wBAAmC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("react").MemoExoticComponent<typeof SwitcherHeader>;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare function SwitcherHeader(props: any): import("react
|
|
3
|
+
declare function SwitcherHeader(props: any): import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=SwitcherHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitcherHeader.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherHeader.jsx"],"names":[],"mappings":";;AAIA,
|
|
1
|
+
{"version":3,"file":"SwitcherHeader.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherHeader.jsx"],"names":[],"mappings":";;AAIA,yEAmDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitcherStatusIcon.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherStatusIcon.jsx"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"SwitcherStatusIcon.d.ts","sourceRoot":"","sources":["../../../src/js/components/switcher/SwitcherStatusIcon.jsx"],"names":[],"mappings":";AAAA,6EAiCC"}
|
|
@@ -3,7 +3,7 @@ declare function TagSwitcher({ groupedTagData, featureSourceId, toggleableGroups
|
|
|
3
3
|
featureSourceId: any;
|
|
4
4
|
toggleableGroups?: boolean | undefined;
|
|
5
5
|
sortTags?: boolean | undefined;
|
|
6
|
-
}): import("react
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
7
|
declare const _default: import("react").MemoExoticComponent<typeof TagSwitcher>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=TagSwitcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagSwitcher.d.ts","sourceRoot":"","sources":["../../../src/js/components/tag-switcher/TagSwitcher.tsx"],"names":[],"mappings":"AAOA,iBAAS,WAAW,CAAC,EACpB,cAAc,EACd,eAAe,EACf,gBAAwB,EACxB,QAAe,GACf;;;;;CAAA
|
|
1
|
+
{"version":3,"file":"TagSwitcher.d.ts","sourceRoot":"","sources":["../../../src/js/components/tag-switcher/TagSwitcher.tsx"],"names":[],"mappings":"AAOA,iBAAS,WAAW,CAAC,EACpB,cAAc,EACd,eAAe,EACf,gBAAwB,EACxB,QAAe,GACf;;;;;CAAA,+BAyCA;;AAED,wBAAiC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default function createTagSwitcherEntry(featureSourceId: string, tagGroup: string, tagName: string): import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<({ as: T, className, baseClassName, title, count, toggleActive, toggleActiveCheckbox: _toggleActiveCheckbox, toggleActiveText: _toggleActiveText, active, activeCheckbox: _activeCheckbox, activeText: _activeText, status, locked, ...attributes }: import("../switcher/SwitcherEntry").SwitcherEntryProps) => import("react
|
|
1
|
+
export default function createTagSwitcherEntry(featureSourceId: string, tagGroup: string, tagName: string): import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<({ as: T, className, baseClassName, title, count, toggleActive, toggleActiveCheckbox: _toggleActiveCheckbox, toggleActiveText: _toggleActiveText, active, activeCheckbox: _activeCheckbox, activeText: _activeText, status, locked, ...attributes }: import("../switcher/SwitcherEntry").SwitcherEntryProps) => import("react").JSX.Element>, {
|
|
2
2
|
as?: import("react").ElementType | undefined;
|
|
3
3
|
className?: string | undefined;
|
|
4
4
|
baseClassName?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default function createTagSwitcherHeader(featureSourceId: string, tagGroup: string): import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<(props: any) => import("react
|
|
1
|
+
export default function createTagSwitcherHeader(featureSourceId: string, tagGroup: string): import("react-redux").ConnectedComponent<import("react").MemoExoticComponent<(props: any) => import("react").JSX.Element>, {
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
[x: number]: any;
|
|
4
4
|
[x: symbol]: any;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("react-redux").ConnectedComponent<import("react")
|
|
|
3
3
|
featureSourceId: any;
|
|
4
4
|
toggleableGroups?: boolean | undefined;
|
|
5
5
|
sortTags?: boolean | undefined;
|
|
6
|
-
}) => import("react
|
|
6
|
+
}) => import("react").JSX.Element>, {
|
|
7
7
|
context?: import("react").Context<import("react-redux").ReactReduxContextValue<any, import("@reduxjs/toolkit").UnknownAction> | null> | undefined;
|
|
8
8
|
store?: import("@reduxjs/toolkit").Store | undefined;
|
|
9
9
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("react").MemoExoticComponent<typeof TimeFilter>;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare function TimeFilter(): import("react
|
|
3
|
+
declare function TimeFilter(): import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=time-filter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time-filter.d.ts","sourceRoot":"","sources":["../../src/js/components/time-filter.jsx"],"names":[],"mappings":";;AA4DA,
|
|
1
|
+
{"version":3,"file":"time-filter.d.ts","sourceRoot":"","sources":["../../src/js/components/time-filter.jsx"],"names":[],"mappings":";;AA4DA,2DA4HC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"desktop-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/desktop-button.jsx"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"desktop-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/desktop-button.jsx"],"names":[],"mappings":";AAEA,wEAQC"}
|
|
@@ -5,7 +5,7 @@ declare const _default: import("react-redux").ConnectedComponent<import("react")
|
|
|
5
5
|
baseClass?: string | undefined;
|
|
6
6
|
viewModifierClassPrefix?: string | undefined;
|
|
7
7
|
style?: {} | undefined;
|
|
8
|
-
}) => import("react
|
|
8
|
+
}) => import("react").JSX.Element>, {
|
|
9
9
|
style?: {} | undefined;
|
|
10
10
|
additionalClasses?: string | undefined;
|
|
11
11
|
baseClass?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mobile-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/mobile-button.tsx"],"names":[],"mappings":"AAEA,iBAAS,sBAAsB,
|
|
1
|
+
{"version":3,"file":"mobile-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/mobile-button.tsx"],"names":[],"mappings":"AAEA,iBAAS,sBAAsB,gCAQ9B;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -7,5 +7,5 @@ declare function ViewToggleButton({ isMapOutOfViewport, changeView, additionalCl
|
|
|
7
7
|
baseClass?: string | undefined;
|
|
8
8
|
viewModifierClassPrefix?: string | undefined;
|
|
9
9
|
style?: {} | undefined;
|
|
10
|
-
}): import("react
|
|
10
|
+
}): import("react").JSX.Element;
|
|
11
11
|
//# sourceMappingURL=view-toggle-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-toggle-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/view-toggle-button.jsx"],"names":[],"mappings":";;AAkCA;;;;;;;
|
|
1
|
+
{"version":3,"file":"view-toggle-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/view-toggle-button.jsx"],"names":[],"mappings":";;AAkCA;;;;;;;gCAqCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viewport-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/viewport-button.tsx"],"names":[],"mappings":"AAEA,iBAAS,wBAAwB,
|
|
1
|
+
{"version":3,"file":"viewport-button.d.ts","sourceRoot":"","sources":["../../../src/js/components/view-toggle-button/viewport-button.tsx"],"names":[],"mappings":"AAEA,iBAAS,wBAAwB,gCAQhC;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { FeatureSourceConfig } from "@mapsight/core/lib/feature-sources/types";
|
|
2
|
+
type FeatureSourceDefinition = FeatureSourceConfig;
|
|
2
3
|
export { TIME_FILTER, TAG_FILTER } from "../constants/controllers";
|
|
3
4
|
/**
|
|
4
5
|
* Create an empty feature source that can be filled using actions
|
|
@@ -6,14 +7,14 @@ export { TIME_FILTER, TAG_FILTER } from "../constants/controllers";
|
|
|
6
7
|
*
|
|
7
8
|
* @returns config for a plain feature source
|
|
8
9
|
*/
|
|
9
|
-
export declare function plain():
|
|
10
|
+
export declare function plain(): FeatureSourceDefinition;
|
|
10
11
|
/**
|
|
11
12
|
* Create a feature source that loads data from a remote url.
|
|
12
13
|
*
|
|
13
14
|
* @param url url to fetch data from
|
|
14
15
|
* @returns config for a xhr json feature source
|
|
15
16
|
*/
|
|
16
|
-
export declare function xhrJson(url: string):
|
|
17
|
+
export declare function xhrJson(url: string): FeatureSourceDefinition;
|
|
17
18
|
/**
|
|
18
19
|
* Create a feature source that fetches data from a remote url.
|
|
19
20
|
*
|
|
@@ -23,7 +24,7 @@ export declare function xhrJson(url: string): FeatureSourceState;
|
|
|
23
24
|
* @param timer time in milliseconds to fetch new data
|
|
24
25
|
* @returns config for a xhr json feature source that will refresh regularly
|
|
25
26
|
*/
|
|
26
|
-
export declare function xhrJsonRefreshing(url: string, timer: number):
|
|
27
|
+
export declare function xhrJsonRefreshing(url: string, timer: number): FeatureSourceDefinition;
|
|
27
28
|
/**
|
|
28
29
|
* add a filter to the definition of a feature source.
|
|
29
30
|
*
|
|
@@ -33,5 +34,7 @@ export declare function xhrJsonRefreshing(url: string, timer: number): FeatureSo
|
|
|
33
34
|
* @param filterName name of filter to add to the filter collection. The feature filter will be applied when using the appropriate feature source selectors.
|
|
34
35
|
* @returns extended definition of feature source
|
|
35
36
|
*/
|
|
36
|
-
export declare function withFilter(featureSource:
|
|
37
|
+
export declare function withFilter<T extends Partial<FeatureSourceDefinition>>(featureSource: T, filterName: string): T & Pick<FeatureSourceConfig, "filters">;
|
|
38
|
+
/** Creates a feature source config that aggregates member feature sources. */
|
|
39
|
+
export declare function combinedFeatureSource(featureSourceNames?: string[]): FeatureSourceDefinition;
|
|
37
40
|
//# sourceMappingURL=sources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sources.d.ts","sourceRoot":"","sources":["../../../src/js/config/feature/sources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,
|
|
1
|
+
{"version":3,"file":"sources.d.ts","sourceRoot":"","sources":["../../../src/js/config/feature/sources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,0CAA0C,CAAC;AAElF,KAAK,uBAAuB,GAAG,mBAAmB,CAAC;AAEnD,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEjE;;;;;GAKG;AACH,wBAAgB,KAAK,IAAI,uBAAuB,CAI/C;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAK5D;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAChC,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,GACX,uBAAuB,CAOzB;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS,OAAO,CAAC,uBAAuB,CAAC,EACpE,aAAa,EAAE,CAAC,EAChB,UAAU,EAAE,MAAM,GAChB,CAAC,GAAG,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAK1C;AAED,8EAA8E;AAC9E,wBAAgB,qBAAqB,CACpC,kBAAkB,GAAE,MAAM,EAAO,GAC/B,uBAAuB,CAKzB"}
|
|
@@ -8,9 +8,6 @@ export { TIME_FILTER, TAG_FILTER } from "../constants/controllers";
|
|
|
8
8
|
export function plain() {
|
|
9
9
|
return {
|
|
10
10
|
type: "noop",
|
|
11
|
-
data: null,
|
|
12
|
-
lastUpdate: null,
|
|
13
|
-
lastActionType: null,
|
|
14
11
|
};
|
|
15
12
|
}
|
|
16
13
|
/**
|
|
@@ -23,9 +20,6 @@ export function xhrJson(url) {
|
|
|
23
20
|
return {
|
|
24
21
|
type: "xhr-json",
|
|
25
22
|
url: url,
|
|
26
|
-
data: null,
|
|
27
|
-
lastUpdate: null,
|
|
28
|
-
lastActionType: null,
|
|
29
23
|
};
|
|
30
24
|
}
|
|
31
25
|
/**
|
|
@@ -43,9 +37,6 @@ export function xhrJsonRefreshing(url, timer) {
|
|
|
43
37
|
url: url,
|
|
44
38
|
doRefresh: true,
|
|
45
39
|
timer: timer,
|
|
46
|
-
data: null,
|
|
47
|
-
lastUpdate: null,
|
|
48
|
-
lastActionType: null,
|
|
49
40
|
};
|
|
50
41
|
}
|
|
51
42
|
/**
|
|
@@ -63,4 +54,11 @@ export function withFilter(featureSource, filterName) {
|
|
|
63
54
|
filters: [...(featureSource.filters || []), filterName],
|
|
64
55
|
};
|
|
65
56
|
}
|
|
57
|
+
/** Creates a feature source config that aggregates member feature sources. */
|
|
58
|
+
export function combinedFeatureSource(featureSourceNames = []) {
|
|
59
|
+
return {
|
|
60
|
+
type: "combined",
|
|
61
|
+
featureSourceNames,
|
|
62
|
+
};
|
|
63
|
+
}
|
|
66
64
|
//# sourceMappingURL=sources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sources.js","sourceRoot":"","sources":["../../../src/js/config/feature/sources.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sources.js","sourceRoot":"","sources":["../../../src/js/config/feature/sources.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEjE;;;;;GAKG;AACH,MAAM,UAAU,KAAK;IACpB,OAAO;QACN,IAAI,EAAE,MAAe;KACrB,CAAC;AACH,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,OAAO,CAAC,GAAW;IAClC,OAAO;QACN,IAAI,EAAE,UAAmB;QACzB,GAAG,EAAE,GAAG;KACR,CAAC;AACH,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,iBAAiB,CAChC,GAAW,EACX,KAAa;IAEb,OAAO;QACN,IAAI,EAAE,UAAmB;QACzB,GAAG,EAAE,GAAG;QACR,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,KAAK;KACZ,CAAC;AACH,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,UAAU,CACzB,aAAgB,EAChB,UAAkB;IAElB,OAAO;QACN,GAAG,aAAa;QAChB,OAAO,EAAE,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,IAAI,EAAE,CAAC,EAAE,UAAU,CAAC;KACvD,CAAC;AACH,CAAC;AAED,8EAA8E;AAC9E,MAAM,UAAU,qBAAqB,CACpC,qBAA+B,EAAE;IAEjC,OAAO;QACN,IAAI,EAAE,UAAU;QAChB,kBAAkB;KAClB,CAAC;AACH,CAAC"}
|
package/dist/config/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare function mapViewExtent(minx: number, miny: number, maxx: number,
|
|
|
11
11
|
export declare function mapView(center: Coordinate, extent: Extent, zoom?: number, minZoom?: number, maxZoom?: number): Options;
|
|
12
12
|
export declare function map(layers: Record<string, LayerDefinition>, view: Options, projections?: ProjectionLike[], visible?: boolean, featureInteractions?: FeatureInteractions): {
|
|
13
13
|
map: {
|
|
14
|
-
layers: Record<string,
|
|
14
|
+
layers: Record<string, import("@mapsight/core/lib/map/types").LayerState>;
|
|
15
15
|
moveTolerance: number;
|
|
16
16
|
interactions: Record<string, import("@mapsight/core/ol-proxy").Description>;
|
|
17
17
|
featureInteractions: FeatureInteractions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featureInteractions.js","sourceRoot":"","sources":["../../../src/js/config/map/featureInteractions.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,EACjD,YAAY,GAAG,CAAC,EAChB,2BAA2B,GAAG,IAAI,MAI/B,EAAE;IACL,OAAO;QACN,SAAS,EAAE;YACV,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE;gBACR,qBAAqB;gBACrB,IAAI,EAAE,IAAI;gBACV,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,KAAK;gBAEZ,UAAU;gBACV,MAAM,EAAE,SAAS;gBACjB,oBAAoB,EAAE,IAAI;gBAC1B,YAAY,EAAE,YAAY;aAC1B;SACD;QAED,SAAS,EAAE;YACV,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE;gBACR,qBAAqB;gBACrB,IAAI,EAAE,IAAI;gBACV,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,KAAK;gBAEZ,UAAU;gBACV,oBAAoB,EAAE,2BAA2B;gBACjD,YAAY,EAAE,YAAY;aAC1B;SACD;QAED,KAAK,EAAE;YACN,SAAS,EAAE,OAAO;YAClB,OAAO,EAAE;gBACR,UAAU;gBACV,oBAAoB,EAAE,2BAA2B;gBACjD,YAAY,EAAE,YAAY;aAC1B;SACD;
|
|
1
|
+
{"version":3,"file":"featureInteractions.js","sourceRoot":"","sources":["../../../src/js/config/map/featureInteractions.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,EACjD,YAAY,GAAG,CAAC,EAChB,2BAA2B,GAAG,IAAI,MAI/B,EAAE;IACL,OAAO;QACN,SAAS,EAAE;YACV,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE;gBACR,qBAAqB;gBACrB,IAAI,EAAE,IAAI;gBACV,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,KAAK;gBAEZ,UAAU;gBACV,MAAM,EAAE,SAAS;gBACjB,oBAAoB,EAAE,IAAI;gBAC1B,YAAY,EAAE,YAAY;aAC1B;SACD;QAED,SAAS,EAAE;YACV,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE;gBACR,qBAAqB;gBACrB,IAAI,EAAE,IAAI;gBACV,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,KAAK;gBAEZ,UAAU;gBACV,oBAAoB,EAAE,2BAA2B;gBACjD,YAAY,EAAE,YAAY;aAC1B;SACD;QAED,KAAK,EAAE;YACN,SAAS,EAAE,OAAO;YAClB,OAAO,EAAE;gBACR,UAAU;gBACV,oBAAoB,EAAE,2BAA2B;gBACjD,YAAY,EAAE,YAAY;aAC1B;SACD;KAC6B,CAAC;AACjC,CAAC"}
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
import type { ProjectionLike } from "ol/proj";
|
|
2
|
-
import type { Description, LayerMetaData,
|
|
2
|
+
import type { Description, LayerMetaData, VectorFeatureSourceOptions } from "@mapsight/core/lib/map/types";
|
|
3
3
|
import type { MapsightStyleFunctionEnv } from "@mapsight/lib-ol/style/styleFunction";
|
|
4
|
-
export declare function features(featureSourceId: string, visible?: boolean, interactive?: boolean, _metaData?: LayerMetaData, style?: string | MapsightStyleFunctionEnv, sourceOptions?:
|
|
5
|
-
export declare function interactiveFeatures(featureSourceId:
|
|
6
|
-
export declare function userGeolocation(featureSourceId: string, visible?: boolean, _metaData?: LayerMetaData, style?: string | MapsightStyleFunctionEnv, sourceOptions?:
|
|
7
|
-
options: {
|
|
8
|
-
updateWhileAnimating: boolean;
|
|
9
|
-
updateWhileInteracting: boolean;
|
|
10
|
-
renderBuffer: number;
|
|
11
|
-
};
|
|
12
|
-
type: string;
|
|
13
|
-
metaData?: any;
|
|
14
|
-
};
|
|
4
|
+
export declare function features(featureSourceId: string, visible?: boolean, interactive?: boolean, _metaData?: LayerMetaData, style?: string | MapsightStyleFunctionEnv, sourceOptions?: Partial<VectorFeatureSourceOptions>): Description;
|
|
5
|
+
export declare function interactiveFeatures(featureSourceId: string, visible?: boolean, _metaData?: {}, style?: string | MapsightStyleFunctionEnv, sourceOptions?: Partial<VectorFeatureSourceOptions>): Description;
|
|
6
|
+
export declare function userGeolocation(featureSourceId: string, visible?: boolean, _metaData?: LayerMetaData, style?: string | MapsightStyleFunctionEnv, sourceOptions?: Partial<VectorFeatureSourceOptions>): Description;
|
|
15
7
|
export declare function osm(url: string, visible?: boolean, _metaData?: {}): {
|
|
16
8
|
type: string;
|
|
17
9
|
metaData: {};
|
|
@@ -27,7 +19,18 @@ export declare function osm(url: string, visible?: boolean, _metaData?: {}): {
|
|
|
27
19
|
};
|
|
28
20
|
export declare function wms(url: string, params?: {}, projection?: ProjectionLike, visible?: boolean, _metaData?: LayerMetaData, opacity?: number): {
|
|
29
21
|
type: string;
|
|
30
|
-
metaData:
|
|
22
|
+
metaData: {
|
|
23
|
+
[x: string]: unknown;
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
group?: string | undefined;
|
|
26
|
+
isBaseLayer?: boolean | undefined;
|
|
27
|
+
attribution?: string | undefined;
|
|
28
|
+
legend?: string | undefined;
|
|
29
|
+
miniLegend?: string | undefined;
|
|
30
|
+
lockedInLayerSwitcher?: boolean | undefined;
|
|
31
|
+
visibleInLayerSwitcher?: boolean | undefined;
|
|
32
|
+
visibleInExternalLayerSwitcher?: boolean | undefined;
|
|
33
|
+
};
|
|
31
34
|
options: {
|
|
32
35
|
source: {
|
|
33
36
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layers.d.ts","sourceRoot":"","sources":["../../../src/js/config/map/layers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,EACX,WAAW,EACX,aAAa,EAEb,
|
|
1
|
+
{"version":3,"file":"layers.d.ts","sourceRoot":"","sources":["../../../src/js/config/map/layers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,EACX,WAAW,EACX,aAAa,EAEb,0BAA0B,EAC1B,MAAM,8BAA8B,CAAC;AAEtC,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,sCAAsC,CAAC;AAQnF,wBAAgB,QAAQ,CACvB,eAAe,EAAE,MAAM,EACvB,OAAO,UAAQ,EACf,WAAW,UAAQ,EACnB,SAAS,GAAE,aAAkB,EAC7B,KAAK,GAAE,MAAM,GAAG,wBAAqC,EACrD,aAAa,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC,GACjD,WAAW,CA8Bb;AAED,wBAAgB,mBAAmB,CAClC,eAAe,EAAE,MAAM,EACvB,OAAO,UAAQ,EACf,SAAS,KAAK,EACd,KAAK,GAAE,MAAM,GAAG,wBAAqC,EACrD,aAAa,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC,eAUnD;AAED,wBAAgB,eAAe,CAC9B,eAAe,EAAE,MAAM,EACvB,OAAO,UAAQ,EACf,SAAS,GAAE,aAAkB,EAC7B,KAAK,GAAE,MAAM,GAAG,wBAA4C,EAC5D,aAAa,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC,GACjD,WAAW,CAmBb;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,UAAQ,EAAE,SAAS,KAAK;;;;;;;;;;;;EAY/D;AAED,wBAAgB,GAAG,CAClB,GAAG,EAAE,MAAM,EACX,MAAM,KAAK,EACX,UAAU,GAAE,cAA4B,EACxC,OAAO,UAAQ,EACf,SAAS,GAAE,aAAkB,EAC7B,OAAO,CAAC,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBhB;AAGD,wBAAgB,QAAQ,CACvB,KAAK,EAAE,MAAM,EACb,WAAW,GAAE,MAAM,GAAG,IAAW,EACjC,sBAAsB,UAAQ,EAC9B,8BAA8B,UAAQ,EACtC,WAAW,UAAQ,EACnB,KAAK,GAAE,MAAM,GAAG,IAAW,EAC3B,qBAAqB,YAAY,GAC/B,aAAa,CAUf;AAED,wBAAgB,uBAAuB,CACtC,SAAS,EAAE,aAAa,YAAK,EAC7B,WAAW,EAAE,MAAM,GACjB,aAAa,CAKf;AAED,wBAAgB,kBAAkB,CACjC,SAAS,EAAE,aAAa,YAAK,EAC7B,MAAM,KAAA,GACJ,aAAa,CAKf;AAED,wBAAgB,sBAAsB,CACrC,SAAS,EAAE,aAAa,YAAK,EAC7B,UAAU,KAAA,GACR,aAAa,CAKf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layers.js","sourceRoot":"","sources":["../../../src/js/config/map/layers.ts"],"names":[],"mappings":"AAWA,OAAO,EAAC,kBAAkB,EAAE,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAC7E,OAAO,EACN,2BAA2B,EAC3B,wBAAwB,GACxB,MAAM,uBAAuB,CAAC;AAE/B,MAAM,UAAU,QAAQ,CACvB,eAAuB,EACvB,OAAO,GAAG,KAAK,EACf,WAAW,GAAG,KAAK,EACnB,YAA2B,EAAE,EAC7B,QAA2C,UAAU,EACrD,
|
|
1
|
+
{"version":3,"file":"layers.js","sourceRoot":"","sources":["../../../src/js/config/map/layers.ts"],"names":[],"mappings":"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"}
|