freemium-survey-components 1.0.161 → 1.0.162

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.
@@ -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';
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';
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';
@@ -101,6 +101,11 @@ export declare type QuestionTypeInfoMetaType = {
101
101
  show_social_links?: ReviewType | null;
102
102
  show_custom_button?: CustomButtonReviewType | null;
103
103
  slider?: SliderType | null;
104
+ question_format?: string | null;
105
+ time_zone?: boolean | null;
106
+ allow_future_date?: boolean | null;
107
+ time_format?: boolean | null;
108
+ format?: string | null;
104
109
  };
105
110
  export declare type SliderType = {
106
111
  min: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.161",
3
+ "version": "1.0.162",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",