survey-react-ui 2.0.0-rc.8 → 2.0.0-rc.9

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.0.0-rc.8
2
+ * surveyjs - Survey JavaScript library v2.0.0-rc.9
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
  */
@@ -1839,7 +1839,7 @@ class PopupModal extends SurveyElementBase {
1839
1839
  PopupModal.modalDescriptors = [];
1840
1840
 
1841
1841
  /*!
1842
- * surveyjs - Survey JavaScript library v2.0.0-rc.8
1842
+ * surveyjs - Survey JavaScript library v2.0.0-rc.9
1843
1843
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
1844
1844
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
1845
1845
  */
@@ -1907,7 +1907,7 @@ var iconsV1 = {
1907
1907
  };
1908
1908
 
1909
1909
  /*!
1910
- * surveyjs - Survey JavaScript library v2.0.0-rc.8
1910
+ * surveyjs - Survey JavaScript library v2.0.0-rc.9
1911
1911
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
1912
1912
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
1913
1913
  */
@@ -5281,7 +5281,7 @@ class SurveyQuestionImagePicker extends SurveyQuestionElementBase {
5281
5281
  }
5282
5282
  renderElement() {
5283
5283
  var cssClasses = this.question.cssClasses;
5284
- return (React.createElement("fieldset", { className: this.question.getSelectBaseRootCss() },
5284
+ return (React.createElement("fieldset", { className: this.question.getSelectBaseRootCss(), style: this.question.getContainerStyle() },
5285
5285
  React.createElement("legend", { className: "sv-hidden" }, this.question.locTitle.renderedHtml),
5286
5286
  this.question.hasColumns ? this.getColumns(cssClasses) : this.getItems(cssClasses)));
5287
5287
  }
@@ -5963,7 +5963,7 @@ ReactElementFactory.Instance.registerElement(LocalizableString.editableRenderer,
5963
5963
  return React.createElement(SurveyLocStringEditor, props);
5964
5964
  });
5965
5965
 
5966
- checkLibraryVersion(`${"2.0.0-rc.8"}`, "survey-react-ui");
5966
+ checkLibraryVersion(`${"2.0.0-rc.9"}`, "survey-react-ui");
5967
5967
 
5968
5968
  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, Skeleton, Survey, SurveyActionBar, SurveyElementBase, SurveyElementErrors, SurveyFileChooseButton, SurveyFilePreview, SurveyFlowPanel, SurveyHeader, SurveyLocStringEditor, SurveyLocStringViewer, SurveyNavigationBase, SurveyNavigationButton, SurveyPage, SurveyPanel, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestion, SurveyQuestionAndErrorsCell, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionButtonGroup, 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, SurveyQuestionTagbox, SurveyQuestionTagboxItem, SurveyQuestionText, SurveyRow, SurveyTimerPanel, SurveyWindow, SvgBundleComponent, SvgIcon, TagboxFilterString, TitleActions, TitleElement, attachKey2click };
5969
5969
  //# sourceMappingURL=survey-react-ui.js.map