survey-creator-react 1.9.125 → 1.9.126
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.9.
|
|
3
|
+
"version": "1.9.126",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"survey-core": "1.9.
|
|
40
|
-
"survey-react-ui": "1.9.
|
|
41
|
-
"survey-creator-core": "1.9.
|
|
39
|
+
"survey-core": "1.9.126",
|
|
40
|
+
"survey-react-ui": "1.9.126",
|
|
41
|
+
"survey-creator-core": "1.9.126"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {}
|
|
44
44
|
}
|
package/survey-creator-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator React v1.9.
|
|
2
|
+
* SurveyJS Creator React v1.9.126
|
|
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
|
|
@@ -233,15 +233,17 @@ var ImageItemValueAdornerComponent = /** @class */ (function (_super) {
|
|
|
233
233
|
else {
|
|
234
234
|
content = (react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_2___default.a.Fragment, null,
|
|
235
235
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-image-item-value__item" }, this.props.element),
|
|
236
|
-
this.model.isDraggable ?
|
|
236
|
+
this.model.isDraggable && this.model.canRenderControls ?
|
|
237
237
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("span", { className: "svc-context-button svc-image-item-value-controls__drag-area-indicator", onPointerDown: function (event) { return _this.model.onPointerDown(event); } },
|
|
238
238
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { size: 24, iconName: "icon-drag-area-indicator" }))
|
|
239
239
|
: null,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(
|
|
243
|
-
|
|
244
|
-
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(
|
|
240
|
+
this.model.canRenderControls ?
|
|
241
|
+
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-context-container svc-image-item-value-controls" },
|
|
242
|
+
this.model.allowRemove && !this.model.isUploading ? Object(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("span", { className: "svc-context-button", onClick: function () { return _this.model.chooseFile(_this.model); } },
|
|
243
|
+
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { size: 24, iconName: "icon-file" }))) : null,
|
|
244
|
+
this.model.allowRemove && !this.model.isUploading ? Object(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("span", { className: "svc-context-button svc-context-button--danger", onClick: function () { return _this.model.remove(_this.model); } },
|
|
245
|
+
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { size: 24, iconName: "icon-delete" }))) : null)
|
|
246
|
+
: null));
|
|
245
247
|
}
|
|
246
248
|
return (react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { ref: this.rootRef, className: this.model.getRootCss(), key: this.props.element.key, "data-sv-drop-target-item-value": this.model.isDraggable ? this.model.item.value : undefined, onPointerDown: function (event) { return _this.model.onPointerDown(event); }, onDragStart: this.preventDragHandler },
|
|
247
249
|
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-image-item-value-wrapper__ghost", style: imageStyle }),
|
|
@@ -1748,6 +1750,60 @@ survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["ReactElementFactory"].Instance.reg
|
|
|
1748
1750
|
});
|
|
1749
1751
|
|
|
1750
1752
|
|
|
1753
|
+
/***/ }),
|
|
1754
|
+
|
|
1755
|
+
/***/ "./src/Switcher.tsx":
|
|
1756
|
+
/*!**************************!*\
|
|
1757
|
+
!*** ./src/Switcher.tsx ***!
|
|
1758
|
+
\**************************/
|
|
1759
|
+
/*! exports provided: SwitcherComponent, default */
|
|
1760
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1761
|
+
|
|
1762
|
+
"use strict";
|
|
1763
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1764
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SwitcherComponent", function() { return SwitcherComponent; });
|
|
1765
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./src/entries/helpers.ts");
|
|
1766
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
|
|
1767
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
1768
|
+
/* harmony import */ var survey_react_ui__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! survey-react-ui */ "survey-react-ui");
|
|
1769
|
+
/* harmony import */ var survey_react_ui__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__);
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
var SwitcherComponent = /** @class */ (function (_super) {
|
|
1774
|
+
Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(SwitcherComponent, _super);
|
|
1775
|
+
function SwitcherComponent() {
|
|
1776
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1777
|
+
}
|
|
1778
|
+
Object.defineProperty(SwitcherComponent.prototype, "item", {
|
|
1779
|
+
get: function () {
|
|
1780
|
+
return this.props.item;
|
|
1781
|
+
},
|
|
1782
|
+
enumerable: false,
|
|
1783
|
+
configurable: true
|
|
1784
|
+
});
|
|
1785
|
+
SwitcherComponent.prototype.getStateElement = function () {
|
|
1786
|
+
return this.item;
|
|
1787
|
+
};
|
|
1788
|
+
SwitcherComponent.prototype.renderElement = function () {
|
|
1789
|
+
var _this = this;
|
|
1790
|
+
var tooltip = this.item.tooltip || this.item.title;
|
|
1791
|
+
var title = this.item.hasTitle ? react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", { className: "svc-switcher__title" }, this.item.title) : null;
|
|
1792
|
+
var button = Object(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("button", { className: this.item.getActionBarItemCss(), type: "button", disabled: this.item.disabled, onClick: function (args) { return _this.item.action(_this.item, _this.item.getIsTrusted(args)); }, title: tooltip, "aria-checked": this.item.ariaChecked, "aria-expanded": this.item.ariaExpanded, role: this.item.ariaRole },
|
|
1793
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: this.item.getSwitcherIconCss() },
|
|
1794
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-switcher__icon-thumb" })),
|
|
1795
|
+
title), this.item, { processEsc: false });
|
|
1796
|
+
return button;
|
|
1797
|
+
};
|
|
1798
|
+
return SwitcherComponent;
|
|
1799
|
+
}(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["SurveyElementBase"]));
|
|
1800
|
+
|
|
1801
|
+
/* harmony default export */ __webpack_exports__["default"] = (SwitcherComponent);
|
|
1802
|
+
survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["ReactElementFactory"].Instance.registerElement("svc-switcher", function (props) {
|
|
1803
|
+
return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(SwitcherComponent, props);
|
|
1804
|
+
});
|
|
1805
|
+
|
|
1806
|
+
|
|
1751
1807
|
/***/ }),
|
|
1752
1808
|
|
|
1753
1809
|
/***/ "./src/TabbedMenu.tsx":
|
|
@@ -2399,19 +2455,20 @@ var QuestionDropdownAdornerComponent = /** @class */ (function (_super) {
|
|
|
2399
2455
|
var _this = this;
|
|
2400
2456
|
var textStyle = this.question.textStyle;
|
|
2401
2457
|
return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-question__dropdown-choices--wrapper" },
|
|
2402
|
-
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2458
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", null,
|
|
2459
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-question__dropdown-choices" }, (this.dropdownModel.getRenderedItems() || []).map(function (item, index) { return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: _this.dropdownModel.getChoiceCss(), key: "editable_choice_".concat(index) }, survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["ReactSurveyElementsWrapper"].wrapItemValue(_this.question.survey, survey_react_ui__WEBPACK_IMPORTED_MODULE_3__["ReactElementFactory"].Instance.createElement(_this.dropdownModel.itemComponent, {
|
|
2460
|
+
key: item.value,
|
|
2461
|
+
question: _this.question,
|
|
2462
|
+
cssClasses: _this.question.cssClasses,
|
|
2463
|
+
isDisplayMode: true,
|
|
2464
|
+
item: item,
|
|
2465
|
+
textStyle: textStyle,
|
|
2466
|
+
index: index,
|
|
2467
|
+
isChecked: _this.question.value === item.value
|
|
2468
|
+
}), _this.question, item))); })),
|
|
2469
|
+
this.dropdownModel.needToCollapse ?
|
|
2470
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_ActionButton__WEBPACK_IMPORTED_MODULE_5__["ActionButton"], { click: this.dropdownModel.switchCollapse, text: this.dropdownModel.getButtonText(), allowBubble: true }) :
|
|
2471
|
+
null)));
|
|
2415
2472
|
};
|
|
2416
2473
|
return QuestionDropdownAdornerComponent;
|
|
2417
2474
|
}(_Question__WEBPACK_IMPORTED_MODULE_4__["QuestionAdornerComponent"]));
|
|
@@ -3148,7 +3205,7 @@ var __spreadArrays = function () {
|
|
|
3148
3205
|
/*!******************************!*\
|
|
3149
3206
|
!*** ./src/entries/index.ts ***!
|
|
3150
3207
|
\******************************/
|
|
3151
|
-
/*! exports provided: Version, SurveyCreatorComponent, SurveyCreator, RowWrapper, QuestionAdornerComponent, QuestionWrapperHeader, QuestionWrapperFooter, QuestionBanner, QuestionDropdownAdornerComponent, QuestionImageAdornerComponent, QuestionRatingAdornerComponent, QuestionWidgetAdornerComponent, CellQuestionAdornerComponent, CellQuestionDropdownAdornerComponent, CreatorSurveyPageComponent, PanelAdornerComponent, LogoImageComponent, SurveyQuestionLinkValue, SurveyElementEmbeddedSurvey, QuestionEditorContentComponent, ItemValueAdornerComponent, ImageItemValueAdornerComponent, MatrixCellAdornerComponent, SurveyResults, SurveyResultsByRow, SurveyCreatorToolboxTool, SurveyCreatorToolboxItem, SurveyCreatorToolboxCategory, Toolbox, AdaptiveToolbox, TabbedMenuComponent, TabbedMenuItemComponent, SurveyNavigation, SidebarComponent, TranslationLineSkeleton, ActionButton, SurveyLocStringEditor, SurveyLogicOpertor, TabDesignerComponent, TabJsonEditorAceComponent, TabJsonEditorErrorsComponent, TabJsonEditorTextareaComponent, TabLogicAddButtonComponent, TabLogicComponent, TabPreviewTestSurveyAgainComponent, TabPreviewSurveyComponent, TabThemeSurveyComponent, TabTranslationComponent, SurveySimulator, ReactMouseEvent, ReactDragEvent, PropertyGridComponent, SearchComponent, SurveyQuestionSpinEditor, SurveyQuestionColor, SurveyQuestionFileEditor, SurveyQuestionTextWithReset, editorLocalization, localization, settings, svgBundle, SurveyLogic, SurveyLogicUI, SurveyQuestionEditorDefinition, ToolboxToolViewModel, PropertyGridEditorCollection, StylesManager */
|
|
3208
|
+
/*! exports provided: Version, SurveyCreatorComponent, SurveyCreator, RowWrapper, QuestionAdornerComponent, QuestionWrapperHeader, QuestionWrapperFooter, QuestionBanner, QuestionDropdownAdornerComponent, QuestionImageAdornerComponent, QuestionRatingAdornerComponent, QuestionWidgetAdornerComponent, CellQuestionAdornerComponent, CellQuestionDropdownAdornerComponent, CreatorSurveyPageComponent, PanelAdornerComponent, LogoImageComponent, SurveyQuestionLinkValue, SurveyElementEmbeddedSurvey, QuestionEditorContentComponent, ItemValueAdornerComponent, ImageItemValueAdornerComponent, MatrixCellAdornerComponent, SurveyResults, SurveyResultsByRow, SurveyCreatorToolboxTool, SurveyCreatorToolboxItem, SurveyCreatorToolboxCategory, Toolbox, AdaptiveToolbox, TabbedMenuComponent, TabbedMenuItemComponent, SurveyNavigation, SidebarComponent, TranslationLineSkeleton, ActionButton, SurveyLocStringEditor, SurveyLogicOpertor, TabDesignerComponent, TabJsonEditorAceComponent, TabJsonEditorErrorsComponent, TabJsonEditorTextareaComponent, TabLogicAddButtonComponent, TabLogicComponent, TabPreviewTestSurveyAgainComponent, TabPreviewSurveyComponent, TabThemeSurveyComponent, TabTranslationComponent, SurveySimulator, ReactMouseEvent, ReactDragEvent, PropertyGridComponent, SearchComponent, SwitcherComponent, SurveyQuestionSpinEditor, SurveyQuestionColor, SurveyQuestionFileEditor, SurveyQuestionTextWithReset, editorLocalization, localization, settings, svgBundle, SurveyLogic, SurveyLogicUI, SurveyQuestionEditorDefinition, ToolboxToolViewModel, PropertyGridEditorCollection, StylesManager */
|
|
3152
3209
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3153
3210
|
|
|
3154
3211
|
"use strict";
|
|
@@ -3303,46 +3360,49 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3303
3360
|
/* harmony import */ var _Search__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../Search */ "./src/Search.tsx");
|
|
3304
3361
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchComponent", function() { return _Search__WEBPACK_IMPORTED_MODULE_44__["SearchComponent"]; });
|
|
3305
3362
|
|
|
3306
|
-
/* harmony import */ var
|
|
3307
|
-
/*
|
|
3308
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionSpinEditor", function() { return _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_46__["SurveyQuestionSpinEditor"]; });
|
|
3363
|
+
/* harmony import */ var _Switcher__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../Switcher */ "./src/Switcher.tsx");
|
|
3364
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SwitcherComponent", function() { return _Switcher__WEBPACK_IMPORTED_MODULE_45__["SwitcherComponent"]; });
|
|
3309
3365
|
|
|
3310
|
-
/* harmony import */ var
|
|
3311
|
-
/* empty/unused harmony star reexport *//* harmony import */ var
|
|
3312
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3366
|
+
/* harmony import */ var _tabs_JsonErrorItem__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../tabs/JsonErrorItem */ "./src/tabs/JsonErrorItem.tsx");
|
|
3367
|
+
/* empty/unused harmony star reexport *//* harmony import */ var _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../custom-questions/SpinEditor */ "./src/custom-questions/SpinEditor.tsx");
|
|
3368
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionSpinEditor", function() { return _custom_questions_SpinEditor__WEBPACK_IMPORTED_MODULE_47__["SurveyQuestionSpinEditor"]; });
|
|
3313
3369
|
|
|
3314
|
-
/* harmony import */ var
|
|
3315
|
-
/* harmony reexport
|
|
3370
|
+
/* harmony import */ var _custom_questions_ColorItem__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../custom-questions/ColorItem */ "./src/custom-questions/ColorItem.tsx");
|
|
3371
|
+
/* empty/unused harmony star reexport *//* harmony import */ var _custom_questions_ColorQuestion__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../custom-questions/ColorQuestion */ "./src/custom-questions/ColorQuestion.tsx");
|
|
3372
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionColor", function() { return _custom_questions_ColorQuestion__WEBPACK_IMPORTED_MODULE_49__["SurveyQuestionColor"]; });
|
|
3316
3373
|
|
|
3317
|
-
/* harmony import */ var
|
|
3318
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3374
|
+
/* harmony import */ var _custom_questions_FileEditQuestion__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../custom-questions/FileEditQuestion */ "./src/custom-questions/FileEditQuestion.tsx");
|
|
3375
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionFileEditor", function() { return _custom_questions_FileEditQuestion__WEBPACK_IMPORTED_MODULE_50__["SurveyQuestionFileEditor"]; });
|
|
3319
3376
|
|
|
3320
|
-
/* harmony import */ var
|
|
3321
|
-
/* harmony
|
|
3322
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "editorLocalization", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_51__["editorLocalization"]; });
|
|
3377
|
+
/* harmony import */ var _custom_questions_TextWithResetQuestion__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../custom-questions/TextWithResetQuestion */ "./src/custom-questions/TextWithResetQuestion.tsx");
|
|
3378
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionTextWithReset", function() { return _custom_questions_TextWithResetQuestion__WEBPACK_IMPORTED_MODULE_51__["SurveyQuestionTextWithReset"]; });
|
|
3323
3379
|
|
|
3324
|
-
/* harmony
|
|
3380
|
+
/* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! survey-creator-core */ "survey-creator-core");
|
|
3381
|
+
/* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_52___default = /*#__PURE__*/__webpack_require__.n(survey_creator_core__WEBPACK_IMPORTED_MODULE_52__);
|
|
3382
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "editorLocalization", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["editorLocalization"]; });
|
|
3325
3383
|
|
|
3326
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3384
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "localization", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["localization"]; });
|
|
3327
3385
|
|
|
3328
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3386
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "settings", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["settings"]; });
|
|
3329
3387
|
|
|
3330
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3388
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "svgBundle", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["svgBundle"]; });
|
|
3331
3389
|
|
|
3332
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3390
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyLogic", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["SurveyLogic"]; });
|
|
3333
3391
|
|
|
3334
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3392
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyLogicUI", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["SurveyLogicUI"]; });
|
|
3335
3393
|
|
|
3336
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3394
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionEditorDefinition", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["SurveyQuestionEditorDefinition"]; });
|
|
3337
3395
|
|
|
3338
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3396
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ToolboxToolViewModel", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["ToolboxToolViewModel"]; });
|
|
3339
3397
|
|
|
3340
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
3398
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorCollection", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["PropertyGridEditorCollection"]; });
|
|
3341
3399
|
|
|
3342
|
-
/* harmony
|
|
3343
|
-
|
|
3400
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StylesManager", function() { return survey_creator_core__WEBPACK_IMPORTED_MODULE_52__["StylesManager"]; });
|
|
3401
|
+
|
|
3402
|
+
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3403
|
+
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_53___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_53__);
|
|
3344
3404
|
var Version;
|
|
3345
|
-
Version = "".concat("1.9.
|
|
3405
|
+
Version = "".concat("1.9.126");
|
|
3346
3406
|
// import "@survey/creator/survey-creator-core.css";
|
|
3347
3407
|
|
|
3348
3408
|
|
|
@@ -3388,6 +3448,7 @@ Version = "".concat("1.9.125");
|
|
|
3388
3448
|
|
|
3389
3449
|
|
|
3390
3450
|
|
|
3451
|
+
|
|
3391
3452
|
|
|
3392
3453
|
|
|
3393
3454
|
//custom questions
|
|
@@ -3404,7 +3465,7 @@ Version = "".concat("1.9.125");
|
|
|
3404
3465
|
|
|
3405
3466
|
|
|
3406
3467
|
|
|
3407
|
-
Object(
|
|
3468
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.9.126"), "survey-creator-react");
|
|
3408
3469
|
|
|
3409
3470
|
|
|
3410
3471
|
/***/ }),
|