survey-creator-core 1.9.44 → 1.9.45

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-creator-core",
3
- "version": "1.9.44",
3
+ "version": "1.9.45",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.44
2
+ * SurveyJS Creator v1.9.45
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
- * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.44
2
+ * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.45
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -2136,6 +2136,9 @@ export declare class SurveyElementAdornerBase<T extends SurveyElement = SurveyEl
2136
2136
  protected updateActionVisibility(id: string, isVisible: boolean): void;
2137
2137
  getActionById(id: string): Action;
2138
2138
  protected buildActions(items: any): void;
2139
+ get allowEdit(): boolean;
2140
+ get showAddQuestionButton(): boolean;
2141
+ protected setShowAddQuestionButton(val: boolean): void;
2139
2142
  protected duplicate(): void;
2140
2143
  }
2141
2144
  export declare class SurveyForTextWorker extends SurveyModel {
@@ -2796,8 +2799,6 @@ export declare class PageAdorner extends SurveyElementAdornerBase<PageModel> {
2796
2799
  hover(event: any, element: any): void;
2797
2800
  hoverStopper(event: any, element: any): void;
2798
2801
  protected duplicate(): void;
2799
- get allowEdit(): boolean;
2800
- get showAddQuestionButton(): boolean;
2801
2802
  get addNewQuestionText(): string;
2802
2803
  }
2803
2804
  export declare class PropertyEditorSetupValue implements IPropertyEditorSetup {
@@ -2844,8 +2845,6 @@ export declare class QuestionAdornerViewModel extends SurveyElementAdornerBase {
2844
2845
  set isRequired(val: any);
2845
2846
  onPointerDown(pointerDownEvent: any): void;
2846
2847
  startDragSurveyElement: (event: any) => boolean;
2847
- get allowEdit(): boolean;
2848
- get showAddQuestionButton(): boolean;
2849
2848
  getConvertToTypesActions(): Array<IAction>;
2850
2849
  protected buildActions(items: any): void;
2851
2850
  protected duplicate(): void;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.44
2
+ * SurveyJS Creator v1.9.45
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.44
2
+ * SurveyJS Creator v1.9.45
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