survey-creator-react 1.9.124 → 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":
|
|
@@ -2150,14 +2206,15 @@ var PanelAdornerComponent = /** @class */ (function (_super) {
|
|
|
2150
2206
|
if (!this.model.isEmptyElement) {
|
|
2151
2207
|
return null;
|
|
2152
2208
|
}
|
|
2153
|
-
return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-panel__placeholder_frame" },
|
|
2154
|
-
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2209
|
+
return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-panel__placeholder_frame-wrapper" },
|
|
2210
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-panel__placeholder_frame" },
|
|
2211
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-panel__placeholder" }, this.model.placeholderText),
|
|
2212
|
+
this.model.showAddQuestionButton ? Object(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-panel__add-new-question svc-action-button", onClick: function (e) {
|
|
2213
|
+
e.stopPropagation();
|
|
2214
|
+
_this.model.addNewQuestion();
|
|
2215
|
+
} },
|
|
2216
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(survey_react_ui__WEBPACK_IMPORTED_MODULE_2__["SvgIcon"], { className: "svc-panel__add-new-question-icon", iconName: "icon-add_24x24", size: 24 }),
|
|
2217
|
+
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span", { className: "svc-text svc-text--normal svc-text--bold" }, this.model.addNewQuestionText))) : null)));
|
|
2161
2218
|
};
|
|
2162
2219
|
PanelAdornerComponent.prototype.disableTabStop = function () {
|
|
2163
2220
|
return true;
|
|
@@ -2288,8 +2345,9 @@ var QuestionAdornerComponent = /** @class */ (function (_super) {
|
|
|
2288
2345
|
if (!this.model.isEmptyElement) {
|
|
2289
2346
|
return null;
|
|
2290
2347
|
}
|
|
2291
|
-
return (react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-panel__placeholder_frame" },
|
|
2292
|
-
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-
|
|
2348
|
+
return (react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-panel__placeholder_frame-wrapper" },
|
|
2349
|
+
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-panel__placeholder_frame" },
|
|
2350
|
+
react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("div", { className: "svc-panel__placeholder" }, this.model.placeholderText))));
|
|
2293
2351
|
};
|
|
2294
2352
|
return QuestionAdornerComponent;
|
|
2295
2353
|
}(_ModelElement__WEBPACK_IMPORTED_MODULE_5__["CreatorModelElement"]));
|
|
@@ -2397,19 +2455,20 @@ var QuestionDropdownAdornerComponent = /** @class */ (function (_super) {
|
|
|
2397
2455
|
var _this = this;
|
|
2398
2456
|
var textStyle = this.question.textStyle;
|
|
2399
2457
|
return (react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div", { className: "svc-question__dropdown-choices--wrapper" },
|
|
2400
|
-
react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
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)));
|
|
2413
2472
|
};
|
|
2414
2473
|
return QuestionDropdownAdornerComponent;
|
|
2415
2474
|
}(_Question__WEBPACK_IMPORTED_MODULE_4__["QuestionAdornerComponent"]));
|
|
@@ -3146,7 +3205,7 @@ var __spreadArrays = function () {
|
|
|
3146
3205
|
/*!******************************!*\
|
|
3147
3206
|
!*** ./src/entries/index.ts ***!
|
|
3148
3207
|
\******************************/
|
|
3149
|
-
/*! 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 */
|
|
3150
3209
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3151
3210
|
|
|
3152
3211
|
"use strict";
|
|
@@ -3301,46 +3360,49 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3301
3360
|
/* harmony import */ var _Search__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../Search */ "./src/Search.tsx");
|
|
3302
3361
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchComponent", function() { return _Search__WEBPACK_IMPORTED_MODULE_44__["SearchComponent"]; });
|
|
3303
3362
|
|
|
3304
|
-
/* harmony import */ var
|
|
3305
|
-
/*
|
|
3306
|
-
/* 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"]; });
|
|
3307
3365
|
|
|
3308
|
-
/* harmony import */ var
|
|
3309
|
-
/* empty/unused harmony star reexport *//* harmony import */ var
|
|
3310
|
-
/* 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"]; });
|
|
3311
3369
|
|
|
3312
|
-
/* harmony import */ var
|
|
3313
|
-
/* 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"]; });
|
|
3314
3373
|
|
|
3315
|
-
/* harmony import */ var
|
|
3316
|
-
/* 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"]; });
|
|
3317
3376
|
|
|
3318
|
-
/* harmony import */ var
|
|
3319
|
-
/* harmony
|
|
3320
|
-
/* 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"]; });
|
|
3321
3379
|
|
|
3322
|
-
/* 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"]; });
|
|
3323
3383
|
|
|
3324
|
-
/* 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"]; });
|
|
3325
3385
|
|
|
3326
|
-
/* 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"]; });
|
|
3327
3387
|
|
|
3328
|
-
/* 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"]; });
|
|
3329
3389
|
|
|
3330
|
-
/* 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"]; });
|
|
3331
3391
|
|
|
3332
|
-
/* 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"]; });
|
|
3333
3393
|
|
|
3334
|
-
/* 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"]; });
|
|
3335
3395
|
|
|
3336
|
-
/* 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"]; });
|
|
3337
3397
|
|
|
3338
|
-
/* 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"]; });
|
|
3339
3399
|
|
|
3340
|
-
/* harmony
|
|
3341
|
-
|
|
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__);
|
|
3342
3404
|
var Version;
|
|
3343
|
-
Version = "".concat("1.9.
|
|
3405
|
+
Version = "".concat("1.9.126");
|
|
3344
3406
|
// import "@survey/creator/survey-creator-core.css";
|
|
3345
3407
|
|
|
3346
3408
|
|
|
@@ -3386,6 +3448,7 @@ Version = "".concat("1.9.124");
|
|
|
3386
3448
|
|
|
3387
3449
|
|
|
3388
3450
|
|
|
3451
|
+
|
|
3389
3452
|
|
|
3390
3453
|
|
|
3391
3454
|
//custom questions
|
|
@@ -3402,7 +3465,7 @@ Version = "".concat("1.9.124");
|
|
|
3402
3465
|
|
|
3403
3466
|
|
|
3404
3467
|
|
|
3405
|
-
Object(
|
|
3468
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_53__["checkLibraryVersion"])("".concat("1.9.126"), "survey-creator-react");
|
|
3406
3469
|
|
|
3407
3470
|
|
|
3408
3471
|
/***/ }),
|