@esfaenza/forms-and-validations 15.2.5 → 15.2.7

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,3 +1,4 @@
1
+ import { Injector } from "@angular/core";
1
2
  import { LocalizationService } from "@esfaenza/localizations";
2
3
  import * as i0 from "@angular/core";
3
4
  /**
@@ -7,7 +8,7 @@ export declare class FormAdaptiveComponentLoc extends LocalizationService {
7
8
  /**
8
9
  * @ignore
9
10
  */
10
- constructor(LOC_LOCALE: string);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FormAdaptiveComponentLoc, [{ optional: true; }]>;
11
+ constructor(injector: Injector);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormAdaptiveComponentLoc, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<FormAdaptiveComponentLoc>;
13
14
  }
@@ -1,3 +1,4 @@
1
+ import { Injector } from "@angular/core";
1
2
  import { LocalizationService } from "@esfaenza/localizations";
2
3
  import * as i0 from "@angular/core";
3
4
  /**
@@ -7,7 +8,7 @@ export declare class FormAutocompleteComponentLoc extends LocalizationService {
7
8
  /**
8
9
  * @ignore
9
10
  */
10
- constructor(LOC_LOCALE: string);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FormAutocompleteComponentLoc, [{ optional: true; }]>;
11
+ constructor(injector: Injector);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormAutocompleteComponentLoc, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<FormAutocompleteComponentLoc>;
13
14
  }
@@ -1,3 +1,4 @@
1
+ import { Injector } from "@angular/core";
1
2
  import { LocalizationService } from "@esfaenza/localizations";
2
3
  import * as i0 from "@angular/core";
3
4
  /**
@@ -7,7 +8,7 @@ export declare class FormFileComponentLoc extends LocalizationService {
7
8
  /**
8
9
  * @ignore
9
10
  */
10
- constructor(LOC_LOCALE: string);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FormFileComponentLoc, [{ optional: true; }]>;
11
+ constructor(injector: Injector);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFileComponentLoc, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<FormFileComponentLoc>;
13
14
  }
@@ -1,3 +1,4 @@
1
+ import { Injector } from "@angular/core";
1
2
  import { LocalizationService } from "@esfaenza/localizations";
2
3
  import * as i0 from "@angular/core";
3
4
  /**
@@ -7,7 +8,7 @@ export declare class FormMultiSelectComponentLoc extends LocalizationService {
7
8
  /**
8
9
  * @ignore
9
10
  */
10
- constructor(LOC_LOCALE: string);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FormMultiSelectComponentLoc, [{ optional: true; }]>;
11
+ constructor(injector: Injector);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormMultiSelectComponentLoc, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<FormMultiSelectComponentLoc>;
13
14
  }
@@ -1,3 +1,4 @@
1
+ import { Injector } from "@angular/core";
1
2
  import { LocalizationService } from "@esfaenza/localizations";
2
3
  import * as i0 from "@angular/core";
3
4
  /**
@@ -7,7 +8,7 @@ export declare class FormSelectComponentLoc extends LocalizationService {
7
8
  /**
8
9
  * @ignore
9
10
  */
10
- constructor(LOC_LOCALE: string);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectComponentLoc, [{ optional: true; }]>;
11
+ constructor(injector: Injector);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectComponentLoc, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<FormSelectComponentLoc>;
13
14
  }
@@ -2,8 +2,6 @@
2
2
  * Classe di configurazione del modulo
3
3
  */
4
4
  export declare class FormsAndValidationsModuleConfig {
5
- /** Locale del modulo. Sono supportati solo 'it-IT' ed 'en-US', default it-IT */
6
- locale?: string;
7
5
  /** Chiave dei permessi Custom in cui ci sono le informazioni di Ownership */
8
6
  acocustom?: string;
9
7
  /** Abilita o meno la modalità di debug */
package/lib/tokens.d.ts CHANGED
@@ -1,6 +1,4 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- /** Token che indica la lingua da utilizzare, sono supportate "it-IT" ed "en-US" */
3
- export declare const FAV_LOCALE: InjectionToken<string>;
4
2
  /** Chiave che indica il prefisso dei Contesti Applicativi per permettere l'abilitazione/disabilitazione di input in maniera contestuale */
5
3
  export declare const ACO_CUSTOMKEY: InjectionToken<string>;
6
4
  /** Token che indica la lingua da utilizzare, sono supportate "it-IT" ed "en-US" */
@@ -1,3 +1,4 @@
1
+ import { Injector } from "@angular/core";
1
2
  import { LocalizationService } from "@esfaenza/localizations";
2
3
  import * as i0 from "@angular/core";
3
4
  /**
@@ -7,7 +8,7 @@ export declare class BaseValidationLoc extends LocalizationService {
7
8
  /**
8
9
  * @ignore
9
10
  */
10
- constructor(LOC_LOCALE: string);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseValidationLoc, [{ optional: true; }]>;
11
+ constructor(injector: Injector);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseValidationLoc, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<BaseValidationLoc>;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "15.2.5",
3
+ "version": "15.2.7",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -10,9 +10,9 @@
10
10
  "@angular/core": "^15.2.9",
11
11
  "@angular/forms": "^15.2.9",
12
12
  "@angular/material": "15.2.9",
13
- "@esfaenza/localizations": "^15.2.0",
13
+ "@esfaenza/extensions": "^15.2.8",
14
+ "@esfaenza/localizations": "^15.2.8",
14
15
  "@esfaenza/access-control": "^15.2.0",
15
- "@esfaenza/extensions": "^15.2.0",
16
16
  "@esfaenza/material-dayjs-adapter": "^15.2.0",
17
17
  "@esfaenza/ngx-currency-mask": "^15.2.0",
18
18
  "angular2-multiselect-dropdown": "5.0.4",