survey-creator-react 1.10.2 → 1.10.3
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.10.
|
|
3
|
+
"version": "1.10.3",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -28,17 +28,15 @@
|
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"ace-builds": "^1.4.12",
|
|
30
30
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
31
|
-
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
|
|
31
|
+
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
32
|
+
"survey-core": "1.10.3",
|
|
33
|
+
"survey-react-ui": "1.10.3",
|
|
34
|
+
"survey-creator-core": "1.10.3"
|
|
32
35
|
},
|
|
33
36
|
"peerDependenciesMeta": {
|
|
34
37
|
"ace-builds": {
|
|
35
38
|
"optional": true
|
|
36
39
|
}
|
|
37
40
|
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"survey-core": "1.10.2",
|
|
40
|
-
"survey-react-ui": "1.10.2",
|
|
41
|
-
"survey-creator-core": "1.10.2"
|
|
42
|
-
},
|
|
43
41
|
"devDependencies": {}
|
|
44
42
|
}
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.10.
|
|
2
|
+
* SurveyJS Creator React v1.10.3
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -228,7 +228,7 @@ var ImageItemValueAdornerComponent = /** @class */ (function (_super) {
|
|
|
228
228
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("label", { className: "sd-imagepicker__label" },
|
|
229
229
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { style: imageStyle, className: "sd-imagepicker__image" }, this.model.isUploading ? this.renderLoadingIndicator() : null)))),
|
|
230
230
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-image-item-value-controls" }, this.model.allowAdd && !this.model.isUploading ? Object(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("span", { className: "svc-context-button svc-image-item-value-controls__add", onClick: function () { return _this.model.chooseNewFile(_this.model); } },
|
|
231
|
-
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { size: 24, iconName: "icon-add-lg" }))) : null)));
|
|
231
|
+
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { size: 24, iconName: "icon-add-lg", title: this.model.addFileTitle }))) : null)));
|
|
232
232
|
}
|
|
233
233
|
else {
|
|
234
234
|
content = (react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_2___default.a.Fragment, null,
|
|
@@ -3431,7 +3431,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3431
3431
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3432
3432
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_53__);
|
|
3433
3433
|
var Version;
|
|
3434
|
-
Version = "".concat("1.10.
|
|
3434
|
+
Version = "".concat("1.10.3");
|
|
3435
3435
|
// import "@survey/creator/survey-creator-core.css";
|
|
3436
3436
|
|
|
3437
3437
|
|
|
@@ -3494,7 +3494,7 @@ Version = "".concat("1.10.2");
|
|
|
3494
3494
|
|
|
3495
3495
|
|
|
3496
3496
|
|
|
3497
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.10.
|
|
3497
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.10.3"), "survey-creator-react");
|
|
3498
3498
|
|
|
3499
3499
|
|
|
3500
3500
|
/***/ }),
|