survey-react-ui 2.3.6 → 2.3.7

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.6
2
+ * surveyjs - Survey JavaScript library v2.3.7
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
  */
@@ -1932,7 +1932,7 @@ class PopupModal extends SurveyElementBase {
1932
1932
  PopupModal.modalDescriptors = [];
1933
1933
 
1934
1934
  /*!
1935
- * surveyjs - Survey JavaScript library v2.3.6
1935
+ * surveyjs - Survey JavaScript library v2.3.7
1936
1936
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
1937
1937
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
1938
1938
  */
@@ -2002,7 +2002,7 @@ var iconsV1 = {
2002
2002
  };
2003
2003
 
2004
2004
  /*!
2005
- * surveyjs - Survey JavaScript library v2.3.6
2005
+ * surveyjs - Survey JavaScript library v2.3.7
2006
2006
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
2007
2007
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
2008
2008
  */
@@ -4481,7 +4481,7 @@ class SurveyQuestionMatrixDropdownBase extends SurveyQuestionElementBase {
4481
4481
  return this.renderTableDiv();
4482
4482
  }
4483
4483
  renderTableDiv() {
4484
- return (React.createElement("div", { className: this.question.cssClasses.tableWrapper, ref: (root) => (this.setControl(root)) },
4484
+ return (React.createElement("div", { className: this.question.cssClasses.tableWrapper, "data-sv-drop-target-matrix-row": this.question.renderedTable.wrapperDropTargetId, ref: (root) => (this.setControl(root)) },
4485
4485
  React.createElement(SurveyQuestionMatrixTable, { question: this.question, creator: this.creator, wrapCell: (cell, element, reason) => this.wrapCell(cell, element, reason) })));
4486
4486
  }
4487
4487
  }
@@ -5635,7 +5635,9 @@ class SurveyQuestionSignaturePad extends SurveyQuestionElementBase {
5635
5635
  return null;
5636
5636
  var cssClasses = this.question.cssClasses;
5637
5637
  return React.createElement("div", { className: cssClasses.controls },
5638
- React.createElement("button", { type: "button", className: cssClasses.clearButton, title: this.question.clearButtonCaption, onClick: () => this.question.clearValue(true) }, this.question.cssClasses.clearButtonIconId ? React.createElement(SvgIcon, { iconName: this.question.cssClasses.clearButtonIconId, size: "auto" }) : React.createElement("span", null, "\u2716")));
5638
+ React.createElement("button", { type: "button", className: cssClasses.clearButton, title: this.question.clearButtonCaption, onClick: () => this.question.clearValue(true) },
5639
+ this.question.cssClasses.clearButtonIconId ? React.createElement(SvgIcon, { iconName: this.question.cssClasses.clearButtonIconId, size: "auto" }) : React.createElement("span", null, "\u2716"),
5640
+ " "));
5639
5641
  }
5640
5642
  }
5641
5643
  ReactQuestionFactory.Instance.registerQuestion("signaturepad", (props) => {
@@ -6220,7 +6222,7 @@ ReactElementFactory.Instance.registerElement(LocalizableString.editableRenderer,
6220
6222
  return React.createElement(SurveyLocStringEditor, props);
6221
6223
  });
6222
6224
 
6223
- checkLibraryVersion(`${"2.3.6"}`, "survey-react-ui");
6225
+ checkLibraryVersion(`${"2.3.7"}`, "survey-react-ui");
6224
6226
 
6225
6227
  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 };
6226
6228
  //# sourceMappingURL=survey-react-ui.mjs.map