survey-creator-react 1.9.127 → 1.9.129
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 +4 -4
- package/survey-creator-react.js +4 -8
- package/survey-creator-react.js.map +1 -1
- package/survey-creator-react.min.js +2 -2
- package/typings/LogoImage.d.ts +2 -2
- package/typings/QuestionEditorContent.d.ts +2 -2
- package/typings/SurveyCreator.d.ts +3 -3
- package/typings/adorners/Page.d.ts +2 -2
- package/typings/tabs/Designer.d.ts +2 -2
- package/typings/toolbox/Toolbox.d.ts +3 -3
- package/typings/toolbox/ToolboxItem.d.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-react",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.129",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"survey-core": "1.9.
|
|
40
|
-
"survey-react-ui": "1.9.
|
|
41
|
-
"survey-creator-core": "1.9.
|
|
39
|
+
"survey-core": "1.9.129",
|
|
40
|
+
"survey-react-ui": "1.9.129",
|
|
41
|
+
"survey-creator-core": "1.9.129"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {}
|
|
44
44
|
}
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.9.
|
|
2
|
+
* SurveyJS Creator React v1.9.129
|
|
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
|
|
@@ -1743,7 +1743,7 @@ var SurveyCreator = /** @class */ (function (_super) {
|
|
|
1743
1743
|
return this.survey.questionErrorLocation;
|
|
1744
1744
|
};
|
|
1745
1745
|
return SurveyCreator;
|
|
1746
|
-
}(survey_creator_core__WEBPACK_IMPORTED_MODULE_4__["
|
|
1746
|
+
}(survey_creator_core__WEBPACK_IMPORTED_MODULE_4__["SurveyCreatorModel"]));
|
|
1747
1747
|
|
|
1748
1748
|
survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["ReactElementFactory"].Instance.registerElement("survey-widget", function (props) {
|
|
1749
1749
|
return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["Survey"], props);
|
|
@@ -3404,7 +3404,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3404
3404
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3405
3405
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_53__);
|
|
3406
3406
|
var Version;
|
|
3407
|
-
Version = "".concat("1.9.
|
|
3407
|
+
Version = "".concat("1.9.129");
|
|
3408
3408
|
// import "@survey/creator/survey-creator-core.css";
|
|
3409
3409
|
|
|
3410
3410
|
|
|
@@ -3467,7 +3467,7 @@ Version = "".concat("1.9.127");
|
|
|
3467
3467
|
|
|
3468
3468
|
|
|
3469
3469
|
|
|
3470
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.9.
|
|
3470
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.9.129"), "survey-creator-react");
|
|
3471
3471
|
|
|
3472
3472
|
|
|
3473
3473
|
/***/ }),
|
|
@@ -4156,10 +4156,6 @@ var SurveySimulator = /** @class */ (function (_super) {
|
|
|
4156
4156
|
width: this.model.simulatorFrame.frameWidth + "px",
|
|
4157
4157
|
height: this.model.simulatorFrame.frameHeight + "px"
|
|
4158
4158
|
} },
|
|
4159
|
-
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svd-simulator-frame " + this.model.simulatorFrame.cssClass, style: {
|
|
4160
|
-
width: this.model.simulatorFrame.landscapedFrameWidth + "px",
|
|
4161
|
-
height: this.model.simulatorFrame.landscapedFrameHeight + "px"
|
|
4162
|
-
} }),
|
|
4163
4159
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svd-simulator", style: {
|
|
4164
4160
|
width: this.model.simulatorFrame.deviceWidth + "px",
|
|
4165
4161
|
height: this.model.simulatorFrame.deviceHeight + "px",
|