survey-creator-core 1.9.72 → 1.9.74
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/package.json +2 -2
- package/survey-creator-core.css +23 -8
- package/survey-creator-core.d.ts +2 -2
- package/survey-creator-core.fontless.css +22 -7
- package/survey-creator-core.fontless.min.css +5 -5
- package/survey-creator-core.i18n.js +487 -486
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +44 -46
- package/survey-creator-core.min.css +6 -6
- package/survey-creator-core.min.js +2 -2
package/survey-creator-core.d.ts
CHANGED
|
@@ -2278,7 +2278,6 @@ declare module "toolbox" {
|
|
|
2278
2278
|
toolboxMiscCategory: string[];
|
|
2279
2279
|
};
|
|
2280
2280
|
private _orderedQuestions;
|
|
2281
|
-
showTitleOnCategoryChange: boolean;
|
|
2282
2281
|
static getQuestionDefaultSettings(questionType: string): any;
|
|
2283
2282
|
/**
|
|
2284
2283
|
* Modify this array to change the toolbox items order.
|
|
@@ -2323,7 +2322,8 @@ declare module "toolbox" {
|
|
|
2323
2322
|
*/
|
|
2324
2323
|
forceCompact: boolean;
|
|
2325
2324
|
constructor(supportedQuestions?: Array<string>, creator?: CreatorBase, useDefaultCategories?: boolean);
|
|
2326
|
-
private
|
|
2325
|
+
private initDotsItem;
|
|
2326
|
+
private getDefaultQuestionCategories;
|
|
2327
2327
|
private onActiveCategoryChanged;
|
|
2328
2328
|
setLocation(toolboxLocation: toolboxLocationType): void;
|
|
2329
2329
|
/**
|