survey-creator-react 2.3.3 → 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-react",
|
|
3
|
-
"version": "2.3.
|
|
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",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"ace-builds": "^1.4.12",
|
|
38
38
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
39
39
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
40
|
-
"survey-core": "2.3.
|
|
41
|
-
"survey-react-ui": "2.3.
|
|
42
|
-
"survey-creator-core": "2.3.
|
|
40
|
+
"survey-core": "2.3.4",
|
|
41
|
+
"survey-react-ui": "2.3.4",
|
|
42
|
+
"survey-creator-core": "2.3.4"
|
|
43
43
|
},
|
|
44
44
|
"peerDependenciesMeta": {
|
|
45
45
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v2.3.
|
|
2
|
+
* SurveyJS Creator React 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
|
|
@@ -1739,7 +1739,7 @@ var TabbedMenuItemComponent = /** @class */ (function (_super) {
|
|
|
1739
1739
|
};
|
|
1740
1740
|
TabbedMenuItemComponent.prototype.render = function () {
|
|
1741
1741
|
var item = this.item;
|
|
1742
|
-
return ((0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { role: "tab", id: "tab-" + item.id, "aria-selected": item.active, "aria-controls": "scrollableDiv-" + item.id, className: item.getRootCss(), onClick: function () { return item.
|
|
1742
|
+
return ((0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.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(); } },
|
|
1743
1743
|
item.hasTitle ? react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: item.getTitleCss() }, item.title) : null,
|
|
1744
1744
|
item.hasIcon ? react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { iconName: item.iconName, className: item.getIconCss(), size: "auto", title: item.tooltip || item.title }) : null)));
|
|
1745
1745
|
};
|
|
@@ -2746,7 +2746,7 @@ var SearchComponent = /** @class */ (function (_super) {
|
|
|
2746
2746
|
return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-search" },
|
|
2747
2747
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-search__search-icon" },
|
|
2748
2748
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { iconName: "icon-search", size: "auto" })),
|
|
2749
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement("input", { type: "text", className: "svc-search__input", "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onChange: onChange }),
|
|
2749
|
+
react__WEBPACK_IMPORTED_MODULE_1__.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() }),
|
|
2750
2750
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-search__toolbar" },
|
|
2751
2751
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-search__toolbar-counter" }, this.model.matchCounterText),
|
|
2752
2752
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SurveyActionBar, { model: this.model.searchActionBar }))));
|
|
@@ -3361,7 +3361,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3361
3361
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3362
3362
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3363
3363
|
var Version;
|
|
3364
|
-
Version = "".concat("2.3.
|
|
3364
|
+
Version = "".concat("2.3.4");
|
|
3365
3365
|
// import "@survey/creator/survey-creator-core.css";
|
|
3366
3366
|
|
|
3367
3367
|
|
|
@@ -3433,7 +3433,7 @@ Version = "".concat("2.3.3");
|
|
|
3433
3433
|
|
|
3434
3434
|
|
|
3435
3435
|
|
|
3436
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.
|
|
3436
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("2.3.4"), "survey-creator-react");
|
|
3437
3437
|
|
|
3438
3438
|
|
|
3439
3439
|
/***/ }),
|
|
@@ -5297,7 +5297,7 @@ var SurveyCreatorToolboxItem = /** @class */ (function (_super) {
|
|
|
5297
5297
|
(this.props.isCompact ?
|
|
5298
5298
|
null
|
|
5299
5299
|
:
|
|
5300
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-toolbox__item-title" }, this.item.title))));
|
|
5300
|
+
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-toolbox__item-title" }, this.item.title))), undefined, { disableTabStop: !this.model.toolboxItem.enabled });
|
|
5301
5301
|
return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(react__WEBPACK_IMPORTED_MODULE_1__.Fragment, null,
|
|
5302
5302
|
item,
|
|
5303
5303
|
banner));
|