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.
- package/README.md +2 -2
- package/package.json +1 -1
- package/survey-creator-core.css +19 -5
- package/survey-creator-core.d.ts +4 -1
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +75 -24
- package/survey-creator-core.min.css +3 -3
- package/survey-creator-core.min.js +3 -3
package/survey-creator-core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.
|
|
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,
|