@igo2/geo 16.3.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.service.mjs +9 -6
- package/esm2022/lib/catalog/shared/index.mjs +1 -1
- package/esm2022/lib/datasource/index.mjs +1 -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.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/arcgisrest-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/carto-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/cluster-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/cluster-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/data.service.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/imagearcgisrest-datasource.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.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/tiledebug-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/websocket-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/websocket-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wfs-datasource.interface.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.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-wfs.utils.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wmts-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wmts-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/xyz-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/xyz-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/index.mjs +1 -1
- package/esm2022/lib/datasource/shared/options/options-api.service.mjs +6 -6
- package/esm2022/lib/datasource/shared/options/options.service.mjs +1 -1
- 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.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.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/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.utils.mjs +1 -1
- package/esm2022/lib/draw/shared/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/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.enum.mjs +1 -1
- 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.enum.mjs +1 -1
- package/esm2022/lib/filter/shared/spatial-filter.service.mjs +5 -5
- package/esm2022/lib/filter/shared/time-filter.enum.mjs +1 -1
- package/esm2022/lib/filter/shared/time-filter.interface.mjs +1 -1
- 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.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.service.mjs +5 -5
- package/esm2022/lib/import-export/shared/export.utils.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/layer-list.enum.mjs +1 -1
- 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/clusterParam.mjs +1 -1
- package/esm2022/lib/layer/shared/layer.service.mjs +6 -6
- package/esm2022/lib/layer/shared/layers/any-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/any-layer.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/tile-layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/vector-layer.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/home-extent-button/home-extent-button.interface.mjs +1 -1
- package/esm2022/lib/map/home-extent-button/index.mjs +1 -1
- 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.interface.mjs +1 -1
- package/esm2022/lib/map/shared/controllers/geolocation.mjs +1 -1
- package/esm2022/lib/map/shared/controllers/index.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/index.mjs +1 -1
- 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.interface.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.interfaces.mjs +1 -1
- 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.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.service.mjs +5 -5
- package/esm2022/lib/offline/geoDB/configFileToGeoDB.service.mjs +5 -5
- 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/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.mjs +1 -1
- package/esm2022/lib/overlay/shared/overlay.service.mjs +5 -5
- 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/index.mjs +1 -1
- package/esm2022/lib/print/shared/print.service.mjs +10 -10
- 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.directive.mjs +8 -7
- package/esm2022/lib/query/shared/query.enums.mjs +1 -1
- package/esm2022/lib/query/shared/query.service.mjs +7 -9
- 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.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/coordinates.mjs +10 -10
- package/esm2022/lib/search/shared/sources/icherche.mjs +16 -16
- package/esm2022/lib/search/shared/sources/ilayer.mjs +10 -10
- package/esm2022/lib/search/shared/sources/nominatim.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/nominatim.mjs +6 -6
- package/esm2022/lib/search/shared/sources/source.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.mjs +11 -11
- package/esm2022/lib/search/shared/sources/workspace.mjs +7 -8
- 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/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.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-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/id-generator.mjs +1 -1
- package/esm2022/lib/utils/index.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/index.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 +5 -5
- 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/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 +34458 -34603
- 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/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.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 +14 -12
- package/public_api.d.ts +10 -11
- package/src/geo-theme.scss +23 -23
- package/src/lib/filter/filter.theming.scss +13 -13
- package/src/lib/filter/ogc-filter-selection/ogc-filter-selection.theming.scss +18 -18
- package/src/lib/filter/time-filter-form/time-filter-form.theming.scss +5 -5
- package/src/lib/layer/layer-item/layer-item.theme.scss +33 -33
- package/src/lib/layer/layer-legend/layer-legend.theming.scss +10 -10
- package/src/lib/layer/layer-list-tool/layer-list-tool.theming.scss +34 -34
- package/src/lib/layer/layer.theming.scss +10 -10
- package/src/lib/map/map-browser/map-browser.theming.scss +46 -46
- package/src/lib/map/map.theming.scss +9 -9
- package/src/lib/map/menu-button/menu-button.theming.scss +20 -20
- package/src/lib/map/zoom-button/zoom-button.theming.scss +32 -32
- package/src/style/style.scss +1 -1
- 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
|
@@ -113,5 +113,5 @@ export declare class CatalogBrowserGroupComponent implements OnInit, OnDestroy {
|
|
|
113
113
|
private evaluateDisabled;
|
|
114
114
|
onTitleClick(): void;
|
|
115
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserGroupComponent, never>;
|
|
116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserGroupComponent, "igo-catalog-browser-group", never, { "catalog": { "alias": "catalog"; "required": false; }; "group": { "alias": "group"; "required": false; }; "map": { "alias": "map"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "toggleCollapsed": { "alias": "toggleCollapsed"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "addedChange": "addedChange"; "layerAddedChange": "layerAddedChange"; }, never, never,
|
|
116
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserGroupComponent, "igo-catalog-browser-group", never, { "catalog": { "alias": "catalog"; "required": false; }; "group": { "alias": "group"; "required": false; }; "map": { "alias": "map"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "toggleCollapsed": { "alias": "toggleCollapsed"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "addedChange": "addedChange"; "layerAddedChange": "layerAddedChange"; }, never, never, true, never>;
|
|
117
117
|
}
|
|
@@ -73,5 +73,5 @@ export declare class CatalogBrowserLayerComponent implements OnInit, OnDestroy {
|
|
|
73
73
|
getBadgeIcon(): "" | "eye-off";
|
|
74
74
|
computeTooltip(): string;
|
|
75
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserLayerComponent, never>;
|
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserLayerComponent, "igo-catalog-browser-layer", never, { "resolution": { "alias": "resolution"; "required": false; }; "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; "added": { "alias": "added"; "required": false; }; }, { "addedChange": "addedChange"; "addedLayerIsPreview": "addedLayerIsPreview"; }, never, never,
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserLayerComponent, "igo-catalog-browser-layer", never, { "resolution": { "alias": "resolution"; "required": false; }; "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; "added": { "alias": "added"; "required": false; }; }, { "addedChange": "addedChange"; "addedLayerIsPreview": "addedLayerIsPreview"; }, never, never, true, never>;
|
|
77
77
|
}
|
|
@@ -95,5 +95,5 @@ export declare class CatalogBrowserComponent implements OnInit, OnDestroy {
|
|
|
95
95
|
*/
|
|
96
96
|
private removeGroupFromMap;
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserComponent, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserComponent, "igo-catalog-browser", never, { "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "catalog": { "alias": "catalog"; "required": false; }; "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; }; }, {}, never, never,
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserComponent, "igo-catalog-browser", never, { "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "catalog": { "alias": "catalog"; "required": false; }; "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; }; }, {}, never, never, true, never>;
|
|
99
99
|
}
|
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./catalog-browser.component";
|
|
3
|
-
import * as i2 from "./catalog-browser-group.component";
|
|
4
|
-
import * as i3 from "./catalog-browser-layer.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/material/badge";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
|
-
import * as i7 from "@angular/material/icon";
|
|
9
|
-
import * as i8 from "@angular/material/list";
|
|
10
|
-
import * as i9 from "@angular/material/tooltip";
|
|
11
|
-
import * as i10 from "@igo2/common";
|
|
12
|
-
import * as i11 from "@igo2/core";
|
|
13
|
-
import * as i12 from "../../metadata/metadata.module";
|
|
14
|
-
import * as i13 from "../../layer/layer.module";
|
|
15
3
|
/**
|
|
16
|
-
* @
|
|
4
|
+
* @deprecated import the CatalogBrowserComponent directly
|
|
17
5
|
*/
|
|
18
6
|
export declare class IgoCatalogBrowserModule {
|
|
19
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCatalogBrowserModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogBrowserModule, [typeof i1.CatalogBrowserComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogBrowserModule, never, [typeof i1.CatalogBrowserComponent], [typeof i1.CatalogBrowserComponent]>;
|
|
21
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCatalogBrowserModule>;
|
|
22
10
|
}
|
|
@@ -41,5 +41,5 @@ export declare class AddCatalogDialogComponent implements OnInit, OnDestroy {
|
|
|
41
41
|
addCatalog(addedCatalog: Catalog): void;
|
|
42
42
|
cancel(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddCatalogDialogComponent, [null, null, null, null, { optional: true; }]>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddCatalogDialogComponent, "igo-add-catalog-dialog", never, {}, {}, never, never,
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddCatalogDialogComponent, "igo-add-catalog-dialog", never, {}, {}, never, never, true, never>;
|
|
45
45
|
}
|
|
@@ -21,5 +21,5 @@ export declare class CatalogLibaryItemComponent {
|
|
|
21
21
|
get title(): string;
|
|
22
22
|
removeCatalogFromLibrary(event: any): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibaryItemComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibaryItemComponent, "igo-catalog-library-item", never, { "catalog": { "alias": "catalog"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, { "catalogRemove": "catalogRemove"; }, never, never,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibaryItemComponent, "igo-catalog-library-item", never, { "catalog": { "alias": "catalog"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, { "catalogRemove": "catalogRemove"; }, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -60,5 +60,5 @@ export declare class CatalogLibaryComponent implements OnInit, OnDestroy {
|
|
|
60
60
|
onCatalogRemove(catalog: any): void;
|
|
61
61
|
addCatalogDialog(error?: any, addedCatalog?: Catalog): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibaryComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibaryComponent, "igo-catalog-library", never, { "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, { "catalogSelectChange": "catalogSelectChange"; }, never, never,
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibaryComponent, "igo-catalog-library", never, { "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, { "catalogSelectChange": "catalogSelectChange"; }, never, never, true, never>;
|
|
64
64
|
}
|
|
@@ -1,26 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./catalog-library.component";
|
|
3
|
-
import * as i2 from "./catalog-
|
|
4
|
-
import * as i3 from "./add-catalog-dialog.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/material/icon";
|
|
7
|
-
import * as i6 from "@angular/material/badge";
|
|
8
|
-
import * as i7 from "@angular/material/list";
|
|
9
|
-
import * as i8 from "@angular/material/tooltip";
|
|
10
|
-
import * as i9 from "@igo2/common";
|
|
11
|
-
import * as i10 from "@igo2/core";
|
|
12
|
-
import * as i11 from "@angular/material/button";
|
|
13
|
-
import * as i12 from "@angular/material/form-field";
|
|
14
|
-
import * as i13 from "@angular/forms";
|
|
15
|
-
import * as i14 from "@angular/material/input";
|
|
16
|
-
import * as i15 from "@angular/material/select";
|
|
17
|
-
import * as i16 from "@angular/material/autocomplete";
|
|
18
|
-
import * as i17 from "@angular/material/dialog";
|
|
3
|
+
import * as i2 from "./add-catalog-dialog.component";
|
|
19
4
|
/**
|
|
20
|
-
* @
|
|
5
|
+
* @deprecated import the CatalogLibaryComponent, AddCatalogDialogComponent directly
|
|
21
6
|
*/
|
|
22
7
|
export declare class IgoCatalogLibraryModule {
|
|
23
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCatalogLibraryModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogLibraryModule, [typeof i1.CatalogLibaryComponent, typeof i2.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogLibraryModule, never, [typeof i1.CatalogLibaryComponent, typeof i2.AddCatalogDialogComponent], [typeof i1.CatalogLibaryComponent, typeof i2.AddCatalogDialogComponent]>;
|
|
25
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCatalogLibraryModule>;
|
|
26
11
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AddCatalogDialogComponent } from './add-catalog-dialog.component';
|
|
2
|
+
import { CatalogLibaryComponent } from './catalog-library.component';
|
|
3
|
+
export * from './add-catalog-dialog.component';
|
|
4
|
+
export * from './catalog-library.component';
|
|
5
|
+
export declare const CATALOG_LIBRARY_DIRECTIVES: readonly [typeof CatalogLibaryComponent, typeof AddCatalogDialogComponent];
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i6 from "@igo2/common";
|
|
8
|
-
import * as i7 from "./catalog-browser/catalog-browser.module";
|
|
9
|
-
import * as i8 from "./catalog-library/catalog-library.module";
|
|
2
|
+
import * as i1 from "./catalog-browser/catalog-browser.module";
|
|
3
|
+
import * as i2 from "./catalog-library/catalog-library.module";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components directly or the CATALOG_DIRECTIVES
|
|
6
|
+
*/
|
|
10
7
|
export declare class IgoCatalogModule {
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCatalogModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogModule, never,
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogModule, never, never, [typeof i1.IgoCatalogBrowserModule, typeof i2.IgoCatalogLibraryModule]>;
|
|
13
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCatalogModule>;
|
|
14
11
|
}
|
package/lib/catalog/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { CatalogBrowserComponent } from './catalog-browser/catalog-browser.component';
|
|
1
2
|
export * from './shared';
|
|
2
3
|
export * from './catalog-browser/catalog-browser.component';
|
|
3
4
|
export * from './catalog-library/catalog-library.component';
|
|
4
5
|
export * from './catalog-library/add-catalog-dialog.component';
|
|
6
|
+
export declare const CATALOG_DIRECTIVES: readonly [typeof import("./catalog-library").CatalogLibaryComponent, typeof import("./catalog-library").AddCatalogDialogComponent, typeof CatalogBrowserComponent];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { AuthInterceptor } from '@igo2/auth';
|
|
2
2
|
import { LanguageService, MessageService } from '@igo2/core';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import { ProjectionService } from '../../map/shared/projection.service';
|
|
5
4
|
import { CapabilitiesService } from './capabilities.service';
|
|
6
5
|
import { AnyDataSourceOptions, DataSource } from './datasources';
|
|
7
6
|
import { WFSService } from './datasources/wfs.service';
|
|
@@ -13,10 +12,9 @@ export declare class DataSourceService {
|
|
|
13
12
|
private wfsDataSourceService;
|
|
14
13
|
private languageService;
|
|
15
14
|
private messageService;
|
|
16
|
-
private projectionService;
|
|
17
15
|
private authInterceptor?;
|
|
18
16
|
datasources$: BehaviorSubject<DataSource[]>;
|
|
19
|
-
constructor(capabilitiesService: CapabilitiesService, optionsService: OptionsService, wfsDataSourceService: WFSService, languageService: LanguageService, messageService: MessageService,
|
|
17
|
+
constructor(capabilitiesService: CapabilitiesService, optionsService: OptionsService, wfsDataSourceService: WFSService, languageService: LanguageService, messageService: MessageService, authInterceptor?: AuthInterceptor);
|
|
20
18
|
createAsyncDataSource(context: AnyDataSourceOptions, detailedContextUri?: string): Observable<DataSource>;
|
|
21
19
|
private createOSMDataSource;
|
|
22
20
|
private createFeatureDataSource;
|
|
@@ -32,6 +30,6 @@ export declare class DataSourceService {
|
|
|
32
30
|
private createTileArcGISRestDataSource;
|
|
33
31
|
private createMVTDataSource;
|
|
34
32
|
private createClusterDataSource;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataSourceService, [null, { optional: true; }, null, null, null, null
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataSourceService, [null, { optional: true; }, null, null, null, null]>;
|
|
36
34
|
static ɵprov: i0.ɵɵInjectableDeclaration<DataSourceService>;
|
|
37
35
|
}
|
|
@@ -31,5 +31,5 @@ export declare class DirectionsButtonsComponent {
|
|
|
31
31
|
private getUrl;
|
|
32
32
|
printDirections(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsButtonsComponent, [null, null, { optional: true; }, null]>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": { "alias": "contextUri"; "required": false; }; "zoomToActiveRoute$": { "alias": "zoomToActiveRoute$"; "required": false; }; "stopsStore": { "alias": "stopsStore"; "required": false; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": false; }; "stepFeatureStore": { "alias": "stepFeatureStore"; "required": false; }; }, {}, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": { "alias": "contextUri"; "required": false; }; "zoomToActiveRoute$": { "alias": "zoomToActiveRoute$"; "required": false; }; "stopsStore": { "alias": "stopsStore"; "required": false; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": false; }; "stepFeatureStore": { "alias": "stepFeatureStore"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -41,5 +41,5 @@ export declare class DirectionsInputsComponent implements OnDestroy {
|
|
|
41
41
|
private listenMapSingleClick;
|
|
42
42
|
private unlistenMapSingleClick;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsInputsComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsInputsComponent, "igo-directions-inputs", never, { "stopsStore": { "alias": "stopsStore"; "required": false; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": false; }; "projection": { "alias": "projection"; "required": false; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "stopInputHasFocus": "stopInputHasFocus"; }, never, never,
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsInputsComponent, "igo-directions-inputs", never, { "stopsStore": { "alias": "stopsStore"; "required": false; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": false; }; "projection": { "alias": "projection"; "required": false; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "stopInputHasFocus": "stopInputHasFocus"; }, never, never, true, never>;
|
|
45
45
|
}
|
|
@@ -26,5 +26,5 @@ export declare class DirectionsResultsComponent implements OnInit, OnDestroy {
|
|
|
26
26
|
showSegment(step: IgoStep, zoomToExtent?: boolean): void;
|
|
27
27
|
showRouteSegmentGeometry(step: IgoStep, zoomToExtent?: boolean): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsResultsComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsResultsComponent, "igo-directions-results", never, { "routesFeatureStore": { "alias": "routesFeatureStore"; "required": false; }; "stepFeatureStore": { "alias": "stepFeatureStore"; "required": false; }; }, {}, never, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsResultsComponent, "igo-directions-results", never, { "routesFeatureStore": { "alias": "routesFeatureStore"; "required": false; }; "stepFeatureStore": { "alias": "stepFeatureStore"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
30
|
}
|
|
@@ -60,5 +60,5 @@ export declare class DirectionsComponent implements OnInit, OnDestroy {
|
|
|
60
60
|
addStopOverlay(stop: Stop): void;
|
|
61
61
|
onToggleDirectionsControl(isActive: boolean): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "contextUri": { "alias": "contextUri"; "required": false; }; "stopsStore": { "alias": "stopsStore"; "required": false; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": false; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": false; }; "stepFeatureStore": { "alias": "stepFeatureStore"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "length": { "alias": "length"; "required": false; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; }; "zoomToActiveRoute$": { "alias": "zoomToActiveRoute$"; "required": false; }; }, {}, never, never,
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "contextUri": { "alias": "contextUri"; "required": false; }; "stopsStore": { "alias": "stopsStore"; "required": false; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": false; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": false; }; "stepFeatureStore": { "alias": "stepFeatureStore"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "length": { "alias": "length"; "required": false; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; }; "zoomToActiveRoute$": { "alias": "zoomToActiveRoute$"; "required": false; }; }, {}, never, never, true, never>;
|
|
64
64
|
}
|
|
@@ -1,27 +1,16 @@
|
|
|
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 "./directions
|
|
5
|
-
import * as i3 from "./directions-
|
|
6
|
-
import * as i4 from "./directions-
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "@angular/cdk/drag-drop";
|
|
9
|
-
import * as i7 from "@angular/forms";
|
|
10
|
-
import * as i8 from "@angular/material/icon";
|
|
11
|
-
import * as i9 from "@angular/material/button";
|
|
12
|
-
import * as i10 from "@angular/material/list";
|
|
13
|
-
import * as i11 from "@angular/material/divider";
|
|
14
|
-
import * as i12 from "@angular/material/form-field";
|
|
15
|
-
import * as i13 from "@angular/material/input";
|
|
16
|
-
import * as i14 from "@angular/material/core";
|
|
17
|
-
import * as i15 from "@angular/material/select";
|
|
18
|
-
import * as i16 from "@angular/material/slide-toggle";
|
|
19
|
-
import * as i17 from "@angular/material/tooltip";
|
|
20
|
-
import * as i18 from "@angular/material/autocomplete";
|
|
21
|
-
import * as i19 from "@igo2/core";
|
|
3
|
+
import * as i1 from "../search/search.module";
|
|
4
|
+
import * as i2 from "./directions.component";
|
|
5
|
+
import * as i3 from "./directions-inputs/directions-inputs.component";
|
|
6
|
+
import * as i4 from "./directions-buttons/directions-buttons.component";
|
|
7
|
+
import * as i5 from "./directions-results/directions-results.component";
|
|
22
8
|
export declare class IgoDirectionsModule {
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated it has no effect
|
|
11
|
+
*/
|
|
23
12
|
static forRoot(): ModuleWithProviders<IgoDirectionsModule>;
|
|
24
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDirectionsModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDirectionsModule, [typeof i1.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDirectionsModule, never, [typeof i1.IgoSearchModule, typeof i2.DirectionsComponent, typeof i3.DirectionsInputsComponent, typeof i4.DirectionsButtonsComponent, typeof i5.DirectionsResultsComponent], [typeof i2.DirectionsComponent, typeof i3.DirectionsInputsComponent, typeof i4.DirectionsButtonsComponent, typeof i5.DirectionsResultsComponent]>;
|
|
26
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDirectionsModule>;
|
|
27
16
|
}
|
|
@@ -14,5 +14,5 @@ export declare class DownloadButtonComponent {
|
|
|
14
14
|
openDownload(layer: Layer): void;
|
|
15
15
|
get options(): DownloadDataSourceOptions;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadButtonComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadButtonComponent, "igo-download-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadButtonComponent, "igo-download-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -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 "./download-button/download-button.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i5 from "@angular/material/tooltip";
|
|
8
|
-
import * as i6 from "@igo2/core";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the DownloadButtonComponent directly
|
|
6
|
+
*/
|
|
9
7
|
export declare class IgoDownloadModule {
|
|
10
8
|
static forRoot(): ModuleWithProviders<IgoDownloadModule>;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDownloadModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDownloadModule, [typeof i1.DownloadButtonComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDownloadModule, never, [typeof i1.DownloadButtonComponent], [typeof i1.DownloadButtonComponent]>;
|
|
13
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDownloadModule>;
|
|
14
12
|
}
|
|
@@ -10,5 +10,5 @@ export declare class DrawLayerPopupComponent {
|
|
|
10
10
|
cancelDrawing(): void;
|
|
11
11
|
confirm(labelString: string): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawLayerPopupComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawLayerPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawLayerPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -48,10 +48,10 @@ export declare class DrawPopupComponent {
|
|
|
48
48
|
noLabelButton(): any;
|
|
49
49
|
get customOrPredefined(): LabelType.Predefined | LabelType.Custom;
|
|
50
50
|
optionAvailable(currentOption: LabelType): boolean;
|
|
51
|
-
get allLengthUnits():
|
|
51
|
+
get allLengthUnits(): MeasureLengthUnit[];
|
|
52
52
|
getLengthUnitEnum(lengthUnit: MeasureLengthUnit): string;
|
|
53
|
-
get allAreaUnits():
|
|
54
|
-
get allCoordinatesUnits():
|
|
53
|
+
get allAreaUnits(): MeasureAreaUnit[];
|
|
54
|
+
get allCoordinatesUnits(): CoordinatesUnit[];
|
|
55
55
|
getAreaUnitEnum(areaUnit: MeasureAreaUnit): string;
|
|
56
56
|
private getRadius;
|
|
57
57
|
get lengthLabelT(): any;
|
|
@@ -59,5 +59,5 @@ export declare class DrawPopupComponent {
|
|
|
59
59
|
selectOptions(option: any): boolean;
|
|
60
60
|
getProperLengthLabel(option: any): any;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawPopupComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; "labelFlag": { "alias": "labelFlag"; "required": false; }; "coordinatesMeasureUnit": { "alias": "coordinatesMeasureUnit"; "required": false; }; "lengthMeasureUnit": { "alias": "lengthMeasureUnit"; "required": false; }; "areaMeasureUnit": { "alias": "areaMeasureUnit"; "required": false; }; }, {}, never, never,
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; "labelFlag": { "alias": "labelFlag"; "required": false; }; "coordinatesMeasureUnit": { "alias": "coordinatesMeasureUnit"; "required": false; }; "lengthMeasureUnit": { "alias": "lengthMeasureUnit"; "required": false; }; "areaMeasureUnit": { "alias": "areaMeasureUnit"; "required": false; }; }, {}, never, never, true, never>;
|
|
63
63
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DrawShorcutsComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawShorcutsComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawShorcutsComponent, "igo-draw-shorcuts", never, {}, {}, never, never,
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawShorcutsComponent, "igo-draw-shorcuts", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -236,5 +236,5 @@ export declare class DrawComponent implements OnInit, OnDestroy {
|
|
|
236
236
|
private elementStyle;
|
|
237
237
|
private getRadius;
|
|
238
238
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawComponent, never>;
|
|
239
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": { "alias": "map"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; "drawControls": { "alias": "drawControls"; "required": false; }; "activeDrawingLayer": { "alias": "activeDrawingLayer"; "required": false; }; }, { "activeLayerChange": "activeLayerChange"; "drawControlsEvent": "drawControlsEvent"; "layersIDEvent": "layersIDEvent"; "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never,
|
|
239
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": { "alias": "map"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; "drawControls": { "alias": "drawControls"; "required": false; }; "activeDrawingLayer": { "alias": "activeDrawingLayer"; "required": false; }; }, { "activeLayerChange": "activeLayerChange"; "drawControlsEvent": "drawControlsEvent"; "layersIDEvent": "layersIDEvent"; "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never, true, never>;
|
|
240
240
|
}
|
|
@@ -1,33 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./draw.component";
|
|
3
|
-
import * as i2 from "./draw-popup.component";
|
|
4
|
-
import * as i3 from "./draw-layer-popup.component";
|
|
5
|
-
import * as i4 from "./draw-shorcuts.component";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "@angular/material/button";
|
|
9
|
-
import * as i8 from "@angular/material/button-toggle";
|
|
10
|
-
import * as i9 from "@angular/material/divider";
|
|
11
|
-
import * as i10 from "@angular/material/form-field";
|
|
12
|
-
import * as i11 from "@angular/material/icon";
|
|
13
|
-
import * as i12 from "@angular/material/badge";
|
|
14
|
-
import * as i13 from "@angular/material/tooltip";
|
|
15
|
-
import * as i14 from "@angular/material/input";
|
|
16
|
-
import * as i15 from "@angular/material/list";
|
|
17
|
-
import * as i16 from "@angular/material/select";
|
|
18
|
-
import * as i17 from "@angular/material/slide-toggle";
|
|
19
|
-
import * as i18 from "@angular/material/dialog";
|
|
20
|
-
import * as i19 from "@igo2/core";
|
|
21
|
-
import * as i20 from "@igo2/common";
|
|
22
|
-
import * as i21 from "@angular/platform-browser";
|
|
23
|
-
import * as i22 from "@angular/platform-browser/animations";
|
|
24
|
-
import * as i23 from "@angular/material/radio";
|
|
25
|
-
import * as i24 from "@angular/material/checkbox";
|
|
26
3
|
/**
|
|
27
|
-
* @
|
|
4
|
+
* @deprecated import the DrawComponent directly
|
|
28
5
|
*/
|
|
29
6
|
export declare class IgoDrawModule {
|
|
30
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrawModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawModule, [typeof i1.DrawComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawModule, never, [typeof i1.DrawComponent], [typeof i1.DrawComponent]>;
|
|
32
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrawModule>;
|
|
33
10
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./draw/draw.module";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the DrawComponent directly
|
|
5
|
+
*/
|
|
3
6
|
export declare class IgoDrawingToolModule {
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrawingToolModule, never>;
|
|
5
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawingToolModule, never, never, [typeof i1.IgoDrawModule]>;
|
|
@@ -50,11 +50,13 @@ export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
|
|
|
50
50
|
isImg(value: any): boolean;
|
|
51
51
|
isEmbeddedLink(value: any): boolean;
|
|
52
52
|
getEmbeddedLinkText(value: any): string;
|
|
53
|
-
filterFeatureProperties(feature: any):
|
|
53
|
+
filterFeatureProperties(feature: any): {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
54
56
|
/**
|
|
55
57
|
* Copy the url to a clipboard
|
|
56
58
|
*/
|
|
57
59
|
copyTextToClipboard(value: string): void;
|
|
58
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": { "alias": "source"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toolbox": { "alias": "toolbox"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never,
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": { "alias": "source"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toolbox": { "alias": "toolbox"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never, true, never>;
|
|
60
62
|
}
|
|
@@ -15,5 +15,5 @@ export declare class FeatureDetailsDirective implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
bindClicking(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsDirective, [{ self: true; }, null]>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureDetailsDirective, "[igoFeatureDetailsDirective]", never, {}, { "routingEvent": "routingEvent"; }, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureDetailsDirective, "[igoFeatureDetailsDirective]", never, {}, { "routingEvent": "routingEvent"; }, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./feature-details.component";
|
|
3
3
|
import * as i2 from "./feature-details.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/material/icon";
|
|
6
|
-
import * as i5 from "@igo2/core";
|
|
7
|
-
import * as i6 from "@igo2/common";
|
|
8
4
|
/**
|
|
9
|
-
* @
|
|
5
|
+
* @deprecated import the FeatureDetailsComponent, FeatureDetailsDirective directly or the FEATURE_DETAILS_DIRECTIVES for all
|
|
10
6
|
*/
|
|
11
7
|
export declare class IgoFeatureDetailsModule {
|
|
12
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureDetailsModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureDetailsModule, [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureDetailsModule, never, [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective], [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective]>;
|
|
14
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureDetailsModule>;
|
|
15
11
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { FeatureDetailsComponent } from './feature-details.component';
|
|
2
|
+
import { FeatureDetailsDirective } from './feature-details.directive';
|
|
3
|
+
export * from './feature-details.component';
|
|
4
|
+
export * from './feature-details.directive';
|
|
5
|
+
export declare const FEATURE_DETAILS_DIRECTIVES: readonly [typeof FeatureDetailsComponent, typeof FeatureDetailsDirective];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { Form } from '@igo2/common';
|
|
3
|
-
import
|
|
3
|
+
import { FormComponent } from '@igo2/common';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
5
|
import { Feature } from '../shared/feature.interfaces';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -46,5 +46,5 @@ export declare class FeatureFormComponent {
|
|
|
46
46
|
*/
|
|
47
47
|
private formDataToFeature;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFormComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFormComponent, "igo-feature-form", never, { "form": { "alias": "form"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"],
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFormComponent, "igo-feature-form", never, { "form": { "alias": "form"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"], true, never>;
|
|
50
50
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./feature-form.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@igo2/common";
|
|
5
3
|
/**
|
|
6
|
-
* @
|
|
4
|
+
* @deprecated import the FeatureFormComponent directly
|
|
7
5
|
*/
|
|
8
6
|
export declare class IgoFeatureFormModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureFormModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureFormModule, [typeof i1.FeatureFormComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureFormModule, never, [typeof i1.FeatureFormComponent], [typeof i1.FeatureFormComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureFormModule>;
|
|
12
10
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./feature-
|
|
4
|
-
|
|
2
|
+
import * as i1 from "./feature-details/feature-details.module";
|
|
3
|
+
import * as i2 from "./feature-form/feature-form.module";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components directly or the FEATURE_DIRECTIVES for the set
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoFeatureModule {
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureModule, never,
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureModule, never, never, [typeof i1.IgoFeatureDetailsModule, typeof i2.IgoFeatureFormModule]>;
|
|
8
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureModule>;
|
|
9
11
|
}
|
package/lib/feature/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { FeatureFormComponent } from './feature-form/feature-form.component';
|
|
1
2
|
export * from './shared';
|
|
2
|
-
export * from './feature-details
|
|
3
|
+
export * from './feature-details';
|
|
3
4
|
export * from './feature-form/feature-form.component';
|
|
5
|
+
export declare const FEATURE_DIRECTIVES: readonly [typeof import("./feature-details").FeatureDetailsComponent, typeof import("./feature-details").FeatureDetailsDirective, typeof FeatureFormComponent];
|
|
@@ -18,36 +18,12 @@ import * as i15 from "./spatial-filter/spatial-filter-list/spatial-filter-list.c
|
|
|
18
18
|
import * as i16 from "./spatial-filter/spatial-filter-item/spatial-filter-item.component";
|
|
19
19
|
import * as i17 from "./ogc-filter-time/ogc-filter-time.component";
|
|
20
20
|
import * as i18 from "./ogc-filter-time/ogc-filter-time-slider.component";
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
import * as i22 from "@angular/material/icon";
|
|
25
|
-
import * as i23 from "@angular/material/button";
|
|
26
|
-
import * as i24 from "@angular/material/tabs";
|
|
27
|
-
import * as i25 from "@angular/material/radio";
|
|
28
|
-
import * as i26 from "@angular/material/menu";
|
|
29
|
-
import * as i27 from "@angular/material/table";
|
|
30
|
-
import * as i28 from "@angular/material/tree";
|
|
31
|
-
import * as i29 from "@angular/material/button-toggle";
|
|
32
|
-
import * as i30 from "@angular/material/checkbox";
|
|
33
|
-
import * as i31 from "@angular/material/slider";
|
|
34
|
-
import * as i32 from "@angular/material/slide-toggle";
|
|
35
|
-
import * as i33 from "@angular/material/form-field";
|
|
36
|
-
import * as i34 from "@angular/material/input";
|
|
37
|
-
import * as i35 from "@angular/material/core";
|
|
38
|
-
import * as i36 from "@angular/material/select";
|
|
39
|
-
import * as i37 from "@angular/material/list";
|
|
40
|
-
import * as i38 from "@angular/material/tooltip";
|
|
41
|
-
import * as i39 from "@angular/material/datepicker";
|
|
42
|
-
import * as i40 from "@mat-datetimepicker/core";
|
|
43
|
-
import * as i41 from "@igo2/core";
|
|
44
|
-
import * as i42 from "../layer/layer.module";
|
|
45
|
-
import * as i43 from "@igo2/common";
|
|
46
|
-
import * as i44 from "../geometry/geometry.module";
|
|
47
|
-
import * as i45 from "@angular/material/badge";
|
|
21
|
+
/**
|
|
22
|
+
* @deprecated import the components directly or the FILTER_DIRECTIVES for the set
|
|
23
|
+
*/
|
|
48
24
|
export declare class IgoFilterModule {
|
|
49
25
|
static forRoot(): ModuleWithProviders<IgoFilterModule>;
|
|
50
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFilterModule, never>;
|
|
51
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, never, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent]>;
|
|
52
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFilterModule>;
|
|
53
29
|
}
|
package/lib/filter/index.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
import { OgcFilterButtonComponent } from './ogc-filter-button';
|
|
2
|
+
import { OgcFilterFormComponent } from './ogc-filter-form';
|
|
3
|
+
import { OgcFilterSelectionComponent } from './ogc-filter-selection';
|
|
4
|
+
import { OgcFilterTimeComponent, OgcFilterTimeSliderComponent } from './ogc-filter-time';
|
|
5
|
+
import { OgcFilterableFormComponent } from './ogc-filterable-form';
|
|
6
|
+
import { OgcFilterableItemComponent } from './ogc-filterable-item';
|
|
7
|
+
import { OgcFilterableListBindingDirective, OgcFilterableListComponent } from './ogc-filterable-list';
|
|
8
|
+
import { FilterableDataSourcePipe } from './shared';
|
|
9
|
+
import { SpatialFilterItemComponent } from './spatial-filter/spatial-filter-item';
|
|
10
|
+
import { SpatialFilterListComponent } from './spatial-filter/spatial-filter-list';
|
|
11
|
+
import { SpatialFilterTypeComponent } from './spatial-filter/spatial-filter-type';
|
|
12
|
+
import { TimeFilterButtonComponent } from './time-filter-button';
|
|
13
|
+
import { TimeFilterFormComponent } from './time-filter-form';
|
|
14
|
+
import { TimeFilterItemComponent } from './time-filter-item';
|
|
15
|
+
import { TimeFilterListBindingDirective, TimeFilterListComponent } from './time-filter-list';
|
|
1
16
|
export * from './shared';
|
|
2
17
|
export * from './time-filter-form';
|
|
3
18
|
export * from './time-filter-item';
|
|
@@ -13,3 +28,4 @@ export * from './time-filter-button';
|
|
|
13
28
|
export * from './spatial-filter/spatial-filter-type';
|
|
14
29
|
export * from './spatial-filter/spatial-filter-list';
|
|
15
30
|
export * from './spatial-filter/spatial-filter-item';
|
|
31
|
+
export declare const FILTER_DIRECTIVES: readonly [typeof FilterableDataSourcePipe, typeof TimeFilterButtonComponent, typeof TimeFilterFormComponent, typeof TimeFilterItemComponent, typeof TimeFilterListComponent, typeof TimeFilterListBindingDirective, typeof OgcFilterFormComponent, typeof OgcFilterButtonComponent, typeof OgcFilterSelectionComponent, typeof OgcFilterableFormComponent, typeof OgcFilterableItemComponent, typeof OgcFilterableListComponent, typeof OgcFilterableListBindingDirective, typeof SpatialFilterTypeComponent, typeof SpatialFilterListComponent, typeof SpatialFilterItemComponent, typeof OgcFilterTimeComponent, typeof OgcFilterTimeSliderComponent];
|