survey-creator-react 1.12.7 → 1.12.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-creator-react",
3
- "version": "1.12.7",
3
+ "version": "1.12.9",
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.7",
33
- "survey-react-ui": "1.12.7",
34
- "survey-creator-core": "1.12.7"
32
+ "survey-core": "1.12.9",
33
+ "survey-react-ui": "1.12.9",
34
+ "survey-creator-core": "1.12.9"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "ace-builds": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v1.12.7
2
+ * SurveyJS Creator React v1.12.9
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
@@ -118,7 +118,7 @@ var AddQuestionButtonComponent = /** @class */ (function (_super) {
118
118
  _this.model.addNewQuestion(_this.model, new _events__WEBPACK_IMPORTED_MODULE_3__.ReactMouseEvent(e));
119
119
  }, onMouseOver: function (e) { return _this.model.hoverStopper && _this.model.hoverStopper(e.nativeEvent, e.currentTarget); } },
120
120
  react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: "svc-panel__add-new-question-icon", iconName: "icon-add_24x24", size: 24 }),
121
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-text svc-text--normal svc-text--bold" }, this.model.addNewQuestionText),
121
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-add-new-item-button__text" }, this.model.addNewQuestionText),
122
122
  this.props.renderPopup !== false ? this.renderTypeSelector() : null)),
123
123
  this.props.renderPopup === false ? this.renderTypeSelector() : null);
124
124
  };
@@ -215,12 +215,12 @@ var ImageItemValueAdornerComponent = /** @class */ (function (_super) {
215
215
  react__WEBPACK_IMPORTED_MODULE_2__.createElement("div", { className: "svc-image-item-value__item" }, this.props.element),
216
216
  this.model.isDraggable && this.model.canRenderControls ?
217
217
  react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-context-button svc-image-item-value-controls__drag-area-indicator", onPointerDown: function (event) { return _this.model.onPointerDown(event); } },
218
- react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 24, iconName: "icon-drag-area-indicator" }))
218
+ react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 24, iconName: "icon-drag-24x24" }))
219
219
  : null,
220
220
  this.model.canRenderControls ?
221
221
  react__WEBPACK_IMPORTED_MODULE_2__.createElement("div", { className: "svc-context-container svc-image-item-value-controls" },
222
222
  this.model.allowRemove && !this.model.isUploading ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-context-button", onClick: function () { return _this.model.chooseFile(_this.model); } },
223
- react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { role: "button", size: 24, iconName: "icon-file", title: this.model.selectFileTitle }))) : null,
223
+ react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { role: "button", size: 24, iconName: "icon-choosefile", title: this.model.selectFileTitle }))) : null,
224
224
  this.model.allowRemove && !this.model.isUploading ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-context-button svc-context-button--danger", onClick: function () { return _this.model.remove(_this.model); } },
225
225
  react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { role: "button", size: 24, iconName: "icon-delete", title: this.model.removeFileTitle }))) : null)
226
226
  : null));
@@ -314,7 +314,7 @@ var ItemValueAdornerComponent = /** @class */ (function (_super) {
314
314
  react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 16, iconName: "icon-add_16x16", title: this.model.tooltip })))) : (react__WEBPACK_IMPORTED_MODULE_2__.createElement(react__WEBPACK_IMPORTED_MODULE_2__.Fragment, null,
315
315
  " ",
316
316
  this.model.isDraggable ? (react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-item-value-controls__button svc-item-value-controls__drag" },
317
- react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: "svc-item-value-controls__drag-icon", size: 24, iconName: "icon-drag-area-indicator", title: this.model.dragTooltip }))) : null,
317
+ react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: "svc-item-value-controls__drag-icon", size: 24, iconName: "icon-drag-24x24", title: this.model.dragTooltip }))) : null,
318
318
  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); } },
319
319
  react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 16, iconName: "icon-remove_16x16", title: this.model.tooltip }))) : null));
