survey-creator-js 2.3.13 → 2.3.14
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-js",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.14",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"typings": "./typings/survey-creator-js/entries/index.d.ts",
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"ace-builds": "^1.4.12",
|
|
31
|
-
"survey-core": "2.3.
|
|
32
|
-
"survey-js-ui": "2.3.
|
|
33
|
-
"survey-creator-core": "2.3.
|
|
31
|
+
"survey-core": "2.3.14",
|
|
32
|
+
"survey-js-ui": "2.3.14",
|
|
33
|
+
"survey-creator-core": "2.3.14",
|
|
34
34
|
"@types/react-dom": "*",
|
|
35
35
|
"@types/react": "*"
|
|
36
36
|
},
|
package/survey-creator-js.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator UI v2.3.
|
|
2
|
+
* SurveyJS Creator UI v2.3.14
|
|
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
|
|
@@ -3767,7 +3767,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3767
3767
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3768
3768
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3769
3769
|
var Version;
|
|
3770
|
-
Version = "".concat("2.3.
|
|
3770
|
+
Version = "".concat("2.3.14");
|
|
3771
3771
|
// import "@survey/creator/survey-creator-core.css";
|
|
3772
3772
|
|
|
3773
3773
|
|
|
@@ -3839,7 +3839,7 @@ Version = "".concat("2.3.13");
|
|
|
3839
3839
|
|
|
3840
3840
|
|
|
3841
3841
|
|
|
3842
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.
|
|
3842
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.14"), "survey-creator-react");
|
|
3843
3843
|
|
|
3844
3844
|
|
|
3845
3845
|
/***/ }),
|
|
@@ -4785,7 +4785,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
|
|
|
4785
4785
|
react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.SurveyHeader, { survey: survey }))));
|
|
4786
4786
|
};
|
|
4787
4787
|
TabDesignerComponent.prototype.renderPlaceHolder = function () {
|
|
4788
|
-
var surveyHeader = this.renderHeader(this.creator.
|
|
4788
|
+
var surveyHeader = this.renderHeader(this.creator.showSurveyHeader && this.creator.showHeaderInEmptySurvey);
|
|
4789
4789
|
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
|
|
4790
4790
|
surveyHeader,
|
|
4791
4791
|
react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "svc-designer__placeholder-container", "data-sv-drop-target-survey-element": "newGhostPage" },
|
|
@@ -4797,7 +4797,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
|
|
|
4797
4797
|
};
|
|
4798
4798
|
TabDesignerComponent.prototype.renderTabContent = function () {
|
|
4799
4799
|
var survey = this.creator.survey;
|
|
4800
|
-
var surveyHeader = this.renderHeader(this.creator.
|
|
4800
|
+
var surveyHeader = this.renderHeader(this.creator.showSurveyHeader);
|
|
4801
4801
|
var style = __assign({}, this.model.surfaceCssVariables);
|
|
4802
4802
|
style.maxWidth = survey.renderedWidth;
|
|
4803
4803
|
var tabTools = this.renderTabTools();
|
|
@@ -6101,11 +6101,11 @@ var SurveyCreatorToolboxItem = /** @class */ (function (_super) {
|
|
|
6101
6101
|
event.persist();
|
|
6102
6102
|
_this.model.click(event);
|
|
6103
6103
|
} },
|
|
6104
|
-
react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.SvgIcon, { size: "auto", iconName: this.item.iconName, className: "svc-toolbox__item-icon", title: this.item.
|
|
6104
|
+
react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.SvgIcon, { size: "auto", iconName: this.item.iconName, className: "svc-toolbox__item-icon", title: this.item.getTooltip() }),
|
|
6105
6105
|
react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", null, this.item.title))
|
|
6106
6106
|
:
|
|
6107
6107
|
null);
|
|
6108
|
-
var item = (0,react__WEBPACK_IMPORTED_MODULE_0__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.item.renderedCss, tabIndex: 0, role: "button", "aria-label": this.item.
|
|
6108
|
+
var item = (0,react__WEBPACK_IMPORTED_MODULE_0__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.item.renderedCss, tabIndex: 0, role: "button", "aria-label": this.item.getTooltip(), onClick: function (event) {
|
|
6109
6109
|
event.persist();
|
|
6110
6110
|
_this.model.click(event);
|
|
6111
6111
|
} },
|