survey-creator-react 1.9.111 → 1.9.112
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": "1.9.
|
|
3
|
+
"version": "1.9.112",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"survey-core": "1.9.
|
|
38
|
-
"survey-react-ui": "1.9.
|
|
39
|
-
"survey-creator-core": "1.9.
|
|
37
|
+
"survey-core": "1.9.112",
|
|
38
|
+
"survey-react-ui": "1.9.112",
|
|
39
|
+
"survey-creator-core": "1.9.112",
|
|
40
40
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
41
41
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
|
|
42
42
|
},
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.9.
|
|
2
|
+
* SurveyJS Creator React v1.9.112
|
|
3
3
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -2878,10 +2878,13 @@ var SurveyQuestionFileEditor = /** @class */ (function (_super) {
|
|
|
2878
2878
|
enumerable: false,
|
|
2879
2879
|
configurable: true
|
|
2880
2880
|
});
|
|
2881
|
+
SurveyQuestionFileEditor.prototype.getValueCore = function () {
|
|
2882
|
+
return this.question.renderedValue;
|
|
2883
|
+
};
|
|
2881
2884
|
SurveyQuestionFileEditor.prototype.renderInput = function () {
|
|
2882
2885
|
var _this = this;
|
|
2883
2886
|
return (react__WEBPACK_IMPORTED_MODULE_1__["createElement"](react__WEBPACK_IMPORTED_MODULE_1__["Fragment"], null,
|
|
2884
|
-
react__WEBPACK_IMPORTED_MODULE_1__["createElement"]("input", { disabled: this.isDisplayMode, className: this.questionFile.cssClasses.control, ref: function (input) { return (_this.setControl(input)); }, autoComplete: "off", type: "text", onBlur: function (event) { return _this.questionFile.onInputBlur(event.nativeEvent); }, onChange: function (event) { return _this.questionFile.onInputChange(event.nativeEvent); } })));
|
|
2887
|
+
react__WEBPACK_IMPORTED_MODULE_1__["createElement"]("input", { disabled: this.isDisplayMode, className: this.questionFile.cssClasses.control, placeholder: this.questionFile.placeholder, ref: function (input) { return (_this.setControl(input)); }, autoComplete: "off", type: "text", onBlur: function (event) { return _this.questionFile.onInputBlur(event.nativeEvent); }, onChange: function (event) { return _this.questionFile.onInputChange(event.nativeEvent); } })));
|
|
2885
2888
|
};
|
|
2886
2889
|
SurveyQuestionFileEditor.prototype.renderButtons = function () {
|
|
2887
2890
|
return (react__WEBPACK_IMPORTED_MODULE_1__["createElement"]("div", { className: this.questionFile.cssClasses.buttonsContainer },
|
|
@@ -3293,7 +3296,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3293
3296
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3294
3297
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_51___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_51__);
|
|
3295
3298
|
var Version;
|
|
3296
|
-
Version = "".concat("1.9.
|
|
3299
|
+
Version = "".concat("1.9.112");
|
|
3297
3300
|
// import "@survey/creator/survey-creator-core.css";
|
|
3298
3301
|
|
|
3299
3302
|
|
|
@@ -3354,7 +3357,7 @@ Version = "".concat("1.9.111");
|
|
|
3354
3357
|
|
|
3355
3358
|
|
|
3356
3359
|
|
|
3357
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_51__["checkLibraryVersion"])("".concat("1.9.
|
|
3360
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_51__["checkLibraryVersion"])("".concat("1.9.112"), "survey-creator-react");
|
|
3358
3361
|
|
|
3359
3362
|
|
|
3360
3363
|
/***/ }),
|