@igo2/geo 16.2.0 → 17.0.0-next.0
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/esm2022/lib/catalog/catalog-browser/catalog-browser-group.component.mjs +30 -14
- package/esm2022/lib/catalog/catalog-browser/catalog-browser-layer.component.mjs +35 -17
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.component.mjs +18 -11
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.module.mjs +8 -62
- package/esm2022/lib/catalog/catalog-library/add-catalog-dialog.component.mjs +46 -19
- package/esm2022/lib/catalog/catalog-library/catalog-library-item.component.mjs +22 -10
- package/esm2022/lib/catalog/catalog-library/catalog-library.component.mjs +28 -14
- package/esm2022/lib/catalog/catalog-library/catalog-library.module.mjs +8 -71
- package/esm2022/lib/catalog/catalog-library/index.mjs +9 -0
- package/esm2022/lib/catalog/catalog.module.mjs +9 -37
- package/esm2022/lib/catalog/index.mjs +7 -1
- package/esm2022/lib/catalog/shared/catalog.abstract.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.enum.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.interface.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.service.mjs +72 -31
- package/esm2022/lib/catalog/shared/catalogs.mjs +1 -1
- package/esm2022/lib/catalog/shared/index.mjs +1 -1
- package/esm2022/lib/datasource/index.mjs +1 -1
- package/esm2022/lib/datasource/shared/capabilities.interface.mjs +7 -1
- package/esm2022/lib/datasource/shared/capabilities.service.mjs +5 -5
- package/esm2022/lib/datasource/shared/datasource.service.mjs +8 -12
- package/esm2022/lib/datasource/shared/datasources/any-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/arcgisrest-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/carto-datasource.mjs +2 -2
- package/esm2022/lib/datasource/shared/datasources/datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/imagearcgisrest-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/index.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/mvt-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/osm-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/tilearcgisrest-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/tiledebug-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/websocket-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wfs-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wfs.service.mjs +5 -5
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-wfs.utils.mjs +1 -1
- package/esm2022/lib/datasource/shared/options/options-api.providers.mjs +1 -1
- package/esm2022/lib/datasource/shared/options/options-api.service.mjs +6 -6
- package/esm2022/lib/datasource/utils/tilegrid.mjs +1 -1
- package/esm2022/lib/directions/directions-buttons/directions-buttons.component.mjs +23 -12
- package/esm2022/lib/directions/directions-buttons/index.mjs +1 -1
- package/esm2022/lib/directions/directions-inputs/directions-inputs.component.mjs +42 -17
- package/esm2022/lib/directions/directions-inputs/index.mjs +1 -1
- package/esm2022/lib/directions/directions-results/directions-results.component.mjs +34 -14
- package/esm2022/lib/directions/directions-results/index.mjs +1 -1
- package/esm2022/lib/directions/directions-sources/directions-source.interface.mjs +1 -1
- package/esm2022/lib/directions/directions-sources/directions-source.mjs +1 -1
- package/esm2022/lib/directions/directions-sources/directions-source.provider.mjs +1 -1
- package/esm2022/lib/directions/directions-sources/index.mjs +1 -1
- package/esm2022/lib/directions/directions-sources/osrm-directions-source.mjs +5 -5
- package/esm2022/lib/directions/directions.component.mjs +18 -10
- package/esm2022/lib/directions/directions.module.mjs +17 -70
- package/esm2022/lib/directions/index.mjs +1 -1
- package/esm2022/lib/directions/shared/directions-source.service.mjs +1 -1
- package/esm2022/lib/directions/shared/directions.enum.mjs +1 -1
- package/esm2022/lib/directions/shared/directions.interface.mjs +1 -1
- package/esm2022/lib/directions/shared/directions.service.mjs +6 -6
- package/esm2022/lib/directions/shared/directions.utils.mjs +1 -1
- package/esm2022/lib/directions/shared/index.mjs +1 -1
- package/esm2022/lib/directions/shared/store.mjs +1 -1
- package/esm2022/lib/download/download-button/download-button.component.mjs +21 -11
- package/esm2022/lib/download/download-button/index.mjs +1 -1
- package/esm2022/lib/download/download.module.mjs +10 -27
- package/esm2022/lib/download/index.mjs +1 -1
- package/esm2022/lib/download/shared/download.interface.mjs +1 -1
- package/esm2022/lib/download/shared/download.service.mjs +5 -5
- package/esm2022/lib/download/shared/index.mjs +1 -1
- package/esm2022/lib/draw/draw/draw-layer-popup.component.mjs +21 -10
- package/esm2022/lib/draw/draw/draw-popup.component.mjs +39 -16
- package/esm2022/lib/draw/draw/draw-shorcuts.component.mjs +19 -9
- package/esm2022/lib/draw/draw/draw.component.mjs +52 -22
- package/esm2022/lib/draw/draw/draw.module.mjs +7 -104
- package/esm2022/lib/draw/drawingTool.module.mjs +8 -7
- package/esm2022/lib/draw/index.mjs +1 -1
- package/esm2022/lib/draw/shared/draw-icon.service.mjs +5 -5
- package/esm2022/lib/draw/shared/draw.enum.mjs +1 -1
- package/esm2022/lib/draw/shared/draw.interface.mjs +1 -1
- package/esm2022/lib/draw/shared/draw.utils.mjs +1 -1
- package/esm2022/lib/draw/shared/index.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/feature/feature-details/feature-details.component.mjs +23 -11
- package/esm2022/lib/feature/feature-details/feature-details.directive.mjs +8 -7
- package/esm2022/lib/feature/feature-details/feature-details.module.mjs +8 -27
- package/esm2022/lib/feature/feature-details/index.mjs +9 -0
- package/esm2022/lib/feature/feature-form/feature-form.component.mjs +8 -8
- package/esm2022/lib/feature/feature-form/feature-form.module.mjs +8 -11
- package/esm2022/lib/feature/feature.module.mjs +9 -10
- package/esm2022/lib/feature/index.mjs +8 -2
- package/esm2022/lib/feature/shared/feature-store.utils.mjs +1 -1
- package/esm2022/lib/feature/shared/feature.enums.mjs +1 -1
- package/esm2022/lib/feature/shared/feature.utils.mjs +1 -1
- package/esm2022/lib/feature/shared/index.mjs +1 -1
- package/esm2022/lib/feature/shared/store.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/geo-properties.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/in-map-extent.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/in-map-resolution.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/index.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/loading-layer.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/loading.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/search.mjs +4 -4
- package/esm2022/lib/feature/shared/strategies/selection.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies.utils.mjs +1 -1
- package/esm2022/lib/filter/filter.module.mjs +47 -177
- package/esm2022/lib/filter/index.mjs +36 -1
- package/esm2022/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +29 -15
- package/esm2022/lib/filter/ogc-filter-form/ogc-filter-form.component.mjs +46 -20
- package/esm2022/lib/filter/ogc-filter-selection/ogc-filter-selection.component.mjs +52 -21
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.mjs +13 -10
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time.component.mjs +45 -18
- package/esm2022/lib/filter/ogc-filterable-form/ogc-filterable-form.component.mjs +18 -12
- package/esm2022/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +42 -18
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.mjs +8 -7
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +21 -12
- package/esm2022/lib/filter/shared/filterable-datasource.pipe.mjs +6 -5
- package/esm2022/lib/filter/shared/ogc-filter-time.service.mjs +5 -5
- package/esm2022/lib/filter/shared/ogc-filter.mjs +1 -1
- package/esm2022/lib/filter/shared/ogc-filter.service.mjs +5 -5
- package/esm2022/lib/filter/shared/spatial-filter.service.mjs +5 -5
- package/esm2022/lib/filter/shared/time-filter.service.mjs +5 -5
- package/esm2022/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +63 -27
- package/esm2022/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +32 -15
- package/esm2022/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +34 -15
- package/esm2022/lib/filter/time-filter-button/time-filter-button.component.mjs +28 -14
- package/esm2022/lib/filter/time-filter-form/time-filter-form.component.mjs +47 -20
- package/esm2022/lib/filter/time-filter-item/time-filter-item.component.mjs +31 -13
- package/esm2022/lib/filter/time-filter-list/time-filter-list-binding.directive.mjs +8 -7
- package/esm2022/lib/filter/time-filter-list/time-filter-list.component.mjs +16 -10
- package/esm2022/lib/geo.module.mjs +5 -43
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field-input.component.mjs +7 -7
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.component.mjs +33 -16
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.module.mjs +8 -43
- package/esm2022/lib/geometry/geometry-form-field/index.mjs +9 -0
- package/esm2022/lib/geometry/geometry.module.mjs +9 -10
- package/esm2022/lib/geometry/index.mjs +2 -3
- package/esm2022/lib/geometry/shared/controls/draw.mjs +1 -1
- package/esm2022/lib/geometry/shared/controls/index.mjs +1 -1
- package/esm2022/lib/geometry/shared/controls/modify.mjs +1 -1
- package/esm2022/lib/geometry/shared/controls/slice.mjs +1 -1
- package/esm2022/lib/geometry/shared/geometry.errors.mjs +1 -1
- package/esm2022/lib/geometry/shared/geometry.interfaces.mjs +1 -1
- package/esm2022/lib/geometry/shared/geometry.utils.mjs +1 -1
- package/esm2022/lib/geometry/shared/index.mjs +1 -1
- package/esm2022/lib/import-export/export-button/export-button.component.mjs +20 -10
- package/esm2022/lib/import-export/export-button/index.mjs +1 -1
- package/esm2022/lib/import-export/import-export/import-export.component.mjs +45 -17
- package/esm2022/lib/import-export/import-export/index.mjs +1 -1
- package/esm2022/lib/import-export/import-export.module.mjs +10 -81
- package/esm2022/lib/import-export/index.mjs +9 -1
- package/esm2022/lib/import-export/shared/drop-geo-file.directive.mjs +7 -6
- package/esm2022/lib/import-export/shared/export.errors.mjs +1 -1
- package/esm2022/lib/import-export/shared/export.interface.mjs +1 -1
- package/esm2022/lib/import-export/shared/export.service.mjs +5 -5
- package/esm2022/lib/import-export/shared/export.type.mjs +1 -1
- package/esm2022/lib/import-export/shared/export.utils.mjs +1 -1
- package/esm2022/lib/import-export/shared/import.errors.mjs +1 -1
- package/esm2022/lib/import-export/shared/import.interface.mjs +1 -1
- package/esm2022/lib/import-export/shared/import.service.mjs +5 -5
- package/esm2022/lib/import-export/shared/import.utils.mjs +1 -1
- package/esm2022/lib/import-export/shared/index.mjs +1 -1
- package/esm2022/lib/layer/index.mjs +19 -1
- package/esm2022/lib/layer/layer-item/layer-item.component.mjs +33 -14
- package/esm2022/lib/layer/layer-legend/layer-legend.component.mjs +41 -17
- package/esm2022/lib/layer/layer-legend-item/layer-legend-item.component.mjs +11 -9
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list-binding.directive.mjs +8 -7
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list.component.mjs +28 -13
- package/esm2022/lib/layer/layer-list/layer-list-binding.directive.mjs +8 -7
- package/esm2022/lib/layer/layer-list/layer-list.component.mjs +48 -18
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.component.mjs +33 -14
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.service.mjs +5 -5
- package/esm2022/lib/layer/layer.module.mjs +16 -93
- package/esm2022/lib/layer/shared/layer.service.mjs +11 -11
- package/esm2022/lib/layer/shared/layers/image-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/image-layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/index.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/legend.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/tile-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/tile-layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/vector-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/vector-layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/vectortile-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/vectortile-layer.mjs +1 -1
- package/esm2022/lib/layer/track-feature-button/track-feature-button.component.mjs +21 -11
- package/esm2022/lib/layer/utils/image-watcher.mjs +1 -1
- package/esm2022/lib/layer/utils/layer.utils.mjs +1 -1
- package/esm2022/lib/layer/utils/outputLegend.mjs +1 -1
- package/esm2022/lib/layer/utils/tile-watcher.mjs +1 -1
- package/esm2022/lib/layer/utils/vector-watcher.mjs +1 -1
- package/esm2022/lib/map/baselayers-switcher/baselayers-switcher.component.mjs +25 -12
- package/esm2022/lib/map/baselayers-switcher/mini-basemap.component.mjs +8 -8
- package/esm2022/lib/map/geolocate-button/geolocate-button.component.mjs +22 -11
- package/esm2022/lib/map/home-extent-button/home-extent-button.component.mjs +13 -9
- package/esm2022/lib/map/index.mjs +32 -1
- package/esm2022/lib/map/info-section/info-section.component.mjs +7 -7
- package/esm2022/lib/map/map-browser/map-browser.component.mjs +6 -6
- package/esm2022/lib/map/map-center/map-center.component.mjs +6 -6
- package/esm2022/lib/map/map.module.mjs +36 -66
- package/esm2022/lib/map/menu-button/menu-button.component.mjs +21 -11
- package/esm2022/lib/map/offline-button/offline-button.component.mjs +21 -11
- package/esm2022/lib/map/rotation-button/rotation-button.component.mjs +23 -11
- package/esm2022/lib/map/shared/controllers/controller.mjs +1 -1
- package/esm2022/lib/map/shared/controllers/geolocation.mjs +1 -1
- package/esm2022/lib/map/shared/controllers/view.mjs +1 -1
- package/esm2022/lib/map/shared/hover-feature.directive.mjs +8 -7
- package/esm2022/lib/map/shared/linkedLayers.utils.mjs +1 -1
- package/esm2022/lib/map/shared/map-pointer-position.directive.mjs +8 -7
- package/esm2022/lib/map/shared/map.abstract.mjs +1 -1
- package/esm2022/lib/map/shared/map.mjs +1 -1
- package/esm2022/lib/map/shared/map.service.mjs +5 -5
- package/esm2022/lib/map/shared/map.utils.mjs +1 -1
- package/esm2022/lib/map/shared/mapOffline.directive.mjs +7 -6
- package/esm2022/lib/map/shared/projection.service.mjs +5 -5
- package/esm2022/lib/map/shared/projection.utils.mjs +1 -1
- package/esm2022/lib/map/swipe-control/swipe-control.component.mjs +6 -6
- package/esm2022/lib/map/utils/layer-watcher.mjs +1 -1
- package/esm2022/lib/map/wake-lock-button/wake-lock-button.component.mjs +21 -11
- package/esm2022/lib/map/zoom-button/zoom-button.component.mjs +13 -9
- package/esm2022/lib/measure/index.mjs +2 -3
- package/esm2022/lib/measure/measure.module.mjs +8 -5
- package/esm2022/lib/measure/measurer/index.mjs +6 -0
- package/esm2022/lib/measure/measurer/measure-format.pipe.mjs +6 -5
- package/esm2022/lib/measure/measurer/measurer-dialog.component.mjs +18 -11
- package/esm2022/lib/measure/measurer/measurer-item.component.mjs +27 -13
- package/esm2022/lib/measure/measurer/measurer.component.mjs +35 -17
- package/esm2022/lib/measure/measurer/measurer.module.mjs +7 -69
- package/esm2022/lib/measure/shared/index.mjs +1 -1
- package/esm2022/lib/measure/shared/measure.enum.mjs +1 -1
- package/esm2022/lib/measure/shared/measure.interfaces.mjs +1 -1
- package/esm2022/lib/measure/shared/measure.utils.mjs +1 -1
- package/esm2022/lib/metadata/index.mjs +6 -1
- package/esm2022/lib/metadata/metadata-button/index.mjs +1 -1
- package/esm2022/lib/metadata/metadata-button/metadata-button.component.mjs +35 -18
- package/esm2022/lib/metadata/metadata.module.mjs +10 -31
- package/esm2022/lib/metadata/shared/index.mjs +1 -1
- package/esm2022/lib/metadata/shared/metadata.interface.mjs +1 -1
- package/esm2022/lib/metadata/shared/metadata.service.mjs +5 -5
- package/esm2022/lib/offline/geoDB/configFileToGeoDB.service.mjs +5 -5
- package/esm2022/lib/offline/geoDB/geoDB.enums.mjs +1 -1
- package/esm2022/lib/offline/geoDB/geoDB.interface.mjs +1 -1
- package/esm2022/lib/offline/geoDB/geoDB.service.mjs +5 -5
- package/esm2022/lib/offline/geoDB/index.mjs +1 -1
- package/esm2022/lib/offline/index.mjs +1 -1
- package/esm2022/lib/offline/layerDB/index.mjs +1 -1
- package/esm2022/lib/offline/layerDB/layerDB.interface.mjs +1 -1
- package/esm2022/lib/offline/layerDB/layerDB.service.mjs +5 -5
- package/esm2022/lib/offline/shared/geo-network.service.mjs +5 -5
- package/esm2022/lib/offline/shared/index.mjs +1 -1
- package/esm2022/lib/overlay/index.mjs +1 -1
- package/esm2022/lib/overlay/overlay.module.mjs +10 -8
- package/esm2022/lib/overlay/shared/index.mjs +1 -1
- package/esm2022/lib/overlay/shared/overlay.directive.mjs +8 -7
- package/esm2022/lib/overlay/shared/overlay.enum.mjs +1 -1
- package/esm2022/lib/overlay/shared/overlay.mjs +2 -2
- package/esm2022/lib/overlay/shared/overlay.service.mjs +5 -5
- package/esm2022/lib/overlay/shared/overlay.utils.mjs +1 -1
- package/esm2022/lib/print/index.mjs +1 -1
- package/esm2022/lib/print/print/print.component.mjs +7 -7
- package/esm2022/lib/print/print-form/index.mjs +1 -1
- package/esm2022/lib/print/print-form/print-form.component.mjs +34 -14
- package/esm2022/lib/print/print.module.mjs +10 -54
- package/esm2022/lib/print/shared/geopdf.mjs +1 -1
- package/esm2022/lib/print/shared/index.mjs +1 -1
- package/esm2022/lib/print/shared/print.interface.mjs +1 -1
- package/esm2022/lib/print/shared/print.service.mjs +10 -10
- package/esm2022/lib/print/shared/print.type.mjs +1 -1
- package/esm2022/lib/query/index.mjs +1 -1
- package/esm2022/lib/query/query.module.mjs +7 -8
- package/esm2022/lib/query/shared/index.mjs +1 -1
- package/esm2022/lib/query/shared/query-search-source.mjs +6 -6
- package/esm2022/lib/query/shared/query-search-source.providers.mjs +1 -1
- package/esm2022/lib/query/shared/query.directive.mjs +8 -7
- package/esm2022/lib/query/shared/query.enums.mjs +1 -1
- package/esm2022/lib/query/shared/query.interfaces.mjs +1 -1
- package/esm2022/lib/query/shared/query.service.mjs +7 -9
- package/esm2022/lib/query/shared/query.utils.mjs +1 -1
- package/esm2022/lib/search/index.mjs +14 -5
- package/esm2022/lib/search/search-bar/search-bar.component.mjs +36 -16
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +8 -61
- package/esm2022/lib/search/search-results/index.mjs +10 -0
- package/esm2022/lib/search/search-results/save-feature-dialog.component.mjs +42 -17
- package/esm2022/lib/search/search-results/search-results-add-button.component.mjs +28 -14
- package/esm2022/lib/search/search-results/search-results-item.component.mjs +22 -12
- package/esm2022/lib/search/search-results/search-results.component.mjs +24 -12
- package/esm2022/lib/search/search-results/search-results.module.mjs +8 -91
- package/esm2022/lib/search/search-selector/search-selector.component.mjs +27 -12
- package/esm2022/lib/search/search-selector/search-selector.module.mjs +8 -44
- package/esm2022/lib/search/search-settings/search-settings.component.mjs +37 -14
- package/esm2022/lib/search/search-settings/search-settings.module.mjs +7 -47
- package/esm2022/lib/search/search.module.mjs +10 -13
- package/esm2022/lib/search/shared/index.mjs +1 -1
- package/esm2022/lib/search/shared/search-pointer-summary.directive.mjs +8 -7
- package/esm2022/lib/search/shared/search-source-service.providers.mjs +1 -1
- package/esm2022/lib/search/shared/search-source.service.mjs +1 -1
- package/esm2022/lib/search/shared/search.enums.mjs +1 -1
- package/esm2022/lib/search/shared/search.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/search.service.mjs +5 -5
- package/esm2022/lib/search/shared/search.utils.mjs +1 -1
- package/esm2022/lib/search/shared/sources/cadastre.mjs +8 -7
- package/esm2022/lib/search/shared/sources/cadastre.providers.mjs +1 -1
- package/esm2022/lib/search/shared/sources/coordinates.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/coordinates.mjs +10 -10
- package/esm2022/lib/search/shared/sources/coordinates.providers.mjs +1 -1
- package/esm2022/lib/search/shared/sources/icherche.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/icherche.mjs +16 -16
- package/esm2022/lib/search/shared/sources/icherche.providers.mjs +1 -1
- package/esm2022/lib/search/shared/sources/ilayer.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/ilayer.mjs +10 -10
- package/esm2022/lib/search/shared/sources/ilayer.providers.mjs +1 -1
- package/esm2022/lib/search/shared/sources/index.mjs +1 -1
- package/esm2022/lib/search/shared/sources/nominatim.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/nominatim.mjs +7 -7
- package/esm2022/lib/search/shared/sources/nominatim.providers.mjs +1 -1
- package/esm2022/lib/search/shared/sources/source.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/source.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.mjs +11 -11
- package/esm2022/lib/search/shared/sources/storedqueries.providers.mjs +1 -1
- package/esm2022/lib/search/shared/sources/workspace.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/workspace.mjs +7 -8
- package/esm2022/lib/search/shared/sources/workspace.providers.mjs +1 -1
- package/esm2022/lib/style/index.mjs +1 -1
- package/esm2022/lib/style/shared/datasource/esri-style-generator.mjs +1 -1
- package/esm2022/lib/style/shared/datasource/index.mjs +1 -1
- package/esm2022/lib/style/shared/feature/feature-style.mjs +1 -1
- package/esm2022/lib/style/shared/feature/index.mjs +1 -1
- package/esm2022/lib/style/shared/font.enum.mjs +1 -1
- package/esm2022/lib/style/shared/index.mjs +1 -1
- package/esm2022/lib/style/shared/overlay/index.mjs +1 -1
- package/esm2022/lib/style/shared/overlay/overlay-marker-style.utils.mjs +1 -1
- package/esm2022/lib/style/shared/overlay/overlay-style.utils.mjs +1 -1
- package/esm2022/lib/style/shared/vector/commonVectorStyle.mjs +1 -1
- package/esm2022/lib/style/shared/vector/conversion.utils.mjs +1 -1
- package/esm2022/lib/style/shared/vector/index.mjs +1 -1
- package/esm2022/lib/style/style-list/index.mjs +1 -1
- package/esm2022/lib/style/style-list/style-list.interface.mjs +1 -1
- package/esm2022/lib/style/style-list/style-list.module.mjs +5 -5
- package/esm2022/lib/style/style-list/style-list.provider.mjs +1 -1
- package/esm2022/lib/style/style-list/style-list.service.mjs +5 -5
- package/esm2022/lib/style/style-modal/drawing/index.mjs +1 -1
- package/esm2022/lib/style/style-modal/drawing/style-modal-drawing.component.mjs +40 -17
- package/esm2022/lib/style/style-modal/index.mjs +1 -1
- package/esm2022/lib/style/style-modal/layer/index.mjs +1 -1
- package/esm2022/lib/style/style-modal/layer/style-modal-layer.component.mjs +28 -14
- package/esm2022/lib/style/style-modal/layer-button/index.mjs +1 -1
- package/esm2022/lib/style/style-modal/layer-button/style-modal-layer-button.component.mjs +13 -9
- package/esm2022/lib/style/style-modal/shared/index.mjs +1 -1
- package/esm2022/lib/style/style-modal/shared/style-modal.interface.mjs +1 -1
- package/esm2022/lib/style/style-service/draw-style.service.mjs +5 -5
- package/esm2022/lib/style/style-service/index.mjs +1 -1
- package/esm2022/lib/style/style-service/style.service.mjs +4 -4
- package/esm2022/lib/style/style.module.mjs +12 -57
- package/esm2022/lib/toast/index.mjs +1 -1
- package/esm2022/lib/toast/toast.component.mjs +19 -11
- package/esm2022/lib/toast/toast.module.mjs +10 -30
- package/esm2022/lib/utils/googleLinks.mjs +1 -1
- package/esm2022/lib/utils/id-generator.mjs +1 -1
- package/esm2022/lib/utils/index.mjs +1 -1
- package/esm2022/lib/utils/osmLinks.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/index.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/propertyTypeDetector.interface.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/propertyTypeDetector.service.mjs +5 -5
- package/esm2022/lib/wkt/index.mjs +1 -1
- package/esm2022/lib/wkt/shared/index.mjs +1 -1
- package/esm2022/lib/wkt/shared/wkt.service.mjs +19 -19
- package/esm2022/lib/wkt/wkt.module.mjs +8 -5
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.component.mjs +9 -8
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.module.mjs +8 -24
- package/esm2022/lib/workspace/confirmation-popup/index.mjs +1 -1
- package/esm2022/lib/workspace/index.mjs +1 -1
- package/esm2022/lib/workspace/shared/edition-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/edition-workspace.service.mjs +5 -5
- package/esm2022/lib/workspace/shared/feature-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/feature-workspace.service.mjs +5 -5
- package/esm2022/lib/workspace/shared/index.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-workspace.service.mjs +5 -5
- package/esm2022/lib/workspace/shared/wms-workspace.service.mjs +5 -5
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +1 -1
- package/esm2022/lib/workspace/widgets/index.mjs +1 -1
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +7 -7
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.module.mjs +8 -13
- package/esm2022/lib/workspace/widgets/widgets.mjs +1 -1
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.directive.mjs +7 -6
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +8 -10
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.directive.mjs +7 -6
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.module.mjs +8 -10
- package/esm2022/lib/workspace/workspace.module.mjs +10 -35
- package/esm2022/public_api.mjs +11 -12
- package/fesm2022/igo2-geo.mjs +31812 -31914
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser.module.d.ts +2 -14
- package/lib/catalog/catalog-library/add-catalog-dialog.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library.module.d.ts +3 -18
- package/lib/catalog/catalog-library/index.d.ts +5 -0
- package/lib/catalog/catalog.module.d.ts +6 -9
- package/lib/catalog/index.d.ts +2 -0
- package/lib/datasource/shared/capabilities.interface.d.ts +16 -0
- package/lib/datasource/shared/datasource.service.d.ts +2 -4
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +1 -1
- package/lib/directions/directions-inputs/directions-inputs.component.d.ts +1 -1
- package/lib/directions/directions-results/directions-results.component.d.ts +1 -1
- package/lib/directions/directions.component.d.ts +1 -1
- package/lib/directions/directions.module.d.ts +9 -20
- package/lib/download/download-button/download-button.component.d.ts +1 -1
- package/lib/download/download.module.d.ts +4 -6
- package/lib/draw/draw/draw-layer-popup.component.d.ts +1 -1
- package/lib/draw/draw/draw-popup.component.d.ts +4 -4
- package/lib/draw/draw/draw-shorcuts.component.d.ts +1 -1
- package/lib/draw/draw/draw.component.d.ts +1 -1
- package/lib/draw/draw/draw.module.d.ts +2 -25
- package/lib/draw/drawingTool.module.d.ts +3 -0
- package/lib/feature/feature-details/feature-details.component.d.ts +4 -2
- package/lib/feature/feature-details/feature-details.directive.d.ts +1 -1
- package/lib/feature/feature-details/feature-details.module.d.ts +2 -6
- package/lib/feature/feature-details/index.d.ts +5 -0
- package/lib/feature/feature-form/feature-form.component.d.ts +2 -2
- package/lib/feature/feature-form/feature-form.module.d.ts +2 -4
- package/lib/feature/feature.module.d.ts +6 -4
- package/lib/feature/index.d.ts +3 -1
- package/lib/filter/filter.module.d.ts +4 -28
- package/lib/filter/index.d.ts +16 -0
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +3 -3
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +3 -3
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +3 -3
- package/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.d.ts +1 -1
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +2 -2
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +3 -3
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +3 -3
- package/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.d.ts +1 -1
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +3 -3
- package/lib/filter/shared/filterable-datasource.pipe.d.ts +1 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +4 -4
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +1 -1
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +1 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +1 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +3 -3
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +1 -1
- package/lib/filter/time-filter-list/time-filter-list-binding.directive.d.ts +1 -1
- package/lib/filter/time-filter-list/time-filter-list.component.d.ts +1 -1
- package/lib/geo.module.d.ts +14 -24
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +1 -1
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +1 -1
- package/lib/geometry/geometry-form-field/geometry-form-field.module.d.ts +2 -10
- package/lib/geometry/geometry-form-field/index.d.ts +5 -0
- package/lib/geometry/geometry.module.d.ts +5 -3
- package/lib/geometry/index.d.ts +1 -2
- package/lib/import-export/export-button/export-button.component.d.ts +1 -1
- package/lib/import-export/import-export/import-export.component.d.ts +1 -1
- package/lib/import-export/import-export.module.d.ts +4 -15
- package/lib/import-export/index.d.ts +4 -0
- package/lib/import-export/shared/drop-geo-file.directive.d.ts +1 -1
- package/lib/layer/index.d.ts +8 -0
- package/lib/layer/layer-item/layer-item.component.d.ts +1 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +1 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +1 -1
- package/lib/layer/layer-legend-list/layer-legend-list-binding.directive.d.ts +1 -1
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +1 -1
- package/lib/layer/layer-list/layer-list-binding.directive.d.ts +1 -1
- package/lib/layer/layer-list/layer-list.component.d.ts +1 -1
- package/lib/layer/layer-list-tool/layer-list-tool.component.d.ts +1 -1
- package/lib/layer/layer.module.d.ts +4 -18
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +1 -1
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +1 -1
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +1 -1
- package/lib/map/geolocate-button/geolocate-button.component.d.ts +1 -1
- package/lib/map/home-extent-button/home-extent-button.component.d.ts +1 -1
- package/lib/map/index.d.ts +14 -0
- package/lib/map/info-section/info-section.component.d.ts +1 -1
- package/lib/map/map-browser/map-browser.component.d.ts +1 -1
- package/lib/map/map-center/map-center.component.d.ts +1 -1
- package/lib/map/map.module.d.ts +4 -7
- package/lib/map/menu-button/menu-button.component.d.ts +1 -1
- package/lib/map/offline-button/offline-button.component.d.ts +2 -2
- package/lib/map/rotation-button/rotation-button.component.d.ts +1 -1
- package/lib/map/shared/hover-feature.directive.d.ts +1 -1
- package/lib/map/shared/map-pointer-position.directive.d.ts +1 -1
- package/lib/map/shared/mapOffline.directive.d.ts +1 -1
- package/lib/map/swipe-control/swipe-control.component.d.ts +1 -1
- package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +1 -1
- package/lib/map/zoom-button/zoom-button.component.d.ts +1 -1
- package/lib/measure/index.d.ts +1 -2
- package/lib/measure/measure.module.d.ts +3 -0
- package/lib/measure/measurer/index.d.ts +5 -0
- package/lib/measure/measurer/measure-format.pipe.d.ts +1 -1
- package/lib/measure/measurer/measurer-dialog.component.d.ts +1 -1
- package/lib/measure/measurer/measurer-item.component.d.ts +1 -1
- package/lib/measure/measurer/measurer.component.d.ts +2 -3
- package/lib/measure/measurer/measurer.module.d.ts +3 -18
- package/lib/metadata/index.d.ts +2 -0
- package/lib/metadata/metadata-button/metadata-button.component.d.ts +2 -2
- package/lib/metadata/metadata.module.d.ts +4 -7
- package/lib/overlay/overlay.module.d.ts +4 -1
- package/lib/overlay/shared/overlay.d.ts +1 -1
- package/lib/overlay/shared/overlay.directive.d.ts +1 -1
- package/lib/print/print/print.component.d.ts +1 -1
- package/lib/print/print-form/print-form.component.d.ts +1 -1
- package/lib/print/print.module.d.ts +4 -12
- package/lib/query/query.module.d.ts +4 -4
- package/lib/query/shared/query.directive.d.ts +1 -1
- package/lib/query/shared/query.service.d.ts +2 -3
- package/lib/search/index.d.ts +6 -4
- package/lib/search/search-bar/search-bar.component.d.ts +1 -1
- package/lib/search/search-bar/search-bar.module.d.ts +2 -16
- package/lib/search/search-results/index.d.ts +6 -0
- package/lib/search/search-results/save-feature-dialog.component.d.ts +1 -1
- package/lib/search/search-results/search-results-add-button.component.d.ts +1 -1
- package/lib/search/search-results/search-results-item.component.d.ts +1 -1
- package/lib/search/search-results/search-results.component.d.ts +1 -1
- package/lib/search/search-results/search-results.module.d.ts +3 -21
- package/lib/search/search-selector/search-selector.component.d.ts +1 -1
- package/lib/search/search-selector/search-selector.module.d.ts +2 -11
- package/lib/search/search-settings/search-settings.component.d.ts +1 -1
- package/lib/search/search-settings/search-settings.module.d.ts +2 -12
- package/lib/search/search.module.d.ts +6 -7
- package/lib/search/shared/search-pointer-summary.directive.d.ts +1 -1
- package/lib/search/shared/sources/cadastre.providers.d.ts +1 -1
- package/lib/search/shared/sources/coordinates.providers.d.ts +1 -1
- package/lib/search/shared/sources/icherche.providers.d.ts +2 -2
- package/lib/search/shared/sources/ilayer.providers.d.ts +1 -1
- package/lib/search/shared/sources/nominatim.providers.d.ts +1 -1
- package/lib/search/shared/sources/storedqueries.providers.d.ts +2 -2
- package/lib/search/shared/sources/workspace.providers.d.ts +1 -1
- package/lib/style/style-modal/drawing/style-modal-drawing.component.d.ts +1 -1
- package/lib/style/style-modal/layer/style-modal-layer.component.d.ts +1 -1
- package/lib/style/style-modal/layer-button/style-modal-layer-button.component.d.ts +1 -1
- package/lib/style/style.module.d.ts +5 -16
- package/lib/toast/toast.component.d.ts +1 -1
- package/lib/toast/toast.module.d.ts +4 -6
- package/lib/wkt/wkt.module.d.ts +3 -0
- package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +1 -1
- package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +2 -6
- package/lib/workspace/widgets/ogc-filter/ogc-filter.component.d.ts +1 -1
- package/lib/workspace/widgets/ogc-filter/ogc-filter.module.d.ts +2 -6
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +1 -1
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +2 -3
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +1 -1
- package/lib/workspace/workspace-updator/workspace-updator.module.d.ts +2 -3
- package/lib/workspace/workspace.module.d.ts +5 -9
- package/locale/en.geo.json +3 -3
- package/locale/fr.geo.json +3 -3
- package/package.json +15 -13
- package/public_api.d.ts +10 -11
- package/src/lib/catalog/catalog-browser/catalog-browser.theming.scss +22 -22
- package/src/lib/catalog/catalog.theming.scss +5 -5
- package/src/lib/directions/directions-results/directions-results.theming.scss +10 -10
- package/src/lib/directions/directions.theming.scss +6 -6
- package/src/lib/draw/draw.theming.scss +32 -32
- package/src/lib/feature/feature-details/feature-details.theming.scss +16 -16
- package/src/lib/feature/feature.theming.scss +4 -4
- package/src/lib/measure/measure.theming.scss +5 -5
- package/src/lib/measure/measurer/measurer.theming.scss +26 -26
- package/src/lib/search/search-results/search-results-item.theme.scss +20 -20
- package/src/lib/search/search.theming.scss +7 -7
- package/src/lib/workspace/confirmation-popup/confirmation-popup.theming.scss +14 -14
- package/src/lib/workspace/workspace.theming.scss +6 -6
- package/esm2022/lib/datasource/datasource.module.mjs +0 -22
- package/esm2022/lib/search/search-bar/search-url-param.directive.mjs +0 -40
- package/lib/datasource/datasource.module.d.ts +0 -8
- package/lib/search/search-bar/search-url-param.directive.d.ts +0 -13
|
@@ -27,5 +27,5 @@ export declare class LayerLegendListComponent implements OnInit, OnDestroy {
|
|
|
27
27
|
private sortLayersByZindex;
|
|
28
28
|
toggleShowAllLegends(toggle: boolean): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendListComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendListComponent, "igo-layer-legend-list", never, { "layers": { "alias": "layers"; "required": false; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; }, { "allLegendsShown": "allLegendsShown"; }, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendListComponent, "igo-layer-legend-list", never, { "layers": { "alias": "layers"; "required": false; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; }, { "allLegendsShown": "allLegendsShown"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -15,5 +15,5 @@ export declare class LayerListBindingDirective implements OnInit, OnDestroy {
|
|
|
15
15
|
private setLayersVisibilityStatus;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayerListBindingDirective, [{ self: true; }, null, { optional: true; }]>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerListBindingDirective, "[igoLayerListBinding]", never, {}, {}, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerListBindingDirective, "[igoLayerListBinding]", never, {}, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -123,5 +123,5 @@ export declare class LayerListComponent implements OnInit, OnDestroy {
|
|
|
123
123
|
isScrolledIntoView(elemSource: any, elem: any): boolean;
|
|
124
124
|
removeProblemLayerInList(layersList: Layer[]): Layer[];
|
|
125
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayerListComponent, never>;
|
|
126
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerListComponent, "igo-layer-list", never, { "layersAreAllVisible": { "alias": "layersAreAllVisible"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "map": { "alias": "map"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "layerFilterAndSortOptions": { "alias": "layerFilterAndSortOptions"; "required": false; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, { "appliedFilterAndSort": "appliedFilterAndSort"; }, ["templateLayerToolbar"], ["[igoLayerItemToolbar]"],
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayerListComponent, "igo-layer-list", never, { "layersAreAllVisible": { "alias": "layersAreAllVisible"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "map": { "alias": "map"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "layerFilterAndSortOptions": { "alias": "layerFilterAndSortOptions"; "required": false; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, { "appliedFilterAndSort": "appliedFilterAndSort"; }, ["templateLayerToolbar"], ["[igoLayerItemToolbar]"], true, never>;
|
|
127
127
|
}
|
|
@@ -28,5 +28,5 @@ export declare class LayerListToolComponent implements OnInit, OnDestroy {
|
|
|
28
28
|
toggleOnlyVisible(): void;
|
|
29
29
|
toggleSelectionMode(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayerListToolComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerListToolComponent, "igo-layer-list-tool", never, { "layersAreAllVisible": { "alias": "layersAreAllVisible"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "onlyVisible": { "alias": "onlyVisible"; "required": false; }; "sortAlpha": { "alias": "sortAlpha"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "appliedFilterAndSort": "appliedFilterAndSort"; "selection": "selection"; }, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayerListToolComponent, "igo-layer-list-tool", never, { "layersAreAllVisible": { "alias": "layersAreAllVisible"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "onlyVisible": { "alias": "onlyVisible"; "required": false; }; "sortAlpha": { "alias": "sortAlpha"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "appliedFilterAndSort": "appliedFilterAndSort"; "selection": "selection"; }, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -9,26 +9,12 @@ import * as i6 from "./layer-legend-list/layer-legend-list.component";
|
|
|
9
9
|
import * as i7 from "./layer-list/layer-list-binding.directive";
|
|
10
10
|
import * as i8 from "./layer-legend-list/layer-legend-list-binding.directive";
|
|
11
11
|
import * as i9 from "./track-feature-button/track-feature-button.component";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import * as i13 from "@angular/common";
|
|
16
|
-
import * as i14 from "@angular/material/divider";
|
|
17
|
-
import * as i15 from "@angular/material/menu";
|
|
18
|
-
import * as i16 from "@angular/material/icon";
|
|
19
|
-
import * as i17 from "@angular/material/button";
|
|
20
|
-
import * as i18 from "@angular/material/slide-toggle";
|
|
21
|
-
import * as i19 from "@angular/material/select";
|
|
22
|
-
import * as i20 from "@angular/material/tooltip";
|
|
23
|
-
import * as i21 from "@angular/material/list";
|
|
24
|
-
import * as i22 from "@angular/material/slider";
|
|
25
|
-
import * as i23 from "@angular/material/badge";
|
|
26
|
-
import * as i24 from "@angular/material/checkbox";
|
|
27
|
-
import * as i25 from "@igo2/core";
|
|
28
|
-
import * as i26 from "@igo2/common";
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated import the components/directives directly or LAYER_DIRECTIVES for the set
|
|
14
|
+
*/
|
|
29
15
|
export declare class IgoLayerModule {
|
|
30
16
|
static forRoot(): ModuleWithProviders<IgoLayerModule>;
|
|
31
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoLayerModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLayerModule, [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent], [typeof
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLayerModule, never, [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent], [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent]>;
|
|
33
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoLayerModule>;
|
|
34
20
|
}
|
|
@@ -11,5 +11,5 @@ export declare class TrackFeatureButtonComponent implements OnInit {
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
toggleTrackFeature(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TrackFeatureButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TrackFeatureButtonComponent, "igo-track-feature-button", never, { "layer": { "alias": "layer"; "required": false; }; "trackFeature": { "alias": "trackFeature"; "required": false; }; }, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TrackFeatureButtonComponent, "igo-track-feature-button", never, { "layer": { "alias": "layer"; "required": false; }; "trackFeature": { "alias": "trackFeature"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -18,5 +18,5 @@ export declare class BaseLayersSwitcherComponent implements AfterViewInit, OnDes
|
|
|
18
18
|
collapseOrExpand(): void;
|
|
19
19
|
get baseLayers(): Layer[];
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseLayersSwitcherComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseLayersSwitcherComponent, "igo-baselayers-switcher", never, { "map": { "alias": "map"; "required": false; }; "useStaticIcon": { "alias": "useStaticIcon"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseLayersSwitcherComponent, "igo-baselayers-switcher", never, { "map": { "alias": "map"; "required": false; }; "useStaticIcon": { "alias": "useStaticIcon"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -24,5 +24,5 @@ export declare class MiniBaseMapComponent implements AfterViewInit, OnDestroy {
|
|
|
24
24
|
private handleBaseLayerChanged;
|
|
25
25
|
private handleLinkedBaseLayer;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MiniBaseMapComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MiniBaseMapComponent, "igo-mini-basemap", never, { "map": { "alias": "map"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "display": { "alias": "display"; "required": false; }; "baseLayer": { "alias": "baseLayer"; "required": false; }; }, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MiniBaseMapComponent, "igo-mini-basemap", never, { "map": { "alias": "map"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "display": { "alias": "display"; "required": false; }; "baseLayer": { "alias": "baseLayer"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -18,5 +18,5 @@ export declare class GeolocateButtonComponent implements AfterContentInit, OnDes
|
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
onGeolocationClick(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeolocateButtonComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeolocateButtonComponent, "igo-geolocate-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GeolocateButtonComponent, "igo-geolocate-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -16,5 +16,5 @@ export declare class HomeExtentButtonComponent {
|
|
|
16
16
|
computeHomeExtent(): void;
|
|
17
17
|
onToggleClick(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeExtentButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HomeExtentButtonComponent, "igo-home-extent-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "extentOverride": { "alias": "extentOverride"; "required": false; }; "centerOverride": { "alias": "centerOverride"; "required": false; }; "zoomOverride": { "alias": "zoomOverride"; "required": false; }; }, {}, never, never,
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HomeExtentButtonComponent, "igo-home-extent-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "extentOverride": { "alias": "extentOverride"; "required": false; }; "centerOverride": { "alias": "centerOverride"; "required": false; }; "zoomOverride": { "alias": "zoomOverride"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
20
|
}
|
package/lib/map/index.d.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
import { BaseLayersSwitcherComponent, MiniBaseMapComponent } from './baselayers-switcher';
|
|
2
|
+
import { GeolocateButtonComponent } from './geolocate-button';
|
|
3
|
+
import { HomeExtentButtonComponent } from './home-extent-button';
|
|
4
|
+
import { InfoSectionComponent } from './info-section';
|
|
5
|
+
import { MapBrowserComponent } from './map-browser';
|
|
6
|
+
import { MapCenterComponent } from './map-center';
|
|
7
|
+
import { MenuButtonComponent } from './menu-button';
|
|
8
|
+
import { OfflineButtonComponent } from './offline-button';
|
|
9
|
+
import { RotationButtonComponent } from './rotation-button';
|
|
10
|
+
import { HoverFeatureDirective, MapOfflineDirective, PointerPositionDirective } from './shared';
|
|
11
|
+
import { SwipeControlComponent } from './swipe-control';
|
|
12
|
+
import { WakeLockButtonComponent } from './wake-lock-button';
|
|
13
|
+
import { ZoomButtonComponent } from './zoom-button';
|
|
1
14
|
export * from './shared';
|
|
2
15
|
export * from './map-browser';
|
|
3
16
|
export * from './zoom-button';
|
|
@@ -11,3 +24,4 @@ export * from './rotation-button';
|
|
|
11
24
|
export * from './swipe-control';
|
|
12
25
|
export * from './map-center';
|
|
13
26
|
export * from './info-section';
|
|
27
|
+
export declare const MAP_DIRECTIVES: readonly [typeof BaseLayersSwitcherComponent, typeof GeolocateButtonComponent, typeof HomeExtentButtonComponent, typeof HoverFeatureDirective, typeof InfoSectionComponent, typeof MapBrowserComponent, typeof MapCenterComponent, typeof MapOfflineDirective, typeof MenuButtonComponent, typeof MiniBaseMapComponent, typeof OfflineButtonComponent, typeof PointerPositionDirective, typeof RotationButtonComponent, typeof SwipeControlComponent, typeof WakeLockButtonComponent, typeof ZoomButtonComponent];
|
|
@@ -3,5 +3,5 @@ export declare class InfoSectionComponent {
|
|
|
3
3
|
infoContent: string;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoSectionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoSectionComponent, "igo-info-section", never, { "infoContent": { "alias": "infoContent"; "required": false; }; }, {}, never, never,
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoSectionComponent, "igo-info-section", never, { "infoContent": { "alias": "infoContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -21,5 +21,5 @@ export declare class MapBrowserComponent implements OnInit, AfterViewInit, OnDes
|
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
22
|
private handleStatusChange;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapBrowserComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapBrowserComponent, "igo-map-browser", never, { "map": { "alias": "map"; "required": false; }; "view": { "alias": "view"; "required": false; }; }, {}, never, ["*"],
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapBrowserComponent, "igo-map-browser", never, { "map": { "alias": "map"; "required": false; }; "view": { "alias": "view"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
25
25
|
}
|
|
@@ -27,5 +27,5 @@ export declare class MapCenterComponent implements AfterViewInit, OnDestroy {
|
|
|
27
27
|
*/
|
|
28
28
|
private letZoom;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapCenterComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapCenterComponent, "igo-map-center", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapCenterComponent, "igo-map-center", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
package/lib/map/map.module.d.ts
CHANGED
|
@@ -15,14 +15,11 @@ import * as i13 from "./shared/hover-feature.directive";
|
|
|
15
15
|
import * as i14 from "./swipe-control/swipe-control.component";
|
|
16
16
|
import * as i15 from "./map-center/map-center.component";
|
|
17
17
|
import * as i16 from "./menu-button/menu-button.component";
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
import * as i20 from "@angular/material/icon";
|
|
22
|
-
import * as i21 from "@angular/material/button";
|
|
23
|
-
import * as i22 from "@angular/material/tooltip";
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated import the components directly or the MAP_DIRECTIVES for the set
|
|
20
|
+
*/
|
|
24
21
|
export declare class IgoMapModule {
|
|
25
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMapModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMapModule, [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.HomeExtentButtonComponent, typeof i5.RotationButtonComponent, typeof i6.InfoSectionComponent, typeof i7.BaseLayersSwitcherComponent, typeof i8.MiniBaseMapComponent, typeof i9.MapOfflineDirective, typeof i10.OfflineButtonComponent, typeof i11.WakeLockButtonComponent, typeof i12.PointerPositionDirective, typeof i13.HoverFeatureDirective, typeof i14.SwipeControlComponent, typeof i15.MapCenterComponent, typeof i16.MenuButtonComponent], [typeof
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMapModule, never, [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.HomeExtentButtonComponent, typeof i5.RotationButtonComponent, typeof i6.InfoSectionComponent, typeof i7.BaseLayersSwitcherComponent, typeof i8.MiniBaseMapComponent, typeof i9.MapOfflineDirective, typeof i10.OfflineButtonComponent, typeof i11.WakeLockButtonComponent, typeof i12.PointerPositionDirective, typeof i13.HoverFeatureDirective, typeof i14.SwipeControlComponent, typeof i15.MapCenterComponent, typeof i16.MenuButtonComponent], [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.HomeExtentButtonComponent, typeof i5.RotationButtonComponent, typeof i6.InfoSectionComponent, typeof i7.BaseLayersSwitcherComponent, typeof i8.MiniBaseMapComponent, typeof i9.MapOfflineDirective, typeof i10.OfflineButtonComponent, typeof i11.WakeLockButtonComponent, typeof i12.PointerPositionDirective, typeof i13.HoverFeatureDirective, typeof i14.SwipeControlComponent, typeof i15.MapCenterComponent, typeof i16.MenuButtonComponent]>;
|
|
27
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMapModule>;
|
|
28
25
|
}
|
|
@@ -13,5 +13,5 @@ export declare class MenuButtonComponent {
|
|
|
13
13
|
getClassMenuButton(): void;
|
|
14
14
|
onToggleSidenavClick(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuButtonComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuButtonComponent, "igo-menu-button", never, { "sidenavOpened": { "alias": "sidenavOpened"; "required": false; }; }, { "openSidenav": "openSidenav"; }, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuButtonComponent, "igo-menu-button", never, { "sidenavOpened": { "alias": "sidenavOpened"; "required": false; }; }, { "openSidenav": "openSidenav"; }, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -4,12 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class OfflineButtonComponent implements OnInit {
|
|
5
5
|
btnStyle: string;
|
|
6
6
|
map: IgoMap;
|
|
7
|
-
color:
|
|
7
|
+
color: string;
|
|
8
8
|
enabled: boolean;
|
|
9
9
|
constructor();
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
onClick(): void;
|
|
12
12
|
private handleButtonStyle;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OfflineButtonComponent, "igo-offline-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OfflineButtonComponent, "igo-offline-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -13,5 +13,5 @@ export declare class RotationButtonComponent implements AfterContentInit {
|
|
|
13
13
|
constructor();
|
|
14
14
|
ngAfterContentInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<RotationButtonComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": { "alias": "map"; "required": false; }; "showIfNoRotation": { "alias": "showIfNoRotation"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": { "alias": "map"; "required": false; }; "showIfNoRotation": { "alias": "showIfNoRotation"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -120,5 +120,5 @@ export declare class HoverFeatureDirective implements OnInit, OnDestroy {
|
|
|
120
120
|
*/
|
|
121
121
|
private clearLayer;
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoverFeatureDirective, [{ self: true; }, null, null]>;
|
|
123
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HoverFeatureDirective, "[igoHoverFeature]", never, { "igoHoverFeatureDelay": { "alias": "igoHoverFeatureDelay"; "required": false; }; "igoHoverFeatureEnabled": { "alias": "igoHoverFeatureEnabled"; "required": false; }; }, {}, never, never,
|
|
123
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HoverFeatureDirective, "[igoHoverFeature]", never, { "igoHoverFeatureDelay": { "alias": "igoHoverFeatureDelay"; "required": false; }; "igoHoverFeatureEnabled": { "alias": "igoHoverFeatureEnabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
124
124
|
}
|
|
@@ -67,5 +67,5 @@ export declare class PointerPositionDirective implements OnInit, OnDestroy {
|
|
|
67
67
|
*/
|
|
68
68
|
private onPointerEvent;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<PointerPositionDirective, [{ self: true; }, null]>;
|
|
70
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PointerPositionDirective, "[igoPointerPosition]", never, { "pointerPositionDelay": { "alias": "pointerPositionDelay"; "required": false; }; }, { "pointerPositionCoord": "pointerPositionCoord"; }, never, never,
|
|
70
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PointerPositionDirective, "[igoPointerPosition]", never, { "pointerPositionDelay": { "alias": "pointerPositionDelay"; "required": false; }; }, { "pointerPositionCoord": "pointerPositionCoord"; }, never, never, true, never>;
|
|
71
71
|
}
|
|
@@ -14,5 +14,5 @@ export declare class MapOfflineDirective implements AfterViewInit {
|
|
|
14
14
|
private handleNonOfflinableLayerResolution;
|
|
15
15
|
private handleLayersOnlineState;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapOfflineDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MapOfflineDirective, "[igoMapOffline]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MapOfflineDirective, "[igoMapOffline]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -93,5 +93,5 @@ export declare class SwipeControlComponent implements AfterViewInit, OnDestroy {
|
|
|
93
93
|
*/
|
|
94
94
|
private letZoom;
|
|
95
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwipeControlComponent, never>;
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwipeControlComponent, "igo-swipe-control", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwipeControlComponent, "igo-swipe-control", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
97
97
|
}
|
|
@@ -23,5 +23,5 @@ export declare class WakeLockButtonComponent {
|
|
|
23
23
|
private disableWakeLock;
|
|
24
24
|
toggleWakeLock(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<WakeLockButtonComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WakeLockButtonComponent, "igo-wake-lock-button", never, { "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WakeLockButtonComponent, "igo-wake-lock-button", never, { "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ZoomButtonComponent {
|
|
|
8
8
|
get maxZoom(): number;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZoomButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ZoomButtonComponent, "igo-zoom-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ZoomButtonComponent, "igo-zoom-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
12
|
}
|
package/lib/measure/index.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./measurer/measurer.module";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the components directly or the MEASURER_DIRECTIVES for the set
|
|
5
|
+
*/
|
|
3
6
|
export declare class IgoMeasureModule {
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMeasureModule, never>;
|
|
5
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMeasureModule, never, never, [typeof i1.IgoMeasurerModule]>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MeasureFormatPipe } from './measure-format.pipe';
|
|
2
|
+
import { MeasurerComponent } from './measurer.component';
|
|
3
|
+
export * from './measure-format.pipe';
|
|
4
|
+
export * from './measurer.component';
|
|
5
|
+
export declare const MEASURER_DIRECTIVES: (typeof MeasureFormatPipe | typeof MeasurerComponent)[];
|
|
@@ -11,5 +11,5 @@ export declare class MeasureFormatPipe implements PipeTransform {
|
|
|
11
11
|
*/
|
|
12
12
|
transform(value: number, unit: MeasureAreaUnit | MeasureLengthUnit, unitAbbr?: boolean, decimal?: number): number;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasureFormatPipe, never>;
|
|
14
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MeasureFormatPipe, "measureFormat",
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MeasureFormatPipe, "measureFormat", true>;
|
|
15
15
|
}
|
|
@@ -10,5 +10,5 @@ export declare class MeasurerDialogComponent {
|
|
|
10
10
|
constructor(dialogRef: MatDialogRef<MeasurerDialogComponent>, data: MeasurerDialogData);
|
|
11
11
|
onNoClick(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerDialogComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerDialogComponent, "igo-measurer-dialog", never, {}, {}, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerDialogComponent, "igo-measurer-dialog", never, {}, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -62,5 +62,5 @@ export declare class MeasurerItemComponent implements OnDestroy {
|
|
|
62
62
|
private toggleAutoUnit;
|
|
63
63
|
private computeBestMeasureUnit;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerItemComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerItemComponent, "igo-measurer-item", never, { "measureType": { "alias": "measureType"; "required": false; }; "measureUnit": { "alias": "measureUnit"; "required": false; }; "measure": { "alias": "measure"; "required": false; }; "auto": { "alias": "auto"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "measureUnitChange": "measureUnitChange"; }, never, never,
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerItemComponent, "igo-measurer-item", never, { "measureType": { "alias": "measureType"; "required": false; }; "measureUnit": { "alias": "measureUnit"; "required": false; }; "measure": { "alias": "measure"; "required": false; }; "auto": { "alias": "auto"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "measureUnitChange": "measureUnitChange"; }, never, never, true, never>;
|
|
66
66
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { EntityTableTemplate } from '@igo2/common';
|
|
4
|
-
import type { EntityTableComponent } from '@igo2/common';
|
|
3
|
+
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
|
|
5
4
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
6
5
|
import { BehaviorSubject } from 'rxjs';
|
|
7
6
|
import { FeatureStore } from '../../feature';
|
|
@@ -405,5 +404,5 @@ export declare class MeasurerComponent implements OnInit, OnDestroy {
|
|
|
405
404
|
private saveCurrentUnits;
|
|
406
405
|
private getSavedUnits;
|
|
407
406
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerComponent, never>;
|
|
408
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerComponent, "igo-measurer", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "activeMeasureType": { "alias": "activeMeasureType"; "required": false; }; "minSegmentLength": { "alias": "minSegmentLength"; "required": false; }; }, {}, never, never,
|
|
407
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerComponent, "igo-measurer", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "activeMeasureType": { "alias": "activeMeasureType"; "required": false; }; "minSegmentLength": { "alias": "minSegmentLength"; "required": false; }; }, {}, never, never, true, never>;
|
|
409
408
|
}
|
|
@@ -1,26 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./measure-format.pipe";
|
|
3
|
-
import * as i2 from "./measurer
|
|
4
|
-
import * as i3 from "./measurer.component";
|
|
5
|
-
import * as i4 from "./measurer-dialog.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
|
-
import * as i7 from "@angular/material/button-toggle";
|
|
9
|
-
import * as i8 from "@angular/material/dialog";
|
|
10
|
-
import * as i9 from "@angular/material/icon";
|
|
11
|
-
import * as i10 from "@angular/material/tooltip";
|
|
12
|
-
import * as i11 from "@angular/material/form-field";
|
|
13
|
-
import * as i12 from "@angular/material/input";
|
|
14
|
-
import * as i13 from "@angular/material/select";
|
|
15
|
-
import * as i14 from "@angular/material/slide-toggle";
|
|
16
|
-
import * as i15 from "@angular/material/divider";
|
|
17
|
-
import * as i16 from "@igo2/core";
|
|
18
|
-
import * as i17 from "@igo2/common";
|
|
3
|
+
import * as i2 from "./measurer.component";
|
|
19
4
|
/**
|
|
20
|
-
* @
|
|
5
|
+
* @deprecated import the components directly or the MEASURER_DIRECTIVES for the set
|
|
21
6
|
*/
|
|
22
7
|
export declare class IgoMeasurerModule {
|
|
23
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMeasurerModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMeasurerModule, [typeof i1.MeasureFormatPipe, typeof i2.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMeasurerModule, never, [typeof i1.MeasureFormatPipe, typeof i2.MeasurerComponent], [typeof i1.MeasureFormatPipe, typeof i2.MeasurerComponent]>;
|
|
25
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMeasurerModule>;
|
|
26
11
|
}
|
package/lib/metadata/index.d.ts
CHANGED
|
@@ -16,11 +16,11 @@ export declare class MetadataButtonComponent {
|
|
|
16
16
|
openMetadata(metadata: MetadataOptions): void;
|
|
17
17
|
get options(): MetadataLayerOptions;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataButtonComponent, "igo-metadata-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataButtonComponent, "igo-metadata-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
21
21
|
export declare class MetadataAbstractComponent {
|
|
22
22
|
data: MetadataOptions;
|
|
23
23
|
constructor(data: MetadataOptions);
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataAbstractComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataAbstractComponent, "igo-metadata-abstract", never, {}, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataAbstractComponent, "igo-metadata-abstract", never, {}, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./metadata-button/metadata-button.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i5 from "@angular/material/tooltip";
|
|
8
|
-
import * as i6 from "@igo2/core";
|
|
9
|
-
import * as i7 from "@angular/material/dialog";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components/directives directly or METADATA_DIRECTIVES for the set
|
|
6
|
+
*/
|
|
10
7
|
export declare class IgoMetadataModule {
|
|
11
8
|
static forRoot(): ModuleWithProviders<IgoMetadataModule>;
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMetadataModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMetadataModule, [typeof i1.MetadataButtonComponent, typeof i1.MetadataAbstractComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMetadataModule, never, [typeof i1.MetadataButtonComponent, typeof i1.MetadataAbstractComponent], [typeof i1.MetadataButtonComponent, typeof i1.MetadataAbstractComponent]>;
|
|
14
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMetadataModule>;
|
|
15
12
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./shared/overlay.directive";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the OverlayDirective directly
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoOverlayModule {
|
|
5
8
|
static forRoot(): ModuleWithProviders<IgoOverlayModule>;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoOverlayModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoOverlayModule, [typeof i1.OverlayDirective],
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoOverlayModule, never, [typeof i1.OverlayDirective], [typeof i1.OverlayDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoOverlayModule>;
|
|
9
12
|
}
|
|
@@ -38,7 +38,7 @@ export declare class Overlay<T extends MapBase = MapBase> {
|
|
|
38
38
|
/**
|
|
39
39
|
* Add a feature to the overlay and, optionally, move to it
|
|
40
40
|
* @param feature Feature
|
|
41
|
-
* @param motion Optional: Apply this motion to the map view
|
|
41
|
+
* @param motion Optional: Apply this motion to the map view (default on FeatureMotion.Default)
|
|
42
42
|
*/
|
|
43
43
|
addFeature(feature: Feature, motion?: FeatureMotion): void;
|
|
44
44
|
/**
|
|
@@ -14,5 +14,5 @@ export declare class OverlayDirective implements OnInit, OnDestroy {
|
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
private handleFeatures;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayDirective, [{ self: true; }, null]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayDirective, "[igoOverlay]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayDirective, "[igoOverlay]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -31,5 +31,5 @@ export declare class PrintComponent {
|
|
|
31
31
|
constructor(printService: PrintService);
|
|
32
32
|
handleFormSubmit(data: PrintOptions): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrintComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrintComponent, "igo-print", never, { "map": { "alias": "map"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; }, {}, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrintComponent, "igo-print", never, { "map": { "alias": "map"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -92,5 +92,5 @@ export declare class PrintFormComponent implements OnInit {
|
|
|
92
92
|
toggleImageSaveProp(): void;
|
|
93
93
|
changeCommentLength(): void;
|
|
94
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrintFormComponent, never>;
|
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrintFormComponent, "igo-print-form", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "comment": { "alias": "comment"; "required": false; }; "showProjection": { "alias": "showProjection"; "required": false; }; "showScale": { "alias": "showScale"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "doZipFile": { "alias": "doZipFile"; "required": false; }; }, { "submit": "submit"; }, never, never,
|
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrintFormComponent, "igo-print-form", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "comment": { "alias": "comment"; "required": false; }; "showProjection": { "alias": "showProjection"; "required": false; }; "showScale": { "alias": "showScale"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "doZipFile": { "alias": "doZipFile"; "required": false; }; }, { "submit": "submit"; }, never, never, true, never>;
|
|
96
96
|
}
|
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./print/print.component";
|
|
3
3
|
import * as i2 from "./print-form/print-form.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
|
-
import * as i7 from "@angular/material/select";
|
|
9
|
-
import * as i8 from "@angular/material/core";
|
|
10
|
-
import * as i9 from "@angular/material/input";
|
|
11
|
-
import * as i10 from "@angular/material/form-field";
|
|
12
|
-
import * as i11 from "@angular/material/slide-toggle";
|
|
13
|
-
import * as i12 from "@igo2/core";
|
|
14
|
-
import * as i13 from "@igo2/common";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the PrintComponent, PrintFormComponent directly
|
|
6
|
+
*/
|
|
15
7
|
export declare class IgoPrintModule {
|
|
16
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoPrintModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoPrintModule, [typeof i1.PrintComponent, typeof i2.PrintFormComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoPrintModule, never, [typeof i1.PrintComponent, typeof i2.PrintFormComponent], [typeof i1.PrintComponent, typeof i2.PrintFormComponent]>;
|
|
18
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoPrintModule>;
|
|
19
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "@
|
|
5
|
-
import * as i3 from "
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@igo2/core";
|
|
5
|
+
import * as i3 from "./shared/query.directive";
|
|
6
6
|
export declare class IgoQueryModule {
|
|
7
7
|
static forRoot(): ModuleWithProviders<IgoQueryModule>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoQueryModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoQueryModule,
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoQueryModule, never, [typeof i1.CommonModule, typeof i2.IgoMessageModule, typeof i3.QueryDirective], [typeof i3.QueryDirective]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoQueryModule>;
|
|
11
11
|
}
|
|
@@ -101,5 +101,5 @@ export declare class QueryDirective implements AfterViewInit, OnDestroy {
|
|
|
101
101
|
*/
|
|
102
102
|
private removeDragBoxInteraction;
|
|
103
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryDirective, [{ self: true; }, null]>;
|
|
104
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QueryDirective, "[igoQuery]", never, { "queryFeatures": { "alias": "queryFeatures"; "required": false; }; "queryFeaturesHitTolerance": { "alias": "queryFeaturesHitTolerance"; "required": false; }; "queryFeaturesCondition": { "alias": "queryFeaturesCondition"; "required": false; }; "waitForAllQueries": { "alias": "waitForAllQueries"; "required": false; }; }, { "query": "query"; }, never, never,
|
|
104
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QueryDirective, "[igoQuery]", never, { "queryFeatures": { "alias": "queryFeatures"; "required": false; }; "queryFeaturesHitTolerance": { "alias": "queryFeaturesHitTolerance"; "required": false; }; "queryFeaturesCondition": { "alias": "queryFeaturesCondition"; "required": false; }; "waitForAllQueries": { "alias": "waitForAllQueries"; "required": false; }; }, { "query": "query"; }, never, never, true, never>;
|
|
105
105
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import {
|
|
2
|
+
import { MessageService } from '@igo2/core';
|
|
3
3
|
import olFeature from 'ol/Feature';
|
|
4
4
|
import * as olgeom from 'ol/geom';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
@@ -11,12 +11,11 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export declare class QueryService {
|
|
12
12
|
private http;
|
|
13
13
|
private messageService;
|
|
14
|
-
private languageService;
|
|
15
14
|
queryEnabled: boolean;
|
|
16
15
|
defaultFeatureCount: number;
|
|
17
16
|
featureCount: number;
|
|
18
17
|
private previousMessageIds;
|
|
19
|
-
constructor(http: HttpClient, messageService: MessageService
|
|
18
|
+
constructor(http: HttpClient, messageService: MessageService);
|
|
20
19
|
query(layers: Layer[], options: QueryOptions): Observable<Feature[]>[];
|
|
21
20
|
queryLayer(layer: Layer, options: QueryOptions): Observable<Feature[]> | Observable<Feature[]>[];
|
|
22
21
|
private requestDataForHTMLGML2;
|
package/lib/search/index.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { SearchBarComponent } from './search-bar/search-bar.component';
|
|
2
|
+
import { SearchSelectorComponent } from './search-selector/search-selector.component';
|
|
3
|
+
import { SearchSettingsComponent } from './search-settings/search-settings.component';
|
|
4
|
+
import { SearchPointerSummaryDirective } from './shared';
|
|
1
5
|
export * from './shared';
|
|
2
6
|
export * from './search-selector/search-selector.component';
|
|
3
7
|
export * from './search-selector/search-selector.module';
|
|
@@ -5,7 +9,5 @@ export * from './search-settings/search-settings.component';
|
|
|
5
9
|
export * from './search-settings/search-settings.module';
|
|
6
10
|
export * from './search-bar/search-bar.component';
|
|
7
11
|
export * from './search-bar/search-bar.module';
|
|
8
|
-
export * from './search-results
|
|
9
|
-
export
|
|
10
|
-
export * from './search-results/search-results.component';
|
|
11
|
-
export * from './search-results/search-results.module';
|
|
12
|
+
export * from './search-results';
|
|
13
|
+
export declare const SEARCH_DIRECTIVES: readonly [typeof SearchBarComponent, typeof SearchSelectorComponent, typeof import("./search-results").SearchResultsComponent, typeof import("./search-results").SearchResultAddButtonComponent, typeof SearchSettingsComponent, typeof SearchPointerSummaryDirective];
|