survey-creator-js 1.12.13 → 1.12.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": "1.12.
|
|
3
|
+
"version": "1.12.14",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"typings": "./typings/survey-creator-js/entries/index.d.ts",
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"ace-builds": "^1.4.12",
|
|
30
|
-
"survey-core": "1.12.
|
|
31
|
-
"survey-js-ui": "1.12.
|
|
32
|
-
"survey-creator-core": "1.12.
|
|
30
|
+
"survey-core": "1.12.14",
|
|
31
|
+
"survey-js-ui": "1.12.14",
|
|
32
|
+
"survey-creator-core": "1.12.14",
|
|
33
33
|
"@types/react-dom": "*",
|
|
34
34
|
"@types/react": "*"
|
|
35
35
|
},
|
package/survey-creator-js.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator UI v1.12.
|
|
2
|
+
* SurveyJS Creator UI v1.12.14
|
|
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
|
|
@@ -956,10 +956,12 @@ var SurveyPageNavigatorItem = /** @class */ (function (_super) {
|
|
|
956
956
|
item.action(item);
|
|
957
957
|
e.stopPropagation();
|
|
958
958
|
} },
|
|
959
|
-
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-page-navigator-item__dot", title: item.title }
|
|
959
|
+
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-page-navigator-item__dot", title: item.title },
|
|
960
|
+
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-page-navigator-item__dot-content" })),
|
|
960
961
|
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-page-navigator-item__banner" },
|
|
961
962
|
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-page-navigator-item__text" }, item.title),
|
|
962
|
-
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-page-navigator-item__dot" }
|
|
963
|
+
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-page-navigator-item__dot" },
|
|
964
|
+
survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-page-navigator-item__dot-content" })))))));
|
|
963
965
|
};
|
|
964
966
|
return SurveyPageNavigatorItem;
|
|
965
967
|
}(_ModelElement__WEBPACK_IMPORTED_MODULE_3__.CreatorModelElement));
|
|
@@ -3804,7 +3806,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3804
3806
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3805
3807
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3806
3808
|
var Version;
|
|
3807
|
-
Version = "".concat("1.12.
|
|
3809
|
+
Version = "".concat("1.12.14");
|
|
3808
3810
|
// import "@survey/creator/survey-creator-core.css";
|
|
3809
3811
|
|
|
3810
3812
|
|
|
@@ -3877,7 +3879,7 @@ Version = "".concat("1.12.13");
|
|
|
3877
3879
|
|
|
3878
3880
|
|
|
3879
3881
|
|
|
3880
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("1.12.
|
|
3882
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("1.12.14"), "survey-creator-react");
|
|
3881
3883
|
|
|
3882
3884
|
|
|
3883
3885
|
/***/ }),
|
|
@@ -4755,7 +4757,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
|
|
|
4755
4757
|
TabDesignerComponent.prototype.renderTabContent = function () {
|
|
4756
4758
|
var survey = this.creator.survey;
|
|
4757
4759
|
var surveyHeader = this.renderHeader(this.creator.allowEditSurveyTitle);
|
|
4758
|
-
var style = __assign({}, this.
|
|
4760
|
+
var style = __assign({}, this.model.surveyThemeVariables);
|
|
4759
4761
|
if (!!survey.width) {
|
|
4760
4762
|
style.maxWidth = survey.renderedWidth;
|
|
4761
4763
|
}
|