survey-creator-js 2.2.3 → 2.2.4

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
- * SurveyJS Creator UI v2.2.3
2
+ * SurveyJS Creator UI v2.2.4
3
3
  * (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -22,6 +22,7 @@ export declare class SurveyLocStringEditor extends CreatorModelElement<any, any>
22
22
  private onBlur;
23
23
  private onCompositionStart;
24
24
  private onCompositionEnd;
25
+ private onBeforeInput;
25
26
  private onInput;
26
27
  private onPaste;
27
28
  private justFocused;