320
320
  var itemkey = this.props.element.key + (this.model.allowAdd ? "_new" : "");
@@ -388,7 +388,7 @@ var LogoImageComponent = /** @class */ (function (_super) {
388
388
  LogoImageComponent.prototype.renderChooseButton = function () {
389
389
  var _this = this;
390
390
  return (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-context-button", onClick: function () { return _this.model.chooseFile(_this.model); } },
391
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { size: 24, iconName: "icon-file" })));
391
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { size: 24, iconName: "icon-choosefile" })));
392
392
  };
393
393
  LogoImageComponent.prototype.renderClearButton = function () {
394
394
  var _this = this;
@@ -409,7 +409,7 @@ var LogoImageComponent = /** @class */ (function (_super) {
409
409
  var _this = this;
410
410
  return this.model.allowEdit && !this.model.isUploading ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-logo-image-placeholder", onClick: function () { return _this.model.chooseFile(_this.model); } },
411
411
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("svg", null,
412
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("use", { xlinkHref: "#icon-logo" })))) : null;
412
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("use", { xlinkHref: "#icon-image-48x48" })))) : null;
413
413
  };
414
414
  LogoImageComponent.prototype.renderInput = function () {
415
415
  return react__WEBPACK_IMPORTED_MODULE_1__.createElement("input", { "aria-hidden": "true", type: "file", tabIndex: -1, accept: this.model.acceptedTypes, className: "svc-choose-file-input" });
@@ -783,7 +783,7 @@ var SurveyPageNavigatorItem = /** @class */ (function (_super) {
783
783
  } },
784
784
  react__WEBPACK_IMPORTED_MODULE_4__.createElement("div", { className: "svc-page-navigator-item__dot", title: item.title }),
785
785
  react__WEBPACK_IMPORTED_MODULE_4__.createElement("div", { className: "svc-page-navigator-item__banner" },
786
- react__WEBPACK_IMPORTED_MODULE_4__.createElement("span", { className: "svc-text svc-text--small svc-text--bold" }, item.title),
786
+ react__WEBPACK_IMPORTED_MODULE_4__.createElement("span", { className: "svc-page-navigator-item__text" }, item.title),
787
787
  react__WEBPACK_IMPORTED_MODULE_4__.createElement("span", { className: "svc-page-navigator-item__dot" }))))));
788
788
  };
789
789
  return SurveyPageNavigatorItem;
@@ -1425,6 +1425,7 @@ var SurveyCreatorComponent = /** @class */ (function (_super) {
1425
1425
  //AM: width unrecognized by react
1426
1426
  return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.creator.getRootCss(), ref: this.rootNode, style: creatorStyles },
1427
1427
  react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgBundleComponent, null),
1428
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.PopupModal, null),
1428
1429
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: areaClassName },
1429
1430
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: fullContainerClassName },
1430
1431
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-flex-column svc-flex-row__element svc-flex-row__element--growing" },
@@ -1967,7 +1968,7 @@ var PanelAdornerComponent = /** @class */ (function (_super) {
1967
1968
  _this.model.addNewQuestion();
1968
1969
  } },
1969
1970
  react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: "svc-panel__add-new-question-icon", iconName: "icon-add_24x24", size: 24 }),
1970
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-text svc-text--normal svc-text--bold" }, this.model.addNewQuestionText))) : null)));
1971
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-add-new-item-button__text" }, this.model.addNewQuestionText))) : null)));
1971
1972
  };
1972
1973
  PanelAdornerComponent.prototype.disableTabStop = function () {
1973
1974
  return true;
@@ -2389,7 +2390,7 @@ var QuestionImageAdornerComponent = /** @class */ (function (_super) {
2389
2390
  QuestionImageAdornerComponent.prototype.renderChooseButton = function () {
2390
2391
  var _this = this;
2391
2392
  return (react__WEBPACK_IMPORTED_MODULE_2__.createElement("div", { className: "svc-image-question-controls" }, this.model.allowEdit ? (0,survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_2__.createElement("span", { className: "svc-context-button", onClick: function () { return _this.imageModel.chooseFile(_this.imageModel); } },
2392
- react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 24, iconName: "icon-file" }))) : null));
2393
+ react__WEBPACK_IMPORTED_MODULE_2__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 24, iconName: "icon-choosefile" }))) : null));
2393
2394
  };
