survey-react-ui 2.3.13 → 2.3.14
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.14
|
|
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
|
*/
|
|
@@ -1056,7 +1056,7 @@ class PopupModal extends SurveyElementBase {
|
|
|
1056
1056
|
PopupModal.modalDescriptors = [];
|
|
1057
1057
|
|
|
1058
1058
|
/*!
|
|
1059
|
-
* surveyjs - Survey JavaScript library v2.3.
|
|
1059
|
+
* surveyjs - Survey JavaScript library v2.3.14
|
|
1060
1060
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
1061
1061
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
1062
1062
|
*/
|
|
@@ -1126,7 +1126,7 @@ var iconsV1 = {
|
|
|
1126
1126
|
};
|
|
1127
1127
|
|
|
1128
1128
|
/*!
|
|
1129
|
-
* surveyjs - Survey JavaScript library v2.3.
|
|
1129
|
+
* surveyjs - Survey JavaScript library v2.3.14
|
|
1130
1130
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
1131
1131
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
1132
1132
|
*/
|
|
@@ -2222,8 +2222,6 @@ class SurveyQuestion extends SurveyElementBase {
|
|
|
2222
2222
|
React.createElement(SurveyQuestionCommentItem, { question: this.question, cssClasses: cssClasses, isDisplayMode: this.question.isInputReadOnly })));
|
|
2223
2223
|
}
|
|
2224
2224
|
renderHeader(question) {
|
|
2225
|
-
if (question.singleInputHideHeader)
|
|
2226
|
-
return null;
|
|
2227
2225
|
return React.createElement(SurveyElementHeader, { element: question });
|
|
2228
2226
|
}
|
|
2229
2227
|
renderErrors(cssClasses, location) {
|
|
@@ -3784,7 +3782,7 @@ class SurveyFileItem extends SurveyElementBase {
|
|
|
3784
3782
|
return (React.createElement("div", { className: className },
|
|
3785
3783
|
React.createElement("a", { href: val.content, onClick: event => {
|
|
3786
3784
|
this.question.doDownloadFile(event, val);
|
|
3787
|
-
}, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
|
|
3785
|
+
}, title: val.name, download: val.name, target: "_blank", rel: "noreferrer", style: { width: this.question.imageWidth } }, val.name)));
|
|
3788
3786
|
}
|
|
3789
3787
|
renderElement() {
|
|
3790
3788
|
const val = this.item;
|
|
@@ -6155,7 +6153,7 @@ ReactElementFactory.Instance.registerElement(LocalizableString.editableRenderer,
|
|
|
6155
6153
|
return React.createElement(SurveyLocStringEditor, props);
|
|
6156
6154
|
});
|
|
6157
6155
|
|
|
6158
|
-
checkLibraryVersion(`${"2.3.
|
|
6156
|
+
checkLibraryVersion(`${"2.3.14"}`, "survey-react-ui");
|
|
6159
6157
|
|
|
6160
6158
|
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 };
|
|
6161
6159
|
//# sourceMappingURL=survey-react-ui.mjs.map
|