@igo2/geo 19.0.3 → 20.0.0-next.2
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/fesm2022/igo2-geo.mjs +1269 -1908
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/index.d.ts +11894 -3
- package/package.json +19 -16
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +0 -117
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +0 -77
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +0 -99
- package/lib/catalog/catalog-browser/catalog-browser.module.d.ts +0 -10
- package/lib/catalog/catalog-library/add-catalog-dialog.component.d.ts +0 -40
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +0 -25
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +0 -68
- package/lib/catalog/catalog-library/catalog-library.module.d.ts +0 -14
- package/lib/catalog/catalog-library/index.d.ts +0 -3
- package/lib/catalog/catalog.module.d.ts +0 -14
- package/lib/catalog/index.d.ts +0 -5
- package/lib/catalog/shared/catalog.abstract.d.ts +0 -37
- package/lib/catalog/shared/catalog.enum.d.ts +0 -16
- package/lib/catalog/shared/catalog.interface.d.ts +0 -77
- package/lib/catalog/shared/catalog.service.d.ts +0 -38
- package/lib/catalog/shared/catalogs.d.ts +0 -35
- package/lib/catalog/shared/index.d.ts +0 -4
- package/lib/datasource/index.d.ts +0 -2
- package/lib/datasource/shared/capabilities.interface.d.ts +0 -24
- package/lib/datasource/shared/capabilities.service.d.ts +0 -36
- package/lib/datasource/shared/datasource.service.d.ts +0 -39
- package/lib/datasource/shared/datasources/any-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/any-datasource.interface.d.ts +0 -16
- package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/arcgisrest-datasource.interface.d.ts +0 -14
- package/lib/datasource/shared/datasources/carto-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/carto-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/datasources/data.service.d.ts +0 -3
- package/lib/datasource/shared/datasources/datasource.d.ts +0 -38
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +0 -109
- package/lib/datasource/shared/datasources/feature-datasource.d.ts +0 -12
- package/lib/datasource/shared/datasources/feature-datasource.interface.d.ts +0 -19
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.d.ts +0 -13
- package/lib/datasource/shared/datasources/index.d.ts +0 -35
- package/lib/datasource/shared/datasources/mvt-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/mvt-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/osm-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/osm-datasource.interface.d.ts +0 -5
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.d.ts +0 -12
- package/lib/datasource/shared/datasources/tiledebug-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/tiledebug-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/websocket-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/websocket-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/wfs-datasource.d.ts +0 -37
- package/lib/datasource/shared/datasources/wfs-datasource.interface.d.ts +0 -18
- package/lib/datasource/shared/datasources/wfs.service.d.ts +0 -17
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +0 -58
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +0 -37
- package/lib/datasource/shared/datasources/wms-wfs.utils.d.ts +0 -43
- package/lib/datasource/shared/datasources/wmts-datasource.d.ts +0 -10
- package/lib/datasource/shared/datasources/wmts-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/xyz-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/xyz-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/index.d.ts +0 -5
- package/lib/datasource/shared/options/index.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.interface.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.providers.d.ts +0 -10
- package/lib/datasource/shared/options/options-api.service.d.ts +0 -17
- package/lib/datasource/shared/options/options.service.d.ts +0 -6
- package/lib/datasource/utils/index.d.ts +0 -1
- package/lib/datasource/utils/tilegrid.d.ts +0 -2
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +0 -76
- package/lib/directions/directions-buttons/index.d.ts +0 -1
- package/lib/directions/directions-inputs/directions-inputs.component.d.ts +0 -147
- package/lib/directions/directions-inputs/index.d.ts +0 -1
- package/lib/directions/directions-results/directions-results.component.d.ts +0 -64
- package/lib/directions/directions-results/index.d.ts +0 -1
- package/lib/directions/directions-sources/directions-source.d.ts +0 -11
- package/lib/directions/directions-sources/directions-source.interface.d.ts +0 -28
- package/lib/directions/directions-sources/directions-source.provider.d.ts +0 -13
- package/lib/directions/directions-sources/index.d.ts +0 -4
- package/lib/directions/directions-sources/osrm-directions-source.d.ts +0 -33
- package/lib/directions/directions.component.d.ts +0 -76
- package/lib/directions/directions.module.d.ts +0 -15
- package/lib/directions/directions.provider.d.ts +0 -3
- package/lib/directions/index.d.ts +0 -7
- package/lib/directions/shared/directions-source.service.d.ts +0 -11
- package/lib/directions/shared/directions.enum.d.ts +0 -63
- package/lib/directions/shared/directions.interface.d.ts +0 -139
- package/lib/directions/shared/directions.service.d.ts +0 -69
- package/lib/directions/shared/directions.utils.d.ts +0 -121
- package/lib/directions/shared/index.d.ts +0 -5
- package/lib/directions/shared/store.d.ts +0 -18
- package/lib/download/download-button/download-button.component.d.ts +0 -14
- package/lib/download/download-button/index.d.ts +0 -1
- package/lib/download/download.module.d.ts +0 -12
- package/lib/download/index.d.ts +0 -2
- package/lib/download/shared/download.interface.d.ts +0 -10
- package/lib/download/shared/download.service.d.ts +0 -10
- package/lib/download/shared/index.d.ts +0 -2
- package/lib/draw/draw/draw-layer-popup.component.d.ts +0 -14
- package/lib/draw/draw/draw-popup.component.d.ts +0 -63
- package/lib/draw/draw/draw-shorcuts.component.d.ts +0 -7
- package/lib/draw/draw/draw.component.d.ts +0 -240
- package/lib/draw/draw/draw.module.d.ts +0 -10
- package/lib/draw/drawingTool.module.d.ts +0 -10
- package/lib/draw/index.d.ts +0 -2
- package/lib/draw/shared/draw-icon.service.d.ts +0 -12
- package/lib/draw/shared/draw.enum.d.ts +0 -17
- package/lib/draw/shared/draw.interface.d.ts +0 -39
- package/lib/draw/shared/draw.utils.d.ts +0 -36
- package/lib/draw/shared/index.d.ts +0 -4
- package/lib/environment/environment.interface.d.ts +0 -53
- package/lib/environment/index.d.ts +0 -1
- package/lib/feature/feature-details/feature-details.component.d.ts +0 -63
- package/lib/feature/feature-details/feature-details.directive.d.ts +0 -17
- package/lib/feature/feature-details/feature-details.module.d.ts +0 -14
- package/lib/feature/feature-details/index.d.ts +0 -3
- package/lib/feature/feature-form/feature-form.component.d.ts +0 -44
- package/lib/feature/feature-form/feature-form.module.d.ts +0 -10
- package/lib/feature/feature.module.d.ts +0 -14
- package/lib/feature/index.d.ts +0 -4
- package/lib/feature/shared/feature-store.utils.d.ts +0 -10
- package/lib/feature/shared/feature.enums.d.ts +0 -7
- package/lib/feature/shared/feature.interfaces.d.ts +0 -75
- package/lib/feature/shared/feature.utils.d.ts +0 -98
- package/lib/feature/shared/index.d.ts +0 -7
- package/lib/feature/shared/store.d.ts +0 -78
- package/lib/feature/shared/strategies/geo-properties.d.ts +0 -61
- package/lib/feature/shared/strategies/in-map-extent.d.ts +0 -53
- package/lib/feature/shared/strategies/in-map-resolution.d.ts +0 -52
- package/lib/feature/shared/strategies/index.d.ts +0 -7
- package/lib/feature/shared/strategies/loading-layer.d.ts +0 -59
- package/lib/feature/shared/strategies/loading.d.ts +0 -75
- package/lib/feature/shared/strategies/search.d.ts +0 -55
- package/lib/feature/shared/strategies/selection.d.ts +0 -176
- package/lib/feature/shared/strategies.utils.d.ts +0 -17
- package/lib/filter/filter.module.d.ts +0 -48
- package/lib/filter/index.d.ts +0 -16
- package/lib/filter/ogc-filter-button/index.d.ts +0 -1
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +0 -19
- package/lib/filter/ogc-filter-form/index.d.ts +0 -1
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +0 -63
- package/lib/filter/ogc-filter-selection/index.d.ts +0 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +0 -99
- package/lib/filter/ogc-filter-time/index.d.ts +0 -2
- package/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.d.ts +0 -39
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +0 -88
- package/lib/filter/ogc-filterable-form/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +0 -14
- package/lib/filter/ogc-filterable-item/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +0 -41
- package/lib/filter/ogc-filterable-list/index.d.ts +0 -2
- package/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.d.ts +0 -14
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +0 -9
- package/lib/filter/shared/date.utils.d.ts +0 -9
- package/lib/filter/shared/filter.utils.d.ts +0 -26
- package/lib/filter/shared/filterable-datasource.pipe.d.ts +0 -10
- package/lib/filter/shared/index.d.ts +0 -11
- package/lib/filter/shared/ogc-filter-time.service.d.ts +0 -18
- package/lib/filter/shared/ogc-filter.d.ts +0 -30
- package/lib/filter/shared/ogc-filter.enum.d.ts +0 -27
- package/lib/filter/shared/ogc-filter.interface.d.ts +0 -205
- package/lib/filter/shared/ogc-filter.service.d.ts +0 -12
- package/lib/filter/shared/spatial-filter.enum.d.ts +0 -19
- package/lib/filter/shared/spatial-filter.interface.d.ts +0 -10
- package/lib/filter/shared/spatial-filter.service.d.ts +0 -36
- package/lib/filter/shared/time-filter.enum.d.ts +0 -10
- package/lib/filter/shared/time-filter.interface.d.ts +0 -15
- package/lib/filter/shared/time-filter.service.d.ts +0 -10
- package/lib/filter/spatial-filter/spatial-filter-item/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +0 -163
- package/lib/filter/spatial-filter/spatial-filter-list/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +0 -51
- package/lib/filter/spatial-filter/spatial-filter-type/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +0 -38
- package/lib/filter/time-filter-button/index.d.ts +0 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +0 -19
- package/lib/filter/time-filter-form/index.d.ts +0 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +0 -82
- package/lib/filter/time-filter-item/index.d.ts +0 -1
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +0 -29
- package/lib/filter/time-filter-list/index.d.ts +0 -2
- package/lib/filter/time-filter-list/time-filter-list-binding.directive.d.ts +0 -14
- package/lib/filter/time-filter-list/time-filter-list.component.d.ts +0 -7
- package/lib/geo.module.d.ts +0 -18
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +0 -199
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +0 -86
- package/lib/geometry/geometry-form-field/geometry-form-field.module.d.ts +0 -14
- package/lib/geometry/geometry-form-field/index.d.ts +0 -3
- package/lib/geometry/geometry.module.d.ts +0 -10
- package/lib/geometry/index.d.ts +0 -2
- package/lib/geometry/shared/controls/draw.d.ts +0 -150
- package/lib/geometry/shared/controls/index.d.ts +0 -3
- package/lib/geometry/shared/controls/modify.d.ts +0 -228
- package/lib/geometry/shared/controls/slice.d.ts +0 -99
- package/lib/geometry/shared/geometry.errors.d.ts +0 -11
- package/lib/geometry/shared/geometry.interfaces.d.ts +0 -13
- package/lib/geometry/shared/geometry.utils.d.ts +0 -43
- package/lib/geometry/shared/index.d.ts +0 -4
- package/lib/import-export/export-button/export-button.component.d.ts +0 -11
- package/lib/import-export/export-button/index.d.ts +0 -1
- package/lib/import-export/import-export/import-export.component.d.ts +0 -119
- package/lib/import-export/import-export/index.d.ts +0 -1
- package/lib/import-export/import-export.module.d.ts +0 -18
- package/lib/import-export/index.d.ts +0 -4
- package/lib/import-export/shared/drop-geo-file.directive.d.ts +0 -39
- package/lib/import-export/shared/export.errors.d.ts +0 -8
- package/lib/import-export/shared/export.interface.d.ts +0 -18
- package/lib/import-export/shared/export.service.d.ts +0 -43
- package/lib/import-export/shared/export.type.d.ts +0 -8
- package/lib/import-export/shared/export.utils.d.ts +0 -21
- package/lib/import-export/shared/import.errors.d.ts +0 -20
- package/lib/import-export/shared/import.interface.d.ts +0 -11
- package/lib/import-export/shared/import.service.d.ts +0 -31
- package/lib/import-export/shared/import.utils.d.ts +0 -20
- package/lib/import-export/shared/index.d.ts +0 -10
- package/lib/layer/index.d.ts +0 -15
- package/lib/layer/layer-group/index.d.ts +0 -1
- package/lib/layer/layer-group/layer-group.component.d.ts +0 -30
- package/lib/layer/layer-item/index.d.ts +0 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +0 -43
- package/lib/layer/layer-legend/index.d.ts +0 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +0 -86
- package/lib/layer/layer-legend-item/index.d.ts +0 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +0 -22
- package/lib/layer/layer-legend-list/index.d.ts +0 -2
- package/lib/layer/layer-legend-list/layer-legend-list-binding.directive.d.ts +0 -16
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +0 -29
- package/lib/layer/layer-list/index.d.ts +0 -1
- package/lib/layer/layer-list/layer-list.component.d.ts +0 -55
- package/lib/layer/layer-list-tool/index.d.ts +0 -3
- package/lib/layer/layer-list-tool/layer-list-tool.component.d.ts +0 -25
- package/lib/layer/layer-list-tool/layer-list-tool.interface.d.ts +0 -12
- package/lib/layer/layer-list-tool/layer-list-tool.service.d.ts +0 -14
- package/lib/layer/layer-search/index.d.ts +0 -1
- package/lib/layer/layer-search/layer-search.component.d.ts +0 -16
- package/lib/layer/layer-unavailable/index.d.ts +0 -2
- package/lib/layer/layer-unavailable/layer-unavailable-list/layer-unavailable-list.component.d.ts +0 -10
- package/lib/layer/layer-unavailable/layer-unavailable.component.d.ts +0 -11
- package/lib/layer/layer-viewer/index.d.ts +0 -2
- package/lib/layer/layer-viewer/layer-viewer.component.d.ts +0 -52
- package/lib/layer/layer-viewer/layer-viewer.interface.d.ts +0 -22
- package/lib/layer/layer-viewer-bottom-actions/index.d.ts +0 -1
- package/lib/layer/layer-viewer-bottom-actions/layer-viewer-bottom-actions.component.d.ts +0 -44
- package/lib/layer/layer-visibility-button/index.d.ts +0 -1
- package/lib/layer/layer-visibility-button/layer-visibility-button.component.d.ts +0 -22
- package/lib/layer/layer.module.d.ts +0 -42
- package/lib/layer/shared/clusterParam.d.ts +0 -11
- package/lib/layer/shared/index.d.ts +0 -5
- package/lib/layer/shared/layer-controller.d.ts +0 -81
- package/lib/layer/shared/layer-selection.d.ts +0 -14
- package/lib/layer/shared/layer.enums.d.ts +0 -1
- package/lib/layer/shared/layer.service.d.ts +0 -40
- package/lib/layer/shared/layers/any-layer.d.ts +0 -3
- package/lib/layer/shared/layers/any-layer.interface.d.ts +0 -8
- package/lib/layer/shared/layers/image-layer.d.ts +0 -24
- package/lib/layer/shared/layers/image-layer.interface.d.ts +0 -16
- package/lib/layer/shared/layers/index.d.ts +0 -17
- package/lib/layer/shared/layers/layer-base.d.ts +0 -75
- package/lib/layer/shared/layers/layer-group.d.ts +0 -33
- package/lib/layer/shared/layers/layer-group.interface.d.ts +0 -8
- package/lib/layer/shared/layers/layer.d.ts +0 -46
- package/lib/layer/shared/layers/layer.interface.d.ts +0 -72
- package/lib/layer/shared/layers/legend.interface.d.ts +0 -22
- package/lib/layer/shared/layers/linked/index.d.ts +0 -3
- package/lib/layer/shared/layers/linked/linked-layer.d.ts +0 -36
- package/lib/layer/shared/layers/linked/linked-layer.interface.d.ts +0 -33
- package/lib/layer/shared/layers/linked/linked-layer.utils.d.ts +0 -9
- package/lib/layer/shared/layers/tile-layer.d.ts +0 -34
- package/lib/layer/shared/layers/tile-layer.interface.d.ts +0 -20
- package/lib/layer/shared/layers/vector-layer.d.ts +0 -91
- package/lib/layer/shared/layers/vector-layer.interface.d.ts +0 -42
- package/lib/layer/shared/layers/vectortile-layer.d.ts +0 -31
- package/lib/layer/shared/layers/vectortile-layer.interface.d.ts +0 -16
- package/lib/layer/track-feature-button/index.d.ts +0 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +0 -14
- package/lib/layer/utils/image-watcher.d.ts +0 -16
- package/lib/layer/utils/index.d.ts +0 -6
- package/lib/layer/utils/layer-options.utils.d.ts +0 -12
- package/lib/layer/utils/layer.utils.d.ts +0 -12
- package/lib/layer/utils/outputLegend.d.ts +0 -7
- package/lib/layer/utils/tile-watcher.d.ts +0 -14
- package/lib/layer/utils/vector-watcher.d.ts +0 -13
- package/lib/map/baselayers-switcher/baselayers-switcher.animation.d.ts +0 -2
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +0 -22
- package/lib/map/baselayers-switcher/index.d.ts +0 -2
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +0 -26
- package/lib/map/geolocate-button/geolocate-button.component.d.ts +0 -22
- package/lib/map/geolocate-button/index.d.ts +0 -1
- package/lib/map/home-extent-button/home-extent-button.component.d.ts +0 -20
- package/lib/map/home-extent-button/home-extent-button.interface.d.ts +0 -6
- package/lib/map/home-extent-button/index.d.ts +0 -2
- package/lib/map/index.d.ts +0 -13
- package/lib/map/info-section/index.d.ts +0 -1
- package/lib/map/info-section/info-section.component.d.ts +0 -6
- package/lib/map/map-browser/index.d.ts +0 -1
- package/lib/map/map-browser/map-browser.component.d.ts +0 -25
- package/lib/map/map-center/index.d.ts +0 -1
- package/lib/map/map-center/map-center.component.d.ts +0 -30
- package/lib/map/map.module.d.ts +0 -42
- package/lib/map/menu-button/index.d.ts +0 -1
- package/lib/map/menu-button/menu-button.component.d.ts +0 -17
- package/lib/map/offline-button/index.d.ts +0 -1
- package/lib/map/offline-button/offline-button.component.d.ts +0 -14
- package/lib/map/rotation-button/index.d.ts +0 -1
- package/lib/map/rotation-button/rotation-button.component.d.ts +0 -18
- package/lib/map/shared/controllers/controller.d.ts +0 -29
- package/lib/map/shared/controllers/geolocation.d.ts +0 -96
- package/lib/map/shared/controllers/geolocation.interface.d.ts +0 -39
- package/lib/map/shared/controllers/index.d.ts +0 -4
- package/lib/map/shared/controllers/view.d.ts +0 -200
- package/lib/map/shared/hover-feature.directive.d.ts +0 -123
- package/lib/map/shared/index.d.ts +0 -14
- package/lib/map/shared/linkedLayers.utils.d.ts +0 -13
- package/lib/map/shared/map-pointer-position.directive.d.ts +0 -71
- package/lib/map/shared/map.abstract.d.ts +0 -43
- package/lib/map/shared/map.d.ts +0 -70
- package/lib/map/shared/map.enums.d.ts +0 -4
- package/lib/map/shared/map.interface.d.ts +0 -57
- package/lib/map/shared/map.service.d.ts +0 -18
- package/lib/map/shared/map.utils.d.ts +0 -92
- package/lib/map/shared/mapOffline.directive.d.ts +0 -19
- package/lib/map/shared/projection.interfaces.d.ts +0 -27
- package/lib/map/shared/projection.service.d.ts +0 -19
- package/lib/map/shared/projection.utils.d.ts +0 -30
- package/lib/map/swipe-control/index.d.ts +0 -1
- package/lib/map/swipe-control/swipe-control.component.d.ts +0 -96
- package/lib/map/utils/index.d.ts +0 -1
- package/lib/map/utils/layer-watcher.d.ts +0 -30
- package/lib/map/wake-lock-button/index.d.ts +0 -1
- package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +0 -27
- package/lib/map/zoom-button/index.d.ts +0 -1
- package/lib/map/zoom-button/zoom-button.component.d.ts +0 -11
- package/lib/measure/index.d.ts +0 -2
- package/lib/measure/measure.module.d.ts +0 -10
- package/lib/measure/measurer/index.d.ts +0 -5
- package/lib/measure/measurer/measure-format.pipe.d.ts +0 -15
- package/lib/measure/measurer/measurer-dialog.component.d.ts +0 -14
- package/lib/measure/measurer/measurer-item.component.d.ts +0 -65
- package/lib/measure/measurer/measurer.component.d.ts +0 -401
- package/lib/measure/measurer/measurer.module.d.ts +0 -11
- package/lib/measure/shared/index.d.ts +0 -3
- package/lib/measure/shared/measure.enum.d.ts +0 -33
- package/lib/measure/shared/measure.interfaces.d.ts +0 -20
- package/lib/measure/shared/measure.utils.d.ts +0 -180
- package/lib/metadata/index.d.ts +0 -3
- package/lib/metadata/metadata-button/index.d.ts +0 -1
- package/lib/metadata/metadata-button/metadata-button.component.d.ts +0 -22
- package/lib/metadata/metadata.module.d.ts +0 -14
- package/lib/metadata/shared/index.d.ts +0 -2
- package/lib/metadata/shared/metadata.interface.d.ts +0 -13
- package/lib/metadata/shared/metadata.service.d.ts +0 -7
- package/lib/offline/geoDB/configFileToGeoDB.service.d.ts +0 -12
- package/lib/offline/geoDB/geoDB.d.ts +0 -36
- package/lib/offline/geoDB/geoDB.enums.d.ts +0 -4
- package/lib/offline/geoDB/geoDB.interface.d.ts +0 -19
- package/lib/offline/geoDB/index.d.ts +0 -4
- package/lib/offline/index.d.ts +0 -5
- package/lib/offline/layerDB/index.d.ts +0 -2
- package/lib/offline/layerDB/layerDB.d.ts +0 -34
- package/lib/offline/layerDB/layerDB.interface.d.ts +0 -7
- package/lib/offline/offline.interface.d.ts +0 -3
- package/lib/offline/offline.provider.d.ts +0 -5
- package/lib/offline/shared/geo-network.service.d.ts +0 -27
- package/lib/offline/shared/index.d.ts +0 -1
- package/lib/offline/shared/indexed-db.interface.d.ts +0 -16
- package/lib/offline/shared/indexed-db.utils.d.ts +0 -4
- package/lib/overlay/index.d.ts +0 -1
- package/lib/overlay/shared/index.d.ts +0 -3
- package/lib/overlay/shared/overlay.d.ts +0 -82
- package/lib/overlay/shared/overlay.enum.d.ts +0 -6
- package/lib/overlay/shared/overlay.utils.d.ts +0 -6
- package/lib/print/index.d.ts +0 -3
- package/lib/print/print/print.component.d.ts +0 -35
- package/lib/print/print-form/index.d.ts +0 -1
- package/lib/print/print-form/print-form.component.d.ts +0 -99
- package/lib/print/print.module.d.ts +0 -11
- package/lib/print/shared/geopdf.d.ts +0 -1
- package/lib/print/shared/index.d.ts +0 -4
- package/lib/print/shared/print.interface.d.ts +0 -23
- package/lib/print/shared/print.service.d.ts +0 -184
- package/lib/print/shared/print.type.d.ts +0 -40
- package/lib/query/index.d.ts +0 -1
- package/lib/query/query.module.d.ts +0 -11
- package/lib/query/shared/index.d.ts +0 -7
- package/lib/query/shared/query-search-source.d.ts +0 -17
- package/lib/query/shared/query-search-source.providers.d.ts +0 -17
- package/lib/query/shared/query.directive.d.ts +0 -105
- package/lib/query/shared/query.enums.d.ts +0 -26
- package/lib/query/shared/query.interfaces.d.ts +0 -34
- package/lib/query/shared/query.service.d.ts +0 -54
- package/lib/query/shared/query.utils.d.ts +0 -28
- package/lib/search/index.d.ts +0 -9
- package/lib/search/search-bar/search-bar.component.d.ts +0 -233
- package/lib/search/search-bar/search-bar.module.d.ts +0 -10
- package/lib/search/search-results/index.d.ts +0 -4
- package/lib/search/search-results/save-feature-dialog.component.d.ts +0 -32
- package/lib/search/search-results/search-results-add-button.component.d.ts +0 -84
- package/lib/search/search-results/search-results-item.component.d.ts +0 -52
- package/lib/search/search-results/search-results.component.d.ts +0 -155
- package/lib/search/search-results/search-results.directive.d.ts +0 -3
- package/lib/search/search-results/search-results.module.d.ts +0 -11
- package/lib/search/search-selector/search-selector.component.d.ts +0 -58
- package/lib/search/search-selector/search-selector.module.d.ts +0 -10
- package/lib/search/search-settings/search-settings.component.d.ts +0 -109
- package/lib/search/search-settings/search-settings.module.d.ts +0 -10
- package/lib/search/search.module.d.ts +0 -21
- package/lib/search/shared/index.d.ts +0 -9
- package/lib/search/shared/search-pointer-summary.directive.d.ts +0 -124
- package/lib/search/shared/search-source-service.providers.d.ts +0 -15
- package/lib/search/shared/search-source.service.d.ts +0 -39
- package/lib/search/shared/search.enums.d.ts +0 -1
- package/lib/search/shared/search.interfaces.d.ts +0 -54
- package/lib/search/shared/search.provider.d.ts +0 -8
- package/lib/search/shared/search.service.d.ts +0 -58
- package/lib/search/shared/search.utils.d.ts +0 -39
- package/lib/search/shared/sources/cadastre.d.ts +0 -35
- package/lib/search/shared/sources/cadastre.providers.d.ts +0 -22
- package/lib/search/shared/sources/coordinates.d.ts +0 -41
- package/lib/search/shared/sources/coordinates.interfaces.d.ts +0 -12
- package/lib/search/shared/sources/coordinates.providers.d.ts +0 -35
- package/lib/search/shared/sources/icherche-icons.d.ts +0 -5
- package/lib/search/shared/sources/icherche.d.ts +0 -101
- package/lib/search/shared/sources/icherche.interfaces.d.ts +0 -26
- package/lib/search/shared/sources/icherche.providers.d.ts +0 -42
- package/lib/search/shared/sources/ilayer.d.ts +0 -57
- package/lib/search/shared/sources/ilayer.interfaces.d.ts +0 -43
- package/lib/search/shared/sources/ilayer.providers.d.ts +0 -35
- package/lib/search/shared/sources/index.d.ts +0 -22
- package/lib/search/shared/sources/nominatim.d.ts +0 -46
- package/lib/search/shared/sources/nominatim.interfaces.d.ts +0 -10
- package/lib/search/shared/sources/nominatim.providers.d.ts +0 -21
- package/lib/search/shared/sources/source.d.ts +0 -88
- package/lib/search/shared/sources/source.interfaces.d.ts +0 -65
- package/lib/search/shared/sources/storedqueries.d.ts +0 -76
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +0 -38
- package/lib/search/shared/sources/storedqueries.providers.d.ts +0 -37
- package/lib/search/shared/sources/workspace.d.ts +0 -34
- package/lib/search/shared/sources/workspace.interfaces.d.ts +0 -9
- package/lib/search/shared/sources/workspace.providers.d.ts +0 -21
- package/lib/style/index.d.ts +0 -4
- package/lib/style/shared/datasource/esri-style-generator.d.ts +0 -21
- package/lib/style/shared/datasource/index.d.ts +0 -1
- package/lib/style/shared/feature/feature-style.d.ts +0 -18
- package/lib/style/shared/feature/index.d.ts +0 -1
- package/lib/style/shared/font.enum.d.ts +0 -15
- package/lib/style/shared/index.d.ts +0 -4
- package/lib/style/shared/overlay/index.d.ts +0 -2
- package/lib/style/shared/overlay/overlay-marker-style.utils.d.ts +0 -11
- package/lib/style/shared/overlay/overlay-style.utils.d.ts +0 -19
- package/lib/style/shared/vector/commonVectorStyle.d.ts +0 -14
- package/lib/style/shared/vector/conversion.utils.d.ts +0 -21
- package/lib/style/shared/vector/index.d.ts +0 -3
- package/lib/style/shared/vector/vector-style.interface.d.ts +0 -66
- package/lib/style/style-list/index.d.ts +0 -4
- package/lib/style/style-list/style-list.interface.d.ts +0 -4
- package/lib/style/style-list/style-list.module.d.ts +0 -8
- package/lib/style/style-list/style-list.provider.d.ts +0 -8
- package/lib/style/style-list/style-list.service.d.ts +0 -18
- package/lib/style/style-modal/drawing/index.d.ts +0 -1
- package/lib/style/style-modal/drawing/style-modal-drawing.component.d.ts +0 -33
- package/lib/style/style-modal/index.d.ts +0 -4
- package/lib/style/style-modal/layer/index.d.ts +0 -1
- package/lib/style/style-modal/layer/style-modal-layer.component.d.ts +0 -32
- package/lib/style/style-modal/layer-button/index.d.ts +0 -1
- package/lib/style/style-modal/layer-button/style-modal-layer-button.component.d.ts +0 -14
- package/lib/style/style-modal/shared/index.d.ts +0 -1
- package/lib/style/style-modal/shared/style-modal.interface.d.ts +0 -17
- package/lib/style/style-service/draw-style.service.d.ts +0 -34
- package/lib/style/style-service/index.d.ts +0 -2
- package/lib/style/style-service/style.service.d.ts +0 -55
- package/lib/style/style.module.d.ts +0 -12
- package/lib/toast/index.d.ts +0 -1
- package/lib/toast/toast.component.d.ts +0 -32
- package/lib/toast/toast.module.d.ts +0 -12
- package/lib/utils/googleLinks.d.ts +0 -5
- package/lib/utils/id-generator.d.ts +0 -53
- package/lib/utils/index.d.ts +0 -4
- package/lib/utils/osmLinks.d.ts +0 -4
- package/lib/utils/propertyTypeDetector/index.d.ts +0 -2
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.interface.d.ts +0 -5
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.service.d.ts +0 -15
- package/lib/wkt/index.d.ts +0 -1
- package/lib/wkt/shared/index.d.ts +0 -1
- package/lib/wkt/shared/wkt.service.d.ts +0 -18
- package/lib/wkt/wkt.module.d.ts +0 -11
- package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +0 -23
- package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +0 -10
- package/lib/workspace/confirmation-popup/index.d.ts +0 -2
- package/lib/workspace/index.d.ts +0 -7
- package/lib/workspace/shared/edition-workspace.d.ts +0 -82
- package/lib/workspace/shared/edition-workspace.service.d.ts +0 -50
- package/lib/workspace/shared/feature-workspace.d.ts +0 -18
- package/lib/workspace/shared/feature-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/index.d.ts +0 -8
- package/lib/workspace/shared/wfs-workspace.d.ts +0 -18
- package/lib/workspace/shared/wfs-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/wms-workspace.service.d.ts +0 -25
- package/lib/workspace/shared/workspace.interface.d.ts +0 -4
- package/lib/workspace/shared/workspace.utils.d.ts +0 -24
- package/lib/workspace/widgets/index.d.ts +0 -3
- package/lib/workspace/widgets/interactive-selection/interactive-selection.component.d.ts +0 -58
- package/lib/workspace/widgets/ogc-filter/ogc-filter.component.d.ts +0 -30
- package/lib/workspace/widgets/ogc-filter/ogc-filter.module.d.ts +0 -10
- package/lib/workspace/widgets/widgets.d.ts +0 -16
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +0 -35
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +0 -10
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +0 -26
- package/lib/workspace/workspace-updator/workspace-updator.module.d.ts +0 -10
- package/lib/workspace/workspace.module.d.ts +0 -10
- package/public_api.d.ts +0 -52
- package/src/geo.theme.scss +0 -15
- package/src/lib/catalog/catalog-browser/catalog-browser.theming.scss +0 -22
- package/src/lib/catalog/catalog.theming.scss +0 -5
- package/src/lib/directions/directions-inputs/directions-inputs.theming.scss +0 -21
- package/src/lib/directions/directions.theming.scss +0 -5
- package/src/lib/draw/draw.theming.scss +0 -17
- package/src/lib/layer/layer-legend/layer-legend.theme.scss +0 -21
- package/src/lib/layer/layer-list-tool/layer-list-tool.theming.scss +0 -22
- package/src/lib/layer/layer.theming.scss +0 -9
- package/src/lib/map/map-browser/map-browser.theming.scss +0 -20
- package/src/lib/map/map.theming.scss +0 -5
- package/src/lib/search/search-bar/search-bar.theming.scss +0 -9
- package/src/lib/search/search.theming.scss +0 -5
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { SearchSourceService } from '../shared/search-source.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* This component allows a user to select a search type yo enable. In it's
|
|
7
|
-
* current version, only one search type can be selected at once (radio). If
|
|
8
|
-
* this component were to support more than one search source enabled (checkbox),
|
|
9
|
-
* the searchbar component would require a small change to it's
|
|
10
|
-
* placeholder getter. The search source service already supports having
|
|
11
|
-
* more than one search source enabled.
|
|
12
|
-
*/
|
|
13
|
-
export declare class SearchSelectorComponent implements OnInit, OnDestroy {
|
|
14
|
-
private searchSourceService;
|
|
15
|
-
readonly searchType$: BehaviorSubject<string>;
|
|
16
|
-
/**
|
|
17
|
-
* Subscription to the search type
|
|
18
|
-
*/
|
|
19
|
-
private searchType$$;
|
|
20
|
-
/**
|
|
21
|
-
* List of available search types
|
|
22
|
-
*/
|
|
23
|
-
searchTypes: string[];
|
|
24
|
-
/**
|
|
25
|
-
* The search type enabled
|
|
26
|
-
*/
|
|
27
|
-
set searchType(value: string);
|
|
28
|
-
get searchType(): string;
|
|
29
|
-
/**
|
|
30
|
-
* Event emitted when the enabled search type changes
|
|
31
|
-
*/
|
|
32
|
-
searchTypeChange: EventEmitter<string>;
|
|
33
|
-
constructor(searchSourceService: SearchSourceService);
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
/**
|
|
37
|
-
* Enable the selected search type
|
|
38
|
-
* @param searchType Search type
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
onSearchTypeChange(searchType: string): void;
|
|
42
|
-
/**
|
|
43
|
-
* Get a search type's title. The title
|
|
44
|
-
* for all availables search typers needs to be defined in the locale
|
|
45
|
-
* files or an error will be thrown.
|
|
46
|
-
* @param searchType Search type
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
getSearchTypeTitle(searchType: string): string;
|
|
50
|
-
/**
|
|
51
|
-
* Emit an event and enable the search sources of the given type.
|
|
52
|
-
* @param searchType Search type
|
|
53
|
-
*/
|
|
54
|
-
private setSearchType;
|
|
55
|
-
private onSetSearchType;
|
|
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, true, never>;
|
|
58
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./search-selector.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the SearchSelectorComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoSearchSelectorModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchSelectorModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchSelectorModule, never, [typeof i1.SearchSelectorComponent], [typeof i1.SearchSelectorComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchSelectorModule>;
|
|
10
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
3
|
-
import { MatRadioChange } from '@angular/material/radio';
|
|
4
|
-
import { FormDialogService } from '@igo2/common/form';
|
|
5
|
-
import { MediaService } from '@igo2/core/media';
|
|
6
|
-
import { MessageService } from '@igo2/core/message';
|
|
7
|
-
import { StorageService } from '@igo2/core/storage';
|
|
8
|
-
import { SearchSourceService } from '../shared/search-source.service';
|
|
9
|
-
import { SearchSource } from '../shared/sources/source';
|
|
10
|
-
import { SearchSourceSettings, SettingOptions } from '../shared/sources/source.interfaces';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* This component allows a user to select a search type yo enable. In it's
|
|
14
|
-
* current version, only one search type can be selected at once (radio). If
|
|
15
|
-
* this component were to support more than one search source enabled (checkbox),
|
|
16
|
-
* the searchbar component would require a small change to it's
|
|
17
|
-
* placeholder getter. The search source service already supports having
|
|
18
|
-
* more than one search source enabled.
|
|
19
|
-
*/
|
|
20
|
-
export declare class SearchSettingsComponent implements OnInit {
|
|
21
|
-
private formDialogService;
|
|
22
|
-
private messageService;
|
|
23
|
-
private searchSourceService;
|
|
24
|
-
private mediaService;
|
|
25
|
-
private storageService;
|
|
26
|
-
hasPointerReverseSearchSource: boolean;
|
|
27
|
-
searchSourcesAllEnabled: boolean;
|
|
28
|
-
buffer: any[];
|
|
29
|
-
lastKeyTime: number;
|
|
30
|
-
displayBlock: string;
|
|
31
|
-
get isTouchScreen(): boolean;
|
|
32
|
-
pointerSummaryEnabled: boolean;
|
|
33
|
-
searchResultsGeometryEnabled: boolean;
|
|
34
|
-
reverseSearchCoordsFormatEnabled: boolean;
|
|
35
|
-
allowResetSearchSourcesOptions: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* Event emitted when the enabled search source changes
|
|
38
|
-
*/
|
|
39
|
-
searchSourceChange: EventEmitter<SearchSource>;
|
|
40
|
-
/**
|
|
41
|
-
* Event emitted when the pointer summary is activated
|
|
42
|
-
*/
|
|
43
|
-
pointerSummaryStatus: EventEmitter<boolean>;
|
|
44
|
-
/**
|
|
45
|
-
* Event emitted when the show geometry summary is changed
|
|
46
|
-
*/
|
|
47
|
-
searchResultsGeometryStatus: EventEmitter<boolean>;
|
|
48
|
-
/**
|
|
49
|
-
* Event emitted when the coords format is changed
|
|
50
|
-
*/
|
|
51
|
-
reverseSearchCoordsFormatStatus: EventEmitter<boolean>;
|
|
52
|
-
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
53
|
-
constructor(formDialogService: FormDialogService, messageService: MessageService, searchSourceService: SearchSourceService, mediaService: MediaService, storageService: StorageService);
|
|
54
|
-
ngOnInit(): void;
|
|
55
|
-
/**
|
|
56
|
-
* Get all search sources
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
getSearchSources(): SearchSource[];
|
|
60
|
-
/**
|
|
61
|
-
* Get all search sources usable for pointer summary
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
hasReverseSearchSourcesForPointerSummary(): boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Triggered when a setting is checked (checkbox style)
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
settingsValueCheckedCheckbox(event: MatCheckboxChange, source: SearchSource, setting: SearchSourceSettings, settingValue: SettingOptions): void;
|
|
70
|
-
/**
|
|
71
|
-
* Defining the action to do for check/uncheck checkboxes (settings)
|
|
72
|
-
* return true if all checkbox must be checked
|
|
73
|
-
* return false if all checkbox must be unchecked
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
computeSettingCheckAllBehavior(setting: SearchSourceSettings): void;
|
|
77
|
-
/**
|
|
78
|
-
* Defining the action to do for check/uncheck checkboxes (sources)
|
|
79
|
-
* return true if all checkbox must be checked
|
|
80
|
-
* return false if all checkbox must be unchecked
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
computeSourcesCheckAllBehavior(sources: SearchSource[]): void;
|
|
84
|
-
resetSourceOptions(event: any): void;
|
|
85
|
-
/**
|
|
86
|
-
* Triggered when the check all / uncheck all type is clicked,
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
checkUncheckAll(event: any, source: SearchSource, setting: SearchSourceSettings): void;
|
|
90
|
-
/**
|
|
91
|
-
* Triggered when the check all / uncheck all type is clicked,
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
checkUncheckAllSources(event: any): void;
|
|
95
|
-
/**
|
|
96
|
-
* Triggered when a setting is checked (radiobutton style)
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
settingsValueCheckedRadioButton(event: MatRadioChange, source: SearchSource, setting: SearchSourceSettings, settingValue: SettingOptions): void;
|
|
100
|
-
onCheckSearchSource(event: MatCheckboxChange, source: SearchSource): void;
|
|
101
|
-
getAvailableValues(setting: SearchSourceSettings): SettingOptions[];
|
|
102
|
-
getAvailableHashtagsValues(setting: SettingOptions): string;
|
|
103
|
-
stopPropagation(event: any): void;
|
|
104
|
-
changePointerReverseSearch(event: any): void;
|
|
105
|
-
changeSearchResultsGeometry(event: any): void;
|
|
106
|
-
reverseSearchCoordsFormat(event: any): void;
|
|
107
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchSettingsComponent, never>;
|
|
108
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchSettingsComponent, "igo-search-settings", never, { "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; "allowResetSearchSourcesOptions": { "alias": "allowResetSearchSourcesOptions"; "required": false; }; }, { "searchSourceChange": "searchSourceChange"; "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; }, never, never, true, never>;
|
|
109
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./search-settings.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the SearchSettingsComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoSearchSettingsModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchSettingsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSearchSettingsModule, never, [typeof i1.SearchSettingsComponent], [typeof i1.SearchSettingsComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchSettingsModule>;
|
|
10
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { SearchBarComponent } from './search-bar/search-bar.component';
|
|
3
|
-
import { SearchSelectorComponent } from './search-selector/search-selector.component';
|
|
4
|
-
import { SearchSettingsComponent } from './search-settings/search-settings.component';
|
|
5
|
-
import { SearchPointerSummaryDirective } from './shared/search-pointer-summary.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "./search-bar/search-bar.module";
|
|
8
|
-
import * as i2 from "./search-selector/search-selector.module";
|
|
9
|
-
import * as i3 from "./search-results/search-results.module";
|
|
10
|
-
import * as i4 from "./search-settings/search-settings.module";
|
|
11
|
-
import * as i5 from "./shared/search-pointer-summary.directive";
|
|
12
|
-
export declare const SEARCH_DIRECTIVES: readonly [typeof SearchBarComponent, typeof SearchSelectorComponent, typeof import("./search-results").SearchResultsComponent, typeof import("./search-results").SearchResultAddButtonComponent, typeof SearchSettingsComponent, typeof SearchPointerSummaryDirective];
|
|
13
|
-
export declare class IgoSearchModule {
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated import the provideSearch() directly and add the source in the provider property
|
|
16
|
-
*/
|
|
17
|
-
static forRoot(): ModuleWithProviders<IgoSearchModule>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSearchModule, never>;
|
|
19
|
-
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]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSearchModule>;
|
|
21
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './search.enums';
|
|
2
|
-
export * from './search.provider';
|
|
3
|
-
export * from './search.interfaces';
|
|
4
|
-
export * from './search-pointer-summary.directive';
|
|
5
|
-
export * from './search.service';
|
|
6
|
-
export * from './search-source.service';
|
|
7
|
-
export * from './search-source-service.providers';
|
|
8
|
-
export * from './search.utils';
|
|
9
|
-
export * from './sources';
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { AfterContentChecked, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MediaService } from '@igo2/core/media';
|
|
3
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
4
|
-
import { FeatureStore } from '../../feature/shared/store';
|
|
5
|
-
import { MapBrowserComponent } from '../../map/map-browser/map-browser.component';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { SearchSourceService } from './search-source.service';
|
|
8
|
-
import { SearchService } from './search.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* This directive makes the mouse coordinate trigger a reverse search on available search sources.
|
|
12
|
-
* The search results are placed into a label, on a cross icon, representing the mouse coordinate.
|
|
13
|
-
* By default, no search sources. Config in config file must be defined.
|
|
14
|
-
* the layer level.
|
|
15
|
-
*/
|
|
16
|
-
export declare class SearchPointerSummaryDirective implements OnInit, OnDestroy, AfterContentChecked {
|
|
17
|
-
private component;
|
|
18
|
-
private searchService;
|
|
19
|
-
private searchSourceService;
|
|
20
|
-
private mediaService;
|
|
21
|
-
store: FeatureStore<Feature>;
|
|
22
|
-
private lonLat;
|
|
23
|
-
private pointerSearchStore;
|
|
24
|
-
private lastTimeoutRequest;
|
|
25
|
-
private store$$;
|
|
26
|
-
private reverseSearch$$;
|
|
27
|
-
private hasPointerReverseSearchSource;
|
|
28
|
-
/**
|
|
29
|
-
* Listener to the pointer move event
|
|
30
|
-
*/
|
|
31
|
-
private pointerMoveListener;
|
|
32
|
-
private searchPointerSummaryFeatureId;
|
|
33
|
-
/**
|
|
34
|
-
* The delay where the mouse must be motionless before trigger the reverse search
|
|
35
|
-
*/
|
|
36
|
-
igoSearchPointerSummaryDelay: number;
|
|
37
|
-
/**
|
|
38
|
-
* If the user has enabled or not the directive
|
|
39
|
-
*/
|
|
40
|
-
igoSearchPointerSummaryEnabled: boolean;
|
|
41
|
-
mouseleave(): void;
|
|
42
|
-
/**
|
|
43
|
-
* IGO map
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
get map(): IgoMap;
|
|
47
|
-
get mapProjection(): string;
|
|
48
|
-
constructor(component: MapBrowserComponent, searchService: SearchService, searchSourceService: SearchSourceService, mediaService: MediaService);
|
|
49
|
-
/**
|
|
50
|
-
* Start listening to pointermove and reverse search results.
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
ngOnInit(): void;
|
|
54
|
-
/**
|
|
55
|
-
* Initialize the pointer position store
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
private initStore;
|
|
59
|
-
ngAfterContentChecked(): void;
|
|
60
|
-
/**
|
|
61
|
-
* Stop listening to pointermove and reverse search results.
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
ngOnDestroy(): void;
|
|
65
|
-
/**
|
|
66
|
-
* Subscribe to pointermove result store
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
subscribeToPointerStore(): void;
|
|
70
|
-
/**
|
|
71
|
-
* Build an object based on the closest feature by type (base on type and distance properties )
|
|
72
|
-
* @param results SearchResult[]
|
|
73
|
-
* @returns OL style function
|
|
74
|
-
*/
|
|
75
|
-
private computeSummaryClosestFeature;
|
|
76
|
-
/**
|
|
77
|
-
* convert store entities to a pointer position overlay with label summary on.
|
|
78
|
-
* @param event OL map browser pointer event
|
|
79
|
-
*/
|
|
80
|
-
private entitiesToPointerOverlay;
|
|
81
|
-
/**
|
|
82
|
-
* On map pointermove
|
|
83
|
-
*/
|
|
84
|
-
private listenToMapPointerMove;
|
|
85
|
-
/**
|
|
86
|
-
* Unsubscribe to pointer store.
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
unsubscribeToPointerStore(): void;
|
|
90
|
-
/**
|
|
91
|
-
* Unsubscribe to reverse seatch store.
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
unsubscribeReverseSearch(): void;
|
|
95
|
-
/**
|
|
96
|
-
* Stop listening for map pointermove
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private unlistenToMapPointerMove;
|
|
100
|
-
/**
|
|
101
|
-
* Trigger reverse search when the mouse is motionless during the defined delay (pointerMoveDelay).
|
|
102
|
-
* @param event OL map browser pointer event
|
|
103
|
-
*/
|
|
104
|
-
private onMapEvent;
|
|
105
|
-
/**
|
|
106
|
-
* Sort the results by display order.
|
|
107
|
-
* @param r1 First result
|
|
108
|
-
* @param r2 Second result
|
|
109
|
-
*/
|
|
110
|
-
private sortByOrder;
|
|
111
|
-
private onSearchCoordinate;
|
|
112
|
-
private onSearch;
|
|
113
|
-
/**
|
|
114
|
-
* Add a feature to the pointer store
|
|
115
|
-
* @param text string
|
|
116
|
-
*/
|
|
117
|
-
private addPointerOverlay;
|
|
118
|
-
/**
|
|
119
|
-
* Clear the pointer store features
|
|
120
|
-
*/
|
|
121
|
-
private clearLayer;
|
|
122
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchPointerSummaryDirective, [{ self: true; }, null, null, null]>;
|
|
123
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchPointerSummaryDirective, "[igoSearchPointerSummary]", never, { "igoSearchPointerSummaryDelay": { "alias": "igoSearchPointerSummaryDelay"; "required": false; }; "igoSearchPointerSummaryEnabled": { "alias": "igoSearchPointerSummaryEnabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
124
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { SearchSourceService } from './search-source.service';
|
|
2
|
-
import { SearchSource } from './sources/source';
|
|
3
|
-
/**
|
|
4
|
-
* Search source factory
|
|
5
|
-
* @ignore
|
|
6
|
-
*/
|
|
7
|
-
export declare function searchSourceServiceFactory(sources: SearchSource[]): SearchSourceService;
|
|
8
|
-
/**
|
|
9
|
-
* Function that returns a provider for the SearchSource service
|
|
10
|
-
*/
|
|
11
|
-
export declare function provideSearchSourceService(): {
|
|
12
|
-
provide: typeof SearchSourceService;
|
|
13
|
-
useFactory: typeof searchSourceServiceFactory;
|
|
14
|
-
deps: (typeof SearchSource)[];
|
|
15
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Workspace } from '@igo2/common/workspace';
|
|
2
|
-
import { SearchSource } from './sources/source';
|
|
3
|
-
import { SearchSourceSettings } from './sources/source.interfaces';
|
|
4
|
-
/**
|
|
5
|
-
* Service where all available search sources are registered.
|
|
6
|
-
*/
|
|
7
|
-
export declare class SearchSourceService {
|
|
8
|
-
private sources;
|
|
9
|
-
constructor(sources: SearchSource[]);
|
|
10
|
-
/**
|
|
11
|
-
* Return available search sources
|
|
12
|
-
* @returns Search sources
|
|
13
|
-
*/
|
|
14
|
-
getSources(): SearchSource[];
|
|
15
|
-
/**
|
|
16
|
-
* Return enabled search sources
|
|
17
|
-
* @returns Search sources
|
|
18
|
-
*/
|
|
19
|
-
getEnabledSources(): SearchSource[];
|
|
20
|
-
/**
|
|
21
|
-
* Enable search sources of given type
|
|
22
|
-
* @param type Search type
|
|
23
|
-
* @todo It would be better to track the enabled search sources
|
|
24
|
-
* without updating their 'enabled' property.
|
|
25
|
-
*/
|
|
26
|
-
enableSourcesByType(type: string): void;
|
|
27
|
-
/**
|
|
28
|
-
* Set Param from the selected settings
|
|
29
|
-
* @param source search-source
|
|
30
|
-
* @param setting settings
|
|
31
|
-
*/
|
|
32
|
-
setParamFromSetting(source: SearchSource, setting: SearchSourceSettings): void;
|
|
33
|
-
/**
|
|
34
|
-
* Set Param from the selected settings
|
|
35
|
-
* @param source search-source
|
|
36
|
-
* @param setting settings
|
|
37
|
-
*/
|
|
38
|
-
setWorkspaces(source: SearchSource, workspaces: Workspace[]): void;
|
|
39
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SEARCH_TYPES: string[];
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { IconSvg } from '@igo2/common/icon';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CommonVectorStyleOptions } from '../../style/shared/vector/vector-style.interface';
|
|
4
|
-
import { SearchSource } from './sources/source';
|
|
5
|
-
import { ReverseSearchOptions, TextSearchOptions } from './sources/source.interfaces';
|
|
6
|
-
export interface Research {
|
|
7
|
-
request: Observable<SearchResult[]>;
|
|
8
|
-
reverse: boolean;
|
|
9
|
-
source: SearchSource;
|
|
10
|
-
}
|
|
11
|
-
export interface SearchResult<T = Record<string, any>> {
|
|
12
|
-
data: T;
|
|
13
|
-
source: SearchSource;
|
|
14
|
-
meta: SearchMeta;
|
|
15
|
-
style?: {
|
|
16
|
-
base?: CommonVectorStyleOptions;
|
|
17
|
-
selection?: CommonVectorStyleOptions;
|
|
18
|
-
focus?: CommonVectorStyleOptions;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export interface SearchMeta {
|
|
22
|
-
id: string;
|
|
23
|
-
dataType: string;
|
|
24
|
-
title: string;
|
|
25
|
-
titleHtml?: string;
|
|
26
|
-
icon: string | IconSvg;
|
|
27
|
-
score?: number;
|
|
28
|
-
nextPage?: boolean;
|
|
29
|
-
pointerSummaryTitle?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Search sources that allow searching by text implement this class
|
|
33
|
-
*/
|
|
34
|
-
export interface TextSearch {
|
|
35
|
-
/**
|
|
36
|
-
* Search by text
|
|
37
|
-
* @param term Text
|
|
38
|
-
* @param options Optional: TextSearchOptions
|
|
39
|
-
* @returns Observable or search results
|
|
40
|
-
*/
|
|
41
|
-
search(term: string | undefined, options?: TextSearchOptions): Observable<SearchResult[]>;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Search sources that allow searching by coordinates implement this class
|
|
45
|
-
*/
|
|
46
|
-
export interface ReverseSearch {
|
|
47
|
-
/**
|
|
48
|
-
* Search by text
|
|
49
|
-
* @param lonLat Coordinates
|
|
50
|
-
* @param options Optional: ReverseSearchOptions
|
|
51
|
-
* @returns Observable or search results
|
|
52
|
-
*/
|
|
53
|
-
reverseSearch(lonLat: [number, number], options?: ReverseSearchOptions, reverseSearchCoordsFormat?: boolean): Observable<SearchResult[]>;
|
|
54
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
import { SearchSourceFeature, SearchSourceKind } from './sources/source.interfaces';
|
|
3
|
-
interface ISearchProviderOptions {
|
|
4
|
-
/** Share the search term with analytics tracking */
|
|
5
|
-
analytics?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare function provideSearch(sources: SearchSourceFeature<SearchSourceKind>[], options?: ISearchProviderOptions): Provider[];
|
|
8
|
-
export {};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { WritableSignal } from '@angular/core';
|
|
2
|
-
import { AnalyticsService } from '@igo2/core/analytics';
|
|
3
|
-
import { StorageService } from '@igo2/core/storage';
|
|
4
|
-
import { MapService } from '../../map/shared/map.service';
|
|
5
|
-
import { SearchSourceService } from './search-source.service';
|
|
6
|
-
import { Research } from './search.interfaces';
|
|
7
|
-
import { ReverseSearchOptions, TextSearchOptions } from './sources/source.interfaces';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* This service perform researches in all the search sources enabled.
|
|
11
|
-
* It returns Research objects who's 'request' property needs to be
|
|
12
|
-
* subscribed to in order to trigger the research. This services has
|
|
13
|
-
* keeps internal state of the researches it performed
|
|
14
|
-
* and the results they yielded.
|
|
15
|
-
*/
|
|
16
|
-
export declare class SearchService {
|
|
17
|
-
private searchSourceService;
|
|
18
|
-
private mapService;
|
|
19
|
-
private storageService;
|
|
20
|
-
private analyticsService;
|
|
21
|
-
searchTerm: WritableSignal<string>;
|
|
22
|
-
constructor(searchSourceService: SearchSourceService, mapService: MapService, storageService: StorageService, analyticsService: AnalyticsService, analytics: boolean);
|
|
23
|
-
private handleAnalytics;
|
|
24
|
-
/**
|
|
25
|
-
* Perform a research by text
|
|
26
|
-
* @param term Any text
|
|
27
|
-
* @returns Researches
|
|
28
|
-
*/
|
|
29
|
-
search(term: string, options?: TextSearchOptions): Research[];
|
|
30
|
-
/**
|
|
31
|
-
* Perform a research by lon/lat
|
|
32
|
-
* @param lonLat Any lon/lat coordinates
|
|
33
|
-
* @returns Researches
|
|
34
|
-
*/
|
|
35
|
-
reverseSearch(lonLat: [number, number], options?: ReverseSearchOptions, asPointerSummary?: boolean): Research[];
|
|
36
|
-
/**
|
|
37
|
-
* Create a text research out of all given search sources
|
|
38
|
-
* @param sources Search sources that implement TextSearch
|
|
39
|
-
* @param term Search term
|
|
40
|
-
* @returns Observable of Researches
|
|
41
|
-
*/
|
|
42
|
-
private searchSources;
|
|
43
|
-
/**
|
|
44
|
-
* Create a reverse research out of all given search sources
|
|
45
|
-
* @param sources Search sources that implement ReverseSearch
|
|
46
|
-
* @param lonLat Any lon/lat coordinates
|
|
47
|
-
* @returns Observable of Researches
|
|
48
|
-
*/
|
|
49
|
-
private reverseSearchSources;
|
|
50
|
-
/**
|
|
51
|
-
* Validate that a search term is valid
|
|
52
|
-
* @param term Search term
|
|
53
|
-
* @returns True if the search term is valid
|
|
54
|
-
*/
|
|
55
|
-
private termIsValid;
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchService, [null, null, null, null, { optional: true; }]>;
|
|
57
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SearchService>;
|
|
58
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
2
|
-
import { SearchResult } from './search.interfaces';
|
|
3
|
-
import { SearchSource } from './sources/source';
|
|
4
|
-
/**
|
|
5
|
-
* Function that checks whether a search source implements TextSearch
|
|
6
|
-
* @param source Search source
|
|
7
|
-
* @returns True if the search source implements TextSearch
|
|
8
|
-
*/
|
|
9
|
-
export declare function sourceCanSearch(source: SearchSource): boolean;
|
|
10
|
-
/**
|
|
11
|
-
* Function that checks whether a search source implements ReverseSearch
|
|
12
|
-
* @param source Search source
|
|
13
|
-
* @returns True if the search source implements ReverseSearch
|
|
14
|
-
*/
|
|
15
|
-
export declare function sourceCanReverseSearch(source: SearchSource): boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Function that checks whether a search source implements ReverseSearch AND is shown in the pointer summary
|
|
18
|
-
* @param source Search source
|
|
19
|
-
* @returns True if the search source implements ReverseSearch AND is shown in the pointer summary
|
|
20
|
-
*/
|
|
21
|
-
export declare function sourceCanReverseSearchAsSummary(source: SearchSource): boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Return a search result out of an Feature. This is used to adapt
|
|
24
|
-
* the IGO query module to the new Feature/SearchResult interfaces
|
|
25
|
-
* @param feature feature
|
|
26
|
-
* @param source Search source
|
|
27
|
-
* @returns SearchResult
|
|
28
|
-
*/
|
|
29
|
-
export declare function featureToSearchResult(feature: Feature, source: SearchSource): SearchResult<Feature>;
|
|
30
|
-
export declare function findDiff(str1: string, str2: string): string;
|
|
31
|
-
/**
|
|
32
|
-
* Return a score calculation based on "from" term with the "to" term,
|
|
33
|
-
* where the perfect match is 100 and a total difference is 0 or under.
|
|
34
|
-
* @param from string
|
|
35
|
-
* @param to string
|
|
36
|
-
* @param caseSensitive boolean
|
|
37
|
-
* @returns number
|
|
38
|
-
*/
|
|
39
|
-
export declare function computeTermSimilarity(from: any, to: any, caseSensitive?: boolean): number;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import { StorageService } from '@igo2/core/storage';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
6
|
-
import { SearchResult, TextSearch } from '../search.interfaces';
|
|
7
|
-
import { SearchSource } from './source';
|
|
8
|
-
import { SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Cadastre search source
|
|
12
|
-
*/
|
|
13
|
-
export declare class CadastreSearchSource extends SearchSource implements TextSearch {
|
|
14
|
-
private http;
|
|
15
|
-
private languageService;
|
|
16
|
-
static id: string;
|
|
17
|
-
static type: string;
|
|
18
|
-
constructor(http: HttpClient, languageService: LanguageService, storageService: StorageService, options: SearchSourceOptions);
|
|
19
|
-
getId(): string;
|
|
20
|
-
getType(): string;
|
|
21
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
22
|
-
/**
|
|
23
|
-
* Search a place by name
|
|
24
|
-
* @param term Place name
|
|
25
|
-
* @returns Observable of <SearchResult<Feature>[]
|
|
26
|
-
*/
|
|
27
|
-
search(term: string | undefined, options?: TextSearchOptions): Observable<SearchResult<Feature>[]>;
|
|
28
|
-
private getCadastre;
|
|
29
|
-
private computeSearchRequestParams;
|
|
30
|
-
private extractResults;
|
|
31
|
-
private dataToResult;
|
|
32
|
-
private computeGeometry;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CadastreSearchSource, never>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CadastreSearchSource>;
|
|
35
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { LanguageService } from '@igo2/core/language';
|
|
4
|
-
import { StorageService } from '@igo2/core/storage';
|
|
5
|
-
import { CadastreSearchSource } from './cadastre';
|
|
6
|
-
import { SearchSource } from './source';
|
|
7
|
-
import { SearchSourceFeature, SearchSourceKind } from './source.interfaces';
|
|
8
|
-
/**
|
|
9
|
-
* Cadastre search source factory
|
|
10
|
-
* @ignore
|
|
11
|
-
*/
|
|
12
|
-
export declare function cadastreSearchSourceFactory(http: HttpClient, languageService: LanguageService, storageService: StorageService, config: ConfigService): CadastreSearchSource;
|
|
13
|
-
/**
|
|
14
|
-
* Function that returns a provider for the Cadastre search source
|
|
15
|
-
*/
|
|
16
|
-
export declare function provideCadastreSearchSource(): {
|
|
17
|
-
provide: typeof SearchSource;
|
|
18
|
-
useFactory: typeof cadastreSearchSourceFactory;
|
|
19
|
-
multi: boolean;
|
|
20
|
-
deps: (typeof HttpClient | typeof ConfigService | typeof LanguageService | typeof StorageService)[];
|
|
21
|
-
};
|
|
22
|
-
export declare function withCadastreSource(): SearchSourceFeature<SearchSourceKind.Cadastre>;
|