survey-creator-react 1.11.8 → 1.11.10

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.11.8",
3
+ "version": "1.11.10",
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.11.8",
33
- "survey-react-ui": "1.11.8",
34
- "survey-creator-core": "1.11.8"
32
+ "survey-core": "1.11.10",
33
+ "survey-react-ui": "1.11.10",
34
+ "survey-creator-core": "1.11.10"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "ace-builds": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator React v1.11.8
2
+ * SurveyJS Creator React v1.11.10
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
@@ -937,6 +937,46 @@ survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.ReactQuestionFactory.Instance.regis
937
937
  });
938
938
 
939
939
 
940
+ /***/ }),
941
+
942
+ /***/ "./src/QuestionError.tsx":
943
+ /*!*******************************!*\
944
+ !*** ./src/QuestionError.tsx ***!
945
+ \*******************************/
946
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
947
+
948
+ __webpack_require__.r(__webpack_exports__);
949
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
950
+ /* harmony export */ QuestionErrorComponent: () => (/* binding */ QuestionErrorComponent)
951
+ /* harmony export */ });
952
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./src/entries/helpers.ts");
953
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
954
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
955
+ /* harmony import */ var survey_react_ui__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! survey-react-ui */ "survey-react-ui");
956
+ /* harmony import */ var survey_react_ui__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__);
957
+
958
+
959
+
960
+
961
+ var QuestionErrorComponent = /** @class */ (function (_super) {
962
+ (0,tslib__WEBPACK_IMPORTED_MODULE_0__.__extends)(QuestionErrorComponent, _super);
963
+ function QuestionErrorComponent() {
964
+ return _super !== null && _super.apply(this, arguments) || this;
965
+ }
966
+ QuestionErrorComponent.prototype.render = function () {
967
+ return (react__WEBPACK_IMPORTED_MODULE_1___default().createElement("div", null,
968
+ react__WEBPACK_IMPORTED_MODULE_1___default().createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { "aria-hidden": "true", iconName: "icon-alert_24x24", size: "24", className: this.props.cssClasses.error.icon }),
969
+ react__WEBPACK_IMPORTED_MODULE_1___default().createElement("span", { className: this.props.cssClasses.error.item || undefined },
970
+ react__WEBPACK_IMPORTED_MODULE_1___default().createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.SurveyLocStringViewer, { locStr: this.props.error.locText }))));
971
+ };
972
+ return QuestionErrorComponent;
973
+ }((react__WEBPACK_IMPORTED_MODULE_1___default().Component)));
974
+
975
+ survey_react_ui__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("svc-question-error", function (props) {
976
+ return react__WEBPACK_IMPORTED_MODULE_1___default().createElement(QuestionErrorComponent, props);
977
+ });
978
+
979
+
940
980
  /***/ }),
941
981
 
942
982
  /***/ "./src/QuestionLinkValue.tsx":
