survey-creator-react 2.3.13 → 2.3.15
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.3.
|
|
3
|
+
"version": "2.3.15",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"ace-builds": "^1.4.12",
|
|
38
38
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
39
39
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
40
|
-
"survey-core": "2.3.
|
|
41
|
-
"survey-react-ui": "2.3.
|
|
42
|
-
"survey-creator-core": "2.3.
|
|
40
|
+
"survey-core": "2.3.15",
|
|
41
|
+
"survey-react-ui": "2.3.15",
|
|
42
|
+
"survey-creator-core": "2.3.15"
|
|
43
43
|
},
|
|
44
44
|
"peerDependenciesMeta": {
|
|
45
45
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v2.3.
|
|
2
|
+
* SurveyJS Creator React v2.3.15
|
|
3
3
|
* (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -3397,7 +3397,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3397
3397
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3398
3398
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3399
3399
|
var Version;
|
|
3400
|
-
Version = "".concat("2.3.
|
|
3400
|
+
Version = "".concat("2.3.15");
|
|
3401
3401
|
// import "@survey/creator/survey-creator-core.css";
|
|
3402
3402
|
|
|
3403
3403
|
|
|
@@ -3469,7 +3469,7 @@ Version = "".concat("2.3.13");
|
|
|
3469
3469
|
|
|
3470
3470
|
|
|
3471
3471
|
|
|
3472
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.
|
|
3472
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.15"), "survey-creator-react");
|
|
3473
3473
|
|
|
3474
3474
|
|
|
3475
3475
|
/***/ }),
|
|
@@ -4190,7 +4190,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
|
|
|
4190
4190
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SurveyHeader, { survey: survey }))));
|
|
4191
4191
|
};
|
|
4192
4192
|
TabDesignerComponent.prototype.renderPlaceHolder = function () {
|
|
4193
|
-
var surveyHeader = this.renderHeader(this.creator.
|
|
4193
|
+
var surveyHeader = this.renderHeader(this.creator.showSurveyHeader && this.creator.showHeaderInEmptySurvey);
|
|
4194
4194
|
return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(react__WEBPACK_IMPORTED_MODULE_1__.Fragment, null,
|
|
4195
4195
|
surveyHeader,
|
|
4196
4196
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-designer__placeholder-container", "data-sv-drop-target-survey-element": "newGhostPage" },
|
|
@@ -4202,7 +4202,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
|
|
|
4202
4202
|
};
|
|
4203
4203
|
TabDesignerComponent.prototype.renderTabContent = function () {
|
|
4204
4204
|
var survey = this.creator.survey;
|
|
4205
|
-
var surveyHeader = this.renderHeader(this.creator.
|
|
4205
|
+
var surveyHeader = this.renderHeader(this.creator.showSurveyHeader);
|
|
4206
4206
|
var style = (0,tslib__WEBPACK_IMPORTED_MODULE_0__.__assign)({}, this.model.surfaceCssVariables);
|
|
4207
4207
|
style.maxWidth = survey.renderedWidth;
|
|
4208
4208
|
var tabTools = this.renderTabTools();
|
|
@@ -5354,11 +5354,11 @@ var SurveyCreatorToolboxItem = /** @class */ (function (_super) {
|
|
|
5354
5354
|
event.persist();
|
|
5355
5355
|
_this.model.click(event);
|
|
5356
5356
|
} },
|
|
5357
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { size: "auto", iconName: this.item.iconName, className: "svc-toolbox__item-icon", title: this.item.
|
|
5357
|
+
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { size: "auto", iconName: this.item.iconName, className: "svc-toolbox__item-icon", title: this.item.getTooltip() }),
|
|
5358
5358
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", null, this.item.title))
|
|
5359
5359
|
:
|
|
5360
5360
|
null);
|
|
5361
|
-
var item = (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_4__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.item.renderedCss, tabIndex: 0, role: "button", "aria-label": this.item.
|
|
5361
|
+
var item = (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_4__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.item.renderedCss, tabIndex: 0, role: "button", "aria-label": this.item.getTooltip(), onClick: function (event) {
|
|
5362
5362
|
event.persist();
|
|
5363
5363
|
_this.model.click(event);
|
|
5364
5364
|
} },
|