@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
|
@@ -227,5 +227,5 @@ export declare class SearchBarComponent implements OnInit, OnDestroy {
|
|
|
227
227
|
*/
|
|
228
228
|
private onResearchCompleted;
|
|
229
229
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
|
|
230
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "igo-search-bar", never, { "searchTypes": { "alias": "searchTypes"; "required": false; }; "withDivider": { "alias": "withDivider"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "term": { "alias": "term"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "color": { "alias": "color"; "required": false; }; "termSplitter": { "alias": "termSplitter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "searchSelector": { "alias": "searchSelector"; "required": false; }; "searchSettings": { "alias": "searchSettings"; "required": false; }; "forceNA": { "alias": "forceNA"; "required": false; }; "store": { "alias": "store"; "required": false; }; }, { "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; "searchTermChange": "searchTermChange"; "search": "search"; "searchTypeChange": "searchTypeChange"; "clearFeature": "clearFeature"; "searchSettingsChange": "searchSettingsChange"; }, never, never,
|
|
230
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "igo-search-bar", never, { "searchTypes": { "alias": "searchTypes"; "required": false; }; "withDivider": { "alias": "withDivider"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "term": { "alias": "term"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "color": { "alias": "color"; "required": false; }; "termSplitter": { "alias": "termSplitter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "searchSelector": { "alias": "searchSelector"; "required": false; }; "searchSettings": { "alias": "searchSettings"; "required": false; }; "forceNA": { "alias": "forceNA"; "required": false; }; "store": { "alias": "store"; "required": false; }; }, { "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; "searchTermChange": "searchTermChange"; "search": "search"; "searchTypeChange": "searchTypeChange"; "clearFeature": "clearFeature"; "searchSettingsChange": "searchSettingsChange"; }, never, never, true, never>;
|
|
231
231
|
}
|
|
@@ -1,24 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-bar.component";
|
|
3
|
-
import * as i2 from "./search-url-param.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@angular/material/icon";
|
|
8
|
-
import * as i7 from "@angular/material/button";
|
|
9
|
-
import * as i8 from "@angular/material/divider";
|
|
10
|
-
import * as i9 from "@angular/material/menu";
|
|
11
|
-
import * as i10 from "@angular/material/radio";
|
|
12
|
-
import * as i11 from "@angular/material/form-field";
|
|
13
|
-
import * as i12 from "@angular/material/input";
|
|
14
|
-
import * as i13 from "@igo2/core";
|
|
15
|
-
import * as i14 from "../search-selector/search-selector.module";
|
|
16
|
-
import * as i15 from "../search-settings/search-settings.module";
|
|
17
3
|
/**
|
|
18
|
-
* @
|
|
4
|
+
* @deprecated import the SearchBarComponent directly
|
|
19
5
|
*/
|
|
20
6
|
export declare class IgoSearchBarModule {
|
|
21
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchBarModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchBarModule, [typeof i1.SearchBarComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchBarModule, never, [typeof i1.SearchBarComponent], [typeof i1.SearchBarComponent]>;
|
|
23
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchBarModule>;
|
|
24
10
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SearchResultAddButtonComponent } from './search-results-add-button.component';
|
|
2
|
+
import { SearchResultsComponent } from './search-results.component';
|
|
3
|
+
export * from './search-results-add-button.component';
|
|
4
|
+
export * from './search-results.component';
|
|
5
|
+
export * from './search-results.module';
|
|
6
|
+
export declare const SEARCH_RESULTS_DIRECTIVES: readonly [typeof SearchResultsComponent, typeof SearchResultAddButtonComponent];
|
|
@@ -28,5 +28,5 @@ export declare class SaveFeatureDialogComponent implements OnInit {
|
|
|
28
28
|
save(): void;
|
|
29
29
|
cancel(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveFeatureDialogComponent, [null, null, null, { optional: true; }]>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveFeatureDialogComponent, "igo-save-feature-dialog", never, {}, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveFeatureDialogComponent, "igo-save-feature-dialog", never, {}, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -80,5 +80,5 @@ export declare class SearchResultAddButtonComponent implements OnInit, OnDestroy
|
|
|
80
80
|
addFeature(feature: SearchResult, activeStore: FeatureStore<Feature>): void;
|
|
81
81
|
private clearLabelsOfOlGeometry;
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultAddButtonComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultAddButtonComponent, "igo-search-add-button", never, { "layer": { "alias": "layer"; "required": false; }; "store": { "alias": "store"; "required": false; }; "added": { "alias": "added"; "required": false; }; "map": { "alias": "map"; "required": false; }; "saveSearchResultInLayer": { "alias": "saveSearchResultInLayer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; }, {}, never, never,
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultAddButtonComponent, "igo-search-add-button", never, { "layer": { "alias": "layer"; "required": false; }; "store": { "alias": "store"; "required": false; }; "added": { "alias": "added"; "required": false; }; "map": { "alias": "map"; "required": false; }; "saveSearchResultInLayer": { "alias": "saveSearchResultInLayer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; }, {}, never, never, true, never>;
|
|
84
84
|
}
|
|
@@ -48,5 +48,5 @@ export declare class SearchResultsItemComponent {
|
|
|
48
48
|
*/
|
|
49
49
|
onMouseEvent(event: any): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsItemComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsItemComponent, "igo-search-results-item", never, { "result": { "alias": "result"; "required": false; }; "map": { "alias": "map"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; "withZoomButton": { "alias": "withZoomButton"; "required": false; }; }, { "zoomEvent": "zoomEvent"; }, never, ["[igoSearchItemToolbar]"],
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsItemComponent, "igo-search-results-item", never, { "result": { "alias": "result"; "required": false; }; "map": { "alias": "map"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; "withZoomButton": { "alias": "withZoomButton"; "required": false; }; }, { "zoomEvent": "zoomEvent"; }, never, ["[igoSearchItemToolbar]"], true, never>;
|
|
52
52
|
}
|
|
@@ -161,5 +161,5 @@ export declare class SearchResultsComponent implements OnInit, OnDestroy {
|
|
|
161
161
|
results: SearchResult[];
|
|
162
162
|
}): void;
|
|
163
163
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsComponent, never>;
|
|
164
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsComponent, "igo-search-results", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withZoomButton": { "alias": "withZoomButton"; "required": false; }; "tabsMode": { "alias": "tabsMode"; "required": false; }; "term": { "alias": "term"; "required": false; }; "settingsChange$": { "alias": "settingsChange$"; "required": false; }; "termSplitter": { "alias": "termSplitter"; "required": false; }; }, { "resultFocus": "resultFocus"; "resultUnfocus": "resultUnfocus"; "resultSelect": "resultSelect"; "moreResults": "moreResults"; "resultMouseenter": "resultMouseenter"; "resultMouseleave": "resultMouseleave"; }, ["templateSearchToolbar"], never,
|
|
164
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsComponent, "igo-search-results", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withZoomButton": { "alias": "withZoomButton"; "required": false; }; "tabsMode": { "alias": "tabsMode"; "required": false; }; "term": { "alias": "term"; "required": false; }; "settingsChange$": { "alias": "settingsChange$"; "required": false; }; "termSplitter": { "alias": "termSplitter"; "required": false; }; }, { "resultFocus": "resultFocus"; "resultUnfocus": "resultUnfocus"; "resultSelect": "resultSelect"; "moreResults": "moreResults"; "resultMouseenter": "resultMouseenter"; "resultMouseleave": "resultMouseleave"; }, ["templateSearchToolbar"], never, true, never>;
|
|
165
165
|
}
|
|
@@ -1,29 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-results.component";
|
|
3
|
-
import * as i2 from "./search-results-
|
|
4
|
-
import * as i3 from "./search-results-add-button.component";
|
|
5
|
-
import * as i4 from "./save-feature-dialog.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@igo2/common";
|
|
8
|
-
import * as i7 from "@igo2/core";
|
|
9
|
-
import * as i8 from "../../metadata/metadata.module";
|
|
10
|
-
import * as i9 from "@angular/material/autocomplete";
|
|
11
|
-
import * as i10 from "@angular/material/badge";
|
|
12
|
-
import * as i11 from "@angular/material/button";
|
|
13
|
-
import * as i12 from "@angular/material/dialog";
|
|
14
|
-
import * as i13 from "@angular/material/form-field";
|
|
15
|
-
import * as i14 from "@angular/material/icon";
|
|
16
|
-
import * as i15 from "@angular/material/input";
|
|
17
|
-
import * as i16 from "@angular/material/list";
|
|
18
|
-
import * as i17 from "@angular/material/select";
|
|
19
|
-
import * as i18 from "@angular/material/tabs";
|
|
20
|
-
import * as i19 from "@angular/material/tooltip";
|
|
21
|
-
import * as i20 from "@angular/forms";
|
|
3
|
+
import * as i2 from "./search-results-add-button.component";
|
|
22
4
|
/**
|
|
23
|
-
* @
|
|
5
|
+
* @deprecated import the components directly or the SEARCH_RESULTS_DIRECTIVES
|
|
24
6
|
*/
|
|
25
7
|
export declare class IgoSearchResultsModule {
|
|
26
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchResultsModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchResultsModule, [typeof i1.SearchResultsComponent, typeof i2.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchResultsModule, never, [typeof i1.SearchResultsComponent, typeof i2.SearchResultAddButtonComponent], [typeof i1.SearchResultsComponent, typeof i2.SearchResultAddButtonComponent]>;
|
|
28
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchResultsModule>;
|
|
29
11
|
}
|
|
@@ -54,5 +54,5 @@ export declare class SearchSelectorComponent implements OnInit, OnDestroy {
|
|
|
54
54
|
private setSearchType;
|
|
55
55
|
private onSetSearchType;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchSelectorComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchSelectorComponent, "igo-search-selector", never, { "searchTypes": { "alias": "searchTypes"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; }, { "searchTypeChange": "searchTypeChange"; }, never, never,
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchSelectorComponent, "igo-search-selector", never, { "searchTypes": { "alias": "searchTypes"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; }, { "searchTypeChange": "searchTypeChange"; }, never, never, true, never>;
|
|
58
58
|
}
|
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-selector.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/tooltip";
|
|
5
|
-
import * as i4 from "@angular/material/icon";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
7
|
-
import * as i6 from "@angular/material/menu";
|
|
8
|
-
import * as i7 from "@angular/material/radio";
|
|
9
|
-
import * as i8 from "@angular/material/tabs";
|
|
10
|
-
import * as i9 from "@angular/material/checkbox";
|
|
11
|
-
import * as i10 from "@igo2/core";
|
|
12
3
|
/**
|
|
13
|
-
* @
|
|
4
|
+
* @deprecated import the SearchSelectorComponent directly
|
|
14
5
|
*/
|
|
15
6
|
export declare class IgoSearchSelectorModule {
|
|
16
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchSelectorModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchSelectorModule, [typeof i1.SearchSelectorComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchSelectorModule, never, [typeof i1.SearchSelectorComponent], [typeof i1.SearchSelectorComponent]>;
|
|
18
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchSelectorModule>;
|
|
19
10
|
}
|
|
@@ -98,5 +98,5 @@ export declare class SearchSettingsComponent implements OnInit {
|
|
|
98
98
|
changeSearchResultsGeometry(event: any): void;
|
|
99
99
|
reverseSearchCoordsFormat(event: any): void;
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchSettingsComponent, never>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchSettingsComponent, "igo-search-settings", never, { "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; }, { "searchSourceChange": "searchSourceChange"; "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; }, never, never,
|
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchSettingsComponent, "igo-search-settings", never, { "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; }, { "searchSourceChange": "searchSourceChange"; "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; }, never, never, true, never>;
|
|
102
102
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-settings.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/tooltip";
|
|
5
|
-
import * as i4 from "@angular/material/icon";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
7
|
-
import * as i6 from "@angular/material/menu";
|
|
8
|
-
import * as i7 from "@angular/material/radio";
|
|
9
|
-
import * as i8 from "@angular/material/checkbox";
|
|
10
|
-
import * as i9 from "@angular/material/divider";
|
|
11
|
-
import * as i10 from "@angular/material/slide-toggle";
|
|
12
|
-
import * as i11 from "@igo2/core";
|
|
13
3
|
/**
|
|
14
|
-
* @
|
|
4
|
+
* @deprecated import the SearchSettingsComponent directly
|
|
15
5
|
*/
|
|
16
6
|
export declare class IgoSearchSettingsModule {
|
|
17
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchSettingsModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchSettingsModule, [typeof i1.SearchSettingsComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchSettingsModule, never, [typeof i1.SearchSettingsComponent], [typeof i1.SearchSettingsComponent]>;
|
|
19
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchSettingsModule>;
|
|
20
10
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
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 "./search-
|
|
6
|
-
import * as i4 from "./search-
|
|
7
|
-
import * as i5 from "./
|
|
8
|
-
import * as i6 from "./search-settings/search-settings.module";
|
|
3
|
+
import * as i1 from "./search-bar/search-bar.module";
|
|
4
|
+
import * as i2 from "./search-selector/search-selector.module";
|
|
5
|
+
import * as i3 from "./search-results/search-results.module";
|
|
6
|
+
import * as i4 from "./search-settings/search-settings.module";
|
|
7
|
+
import * as i5 from "./shared/search-pointer-summary.directive";
|
|
9
8
|
export declare class IgoSearchModule {
|
|
10
9
|
static forRoot(): ModuleWithProviders<IgoSearchModule>;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchModule, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchModule, never, [typeof i1.IgoSearchBarModule, typeof i2.IgoSearchSelectorModule, typeof i3.IgoSearchResultsModule, typeof i4.IgoSearchSettingsModule, typeof i5.SearchPointerSummaryDirective], [typeof i1.IgoSearchBarModule, typeof i2.IgoSearchSelectorModule, typeof i3.IgoSearchResultsModule, typeof i4.IgoSearchSettingsModule, typeof i5.SearchPointerSummaryDirective]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchModule>;
|
|
14
13
|
}
|
|
@@ -121,5 +121,5 @@ export declare class SearchPointerSummaryDirective implements OnInit, OnDestroy,
|
|
|
121
121
|
*/
|
|
122
122
|
private clearLayer;
|
|
123
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchPointerSummaryDirective, [{ self: true; }, null, null, null]>;
|
|
124
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchPointerSummaryDirective, "[igoSearchPointerSummary]", never, { "igoSearchPointerSummaryDelay": { "alias": "igoSearchPointerSummaryDelay"; "required": false; }; "igoSearchPointerSummaryEnabled": { "alias": "igoSearchPointerSummaryEnabled"; "required": false; }; }, {}, never, never,
|
|
124
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchPointerSummaryDirective, "[igoSearchPointerSummary]", never, { "igoSearchPointerSummaryDelay": { "alias": "igoSearchPointerSummaryDelay"; "required": false; }; "igoSearchPointerSummaryEnabled": { "alias": "igoSearchPointerSummaryEnabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
125
125
|
}
|
|
@@ -14,5 +14,5 @@ export declare function provideCadastreSearchSource(): {
|
|
|
14
14
|
provide: typeof SearchSource;
|
|
15
15
|
useFactory: typeof cadastreSearchSourceFactory;
|
|
16
16
|
multi: boolean;
|
|
17
|
-
deps: (typeof HttpClient | typeof
|
|
17
|
+
deps: (typeof HttpClient | typeof LanguageService | typeof StorageService | typeof ConfigService)[];
|
|
18
18
|
};
|
|
@@ -27,5 +27,5 @@ export declare function provideCoordinatesReverseSearchSource(): {
|
|
|
27
27
|
provide: typeof SearchSource;
|
|
28
28
|
useFactory: typeof CoordinatesReverseSearchSourceFactory;
|
|
29
29
|
multi: boolean;
|
|
30
|
-
deps: (typeof ProjectionService | typeof
|
|
30
|
+
deps: (typeof ProjectionService | typeof LanguageService | typeof StorageService | typeof ConfigService)[];
|
|
31
31
|
};
|
|
@@ -28,7 +28,7 @@ export declare function provideIChercheSearchSource(): {
|
|
|
28
28
|
provide: typeof SearchSource;
|
|
29
29
|
useFactory: typeof ichercheSearchSourceFactory;
|
|
30
30
|
multi: boolean;
|
|
31
|
-
deps: (typeof HttpClient | typeof
|
|
31
|
+
deps: (typeof HttpClient | typeof LanguageService | typeof StorageService | typeof ConfigService | typeof IChercheSearchResultFormatter | typeof Injector)[];
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* IChercheReverse search source factory
|
|
@@ -42,5 +42,5 @@ export declare function provideIChercheReverseSearchSource(): {
|
|
|
42
42
|
provide: typeof SearchSource;
|
|
43
43
|
useFactory: typeof ichercheReverseSearchSourceFactory;
|
|
44
44
|
multi: boolean;
|
|
45
|
-
deps: (typeof HttpClient | typeof
|
|
45
|
+
deps: (typeof HttpClient | typeof LanguageService | typeof StorageService | typeof ConfigService | typeof Injector)[];
|
|
46
46
|
};
|
|
@@ -27,5 +27,5 @@ export declare function provideILayerSearchSource(): {
|
|
|
27
27
|
provide: typeof SearchSource;
|
|
28
28
|
useFactory: typeof ilayerSearchSourceFactory;
|
|
29
29
|
multi: boolean;
|
|
30
|
-
deps: (typeof HttpClient | typeof
|
|
30
|
+
deps: (typeof HttpClient | typeof LanguageService | typeof StorageService | typeof ConfigService | typeof ILayerSearchResultFormatter)[];
|
|
31
31
|
};
|
|
@@ -14,5 +14,5 @@ export declare function provideNominatimSearchSource(): {
|
|
|
14
14
|
provide: typeof SearchSource;
|
|
15
15
|
useFactory: typeof nominatimSearchSourceFactory;
|
|
16
16
|
multi: boolean;
|
|
17
|
-
deps: (typeof HttpClient | typeof
|
|
17
|
+
deps: (typeof HttpClient | typeof StorageService | typeof ConfigService)[];
|
|
18
18
|
};
|
|
@@ -14,7 +14,7 @@ export declare function provideStoredQueriesSearchSource(): {
|
|
|
14
14
|
provide: typeof SearchSource;
|
|
15
15
|
useFactory: typeof storedqueriesSearchSourceFactory;
|
|
16
16
|
multi: boolean;
|
|
17
|
-
deps: (typeof HttpClient | typeof
|
|
17
|
+
deps: (typeof HttpClient | typeof LanguageService | typeof StorageService | typeof ConfigService)[];
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
20
|
* StoredQueriesReverse search source factory
|
|
@@ -28,5 +28,5 @@ export declare function provideStoredQueriesReverseSearchSource(): {
|
|
|
28
28
|
provide: typeof SearchSource;
|
|
29
29
|
useFactory: typeof storedqueriesReverseSearchSourceFactory;
|
|
30
30
|
multi: boolean;
|
|
31
|
-
deps: (typeof HttpClient | typeof
|
|
31
|
+
deps: (typeof HttpClient | typeof LanguageService | typeof StorageService | typeof ConfigService)[];
|
|
32
32
|
};
|
|
@@ -13,5 +13,5 @@ export declare function provideWorkspaceSearchSource(): {
|
|
|
13
13
|
provide: typeof SearchSource;
|
|
14
14
|
useFactory: typeof workspaceSearchSourceFactory;
|
|
15
15
|
multi: boolean;
|
|
16
|
-
deps: (typeof
|
|
16
|
+
deps: (typeof LanguageService | typeof StorageService | typeof ConfigService)[];
|
|
17
17
|
};
|
|
@@ -29,5 +29,5 @@ export declare class StyleModalDrawingComponent implements OnInit {
|
|
|
29
29
|
openPicker(): void;
|
|
30
30
|
closePicker(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalDrawingComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalDrawingComponent, "igo-style-modal-drawing", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalDrawingComponent, "igo-style-modal-drawing", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -28,5 +28,5 @@ export declare class StyleModalLayerComponent implements OnInit {
|
|
|
28
28
|
openPicker(): void;
|
|
29
29
|
closePicker(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalLayerComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerComponent, "igo-style-modal-layer", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerComponent, "igo-style-modal-layer", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -10,5 +10,5 @@ export declare class StyleModalLayerButtonComponent {
|
|
|
10
10
|
*/
|
|
11
11
|
openStyleModalDialog(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalLayerButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerButtonComponent, "igo-style-modal-layer-button", never, { "layer": { "alias": "layer"; "required": false; }; }, {}, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerButtonComponent, "igo-style-modal-layer-button", never, { "layer": { "alias": "layer"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -1,23 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./style-
|
|
4
|
-
import * as i2 from "./style-modal/
|
|
5
|
-
import * as i3 from "./style-modal/layer
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "@angular/forms";
|
|
8
|
-
import * as i6 from "@igo2/core";
|
|
9
|
-
import * as i7 from "@angular/material/form-field";
|
|
10
|
-
import * as i8 from "@angular/material/icon";
|
|
11
|
-
import * as i9 from "@angular/material/button";
|
|
12
|
-
import * as i10 from "@angular/material/dialog";
|
|
13
|
-
import * as i11 from "@angular/material/input";
|
|
14
|
-
import * as i12 from "@angular/material/select";
|
|
15
|
-
import * as i13 from "@angular/material/tooltip";
|
|
16
|
-
import * as i14 from "@igo2/common";
|
|
17
|
-
import * as i15 from "./style-list/style-list.module";
|
|
3
|
+
import * as i1 from "./style-list/style-list.module";
|
|
4
|
+
import * as i2 from "./style-modal/drawing/style-modal-drawing.component";
|
|
5
|
+
import * as i3 from "./style-modal/layer/style-modal-layer.component";
|
|
6
|
+
import * as i4 from "./style-modal/layer-button/style-modal-layer-button.component";
|
|
18
7
|
export declare class IgoStyleModule {
|
|
19
8
|
static forRoot(): ModuleWithProviders<IgoStyleModule>;
|
|
20
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoStyleModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStyleModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStyleModule, never, [typeof i1.IgoStyleListModule, typeof i2.StyleModalDrawingComponent, typeof i3.StyleModalLayerComponent, typeof i4.StyleModalLayerButtonComponent], [typeof i1.IgoStyleListModule, typeof i2.StyleModalDrawingComponent, typeof i3.StyleModalLayerComponent, typeof i4.StyleModalLayerButtonComponent]>;
|
|
22
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoStyleModule>;
|
|
23
12
|
}
|
|
@@ -29,5 +29,5 @@ export declare class ToastComponent {
|
|
|
29
29
|
zoomToFeatureExtent(): void;
|
|
30
30
|
swipe(action: string): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "igo-toast", never, { "expanded": { "alias": "expanded"; "required": false; }; "map": { "alias": "map"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "opened": "opened"; }, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "igo-toast", never, { "expanded": { "alias": "expanded"; "required": false; }; "map": { "alias": "map"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "opened": "opened"; }, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./toast.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i5 from "@igo2/common";
|
|
8
|
-
import * as i6 from "../feature/feature.module";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the ToastComponent directly
|
|
6
|
+
*/
|
|
9
7
|
export declare class IgoToastModule {
|
|
10
8
|
static forRoot(): ModuleWithProviders<IgoToastModule>;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoToastModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToastModule, [typeof i1.ToastComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToastModule, never, [typeof i1.ToastComponent], [typeof i1.ToastComponent]>;
|
|
13
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoToastModule>;
|
|
14
12
|
}
|
package/lib/wkt/wkt.module.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated UNUSED
|
|
5
|
+
*/
|
|
3
6
|
export declare class IgoWktModule {
|
|
4
7
|
static forRoot(): ModuleWithProviders<IgoWktModule>;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWktModule, never>;
|
|
@@ -19,5 +19,5 @@ export declare class ConfirmationPopupComponent {
|
|
|
19
19
|
cancelAction(): void;
|
|
20
20
|
confirmedAction(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationPopupComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationPopupComponent, "igo-confirmation-popup-component", never, {}, {}, never, never,
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationPopupComponent, "igo-confirmation-popup-component", never, {}, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./confirmation-popup.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
5
|
-
import * as i4 from "@angular/material/dialog";
|
|
6
|
-
import * as i5 from "@angular/material/button-toggle";
|
|
7
3
|
/**
|
|
8
|
-
* @
|
|
4
|
+
* @deprecated import the ConfirmationPopupComponent directly
|
|
9
5
|
*/
|
|
10
6
|
export declare class IgoConfirmationPopupModule {
|
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfirmationPopupModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmationPopupModule, [typeof i1.ConfirmationPopupComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmationPopupModule, never, [typeof i1.ConfirmationPopupComponent], [typeof i1.ConfirmationPopupComponent]>;
|
|
13
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfirmationPopupModule>;
|
|
14
10
|
}
|
|
@@ -25,5 +25,5 @@ export declare class OgcFilterComponent implements OnUpdateInputs, WidgetCompone
|
|
|
25
25
|
*/
|
|
26
26
|
onClose(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterComponent, "igo-ogc-filter", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterComponent, "igo-ogc-filter", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ogc-filter.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
5
|
-
import * as i4 from "@igo2/core";
|
|
6
|
-
import * as i5 from "../../../filter/filter.module";
|
|
7
3
|
/**
|
|
8
|
-
* @
|
|
4
|
+
* @deprecated import the OgcFilterComponent directly
|
|
9
5
|
*/
|
|
10
6
|
export declare class IgoOgcFilterModule {
|
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoOgcFilterModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoOgcFilterModule, [typeof i1.OgcFilterComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoOgcFilterModule, never, [typeof i1.OgcFilterComponent], [typeof i1.OgcFilterComponent]>;
|
|
13
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoOgcFilterModule>;
|
|
14
10
|
}
|
|
@@ -28,5 +28,5 @@ export declare class WorkspaceSelectorDirective implements OnInit, OnDestroy {
|
|
|
28
28
|
private getOrCreateWorkspace;
|
|
29
29
|
private layerIsEditable;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceSelectorDirective, "[igoWorkspaceSelector]", never, { "map": { "alias": "map"; "required": false; }; }, { "changeWorkspace": "changeWorkspace"; "disableSwitch": "disableSwitch"; "relationLayers": "relationLayers"; "rowsInMapExtentCheckCondition": "rowsInMapExtentCheckCondition"; }, never, never,
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceSelectorDirective, "[igoWorkspaceSelector]", never, { "map": { "alias": "map"; "required": false; }; }, { "changeWorkspace": "changeWorkspace"; "disableSwitch": "disableSwitch"; "relationLayers": "relationLayers"; "rowsInMapExtentCheckCondition": "rowsInMapExtentCheckCondition"; }, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-selector.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
/**
|
|
5
|
-
* @
|
|
4
|
+
* @deprecated import the WorkspaceSelectorDirective directly
|
|
6
5
|
*/
|
|
7
6
|
export declare class IgoWorkspaceSelectorModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceSelectorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, [typeof i1.WorkspaceSelectorDirective], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, never, [typeof i1.WorkspaceSelectorDirective], [typeof i1.WorkspaceSelectorDirective]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceSelectorModule>;
|
|
11
10
|
}
|
|
@@ -22,5 +22,5 @@ export declare class WorkspaceUpdatorDirective implements OnInit, OnDestroy {
|
|
|
22
22
|
private getOrCreateWorkspace;
|
|
23
23
|
private layerIsEditable;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceUpdatorDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceUpdatorDirective, "[igoWorkspaceUpdator]", never, { "map": { "alias": "map"; "required": false; }; "workspaceStore": { "alias": "workspaceStore"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceUpdatorDirective, "[igoWorkspaceUpdator]", never, { "map": { "alias": "map"; "required": false; }; "workspaceStore": { "alias": "workspaceStore"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-updator.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
/**
|
|
5
|
-
* @
|
|
4
|
+
* @deprecated import the WorkspaceUpdatorDirective directly
|
|
6
5
|
*/
|
|
7
6
|
export declare class IgoWorkspaceUpdatorModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceUpdatorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceUpdatorModule, [typeof i1.WorkspaceUpdatorDirective], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceUpdatorModule, never, [typeof i1.WorkspaceUpdatorDirective], [typeof i1.WorkspaceUpdatorDirective]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceUpdatorModule>;
|
|
11
10
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "./workspace-updator/workspace-updator.module";
|
|
7
|
-
import * as i6 from "./widgets/ogc-filter/ogc-filter.module";
|
|
8
|
-
import * as i7 from "@angular/material/dialog";
|
|
9
|
-
import * as i8 from "./confirmation-popup/confirmation-popup.module";
|
|
2
|
+
import * as i1 from "@igo2/common";
|
|
3
|
+
import * as i2 from "./widgets/ogc-filter/ogc-filter.module";
|
|
4
|
+
import * as i3 from "./workspace-selector/workspace-selector.module";
|
|
5
|
+
import * as i4 from "@angular/material/dialog";
|
|
10
6
|
export declare class IgoGeoWorkspaceModule {
|
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoGeoWorkspaceModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeoWorkspaceModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeoWorkspaceModule, never, [typeof i1.IgoWidgetModule, typeof i2.IgoOgcFilterModule, typeof i3.IgoWorkspaceSelectorModule, typeof i4.MatDialogModule], [typeof i2.IgoOgcFilterModule]>;
|
|
13
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoGeoWorkspaceModule>;
|
|
14
10
|
}
|
package/locale/en.geo.json
CHANGED
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"restArea": "Rest area",
|
|
512
512
|
"cycleStop": "Cycle stop",
|
|
513
513
|
"cultpatri": "Culture and heritage",
|
|
514
|
-
"unites":"
|
|
514
|
+
"unites": "Units (apartments, offices, etc.)"
|
|
515
515
|
},
|
|
516
516
|
"restrictExtent": {
|
|
517
517
|
"map": "Map extent",
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"penitencier-fed": "Federal penitentiaries",
|
|
676
676
|
"penitencier-prov": "Provincial penitentiaries",
|
|
677
677
|
"polices": "Police station",
|
|
678
|
-
"unites":"Unit number"
|
|
678
|
+
"unites": "Unit number"
|
|
679
679
|
},
|
|
680
680
|
"measure": {
|
|
681
681
|
"dialog": {
|
|
@@ -815,4 +815,4 @@
|
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
}
|
|
818
|
+
}
|
package/locale/fr.geo.json
CHANGED
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"restArea": "Halte routière",
|
|
512
512
|
"cycleStop": "Halte cyclable",
|
|
513
513
|
"cultpatri": "Culture et patrimoine",
|
|
514
|
-
"unites":"
|
|
514
|
+
"unites": "Unités (appartements, bureaux, etc.)"
|
|
515
515
|
},
|
|
516
516
|
"restrictExtent": {
|
|
517
517
|
"map": "Étendue de la carte",
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"penitencier-fed": "Pénitenciers fédéraux",
|
|
677
677
|
"penitencier-prov": "Pénitenciers provinciaux",
|
|
678
678
|
"polices": "Poste de police",
|
|
679
|
-
"unites":"Numéro d'unite"
|
|
679
|
+
"unites": "Numéro d'unite"
|
|
680
680
|
},
|
|
681
681
|
"measure": {
|
|
682
682
|
"dialog": {
|
|
@@ -816,4 +816,4 @@
|
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
|
-
}
|
|
819
|
+
}
|