survey-creator-core 1.12.15 → 1.12.16
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/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +483 -399
- package/survey-creator-core.fontless.css +482 -398
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +17 -16
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +398 -243
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +18 -17
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +46 -12
- package/themes/default-contrast.js.map +1 -1
- package/themes/default-contrast.min.js +1 -1
- package/themes/default-contrast.min.js.LICENSE.txt +1 -1
- package/themes/default-dark.js +50 -16
- package/themes/default-dark.js.map +1 -1
- package/themes/default-dark.min.js +1 -1
- package/themes/default-dark.min.js.LICENSE.txt +1 -1
- package/themes/default-light.js +46 -12
- package/themes/default-light.js.map +1 -1
- package/themes/default-light.min.js +1 -1
- package/themes/default-light.min.js.LICENSE.txt +1 -1
- package/themes/index.js +54 -18
- package/themes/index.js.map +1 -1
- package/themes/index.min.js +1 -1
- package/themes/index.min.js.LICENSE.txt +1 -1
- package/themes/themes/default-contrast.d.ts +2 -0
- package/themes/themes/default-dark.d.ts +2 -0
- package/themes/themes/default-light.d.ts +2 -0
- package/themes/themes/default.d.ts +82 -16
- package/themes/themes/index.d.ts +3 -0
- package/typings/components/action-container-view-model.d.ts +1 -0
- package/typings/components/list-theme.d.ts +25 -0
- package/typings/components/scroll.d.ts +1 -0
- package/typings/components/tabs/logic-theme.d.ts +2 -4
- package/typings/components/tabs/logic-types.d.ts +2 -0
- package/typings/components/tabs/translation-theme.d.ts +1 -0
- package/typings/creator-base.d.ts +20 -0
- package/typings/creator-options.d.ts +37 -0
- package/typings/entries/index.d.ts +1 -0
- package/typings/property-grid/search-manager.d.ts +1 -0
- package/typings/property-grid-theme/property-grid.d.ts +3 -1
- package/typings/themes/default-contrast.d.ts +2 -0
- package/typings/themes/default-dark.d.ts +2 -0
- package/typings/themes/default-light.d.ts +2 -0
- package/typings/themes/default.d.ts +82 -16
- package/typings/themes/index.d.ts +3 -0
package/survey-creator-core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.16
|
|
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
|
|
@@ -80,6 +80,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
80
80
|
// extracted by mini-css-extract-plugin
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
/***/ }),
|
|
84
|
+
|
|
85
|
+
/***/ "./src/components/list.scss":
|
|
86
|
+
/*!**********************************!*\
|
|
87
|
+
!*** ./src/components/list.scss ***!
|
|
88
|
+
\**********************************/
|
|
89
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
90
|
+
|
|
91
|
+
"use strict";
|
|
92
|
+
__webpack_require__.r(__webpack_exports__);
|
|
93
|
+
// extracted by mini-css-extract-plugin
|
|
94
|
+
|
|
95
|
+
|
|
83
96
|
/***/ }),
|
|
84
97
|
|
|
85
98
|
/***/ "./src/components/matrix-cell.scss":
|
|
@@ -4674,6 +4687,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4674
4687
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
4675
4688
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_1__);
|
|
4676
4689
|
/* harmony import */ var _survey_elements__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../survey-elements */ "./src/survey-elements.ts");
|
|
4690
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./list-theme */ "./src/components/list-theme.ts");
|
|
4691
|
+
|
|
4677
4692
|
|
|
4678
4693
|
|
|
4679
4694
|
|
|
@@ -4681,7 +4696,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4681
4696
|
var SurveyElementActionContainer = /** @class */ (function (_super) {
|
|
4682
4697
|
(0,tslib__WEBPACK_IMPORTED_MODULE_0__.__extends)(SurveyElementActionContainer, _super);
|
|
4683
4698
|
function SurveyElementActionContainer() {
|
|
4684
|
-
|
|
4699
|
+
var _this = _super.call(this) || this;
|
|
4700
|
+
_this.dotsItem.iconSize = "auto";
|
|
4701
|
+
_this.dotsItem.popupModel.cssClass += " svc-creator-popup";
|
|
4702
|
+
_this.hiddenItemsListModel.cssClasses = _list_theme__WEBPACK_IMPORTED_MODULE_3__.listComponentCss;
|
|
4703
|
+
return _this;
|
|
4685
4704
|
}
|
|
4686
4705
|
SurveyElementActionContainer.prototype.needToShrink = function (item, shrinkTypeConverterAction) {
|
|
4687
4706
|
return (item.innerItem.location == "start" && shrinkTypeConverterAction || item.innerItem.location != "start");
|
|
@@ -4886,9 +4905,7 @@ var SurveyElementAdornerBase = /** @class */ (function (_super) {
|
|
|
4886
4905
|
};
|
|
4887
4906
|
SurveyElementAdornerBase.prototype.createActionContainer = function () {
|
|
4888
4907
|
var actionContainer = new SurveyElementActionContainer();
|
|
4889
|
-
actionContainer.dotsItem.iconSize = "auto";
|
|
4890
4908
|
actionContainer.dotsItem.popupModel.horizontalPosition = "center";
|
|
4891
|
-
actionContainer.dotsItem.popupModel.cssClass += " svc-creator-popup";
|
|
4892
4909
|
return actionContainer;
|
|
4893
4910
|
};
|
|
4894
4911
|
Object.defineProperty(SurveyElementAdornerBase.prototype, "canExpandOnDrag", {
|
|
@@ -5959,6 +5976,47 @@ survey_core__WEBPACK_IMPORTED_MODULE_1__.QuestionFactory.Instance.registerQuesti
|
|
|
5959
5976
|
}, false);
|
|
5960
5977
|
|
|
5961
5978
|
|
|
5979
|
+
/***/ }),
|
|
5980
|
+
|
|
5981
|
+
/***/ "./src/components/list-theme.ts":
|
|
5982
|
+
/*!**************************************!*\
|
|
5983
|
+
!*** ./src/components/list-theme.ts ***!
|
|
5984
|
+
\**************************************/
|
|
5985
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5986
|
+
|
|
5987
|
+
"use strict";
|
|
5988
|
+
__webpack_require__.r(__webpack_exports__);
|
|
5989
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5990
|
+
/* harmony export */ listComponentCss: () => (/* binding */ listComponentCss)
|
|
5991
|
+
/* harmony export */ });
|
|
5992
|
+
__webpack_require__(/*! ./list.scss */ "./src/components/list.scss");
|
|
5993
|
+
var listComponentCss = {
|
|
5994
|
+
root: "svc-list__container",
|
|
5995
|
+
itemsContainer: "svc-list",
|
|
5996
|
+
itemsContainerFiltering: "svc-list--filtering",
|
|
5997
|
+
emptyContainer: "svc-list__empty-container",
|
|
5998
|
+
emptyText: "svc-list__empty-text",
|
|
5999
|
+
filter: "svc-list__filter",
|
|
6000
|
+
filterIcon: "svc-list__filter-icon",
|
|
6001
|
+
filterInput: "svc-list__input",
|
|
6002
|
+
searchClearButtonIcon: "svc-list__filter-clear-button",
|
|
6003
|
+
loadingIndicator: "svc-list__loading-indicator",
|
|
6004
|
+
item: "svc-list__item",
|
|
6005
|
+
itemSelected: "svc-list__item--selected",
|
|
6006
|
+
itemGroup: "svc-list__item--group",
|
|
6007
|
+
itemGroupSelected: "svc-list__item--group-selected",
|
|
6008
|
+
itemWithIcon: "svc-list__item--with-icon",
|
|
6009
|
+
itemDisabled: "svc-list__item--disabled",
|
|
6010
|
+
itemFocused: "svc-list__item--focused",
|
|
6011
|
+
itemHovered: "svc-list__item--hovered",
|
|
6012
|
+
itemTextWrap: "svc-list__item-text--wrap",
|
|
6013
|
+
itemIcon: "svc-list__item-icon",
|
|
6014
|
+
itemMarkerIcon: "svc-list-item__marker-icon",
|
|
6015
|
+
itemSeparator: "svc-list__item-separator",
|
|
6016
|
+
itemBody: "svc-list__item-body",
|
|
6017
|
+
};
|
|
6018
|
+
|
|
6019
|
+
|
|
5962
6020
|
/***/ }),
|
|
5963
6021
|
|
|
5964
6022
|
/***/ "./src/components/matrix-cell.ts":
|
|
@@ -6161,11 +6219,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6161
6219
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
6162
6220
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_1__);
|
|
6163
6221
|
/* harmony import */ var _editorLocalization__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../editorLocalization */ "./src/editorLocalization.ts");
|
|
6222
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
6164
6223
|
|
|
6165
6224
|
|
|
6166
6225
|
__webpack_require__(/*! ./page-navigator.scss */ "./src/components/page-navigator/page-navigator.scss");
|
|
6167
6226
|
__webpack_require__(/*! ./page-navigator-item.scss */ "./src/components/page-navigator/page-navigator-item.scss");
|
|
6168
6227
|
|
|
6228
|
+
|
|
6169
6229
|
var PageNavigatorViewModel = /** @class */ (function (_super) {
|
|
6170
6230
|
(0,tslib__WEBPACK_IMPORTED_MODULE_0__.__extends)(PageNavigatorViewModel, _super);
|
|
6171
6231
|
function PageNavigatorViewModel(pagesController, pageEditMode) {
|
|
@@ -6198,6 +6258,7 @@ var PageNavigatorViewModel = /** @class */ (function (_super) {
|
|
|
6198
6258
|
_this.pagesController.selectPage(item.data);
|
|
6199
6259
|
_this.popupModel.hide();
|
|
6200
6260
|
},
|
|
6261
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_3__.listComponentCss,
|
|
6201
6262
|
allowSelection: true
|
|
6202
6263
|
});
|
|
6203
6264
|
_this.popupModel = new survey_core__WEBPACK_IMPORTED_MODULE_1__.PopupModel("sv-list", { model: _this.pageListModel }, { cssClass: "svc-creator-popup" });
|
|
@@ -7397,6 +7458,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7397
7458
|
/* harmony import */ var _action_container_view_model__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./action-container-view-model */ "./src/components/action-container-view-model.ts");
|
|
7398
7459
|
/* harmony import */ var _creator_settings__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../creator-settings */ "./src/creator-settings.ts");
|
|
7399
7460
|
/* harmony import */ var _string_editor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./string-editor */ "./src/components/string-editor.ts");
|
|
7461
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./list-theme */ "./src/components/list-theme.ts");
|
|
7400
7462
|
|
|
7401
7463
|
|
|
7402
7464
|
|
|
@@ -7406,6 +7468,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7406
7468
|
__webpack_require__(/*! ./question.scss */ "./src/components/question.scss");
|
|
7407
7469
|
|
|
7408
7470
|
|
|
7471
|
+
|
|
7409
7472
|
var QuestionAdornerViewModel = /** @class */ (function (_super) {
|
|
7410
7473
|
(0,tslib__WEBPACK_IMPORTED_MODULE_0__.__extends)(QuestionAdornerViewModel, _super);
|
|
7411
7474
|
function QuestionAdornerViewModel(creator, surveyElement, templateData) {
|
|
@@ -8020,7 +8083,7 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
|
|
|
8020
8083
|
if (selectedAction == action && !selectedSubactionLocal_1)
|
|
8021
8084
|
selectedSubactionLocal_1 = defaultSubaction;
|
|
8022
8085
|
}
|
|
8023
|
-
action.setSubItems({ items: subactions_1 });
|
|
8086
|
+
action.setSubItems({ items: subactions_1, cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_8__.listComponentCss });
|
|
8024
8087
|
if (selectedSubactionLocal_1) {
|
|
8025
8088
|
selectedAction = action;
|
|
8026
8089
|
selectedSubaction = selectedSubactionLocal_1;
|
|
@@ -8051,7 +8114,10 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
|
|
|
8051
8114
|
if (!this.surveyElement || this.surveyElement.isPanel) {
|
|
8052
8115
|
return null;
|
|
8053
8116
|
}
|
|
8054
|
-
var listModel = new survey_core__WEBPACK_IMPORTED_MODULE_1__.ListModel(
|
|
8117
|
+
var listModel = new survey_core__WEBPACK_IMPORTED_MODULE_1__.ListModel({
|
|
8118
|
+
items: [],
|
|
8119
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_8__.listComponentCss,
|
|
8120
|
+
});
|
|
8055
8121
|
this.updateQuestionTypeOrSubtypeListModel(listModel, true);
|
|
8056
8122
|
if (listModel.actions.length == 0)
|
|
8057
8123
|
return null;
|
|
@@ -8100,6 +8166,7 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
|
|
|
8100
8166
|
allowSelection: true,
|
|
8101
8167
|
horizontalPosition: "center",
|
|
8102
8168
|
cssClass: "svc-creator-popup",
|
|
8169
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_8__.listComponentCss,
|
|
8103
8170
|
});
|
|
8104
8171
|
newAction.popupModel.onVisibilityChanged.add(function (_, opt) {
|
|
8105
8172
|
if (opt.isVisible) {
|
|
@@ -8496,6 +8563,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8496
8563
|
__webpack_require__(/*! ./row.scss */ "./src/components/row.scss");
|
|
8497
8564
|
var ScrollViewModel = /** @class */ (function () {
|
|
8498
8565
|
function ScrollViewModel() {
|
|
8566
|
+
this._lockScroll = false;
|
|
8499
8567
|
//this.dragTypeOverMe = this.row.dragTypeOverMe;
|
|
8500
8568
|
}
|
|
8501
8569
|
ScrollViewModel.prototype.setRootElement = function (element) {
|
|
@@ -8519,9 +8587,14 @@ var ScrollViewModel = /** @class */ (function () {
|
|
|
8519
8587
|
this._containerBodyResizeObserver.observe(this._containerBodyElement);
|
|
8520
8588
|
};
|
|
8521
8589
|
ScrollViewModel.prototype.onScrollContainer = function () {
|
|
8590
|
+
this._lockScroll = true;
|
|
8522
8591
|
this._scrollbarElement.scrollTop = this._containerElementValue.scrollTop;
|
|
8523
8592
|
};
|
|
8524
8593
|
ScrollViewModel.prototype.onScrollScrollbar = function () {
|
|
8594
|
+
if (this._lockScroll) {
|
|
8595
|
+
this._lockScroll = false;
|
|
8596
|
+
return;
|
|
8597
|
+
}
|
|
8525
8598
|
this._containerElementValue.scrollTop = this._scrollbarElement.scrollTop;
|
|
8526
8599
|
};
|
|
8527
8600
|
ScrollViewModel.prototype.unsubscribeRootElement = function () {
|
|
@@ -10654,7 +10727,6 @@ var TabDesignerPlugin = /** @class */ (function () {
|
|
|
10654
10727
|
}
|
|
10655
10728
|
},
|
|
10656
10729
|
active: this.isSettingsActive,
|
|
10657
|
-
pressed: this.isSettingsActive,
|
|
10658
10730
|
visible: this.createVisibleUpdater(),
|
|
10659
10731
|
locTitleName: "ed.surveySettings",
|
|
10660
10732
|
locTooltipName: "ed.surveySettingsTooltip",
|
|
@@ -10700,11 +10772,9 @@ var TabDesignerPlugin = /** @class */ (function () {
|
|
|
10700
10772
|
items.push(this.surveySettingsAction);
|
|
10701
10773
|
this.creator.onSelectedElementChanged.add(function (sender, options) {
|
|
10702
10774
|
_this.surveySettingsAction.active = _this.isSettingsActive;
|
|
10703
|
-
_this.surveySettingsAction.pressed = _this.isSettingsActive;
|
|
10704
10775
|
});
|
|
10705
10776
|
this.creator.onShowSidebarVisibilityChanged.add(function (sender, options) {
|
|
10706
10777
|
_this.surveySettingsAction.active = _this.isSettingsActive;
|
|
10707
|
-
_this.surveySettingsAction.pressed = _this.isSettingsActive;
|
|
10708
10778
|
});
|
|
10709
10779
|
return items;
|
|
10710
10780
|
};
|
|
@@ -10901,7 +10971,7 @@ var TabDesignerViewModel = /** @class */ (function (_super) {
|
|
|
10901
10971
|
newPage.updateCustomWidgets();
|
|
10902
10972
|
newPage.setWasShown(true);
|
|
10903
10973
|
newPage.setSurveyImpl(this.survey);
|
|
10904
|
-
newPage.updateElementCss();
|
|
10974
|
+
newPage.updateElementCss(true);
|
|
10905
10975
|
var checkNewElementHandler = function (sender, options) {
|
|
10906
10976
|
if (options.name === "elements" && newPage.elements.length > 0) {
|
|
10907
10977
|
// if (this.survey.pages.indexOf(newPage) > -1) return;
|
|
@@ -13875,6 +13945,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13875
13945
|
/* harmony import */ var _editorLocalization__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../editorLocalization */ "./src/editorLocalization.ts");
|
|
13876
13946
|
/* harmony import */ var _logic_ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./logic-ui */ "./src/components/tabs/logic-ui.ts");
|
|
13877
13947
|
/* harmony import */ var _survey_helper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../survey-helper */ "./src/survey-helper.ts");
|
|
13948
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
13949
|
+
|
|
13878
13950
|
|
|
13879
13951
|
|
|
13880
13952
|
|
|
@@ -13985,6 +14057,7 @@ var TabLogicPlugin = /** @class */ (function () {
|
|
|
13985
14057
|
_this.model.questionFilter = !!item.id ? item.id : "";
|
|
13986
14058
|
},
|
|
13987
14059
|
allowSelection: true,
|
|
14060
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss,
|
|
13988
14061
|
locOwner: this.creator
|
|
13989
14062
|
}, {
|
|
13990
14063
|
verticalPosition: "bottom",
|
|
@@ -14008,6 +14081,7 @@ var TabLogicPlugin = /** @class */ (function () {
|
|
|
14008
14081
|
_this.model.actionTypeFilter = !!item.id ? item.id : "";
|
|
14009
14082
|
},
|
|
14010
14083
|
allowSelection: true,
|
|
14084
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss,
|
|
14011
14085
|
locOwner: this.creator
|
|
14012
14086
|
}, {
|
|
14013
14087
|
verticalPosition: "bottom",
|
|
@@ -14062,6 +14136,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14062
14136
|
/* harmony export */ });
|
|
14063
14137
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
14064
14138
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_0__);
|
|
14139
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
14140
|
+
|
|
14065
14141
|
|
|
14066
14142
|
var logicCss = {
|
|
14067
14143
|
root: "",
|
|
@@ -14168,7 +14244,8 @@ var logicCss = {
|
|
|
14168
14244
|
footer: "",
|
|
14169
14245
|
formGroup: "",
|
|
14170
14246
|
hasError: "",
|
|
14171
|
-
disabled: ""
|
|
14247
|
+
disabled: "",
|
|
14248
|
+
confirmDialog: "sl-popup--confirm sv-popup--confirm svc-creator-popup"
|
|
14172
14249
|
},
|
|
14173
14250
|
image: { root: "" },
|
|
14174
14251
|
error: {
|
|
@@ -14391,10 +14468,7 @@ var logicCss = {
|
|
|
14391
14468
|
buttonCollapsed: ""
|
|
14392
14469
|
}
|
|
14393
14470
|
},
|
|
14394
|
-
list:
|
|
14395
|
-
root: "sv-list__container sl-list",
|
|
14396
|
-
itemBody: "sv-list__item-body sd-list__item-body sl-list__item-body"
|
|
14397
|
-
},
|
|
14471
|
+
list: JSON.parse(JSON.stringify(_list_theme__WEBPACK_IMPORTED_MODULE_1__.listComponentCss)),
|
|
14398
14472
|
embeddedsurvey: {
|
|
14399
14473
|
mainRoot: "sl-embedded-survey"
|
|
14400
14474
|
},
|
|
@@ -14452,6 +14526,18 @@ var SurveyLogicType = /** @class */ (function () {
|
|
|
14452
14526
|
}
|
|
14453
14527
|
}
|
|
14454
14528
|
};
|
|
14529
|
+
SurveyLogicType.prototype.hasNeededTypes = function (types) {
|
|
14530
|
+
if (types.indexOf(this.baseClass) < 0)
|
|
14531
|
+
return false;
|
|
14532
|
+
var inCls = this.logicType.incorrectClasses;
|
|
14533
|
+
if (Array.isArray(inCls)) {
|
|
14534
|
+
for (var i = 0; i < inCls.length; i++) {
|
|
14535
|
+
if (types.indexOf(inCls[i]) > -1)
|
|
14536
|
+
return false;
|
|
14537
|
+
}
|
|
14538
|
+
}
|
|
14539
|
+
return true;
|
|
14540
|
+
};
|
|
14455
14541
|
Object.defineProperty(SurveyLogicType.prototype, "name", {
|
|
14456
14542
|
get: function () {
|
|
14457
14543
|
return this.logicType.name;
|
|
@@ -14780,16 +14866,19 @@ var SurveyLogicTypes = /** @class */ (function () {
|
|
|
14780
14866
|
{
|
|
14781
14867
|
name: "panel_visibility",
|
|
14782
14868
|
baseClass: "panel",
|
|
14869
|
+
incorrectClasses: ["page"],
|
|
14783
14870
|
propertyName: "visibleIf",
|
|
14784
14871
|
},
|
|
14785
14872
|
{
|
|
14786
14873
|
name: "panel_enable",
|
|
14787
14874
|
baseClass: "panel",
|
|
14875
|
+
incorrectClasses: ["page"],
|
|
14788
14876
|
propertyName: "enableIf",
|
|
14789
14877
|
},
|
|
14790
14878
|
{
|
|
14791
14879
|
name: "panel_require",
|
|
14792
14880
|
baseClass: "panel",
|
|
14881
|
+
incorrectClasses: ["page"],
|
|
14793
14882
|
propertyName: "requiredIf",
|
|
14794
14883
|
},
|
|
14795
14884
|
{
|
|
@@ -16050,8 +16139,7 @@ var SurveyLogic = /** @class */ (function (_super) {
|
|
|
16050
16139
|
if (lt.showInUI !== showInUI)
|
|
16051
16140
|
continue;
|
|
16052
16141
|
var expression = element[lt.propertyName];
|
|
16053
|
-
if (
|
|
16054
|
-
!survey_core__WEBPACK_IMPORTED_MODULE_1__.Helpers.isValueEmpty(expression)) {
|
|
16142
|
+
if (lt.hasNeededTypes(types) && !survey_core__WEBPACK_IMPORTED_MODULE_1__.Helpers.isValueEmpty(expression)) {
|
|
16055
16143
|
var key = this.getLogicItemHashKey(expression, element);
|
|
16056
16144
|
var item = hash[key];
|
|
16057
16145
|
if (!item) {
|
|
@@ -16156,6 +16244,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16156
16244
|
/* harmony import */ var _editorLocalization__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../editorLocalization */ "./src/editorLocalization.ts");
|
|
16157
16245
|
/* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/utils */ "./src/utils/utils.ts");
|
|
16158
16246
|
/* harmony import */ var _theme_model__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./theme-model */ "./src/components/tabs/theme-model.ts");
|
|
16247
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
16248
|
+
|
|
16159
16249
|
|
|
16160
16250
|
|
|
16161
16251
|
|
|
@@ -16405,6 +16495,7 @@ var PreviewViewModel = /** @class */ (function (_super) {
|
|
|
16405
16495
|
}
|
|
16406
16496
|
},
|
|
16407
16497
|
cssClass: "svc-creator-popup",
|
|
16498
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_6__.listComponentCss,
|
|
16408
16499
|
verticalPosition: "top",
|
|
16409
16500
|
horizontalPosition: "center"
|
|
16410
16501
|
});
|
|
@@ -16579,6 +16670,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16579
16670
|
/* harmony import */ var _editorLocalization__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../editorLocalization */ "./src/editorLocalization.ts");
|
|
16580
16671
|
/* harmony import */ var _simulator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../simulator */ "./src/components/simulator.ts");
|
|
16581
16672
|
/* harmony import */ var _test__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./test */ "./src/components/tabs/test.ts");
|
|
16673
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
16674
|
+
|
|
16582
16675
|
|
|
16583
16676
|
|
|
16584
16677
|
|
|
@@ -16745,6 +16838,7 @@ var TabTestPlugin = /** @class */ (function () {
|
|
|
16745
16838
|
onSelectionChanged: function (item) { _this.setDevice(item.id); },
|
|
16746
16839
|
horizontalPosition: "center",
|
|
16747
16840
|
cssClass: "svc-creator-popup",
|
|
16841
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss,
|
|
16748
16842
|
onHide: function () { _this.deviceSelectorAction.enabled = true; },
|
|
16749
16843
|
onShow: function () { _this.deviceSelectorAction.enabled = false; }
|
|
16750
16844
|
});
|
|
@@ -16799,6 +16893,7 @@ var TabTestPlugin = /** @class */ (function () {
|
|
|
16799
16893
|
_this.changeThemePopupModel.toggleVisibility();
|
|
16800
16894
|
}, true);
|
|
16801
16895
|
this.changeThemeModel.locOwner = this.creator;
|
|
16896
|
+
this.changeThemeModel.cssClasses = _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss;
|
|
16802
16897
|
this.changeThemePopupModel = new survey_core__WEBPACK_IMPORTED_MODULE_1__.PopupModel("sv-list", { model: this.changeThemeModel }, {
|
|
16803
16898
|
verticalPosition: "bottom",
|
|
16804
16899
|
horizontalPosition: "center",
|
|
@@ -16842,6 +16937,7 @@ var TabTestPlugin = /** @class */ (function () {
|
|
|
16842
16937
|
},
|
|
16843
16938
|
horizontalPosition: "center",
|
|
16844
16939
|
cssClass: "svc-creator-popup",
|
|
16940
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss,
|
|
16845
16941
|
onHide: function () { _this.languageSelectorAction.enabled = true; },
|
|
16846
16942
|
onShow: function () { _this.languageSelectorAction.enabled = false; }
|
|
16847
16943
|
});
|
|
@@ -18950,7 +19046,9 @@ var ThemeTabPlugin = /** @class */ (function () {
|
|
|
18950
19046
|
this.setCoverPropertiesFromSurvey(headerViewContainer, simulatorSurvey);
|
|
18951
19047
|
}
|
|
18952
19048
|
var pageTitleQuestion = this.propertyGrid.survey.getQuestionByName("pageTitle");
|
|
18953
|
-
|
|
19049
|
+
//TODO replace vs
|
|
19050
|
+
//let pageElements = simulatorSurvey.pages;
|
|
19051
|
+
var pageElements = simulatorSurvey.isSinglePage ? simulatorSurvey.visiblePages[0].elements : simulatorSurvey.pages;
|
|
18954
19052
|
if (!!pageTitleQuestion) {
|
|
18955
19053
|
pageTitleQuestion.readOnly = !pageElements.some(function (p) { return !!p.title; });
|
|
18956
19054
|
}
|
|
@@ -19346,7 +19444,11 @@ var ThemeTabPlugin = /** @class */ (function () {
|
|
|
19346
19444
|
if (confirm) {
|
|
19347
19445
|
_this.themeModel.resetTheme();
|
|
19348
19446
|
}
|
|
19349
|
-
},
|
|
19447
|
+
}, {
|
|
19448
|
+
applyTitle: (0,_editorLocalization__WEBPACK_IMPORTED_MODULE_2__.getLocString)("ed.themeResetConfirmationOk"),
|
|
19449
|
+
locale: _editorLocalization__WEBPACK_IMPORTED_MODULE_2__.editorLocalization.currentLocale,
|
|
19450
|
+
cssClass: "sv-popup--confirm svc-creator-popup"
|
|
19451
|
+
});
|
|
19350
19452
|
}
|
|
19351
19453
|
});
|
|
19352
19454
|
items.push(this.resetTheme);
|
|
@@ -19733,6 +19835,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19733
19835
|
/* harmony import */ var _translation__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./translation */ "./src/components/tabs/translation.ts");
|
|
19734
19836
|
/* harmony import */ var _side_bar_tab_control_model__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../side-bar/tab-control-model */ "./src/components/side-bar/tab-control-model.ts");
|
|
19735
19837
|
/* harmony import */ var _utils_actions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/actions */ "./src/utils/actions.ts");
|
|
19838
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
19839
|
+
|
|
19736
19840
|
|
|
19737
19841
|
|
|
19738
19842
|
|
|
@@ -19979,6 +20083,7 @@ var TabTranslationPlugin = /** @class */ (function () {
|
|
|
19979
20083
|
},
|
|
19980
20084
|
horizontalPosition: "center",
|
|
19981
20085
|
cssClass: "svc-creator-popup",
|
|
20086
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss,
|
|
19982
20087
|
});
|
|
19983
20088
|
};
|
|
19984
20089
|
TabTranslationPlugin.prototype.createFilterStringsAction = function () {
|
|
@@ -19996,6 +20101,7 @@ var TabTranslationPlugin = /** @class */ (function () {
|
|
|
19996
20101
|
},
|
|
19997
20102
|
horizontalPosition: "center",
|
|
19998
20103
|
cssClass: "svc-creator-popup",
|
|
20104
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss,
|
|
19999
20105
|
});
|
|
20000
20106
|
};
|
|
20001
20107
|
TabTranslationPlugin.prototype.updateFilterStrigsAction = function (updateSelectedItem) {
|
|
@@ -20137,7 +20243,8 @@ var translationCss = {
|
|
|
20137
20243
|
footer: "st-question__footer",
|
|
20138
20244
|
formGroup: "st-question__form-group",
|
|
20139
20245
|
hasError: "",
|
|
20140
|
-
disabled: "st-question--disabled"
|
|
20246
|
+
disabled: "st-question--disabled",
|
|
20247
|
+
confirmDialog: "st-popup--confirm sv-popup--confirm svc-creator-popup"
|
|
20141
20248
|
},
|
|
20142
20249
|
image: { root: "st-image", image: "sv_image_image" },
|
|
20143
20250
|
error: {
|
|
@@ -20386,6 +20493,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20386
20493
|
/* harmony import */ var _translation_theme__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./translation-theme */ "./src/components/tabs/translation-theme.ts");
|
|
20387
20494
|
/* harmony import */ var _utils_actions__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/actions */ "./src/utils/actions.ts");
|
|
20388
20495
|
/* harmony import */ var _action_container_view_model__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../action-container-view-model */ "./src/components/action-container-view-model.ts");
|
|
20496
|
+
/* harmony import */ var _list_theme__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../list-theme */ "./src/components/list-theme.ts");
|
|
20389
20497
|
|
|
20390
20498
|
|
|
20391
20499
|
|
|
@@ -20398,6 +20506,7 @@ __webpack_require__(/*! ./translation.scss */ "./src/components/tabs/translation
|
|
|
20398
20506
|
|
|
20399
20507
|
|
|
20400
20508
|
|
|
20509
|
+
|
|
20401
20510
|
var isLocaleEnableIfExecuting;
|
|
20402
20511
|
function localeEnableIf(params) {
|
|
20403
20512
|
if (isLocaleEnableIfExecuting || !this.question || !this.row)
|
|
@@ -21516,6 +21625,7 @@ var Translation = /** @class */ (function (_super) {
|
|
|
21516
21625
|
items: this.chooseLanguageActions,
|
|
21517
21626
|
allowSelection: false,
|
|
21518
21627
|
cssClass: "svc-creator-popup",
|
|
21628
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_11__.listComponentCss,
|
|
21519
21629
|
onSelectionChanged: function (item) {
|
|
21520
21630
|
_this.addLocale(item.id);
|
|
21521
21631
|
}
|
|
@@ -21970,6 +22080,7 @@ var TranslationEditor = /** @class */ (function () {
|
|
|
21970
22080
|
data: { locStr: locStr, locString: locStr, model: locStr },
|
|
21971
22081
|
onApply: function () { return true; },
|
|
21972
22082
|
cssClass: "svc-creator-popup",
|
|
22083
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_11__.listComponentCss,
|
|
21973
22084
|
title: dialogTitle,
|
|
21974
22085
|
displayMode: "popup"
|
|
21975
22086
|
}, this.options.rootElement);
|
|
@@ -22145,6 +22256,7 @@ var TranslationEditor = /** @class */ (function () {
|
|
|
22145
22256
|
_this.setFromLocale(id);
|
|
22146
22257
|
action.title = _this.getActionTranslateFromText(id);
|
|
22147
22258
|
},
|
|
22259
|
+
cssClasses: _list_theme__WEBPACK_IMPORTED_MODULE_11__.listComponentCss,
|
|
22148
22260
|
allowSelection: true
|
|
22149
22261
|
}, {
|
|
22150
22262
|
verticalPosition: "bottom",
|
|
@@ -22448,6 +22560,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22448
22560
|
/* harmony import */ var _components_action_container_view_model__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./components/action-container-view-model */ "./src/components/action-container-view-model.ts");
|
|
22449
22561
|
/* harmony import */ var _tabbed_menu__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./tabbed-menu */ "./src/tabbed-menu.ts");
|
|
22450
22562
|
/* harmony import */ var _svgbundle__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./svgbundle */ "./src/svgbundle.ts");
|
|
22563
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./components/list-theme */ "./src/components/list-theme.ts");
|
|
22564
|
+
|
|
22451
22565
|
|
|
22452
22566
|
|
|
22453
22567
|
|
|
@@ -22571,8 +22685,12 @@ var SurveyCreatorModel = /** @class */ (function (_super) {
|
|
|
22571
22685
|
*/
|
|
22572
22686
|
_this.onGetObjectDisplayName = _this.addCreatorEvent();
|
|
22573
22687
|
_this.onHtmlToMarkdown = _this.addCreatorEvent();
|
|
22574
|
-
|
|
22688
|
+
/**
|
|
22575
22689
|
* An event that is raised when Survey Creator obtains the expand/collapse state of a survey element on the design surface. Handle this event to set a required state.
|
|
22690
|
+
* @see [ICreatorOptions.collapseQuestions](https://surveyjs.io/survey-creator/documentation/api-reference/icreatoroptions#collapseQuestions)
|
|
22691
|
+
* @see [ICreatorOptions.collapsePanels](https://surveyjs.io/survey-creator/documentation/api-reference/icreatoroptions#collapsePanels)
|
|
22692
|
+
* @see [ICreatorOptions.collapsePages](https://surveyjs.io/survey-creator/documentation/api-reference/icreatoroptions#collapsePages)
|
|
22693
|
+
* @see expandCollapseButtonVisibility
|
|
22576
22694
|
*/
|
|
22577
22695
|
_this.onElementGetExpandCollapseState = _this.addCreatorEvent();
|
|
22578
22696
|
/**
|
|
@@ -23135,6 +23253,9 @@ var SurveyCreatorModel = /** @class */ (function (_super) {
|
|
|
23135
23253
|
};
|
|
23136
23254
|
_this.showTabsDefault = _creator_settings__WEBPACK_IMPORTED_MODULE_2__.settings.layout.showTabs;
|
|
23137
23255
|
_this.showToolbarDefault = _creator_settings__WEBPACK_IMPORTED_MODULE_2__.settings.layout.showToolbar;
|
|
23256
|
+
_this.collapsePages = false;
|
|
23257
|
+
_this.collapsePanels = false;
|
|
23258
|
+
_this.collapseQuestions = false;
|
|
23138
23259
|
_this.expandOnDragTimeOut = 1000;
|
|
23139
23260
|
_this.themeVariables = {};
|
|
23140
23261
|
_this.preferredColorPalette = "light";
|
|
@@ -24393,6 +24514,16 @@ var SurveyCreatorModel = /** @class */ (function (_super) {
|
|
|
24393
24514
|
this.expandCollapseManager.expandCollapseElements("drag-start", true, this.survey.pages);
|
|
24394
24515
|
};
|
|
24395
24516
|
SurveyCreatorModel.prototype.getElementExpandCollapseState = function (element, reason, defaultValue) {
|
|
24517
|
+
if (this.expandCollapseButtonVisibility == "never")
|
|
24518
|
+
return false;
|
|
24519
|
+
if (reason === "loading") {
|
|
24520
|
+
if (element instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__.Question)
|
|
24521
|
+
defaultValue = this.collapseQuestions;
|
|
24522
|
+
if (element instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__.PanelModel)
|
|
24523
|
+
defaultValue = this.collapsePanels;
|
|
24524
|
+
if (element instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__.PageModel)
|
|
24525
|
+
defaultValue = this.collapsePages;
|
|
24526
|
+
}
|
|
24396
24527
|
var options = {
|
|
24397
24528
|
element: element,
|
|
24398
24529
|
reason: reason,
|
|
@@ -26072,6 +26203,7 @@ var SurveyCreatorModel = /** @class */ (function (_super) {
|
|
|
26072
26203
|
items: [],
|
|
26073
26204
|
allowSelection: false,
|
|
26074
26205
|
cssClass: "svc-creator-popup",
|
|
26206
|
+
cssClasses: _components_list_theme__WEBPACK_IMPORTED_MODULE_30__.listComponentCss,
|
|
26075
26207
|
verticalPosition: "bottom",
|
|
26076
26208
|
horizontalPosition: "center",
|
|
26077
26209
|
displayMode: this.isTouch ? "overlay" : "popup"
|
|
@@ -26138,7 +26270,7 @@ var SurveyCreatorModel = /** @class */ (function (_super) {
|
|
|
26138
26270
|
onSelectQuestionType(item.typeName, i.json);
|
|
26139
26271
|
}
|
|
26140
26272
|
}); });
|
|
26141
|
-
action.setSubItems({ items: innerItems });
|
|
26273
|
+
action.setSubItems({ items: innerItems, cssClasses: _components_list_theme__WEBPACK_IMPORTED_MODULE_30__.listComponentCss });
|
|
26142
26274
|
}
|
|
26143
26275
|
return action;
|
|
26144
26276
|
};
|
|
@@ -26289,7 +26421,7 @@ var SurveyCreatorModel = /** @class */ (function (_super) {
|
|
|
26289
26421
|
(0,survey_core__WEBPACK_IMPORTED_MODULE_1__.property)({ defaultValue: false })
|
|
26290
26422
|
], SurveyCreatorModel.prototype, "useTableViewInLogicTab", void 0);
|
|
26291
26423
|
(0,tslib__WEBPACK_IMPORTED_MODULE_0__.__decorate)([
|
|
26292
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_1__.property)({ defaultValue:
|
|
26424
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_1__.property)({ defaultValue: 0 })
|
|
26293
26425
|
], SurveyCreatorModel.prototype, "pageHoverDelay", void 0);
|
|
26294
26426
|
(0,tslib__WEBPACK_IMPORTED_MODULE_0__.__decorate)([
|
|
26295
26427
|
(0,survey_core__WEBPACK_IMPORTED_MODULE_1__.property)({ defaultValue: false })
|
|
@@ -27614,6 +27746,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27614
27746
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
27615
27747
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_1__);
|
|
27616
27748
|
/* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/utils */ "./src/utils/utils.ts");
|
|
27749
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../components/list-theme */ "./src/components/list-theme.ts");
|
|
27750
|
+
|
|
27617
27751
|
|
|
27618
27752
|
|
|
27619
27753
|
|
|
@@ -27770,7 +27904,8 @@ var QuestionColorModel = /** @class */ (function (_super) {
|
|
|
27770
27904
|
onSelectionChanged: function (item) {
|
|
27771
27905
|
_this.value = item.value;
|
|
27772
27906
|
},
|
|
27773
|
-
items: this.choices
|
|
27907
|
+
items: this.choices,
|
|
27908
|
+
cssClasses: _components_list_theme__WEBPACK_IMPORTED_MODULE_3__.listComponentCss,
|
|
27774
27909
|
}, {
|
|
27775
27910
|
showPointer: false,
|
|
27776
27911
|
verticalPosition: "bottom",
|
|
@@ -27793,11 +27928,6 @@ var QuestionColorModel = /** @class */ (function (_super) {
|
|
|
27793
27928
|
dropdownAction.cssClasses = { item: classes.colorDropdown };
|
|
27794
27929
|
dropdownAction.iconName = classes.colorDropdownIcon;
|
|
27795
27930
|
dropdownAction.iconSize = "auto";
|
|
27796
|
-
var listModel = dropdownAction.popupModel.contentComponentData.model;
|
|
27797
|
-
listModel.cssClasses = {};
|
|
27798
|
-
listModel.cssClasses = {
|
|
27799
|
-
itemBody: listModel.cssClasses.itemBody + " " + classes.colorItem
|
|
27800
|
-
};
|
|
27801
27931
|
return classes;
|
|
27802
27932
|
};
|
|
27803
27933
|
QuestionColorModel.prototype.updateChoices = function () {
|
|
@@ -33007,6 +33137,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
33007
33137
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33008
33138
|
/* harmony export */ propertyGridCss: () => (/* binding */ propertyGridCss)
|
|
33009
33139
|
/* harmony export */ });
|
|
33140
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../components/list-theme */ "./src/components/list-theme.ts");
|
|
33141
|
+
|
|
33010
33142
|
var propertyGridCss = {
|
|
33011
33143
|
root: "spg-root-modern",
|
|
33012
33144
|
container: "spg-container-modern",
|
|
@@ -33111,7 +33243,8 @@ var propertyGridCss = {
|
|
|
33111
33243
|
footer: "spg-question__footer",
|
|
33112
33244
|
formGroup: "spg-question__form-group",
|
|
33113
33245
|
hasError: "",
|
|
33114
|
-
disabled: "spg-question--disabled"
|
|
33246
|
+
disabled: "spg-question--disabled",
|
|
33247
|
+
confirmDialog: "spg-popup--confirm sv-popup--confirm svc-creator-popup"
|
|
33115
33248
|
},
|
|
33116
33249
|
image: { root: "spg-image", image: "sv_image_image" },
|
|
33117
33250
|
error: {
|
|
@@ -33205,6 +33338,7 @@ var propertyGridCss = {
|
|
|
33205
33338
|
chevronButton: "sd-dropdown_chevron-button spg-dropdown_chevron-button",
|
|
33206
33339
|
chevronButtonSvg: "sd-dropdown_chevron-button-svg spg-dropdown_chevron-button-svg",
|
|
33207
33340
|
chevronButtonIconId: "icon-chevron",
|
|
33341
|
+
cleanButton: "spg-dropdown__clean-button spg-input__edit-button"
|
|
33208
33342
|
},
|
|
33209
33343
|
buttongroup: {
|
|
33210
33344
|
root: "spg-button-group",
|
|
@@ -33374,6 +33508,7 @@ var propertyGridCss = {
|
|
|
33374
33508
|
buttonCollapsed: ""
|
|
33375
33509
|
}
|
|
33376
33510
|
},
|
|
33511
|
+
list: JSON.parse(JSON.stringify(_components_list_theme__WEBPACK_IMPORTED_MODULE_0__.listComponentCss)),
|
|
33377
33512
|
actionBar: {
|
|
33378
33513
|
root: "spg-action-bar",
|
|
33379
33514
|
item: "spg-action-button",
|
|
@@ -33399,7 +33534,6 @@ var propertyGridCss = {
|
|
|
33399
33534
|
control: "spg-color-editor__input spg-input-container__input",
|
|
33400
33535
|
colorDropdown: "spg-input__edit-button",
|
|
33401
33536
|
colorDropdownIcon: "icon-drop-down-arrow",
|
|
33402
|
-
colorItem: "spg-color-editor__color-item",
|
|
33403
33537
|
swatchIcon: "icon-color-picker"
|
|
33404
33538
|
},
|
|
33405
33539
|
textwithreset: {
|
|
@@ -38413,6 +38547,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
38413
38547
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
38414
38548
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_1__);
|
|
38415
38549
|
/* harmony import */ var _survey_helper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../survey-helper */ "./src/survey-helper.ts");
|
|
38550
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../components/list-theme */ "./src/components/list-theme.ts");
|
|
38551
|
+
|
|
38416
38552
|
|
|
38417
38553
|
|
|
38418
38554
|
|
|
@@ -38562,6 +38698,7 @@ var ObjectSelectorModel = /** @class */ (function (_super) {
|
|
|
38562
38698
|
items: this.selector.items,
|
|
38563
38699
|
onSelectionChanged: function (item) { onClose(item.data); },
|
|
38564
38700
|
allowSelection: true,
|
|
38701
|
+
cssClasses: _components_list_theme__WEBPACK_IMPORTED_MODULE_3__.listComponentCss,
|
|
38565
38702
|
selectedItem: selectedItem
|
|
38566
38703
|
});
|
|
38567
38704
|
this.listModelValue.setOnFilterStringChangedCallback(function (text) { _this.selector.filterByText(text); });
|
|
@@ -38920,6 +39057,7 @@ var SearchManagerPropertyGrid = /** @class */ (function (_super) {
|
|
|
38920
39057
|
element.survey.currentPage = element.page;
|
|
38921
39058
|
}
|
|
38922
39059
|
if (element.isCollapsed) {
|
|
39060
|
+
this.lastCollapsedElement = element;
|
|
38923
39061
|
element.expand(false);
|
|
38924
39062
|
}
|
|
38925
39063
|
this.expandAllParents(element.parent);
|
|
@@ -38930,15 +39068,17 @@ var SearchManagerPropertyGrid = /** @class */ (function (_super) {
|
|
|
38930
39068
|
this.currentMatchIndex = index;
|
|
38931
39069
|
var prevMatch = this.currentMatch;
|
|
38932
39070
|
this.currentMatch = this.allMatches[index];
|
|
38933
|
-
prevMatch === null || prevMatch === void 0 ? void 0 : prevMatch.updateElementCss();
|
|
39071
|
+
prevMatch === null || prevMatch === void 0 ? void 0 : prevMatch.updateElementCss(true);
|
|
38934
39072
|
if (!!this.currentMatch && prevMatch !== this.currentMatch) {
|
|
38935
|
-
this.currentMatch.updateElementCss();
|
|
39073
|
+
this.currentMatch.updateElementCss(true);
|
|
39074
|
+
var lastCollapsedElement = this.lastCollapsedElement;
|
|
38936
39075
|
this.expandAllParents(this.currentMatch);
|
|
39076
|
+
var newPanelExpanded = this.lastCollapsedElement != lastCollapsedElement;
|
|
38937
39077
|
setTimeout(function () {
|
|
38938
39078
|
var _a;
|
|
38939
39079
|
var elementId = (_a = _this.currentMatch) === null || _a === void 0 ? void 0 : _a.id;
|
|
38940
39080
|
(0,_utils_utils__WEBPACK_IMPORTED_MODULE_3__.scrollElementIntoView)(elementId);
|
|
38941
|
-
}, 10);
|
|
39081
|
+
}, newPanelExpanded ? 400 : 10);
|
|
38942
39082
|
}
|
|
38943
39083
|
this.updatedMatchCounterText(index);
|
|
38944
39084
|
};
|
|
@@ -38996,7 +39136,7 @@ var SearchManagerPropertyGrid = /** @class */ (function (_super) {
|
|
|
38996
39136
|
this.currentMatchIndex = -1;
|
|
38997
39137
|
var prevMatch = this.currentMatch;
|
|
38998
39138
|
this.currentMatch = undefined;
|
|
38999
|
-
prevMatch === null || prevMatch === void 0 ? void 0 : prevMatch.updateElementCss();
|
|
39139
|
+
prevMatch === null || prevMatch === void 0 ? void 0 : prevMatch.updateElementCss(true);
|
|
39000
39140
|
this.updatedMatchCounterText(-1);
|
|
39001
39141
|
};
|
|
39002
39142
|
SearchManagerPropertyGrid.prototype.getSearchActions = function () {
|
|
@@ -40180,6 +40320,7 @@ var defaultProperties = {
|
|
|
40180
40320
|
{ name: "questionTitleWidth", tab: "questionSettings" },
|
|
40181
40321
|
{ name: "questionErrorLocation", tab: "questionSettings" },
|
|
40182
40322
|
{ name: "layoutColumns", tab: "questionSettings" },
|
|
40323
|
+
{ name: "gridLayoutColumns", tab: "questionSettings" },
|
|
40183
40324
|
],
|
|
40184
40325
|
tabs: [
|
|
40185
40326
|
{ name: "questionSettings", index: 100 },
|
|
@@ -40219,7 +40360,7 @@ var defaultProperties = {
|
|
|
40219
40360
|
{ name: "questionsOrder", tab: "questionSettings" },
|
|
40220
40361
|
{ name: "navigationButtonsVisibility", tab: "navigation" }
|
|
40221
40362
|
],
|
|
40222
|
-
tabs: [{ name: "navigation", index: 350 }]
|
|
40363
|
+
tabs: [{ name: "navigation", index: 350 }, { name: "layout", visible: false }]
|
|
40223
40364
|
},
|
|
40224
40365
|
survey: {
|
|
40225
40366
|
properties: [
|
|
@@ -40460,7 +40601,9 @@ var SurveyQuestionProperties = /** @class */ (function () {
|
|
|
40460
40601
|
SurveyQuestionProperties.prototype.getAllVisiblePropertiesNames = function (includeUnused) {
|
|
40461
40602
|
var res = [];
|
|
40462
40603
|
this.tabs.forEach(function (tab) {
|
|
40463
|
-
tab.
|
|
40604
|
+
if (tab.visible !== false) {
|
|
40605
|
+
tab.properties.forEach(function (prop) { return res.push(prop.name); });
|
|
40606
|
+
}
|
|
40464
40607
|
});
|
|
40465
40608
|
if (includeUnused) {
|
|
40466
40609
|
this.unusedProperties.forEach(function (prop) { return res.push(prop.name); });
|
|
@@ -42221,6 +42364,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42221
42364
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./src/entries/helpers.ts");
|
|
42222
42365
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
42223
42366
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_1__);
|
|
42367
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components/list-theme */ "./src/components/list-theme.ts");
|
|
42368
|
+
|
|
42224
42369
|
|
|
42225
42370
|
|
|
42226
42371
|
var tabsIcons = {
|
|
@@ -42278,6 +42423,7 @@ var TabbedMenuContainer = /** @class */ (function (_super) {
|
|
|
42278
42423
|
_this.creator = creator;
|
|
42279
42424
|
_this.dotsItem.popupModel.horizontalPosition = "center";
|
|
42280
42425
|
_this.dotsItem.popupModel.cssClass += " svc-tabbed-menu-item__popup svc-creator-popup";
|
|
42426
|
+
_this.hiddenItemsListModel.cssClasses = _components_list_theme__WEBPACK_IMPORTED_MODULE_2__.listComponentCss;
|
|
42281
42427
|
_this.minVisibleItemsCount = 1;
|
|
42282
42428
|
return _this;
|
|
42283
42429
|
}
|
|
@@ -42770,6 +42916,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42770
42916
|
/* harmony import */ var _editorLocalization__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./editorLocalization */ "./src/editorLocalization.ts");
|
|
42771
42917
|
/* harmony import */ var _creator_settings__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./creator-settings */ "./src/creator-settings.ts");
|
|
42772
42918
|
/* harmony import */ var _components_toolbox_toolbox_search_manager__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components/toolbox/toolbox-search-manager */ "./src/components/toolbox/toolbox-search-manager.ts");
|
|
42919
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./components/list-theme */ "./src/components/list-theme.ts");
|
|
42920
|
+
|
|
42773
42921
|
|
|
42774
42922
|
|
|
42775
42923
|
|
|
@@ -43195,6 +43343,7 @@ var QuestionToolbox = /** @class */ (function (_super) {
|
|
|
43195
43343
|
}
|
|
43196
43344
|
};
|
|
43197
43345
|
this.dotsItem.popupModel.cssClass += " svc-toolbox-popup svc-creator-popup";
|
|
43346
|
+
this.hiddenItemsListModel.cssClasses = _components_list_theme__WEBPACK_IMPORTED_MODULE_5__.listComponentCss;
|
|
43198
43347
|
};
|
|
43199
43348
|
QuestionToolbox.prototype.getDefaultQuestionCategories = function () {
|
|
43200
43349
|
var _this = this;
|
|
@@ -44756,6 +44905,9 @@ function copyCssClasses(dest, source) {
|
|
|
44756
44905
|
function assignDefaultV2Classes(destination, questionType) {
|
|
44757
44906
|
copyCssClasses(destination, survey_core__WEBPACK_IMPORTED_MODULE_0__.defaultV2Css.question);
|
|
44758
44907
|
copyCssClasses(destination, survey_core__WEBPACK_IMPORTED_MODULE_0__.defaultV2Css[questionType]);
|
|
44908
|
+
if (destination.list) {
|
|
44909
|
+
copyCssClasses(destination.list, survey_core__WEBPACK_IMPORTED_MODULE_0__.defaultV2Css.list);
|
|
44910
|
+
}
|
|
44759
44911
|
destination.hasErrorTop = "";
|
|
44760
44912
|
destination.hasErrorBottom = "";
|
|
44761
44913
|
}
|
|
@@ -45532,153 +45684,153 @@ var __webpack_exports__ = {};
|
|
|
45532
45684
|
__webpack_require__.r(__webpack_exports__);
|
|
45533
45685
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
45534
45686
|
/* harmony export */ AceJsonEditorModel: () => (/* reexport safe */ _components_tabs_json_editor_ace__WEBPACK_IMPORTED_MODULE_7__.AceJsonEditorModel),
|
|
45535
|
-
/* harmony export */ ColorCalculator: () => (/* reexport safe */
|
|
45687
|
+
/* harmony export */ ColorCalculator: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.ColorCalculator),
|
|
45536
45688
|
/* harmony export */ CreatorAction: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.CreatorAction),
|
|
45537
45689
|
/* harmony export */ CreatorBase: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.CreatorBase),
|
|
45538
45690
|
/* harmony export */ CreatorEvent: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.CreatorEvent),
|
|
45539
|
-
/* harmony export */ CreatorPreset: () => (/* reexport safe */
|
|
45540
|
-
/* harmony export */ CreatorPresetBase: () => (/* reexport safe */
|
|
45541
|
-
/* harmony export */ CreatorPresetPropertyGrid: () => (/* reexport safe */
|
|
45542
|
-
/* harmony export */ CreatorPresetPropertyGridDefinition: () => (/* reexport safe */
|
|
45543
|
-
/* harmony export */ CreatorPresetTabs: () => (/* reexport safe */
|
|
45544
|
-
/* harmony export */ CreatorPresetToolbox: () => (/* reexport safe */
|
|
45545
|
-
/* harmony export */ CreatorPresetToolboxConfigurator: () => (/* reexport safe */
|
|
45546
|
-
/* harmony export */ CreatorPresetToolboxDefinition: () => (/* reexport safe */
|
|
45691
|
+
/* harmony export */ CreatorPreset: () => (/* reexport safe */ _presets_presets__WEBPACK_IMPORTED_MODULE_90__.CreatorPreset),
|
|
45692
|
+
/* harmony export */ CreatorPresetBase: () => (/* reexport safe */ _presets_presets_base__WEBPACK_IMPORTED_MODULE_89__.CreatorPresetBase),
|
|
45693
|
+
/* harmony export */ CreatorPresetPropertyGrid: () => (/* reexport safe */ _presets_presets_properties__WEBPACK_IMPORTED_MODULE_91__.CreatorPresetPropertyGrid),
|
|
45694
|
+
/* harmony export */ CreatorPresetPropertyGridDefinition: () => (/* reexport safe */ _presets_presets_properties__WEBPACK_IMPORTED_MODULE_91__.CreatorPresetPropertyGridDefinition),
|
|
45695
|
+
/* harmony export */ CreatorPresetTabs: () => (/* reexport safe */ _presets_presets_tabs__WEBPACK_IMPORTED_MODULE_92__.CreatorPresetTabs),
|
|
45696
|
+
/* harmony export */ CreatorPresetToolbox: () => (/* reexport safe */ _presets_presets_toolbox__WEBPACK_IMPORTED_MODULE_93__.CreatorPresetToolbox),
|
|
45697
|
+
/* harmony export */ CreatorPresetToolboxConfigurator: () => (/* reexport safe */ _presets_presets_toolbox__WEBPACK_IMPORTED_MODULE_93__.CreatorPresetToolboxConfigurator),
|
|
45698
|
+
/* harmony export */ CreatorPresetToolboxDefinition: () => (/* reexport safe */ _presets_presets_toolbox__WEBPACK_IMPORTED_MODULE_93__.CreatorPresetToolboxDefinition),
|
|
45547
45699
|
/* harmony export */ CreatorResponsivityManager: () => (/* reexport safe */ _creator_responsivity_manager__WEBPACK_IMPORTED_MODULE_6__.CreatorResponsivityManager),
|
|
45548
|
-
/* harmony export */ CreatorThemeModel: () => (/* reexport safe */
|
|
45700
|
+
/* harmony export */ CreatorThemeModel: () => (/* reexport safe */ _creator_theme_creator_theme_model__WEBPACK_IMPORTED_MODULE_88__.CreatorThemeModel),
|
|
45549
45701
|
/* harmony export */ DEFAULT_MONITOR_DPI: () => (/* reexport safe */ _components_simulator__WEBPACK_IMPORTED_MODULE_41__.DEFAULT_MONITOR_DPI),
|
|
45550
45702
|
/* harmony export */ DefaultFonts: () => (/* reexport safe */ _components_tabs_theme_custom_questions_font_settings__WEBPACK_IMPORTED_MODULE_14__.DefaultFonts),
|
|
45551
|
-
/* harmony export */ DragDropSurveyElements: () => (/* reexport safe */
|
|
45703
|
+
/* harmony export */ DragDropSurveyElements: () => (/* reexport safe */ _survey_elements__WEBPACK_IMPORTED_MODULE_94__.DragDropSurveyElements),
|
|
45552
45704
|
/* harmony export */ EditorLocalization: () => (/* reexport safe */ _editorLocalization__WEBPACK_IMPORTED_MODULE_1__.EditorLocalization),
|
|
45553
45705
|
/* harmony export */ EmptySurveyCreatorOptions: () => (/* reexport safe */ _creator_settings__WEBPACK_IMPORTED_MODULE_2__.EmptySurveyCreatorOptions),
|
|
45554
|
-
/* harmony export */ HEXToRGB: () => (/* reexport safe */
|
|
45555
|
-
/* harmony export */ HSBToRGB: () => (/* reexport safe */
|
|
45706
|
+
/* harmony export */ HEXToRGB: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.HEXToRGB),
|
|
45707
|
+
/* harmony export */ HSBToRGB: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.HSBToRGB),
|
|
45556
45708
|
/* harmony export */ ImageItemValueWrapperViewModel: () => (/* reexport safe */ _components_image_item_value__WEBPACK_IMPORTED_MODULE_39__.ImageItemValueWrapperViewModel),
|
|
45557
45709
|
/* harmony export */ ItemValueWrapperViewModel: () => (/* reexport safe */ _components_item_value__WEBPACK_IMPORTED_MODULE_38__.ItemValueWrapperViewModel),
|
|
45558
|
-
/* harmony export */ JsonDuplicateNameError: () => (/* reexport safe */
|
|
45710
|
+
/* harmony export */ JsonDuplicateNameError: () => (/* reexport safe */ _textWorker__WEBPACK_IMPORTED_MODULE_70__.JsonDuplicateNameError),
|
|
45559
45711
|
/* harmony export */ JsonEditorBaseModel: () => (/* reexport safe */ _components_tabs_json_editor_plugin__WEBPACK_IMPORTED_MODULE_8__.JsonEditorBaseModel),
|
|
45560
45712
|
/* harmony export */ LogicEvent: () => (/* reexport safe */ _components_tabs_logic__WEBPACK_IMPORTED_MODULE_20__.LogicEvent),
|
|
45561
45713
|
/* harmony export */ LogoImageViewModel: () => (/* reexport safe */ _components_header_logo_image__WEBPACK_IMPORTED_MODULE_43__.LogoImageViewModel),
|
|
45562
45714
|
/* harmony export */ MatrixCellWrapperEditSurvey: () => (/* reexport safe */ _components_matrix_cell__WEBPACK_IMPORTED_MODULE_40__.MatrixCellWrapperEditSurvey),
|
|
45563
45715
|
/* harmony export */ MatrixCellWrapperViewModel: () => (/* reexport safe */ _components_matrix_cell__WEBPACK_IMPORTED_MODULE_40__.MatrixCellWrapperViewModel),
|
|
45564
|
-
/* harmony export */ MenuButton: () => (/* reexport safe */
|
|
45565
|
-
/* harmony export */ ObjType: () => (/* reexport safe */
|
|
45566
|
-
/* harmony export */ ObjectSelector: () => (/* reexport safe */
|
|
45567
|
-
/* harmony export */ ObjectSelectorItem: () => (/* reexport safe */
|
|
45568
|
-
/* harmony export */ ObjectSelectorModel: () => (/* reexport safe */
|
|
45716
|
+
/* harmony export */ MenuButton: () => (/* reexport safe */ _utils_actions__WEBPACK_IMPORTED_MODULE_79__.MenuButton),
|
|
45717
|
+
/* harmony export */ ObjType: () => (/* reexport safe */ _survey_helper__WEBPACK_IMPORTED_MODULE_82__.ObjType),
|
|
45718
|
+
/* harmony export */ ObjectSelector: () => (/* reexport safe */ _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_60__.ObjectSelector),
|
|
45719
|
+
/* harmony export */ ObjectSelectorItem: () => (/* reexport safe */ _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_60__.ObjectSelectorItem),
|
|
45720
|
+
/* harmony export */ ObjectSelectorModel: () => (/* reexport safe */ _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_60__.ObjectSelectorModel),
|
|
45569
45721
|
/* harmony export */ PageAdorner: () => (/* reexport safe */ _components_page__WEBPACK_IMPORTED_MODULE_32__.PageAdorner),
|
|
45570
45722
|
/* harmony export */ PageNavigatorViewModel: () => (/* reexport safe */ _components_page_navigator_page_navigator__WEBPACK_IMPORTED_MODULE_31__.PageNavigatorViewModel),
|
|
45571
|
-
/* harmony export */ PagesController: () => (/* reexport safe */
|
|
45723
|
+
/* harmony export */ PagesController: () => (/* reexport safe */ _pages_controller__WEBPACK_IMPORTED_MODULE_86__.PagesController),
|
|
45572
45724
|
/* harmony export */ PredefinedBackgroundColors: () => (/* reexport safe */ _components_tabs_themes__WEBPACK_IMPORTED_MODULE_16__.PredefinedBackgroundColors),
|
|
45573
45725
|
/* harmony export */ PredefinedColors: () => (/* reexport safe */ _components_tabs_themes__WEBPACK_IMPORTED_MODULE_16__.PredefinedColors),
|
|
45574
45726
|
/* harmony export */ PredefinedThemes: () => (/* reexport safe */ _components_tabs_themes__WEBPACK_IMPORTED_MODULE_16__.PredefinedThemes),
|
|
45575
|
-
/* harmony export */ PropertyEditorSetupValue: () => (/* reexport safe */
|
|
45576
|
-
/* harmony export */ PropertyGridCellsEditor: () => (/* reexport safe */
|
|
45577
|
-
/* harmony export */ PropertyGridEditor: () => (/* reexport safe */
|
|
45578
|
-
/* harmony export */ PropertyGridEditorBackgroundCornerRadius: () => (/* reexport safe */
|
|
45579
|
-
/* harmony export */ PropertyGridEditorBindings: () => (/* reexport safe */
|
|
45580
|
-
/* harmony export */ PropertyGridEditorBoolean: () => (/* reexport safe */
|
|
45581
|
-
/* harmony export */ PropertyGridEditorCollection: () => (/* reexport safe */
|
|
45582
|
-
/* harmony export */ PropertyGridEditorColor: () => (/* reexport safe */
|
|
45583
|
-
/* harmony export */ PropertyGridEditorColorWithAlpha: () => (/* reexport safe */
|
|
45584
|
-
/* harmony export */ PropertyGridEditorCondition: () => (/* reexport safe */
|
|
45585
|
-
/* harmony export */ PropertyGridEditorDateTime: () => (/* reexport safe */
|
|
45586
|
-
/* harmony export */ PropertyGridEditorDropdown: () => (/* reexport safe */
|
|
45587
|
-
/* harmony export */ PropertyGridEditorExpression: () => (/* reexport safe */
|
|
45588
|
-
/* harmony export */ PropertyGridEditorFontSettings: () => (/* reexport safe */
|
|
45589
|
-
/* harmony export */ PropertyGridEditorHtml: () => (/* reexport safe */
|
|
45590
|
-
/* harmony export */ PropertyGridEditorImageSize: () => (/* reexport safe */
|
|
45591
|
-
/* harmony export */ PropertyGridEditorMatrix: () => (/* reexport safe */
|
|
45592
|
-
/* harmony export */ PropertyGridEditorMatrixCalculatedValues: () => (/* reexport safe */
|
|
45593
|
-
/* harmony export */ PropertyGridEditorMatrixColumns: () => (/* reexport safe */
|
|
45594
|
-
/* harmony export */ PropertyGridEditorMatrixHtmlConditions: () => (/* reexport safe */
|
|
45595
|
-
/* harmony export */ PropertyGridEditorMatrixItemValues: () => (/* reexport safe */
|
|
45596
|
-
/* harmony export */ PropertyGridEditorMatrixLayoutColumns: () => (/* reexport safe */
|
|
45597
|
-
/* harmony export */ PropertyGridEditorMatrixMultipleTypes: () => (/* reexport safe */
|
|
45598
|
-
/* harmony export */ PropertyGridEditorMatrixMutlipleTextItems: () => (/* reexport safe */
|
|
45599
|
-
/* harmony export */ PropertyGridEditorMatrixPages: () => (/* reexport safe */
|
|
45600
|
-
/* harmony export */ PropertyGridEditorMatrixRateValues: () => (/* reexport safe */
|
|
45601
|
-
/* harmony export */ PropertyGridEditorMatrixTriggers: () => (/* reexport safe */
|
|
45602
|
-
/* harmony export */ PropertyGridEditorMatrixUrlConditions: () => (/* reexport safe */
|
|
45603
|
-
/* harmony export */ PropertyGridEditorMatrixValidators: () => (/* reexport safe */
|
|
45604
|
-
/* harmony export */ PropertyGridEditorNumber: () => (/* reexport safe */
|
|
45605
|
-
/* harmony export */ PropertyGridEditorPage: () => (/* reexport safe */
|
|
45606
|
-
/* harmony export */ PropertyGridEditorQuestion: () => (/* reexport safe */
|
|
45607
|
-
/* harmony export */ PropertyGridEditorQuestionCarryForward: () => (/* reexport safe */
|
|
45608
|
-
/* harmony export */ PropertyGridEditorQuestionHeader: () => (/* reexport safe */
|
|
45609
|
-
/* harmony export */ PropertyGridEditorQuestionMaskSettings: () => (/* reexport safe */
|
|
45610
|
-
/* harmony export */ PropertyGridEditorQuestionRestfull: () => (/* reexport safe */
|
|
45611
|
-
/* harmony export */ PropertyGridEditorQuestionSelectBase: () => (/* reexport safe */
|
|
45612
|
-
/* harmony export */ PropertyGridEditorQuestionValue: () => (/* reexport safe */
|
|
45613
|
-
/* harmony export */ PropertyGridEditorSet: () => (/* reexport safe */
|
|
45614
|
-
/* harmony export */ PropertyGridEditorShadowEffects: () => (/* reexport safe */
|
|
45615
|
-
/* harmony export */ PropertyGridEditorSpinEdit: () => (/* reexport safe */
|
|
45616
|
-
/* harmony export */ PropertyGridEditorString: () => (/* reexport safe */
|
|
45617
|
-
/* harmony export */ PropertyGridEditorStringArray: () => (/* reexport safe */
|
|
45618
|
-
/* harmony export */ PropertyGridEditorStringBase: () => (/* reexport safe */
|
|
45619
|
-
/* harmony export */ PropertyGridEditorSwitchToggle: () => (/* reexport safe */
|
|
45620
|
-
/* harmony export */ PropertyGridEditorText: () => (/* reexport safe */
|
|
45621
|
-
/* harmony export */ PropertyGridEditorUndefinedBoolean: () => (/* reexport safe */
|
|
45622
|
-
/* harmony export */ PropertyGridLinkEditor: () => (/* reexport safe */
|
|
45623
|
-
/* harmony export */ PropertyGridModel: () => (/* reexport safe */
|
|
45624
|
-
/* harmony export */ PropertyGridPanelValueEditor: () => (/* reexport safe */
|
|
45625
|
-
/* harmony export */ PropertyGridRowValueEditor: () => (/* reexport safe */
|
|
45626
|
-
/* harmony export */ PropertyGridTitleActionsCreator: () => (/* reexport safe */
|
|
45627
|
-
/* harmony export */ PropertyGridTriggerValueEditor: () => (/* reexport safe */
|
|
45628
|
-
/* harmony export */ PropertyGridTriggerValueInLogicEditor: () => (/* reexport safe */
|
|
45629
|
-
/* harmony export */ PropertyGridValueEditor: () => (/* reexport safe */
|
|
45630
|
-
/* harmony export */ PropertyGridValueEditorBase: () => (/* reexport safe */
|
|
45631
|
-
/* harmony export */ PropertyGridViewModel: () => (/* reexport safe */
|
|
45632
|
-
/* harmony export */ PropertyJSONGenerator: () => (/* reexport safe */
|
|
45727
|
+
/* harmony export */ PropertyEditorSetupValue: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyEditorSetupValue),
|
|
45728
|
+
/* harmony export */ PropertyGridCellsEditor: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridCellsEditor),
|
|
45729
|
+
/* harmony export */ PropertyGridEditor: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditor),
|
|
45730
|
+
/* harmony export */ PropertyGridEditorBackgroundCornerRadius: () => (/* reexport safe */ _property_grid_theme_settings__WEBPACK_IMPORTED_MODULE_62__.PropertyGridEditorBackgroundCornerRadius),
|
|
45731
|
+
/* harmony export */ PropertyGridEditorBindings: () => (/* reexport safe */ _property_grid_bindings__WEBPACK_IMPORTED_MODULE_58__.PropertyGridEditorBindings),
|
|
45732
|
+
/* harmony export */ PropertyGridEditorBoolean: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorBoolean),
|
|
45733
|
+
/* harmony export */ PropertyGridEditorCollection: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorCollection),
|
|
45734
|
+
/* harmony export */ PropertyGridEditorColor: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorColor),
|
|
45735
|
+
/* harmony export */ PropertyGridEditorColorWithAlpha: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorColorWithAlpha),
|
|
45736
|
+
/* harmony export */ PropertyGridEditorCondition: () => (/* reexport safe */ _property_grid_condition__WEBPACK_IMPORTED_MODULE_56__.PropertyGridEditorCondition),
|
|
45737
|
+
/* harmony export */ PropertyGridEditorDateTime: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorDateTime),
|
|
45738
|
+
/* harmony export */ PropertyGridEditorDropdown: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorDropdown),
|
|
45739
|
+
/* harmony export */ PropertyGridEditorExpression: () => (/* reexport safe */ _property_grid_condition__WEBPACK_IMPORTED_MODULE_56__.PropertyGridEditorExpression),
|
|
45740
|
+
/* harmony export */ PropertyGridEditorFontSettings: () => (/* reexport safe */ _property_grid_theme_settings__WEBPACK_IMPORTED_MODULE_62__.PropertyGridEditorFontSettings),
|
|
45741
|
+
/* harmony export */ PropertyGridEditorHtml: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorHtml),
|
|
45742
|
+
/* harmony export */ PropertyGridEditorImageSize: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorImageSize),
|
|
45743
|
+
/* harmony export */ PropertyGridEditorMatrix: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrix),
|
|
45744
|
+
/* harmony export */ PropertyGridEditorMatrixCalculatedValues: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixCalculatedValues),
|
|
45745
|
+
/* harmony export */ PropertyGridEditorMatrixColumns: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixColumns),
|
|
45746
|
+
/* harmony export */ PropertyGridEditorMatrixHtmlConditions: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixHtmlConditions),
|
|
45747
|
+
/* harmony export */ PropertyGridEditorMatrixItemValues: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixItemValues),
|
|
45748
|
+
/* harmony export */ PropertyGridEditorMatrixLayoutColumns: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixLayoutColumns),
|
|
45749
|
+
/* harmony export */ PropertyGridEditorMatrixMultipleTypes: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixMultipleTypes),
|
|
45750
|
+
/* harmony export */ PropertyGridEditorMatrixMutlipleTextItems: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixMutlipleTextItems),
|
|
45751
|
+
/* harmony export */ PropertyGridEditorMatrixPages: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixPages),
|
|
45752
|
+
/* harmony export */ PropertyGridEditorMatrixRateValues: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixRateValues),
|
|
45753
|
+
/* harmony export */ PropertyGridEditorMatrixTriggers: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixTriggers),
|
|
45754
|
+
/* harmony export */ PropertyGridEditorMatrixUrlConditions: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixUrlConditions),
|
|
45755
|
+
/* harmony export */ PropertyGridEditorMatrixValidators: () => (/* reexport safe */ _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__.PropertyGridEditorMatrixValidators),
|
|
45756
|
+
/* harmony export */ PropertyGridEditorNumber: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorNumber),
|
|
45757
|
+
/* harmony export */ PropertyGridEditorPage: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorPage),
|
|
45758
|
+
/* harmony export */ PropertyGridEditorQuestion: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorQuestion),
|
|
45759
|
+
/* harmony export */ PropertyGridEditorQuestionCarryForward: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorQuestionCarryForward),
|
|
45760
|
+
/* harmony export */ PropertyGridEditorQuestionHeader: () => (/* reexport safe */ _property_grid_header_settings__WEBPACK_IMPORTED_MODULE_66__.PropertyGridEditorQuestionHeader),
|
|
45761
|
+
/* harmony export */ PropertyGridEditorQuestionMaskSettings: () => (/* reexport safe */ _property_grid_maskSettings__WEBPACK_IMPORTED_MODULE_65__.PropertyGridEditorQuestionMaskSettings),
|
|
45762
|
+
/* harmony export */ PropertyGridEditorQuestionRestfull: () => (/* reexport safe */ _property_grid_restfull__WEBPACK_IMPORTED_MODULE_61__.PropertyGridEditorQuestionRestfull),
|
|
45763
|
+
/* harmony export */ PropertyGridEditorQuestionSelectBase: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorQuestionSelectBase),
|
|
45764
|
+
/* harmony export */ PropertyGridEditorQuestionValue: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorQuestionValue),
|
|
45765
|
+
/* harmony export */ PropertyGridEditorSet: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorSet),
|
|
45766
|
+
/* harmony export */ PropertyGridEditorShadowEffects: () => (/* reexport safe */ _property_grid_theme_settings__WEBPACK_IMPORTED_MODULE_62__.PropertyGridEditorShadowEffects),
|
|
45767
|
+
/* harmony export */ PropertyGridEditorSpinEdit: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorSpinEdit),
|
|
45768
|
+
/* harmony export */ PropertyGridEditorString: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorString),
|
|
45769
|
+
/* harmony export */ PropertyGridEditorStringArray: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorStringArray),
|
|
45770
|
+
/* harmony export */ PropertyGridEditorStringBase: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorStringBase),
|
|
45771
|
+
/* harmony export */ PropertyGridEditorSwitchToggle: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorSwitchToggle),
|
|
45772
|
+
/* harmony export */ PropertyGridEditorText: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorText),
|
|
45773
|
+
/* harmony export */ PropertyGridEditorUndefinedBoolean: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridEditorUndefinedBoolean),
|
|
45774
|
+
/* harmony export */ PropertyGridLinkEditor: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridLinkEditor),
|
|
45775
|
+
/* harmony export */ PropertyGridModel: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridModel),
|
|
45776
|
+
/* harmony export */ PropertyGridPanelValueEditor: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridPanelValueEditor),
|
|
45777
|
+
/* harmony export */ PropertyGridRowValueEditor: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridRowValueEditor),
|
|
45778
|
+
/* harmony export */ PropertyGridTitleActionsCreator: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyGridTitleActionsCreator),
|
|
45779
|
+
/* harmony export */ PropertyGridTriggerValueEditor: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridTriggerValueEditor),
|
|
45780
|
+
/* harmony export */ PropertyGridTriggerValueInLogicEditor: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridTriggerValueInLogicEditor),
|
|
45781
|
+
/* harmony export */ PropertyGridValueEditor: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridValueEditor),
|
|
45782
|
+
/* harmony export */ PropertyGridValueEditorBase: () => (/* reexport safe */ _property_grid_values__WEBPACK_IMPORTED_MODULE_63__.PropertyGridValueEditorBase),
|
|
45783
|
+
/* harmony export */ PropertyGridViewModel: () => (/* reexport safe */ _property_grid_property_grid_view_model__WEBPACK_IMPORTED_MODULE_59__.PropertyGridViewModel),
|
|
45784
|
+
/* harmony export */ PropertyJSONGenerator: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.PropertyJSONGenerator),
|
|
45633
45785
|
/* harmony export */ QuestionAdornerViewModel: () => (/* reexport safe */ _components_question__WEBPACK_IMPORTED_MODULE_34__.QuestionAdornerViewModel),
|
|
45634
|
-
/* harmony export */ QuestionColorModel: () => (/* reexport safe */
|
|
45635
|
-
/* harmony export */ QuestionCommentWithResetModel: () => (/* reexport safe */
|
|
45786
|
+
/* harmony export */ QuestionColorModel: () => (/* reexport safe */ _custom_questions_question_color__WEBPACK_IMPORTED_MODULE_52__.QuestionColorModel),
|
|
45787
|
+
/* harmony export */ QuestionCommentWithResetModel: () => (/* reexport safe */ _custom_questions_question_text_with_reset__WEBPACK_IMPORTED_MODULE_54__.QuestionCommentWithResetModel),
|
|
45636
45788
|
/* harmony export */ QuestionConvertMode: () => (/* reexport safe */ _creator_settings__WEBPACK_IMPORTED_MODULE_2__.QuestionConvertMode),
|
|
45637
|
-
/* harmony export */ QuestionConverter: () => (/* reexport safe */
|
|
45789
|
+
/* harmony export */ QuestionConverter: () => (/* reexport safe */ _questionconverter__WEBPACK_IMPORTED_MODULE_68__.QuestionConverter),
|
|
45638
45790
|
/* harmony export */ QuestionDropdownAdornerViewModel: () => (/* reexport safe */ _components_question_dropdown__WEBPACK_IMPORTED_MODULE_35__.QuestionDropdownAdornerViewModel),
|
|
45639
45791
|
/* harmony export */ QuestionEmbeddedSurveyModel: () => (/* reexport safe */ _components_embedded_survey__WEBPACK_IMPORTED_MODULE_45__.QuestionEmbeddedSurveyModel),
|
|
45640
|
-
/* harmony export */ QuestionFileEditorModel: () => (/* reexport safe */
|
|
45792
|
+
/* harmony export */ QuestionFileEditorModel: () => (/* reexport safe */ _custom_questions_question_file__WEBPACK_IMPORTED_MODULE_53__.QuestionFileEditorModel),
|
|
45641
45793
|
/* harmony export */ QuestionImageAdornerViewModel: () => (/* reexport safe */ _components_question_image__WEBPACK_IMPORTED_MODULE_36__.QuestionImageAdornerViewModel),
|
|
45642
45794
|
/* harmony export */ QuestionLinkValueModel: () => (/* reexport safe */ _components_link_value__WEBPACK_IMPORTED_MODULE_46__.QuestionLinkValueModel),
|
|
45643
45795
|
/* harmony export */ QuestionRatingAdornerViewModel: () => (/* reexport safe */ _components_question_rating__WEBPACK_IMPORTED_MODULE_37__.QuestionRatingAdornerViewModel),
|
|
45644
|
-
/* harmony export */ QuestionSpinEditorModel: () => (/* reexport safe */
|
|
45645
|
-
/* harmony export */ QuestionTextWithResetModel: () => (/* reexport safe */
|
|
45646
|
-
/* harmony export */ QuestionToolbox: () => (/* reexport safe */
|
|
45647
|
-
/* harmony export */ QuestionToolboxCategory: () => (/* reexport safe */
|
|
45648
|
-
/* harmony export */ QuestionToolboxItem: () => (/* reexport safe */
|
|
45649
|
-
/* harmony export */ RGBToHSB: () => (/* reexport safe */
|
|
45650
|
-
/* harmony export */ ResetValueAdorner: () => (/* reexport safe */
|
|
45651
|
-
/* harmony export */ ResizeManager: () => (/* reexport safe */
|
|
45796
|
+
/* harmony export */ QuestionSpinEditorModel: () => (/* reexport safe */ _custom_questions_question_spin_editor__WEBPACK_IMPORTED_MODULE_51__.QuestionSpinEditorModel),
|
|
45797
|
+
/* harmony export */ QuestionTextWithResetModel: () => (/* reexport safe */ _custom_questions_question_text_with_reset__WEBPACK_IMPORTED_MODULE_54__.QuestionTextWithResetModel),
|
|
45798
|
+
/* harmony export */ QuestionToolbox: () => (/* reexport safe */ _toolbox__WEBPACK_IMPORTED_MODULE_71__.QuestionToolbox),
|
|
45799
|
+
/* harmony export */ QuestionToolboxCategory: () => (/* reexport safe */ _toolbox__WEBPACK_IMPORTED_MODULE_71__.QuestionToolboxCategory),
|
|
45800
|
+
/* harmony export */ QuestionToolboxItem: () => (/* reexport safe */ _toolbox__WEBPACK_IMPORTED_MODULE_71__.QuestionToolboxItem),
|
|
45801
|
+
/* harmony export */ RGBToHSB: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.RGBToHSB),
|
|
45802
|
+
/* harmony export */ ResetValueAdorner: () => (/* reexport safe */ _custom_questions_question_text_with_reset__WEBPACK_IMPORTED_MODULE_54__.ResetValueAdorner),
|
|
45803
|
+
/* harmony export */ ResizeManager: () => (/* reexport safe */ _utils_resizer__WEBPACK_IMPORTED_MODULE_83__.ResizeManager),
|
|
45652
45804
|
/* harmony export */ RowViewModel: () => (/* reexport safe */ _components_row__WEBPACK_IMPORTED_MODULE_33__.RowViewModel),
|
|
45653
45805
|
/* harmony export */ ScrollViewModel: () => (/* reexport safe */ _components_scroll__WEBPACK_IMPORTED_MODULE_48__.ScrollViewModel),
|
|
45654
45806
|
/* harmony export */ SearchManager: () => (/* reexport safe */ _components_search_manager__WEBPACK_IMPORTED_MODULE_47__.SearchManager),
|
|
45655
|
-
/* harmony export */ SearchManagerPropertyGrid: () => (/* reexport safe */
|
|
45807
|
+
/* harmony export */ SearchManagerPropertyGrid: () => (/* reexport safe */ _property_grid_search_manager__WEBPACK_IMPORTED_MODULE_64__.SearchManagerPropertyGrid),
|
|
45656
45808
|
/* harmony export */ SearchManagerToolbox: () => (/* reexport safe */ _components_toolbox_toolbox_search_manager__WEBPACK_IMPORTED_MODULE_30__.SearchManagerToolbox),
|
|
45657
|
-
/* harmony export */ SidebarHeaderModel: () => (/* reexport safe */
|
|
45658
|
-
/* harmony export */ SidebarModel: () => (/* reexport safe */
|
|
45659
|
-
/* harmony export */ SidebarPageModel: () => (/* reexport safe */
|
|
45809
|
+
/* harmony export */ SidebarHeaderModel: () => (/* reexport safe */ _components_side_bar_side_bar_header_model__WEBPACK_IMPORTED_MODULE_73__.SidebarHeaderModel),
|
|
45810
|
+
/* harmony export */ SidebarModel: () => (/* reexport safe */ _components_side_bar_side_bar_model__WEBPACK_IMPORTED_MODULE_72__.SidebarModel),
|
|
45811
|
+
/* harmony export */ SidebarPageModel: () => (/* reexport safe */ _components_side_bar_side_bar_page_model__WEBPACK_IMPORTED_MODULE_74__.SidebarPageModel),
|
|
45660
45812
|
/* harmony export */ StringEditorConnector: () => (/* reexport safe */ _components_string_editor__WEBPACK_IMPORTED_MODULE_44__.StringEditorConnector),
|
|
45661
45813
|
/* harmony export */ StringEditorViewModelBase: () => (/* reexport safe */ _components_string_editor__WEBPACK_IMPORTED_MODULE_44__.StringEditorViewModelBase),
|
|
45662
45814
|
/* harmony export */ StringItemsNavigatorBase: () => (/* reexport safe */ _components_string_editor__WEBPACK_IMPORTED_MODULE_44__.StringItemsNavigatorBase),
|
|
45663
45815
|
/* harmony export */ StylesManager: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.StylesManager),
|
|
45664
45816
|
/* harmony export */ SurveyCreatorModel: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.SurveyCreatorModel),
|
|
45665
|
-
/* harmony export */ SurveyHelper: () => (/* reexport safe */
|
|
45666
|
-
/* harmony export */ SurveyJSON5: () => (/* reexport safe */
|
|
45817
|
+
/* harmony export */ SurveyHelper: () => (/* reexport safe */ _survey_helper__WEBPACK_IMPORTED_MODULE_82__.SurveyHelper),
|
|
45818
|
+
/* harmony export */ SurveyJSON5: () => (/* reexport safe */ _json5__WEBPACK_IMPORTED_MODULE_50__.SurveyJSON5),
|
|
45667
45819
|
/* harmony export */ SurveyLogic: () => (/* reexport safe */ _components_tabs_logic__WEBPACK_IMPORTED_MODULE_20__.SurveyLogic),
|
|
45668
45820
|
/* harmony export */ SurveyLogicUI: () => (/* reexport safe */ _components_tabs_logic_ui__WEBPACK_IMPORTED_MODULE_26__.SurveyLogicUI),
|
|
45669
|
-
/* harmony export */ SurveyQuestionEditorDefinition: () => (/* reexport safe */
|
|
45670
|
-
/* harmony export */ SurveyQuestionEditorPropertyDefinition: () => (/* reexport safe */
|
|
45671
|
-
/* harmony export */ SurveyQuestionEditorTabDefinition: () => (/* reexport safe */
|
|
45672
|
-
/* harmony export */ SurveyQuestionProperties: () => (/* reexport safe */
|
|
45821
|
+
/* harmony export */ SurveyQuestionEditorDefinition: () => (/* reexport safe */ _question_editor_definition__WEBPACK_IMPORTED_MODULE_80__.SurveyQuestionEditorDefinition),
|
|
45822
|
+
/* harmony export */ SurveyQuestionEditorPropertyDefinition: () => (/* reexport safe */ _question_editor_properties__WEBPACK_IMPORTED_MODULE_81__.SurveyQuestionEditorPropertyDefinition),
|
|
45823
|
+
/* harmony export */ SurveyQuestionEditorTabDefinition: () => (/* reexport safe */ _question_editor_properties__WEBPACK_IMPORTED_MODULE_81__.SurveyQuestionEditorTabDefinition),
|
|
45824
|
+
/* harmony export */ SurveyQuestionProperties: () => (/* reexport safe */ _question_editor_properties__WEBPACK_IMPORTED_MODULE_81__.SurveyQuestionProperties),
|
|
45673
45825
|
/* harmony export */ SurveyResultsItemModel: () => (/* reexport safe */ _components_results__WEBPACK_IMPORTED_MODULE_42__.SurveyResultsItemModel),
|
|
45674
45826
|
/* harmony export */ SurveyResultsModel: () => (/* reexport safe */ _components_results__WEBPACK_IMPORTED_MODULE_42__.SurveyResultsModel),
|
|
45675
45827
|
/* harmony export */ SurveySimulatorModel: () => (/* reexport safe */ _components_simulator__WEBPACK_IMPORTED_MODULE_41__.SurveySimulatorModel),
|
|
45676
|
-
/* harmony export */ SurveyTextWorker: () => (/* reexport safe */
|
|
45677
|
-
/* harmony export */ SurveyTextWorkerError: () => (/* reexport safe */
|
|
45678
|
-
/* harmony export */ SurveyTextWorkerJsonError: () => (/* reexport safe */
|
|
45679
|
-
/* harmony export */ SurveyTextWorkerParserError: () => (/* reexport safe */
|
|
45680
|
-
/* harmony export */ Switcher: () => (/* reexport safe */
|
|
45681
|
-
/* harmony export */ TabControlModel: () => (/* reexport safe */
|
|
45828
|
+
/* harmony export */ SurveyTextWorker: () => (/* reexport safe */ _textWorker__WEBPACK_IMPORTED_MODULE_70__.SurveyTextWorker),
|
|
45829
|
+
/* harmony export */ SurveyTextWorkerError: () => (/* reexport safe */ _textWorker__WEBPACK_IMPORTED_MODULE_70__.SurveyTextWorkerError),
|
|
45830
|
+
/* harmony export */ SurveyTextWorkerJsonError: () => (/* reexport safe */ _textWorker__WEBPACK_IMPORTED_MODULE_70__.SurveyTextWorkerJsonError),
|
|
45831
|
+
/* harmony export */ SurveyTextWorkerParserError: () => (/* reexport safe */ _textWorker__WEBPACK_IMPORTED_MODULE_70__.SurveyTextWorkerParserError),
|
|
45832
|
+
/* harmony export */ Switcher: () => (/* reexport safe */ _components_switcher_switcher__WEBPACK_IMPORTED_MODULE_76__.Switcher),
|
|
45833
|
+
/* harmony export */ TabControlModel: () => (/* reexport safe */ _components_side_bar_tab_control_model__WEBPACK_IMPORTED_MODULE_75__.TabControlModel),
|
|
45682
45834
|
/* harmony export */ TabDesignerPlugin: () => (/* reexport safe */ _components_tabs_designer_plugin__WEBPACK_IMPORTED_MODULE_25__.TabDesignerPlugin),
|
|
45683
45835
|
/* harmony export */ TabDesignerViewModel: () => (/* reexport safe */ _components_tabs_designer__WEBPACK_IMPORTED_MODULE_24__.TabDesignerViewModel),
|
|
45684
45836
|
/* harmony export */ TabJsonEditorAcePlugin: () => (/* reexport safe */ _components_tabs_json_editor_ace__WEBPACK_IMPORTED_MODULE_7__.TabJsonEditorAcePlugin),
|
|
@@ -45697,7 +45849,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45697
45849
|
/* harmony export */ Themes: () => (/* reexport safe */ _components_tabs_themes__WEBPACK_IMPORTED_MODULE_16__.Themes),
|
|
45698
45850
|
/* harmony export */ ToolbarActionContainer: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.ToolbarActionContainer),
|
|
45699
45851
|
/* harmony export */ ToolboxToolViewModel: () => (/* reexport safe */ _components_toolbox_toolbox_tool__WEBPACK_IMPORTED_MODULE_29__.ToolboxToolViewModel),
|
|
45700
|
-
/* harmony export */ Transaction: () => (/* reexport safe */
|
|
45852
|
+
/* harmony export */ Transaction: () => (/* reexport safe */ _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_85__.Transaction),
|
|
45701
45853
|
/* harmony export */ Translation: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.Translation),
|
|
45702
45854
|
/* harmony export */ TranslationEditor: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.TranslationEditor),
|
|
45703
45855
|
/* harmony export */ TranslationForEditor: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.TranslationForEditor),
|
|
@@ -45705,97 +45857,98 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45705
45857
|
/* harmony export */ TranslationItem: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.TranslationItem),
|
|
45706
45858
|
/* harmony export */ TranslationItemBase: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.TranslationItemBase),
|
|
45707
45859
|
/* harmony export */ TranslationItemString: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.TranslationItemString),
|
|
45708
|
-
/* harmony export */ UndoRedoAction: () => (/* reexport safe */
|
|
45709
|
-
/* harmony export */ UndoRedoArrayAction: () => (/* reexport safe */
|
|
45710
|
-
/* harmony export */ UndoRedoManager: () => (/* reexport safe */
|
|
45711
|
-
/* harmony export */ UndoRedoPlugin: () => (/* reexport safe */
|
|
45860
|
+
/* harmony export */ UndoRedoAction: () => (/* reexport safe */ _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_85__.UndoRedoAction),
|
|
45861
|
+
/* harmony export */ UndoRedoArrayAction: () => (/* reexport safe */ _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_85__.UndoRedoArrayAction),
|
|
45862
|
+
/* harmony export */ UndoRedoManager: () => (/* reexport safe */ _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_85__.UndoRedoManager),
|
|
45863
|
+
/* harmony export */ UndoRedoPlugin: () => (/* reexport safe */ _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_84__.UndoRedoPlugin),
|
|
45712
45864
|
/* harmony export */ Version: () => (/* binding */ Version),
|
|
45713
|
-
/* harmony export */ assign: () => (/* reexport safe */
|
|
45714
|
-
/* harmony export */ assignDefaultV2Classes: () => (/* reexport safe */
|
|
45865
|
+
/* harmony export */ assign: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.assign),
|
|
45866
|
+
/* harmony export */ assignDefaultV2Classes: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.assignDefaultV2Classes),
|
|
45715
45867
|
/* harmony export */ backgroundCornerRadiusFromCssVariable: () => (/* reexport safe */ _components_tabs_theme_custom_questions_background_corner_radius__WEBPACK_IMPORTED_MODULE_15__.backgroundCornerRadiusFromCssVariable),
|
|
45716
45868
|
/* harmony export */ backgroundCornerRadiusToCssVariable: () => (/* reexport safe */ _components_tabs_theme_custom_questions_background_corner_radius__WEBPACK_IMPORTED_MODULE_15__.backgroundCornerRadiusToCssVariable),
|
|
45717
|
-
/* harmony export */ calculateDragOverLocation: () => (/* reexport safe */
|
|
45718
|
-
/* harmony export */ calculateIsEdge: () => (/* reexport safe */
|
|
45719
|
-
/* harmony export */ calculateIsSide: () => (/* reexport safe */
|
|
45720
|
-
/* harmony export */ capitalize: () => (/* reexport safe */
|
|
45721
|
-
/* harmony export */ clearNewLines: () => (/* reexport safe */
|
|
45722
|
-
/* harmony export */ colorsAreEqual: () => (/* reexport safe */
|
|
45723
|
-
/* harmony export */ convertRgbaToString: () => (/* reexport safe */
|
|
45724
|
-
/* harmony export */ copyCssClasses: () => (/* reexport safe */
|
|
45725
|
-
/* harmony export */ copyObject: () => (/* reexport safe */
|
|
45869
|
+
/* harmony export */ calculateDragOverLocation: () => (/* reexport safe */ _survey_elements__WEBPACK_IMPORTED_MODULE_94__.calculateDragOverLocation),
|
|
45870
|
+
/* harmony export */ calculateIsEdge: () => (/* reexport safe */ _survey_elements__WEBPACK_IMPORTED_MODULE_94__.calculateIsEdge),
|
|
45871
|
+
/* harmony export */ calculateIsSide: () => (/* reexport safe */ _survey_elements__WEBPACK_IMPORTED_MODULE_94__.calculateIsSide),
|
|
45872
|
+
/* harmony export */ capitalize: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.capitalize),
|
|
45873
|
+
/* harmony export */ clearNewLines: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.clearNewLines),
|
|
45874
|
+
/* harmony export */ colorsAreEqual: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.colorsAreEqual),
|
|
45875
|
+
/* harmony export */ convertRgbaToString: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.convertRgbaToString),
|
|
45876
|
+
/* harmony export */ copyCssClasses: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.copyCssClasses),
|
|
45877
|
+
/* harmony export */ copyObject: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.copyObject),
|
|
45726
45878
|
/* harmony export */ createBoxShadow: () => (/* reexport safe */ _components_tabs_theme_custom_questions_shadow_effects__WEBPACK_IMPORTED_MODULE_13__.createBoxShadow),
|
|
45727
45879
|
/* harmony export */ createBoxShadowReset: () => (/* reexport safe */ _components_tabs_theme_custom_questions_shadow_effects__WEBPACK_IMPORTED_MODULE_13__.createBoxShadowReset),
|
|
45728
45880
|
/* harmony export */ createColor: () => (/* reexport safe */ _components_tabs_theme_custom_questions_color_alpha__WEBPACK_IMPORTED_MODULE_12__.createColor),
|
|
45729
45881
|
/* harmony export */ createExportCSVAction: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.createExportCSVAction),
|
|
45730
45882
|
/* harmony export */ createImportCSVAction: () => (/* reexport safe */ _components_tabs_translation__WEBPACK_IMPORTED_MODULE_21__.createImportCSVAction),
|
|
45731
|
-
/* harmony export */ creatorThemeModelEditorDefinition: () => (/* reexport safe */
|
|
45732
|
-
/* harmony export */ creatorThemeModelPropertyGridDefinition: () => (/* reexport safe */
|
|
45733
|
-
/* harmony export */ defaultPropertyGridDefinition: () => (/* reexport safe */
|
|
45883
|
+
/* harmony export */ creatorThemeModelEditorDefinition: () => (/* reexport safe */ _creator_theme_creator_theme_model_definition__WEBPACK_IMPORTED_MODULE_87__.creatorThemeModelEditorDefinition),
|
|
45884
|
+
/* harmony export */ creatorThemeModelPropertyGridDefinition: () => (/* reexport safe */ _creator_theme_creator_theme_model_definition__WEBPACK_IMPORTED_MODULE_87__.creatorThemeModelPropertyGridDefinition),
|
|
45885
|
+
/* harmony export */ defaultPropertyGridDefinition: () => (/* reexport safe */ _question_editor_definition__WEBPACK_IMPORTED_MODULE_80__.defaultPropertyGridDefinition),
|
|
45734
45886
|
/* harmony export */ defaultStrings: () => (/* reexport safe */ _editorLocalization__WEBPACK_IMPORTED_MODULE_1__.defaultStrings),
|
|
45735
45887
|
/* harmony export */ editableStringRendererName: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.editableStringRendererName),
|
|
45736
45888
|
/* harmony export */ editorLocalization: () => (/* reexport safe */ _editorLocalization__WEBPACK_IMPORTED_MODULE_1__.editorLocalization),
|
|
45737
45889
|
/* harmony export */ enStrings: () => (/* reexport safe */ _localization_english__WEBPACK_IMPORTED_MODULE_0__.enStrings),
|
|
45738
|
-
/* harmony export */ findParentNode: () => (/* reexport safe */
|
|
45739
|
-
/* harmony export */ focusFirstControl: () => (/* reexport safe */
|
|
45890
|
+
/* harmony export */ findParentNode: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.findParentNode),
|
|
45891
|
+
/* harmony export */ focusFirstControl: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.focusFirstControl),
|
|
45740
45892
|
/* harmony export */ fontsettingsFromCssVariable: () => (/* reexport safe */ _components_tabs_theme_custom_questions_font_settings__WEBPACK_IMPORTED_MODULE_14__.fontsettingsFromCssVariable),
|
|
45741
45893
|
/* harmony export */ fontsettingsToCssVariable: () => (/* reexport safe */ _components_tabs_theme_custom_questions_font_settings__WEBPACK_IMPORTED_MODULE_14__.fontsettingsToCssVariable),
|
|
45742
|
-
/* harmony export */ getAcceptedTypesByContentMode: () => (/* reexport safe */
|
|
45894
|
+
/* harmony export */ getAcceptedTypesByContentMode: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getAcceptedTypesByContentMode),
|
|
45743
45895
|
/* harmony export */ getElementWrapperComponentData: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.getElementWrapperComponentData),
|
|
45744
45896
|
/* harmony export */ getElementWrapperComponentName: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.getElementWrapperComponentName),
|
|
45745
|
-
/* harmony export */ getFirstNonTextElement: () => (/* reexport safe */
|
|
45897
|
+
/* harmony export */ getFirstNonTextElement: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getFirstNonTextElement),
|
|
45746
45898
|
/* harmony export */ getItemValueWrapperComponentData: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.getItemValueWrapperComponentData),
|
|
45747
45899
|
/* harmony export */ getItemValueWrapperComponentName: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.getItemValueWrapperComponentName),
|
|
45748
45900
|
/* harmony export */ getLocString: () => (/* reexport safe */ _editorLocalization__WEBPACK_IMPORTED_MODULE_1__.getLocString),
|
|
45749
|
-
/* harmony export */ getNextItemText: () => (/* reexport safe */
|
|
45750
|
-
/* harmony export */ getNextItemValue: () => (/* reexport safe */
|
|
45751
|
-
/* harmony export */ getNextValue: () => (/* reexport safe */
|
|
45752
|
-
/* harmony export */ getNodesFromKoComponentInfo: () => (/* reexport safe */
|
|
45901
|
+
/* harmony export */ getNextItemText: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getNextItemText),
|
|
45902
|
+
/* harmony export */ getNextItemValue: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getNextItemValue),
|
|
45903
|
+
/* harmony export */ getNextValue: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getNextValue),
|
|
45904
|
+
/* harmony export */ getNodesFromKoComponentInfo: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getNodesFromKoComponentInfo),
|
|
45753
45905
|
/* harmony export */ getPredefinedBackgoundColorsChoices: () => (/* reexport safe */ _components_tabs_themes__WEBPACK_IMPORTED_MODULE_16__.getPredefinedBackgoundColorsChoices),
|
|
45754
45906
|
/* harmony export */ getPredefinedColorsItemValues: () => (/* reexport safe */ _components_tabs_themes__WEBPACK_IMPORTED_MODULE_16__.getPredefinedColorsItemValues),
|
|
45755
45907
|
/* harmony export */ getQuestionContentWrapperComponentName: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.getQuestionContentWrapperComponentName),
|
|
45756
|
-
/* harmony export */ getQuestionFromObj: () => (/* reexport safe */
|
|
45757
|
-
/* harmony export */ iconsV1: () => (/* reexport safe */
|
|
45758
|
-
/* harmony export */ iconsV2: () => (/* reexport safe */
|
|
45759
|
-
/* harmony export */ ignoreUndoRedo: () => (/* reexport safe */
|
|
45760
|
-
/* harmony export */ imageMimeTypes: () => (/* reexport safe */
|
|
45761
|
-
/* harmony export */ ingectAlpha: () => (/* reexport safe */
|
|
45908
|
+
/* harmony export */ getQuestionFromObj: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.getQuestionFromObj),
|
|
45909
|
+
/* harmony export */ iconsV1: () => (/* reexport safe */ _svgbundle__WEBPACK_IMPORTED_MODULE_69__.iconsV1),
|
|
45910
|
+
/* harmony export */ iconsV2: () => (/* reexport safe */ _svgbundle__WEBPACK_IMPORTED_MODULE_69__.iconsV2),
|
|
45911
|
+
/* harmony export */ ignoreUndoRedo: () => (/* reexport safe */ _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_84__.ignoreUndoRedo),
|
|
45912
|
+
/* harmony export */ imageMimeTypes: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.imageMimeTypes),
|
|
45913
|
+
/* harmony export */ ingectAlpha: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.ingectAlpha),
|
|
45762
45914
|
/* harmony export */ initLogicOperator: () => (/* reexport safe */ _components_tabs_logic__WEBPACK_IMPORTED_MODULE_20__.initLogicOperator),
|
|
45763
45915
|
/* harmony export */ initialSettingsAllowShowEmptyTitleInDesignMode: () => (/* reexport safe */ _components_tabs_designer__WEBPACK_IMPORTED_MODULE_24__.initialSettingsAllowShowEmptyTitleInDesignMode),
|
|
45764
45916
|
/* harmony export */ initializeDesignTimeSurveyModel: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.initializeDesignTimeSurveyModel),
|
|
45765
|
-
/* harmony export */ isPanelDynamic: () => (/* reexport safe */
|
|
45766
|
-
/* harmony export */ isPropertyVisible: () => (/* reexport safe */
|
|
45917
|
+
/* harmony export */ isPanelDynamic: () => (/* reexport safe */ _survey_elements__WEBPACK_IMPORTED_MODULE_94__.isPanelDynamic),
|
|
45918
|
+
/* harmony export */ isPropertyVisible: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.isPropertyVisible),
|
|
45767
45919
|
/* harmony export */ isStringEditable: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.isStringEditable),
|
|
45768
45920
|
/* harmony export */ isTextInput: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.isTextInput),
|
|
45921
|
+
/* harmony export */ listComponentCss: () => (/* reexport safe */ _components_list_theme__WEBPACK_IMPORTED_MODULE_49__.listComponentCss),
|
|
45769
45922
|
/* harmony export */ localization: () => (/* reexport safe */ _editorLocalization__WEBPACK_IMPORTED_MODULE_1__.editorLocalization),
|
|
45770
45923
|
/* harmony export */ logicCss: () => (/* reexport safe */ _components_tabs_logic_theme__WEBPACK_IMPORTED_MODULE_28__.logicCss),
|
|
45771
|
-
/* harmony export */ notShortCircuitAnd: () => (/* reexport safe */
|
|
45924
|
+
/* harmony export */ notShortCircuitAnd: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.notShortCircuitAnd),
|
|
45772
45925
|
/* harmony export */ parseBoxShadow: () => (/* reexport safe */ _components_tabs_theme_custom_questions_shadow_effects__WEBPACK_IMPORTED_MODULE_13__.parseBoxShadow),
|
|
45773
|
-
/* harmony export */ parseColor: () => (/* reexport safe */
|
|
45774
|
-
/* harmony export */ parseRgbaFromString: () => (/* reexport safe */
|
|
45775
|
-
/* harmony export */ propertyExists: () => (/* reexport safe */
|
|
45776
|
-
/* harmony export */ propertyGridCss: () => (/* reexport safe */
|
|
45926
|
+
/* harmony export */ parseColor: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.parseColor),
|
|
45927
|
+
/* harmony export */ parseRgbaFromString: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.parseRgbaFromString),
|
|
45928
|
+
/* harmony export */ propertyExists: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.propertyExists),
|
|
45929
|
+
/* harmony export */ propertyGridCss: () => (/* reexport safe */ _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_67__.propertyGridCss),
|
|
45777
45930
|
/* harmony export */ registerAdorner: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.registerAdorner),
|
|
45778
45931
|
/* harmony export */ removeAdorners: () => (/* reexport safe */ _creator_base__WEBPACK_IMPORTED_MODULE_4__.removeAdorners),
|
|
45779
|
-
/* harmony export */ roundTo2Decimals: () => (/* reexport safe */
|
|
45780
|
-
/* harmony export */ saveToFileHandler: () => (/* reexport safe */
|
|
45781
|
-
/* harmony export */ scrollElementIntoView: () => (/* reexport safe */
|
|
45782
|
-
/* harmony export */ select: () => (/* reexport safe */
|
|
45783
|
-
/* harmony export */ setSurveyJSONForPropertyGrid: () => (/* reexport safe */
|
|
45932
|
+
/* harmony export */ roundTo2Decimals: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.roundTo2Decimals),
|
|
45933
|
+
/* harmony export */ saveToFileHandler: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.saveToFileHandler),
|
|
45934
|
+
/* harmony export */ scrollElementIntoView: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.scrollElementIntoView),
|
|
45935
|
+
/* harmony export */ select: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.select),
|
|
45936
|
+
/* harmony export */ setSurveyJSONForPropertyGrid: () => (/* reexport safe */ _property_grid__WEBPACK_IMPORTED_MODULE_55__.setSurveyJSONForPropertyGrid),
|
|
45784
45937
|
/* harmony export */ settings: () => (/* reexport safe */ _creator_settings__WEBPACK_IMPORTED_MODULE_2__.settings),
|
|
45785
45938
|
/* harmony export */ setupLocale: () => (/* reexport safe */ _editorLocalization__WEBPACK_IMPORTED_MODULE_1__.setupLocale),
|
|
45786
45939
|
/* harmony export */ simulatorDevices: () => (/* reexport safe */ _components_simulator__WEBPACK_IMPORTED_MODULE_41__.simulatorDevices),
|
|
45787
|
-
/* harmony export */ svgBundle: () => (/* reexport safe */
|
|
45940
|
+
/* harmony export */ svgBundle: () => (/* reexport safe */ _svgbundle__WEBPACK_IMPORTED_MODULE_69__.svgBundle),
|
|
45788
45941
|
/* harmony export */ themeModelPropertyGridDefinition: () => (/* reexport safe */ _components_tabs_theme_model_definition__WEBPACK_IMPORTED_MODULE_19__.themeModelPropertyGridDefinition),
|
|
45789
|
-
/* harmony export */ toggleHovered: () => (/* reexport safe */
|
|
45942
|
+
/* harmony export */ toggleHovered: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.toggleHovered),
|
|
45790
45943
|
/* harmony export */ translationCss: () => (/* reexport safe */ _components_tabs_translation_theme__WEBPACK_IMPORTED_MODULE_22__.translationCss),
|
|
45791
45944
|
/* harmony export */ trimBoxShadowValue: () => (/* reexport safe */ _components_tabs_theme_custom_questions_shadow_effects__WEBPACK_IMPORTED_MODULE_13__.trimBoxShadowValue),
|
|
45792
|
-
/* harmony export */ trimEmptyFields: () => (/* reexport safe */
|
|
45793
|
-
/* harmony export */ undoRedoTransaction: () => (/* reexport safe */
|
|
45945
|
+
/* harmony export */ trimEmptyFields: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.trimEmptyFields),
|
|
45946
|
+
/* harmony export */ undoRedoTransaction: () => (/* reexport safe */ _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_84__.undoRedoTransaction),
|
|
45794
45947
|
/* harmony export */ updateBackgroundCornerRadiusJSON: () => (/* reexport safe */ _components_tabs_theme_custom_questions_background_corner_radius__WEBPACK_IMPORTED_MODULE_15__.updateBackgroundCornerRadiusJSON),
|
|
45795
45948
|
/* harmony export */ updateFontSettingsJSON: () => (/* reexport safe */ _components_tabs_theme_custom_questions_font_settings__WEBPACK_IMPORTED_MODULE_14__.updateFontSettingsJSON),
|
|
45796
45949
|
/* harmony export */ updateShadowEffectsJSON: () => (/* reexport safe */ _components_tabs_theme_custom_questions_shadow_effects__WEBPACK_IMPORTED_MODULE_13__.updateShadowEffectsJSON),
|
|
45797
45950
|
/* harmony export */ updatecoloralphaJSON: () => (/* reexport safe */ _components_tabs_theme_custom_questions_color_alpha__WEBPACK_IMPORTED_MODULE_12__.updatecoloralphaJSON),
|
|
45798
|
-
/* harmony export */ wrapTextByCurlyBraces: () => (/* reexport safe */
|
|
45951
|
+
/* harmony export */ wrapTextByCurlyBraces: () => (/* reexport safe */ _utils_utils__WEBPACK_IMPORTED_MODULE_78__.wrapTextByCurlyBraces)
|
|
45799
45952
|
/* harmony export */ });
|
|
45800
45953
|
/* harmony import */ var _localization_english__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../localization/english */ "./src/localization/english.ts");
|
|
45801
45954
|
/* harmony import */ var _editorLocalization__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../editorLocalization */ "./src/editorLocalization.ts");
|
|
@@ -45846,55 +45999,56 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
45846
45999
|
/* harmony import */ var _components_link_value__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../components/link-value */ "./src/components/link-value.ts");
|
|
45847
46000
|
/* harmony import */ var _components_search_manager__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../components/search-manager */ "./src/components/search-manager.ts");
|
|
45848
46001
|
/* harmony import */ var _components_scroll__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../components/scroll */ "./src/components/scroll.ts");
|
|
45849
|
-
/* harmony import */ var
|
|
45850
|
-
/* harmony import */ var
|
|
45851
|
-
/* harmony import */ var
|
|
45852
|
-
/* harmony import */ var
|
|
45853
|
-
/* harmony import */ var
|
|
45854
|
-
/* harmony import */ var
|
|
45855
|
-
/* harmony import */ var
|
|
45856
|
-
/* harmony import */ var
|
|
45857
|
-
/* harmony import */ var
|
|
45858
|
-
/* harmony import */ var
|
|
45859
|
-
/* harmony import */ var
|
|
45860
|
-
/* harmony import */ var
|
|
45861
|
-
/* harmony import */ var
|
|
45862
|
-
/* harmony import */ var
|
|
45863
|
-
/* harmony import */ var
|
|
45864
|
-
/* harmony import */ var
|
|
45865
|
-
/* harmony import */ var
|
|
45866
|
-
/* harmony import */ var
|
|
45867
|
-
/* harmony import */ var
|
|
45868
|
-
/* harmony import */ var
|
|
45869
|
-
/* harmony import */ var
|
|
45870
|
-
/* harmony import */ var
|
|
45871
|
-
/* harmony import */ var
|
|
45872
|
-
/* harmony import */ var
|
|
45873
|
-
/* harmony import */ var
|
|
45874
|
-
/* harmony import */ var
|
|
45875
|
-
/* harmony import */ var
|
|
45876
|
-
/* harmony import */ var
|
|
45877
|
-
/* harmony import */ var
|
|
45878
|
-
/* harmony import */ var
|
|
45879
|
-
/* harmony import */ var
|
|
45880
|
-
/* harmony import */ var
|
|
45881
|
-
/* harmony import */ var
|
|
45882
|
-
/* harmony import */ var
|
|
45883
|
-
/* harmony import */ var
|
|
45884
|
-
/* harmony import */ var
|
|
45885
|
-
/* harmony import */ var
|
|
45886
|
-
/* harmony import */ var
|
|
45887
|
-
/* harmony import */ var
|
|
45888
|
-
/* harmony import */ var
|
|
45889
|
-
/* harmony import */ var
|
|
45890
|
-
/* harmony import */ var
|
|
45891
|
-
/* harmony import */ var
|
|
45892
|
-
/* harmony import */ var
|
|
45893
|
-
/* harmony import */ var
|
|
45894
|
-
/* harmony import */ var
|
|
45895
|
-
/* harmony import */ var
|
|
46002
|
+
/* harmony import */ var _components_list_theme__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../components/list-theme */ "./src/components/list-theme.ts");
|
|
46003
|
+
/* harmony import */ var _json5__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../json5 */ "./src/json5.ts");
|
|
46004
|
+
/* harmony import */ var _custom_questions_question_spin_editor__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../custom-questions/question-spin-editor */ "./src/custom-questions/question-spin-editor.ts");
|
|
46005
|
+
/* harmony import */ var _custom_questions_question_color__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../custom-questions/question-color */ "./src/custom-questions/question-color.ts");
|
|
46006
|
+
/* harmony import */ var _custom_questions_question_file__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../custom-questions/question-file */ "./src/custom-questions/question-file.ts");
|
|
46007
|
+
/* harmony import */ var _custom_questions_question_text_with_reset__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../custom-questions/question-text-with-reset */ "./src/custom-questions/question-text-with-reset.ts");
|
|
46008
|
+
/* harmony import */ var _property_grid__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../property-grid */ "./src/property-grid/index.ts");
|
|
46009
|
+
/* harmony import */ var _property_grid_condition__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ../property-grid/condition */ "./src/property-grid/condition.ts");
|
|
46010
|
+
/* harmony import */ var _property_grid_matrices__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ../property-grid/matrices */ "./src/property-grid/matrices.ts");
|
|
46011
|
+
/* harmony import */ var _property_grid_bindings__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ../property-grid/bindings */ "./src/property-grid/bindings.ts");
|
|
46012
|
+
/* harmony import */ var _property_grid_property_grid_view_model__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ../property-grid/property-grid-view-model */ "./src/property-grid/property-grid-view-model.ts");
|
|
46013
|
+
/* harmony import */ var _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ../property-grid/object-selector */ "./src/property-grid/object-selector.ts");
|
|
46014
|
+
/* harmony import */ var _property_grid_restfull__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ../property-grid/restfull */ "./src/property-grid/restfull.ts");
|
|
46015
|
+
/* harmony import */ var _property_grid_theme_settings__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ../property-grid/theme-settings */ "./src/property-grid/theme-settings.ts");
|
|
46016
|
+
/* harmony import */ var _property_grid_values__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ../property-grid/values */ "./src/property-grid/values.ts");
|
|
46017
|
+
/* harmony import */ var _property_grid_search_manager__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ../property-grid/search-manager */ "./src/property-grid/search-manager.ts");
|
|
46018
|
+
/* harmony import */ var _property_grid_maskSettings__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ../property-grid/maskSettings */ "./src/property-grid/maskSettings.ts");
|
|
46019
|
+
/* harmony import */ var _property_grid_header_settings__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ../property-grid/header-settings */ "./src/property-grid/header-settings.ts");
|
|
46020
|
+
/* harmony import */ var _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ../property-grid-theme/property-grid */ "./src/property-grid-theme/property-grid.ts");
|
|
46021
|
+
/* harmony import */ var _questionconverter__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ../questionconverter */ "./src/questionconverter.ts");
|
|
46022
|
+
/* harmony import */ var _svgbundle__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ../svgbundle */ "./src/svgbundle.ts");
|
|
46023
|
+
/* harmony import */ var _textWorker__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ../textWorker */ "./src/textWorker.ts");
|
|
46024
|
+
/* harmony import */ var _toolbox__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ../toolbox */ "./src/toolbox.ts");
|
|
46025
|
+
/* harmony import */ var _components_side_bar_side_bar_model__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ../components/side-bar/side-bar-model */ "./src/components/side-bar/side-bar-model.ts");
|
|
46026
|
+
/* harmony import */ var _components_side_bar_side_bar_header_model__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ../components/side-bar/side-bar-header-model */ "./src/components/side-bar/side-bar-header-model.ts");
|
|
46027
|
+
/* harmony import */ var _components_side_bar_side_bar_page_model__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ../components/side-bar/side-bar-page-model */ "./src/components/side-bar/side-bar-page-model.ts");
|
|
46028
|
+
/* harmony import */ var _components_side_bar_tab_control_model__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ../components/side-bar/tab-control-model */ "./src/components/side-bar/tab-control-model.ts");
|
|
46029
|
+
/* harmony import */ var _components_switcher_switcher__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ../components/switcher/switcher */ "./src/components/switcher/switcher.ts");
|
|
46030
|
+
/* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ../utils/events */ "./src/utils/events.ts");
|
|
46031
|
+
/* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ../utils/utils */ "./src/utils/utils.ts");
|
|
46032
|
+
/* harmony import */ var _utils_actions__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ../utils/actions */ "./src/utils/actions.ts");
|
|
46033
|
+
/* harmony import */ var _question_editor_definition__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ../question-editor/definition */ "./src/question-editor/definition.ts");
|
|
46034
|
+
/* harmony import */ var _question_editor_properties__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ../question-editor/properties */ "./src/question-editor/properties.ts");
|
|
46035
|
+
/* harmony import */ var _survey_helper__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ../survey-helper */ "./src/survey-helper.ts");
|
|
46036
|
+
/* harmony import */ var _utils_resizer__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ../utils/resizer */ "./src/utils/resizer.ts");
|
|
46037
|
+
/* harmony import */ var _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ../plugins/undo-redo */ "./src/plugins/undo-redo/index.ts");
|
|
46038
|
+
/* harmony import */ var _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ../plugins/undo-redo/undo-redo-manager */ "./src/plugins/undo-redo/undo-redo-manager.ts");
|
|
46039
|
+
/* harmony import */ var _pages_controller__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ../pages-controller */ "./src/pages-controller.ts");
|
|
46040
|
+
/* harmony import */ var _creator_theme_creator_theme_model_definition__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ../creator-theme/creator-theme-model-definition */ "./src/creator-theme/creator-theme-model-definition.ts");
|
|
46041
|
+
/* harmony import */ var _creator_theme_creator_theme_model__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ../creator-theme/creator-theme-model */ "./src/creator-theme/creator-theme-model.ts");
|
|
46042
|
+
/* harmony import */ var _presets_presets_base__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ../presets/presets-base */ "./src/presets/presets-base.ts");
|
|
46043
|
+
/* harmony import */ var _presets_presets__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ../presets/presets */ "./src/presets/presets.ts");
|
|
46044
|
+
/* harmony import */ var _presets_presets_properties__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ../presets/presets-properties */ "./src/presets/presets-properties.ts");
|
|
46045
|
+
/* harmony import */ var _presets_presets_tabs__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ../presets/presets-tabs */ "./src/presets/presets-tabs.ts");
|
|
46046
|
+
/* harmony import */ var _presets_presets_toolbox__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ../presets/presets-toolbox */ "./src/presets/presets-toolbox.ts");
|
|
46047
|
+
/* harmony import */ var _survey_elements__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ../survey-elements */ "./src/survey-elements.ts");
|
|
46048
|
+
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
46049
|
+
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_95___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_95__);
|
|
45896
46050
|
var Version;
|
|
45897
|
-
Version = "".concat("1.12.
|
|
46051
|
+
Version = "".concat("1.12.16");
|
|
45898
46052
|
//should be loaded before other styles for easier override
|
|
45899
46053
|
__webpack_require__(/*! ../utils/context-button.scss */ "./src/utils/context-button.scss");
|
|
45900
46054
|
|
|
@@ -45947,6 +46101,7 @@ __webpack_require__(/*! ../utils/context-button.scss */ "./src/utils/context-but
|
|
|
45947
46101
|
|
|
45948
46102
|
|
|
45949
46103
|
|
|
46104
|
+
|
|
45950
46105
|
|
|
45951
46106
|
|
|
45952
46107
|
//custom questions for property grid
|
|
@@ -46012,8 +46167,8 @@ __webpack_require__(/*! ../property-grid-theme/property-grid.scss */ "./src/prop
|
|
|
46012
46167
|
__webpack_require__(/*! ../utils/layout.scss */ "./src/utils/layout.scss");
|
|
46013
46168
|
__webpack_require__(/*! ../custom-questions/boolean-switch.scss */ "./src/custom-questions/boolean-switch.scss");
|
|
46014
46169
|
|
|
46015
|
-
|
|
46016
|
-
(0,
|
|
46170
|
+
survey_core__WEBPACK_IMPORTED_MODULE_95__.settings.supportCreatorV2 = true;
|
|
46171
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_95__.checkLibraryVersion)("".concat("1.12.16"), "survey-creator-core");
|
|
46017
46172
|
|
|
46018
46173
|
})();
|
|
46019
46174
|
|