freemium-survey-components 1.0.204 → 1.0.205
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/lib/types/types.d.ts
CHANGED
|
@@ -147,7 +147,7 @@ export declare type FormFieldsType = {
|
|
|
147
147
|
order?: number | null;
|
|
148
148
|
required?: boolean | null;
|
|
149
149
|
};
|
|
150
|
-
export declare type FormFieldDropdownType = 'TEXT' | 'PHONE' | 'EMAIL' | 'DATE' | 'NUMBER';
|
|
150
|
+
export declare type FormFieldDropdownType = 'TEXT' | 'PHONE' | 'EMAIL' | 'DATE' | 'NUMBER' | 'DATE_TIME';
|
|
151
151
|
export declare type NumberFieldType = {
|
|
152
152
|
decimal?: boolean | null;
|
|
153
153
|
decimal_point?: number | null;
|