@esfaenza/forms-and-validations 19.2.95 → 19.2.97

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.
@@ -16,6 +16,7 @@ export declare class EsFormDateComponent extends BaseFormControl implements Cont
16
16
  InOutFormat: 'date' | 'timestring' | 'dayjs';
17
17
  /** Nel caso dei componenti data il Placeholder è il formato, mentre la label floattante, se esistente, dev'essere specificata */
18
18
  FloatingLabel: boolean;
19
+ DateFormat: string;
19
20
  protected datesExts: DateService;
20
21
  protected mode: 'date' | 'datetime' | 'time' | 'month' | 'year' | 'daterange';
21
22
  view: WritableSignal<'month' | 'year' | 'date'>;
@@ -33,5 +34,5 @@ export declare class EsFormDateComponent extends BaseFormControl implements Cont
33
34
  protected getValueIn(obj: any): Promise<any>;
34
35
  private adjustInputModeVisuals;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<EsFormDateComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<EsFormDateComponent, "form-date", never, { "InOutFormat": { "alias": "InOutFormat"; "required": false; }; "FloatingLabel": { "alias": "FloatingLabel"; "required": false; }; }, {}, never, never, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<EsFormDateComponent, "form-date", never, { "InOutFormat": { "alias": "InOutFormat"; "required": false; }; "FloatingLabel": { "alias": "FloatingLabel"; "required": false; }; "DateFormat": { "alias": "DateFormat"; "required": false; }; }, {}, never, never, true, never>;
37
38
  }
@@ -13,10 +13,7 @@ export declare class EsFormMultiselectComponent extends BaseFormControl implemen
13
13
  protected innerElementReceived(): void;
14
14
  protected getValueIn(value: any): Promise<any>;
15
15
  protected getValueOut(value: string[]): Promise<any>;
16
- protected getEvaluatedModel(value: {
17
- id: string;
18
- description: string;
19
- }[]): Promise<string>;
16
+ protected getEvaluatedModel(value: string[]): Promise<string>;
20
17
  static ɵfac: i0.ɵɵFactoryDeclaration<EsFormMultiselectComponent, never>;
21
18
  static ɵcmp: i0.ɵɵComponentDeclaration<EsFormMultiselectComponent, "form-multiselect", never, { "display": { "alias": "display"; "required": false; }; "InOutFormat": { "alias": "InOutFormat"; "required": false; }; "FloatingLabel": { "alias": "FloatingLabel"; "required": false; }; "MaxShownElements": { "alias": "MaxShownElements"; "required": false; }; }, {}, never, never, true, never>;
22
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "19.2.95",
3
+ "version": "19.2.97",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"