@igo2/geo 21.0.0-next.26 → 21.0.0-next.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "21.0.0-next.26",
3
+ "version": "21.0.0-next.28",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -44,9 +44,9 @@
44
44
  "@angular/material": "^21.0.0",
45
45
  "@angular/material-moment-adapter": "^21.0.0",
46
46
  "@angular/platform-browser": "^21.0.0",
47
- "@igo2/common": "^21.0.0-next.26",
48
- "@igo2/core": "^21.0.0-next.26",
49
- "@igo2/utils": "^21.0.0-next.26",
47
+ "@igo2/common": "^21.0.0-next.28",
48
+ "@igo2/core": "^21.0.0-next.28",
49
+ "@igo2/utils": "^21.0.0-next.28",
50
50
  "@mat-datetimepicker/core": "^17.0.0",
51
51
  "geostyler-legend": "^5.2.0",
52
52
  "geostyler-openlayers-parser": "^5.7.0",
@@ -10883,6 +10883,8 @@ declare class OptionsApiService extends OptionsService {
10883
10883
  interface OptionsApiOptions {
10884
10884
  url?: string;
10885
10885
  provideContextUri?: boolean;
10886
+ /** Default to true */
10887
+ enabled?: boolean;
10886
10888
  }
10887
10889
 
10888
10890
  declare function optionsApiFactory(): OptionsApiService;