survey-react-ui 2.3.3 → 2.3.5

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 - Survey JavaScript library v2.3.3
2
+ * surveyjs - Survey JavaScript library v2.3.5
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1930,7 +1930,7 @@ class PopupModal extends SurveyElementBase {
1930
1930
  PopupModal.modalDescriptors = [];
1931
1931
 
1932
1932
  /*!
1933
- * surveyjs - Survey JavaScript library v2.3.3
1933
+ * surveyjs - Survey JavaScript library v2.3.5
1934
1934
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
1935
1935
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
1936
1936
  */
@@ -2000,7 +2000,7 @@ var iconsV1 = {
2000
2000
  };
2001
2001
 
2002
2002
  /*!
2003
- * surveyjs - Survey JavaScript library v2.3.3
2003
+ * surveyjs - Survey JavaScript library v2.3.5
2004
2004
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
2005
2005
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
2006
2006
  */
@@ -3062,8 +3062,9 @@ class TagboxFilterString extends SurveyElementBase {
3062
3062
  }
3063
3063
  }
3064
3064
  onChange(e) {
3065
- const { root } = settings.environment;
3066
- if (e.target === root.activeElement) {
3065
+ var _a;
3066
+ const activeElement = (_a = e.target.getRootNode()) === null || _a === void 0 ? void 0 : _a.activeElement;
3067
+ if (e.target === activeElement) {
3067
3068
  this.model.inputStringRendered = e.target.value;
3068
3069
  }
3069
3070
  }
@@ -3237,7 +3238,9 @@ class SurveyQuestionDropdownBase extends SurveyQuestionUncontrolledElement {
3237
3238
  const { root } = settings.environment;
3238
3239
  const dropdownListModel = this.dropdownListModel;
3239
3240
  const onInputChange = (e) => {
3240
- if (e.target === root.activeElement) {
3241
+ var _a;
3242
+ const activeElement = (_a = e.target.getRootNode()) === null || _a === void 0 ? void 0 : _a.activeElement;
3243
+ if (e.target === activeElement) {
3241
3244
  dropdownListModel.inputStringRendered = e.target.value;
3242
3245
  }
3243
3246
  };
@@ -5095,8 +5098,9 @@ class List extends SurveyElementBase {
5095
5098
  return null;
5096
5099
  else {
5097
5100
  const onChange = (e) => {
5098
- const { root } = settings.environment;
5099
- if (e.target === root.activeElement) {
5101
+ var _a;
5102
+ const activeElement = (_a = e.target.getRootNode()) === null || _a === void 0 ? void 0 : _a.activeElement;
5103
+ if (e.target === activeElement) {
5100
5104
  this.model.filterString = e.target.value;
5101
5105
  }
5102
5106
  };
@@ -6214,7 +6218,7 @@ ReactElementFactory.Instance.registerElement(LocalizableString.editableRenderer,
6214
6218
  return React.createElement(SurveyLocStringEditor, props);
6215
6219
  });
6216
6220
 
6217
- checkLibraryVersion(`${"2.3.3"}`, "survey-react-ui");
6221
+ checkLibraryVersion(`${"2.3.5"}`, "survey-react-ui");
6218
6222
 
6219
6223
  export { CharacterCounterComponent, ComponentsContainer, Header, HeaderCell, HeaderMobile, List, ListItemContent, ListItemGroup, LoadingIndicatorComponent, LogoImage, MatrixRow, NotifierComponent, Popup, PopupModal, PopupSurvey, QuestionErrorComponent, RatingDropdownItem, RatingItem, RatingItemSmiley, RatingItemStar, ReactElementFactory, ReactQuestionFactory, ReactSurveyElement, ReactSurveyElementsWrapper, Scroll, Skeleton, SliderLabelItem, Survey, SurveyActionBar, SurveyElementBase, SurveyElementErrors, SurveyFileChooseButton, SurveyFileItem, SurveyFilePreview, SurveyFlowPanel, SurveyHeader, SurveyLocStringEditor, SurveyLocStringViewer, SurveyNavigationBase, SurveyNavigationButton, SurveyPage, SurveyPanel, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestion, SurveyQuestionAndErrorsCell, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionButtonGroup, SurveyQuestionButtonGroupDropdown, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionComment, SurveyQuestionCommentItem, SurveyQuestionComposite, SurveyQuestionCustom, SurveyQuestionDropdown, SurveyQuestionDropdownBase, SurveyQuestionDropdownSelect, SurveyQuestionElementBase, SurveyQuestionEmpty, SurveyQuestionExpression, SurveyQuestionFile, SurveyQuestionHtml, SurveyQuestionImage, SurveyQuestionImagePicker, SurveyQuestionMatrix, SurveyQuestionMatrixCell, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixRow, SurveyQuestionMultipleText, SurveyQuestionOptionItem, SurveyQuestionPanelDynamic, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicProgressText, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionRadioItem, SurveyQuestionRadiogroup, SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionSignaturePad, SurveyQuestionSlider, SurveyQuestionTagbox, SurveyQuestionTagboxItem, SurveyQuestionText, SurveyRow, SurveyTimerPanel, SurveyWindow, SvgBundleComponent, SvgIcon, TagboxFilterString, TitleActions, TitleElement, attachKey2click };
6220
6224
  //# sourceMappingURL=survey-react-ui.mjs.map