@@ -2057,7 +2097,7 @@ var CreatorSurveyPageComponent = /** @class */ (function (_super) {
2057
2097
  return null;
2058
2098
  return ((0,survey_react_ui__WEBPACK_IMPORTED_MODULE_1__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_4___default().createElement("div", { ref: this.rootRef, className: "svc-page__content " + this.model.css, id: this.props.page.id, onClick: function (e) {
2059
2099
  return _this.model.select(_this.model, new _events__WEBPACK_IMPORTED_MODULE_5__.ReactMouseEvent(e));
2060
- }, onMouseLeave: function (e) { return _this.model.hover(e.nativeEvent, e.currentTarget); }, onMouseOver: function (e) { return _this.model.hover(e.nativeEvent, e.currentTarget); } },
2100
+ }, onDoubleClick: function (e) { return _this.model.dblclick(e.nativeEvent); }, onMouseLeave: function (e) { return _this.model.hover(e.nativeEvent, e.currentTarget); }, onMouseOver: function (e) { return _this.model.hover(e.nativeEvent, e.currentTarget); } },
2061
2101
  this.renderHeader(),
2062
2102
  this.renderContent(),
2063
2103
  this.renderPlaceholder(),
@@ -2257,7 +2297,7 @@ var QuestionAdornerComponent = /** @class */ (function (_super) {
2257
2297
  var allowInteractions = this.model.element
2258
2298
  .isInteractiveDesignElement;
2259
2299
  var content = this.renderContent(allowInteractions);
2260
- return (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { ref: this.rootRef, "data-sv-drop-target-survey-element": this.model.element.name || null, className: "svc-question__adorner " + this.model.rootCss(), onMouseOut: function (e) { return allowInteractions && _this.model.hover(e.nativeEvent, e.currentTarget); }, onMouseOver: function (e) { return allowInteractions && _this.model.hover(e.nativeEvent, e.currentTarget); } }, content));
2300
+ return (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { ref: this.rootRef, "data-sv-drop-target-survey-element": this.model.element.name || null, className: "svc-question__adorner " + this.model.rootCss(), onDoubleClick: function (e) { allowInteractions && _this.model.dblclick(e.nativeEvent); e.stopPropagation(); }, onMouseOut: function (e) { return allowInteractions && _this.model.hover(e.nativeEvent, e.currentTarget); }, onMouseOver: function (e) { return allowInteractions && _this.model.hover(e.nativeEvent, e.currentTarget); } }, content));
2261
2301
  };
2262
2302
  QuestionAdornerComponent.prototype.disableTabStop = function () {
2263
2303
  return true;
@@ -2950,7 +2990,7 @@ var SurveyQuestionFileEditor = /** @class */ (function (_super) {
2950
2990
  };
2951
2991
  SurveyQuestionFileEditor.prototype.renderElement = function () {
2952
2992
  var _this = this;
2953
- return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.questionFile.cssClasses.root, onDragEnter: this.questionFile.onDragEnter, onDragOver: this.questionFile.onDragOver, onDrop: this.questionFile.onDrop, onDragLeave: this.questionFile.onDragLeave, onKeyDown: function (event) { return _this.question.onKeyDown(event.nativeEvent); } },
2993
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.questionFile.cssClasses.root, ref: function (el) { return _this.setContent(el); }, onDragEnter: this.questionFile.onDragEnter, onDragOver: this.questionFile.onDragOver, onDrop: this.questionFile.onDrop, onDragLeave: this.questionFile.onDragLeave, onKeyDown: function (event) { return _this.question.onKeyDown(event.nativeEvent); } },
2954
2994
  this.renderInput(),
2955
2995
  this.renderFileInput(),
2956
2996
  this.renderButtons()));
@@ -3394,7 +3434,7 @@ var TabDesignerComponent = /** @class */ (function (_super) {
3394
3434
  TabDesignerComponent.prototype.renderTabContent = function () {
3395
3435
  var survey = this.creator.survey;
3396
3436
  var surveyHeader = this.renderHeader(this.creator.allowEditSurveyTitle);
3397
- var style = {};
3437
+ var style = (0,tslib__WEBPACK_IMPORTED_MODULE_0__.__assign)({}, this.creator.designTabSurveyThemeVariables);
3398
3438
  if (!!survey.width) {
3399
3439
  style.maxWidth = survey.renderedWidth;
3400
3440
  }
@@ -4781,23 +4821,24 @@ __webpack_require__.r(__webpack_exports__);
4781
4821
  /* harmony export */ LogoImageComponent: () => (/* reexport safe */ _LogoImage__WEBPACK_IMPORTED_MODULE_14__.LogoImageComponent),
4782
4822
  /* harmony export */ MatrixCellAdornerComponent: () => (/* reexport safe */ _MatrixCellWrapper__WEBPACK_IMPORTED_MODULE_20__.MatrixCellAdornerComponent),
4783
4823
  /* harmony export */ PanelAdornerComponent: () => (/* reexport safe */ _adorners_Panel__WEBPACK_IMPORTED_MODULE_13__.PanelAdornerComponent),
4784
- /* harmony export */ PropertyGridComponent: () => (/* reexport safe */ _PropertyGrid__WEBPACK_IMPORTED_MODULE_46__.PropertyGridComponent),
4785
- /* harmony export */ PropertyGridEditorCollection: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorCollection),
4824
+ /* harmony export */ PropertyGridComponent: () => (/* reexport safe */ _PropertyGrid__WEBPACK_IMPORTED_MODULE_47__.PropertyGridComponent),
4825
+ /* harmony export */ PropertyGridEditorCollection: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.PropertyGridEditorCollection),
4786
4826
  /* harmony export */ QuestionAdornerComponent: () => (/* reexport safe */ _adorners_Question__WEBPACK_IMPORTED_MODULE_2__.QuestionAdornerComponent),
4787
4827
  /* harmony export */ QuestionBanner: () => (/* reexport safe */ _adorners_QuestionBanner__WEBPACK_IMPORTED_MODULE_5__.QuestionBanner),
4788
4828
  /* harmony export */ QuestionDropdownAdornerComponent: () => (/* reexport safe */ _adorners_QuestionDropdown__WEBPACK_IMPORTED_MODULE_6__.QuestionDropdownAdornerComponent),
4789
4829
  /* harmony export */ QuestionEditorContentComponent: () => (/* reexport safe */ _QuestionEditorContent__WEBPACK_IMPORTED_MODULE_17__.QuestionEditorContentComponent),
4830
+ /* harmony export */ QuestionErrorComponent: () => (/* reexport safe */ _QuestionError__WEBPACK_IMPORTED_MODULE_35__.QuestionErrorComponent),
4790
4831
  /* harmony export */ QuestionImageAdornerComponent: () => (/* reexport safe */ _adorners_QuestionImage__WEBPACK_IMPORTED_MODULE_7__.QuestionImageAdornerComponent),
4791
4832
  /* harmony export */ QuestionRatingAdornerComponent: () => (/* reexport safe */ _adorners_QuestionRating__WEBPACK_IMPORTED_MODULE_8__.QuestionRatingAdornerComponent),
4792
4833
  /* harmony export */ QuestionWidgetAdornerComponent: () => (/* reexport safe */ _adorners_QuestionWidget__WEBPACK_IMPORTED_MODULE_9__.QuestionWidgetAdornerComponent),
4793
4834
  /* harmony export */ QuestionWrapperFooter: () => (/* reexport safe */ _adorners_QuestionFooter__WEBPACK_IMPORTED_MODULE_4__.QuestionWrapperFooter),
4794
4835
  /* harmony export */ QuestionWrapperHeader: () => (/* reexport safe */ _adorners_QuestionHeader__WEBPACK_IMPORTED_MODULE_3__.QuestionWrapperHeader),
4795
- /* harmony export */ ReactDragEvent: () => (/* reexport safe */ _events__WEBPACK_IMPORTED_MODULE_44__.ReactDragEvent),
4796
- /* harmony export */ ReactMouseEvent: () => (/* reexport safe */ _events__WEBPACK_IMPORTED_MODULE_44__.ReactMouseEvent),
4836
+ /* harmony export */ ReactDragEvent: () => (/* reexport safe */ _events__WEBPACK_IMPORTED_MODULE_45__.ReactDragEvent),
4837
+ /* harmony export */ ReactMouseEvent: () => (/* reexport safe */ _events__WEBPACK_IMPORTED_MODULE_45__.ReactMouseEvent),
4797
4838
  /* harmony export */ RowWrapper: () => (/* reexport safe */ _adorners_Row__WEBPACK_IMPORTED_MODULE_1__.RowWrapper),
4798
- /* harmony export */ SearchComponent: () => (/* reexport safe */ _Search__WEBPACK_IMPORTED_MODULE_47__.SearchComponent),
4839
+ /* harmony export */ SearchComponent: () => (/* reexport safe */ _Search__WEBPACK_IMPORTED_MODULE_48__.SearchComponent),
4799
4840
  /* harmony export */ SidebarComponent: () => (/* reexport safe */ _SideBar__WEBPACK_IMPORTED_MODULE_30__.SidebarComponent),
4800
- /* harmony export */ StylesManager: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.StylesManager),
4841
+ /* harmony export */ StylesManager: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.StylesManager),
4801
4842
  /* harmony export */ SurveyCreator: () => (/* reexport safe */ _SurveyCreator__WEBPACK_IMPORTED_MODULE_0__.SurveyCreator),
