survey-creator-core 1.9.72 → 1.9.73

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.
@@ -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 getDefaultCategories;
2325
+ private initDotsItem;
2326
+ private getDefaultQuestionCategories;
2327
2327
  private onActiveCategoryChanged;
2328
2328
  setLocation(toolboxLocation: toolboxLocationType): void;
2329
2329
  /**