@esfaenza/forms-and-validations 11.2.54 → 11.2.57

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.
@@ -77,6 +77,10 @@ export declare class FormAdaptiveComponent extends BaseFormControl implements Co
77
77
  id: string;
78
78
  description: string;
79
79
  }[];
80
+ /**
81
+ * Solo per gli input di tipo "date". Capisce che modalità usare per il validation-date sottostante
82
+ */
83
+ useJsDates: boolean;
80
84
  /**
81
85
  * Costruttore
82
86
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "11.2.54",
3
+ "version": "11.2.57",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"