@stemy/ngx-dynamic-form 19.9.35 → 19.9.37
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.
|
@@ -135,7 +135,7 @@ export interface FormFieldProps extends FormlyFieldProps {
|
|
|
135
135
|
/**
|
|
136
136
|
* An array of dates to be disabled in calendar
|
|
137
137
|
*/
|
|
138
|
-
disabledDates?:
|
|
138
|
+
disabledDates?: Array<string | Date>;
|
|
139
139
|
/**
|
|
140
140
|
* Specifies that the file upload component value is stored inline, so instead of an API call, the file Blob is inserted into the field value.
|
|
141
141
|
*/
|