survey-js-ui 2.0.0-rc.3 → 2.0.0-rc.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-js-ui",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.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/survey-js-ui/entries/index.d.ts",
|
|
24
24
|
"dependencies": {},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"survey-core": "2.0.0-rc.
|
|
26
|
+
"survey-core": "2.0.0-rc.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 v2.0.0-rc.
|
|
2
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.4
|
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -23,7 +23,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
23
23
|
/***/ (function(module) {
|
|
24
24
|
|
|
25
25
|
/*!
|
|
26
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
26
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.4
|
|
27
27
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
28
28
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
29
29
|
*/
|
|
@@ -808,7 +808,7 @@ path.keys().forEach(function (key) {
|
|
|
808
808
|
/***/ (function(module) {
|
|
809
809
|
|
|
810
810
|
/*!
|
|
811
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
811
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.4
|
|
812
812
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
813
813
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
814
814
|
*/
|
|
@@ -6212,7 +6212,10 @@ var SurveyElementHeader = /** @class */ (function (_super) {
|
|
|
6212
6212
|
enumerable: false,
|
|
6213
6213
|
configurable: true
|
|
6214
6214
|
});
|
|
6215
|
-
SurveyElementHeader.prototype.
|
|
6215
|
+
SurveyElementHeader.prototype.getRenderedElements = function () {
|
|
6216
|
+
return [this.element];
|
|
6217
|
+
};
|
|
6218
|
+
SurveyElementHeader.prototype.renderElement = function () {
|
|
6216
6219
|
var element = this.element;
|
|
6217
6220
|
var title = element.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_components_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: element })) : null;
|
|
6218
6221
|
var description = element.hasDescriptionUnderTitle
|
|
@@ -6229,7 +6232,7 @@ var SurveyElementHeader = /** @class */ (function (_super) {
|
|
|
6229
6232
|
additionalTitleToolbarElement));
|
|
6230
6233
|
};
|
|
6231
6234
|
return SurveyElementHeader;
|
|
6232
|
-
}(
|
|
6235
|
+
}(_reactquestion_element__WEBPACK_IMPORTED_MODULE_4__.SurveyElementBase));
|
|
6233
6236
|
|
|
6234
6237
|
|
|
6235
6238
|
|
|
@@ -13201,7 +13204,7 @@ var preact = react__WEBPACK_IMPORTED_MODULE_0__;
|
|
|
13201
13204
|
|
|
13202
13205
|
|
|
13203
13206
|
|
|
13204
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.0-rc.
|
|
13207
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.0-rc.4"), "survey-js-ui");
|
|
13205
13208
|
|
|
13206
13209
|
})();
|
|
13207
13210
|
|