survey-creator-core 1.9.32 → 1.9.33

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.32
2
+ * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.33
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -92,6 +92,7 @@ export interface ICreatorOptions {
92
92
  showDefaultLanguageInPreviewTab?: string | boolean;
93
93
  showInvisibleElementsInPreviewTab?: boolean;
94
94
  showObjectTitles?: boolean;
95
+ showHeaderInEmptySurvey?: boolean;
95
96
  allowModifyPages?: boolean;
96
97
  maximumColumnsCount?: number;
97
98
  maximumChoicesCount?: number;
@@ -1188,6 +1189,7 @@ export declare class CreatorBase extends Base implements ISurveyCreatorOptions,
1188
1189
  protected onPropertyValueChanged(name: string, oldValue: any, newValue: any): void;
1189
1190
  initResponsivityManager(container: any): void;
1190
1191
  resetResponsivityManager(): void;
1192
+ showHeaderInEmptySurvey: any;
1191
1193
  showPageNavigator: any;
1192
1194
  showTabs: any;
1193
1195
  showToolbar: any;
@@ -4280,6 +4282,7 @@ export declare var logicCss: {
4280
4282
  controlDisabled: string,
4281
4283
  controlLabel: string,
4282
4284
  materialDecorator: string,
4285
+ controlValue: string,
4283
4286
  },
4284
4287
  imagepicker: {
4285
4288
  root: string,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.32
2
+ * SurveyJS Creator v1.9.33
3
3
  * (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.32
2
+ * SurveyJS Creator v1.9.33
3
3
  * (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator