survey-creator-js 2.3.2 → 2.3.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-creator-js",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -28,9 +28,9 @@
28
28
  "typings": "./typings/survey-creator-js/entries/index.d.ts",
29
29
  "peerDependencies": {
30
30
  "ace-builds": "^1.4.12",
31
- "survey-core": "2.3.2",
32
- "survey-js-ui": "2.3.2",
33
- "survey-creator-core": "2.3.2",
31
+ "survey-core": "2.3.4",
32
+ "survey-js-ui": "2.3.4",
33
+ "survey-creator-core": "2.3.4",
34
34
  "@types/react-dom": "*",
35
35
  "@types/react": "*"
36
36
  },
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator UI v2.3.2
2
+ * SurveyJS Creator UI v2.3.4
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
@@ -1939,7 +1939,7 @@ var TabbedMenuItemComponent = /** @class */ (function (_super) {
1939
1939
  };
1940
1940
  TabbedMenuItemComponent.prototype.render = function () {
1941
1941
  var item = this.item;
1942
- return ((0,react__WEBPACK_IMPORTED_MODULE_0__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { role: "tab", id: "tab-" + item.id, "aria-selected": item.active, "aria-controls": "scrollableDiv-" + item.id, className: item.getRootCss(), onClick: function () { return item.action(item); } },
1942
+ return ((0,react__WEBPACK_IMPORTED_MODULE_0__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { role: "tab", id: "tab-" + item.id, "aria-selected": item.active, "aria-controls": "scrollableDiv-" + item.id, className: item.getRootCss(), onClick: function () { return item.doAction(); } },
1943
1943
  item.hasTitle ? react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: item.getTitleCss() }, item.title) : null,
1944
1944
  item.hasIcon ? react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.SvgIcon, { iconName: item.iconName, className: item.getIconCss(), size: "auto", title: item.tooltip || item.title }) : null)));
1945
1945
  };
@@ -3100,7 +3100,7 @@ var SearchComponent = /** @class */ (function (_super) {
3100
3100
  return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "svc-search" },
3101
3101
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "svc-search__search-icon" },
3102
3102
  react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.SvgIcon, { iconName: "icon-search", size: "auto" })),
3103
- react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { type: "text", className: "svc-search__input", "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onChange: onChange }),
3103
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { type: "text", className: "svc-search__input", "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onChange: onChange, tabIndex: this.model.getTabIndex() }),
3104
3104
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "svc-search__toolbar" },
3105
3105
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "svc-search__toolbar-counter" }, this.model.matchCounterText),
3106
3106
  react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.SurveyActionBar, { model: this.model.searchActionBar }))));
@@ -3731,7 +3731,7 @@ __webpack_require__.r(__webpack_exports__);
3731
3731
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
3732
3732
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
3733
3733
  var Version;
3734
- Version = "".concat("2.3.2");
3734
+ Version = "".concat("2.3.4");
3735
3735
  // import "@survey/creator/survey-creator-core.css";
3736
3736
 
3737
3737
 
@@ -3803,7 +3803,7 @@ Version = "".concat("2.3.2");
3803
3803
 
3804
3804
 
3805
3805
 
3806
- (0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.2"), "survey-creator-react");
3806
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.4"), "survey-creator-react");
3807
3807
 
3808
3808
 
3809
3809
  /***/ }),
@@ -6044,7 +6044,7 @@ var SurveyCreatorToolboxItem = /** @class */ (function (_super) {
6044
6044
  (this.props.isCompact ?
6045
6045
  null
6046
6046
  :
6047
- react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: "svc-toolbox__item-title" }, this.item.title))));
6047
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: "svc-toolbox__item-title" }, this.item.title))), undefined, { disableTabStop: !this.model.toolboxItem.enabled });
6048
6048
  return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
6049
6049
  item,
6050
6050
  banner));