2394
2395
  QuestionImageAdornerComponent.prototype.renderElementPlaceholder = function () {
2395
2396
  return this.imageModel.isUploading ? this.renderLoadingPlaceholder() : this.renderChooseButton();
@@ -3775,7 +3776,6 @@ var TabDesignerComponent = /** @class */ (function (_super) {
3775
3776
  _this.creator.onDragStart.remove(_this.denyUpdate);
3776
3777
  _this.creator.onDragEnd.remove(_this.allowUpdate);
3777
3778
  };
3778
- _this.renderedPagesCache = {};
3779
3779
  return _this;
3780
3780
  }
3781
3781
  Object.defineProperty(TabDesignerComponent.prototype, "model", {
@@ -3806,19 +3806,11 @@ var TabDesignerComponent = /** @class */ (function (_super) {
3806
3806
  };
3807
3807
  TabDesignerComponent.prototype.getRenderedPages = function () {
3808
3808
  var _this = this;
3809
- if (this.changedStatePropName !== "pages") {
3810
- this.renderedPagesCache = {};
3811
- }
3812
3809
  var renderedPages = [];
3813
3810
  if (this.creator.pageEditMode !== "bypage") {
3814
3811
  var pages = this.creator.survey.pages;
3815
- pages.forEach(function (page, index) {
3816
- var cachedPage = _this.renderedPagesCache[page.id];
3817
- if (!cachedPage) {
3818
- cachedPage = _this.createRenderedPage(page, index);
3819
- _this.renderedPagesCache[page.id] = cachedPage;
3820
- }
3821
- renderedPages.push(cachedPage);
3812
+ pages.forEach(function (page) {
3813
+ renderedPages.push(_this.createRenderedPage(page));
3822
3814
  });
3823
3815
  if (this.model.showNewPage) {
3824
3816
  renderedPages.push(this.renderNewPage("svc-page", this.model.newPage.id + "-ghost-new-page"));
@@ -3827,18 +3819,13 @@ var TabDesignerComponent = /** @class */ (function (_super) {
3827
3819
  else {
3828
3820
  var page2Display = this.model.pagesController.page2Display;
3829
3821
  if (!!page2Display) {
3830
- var cachedPage = this.renderedPagesCache[page2Display.id];
3831
- if (!cachedPage) {
3832
- cachedPage = this.createRenderedPage(page2Display, 0, this.model.newPage === page2Display);
3833
- this.renderedPagesCache[page2Display.id] = cachedPage;
3834
- }
3835
- renderedPages.push(cachedPage);
3822
+ renderedPages.push(this.createRenderedPage(page2Display, this.model.newPage === page2Display));
3836
3823
  }
3837
3824
  }
3838
3825
  return renderedPages;
3839
3826
  };
3840
- TabDesignerComponent.prototype.createRenderedPage = function (page, index, isGhostPage) {
3841
- return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-page", "data-sv-drop-target-page": page.name, "data-sv-drop-target-survey-element": isGhostPage ? "newGhostPage" : page.name, key: page.id + "-" + index }, this.renderPage(page)));
3827
+ TabDesignerComponent.prototype.createRenderedPage = function (page, isGhostPage) {
3828
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-page", "data-sv-drop-target-page": page.name, "data-sv-drop-target-survey-element": isGhostPage ? "newGhostPage" : page.name, key: page.id }, this.renderPage(page)));
3842
3829
  };
3843
3830
  TabDesignerComponent.prototype.renderNewPage = function (className, key) {
3844
3831
  if (key === void 0) { key = ""; }
@@ -4130,7 +4117,7 @@ var TabLogicAddButtonComponent = /** @class */ (function (_super) {
4130
4117
  e.stopPropagation();
4131
4118
  _this.model.action();
4132
4119
  }, className: buttonClassName, title: this.model.title },
4133
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-text svc-text--normal svc-text--bold" }, this.model.title)));
4120
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-add-new-item-button__text" }, this.model.title)));
4134
4121
  };
4135
4122
  return TabLogicAddButtonComponent;
4136
4123
  }(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
@@ -4226,7 +4213,7 @@ var TabPreviewTestSurveyAgainComponent = /** @class */ (function (_super) {
4226
4213
  e.stopPropagation();
4227
4214
  _this.model.action();
4228
4215
  }, className: buttonClassName, title: this.model.title },
4229
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-text svc-text--normal svc-text--bold" }, this.model.title)));
4216
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-preview-test-again__text" }, this.model.title)));
4230
4217
  };
4231
4218
  return TabPreviewTestSurveyAgainComponent;
4232
4219
  }(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
@@ -4675,12 +4662,12 @@ var AdaptiveToolbox = /** @class */ (function (_super) {
4675
4662
  AdaptiveToolbox.prototype.renderSearch = function () {
4676
4663
  var searchButton = this.toolbox.isCompactRendered ?
4677
4664
  react__WEBPACK_IMPORTED_MODULE_1__.createElement(react__WEBPACK_IMPORTED_MODULE_1__.Fragment, null,
4678
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(_ToolboxItem__WEBPACK_IMPORTED_MODULE_5__.SurveyCreatorToolboxTool, { item: this.toolbox.searchItem, creator: this.creator, parentModel: this.toolbox, isCompact: this.toolbox.isCompactRendered, key: "searchitem" }),
4679
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-toolbox__category-separator svc-toolbox__category-separator--search" })) :
4665
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(_ToolboxItem__WEBPACK_IMPORTED_MODULE_5__.SurveyCreatorToolboxTool, { item: this.toolbox.searchItem, creator: this.creator, parentModel: this.toolbox, isCompact: this.toolbox.isCompactRendered, key: "searchitem" })) :
4680
4666
  null;
4681
4667
  return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-toolbox__search-container" },
4682
4668
  searchButton,
4683
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(_side_bar_Search__WEBPACK_IMPORTED_MODULE_6__.SearchComponent, { model: this.toolbox.searchManager })));
4669
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(_side_bar_Search__WEBPACK_IMPORTED_MODULE_6__.SearchComponent, { model: this.toolbox.searchManager }),
4670
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-toolbox__category-separator svc-toolbox__category-separator--search" })));
4684
4671
  };
4685
4672
  AdaptiveToolbox.prototype.render = function () {
4686
4673
  var _this = this;
@@ -4863,7 +4850,7 @@ var SurveyCreatorToolboxCategory = /** @class */ (function (_super) {
4863
4850
  var suffixName = this.category.collapsed ? "expand" : "collapse";
4864
4851
  var svgIconClassName = "svc-toolbox__category-header__button svc-string-editor__button--" + suffixName;
4865
4852
  return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-toolbox__category-header__controls" },
4866
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: svgIconClassName, iconName: "icon-" + iconName, size: 24 })));
4853
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: svgIconClassName, iconName: "icon-" + iconName, size: "auto" })));
4867
4854
  };
4868
4855
  SurveyCreatorToolboxCategory.prototype.renderCategoryContent = function () {
4869
4856
  return this.renderItems(this.category.items);
@@ -4960,10 +4947,6 @@ var SurveyCreatorToolboxTool = /** @class */ (function (_super) {
4960
4947
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-toolbox__tool-content sv-action__content", onPointerDown: function (event) {
4961
4948
  event.persist();
4962
4949
  _this.model.onPointerDown(event);
4963
- }, onMouseOver: function (event) {
4964
- _this.model.onMouseOverTool(item, event);
4965
- }, onMouseLeave: function (event) {
4966
- _this.model.onMouseLeave(item, event);
4967
4950
  } }, itemComponent)));
4968
4951
  };
4969
4952
  return SurveyCreatorToolboxTool;
@@ -5008,7 +4991,7 @@ var SurveyCreatorToolboxItem = /** @class */ (function (_super) {
5008
4991
  event.persist();
5009
4992
  _this.model.click(event);
5010
4993
  } },
5011
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 24, iconName: this.item.iconName, className: "svc-toolbox__item-icon", title: this.item.tooltip }),
4994
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: "auto", iconName: this.item.iconName, className: "svc-toolbox__item-icon", title: this.item.tooltip }),
5012
4995
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", null, this.item.title))
5013
4996
  :
