survey-creator-react 2.5.37 → 2.5.39
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-react",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.39",
|
|
4
4
|
"description": "A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.",
|
|
5
5
|
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
|
|
6
6
|
"homepage": "https://surveyjs.io/",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"ace-builds": "^1.4.12",
|
|
56
56
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
57
57
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
58
|
-
"survey-core": "2.5.
|
|
59
|
-
"survey-react-ui": "2.5.
|
|
60
|
-
"survey-creator-core": "2.5.
|
|
58
|
+
"survey-core": "2.5.39",
|
|
59
|
+
"survey-react-ui": "2.5.39",
|
|
60
|
+
"survey-creator-core": "2.5.39"
|
|
61
61
|
},
|
|
62
62
|
"peerDependenciesMeta": {
|
|
63
63
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v2.5.
|
|
2
|
+
* SurveyJS Creator v2.5.39
|
|
3
3
|
* (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -3669,7 +3669,8 @@
|
|
|
3669
3669
|
SurveyQuestionFileEditor.prototype.renderChooseButton = function () {
|
|
3670
3670
|
var _this = this;
|
|
3671
3671
|
return (surveyReactUi.attachKey2click(React__namespace.createElement("label", { onClick: function (event) { return _this.questionFile.chooseFiles(event.nativeEvent); }, className: this.questionFile.getChooseButtonCss(), htmlFor: this.questionFile.inputId, "aria-label": this.questionFile.chooseButtonCaption },
|
|
3672
|
-
React__namespace.createElement(surveyReactUi.SvgIcon, { iconName: this.questionFile.cssClasses.chooseButtonIcon, size: "auto", title: this.questionFile.chooseButtonCaption })
|
|
3672
|
+
React__namespace.createElement(surveyReactUi.SvgIcon, { iconName: this.questionFile.cssClasses.chooseButtonIcon, size: "auto", title: this.questionFile.chooseButtonCaption }),
|
|
3673
|
+
React__namespace.createElement("span", { className: "sv-visuallyhidden" }, this.questionFile.chooseButtonCaption))));
|
|
3673
3674
|
};
|
|
3674
3675
|
SurveyQuestionFileEditor.prototype.renderElement = function () {
|
|
3675
3676
|
var _this = this;
|
|
@@ -3749,8 +3750,8 @@
|
|
|
3749
3750
|
surveyCore.RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
|
|
3750
3751
|
|
|
3751
3752
|
exports.Version = void 0;
|
|
3752
|
-
exports.Version = "".concat("2.5.
|
|
3753
|
-
surveyCore.checkLibraryVersion("".concat("2.5.
|
|
3753
|
+
exports.Version = "".concat("2.5.39");
|
|
3754
|
+
surveyCore.checkLibraryVersion("".concat("2.5.39"), "survey-creator-react");
|
|
3754
3755
|
|
|
3755
3756
|
Object.defineProperty(exports, "PropertyGridEditorCollection", {
|
|
3756
3757
|
enumerable: true,
|