survey-creator-core 1.9.52 → 1.9.53

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.52
2
+ * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.53
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -2137,6 +2137,7 @@ export declare class StringEditorConnector extends Base {
2137
2137
  setItemValue(item: ItemValueWrapperViewModel): void;
2138
2138
  onDoActivate: Event<(sender: StringEditorViewModelBase, options: any) => any, any>;
2139
2139
  onEditComplete: Event<(sender: StringEditorViewModelBase, options: any) => any, any>;
2140
+ onBackspaceEmptyString: Event<(sender: StringEditorViewModelBase, options: any) => any, any>;
2140
2141
  }
2141
2142
  export declare class StringEditorViewModelBase extends Base {
2142
2143
  constructor(locString: LocalizableString, creator: CreatorBase);
@@ -3340,6 +3341,7 @@ export declare class QuestionDropdownAdornerViewModel extends QuestionAdornerVie
3340
3341
  isCollapsed: boolean;
3341
3342
  visibleCount: number;
3342
3343
  get question(): QuestionDropdownModel;
3344
+ get itemComponent(): string;
3343
3345
  get needToCollapse(): boolean;
3344
3346
  get isCollapseView(): boolean;
3345
3347
  leftFocus(): void;