@igo2/context 16.0.0-rc.3 → 16.0.0-rc.5

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.
@@ -1,21 +1,21 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include density($theme);
6
- }
7
-
8
- @mixin density($theme) {
9
- $density: mat.get-density-config($theme);
10
-
11
- $theme: map.merge(
12
- $theme,
13
- (
14
- density: $density - 2
15
- )
16
- );
17
-
18
- igo-context-item {
19
- @include mat.icon-button-density($theme);
20
- }
21
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include density($theme);
6
+ }
7
+
8
+ @mixin density($theme) {
9
+ $density: mat.get-density-config($theme);
10
+
11
+ $theme: map.merge(
12
+ $theme,
13
+ (
14
+ density: $density - 2
15
+ )
16
+ );
17
+
18
+ igo-context-item {
19
+ @include mat.icon-button-density($theme);
20
+ }
21
+ }
@@ -74,6 +74,7 @@ export declare class ContextListComponent implements OnInit, OnDestroy {
74
74
  private _sortedAlpha;
75
75
  showContextFilter: ContextListControlsEnum;
76
76
  thresholdToFilter: number;
77
+ get isEmpty(): boolean;
77
78
  constructor(cdRef: ChangeDetectorRef, configService: ConfigService, auth: AuthService, dialog: MatDialog, languageService: LanguageService, storageService: StorageService);
78
79
  ngOnInit(): void;
79
80
  private next;
@@ -86,7 +87,7 @@ export declare class ContextListComponent implements OnInit, OnDestroy {
86
87
  clearFilter(): void;
87
88
  createContext(empty?: boolean): void;
88
89
  getPermission(user?: any): ContextUserPermission;
89
- userSelection(user: any, parent?: any): void;
90
+ handleToggleCategory(user: any, parent?: any): void;
90
91
  hideContext(context: DetailedContext): void;
91
92
  showContext(context: DetailedContext): void;
92
93
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextListComponent, never>;
@@ -1,23 +1,23 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include density($theme);
6
- }
7
-
8
- @mixin density($theme) {
9
- $density: mat.get-density-config($theme);
10
-
11
- $theme: map.merge(
12
- $theme,
13
- (
14
- density: $density - 2
15
- )
16
- );
17
-
18
- igo-context-list {
19
- @include mat.icon-button-density($theme);
20
- @include mat.list-density($theme);
21
- @include mat.form-field-density($theme);
22
- }
23
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include density($theme);
6
+ }
7
+
8
+ @mixin density($theme) {
9
+ $density: mat.get-density-config($theme);
10
+
11
+ $theme: map.merge(
12
+ $theme,
13
+ (
14
+ density: $density - 2
15
+ )
16
+ );
17
+
18
+ igo-context-list {
19
+ @include mat.icon-button-density($theme);
20
+ @include mat.list-density($theme);
21
+ @include mat.form-field-density($theme);
22
+ }
23
+ }
@@ -1,7 +1,7 @@
1
- @use './context-list/context-list.theming.scss' as context-list;
2
- @use './context-item/context-item.theming.scss' as context-item;
3
-
4
- @mixin themes($theme) {
5
- @include context-list.theme($theme);
6
- @include context-item.theme($theme);
7
- }
1
+ @use './context-list/context-list.theming.scss' as context-list;
2
+ @use './context-item/context-item.theming.scss' as context-item;
3
+
4
+ @mixin themes($theme) {
5
+ @include context-list.theme($theme);
6
+ @include context-item.theme($theme);
7
+ }
@@ -13,15 +13,16 @@ import * as i10 from "@igo2/common";
13
13
  import * as i11 from "@igo2/core";
14
14
  import * as i12 from "@angular/material/button";
15
15
  import * as i13 from "@angular/material/dialog";
16
- import * as i14 from "@angular/material/form-field";
17
- import * as i15 from "@angular/material/icon";
18
- import * as i16 from "@angular/material/input";
19
- import * as i17 from "@angular/material/core";
20
- import * as i18 from "@angular/material/select";
21
- import * as i19 from "@angular/material/tooltip";
16
+ import * as i14 from "@angular/material/divider";
17
+ import * as i15 from "@angular/material/form-field";
18
+ import * as i16 from "@angular/material/icon";
19
+ import * as i17 from "@angular/material/input";
20
+ import * as i18 from "@angular/material/core";
21
+ import * as i19 from "@angular/material/select";
22
+ import * as i20 from "@angular/material/tooltip";
22
23
  export declare class IgoContextMapButtonModule {
23
24
  static forRoot(): ModuleWithProviders<IgoContextMapButtonModule>;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMapButtonModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMapButtonModule, [typeof i1.BookmarkButtonComponent, typeof i2.BookmarkDialogComponent, typeof i3.PoiButtonComponent, typeof i4.PoiDialogComponent, typeof i5.UserButtonComponent, typeof i6.UserDialogComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i9.IgoAuthModule, typeof i10.IgoConfirmDialogModule, typeof i11.IgoLanguageModule, typeof i10.IgoStopPropagationModule, typeof i12.MatButtonModule, typeof i13.MatDialogModule, typeof i14.MatFormFieldModule, typeof i15.MatIconModule, typeof i16.MatInputModule, typeof i17.MatOptionModule, typeof i18.MatSelectModule, typeof i19.MatTooltipModule], [typeof i1.BookmarkButtonComponent, typeof i3.PoiButtonComponent, typeof i5.UserButtonComponent, typeof i2.BookmarkDialogComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMapButtonModule, [typeof i1.BookmarkButtonComponent, typeof i2.BookmarkDialogComponent, typeof i3.PoiButtonComponent, typeof i4.PoiDialogComponent, typeof i5.UserButtonComponent, typeof i6.UserDialogComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i9.IgoAuthModule, typeof i10.IgoConfirmDialogModule, typeof i11.IgoLanguageModule, typeof i10.IgoStopPropagationModule, typeof i12.MatButtonModule, typeof i13.MatDialogModule, typeof i14.MatDividerModule, typeof i15.MatFormFieldModule, typeof i16.MatIconModule, typeof i17.MatInputModule, typeof i18.MatOptionModule, typeof i19.MatSelectModule, typeof i20.MatTooltipModule], [typeof i1.BookmarkButtonComponent, typeof i3.PoiButtonComponent, typeof i5.UserButtonComponent, typeof i2.BookmarkDialogComponent]>;
26
27
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMapButtonModule>;
27
28
  }
@@ -1,6 +1,6 @@
1
+ import { AuthOptions } from '@igo2/auth';
1
2
  import { ImportExportServiceOptions } from '@igo2/geo';
2
3
  import { ContextServiceOptions } from '../context-manager';
3
- import { AuthOptions } from '@igo2/auth';
4
4
  export interface EnvironmentOptions {
5
5
  auth?: AuthOptions;
6
6
  context?: ContextServiceOptions;
@@ -66,7 +66,8 @@
66
66
  "contextMapTooltip": "Create a new context from map layers",
67
67
  "hide": "Hide this context",
68
68
  "show": "Show up this context",
69
- "showHidden": "Show hidden contexts"
69
+ "showHidden": "Show hidden contexts",
70
+ "noResult": "No results for selected filters"
70
71
  },
71
72
  "contextImportExport": {
72
73
  "export": {
@@ -66,7 +66,8 @@
66
66
  "contextMapTooltip": "Créer un nouveau contexte à partir des couches la carte",
67
67
  "hide": "Masquer ce contexte",
68
68
  "show": "Montrer ce contexte",
69
- "showHidden": "Montrer les contextes masqués"
69
+ "showHidden": "Montrer les contextes masqués",
70
+ "noResult": "Aucun résultat pour les filtres sélectionnés"
70
71
  },
71
72
  "contextImportExport": {
72
73
  "export": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/context",
3
- "version": "16.0.0-rc.3",
3
+ "version": "16.0.0-rc.5",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -22,11 +22,11 @@
22
22
  "@angular/forms": "^16.2.5",
23
23
  "@angular/material": "^16.2.4",
24
24
  "@angular/platform-browser": "^16.2.5",
25
- "@igo2/auth": "^16.0.0-rc.3",
26
- "@igo2/common": "^16.0.0-rc.3",
27
- "@igo2/core": "^16.0.0-rc.3",
28
- "@igo2/utils": "^16.0.0-rc.3",
29
- "@igo2/geo": "^16.0.0-rc.3",
25
+ "@igo2/auth": "^16.0.0-rc.5",
26
+ "@igo2/common": "^16.0.0-rc.5",
27
+ "@igo2/core": "^16.0.0-rc.5",
28
+ "@igo2/utils": "^16.0.0-rc.5",
29
+ "@igo2/geo": "^16.0.0-rc.5",
30
30
  "ol": "^7.5.2",
31
31
  "rxjs": "^7.8.0"
32
32
  },