@sumaris-net/ngx-components 2.5.14-rc1 → 2.5.14

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.5.14-rc1",
4
+ "version": "2.5.14",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -4,7 +4,7 @@ import { UntypedFormGroup } from '@angular/forms';
4
4
  import { Injector, OnInit } from '@angular/core';
5
5
  import { UserTokenValidatorService } from '../services/validator/user-token.validator';
6
6
  import { TranslateService } from '@ngx-translate/core';
7
- import { MatAutocompleteConfigHolder } from '../../shared/material/autocomplete/material.autocomplete.config';
7
+ import { MatAutocompleteFieldConfig } from '../../shared/material/autocomplete/material.autocomplete.config';
8
8
  import { IAppForm } from '../form/form.utils';
9
9
  import { AccountService } from '../services/account.service';
10
10
  import * as i0 from "@angular/core";
@@ -19,7 +19,7 @@ export declare class NewTokenModal extends AppEntityEditorModal<UserToken> imple
19
19
  protected accountService: AccountService;
20
20
  tokenForm: UntypedFormGroup;
21
21
  tokenAppForm: IAppForm;
22
- autocompleteFields: MatAutocompleteConfigHolder;
22
+ tokenConfig: MatAutocompleteFieldConfig;
23
23
  copiedLabel: string;
24
24
  tokenScopes: TokenScope[];
25
25
  existingNames: string[];
@@ -297,6 +297,11 @@
297
297
  "TOKENS": {
298
298
  "TITLE": "Tokens",
299
299
  "DESCRIPTION": "Authentication tokens",
300
+ "SCOPES": {
301
+ "READ": "Read",
302
+ "WRITE": "Write",
303
+ "ADMIN": "Administration"
304
+ },
300
305
  "TABLE": {
301
306
  "NAME": "Name",
302
307
  "UNKNOWN": "Unknown token",
@@ -297,6 +297,11 @@
297
297
  "TOKENS": {
298
298
  "TITLE": "Tokens",
299
299
  "DESCRIPTION": "Authentication tokens",
300
+ "SCOPES": {
301
+ "READ": "Read",
302
+ "WRITE": "Write",
303
+ "ADMIN": "Administration"
304
+ },
300
305
  "TABLE": {
301
306
  "NAME": "Name",
302
307
  "UNKNOWN": "Unknown token",
@@ -294,6 +294,11 @@
294
294
  "TOKENS": {
295
295
  "TITLE": "Jetons",
296
296
  "DESCRIPTION": "Liste des jetons d'authentification",
297
+ "SCOPES": {
298
+ "READ": "Lecture",
299
+ "WRITE": "Écriture",
300
+ "ADMIN": "Administration"
301
+ },
297
302
  "TABLE": {
298
303
  "NAME": "Nom",
299
304
  "UNKNOWN": "Jeton inconnu",