survey-creator-core 1.9.43 → 1.9.44

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.43
2
+ * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.44
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -2512,7 +2512,6 @@ export declare class TestSurveyTabViewModel extends Base {
2512
2512
  testAgainAction: Action;
2513
2513
  nextPageAction: Action;
2514
2514
  selectPageAction: Action;
2515
- pagePopupModel: any;
2516
2515
  onSurveyCreatedCallback: (survey: SurveyModel) => any;
2517
2516
  simulator: SurveySimulatorModel;
2518
2517
  showInvisibleElements: any;
@@ -2551,6 +2550,7 @@ export declare class ToolboxToolViewModel extends Base {
2551
2550
  export declare class Transaction {
2552
2551
  constructor(_name: string);
2553
2552
  _actions: any;
2553
+ undoCallback: any;
2554
2554
  apply(): void;
2555
2555
  rollback(): void;
2556
2556
  addAction(action: any): void;
@@ -2573,7 +2573,7 @@ export declare class Translation extends Base implements ITranslationLocales {
2573
2573
  surveyValue: SurveyModel;
2574
2574
  settingsSurveyValue: SurveyModel;
2575
2575
  onBaseObjCreatingCallback: (obj: Base) => void;
2576
- chooseLanguagePopupModel: any;
2576
+ addLanguageAction: Action;
2577
2577
  chooseLanguageActions: any;
2578
2578
  getType(): string;
2579
2579
  locales: any;
@@ -2684,6 +2684,7 @@ export declare class UndoRedoManager {
2684
2684
  transactionCounter: number;
2685
2685
  startTransaction(name: string): void;
2686
2686
  stopTransaction(): void;
2687
+ setUndoCallbackForTransaction(callback: any): void;
2687
2688
  get isProcessingUndoRedo(): boolean;
2688
2689
  canUndo(): boolean;
2689
2690
  undo(): void;
@@ -2944,13 +2945,10 @@ export declare class TabLogicPlugin implements ICreatorPlugin {
2944
2945
  export declare class TabTestPlugin implements ICreatorPlugin {
2945
2946
  constructor(creator: CreatorBase);
2946
2947
  languageSelectorAction: Action;
2947
- languagePopupModel: any;
2948
- languageListModel: ListModel;
2949
2948
  changeThemePopupModel: any;
2950
2949
  changeThemeModel: ListModel;
2951
2950
  protected changeThemeAction: CreatorAction;
2952
2951
  deviceSelectorAction: Action;
2953
- deviceListModel: ListModel;
2954
2952
  orientationSelectorAction: Action;
2955
2953
  invisibleToggleAction: Action;
2956
2954
  testAgainAction: Action;
@@ -2974,8 +2972,6 @@ export declare class TabTranslationPlugin implements ICreatorPlugin {
2974
2972
  importCsvAction: Action;
2975
2973
  exportCsvAction: Action;
2976
2974
  inputFileElement: any;
2977
- pagePopupModel: any;
2978
- stringsPopupModel: any;
2979
2975
  sidebarTab: SidebarTabModel;
2980
2976
  model: Translation;
2981
2977
  activate(): void;