@igo2/geo 20.1.0-next.11 → 20.1.0-next.13

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/index.d.ts CHANGED
@@ -12,7 +12,7 @@ import olSource from 'ol/source/Source';
12
12
  import olSourceVector from 'ol/source/Vector';
13
13
  import { Units } from 'ol/control/ScaleLine';
14
14
  import * as _igo2_common_entity from '@igo2/common/entity';
15
- import { BaseEntityTableColumn, EntityStore, EntityKey, EntityStoreOptions, EntityStoreStrategyOptions, EntityStoreStrategy, EntityTableTemplate, EntityTableComponent, EntityTableColumn, EntityState, EntityTableColumnRenderer, EntityRecord, EntityTableButton, EntityStoreFilterCustomFuncStrategy } from '@igo2/common/entity';
15
+ import { BaseEntityTableColumn, EntityStore, EntityKey, EntityStoreOptions, EntityStoreStrategyOptions, EntityStoreStrategy, EntityTableTemplate, EntityTableComponent, EntityTableColumn, EntityState, EntityStoreFilterCustomFuncStrategy, EntityTableColumnRenderer, EntityRecord, EntityTableButton } from '@igo2/common/entity';
16
16
  import OlGeometry, { Type } from 'ol/geom/Geometry';
17
17
  import { Preset, Tokenizer, Encoders, Document } from 'flexsearch';
18
18
  import { SubjectStatus, Watcher, TimeFrame, resolveDate } from '@igo2/utils';
@@ -11305,11 +11305,6 @@ declare enum OverlayAction {
11305
11305
  */
11306
11306
  declare function createOverlayLayer(): VectorLayer;
11307
11307
 
11308
- declare global {
11309
- interface Navigator {
11310
- msSaveBlob?: (blob: any, defaultName?: string) => boolean;
11311
- }
11312
- }
11313
11308
  declare class PrintService {
11314
11309
  private http;
11315
11310
  private config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.1.0-next.11",
3
+ "version": "20.1.0-next.13",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "@angular/material": "^20.0.0",
41
41
  "@angular/material-moment-adapter": "^20.0.0",
42
42
  "@angular/platform-browser": "^20.0.0",
43
- "@igo2/auth": "^20.1.0-next.11",
44
- "@igo2/common": "^20.1.0-next.11",
45
- "@igo2/core": "^20.1.0-next.11",
46
- "@igo2/utils": "^20.1.0-next.11",
43
+ "@igo2/auth": "^20.1.0-next.13",
44
+ "@igo2/common": "^20.1.0-next.13",
45
+ "@igo2/core": "^20.1.0-next.13",
46
+ "@igo2/utils": "^20.1.0-next.13",
47
47
  "@mat-datetimepicker/core": "^16.0.0",
48
48
  "@turf/boolean-intersects": "^7.2.0",
49
49
  "@turf/buffer": "^7.2.0",