survey-react-ui 2.0.0-rc.8 → 2.0.0-rc.9
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-react-ui",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.9",
|
|
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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"module": "fesm/survey-react-ui.js",
|
|
19
19
|
"typings": "./typings/entries/index.d.ts",
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"survey-core": "2.0.0-rc.
|
|
21
|
+
"survey-core": "2.0.0-rc.9",
|
|
22
22
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
23
23
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0"
|
|
24
24
|
}
|
package/survey-react-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.9
|
|
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
|
*/
|
|
@@ -28,7 +28,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28
28
|
/* harmony export */ icons: () => (/* binding */ iconsV1)
|
|
29
29
|
/* harmony export */ });
|
|
30
30
|
/*!
|
|
31
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
31
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.9
|
|
32
32
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
33
33
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
34
34
|
*/
|
|
@@ -112,7 +112,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
112
112
|
/* harmony export */ icons: () => (/* binding */ iconsV2)
|
|
113
113
|
/* harmony export */ });
|
|
114
114
|
/*!
|
|
115
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
115
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.9
|
|
116
116
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
117
117
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
118
118
|
*/
|
|
@@ -5174,7 +5174,7 @@ var SurveyQuestionImagePicker = /** @class */ (function (_super) {
|
|
|
5174
5174
|
});
|
|
5175
5175
|
SurveyQuestionImagePicker.prototype.renderElement = function () {
|
|
5176
5176
|
var cssClasses = this.question.cssClasses;
|
|
5177
|
-
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("fieldset", { className: this.question.getSelectBaseRootCss() },
|
|
5177
|
+
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("fieldset", { className: this.question.getSelectBaseRootCss(), style: this.question.getContainerStyle() },
|
|
5178
5178
|
react__WEBPACK_IMPORTED_MODULE_0__.createElement("legend", { className: "sv-hidden" }, this.question.locTitle.renderedHtml),
|
|
5179
5179
|
this.question.hasColumns ? this.getColumns(cssClasses) : this.getItems(cssClasses)));
|
|
5180
5180
|
};
|
|
@@ -11565,7 +11565,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11565
11565
|
|
|
11566
11566
|
|
|
11567
11567
|
|
|
11568
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.0-rc.
|
|
11568
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.0-rc.9"), "survey-react-ui");
|
|
11569
11569
|
|
|
11570
11570
|
})();
|
|
11571
11571
|
|