4802
4843
  /* harmony export */ SurveyCreatorComponent: () => (/* reexport safe */ _SurveyCreator__WEBPACK_IMPORTED_MODULE_0__.SurveyCreatorComponent),
4803
4844
  /* harmony export */ SurveyCreatorToolboxCategory: () => (/* reexport safe */ _toolbox_ToolboxCategory__WEBPACK_IMPORTED_MODULE_24__.SurveyCreatorToolboxCategory),
@@ -4806,42 +4847,42 @@ __webpack_require__.r(__webpack_exports__);
4806
4847
  /* harmony export */ SurveyCreatorToolboxTool: () => (/* reexport safe */ _toolbox_ToolboxItem__WEBPACK_IMPORTED_MODULE_22__.SurveyCreatorToolboxTool),
4807
4848
  /* harmony export */ SurveyElementEmbeddedSurvey: () => (/* reexport safe */ _QuestionEmbeddedSurvey__WEBPACK_IMPORTED_MODULE_16__.SurveyElementEmbeddedSurvey),
4808
4849
  /* harmony export */ SurveyLocStringEditor: () => (/* reexport safe */ _StringEditor__WEBPACK_IMPORTED_MODULE_34__.SurveyLocStringEditor),
4809
- /* harmony export */ SurveyLogic: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.SurveyLogic),
4810
- /* harmony export */ SurveyLogicOpertor: () => (/* reexport safe */ _tabs_logic_operator__WEBPACK_IMPORTED_MODULE_35__.SurveyLogicOpertor),
4811
- /* harmony export */ SurveyLogicUI: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.SurveyLogicUI),
4850
+ /* harmony export */ SurveyLogic: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.SurveyLogic),
4851
+ /* harmony export */ SurveyLogicOpertor: () => (/* reexport safe */ _tabs_logic_operator__WEBPACK_IMPORTED_MODULE_36__.SurveyLogicOpertor),
4852
+ /* harmony export */ SurveyLogicUI: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.SurveyLogicUI),
4812
4853
  /* harmony export */ SurveyNavigation: () => (/* reexport safe */ _Navigation__WEBPACK_IMPORTED_MODULE_29__.SurveyNavigation),
