survey-creator-react 2.0.0-rc.0 → 2.0.0-rc.1

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-react",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.0-rc.1",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -29,9 +29,9 @@
29
29
  "ace-builds": "^1.4.12",
30
30
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
31
31
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
32
- "survey-core": "2.0.0-rc.0",
33
- "survey-react-ui": "2.0.0-rc.0",
34
- "survey-creator-core": "2.0.0-rc.0"
32
+ "survey-core": "2.0.0-rc.1",
33
+ "survey-react-ui": "2.0.0-rc.1",
34
+ "survey-creator-core": "2.0.0-rc.1"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "ace-builds": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v2.0.0-rc.0
2
+ * SurveyJS Creator React v2.0.0-rc.1
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
@@ -995,7 +995,7 @@ var SurveyQuestionLinkValue = /** @class */ (function (_super) {
995
995
  var _this = this;
996
996
  var showClear = this.questionBase.showClear;
997
997
  if (!this.questionBase.isReadOnly && showClear) {
998
- return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(_ActionButton__WEBPACK_IMPORTED_MODULE_4__.ActionButton, { classes: this.question.linkClearButtonCssClasses, click: function () { return _this.question.doClearClick(); }, selected: this.question.isSelected, text: survey_creator_core__WEBPACK_IMPORTED_MODULE_3__.editorLocalization.getString("pe.clear") }));
998
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(_ActionButton__WEBPACK_IMPORTED_MODULE_4__.ActionButton, { classes: this.question.linkClearButtonCssClasses, click: function () { return _this.question.doClearClick(); }, text: survey_creator_core__WEBPACK_IMPORTED_MODULE_3__.editorLocalization.getString("pe.clear") }));
999
999
  }
1000
1000
  else {
1001
1001
  return null;
@@ -4176,7 +4176,7 @@ var ItemTemplateComponent = /** @class */ (function (_super) {
4176
4176
  ItemTemplateComponent.prototype.render = function () {
4177
4177
  var item = this.props.item;
4178
4178
  return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(react__WEBPACK_IMPORTED_MODULE_1__.Fragment, null,
4179
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: item.iconName, iconSize: item.iconSize, className: "svc-json-error__icon" }),
4179
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: item.iconName, size: item.iconSize, className: "svc-json-error__icon" }),
4180
4180
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-json-error__container" },
4181
4181
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-json-error__title" },
4182
4182
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { key: 2 }, this.renderLocString(item.locTitle, undefined, "locString"))),
@@ -5542,7 +5542,7 @@ __webpack_require__.r(__webpack_exports__);
5542
5542
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
5543
5543
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
5544
5544
  var Version;
5545
- Version = "".concat("2.0.0-rc.0");
5545
+ Version = "".concat("2.0.0-rc.1");
5546
5546
  // import "@survey/creator/survey-creator-core.css";
5547
5547
 
5548
5548
 
@@ -5615,7 +5615,7 @@ Version = "".concat("2.0.0-rc.0");
5615
5615
 
5616
5616
 
5617
5617
 
5618
- (0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.0.0-rc.0"), "survey-creator-react");
5618
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.0.0-rc.1"), "survey-creator-react");
5619
5619
 
5620
5620
  })();
5621
5621