@igo2/context 20.1.0-next.30 → 20.1.0-next.32

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
@@ -6,6 +6,7 @@ import { BehaviorSubject, Subject, Observable, ReplaySubject, Subscription } fro
6
6
  import { Tool } from '@igo2/common/tool';
7
7
  import { Message, MessageService } from '@igo2/core/message';
8
8
  import { FeatureCollection } from 'geojson';
9
+ import * as _igo2_common_icon from '@igo2/common/icon';
9
10
  import { KeyValue } from '@angular/common';
10
11
  import { AuthService, AuthOptions } from '@igo2/auth';
11
12
  import { ActionStore, ActionbarMode } from '@igo2/common/action';
@@ -300,6 +301,8 @@ declare class ContextListComponent implements OnInit, OnDestroy {
300
301
  change$: ReplaySubject<void>;
301
302
  private change$$;
302
303
  private previousMessageId;
304
+ sortAlphaOnIcon: _igo2_common_icon.IconSvg;
305
+ sortAlphaOffIcon: _igo2_common_icon.IconSvg;
303
306
  isDesktop: boolean;
304
307
  get contexts(): ContextsList;
305
308
  set contexts(value: ContextsList);
@@ -58,6 +58,7 @@
58
58
  "sharedContexts": "Shared contexts",
59
59
  "filterPlaceHolder": "Filter by name",
60
60
  "sortAlphabetically": "Sort alphabetically",
61
+ "sortDefault": "Sort by default",
61
62
  "sortContextOrder": "Replace according to the creation date",
62
63
  "userAccount": "User account",
63
64
  "filterUser": "Filter by user group",
@@ -58,6 +58,7 @@
58
58
  "sharedContexts": "Contextes partagés",
59
59
  "filterPlaceHolder": "Filtrer par nom",
60
60
  "sortAlphabetically": "Trier en ordre alphabétique",
61
+ "sortDefault": "Trier par défaut",
61
62
  "sortContextOrder": "Replacer selon la date de création",
62
63
  "userAccount": "Profils utilisateurs",
63
64
  "filterUser": "Filtrer par groupe d'utilisateur",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/context",
3
- "version": "20.1.0-next.30",
3
+ "version": "20.1.0-next.32",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -35,11 +35,11 @@
35
35
  "@angular/forms": "^20.0.0",
36
36
  "@angular/material": "^20.0.0",
37
37
  "@angular/platform-browser": "^20.0.0",
38
- "@igo2/auth": "^20.1.0-next.30",
39
- "@igo2/common": "^20.1.0-next.30",
40
- "@igo2/core": "^20.1.0-next.30",
41
- "@igo2/geo": "^20.1.0-next.30",
42
- "@igo2/utils": "^20.1.0-next.30",
38
+ "@igo2/auth": "^20.1.0-next.32",
39
+ "@igo2/common": "^20.1.0-next.32",
40
+ "@igo2/core": "^20.1.0-next.32",
41
+ "@igo2/geo": "^20.1.0-next.32",
42
+ "@igo2/utils": "^20.1.0-next.32",
43
43
  "ol": "^10.0.0",
44
44
  "rxjs": "^7.8.0"
45
45
  },