survey-js-ui 1.12.3 → 1.12.4
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 +2 -2
- package/survey-js-ui.js +9 -10
- package/survey-js-ui.js.map +1 -1
- package/survey-js-ui.min.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-js-ui",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4",
|
|
4
4
|
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"typings": "./typings/src/entries/js-ui.d.ts",
|
|
24
24
|
"dependencies": {},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"survey-core": "1.12.
|
|
26
|
+
"survey-core": "1.12.4",
|
|
27
27
|
"@types/react-dom": "*",
|
|
28
28
|
"@types/react": "*"
|
|
29
29
|
}
|
package/survey-js-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v1.12.
|
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.4
|
|
3
3
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -1488,12 +1488,11 @@ var popup_PopupContainer = /** @class */ (function (_super) {
|
|
|
1488
1488
|
}, onClick: function (ev) {
|
|
1489
1489
|
_this.clickInside(ev);
|
|
1490
1490
|
} },
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
footerContent))));
|
|
1491
|
+
headerPopup,
|
|
1492
|
+
Rn.createElement("div", { className: "sv-popup__body-content" },
|
|
1493
|
+
headerContent,
|
|
1494
|
+
Rn.createElement("div", { className: "sv-popup__scrolling-content" }, content),
|
|
1495
|
+
footerContent)));
|
|
1497
1496
|
};
|
|
1498
1497
|
PopupContainer.prototype.renderHeaderContent = function () {
|
|
1499
1498
|
return Rn.createElement("div", { className: "sv-popup__body-header" }, this.model.title);
|
|
@@ -9011,8 +9010,8 @@ var skeleton_Skeleton = /** @class */ (function (_super) {
|
|
|
9011
9010
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
9012
9011
|
}
|
|
9013
9012
|
Skeleton.prototype.render = function () {
|
|
9014
|
-
var _a;
|
|
9015
|
-
return (Rn.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id }));
|
|
9013
|
+
var _a, _b;
|
|
9014
|
+
return (Rn.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
|
|
9016
9015
|
};
|
|
9017
9016
|
return Skeleton;
|
|
9018
9017
|
}(Rn.Component));
|
|
@@ -9382,7 +9381,7 @@ var preact = compat_module_namespaceObject;
|
|
|
9382
9381
|
|
|
9383
9382
|
|
|
9384
9383
|
|
|
9385
|
-
Object(external_root_Survey_commonjs2_survey_core_commonjs_survey_core_amd_survey_core_["checkLibraryVersion"])("" + "1.12.
|
|
9384
|
+
Object(external_root_Survey_commonjs2_survey_core_commonjs_survey_core_amd_survey_core_["checkLibraryVersion"])("" + "1.12.4", "survey-js-ui");
|
|
9386
9385
|
|
|
9387
9386
|
|
|
9388
9387
|
/***/ }),
|