4813
- /* harmony export */ SurveyQuestionColor: () => (/* reexport safe */ _custom_questions_ColorQuestion__WEBPACK_IMPORTED_MODULE_52__.SurveyQuestionColor),
4814
- /* harmony export */ SurveyQuestionEditorDefinition: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.SurveyQuestionEditorDefinition),
4815
- /* harmony export */ SurveyQuestionFileEditor: () => (/* reexport safe */ _custom_questions_FileEditQuestion__WEBPACK_IMPORTED_MODULE_53__.SurveyQuestionFileEditor),
4854
+ /* harmony export */ SurveyQuestionColor: () => (/* reexport safe */ _custom_questions_ColorQuestion__WEBPACK_IMPORTED_MODULE_53__.SurveyQuestionColor),
4855
+ /* harmony export */ SurveyQuestionEditorDefinition: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.SurveyQuestionEditorDefinition),
4856
+ /* harmony export */ SurveyQuestionFileEditor: () => (/* reexport safe */ _custom_questions_FileEditQuestion__WEBPACK_IMPORTED_MODULE_54__.SurveyQuestionFileEditor),
4816
4857
  /* harmony export */ SurveyQuestionLinkValue: () => (/* reexport safe */ _QuestionLinkValue__WEBPACK_IMPORTED_MODULE_15__.SurveyQuestionLinkValue),
