survey-creator-react 1.12.12 → 1.12.13
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": "1.12.
|
|
3
|
+
"version": "1.12.13",
|
|
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",
|
|
31
31
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0",
|
|
32
|
-
"survey-core": "1.12.
|
|
33
|
-
"survey-react-ui": "1.12.
|
|
34
|
-
"survey-creator-core": "1.12.
|
|
32
|
+
"survey-core": "1.12.13",
|
|
33
|
+
"survey-react-ui": "1.12.13",
|
|
34
|
+
"survey-creator-core": "1.12.13"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"ace-builds": {
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.12.
|
|
2
|
+
* SurveyJS Creator React v1.12.13
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -337,12 +337,12 @@ var ItemValueAdornerComponent = /** @class */ (function (_super) {
|
|
|
337
337
|
_this.model.add(_this.model);
|
|
338
338
|
_this.model.isNew = false;
|
|
339
339
|
} },
|
|
340
|
-
react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size:
|
|
340
|
+
react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: "auto", iconName: "icon-add_16x16", title: this.model.tooltip })))) : (react__WEBPACK_IMPORTED_MODULE_2__.createElement(react__WEBPACK_IMPORTED_MODULE_2__.Fragment, null,
|
|
341
341
|
" ",
|
|
342
342
|
this.model.isDraggable ? (react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-item-value-controls__button svc-item-value-controls__drag" },
|
|
343
343
|
react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: "svc-item-value-controls__drag-icon", size: "auto", iconName: "icon-drag-24x24", title: this.model.dragTooltip }))) : null,
|
|
344
344
|
this.model.allowRemove ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-item-value-controls__button svc-item-value-controls__remove", "aria-label": this.model.tooltip, onClick: function () { return _this.model.remove(_this.model); } },
|
|
345
|
-
react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size:
|
|
345
|
+
react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: "auto", iconName: "icon-remove_16x16", title: this.model.tooltip }))) : null));
|
|
346
346
|
var itemkey = this.props.element.key + (this.model.allowAdd ? "_new" : "");
|
|
347
347
|
return (react__WEBPACK_IMPORTED_MODULE_2__.createElement("div", { ref: this.rootRef, className: "svc-item-value-wrapper" +
|
|
348
348
|
(this.model.allowAdd ? " svc-item-value--new" : "") +
|
|
@@ -2517,9 +2517,9 @@ var QuestionRatingAdornerComponent = /** @class */ (function (_super) {
|
|
|
2517
2517
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-rating-question-content" },
|
|
2518
2518
|
react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: model.controlsClassNames },
|
|
2519
2519
|
model.allowRemove ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: model.removeClassNames, "aria-label": model.removeTooltip, onClick: function () { return model.removeItem(model); } },
|
|
2520
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size:
|
|
2520
|
+
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: "auto", iconName: "icon-remove_16x16", title: model.removeTooltip }))) : null,
|
|
2521
2521
|
model.allowAdd ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: model.addClassNames, "aria-label": model.addTooltip, onClick: function () { return model.addItem(model); } },
|
|
2522
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size:
|
|
2522
|
+
react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: "auto", iconName: "icon-add_16x16", title: model.addTooltip }))) : null),
|
|
2523
2523
|
this.props.element)));
|
|
2524
2524
|
};
|
|
2525
2525
|
return QuestionRatingAdornerComponent;
|
|
@@ -4217,7 +4217,7 @@ var TabLogicAddButtonComponent = /** @class */ (function (_super) {
|
|
|
4217
4217
|
e.stopPropagation();
|
|
4218
4218
|
_this.model.action();
|
|
4219
4219
|
}, className: buttonClassName, title: this.model.title },
|
|
4220
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-
|
|
4220
|
+
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-btn__text" }, this.model.title)));
|
|
4221
4221
|
};
|
|
4222
4222
|
return TabLogicAddButtonComponent;
|
|
4223
4223
|
}(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
|
|
@@ -4313,7 +4313,7 @@ var TabPreviewTestSurveyAgainComponent = /** @class */ (function (_super) {
|
|
|
4313
4313
|
e.stopPropagation();
|
|
4314
4314
|
_this.model.action();
|
|
4315
4315
|
}, className: buttonClassName, title: this.model.title },
|
|
4316
|
-
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-
|
|
4316
|
+
react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-btn__text" }, this.model.title)));
|
|
4317
4317
|
};
|
|
4318
4318
|
return TabPreviewTestSurveyAgainComponent;
|
|
4319
4319
|
}(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
|
|
@@ -5491,7 +5491,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5491
5491
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
5492
5492
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
5493
5493
|
var Version;
|
|
5494
|
-
Version = "".concat("1.12.
|
|
5494
|
+
Version = "".concat("1.12.13");
|
|
5495
5495
|
// import "@survey/creator/survey-creator-core.css";
|
|
5496
5496
|
|
|
5497
5497
|
|
|
@@ -5564,7 +5564,7 @@ Version = "".concat("1.12.12");
|
|
|
5564
5564
|
|
|
5565
5565
|
|
|
5566
5566
|
|
|
5567
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("1.12.
|
|
5567
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("1.12.13"), "survey-creator-react");
|
|
5568
5568
|
|
|
5569
5569
|
})();
|
|
5570
5570
|
|