freemium-survey-components 1.0.163 → 1.0.166
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.
|
File without changes
|
|
File without changes
|
package/lib/types/types.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare type PromptSettingsType = {
|
|
|
15
15
|
type_variant?: PromptSettingsTypeVariants | null;
|
|
16
16
|
reverse_order?: boolean | null;
|
|
17
17
|
};
|
|
18
|
-
export declare type QuestionType = 'TEXT' | 'NUMBER' | 'PARAGRAPH' | 'BOOLEAN' | 'DATE' | 'RANGE' | 'DROPDOWN' | 'CHECKBOX' | 'RADIO' | 'THANK_YOU' | 'MULTI_SELECT' | 'MULTI_SELECT_LOOKUP' | 'MATRIX_RATING_SCALE' | 'RANK_ORDER' | 'SLIDER' | 'DATETIME';
|
|
18
|
+
export declare type QuestionType = 'TEXT' | 'NUMBER' | 'PARAGRAPH' | 'BOOLEAN' | 'DATE' | 'RANGE' | 'DROPDOWN' | 'CHECKBOX' | 'RADIO' | 'THANK_YOU' | 'MULTI_SELECT' | 'MULTI_SELECT_LOOKUP' | 'MATRIX_RATING_SCALE' | 'RANK_ORDER' | 'SLIDER' | 'DATETIME' | 'MESSAGE' | 'CONSENT';
|
|
19
19
|
export declare type QuestionThemeType = SurveyTypes;
|
|
20
20
|
export declare type QuestionTypeVariantType = 'EMOJI' | 'STAR' | 'TEXT' | 'NUMBER' | 'THUMBS' | 'TICK' | 'DECIMAL';
|
|
21
21
|
export declare type ScalePropertiesOrderType = 'ascending' | 'descending';
|
|
@@ -106,6 +106,7 @@ export declare type QuestionTypeInfoMetaType = {
|
|
|
106
106
|
allow_future_date?: boolean | null;
|
|
107
107
|
time_format?: boolean | null;
|
|
108
108
|
format?: string | null;
|
|
109
|
+
value?: string | null;
|
|
109
110
|
};
|
|
110
111
|
export declare type SliderType = {
|
|
111
112
|
min: number;
|