4817
- /* harmony export */ SurveyQuestionSpinEditor: () => (/* reexport safe */ _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_50__.SurveyQuestionSpinEditor),
4818
- /* harmony export */ SurveyQuestionTextWithReset: () => (/* reexport safe */ _custom_questions_TextWithResetQuestion__WEBPACK_IMPORTED_MODULE_54__.SurveyQuestionTextWithReset),
4858
+ /* harmony export */ SurveyQuestionSpinEditor: () => (/* reexport safe */ _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_51__.SurveyQuestionSpinEditor),
4859
+ /* harmony export */ SurveyQuestionTextWithReset: () => (/* reexport safe */ _custom_questions_TextWithResetQuestion__WEBPACK_IMPORTED_MODULE_55__.SurveyQuestionTextWithReset),
4819
4860
  /* harmony export */ SurveyResults: () => (/* reexport safe */ _Results__WEBPACK_IMPORTED_MODULE_21__.SurveyResults),
4820
4861
  /* harmony export */ SurveyResultsByRow: () => (/* reexport safe */ _Results__WEBPACK_IMPORTED_MODULE_21__.SurveyResultsByRow),
4821
- /* harmony export */ SurveySimulator: () => (/* reexport safe */ _tabs_SurveySimulator__WEBPACK_IMPORTED_MODULE_43__.SurveySimulator),
4822
- /* harmony export */ SwitcherComponent: () => (/* reexport safe */ _Switcher__WEBPACK_IMPORTED_MODULE_48__.SwitcherComponent),
4823
- /* harmony export */ TabDesignerComponent: () => (/* reexport safe */ _tabs_Designer__WEBPACK_IMPORTED_MODULE_36__.TabDesignerComponent),
4824
- /* harmony export */ TabJsonEditorAceComponent: () => (/* reexport safe */ _tabs_JsonEditorAce__WEBPACK_IMPORTED_MODULE_37__.TabJsonEditorAceComponent),
4825
- /* harmony export */ TabJsonEditorErrorsComponent: () => (/* reexport safe */ _tabs_JsonEditorTextarea__WEBPACK_IMPORTED_MODULE_38__.TabJsonEditorErrorsComponent),
4826
- /* harmony export */ TabJsonEditorTextareaComponent: () => (/* reexport safe */ _tabs_JsonEditorTextarea__WEBPACK_IMPORTED_MODULE_38__.TabJsonEditorTextareaComponent),
4827
- /* harmony export */ TabLogicAddButtonComponent: () => (/* reexport safe */ _tabs_Logic__WEBPACK_IMPORTED_MODULE_39__.TabLogicAddButtonComponent),
4828
- /* harmony export */ TabLogicComponent: () => (/* reexport safe */ _tabs_Logic__WEBPACK_IMPORTED_MODULE_39__.TabLogicComponent),
4829
- /* harmony export */ TabPreviewSurveyComponent: () => (/* reexport safe */ _tabs_Preview__WEBPACK_IMPORTED_MODULE_40__.TabPreviewSurveyComponent),
4830
- /* harmony export */ TabPreviewTestSurveyAgainComponent: () => (/* reexport safe */ _tabs_Preview__WEBPACK_IMPORTED_MODULE_40__.TabPreviewTestSurveyAgainComponent),
4831
- /* harmony export */ TabThemeSurveyComponent: () => (/* reexport safe */ _tabs_Theme__WEBPACK_IMPORTED_MODULE_41__.TabThemeSurveyComponent),
4832
- /* harmony export */ TabTranslationComponent: () => (/* reexport safe */ _tabs_translation_Translation__WEBPACK_IMPORTED_MODULE_42__.TabTranslationComponent),
4862
+ /* harmony export */ SurveySimulator: () => (/* reexport safe */ _tabs_SurveySimulator__WEBPACK_IMPORTED_MODULE_44__.SurveySimulator),
4863
+ /* harmony export */ SwitcherComponent: () => (/* reexport safe */ _Switcher__WEBPACK_IMPORTED_MODULE_49__.SwitcherComponent),
4864
+ /* harmony export */ TabDesignerComponent: () => (/* reexport safe */ _tabs_Designer__WEBPACK_IMPORTED_MODULE_37__.TabDesignerComponent),
4865
+ /* harmony export */ TabJsonEditorAceComponent: () => (/* reexport safe */ _tabs_JsonEditorAce__WEBPACK_IMPORTED_MODULE_38__.TabJsonEditorAceComponent),
4866
+ /* harmony export */ TabJsonEditorErrorsComponent: () => (/* reexport safe */ _tabs_JsonEditorTextarea__WEBPACK_IMPORTED_MODULE_39__.TabJsonEditorErrorsComponent),
4867
+ /* harmony export */ TabJsonEditorTextareaComponent: () => (/* reexport safe */ _tabs_JsonEditorTextarea__WEBPACK_IMPORTED_MODULE_39__.TabJsonEditorTextareaComponent),
4868
+ /* harmony export */ TabLogicAddButtonComponent: () => (/* reexport safe */ _tabs_Logic__WEBPACK_IMPORTED_MODULE_40__.TabLogicAddButtonComponent),
4869
+ /* harmony export */ TabLogicComponent: () => (/* reexport safe */ _tabs_Logic__WEBPACK_IMPORTED_MODULE_40__.TabLogicComponent),
4870
+ /* harmony export */ TabPreviewSurveyComponent: () => (/* reexport safe */ _tabs_Preview__WEBPACK_IMPORTED_MODULE_41__.TabPreviewSurveyComponent),
4871
+ /* harmony export */ TabPreviewTestSurveyAgainComponent: () => (/* reexport safe */ _tabs_Preview__WEBPACK_IMPORTED_MODULE_41__.TabPreviewTestSurveyAgainComponent),
4872
+ /* harmony export */ TabThemeSurveyComponent: () => (/* reexport safe */ _tabs_Theme__WEBPACK_IMPORTED_MODULE_42__.TabThemeSurveyComponent),
4873
+ /* harmony export */ TabTranslationComponent: () => (/* reexport safe */ _tabs_translation_Translation__WEBPACK_IMPORTED_MODULE_43__.TabTranslationComponent),
4833
4874
  /* harmony export */ TabbedMenuComponent: () => (/* reexport safe */ _TabbedMenu__WEBPACK_IMPORTED_MODULE_28__.TabbedMenuComponent),