5014
4997
  null);
@@ -5016,7 +4999,7 @@ var SurveyCreatorToolboxItem = /** @class */ (function (_super) {
5016
4999
  event.persist();
5017
5000
  _this.model.click(event);
5018
5001
  } },
5019
- react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-toolbox__item-container" }, !!this.item.iconName ? react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: 24, iconName: this.item.iconName }) : null),
5002
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: "svc-toolbox__item-container" }, !!this.item.iconName ? react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { size: "auto", iconName: this.item.iconName, className: "svc-toolbox__item-icon" }) : null),
5020
5003
  (this.props.isCompact ?
5021
5004
  null
5022
5005
  :
@@ -5108,8 +5091,8 @@ var SurveyCreatorToolboxItemGroup = /** @class */ (function (_super) {
5108
5091
  return react__WEBPACK_IMPORTED_MODULE_1__.createElement(react__WEBPACK_IMPORTED_MODULE_1__.Fragment, null,
5109
5092
  react__WEBPACK_IMPORTED_MODULE_1__.createElement(_ToolboxItem__WEBPACK_IMPORTED_MODULE_4__.SurveyCreatorToolboxItem, { item: this.item, creator: this.creator, model: this.model, parentModel: this.parentModel, isCompact: this.isCompact }),
5110
5093
  react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: "svc-toolbox__item-submenu-button", onMouseOver: function (event) { return _this.model.onMouseOver(_this.item, event); }, onMouseLeave: function (event) { return _this.model.onMouseLeave(_this.item, event); } },
5111
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { size: 24, iconName: this.item.subitemsButtonIcon })),
5112
- react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.Popup, { model: this.item.popupModel, getArea: this.item.getArea }));
5094
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { size: "auto", iconName: this.item.subitemsButtonIcon }),
5095
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.Popup, { model: this.item.popupModel, getArea: this.item.getArea })));
5113
5096
  };
5114
5097
  return SurveyCreatorToolboxItemGroup;
5115
5098
  }(_ModelElement__WEBPACK_IMPORTED_MODULE_3__.CreatorModelElement));
@@ -5457,7 +5440,7 @@ __webpack_require__.r(__webpack_exports__);
5457
5440
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! survey-core */ "survey-core");
5458
5441
  /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_64___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_64__);
5459
5442
  var Version;
5460
- Version = "".concat("1.12.7");
5443
+ Version = "".concat("1.12.9");
5461
5444
  // import "@survey/creator/survey-creator-core.css";
5462
5445
 
5463
5446
 
@@ -5531,7 +5514,7 @@ Version = "".concat("1.12.7");
5531
5514
 
5532
5515
 
5533
5516
 
5534
- (0,survey_core__WEBPACK_IMPORTED_MODULE_64__.checkLibraryVersion)("".concat("1.12.7"), "survey-creator-react");
5517
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_64__.checkLibraryVersion)("".concat("1.12.9"), "survey-creator-react");
5535
5518
 
5536
5519
  })();
5537
5520