@esfaenza/forms-and-validations 20.3.2 → 20.3.4

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
@@ -216,6 +216,7 @@ declare abstract class BaseFormControl implements ControlValueAccessor {
216
216
  }
217
217
 
218
218
  declare class EsFormAutocompleteComponent extends BaseFormControl implements ControlValueAccessor {
219
+ SeparatorRegexp: RegExp;
219
220
  private _baseSource;
220
221
  private _availableSource;
221
222
  /** Numero minimo di caratteri per far partire la ricerca */
@@ -227,8 +228,8 @@ declare class EsFormAutocompleteComponent extends BaseFormControl implements Con
227
228
  description: string;
228
229
  }[]>;
229
230
  /** Indica se usare la modalità multiselezione o no */
230
- multiple: boolean | undefined;
231
- forceSelection: boolean | undefined;
231
+ multiple: boolean;
232
+ forceSelection: boolean;
232
233
  style: i0.WritableSignal<{
233
234
  width: string;
234
235
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "20.3.2",
3
+ "version": "20.3.4",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -9,8 +9,8 @@
9
9
  "@angular/common": "^20.3.24",
10
10
  "@angular/core": "^20.3.24",
11
11
  "@angular/forms": "^20.3.24",
12
- "@esfaenza/extensions": "^20.3.6",
13
- "@esfaenza/localizations": "^20.3.5",
12
+ "@esfaenza/extensions": "^20.3.7",
13
+ "@esfaenza/localizations": "^20.3.6",
14
14
  "@primeng/themes": "20.4.0",
15
15
  "primeng": "20.4.0",
16
16
  "primelocale": "2.3.2",