4834
4875
  /* harmony export */ TabbedMenuItemComponent: () => (/* reexport safe */ _TabbedMenu__WEBPACK_IMPORTED_MODULE_28__.TabbedMenuItemComponent),
4835
4876
  /* harmony export */ Toolbox: () => (/* reexport safe */ _toolbox_Toolbox__WEBPACK_IMPORTED_MODULE_25__.Toolbox),
4836
4877
  /* harmony export */ ToolboxList: () => (/* reexport safe */ _toolbox_ToolboxList__WEBPACK_IMPORTED_MODULE_26__.ToolboxList),
4837
- /* harmony export */ ToolboxToolViewModel: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.ToolboxToolViewModel),
4878
+ /* harmony export */ ToolboxToolViewModel: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.ToolboxToolViewModel),
4838
4879
  /* harmony export */ TranslateFromAction: () => (/* reexport safe */ _tabs_translation_TranslateFromAction__WEBPACK_IMPORTED_MODULE_32__.TranslateFromAction),
4839
4880
  /* harmony export */ TranslationLineSkeleton: () => (/* reexport safe */ _tabs_translation_TranslationLineSkeleton__WEBPACK_IMPORTED_MODULE_31__.TranslationLineSkeleton),
4840
4881
  /* harmony export */ Version: () => (/* binding */ Version),
4841
- /* harmony export */ editorLocalization: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.editorLocalization),
4842
- /* harmony export */ localization: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.localization),
4843
- /* harmony export */ settings: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.settings),
4844
- /* harmony export */ svgBundle: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_55__.svgBundle)
4882
+ /* harmony export */ editorLocalization: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.editorLocalization),
4883
+ /* harmony export */ localization: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.localization),
4884
+ /* harmony export */ settings: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.settings),
4885
+ /* harmony export */ svgBundle: () => (/* reexport safe */ survey_creator_core__WEBPACK_IMPORTED_MODULE_56__.svgBundle)
4845
4886
  /* harmony export */ });
