@igo2/context 20.1.1 → 21.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/context",
3
- "version": "20.1.1",
3
+ "version": "21.0.0-next.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "exports": {
20
20
  ".": {
21
- "types": "./index.d.ts",
21
+ "types": "./types/igo2-context.d.ts",
22
22
  "default": "./fesm2022/igo2-context.mjs"
23
23
  },
24
24
  "./package.json": {
@@ -29,17 +29,17 @@
29
29
  "tslib": "^2.6.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@angular/animations": "^20.0.0",
33
- "@angular/common": "^20.0.0",
34
- "@angular/core": "^20.0.0",
35
- "@angular/forms": "^20.0.0",
36
- "@angular/material": "^20.0.0",
37
- "@angular/platform-browser": "^20.0.0",
38
- "@igo2/auth": "^20.1.1",
39
- "@igo2/common": "^20.1.1",
40
- "@igo2/core": "^20.1.1",
41
- "@igo2/geo": "^20.1.1",
42
- "@igo2/utils": "^20.1.1",
32
+ "@angular/animations": "^21.0.0",
33
+ "@angular/common": "^21.0.0",
34
+ "@angular/core": "^21.0.0",
35
+ "@angular/forms": "^21.0.0",
36
+ "@angular/material": "^21.0.0",
37
+ "@angular/platform-browser": "^21.0.0",
38
+ "@igo2/auth": "^21.0.0-next.2",
39
+ "@igo2/common": "^21.0.0-next.2",
40
+ "@igo2/core": "^21.0.0-next.2",
41
+ "@igo2/geo": "^21.0.0-next.2",
42
+ "@igo2/utils": "^21.0.0-next.2",
43
43
  "ol": "^10.0.0",
44
44
  "rxjs": "^7.8.0"
45
45
  },
@@ -47,6 +47,7 @@
47
47
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
48
48
  },
49
49
  "module": "fesm2022/igo2-context.mjs",
50
- "typings": "index.d.ts",
51
- "sideEffects": false
50
+ "typings": "types/igo2-context.d.ts",
51
+ "sideEffects": false,
52
+ "type": "module"
52
53
  }
@@ -303,7 +303,7 @@ declare class ContextListComponent implements OnInit, OnDestroy {
303
303
  private previousMessageId;
304
304
  sortAlphaOnIcon: _igo2_common_icon.IconSvg;
305
305
  sortAlphaOffIcon: _igo2_common_icon.IconSvg;
306
- isDesktop: boolean;
306
+ readonly isDesktop: i0.InputSignal<boolean>;
307
307
  get contexts(): ContextsList;
308
308
  set contexts(value: ContextsList);
309
309
  private _contexts;
@@ -393,7 +393,7 @@ declare class ContextListComponent implements OnInit, OnDestroy {
393
393
  onShowHiddenContexts(): void;
394
394
  onHideContext(context: DetailedContext): void;
395
395
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextListComponent, never>;
396
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextListComponent, "igo-context-list", never, { "isDesktop": { "alias": "isDesktop"; "required": false; }; "contexts": { "alias": "contexts"; "required": false; }; "selectedContext": { "alias": "selectedContext"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "defaultContextId": { "alias": "defaultContextId"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "selectedContext": "selectedContextChange"; "select": "select"; "unselect": "unselect"; "edit": "edit"; "delete": "delete"; "save": "save"; "clone": "clone"; "create": "create"; "hide": "hide"; "show": "show"; "showHiddenContexts": "showHiddenContexts"; "favorite": "favorite"; "managePermissions": "managePermissions"; "manageTools": "manageTools"; "filterPermissionsChanged": "filterPermissionsChanged"; }, never, never, true, never>;
396
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContextListComponent, "igo-context-list", never, { "isDesktop": { "alias": "isDesktop"; "required": false; "isSignal": true; }; "contexts": { "alias": "contexts"; "required": false; }; "selectedContext": { "alias": "selectedContext"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "defaultContextId": { "alias": "defaultContextId"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "selectedContext": "selectedContextChange"; "select": "select"; "unselect": "unselect"; "edit": "edit"; "delete": "delete"; "save": "save"; "clone": "clone"; "create": "create"; "hide": "hide"; "show": "show"; "showHiddenContexts": "showHiddenContexts"; "favorite": "favorite"; "managePermissions": "managePermissions"; "manageTools": "manageTools"; "filterPermissionsChanged": "filterPermissionsChanged"; }, never, never, true, never>;
397
397
  }
398
398
 
399
399
  declare class ContextItemComponent {