survey-react-ui 2.3.5 → 2.3.6
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.
package/fesm/survey-react-ui.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v2.3.
|
|
2
|
+
* surveyjs - Survey JavaScript library v2.3.6
|
|
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
|
*/
|
|
@@ -896,6 +896,8 @@ class PopupContainer extends SurveyElementBase {
|
|
|
896
896
|
const style = { display: this.model.isVisible ? "" : "none", };
|
|
897
897
|
return (React.createElement("div", { tabIndex: -1, className: className, style: style, onClick: (e) => {
|
|
898
898
|
this.model.clickOutside(e);
|
|
899
|
+
}, onBlur: (e) => {
|
|
900
|
+
this.model.blur(e);
|
|
899
901
|
}, onKeyDown: this.handleKeydown }, container));
|
|
900
902
|
}
|
|
901
903
|
componentDidMount() {
|
|
@@ -1930,7 +1932,7 @@ class PopupModal extends SurveyElementBase {
|
|
|
1930
1932
|
PopupModal.modalDescriptors = [];
|
|
1931
1933
|
|
|
1932
1934
|
/*!
|
|
1933
|
-
* surveyjs - Survey JavaScript library v2.3.
|
|
1935
|
+
* surveyjs - Survey JavaScript library v2.3.6
|
|
1934
1936
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
1935
1937
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
1936
1938
|
*/
|
|
@@ -2000,7 +2002,7 @@ var iconsV1 = {
|
|
|
2000
2002
|
};
|
|
2001
2003
|
|
|
2002
2004
|
/*!
|
|
2003
|
-
* surveyjs - Survey JavaScript library v2.3.
|
|
2005
|
+
* surveyjs - Survey JavaScript library v2.3.6
|
|
2004
2006
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
2005
2007
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
2006
2008
|
*/
|
|
@@ -6218,7 +6220,7 @@ ReactElementFactory.Instance.registerElement(LocalizableString.editableRenderer,
|
|
|
6218
6220
|
return React.createElement(SurveyLocStringEditor, props);
|
|
6219
6221
|
});
|
|
6220
6222
|
|
|
6221
|
-
checkLibraryVersion(`${"2.3.
|
|
6223
|
+
checkLibraryVersion(`${"2.3.6"}`, "survey-react-ui");
|
|
6222
6224
|
|
|
6223
6225
|
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 };
|
|
6224
6226
|
//# sourceMappingURL=survey-react-ui.mjs.map
|