4846
4887
  /* harmony import */ var _SurveyCreator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../SurveyCreator */ "./src/SurveyCreator.tsx");
4847
4888
  /* harmony import */ var _adorners_Row__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../adorners/Row */ "./src/adorners/Row.tsx");
@@ -4878,32 +4919,33 @@ __webpack_require__.r(__webpack_exports__);
4878
4919
  /* harmony import */ var _tabs_translation_TranslateFromAction__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ../tabs/translation/TranslateFromAction */ "./src/tabs/translation/TranslateFromAction.tsx");
4879
4920
  /* harmony import */ var _ActionButton__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ../ActionButton */ "./src/ActionButton.tsx");
4880
4921
  /* harmony import */ var _StringEditor__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ../StringEditor */ "./src/StringEditor.tsx");
4881
- /* harmony import */ var _tabs_logic_operator__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ../tabs/logic-operator */ "./src/tabs/logic-operator.tsx");
4882
- /* harmony import */ var _tabs_Designer__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ../tabs/Designer */ "./src/tabs/Designer.tsx");
4883
- /* harmony import */ var _tabs_JsonEditorAce__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ../tabs/JsonEditorAce */ "./src/tabs/JsonEditorAce.tsx");
4884
- /* harmony import */ var _tabs_JsonEditorTextarea__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ../tabs/JsonEditorTextarea */ "./src/tabs/JsonEditorTextarea.tsx");
4885
- /* harmony import */ var _tabs_Logic__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ../tabs/Logic */ "./src/tabs/Logic.tsx");
4886
- /* harmony import */ var _tabs_Preview__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ../tabs/Preview */ "./src/tabs/Preview.tsx");
4887
- /* harmony import */ var _tabs_Theme__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ../tabs/Theme */ "./src/tabs/Theme.tsx");
4888
- /* harmony import */ var _tabs_translation_Translation__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../tabs/translation/Translation */ "./src/tabs/translation/Translation.tsx");
4889
- /* harmony import */ var _tabs_SurveySimulator__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../tabs/SurveySimulator */ "./src/tabs/SurveySimulator.tsx");
4890
- /* harmony import */ var _events__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../events */ "./src/events.ts");
4891
- /* harmony import */ var _ObjectSelector__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../ObjectSelector */ "./src/ObjectSelector.tsx");
4892
- /* harmony import */ var _PropertyGrid__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../PropertyGrid */ "./src/PropertyGrid.tsx");
4893
- /* harmony import */ var _Search__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../Search */ "./src/Search.tsx");
4894
- /* harmony import */ var _Switcher__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../Switcher */ "./src/Switcher.tsx");
4895
- /* harmony import */ var _tabs_JsonErrorItem__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../tabs/JsonErrorItem */ "./src/tabs/JsonErrorItem.tsx");
4896
- /* harmony import */ var _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../custom-questions/SpinEditor */ "./src/custom-questions/SpinEditor.tsx");
4897
- /* harmony import */ var _custom_questions_ColorItem__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../custom-questions/ColorItem */ "./src/custom-questions/ColorItem.tsx");
4898
- /* harmony import */ var _custom_questions_ColorQuestion__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../custom-questions/ColorQuestion */ "./src/custom-questions/ColorQuestion.tsx");
4899
- /* harmony import */ var _custom_questions_FileEditQuestion__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../custom-questions/FileEditQuestion */ "./src/custom-questions/FileEditQuestion.tsx");
4900
- /* harmony import */ var _custom_questions_TextWithResetQuestion__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../custom-questions/TextWithResetQuestion */ "./src/custom-questions/TextWithResetQuestion.tsx");
4901
- /* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! survey-creator-core */ "survey-creator-core");
4902
- /* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_55___default = /*#__PURE__*/__webpack_require__.n(survey_creator_core__WEBPACK_IMPORTED_MODULE_55__);
4903
- /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! survey-core */ "survey-core");
4904
- /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_56___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_56__);
4922
+ /* harmony import */ var _QuestionError__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ../QuestionError */ "./src/QuestionError.tsx");
4923
+ /* harmony import */ var _tabs_logic_operator__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ../tabs/logic-operator */ "./src/tabs/logic-operator.tsx");
4924
+ /* harmony import */ var _tabs_Designer__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ../tabs/Designer */ "./src/tabs/Designer.tsx");
4925
+ /* harmony import */ var _tabs_JsonEditorAce__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ../tabs/JsonEditorAce */ "./src/tabs/JsonEditorAce.tsx");
4926
+ /* harmony import */ var _tabs_JsonEditorTextarea__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ../tabs/JsonEditorTextarea */ "./src/tabs/JsonEditorTextarea.tsx");
4927
+ /* harmony import */ var _tabs_Logic__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ../tabs/Logic */ "./src/tabs/Logic.tsx");
4928
+ /* harmony import */ var _tabs_Preview__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ../tabs/Preview */ "./src/tabs/Preview.tsx");
4929
+ /* harmony import */ var _tabs_Theme__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../tabs/Theme */ "./src/tabs/Theme.tsx");
4930
+ /* harmony import */ var _tabs_translation_Translation__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../tabs/translation/Translation */ "./src/tabs/translation/Translation.tsx");
4931
+ /* harmony import */ var _tabs_SurveySimulator__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../tabs/SurveySimulator */ "./src/tabs/SurveySimulator.tsx");
4932
+ /* harmony import */ var _events__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../events */ "./src/events.ts");
4933
+ /* harmony import */ var _ObjectSelector__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../ObjectSelector */ "./src/ObjectSelector.tsx");
4934
+ /* harmony import */ var _PropertyGrid__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../PropertyGrid */ "./src/PropertyGrid.tsx");
4935
+ /* harmony import */ var _Search__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../Search */ "./src/Search.tsx");
4936
+ /* harmony import */ var _Switcher__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../Switcher */ "./src/Switcher.tsx");
4937
+ /* harmony import */ var _tabs_JsonErrorItem__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../tabs/JsonErrorItem */ "./src/tabs/JsonErrorItem.tsx");
4938
+ /* harmony import */ var _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../custom-questions/SpinEditor */ "./src/custom-questions/SpinEditor.tsx");
4939
+ /* harmony import */ var _custom_questions_ColorItem__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../custom-questions/ColorItem */ "./src/custom-questions/ColorItem.tsx");
4940
+ /* harmony import */ var _custom_questions_ColorQuestion__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../custom-questions/ColorQuestion */ "./src/custom-questions/ColorQuestion.tsx");
4941
+ /* harmony import */ var _custom_questions_FileEditQuestion__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../custom-questions/FileEditQuestion */ "./src/custom-questions/FileEditQuestion.tsx");
4942
+ /* harmony import */ var _custom_questions_TextWithResetQuestion__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../custom-questions/TextWithResetQuestion */ "./src/custom-questions/TextWithResetQuestion.tsx");
4943
+ /* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! survey-creator-core */ "survey-creator-core");
4944
+ /* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_56___default = /*#__PURE__*/__webpack_require__.n(survey_creator_core__WEBPACK_IMPORTED_MODULE_56__);
4945
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! survey-core */ "survey-core");
4946
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_57___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_57__);
4905
4947
  var Version;
4906
- Version = "".concat("1.11.8");
4948
+ Version = "".concat("1.11.10");
4907
4949
  // import "@survey/creator/survey-creator-core.css";
4908
4950
 
4909
4951
 
@@ -4953,6 +4995,7 @@ Version = "".concat("1.11.8");
4953
4995
 
4954
4996
 
4955
4997
 
4998
+
4956
4999
 
4957
5000
 
4958
5001
  //custom questions
@@ -4969,7 +5012,7 @@ Version = "".concat("1.11.8");
4969
5012
 
4970
5013
 
4971
5014
 
4972
- (0,survey_core__WEBPACK_IMPORTED_MODULE_56__.checkLibraryVersion)("".concat("1.11.8"), "survey-creator-react");
5015
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_57__.checkLibraryVersion)("".concat("1.11.10"), "survey-creator-react");
4973
5016
 
4974
5017
  /******/ return __webpack_exports__;
4975
5018
  /******/ })()