survey-creator-core 1.9.82 → 1.9.84

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.
Files changed (100) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/package.json +2 -2
  4. package/survey-creator-core.css +75 -14
  5. package/survey-creator-core.d.ts +1 -8046
  6. package/survey-creator-core.fontless.css +74 -13
  7. package/survey-creator-core.fontless.css.map +1 -1
  8. package/survey-creator-core.fontless.min.css +4 -4
  9. package/survey-creator-core.i18n.js +126 -128
  10. package/survey-creator-core.i18n.js.map +1 -1
  11. package/survey-creator-core.i18n.min.js +2 -2
  12. package/survey-creator-core.js +447 -152
  13. package/survey-creator-core.js.map +1 -1
  14. package/survey-creator-core.min.css +5 -5
  15. package/survey-creator-core.min.js +2 -2
  16. package/typings/components/action-container-view-model.d.ts +27 -0
  17. package/typings/components/embedded-survey.d.ts +9 -0
  18. package/typings/components/header/logo-image.d.ts +15 -0
  19. package/typings/components/image-item-value.d.ts +21 -0
  20. package/typings/components/item-value.d.ts +42 -0
  21. package/typings/components/link-value.d.ts +27 -0
  22. package/typings/components/matrix-cell.d.ts +25 -0
  23. package/typings/components/page-navigator/page-navigator.d.ts +39 -0
  24. package/typings/components/page.d.ts +28 -0
  25. package/typings/components/question-dropdown.d.ts +18 -0
  26. package/typings/components/question-image.d.ts +9 -0
  27. package/typings/components/question-rating.d.ts +15 -0
  28. package/typings/components/question.d.ts +41 -0
  29. package/typings/components/results.d.ts +40 -0
  30. package/typings/components/row.d.ts +9 -0
  31. package/typings/components/side-bar/side-bar-model.d.ts +34 -0
  32. package/typings/components/side-bar/side-bar-tab-model.d.ts +11 -0
  33. package/typings/components/simulator.d.ts +205 -0
  34. package/typings/components/string-editor.d.ts +68 -0
  35. package/typings/components/tabs/designer-plugin.d.ts +26 -0
  36. package/typings/components/tabs/designer.d.ts +29 -0
  37. package/typings/components/tabs/embed-json.d.ts +1 -0
  38. package/typings/components/tabs/embed.d.ts +13 -0
  39. package/typings/components/tabs/json-editor-ace.d.ts +22 -0
  40. package/typings/components/tabs/json-editor-plugin.d.ts +28 -0
  41. package/typings/components/tabs/json-editor-textarea.d.ts +22 -0
  42. package/typings/components/tabs/logic-actions-model.d.ts +49 -0
  43. package/typings/components/tabs/logic-expression.d.ts +32 -0
  44. package/typings/components/tabs/logic-item-editor.d.ts +53 -0
  45. package/typings/components/tabs/logic-items.d.ts +96 -0
  46. package/typings/components/tabs/logic-plugin.d.ts +22 -0
  47. package/typings/components/tabs/logic-theme.d.ts +327 -0
  48. package/typings/components/tabs/logic-types.d.ts +77 -0
  49. package/typings/components/tabs/logic-ui.d.ts +68 -0
  50. package/typings/components/tabs/logic.d.ts +102 -0
  51. package/typings/components/tabs/test-plugin.d.ts +33 -0
  52. package/typings/components/tabs/test.d.ts +43 -0
  53. package/typings/components/tabs/translation-plugin.d.ts +33 -0
  54. package/typings/components/tabs/translation-theme.d.ts +301 -0
  55. package/typings/components/tabs/translation.d.ts +199 -0
  56. package/typings/components/toolbox/toolbox-tool.d.ts +16 -0
  57. package/typings/creator-base.d.ts +1375 -0
  58. package/typings/creator-options.d.ts +247 -0
  59. package/typings/creator-responsivity-manager.d.ts +22 -0
  60. package/typings/creator-settings.d.ts +216 -0
  61. package/typings/custom-questions/question-color.d.ts +15 -0
  62. package/typings/custom-questions/question-file.d.ts +15 -0
  63. package/typings/custom-questions/question-spin-editor.d.ts +25 -0
  64. package/typings/editable-object.d.ts +20 -0
  65. package/typings/editorLocalization.d.ts +951 -0
  66. package/typings/entries/index.d.ts +68 -0
  67. package/typings/expressionToDisplayText.d.ts +46 -0
  68. package/typings/json5.d.ts +46 -0
  69. package/typings/localization/english.d.ts +922 -0
  70. package/typings/pages-controller.d.ts +21 -0
  71. package/typings/plugins/undo-redo/index.d.ts +12 -0
  72. package/typings/plugins/undo-redo/undo-redo-controller.d.ts +40 -0
  73. package/typings/plugins/undo-redo/undo-redo-manager.d.ts +78 -0
  74. package/typings/property-grid/bindings.d.ts +10 -0
  75. package/typings/property-grid/cells-survey.d.ts +14 -0
  76. package/typings/property-grid/condition-survey.d.ts +117 -0
  77. package/typings/property-grid/condition.d.ts +13 -0
  78. package/typings/property-grid/description-parser.d.ts +10 -0
  79. package/typings/property-grid/fast-entry.d.ts +32 -0
  80. package/typings/property-grid/index.d.ts +239 -0
  81. package/typings/property-grid/matrices.d.ts +132 -0
  82. package/typings/property-grid/object-selector.d.ts +42 -0
  83. package/typings/property-grid/property-grid-view-model.d.ts +23 -0
  84. package/typings/property-grid/restfull.d.ts +8 -0
  85. package/typings/property-grid/values-survey.d.ts +42 -0
  86. package/typings/property-grid/values.d.ts +37 -0
  87. package/typings/property-grid-theme/property-grid.d.ts +346 -0
  88. package/typings/question-editor/definition.d.ts +22 -0
  89. package/typings/question-editor/properties.d.ts +49 -0
  90. package/typings/questionconverter.d.ts +12 -0
  91. package/typings/selection-history.d.ts +20 -0
  92. package/typings/selection-owner.d.ts +7 -0
  93. package/typings/survey-helper.d.ts +43 -0
  94. package/typings/svgbundle.d.ts +1 -0
  95. package/typings/textWorker.d.ts +18 -0
  96. package/typings/toolbox.d.ts +269 -0
  97. package/typings/utils/actions.d.ts +5 -0
  98. package/typings/utils/events.d.ts +14 -0
  99. package/typings/utils/resizer.d.ts +24 -0
  100. package/typings/utils/utils.d.ts +19 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.82
2
+ * SurveyJS Creator v1.9.84
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -949,8 +949,16 @@ var QuestionLinkValueModel = /** @class */ (function (_super) {
949
949
  if (this.allowClear) {
950
950
  this.showClear = !survey_core__WEBPACK_IMPORTED_MODULE_1__["Helpers"].isValueEmpty(newValue);
951
951
  }
952
+ this.updateIsClickable();
952
953
  }
953
954
  };
955
+ QuestionLinkValueModel.prototype.onReadOnlyChanged = function () {
956
+ this.updateIsClickable();
957
+ _super.prototype.onReadOnlyChanged.call(this);
958
+ };
959
+ QuestionLinkValueModel.prototype.updateIsClickable = function () {
960
+ this.setPropertyValue("isClickable", !this.isReadOnly || (!!this.isClickableCallback && this.isClickableCallback()));
961
+ };
954
962
  Object.defineProperty(QuestionLinkValueModel.prototype, "ariaRole", {
955
963
  get: function () {
956
964
  return "button";
@@ -1026,6 +1034,9 @@ var QuestionLinkValueModel = /** @class */ (function (_super) {
1026
1034
  Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([
1027
1035
  Object(survey_core__WEBPACK_IMPORTED_MODULE_1__["property"])({ defaultValue: false })
1028
1036
  ], QuestionLinkValueModel.prototype, "showTooltip", void 0);
1037
+ Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([
1038
+ Object(survey_core__WEBPACK_IMPORTED_MODULE_1__["property"])({ defaultValue: true })
1039
+ ], QuestionLinkValueModel.prototype, "isClickable", void 0);
1029
1040
  return QuestionLinkValueModel;
1030
1041
  }(survey_core__WEBPACK_IMPORTED_MODULE_1__["Question"]));
1031
1042
 
@@ -1167,6 +1178,16 @@ var MatrixCellWrapperViewModel = /** @class */ (function (_super) {
1167
1178
  }
1168
1179
  event.stopPropagation();
1169
1180
  };
1181
+ Object.defineProperty(MatrixCellWrapperViewModel.prototype, "isSupportCellEditor", {
1182
+ get: function () {
1183
+ if (!this.question || !this.question.getType)
1184
+ return false;
1185
+ var type = this.question.getType();
1186
+ return type !== "text" && type !== "comment";
1187
+ },
1188
+ enumerable: false,
1189
+ configurable: true
1190
+ });
1170
1191
  MatrixCellWrapperViewModel.prototype.hover = function (event, element) {
1171
1192
  if (!this.row && this.context && this.context.getPropertyValue && this.context.getType && this.context.getType() !== "itemvalue") {
1172
1193
  Object(_utils_utils__WEBPACK_IMPORTED_MODULE_2__["toggleHovered"])(event, element);
@@ -2178,6 +2199,7 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
2178
2199
  });
2179
2200
  QuestionAdornerViewModel.prototype.dispose = function () {
2180
2201
  this.surveyElement.unRegisterFunctionOnPropertyValueChanged("isRequired", "isRequiredAdorner");
2202
+ this.surveyElement.unRegisterFunctionOnPropertyValueChanged("inputType", "inputTypeAdorner");
2181
2203
  if (!!this.surveyElement["setCanShowOptionItemCallback"]) {
2182
2204
  this.surveyElement.setCanShowOptionItemCallback(undefined);
2183
2205
  }
@@ -2199,9 +2221,15 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
2199
2221
  QuestionAdornerViewModel.prototype.updateElementAllowOptions = function (options, operationsAllow) {
2200
2222
  _super.prototype.updateElementAllowOptions.call(this, options, operationsAllow);
2201
2223
  this.updateActionVisibility("convertTo", operationsAllow && options.allowChangeType);
2202
- var prop = survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].findProperty(this.surveyElement.getType(), "isRequired");
2224
+ this.updateActionVisibilityByProp("isrequired", "isRequired", operationsAllow && options.allowChangeRequired);
2225
+ this.updateActionVisibilityByProp("convertInputType", "inputType", options.allowChangeInputType);
2226
+ };
2227
+ QuestionAdornerViewModel.prototype.updateActionVisibilityByProp = function (actionName, propName, allow) {
2228
+ var prop = survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].findProperty(this.surveyElement.getType(), propName);
2229
+ if (!prop)
2230
+ return;
2203
2231
  var isPropReadOnly = this.creator.onIsPropertyReadOnlyCallback(this.surveyElement, prop, prop.readOnly, null, null);
2204
- this.updateActionVisibility("isrequired", operationsAllow && options.allowChangeRequired && !isPropReadOnly);
2232
+ this.updateActionVisibility(actionName, allow && !isPropReadOnly);
2205
2233
  };
2206
2234
  Object.defineProperty(QuestionAdornerViewModel.prototype, "isEmptyElement", {
2207
2235
  get: function () {
@@ -2268,32 +2296,68 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
2268
2296
  enumerable: false,
2269
2297
  configurable: true
2270
2298
  });
2271
- QuestionAdornerViewModel.prototype.createConverToAction = function () {
2299
+ QuestionAdornerViewModel.prototype.createConvertToAction = function () {
2272
2300
  var _this = this;
2273
2301
  var availableTypes = this.getConvertToTypesActions();
2274
2302
  var allowChangeType = availableTypes.length > 0;
2275
- var curType = this.currentType;
2276
- var selectedItems = availableTypes.filter(function (item) { return item.id === curType; });
2277
- var actionTitle = selectedItems.length > 0 ? selectedItems[0].title : this.creator.getLocString("qt." + this.currentType);
2303
+ var newAction = this.createDropdownModel("convertTo", availableTypes, allowChangeType, 0, this.currentType, function (item) {
2304
+ _this.creator.convertCurrentQuestion(item.id);
2305
+ });
2306
+ return newAction;
2307
+ };
2308
+ QuestionAdornerViewModel.prototype.createConvertInputType = function () {
2309
+ var _this = this;
2310
+ if (this.surveyElement.getType() !== "text")
2311
+ return null;
2312
+ var prop = survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].findProperty("text", "inputType");
2313
+ if (!prop || !Object(_utils_utils__WEBPACK_IMPORTED_MODULE_4__["isPropertyVisible"])(this.surveyElement, prop.name))
2314
+ return null;
2315
+ var inputType = this.surveyElement.inputType;
2316
+ var items = prop.getChoices(this.surveyElement, function (chs) { });
2317
+ var availableTypes = [];
2318
+ items.forEach(function (item) {
2319
+ availableTypes.push({ id: item, title: _editorLocalization__WEBPACK_IMPORTED_MODULE_2__["editorLocalization"].getPropertyValueInEditor(prop.name, item) });
2320
+ });
2321
+ var newAction = this.createDropdownModel("convertInputType", availableTypes, true, 1, inputType, function (item) {
2322
+ _this.surveyElement.inputType = item.id;
2323
+ newAction.title = item.title;
2324
+ });
2325
+ this.surveyElement.registerFunctionOnPropertyValueChanged("inputType", function () {
2326
+ var item = _this.getSelectedItem(availableTypes, _this.surveyElement.inputType);
2327
+ if (!item)
2328
+ return;
2329
+ var popup = newAction.popupModel;
2330
+ var list = popup.contentComponentData.model;
2331
+ list.selectedItem = item;
2332
+ newAction.title = item.title;
2333
+ }, "inputTypeAdorner");
2334
+ return newAction;
2335
+ };
2336
+ QuestionAdornerViewModel.prototype.getSelectedItem = function (actions, id) {
2337
+ var selectedItems = actions.filter(function (item) { return item.id === id; });
2338
+ return selectedItems.length > 0 ? selectedItems[0] : undefined;
2339
+ };
2340
+ QuestionAdornerViewModel.prototype.createDropdownModel = function (id, actions, enabled, index, selValue, onSelectionChanged) {
2341
+ var _this = this;
2342
+ var selItem = this.getSelectedItem(actions, selValue);
2343
+ var actionTitle = !!selItem ? selItem.title : selValue;
2278
2344
  var newAction = Object(survey_core__WEBPACK_IMPORTED_MODULE_1__["createDropdownActionModel"])({
2279
- id: "convertTo",
2345
+ id: id,
2280
2346
  css: "sv-action--convertTo sv-action-bar-item--secondary",
2281
2347
  iconName: "icon-drop-down-arrow_16x16",
2282
2348
  iconSize: 16,
2283
2349
  title: actionTitle,
2284
- visibleIndex: 0,
2285
- enabled: allowChangeType,
2350
+ enabled: enabled,
2351
+ visibleIndex: index,
2286
2352
  disableShrink: true,
2287
2353
  action: function (newType) {
2288
2354
  newAction.popupModel.displayMode = _this.creator.isMobileView ? "overlay" : "popup";
2289
2355
  },
2290
2356
  }, {
2291
- items: availableTypes,
2292
- onSelectionChanged: function (item) {
2293
- _this.creator.convertCurrentQuestion(item.id);
2294
- },
2357
+ items: actions,
2358
+ onSelectionChanged: onSelectionChanged,
2295
2359
  allowSelection: true,
2296
- selectedItem: selectedItems.length > 0 ? selectedItems[0] : undefined,
2360
+ selectedItem: selItem,
2297
2361
  horizontalPosition: "center"
2298
2362
  });
2299
2363
  return newAction;
@@ -2325,7 +2389,12 @@ var QuestionAdornerViewModel = /** @class */ (function (_super) {
2325
2389
  QuestionAdornerViewModel.prototype.buildActions = function (items) {
2326
2390
  _super.prototype.buildActions.call(this, items);
2327
2391
  var element = this.surveyElement;
2328
- items.push(this.createConverToAction());
2392
+ items.push(this.createConvertToAction());
2393
+ var inputTypeConverter = this.createConvertInputType();
2394
+ if (!!inputTypeConverter) {
2395
+ items.push(inputTypeConverter);
2396
+ }
2397
+ items[items.length - 1].css += " sv-action--convertTo-last";
2329
2398
  if (typeof element["isRequired"] !== "undefined" &&
2330
2399
  Object(_utils_utils__WEBPACK_IMPORTED_MODULE_4__["propertyExists"])(element, "isRequired") &&
2331
2400
  Object(_utils_utils__WEBPACK_IMPORTED_MODULE_4__["isPropertyVisible"])(element, "isRequired")) {
@@ -11599,6 +11668,7 @@ var CreatorBase = /** @class */ (function (_super) {
11599
11668
  * - `options.allowAddToToolbox` - Allows users to save the current survey element configuration in the Toolbox.
11600
11669
  * - `options.allowChangeRequired` - Allows users to make the survey element required.
11601
11670
  * - `options.allowChangeType` - Allows users to change the survey element type.
11671
+ * - `options.allowChangeInputType` - Allows users to change the text question inputType property.
11602
11672
  * - `options.allowCopy` - Allows users to duplicate the survey element.
11603
11673
  * - `options.allowDelete` - Allows users to delete the survey element.
11604
11674
  * - `options.allowDragging` - Allows users to drag and drop the survey element.
@@ -14466,6 +14536,7 @@ var CreatorBase = /** @class */ (function (_super) {
14466
14536
  allowCopy: true,
14467
14537
  allowDragging: true,
14468
14538
  allowChangeType: true,
14539
+ allowChangeInputType: true,
14469
14540
  allowChangeRequired: true,
14470
14541
  allowEdit: undefined
14471
14542
  };
@@ -15299,6 +15370,107 @@ survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionFactory"].Instance.registerQue
15299
15370
  });
15300
15371
 
15301
15372
 
15373
+ /***/ }),
15374
+
15375
+ /***/ "./src/custom-questions/question-file.ts":
15376
+ /*!***********************************************!*\
15377
+ !*** ./src/custom-questions/question-file.ts ***!
15378
+ \***********************************************/
15379
+ /*! exports provided: QuestionFileEditorModel */
15380
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
15381
+
15382
+ "use strict";
15383
+ __webpack_require__.r(__webpack_exports__);
15384
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "QuestionFileEditorModel", function() { return QuestionFileEditorModel; });
15385
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./src/entries/helpers.ts");
15386
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! survey-core */ "survey-core");
15387
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_1__);
15388
+
15389
+
15390
+ var QuestionFileEditorModel = /** @class */ (function (_super) {
15391
+ Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(QuestionFileEditorModel, _super);
15392
+ function QuestionFileEditorModel() {
15393
+ return _super !== null && _super.apply(this, arguments) || this;
15394
+ }
15395
+ QuestionFileEditorModel.prototype.onChangeQuestionValue = function (newValue) { };
15396
+ QuestionFileEditorModel.prototype.setNewValue = function (newValue) {
15397
+ if (typeof newValue === "object") {
15398
+ this.stateChanged(this.isEmpty() ? "empty" : "loaded");
15399
+ if (!this.isLoadingFromJson) {
15400
+ this.loadPreview(newValue);
15401
+ }
15402
+ this.loadedFilesValue = newValue;
15403
+ newValue = this.previewValue[0].content;
15404
+ }
15405
+ _super.prototype.setNewValue.call(this, newValue);
15406
+ };
15407
+ QuestionFileEditorModel.prototype.loadPreview = function (newValue) {
15408
+ if (typeof newValue !== "string") {
15409
+ _super.prototype.loadPreview.call(this, newValue);
15410
+ }
15411
+ };
15412
+ Object.defineProperty(QuestionFileEditorModel.prototype, "allowMultiple", {
15413
+ get: function () {
15414
+ return false;
15415
+ },
15416
+ set: function (val) { },
15417
+ enumerable: false,
15418
+ configurable: true
15419
+ });
15420
+ QuestionFileEditorModel.prototype.clear = function (doneCallback, shouldClearValue) {
15421
+ var _this = this;
15422
+ if (shouldClearValue === void 0) { shouldClearValue = true; }
15423
+ if (!this.survey)
15424
+ return;
15425
+ var callback = function () {
15426
+ if (shouldClearValue) {
15427
+ _this.value = undefined;
15428
+ }
15429
+ _this.errors = [];
15430
+ !!doneCallback && doneCallback();
15431
+ };
15432
+ if (!!this.loadedFilesValue) {
15433
+ this.containsMultiplyFiles = false;
15434
+ this.survey.clearFiles(this.loadedFilesValue, this.name, this.previewValue, null, function (status, data) {
15435
+ if (status === "success") {
15436
+ callback();
15437
+ }
15438
+ });
15439
+ }
15440
+ else {
15441
+ callback();
15442
+ }
15443
+ };
15444
+ QuestionFileEditorModel.prototype.updateValueFromInputEvent = function (event) {
15445
+ if (!survey_core__WEBPACK_IMPORTED_MODULE_1__["Helpers"].isTwoValueEquals(event.target.value, this.value)) {
15446
+ this.clear(undefined, false);
15447
+ this.loadedFilesValue = undefined;
15448
+ this.value = event.target.value;
15449
+ }
15450
+ };
15451
+ QuestionFileEditorModel.prototype.onInputChange = function (event) {
15452
+ if (event.target !== document.activeElement) {
15453
+ this.updateValueFromInputEvent(event);
15454
+ }
15455
+ };
15456
+ QuestionFileEditorModel.prototype.onInputBlur = function (event) {
15457
+ this.updateValueFromInputEvent(event);
15458
+ };
15459
+ QuestionFileEditorModel.prototype.getType = function () {
15460
+ return "fileedit";
15461
+ };
15462
+ QuestionFileEditorModel.prototype.getIsClearButtonDisabled = function () {
15463
+ return !this.value || this.isInputReadOnly;
15464
+ };
15465
+ return QuestionFileEditorModel;
15466
+ }(survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionFileModel"]));
15467
+
15468
+ survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].addClass("fileedit", [], function () { return new QuestionFileEditorModel(""); }, "file");
15469
+ survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionFactory"].Instance.registerQuestion("fileedit", function (name) {
15470
+ return new QuestionFileEditorModel(name);
15471
+ });
15472
+
15473
+
15302
15474
  /***/ }),
15303
15475
 
15304
15476
  /***/ "./src/custom-questions/question-spin-editor.ts":
@@ -15369,13 +15541,15 @@ var QuestionSpinEditorModel = /** @class */ (function (_super) {
15369
15541
  };
15370
15542
  QuestionSpinEditorModel.prototype.changeValue = function (increase) {
15371
15543
  var parsedValue = this.parseValue(this.renderedValue);
15544
+ var step = Number(this.renderedStep || 1);
15545
+ var result = parsedValue.value;
15372
15546
  if (increase) {
15373
- parsedValue.value++;
15547
+ result += step;
15374
15548
  }
15375
15549
  else {
15376
- parsedValue.value--;
15550
+ result -= step;
15377
15551
  }
15378
- this.value = parsedValue.value;
15552
+ this.value = result;
15379
15553
  };
15380
15554
  Object.defineProperty(QuestionSpinEditorModel.prototype, "showUnitsInEditor", {
15381
15555
  get: function () {
@@ -15957,7 +16131,7 @@ var __spreadArray = function (to, from) {
15957
16131
  /*!******************************!*\
15958
16132
  !*** ./src/entries/index.ts ***!
15959
16133
  \******************************/
15960
- /*! exports provided: Version, enStrings, editorLocalization, defaultStrings, localization, QuestionConvertMode, settings, EmptySurveyCreatorOptions, CreatorAction, TabbedMenuItem, TabbedMenuContainer, ToolbarActionContainer, CreatorEvent, CreatorBase, SurveyCreatorModel, StylesManager, initializeDesignTimeSurveyModel, editableStringRendererName, getElementWrapperComponentName, getQuestionContentWrapperComponentName, getElementWrapperComponentData, getItemValueWrapperComponentName, getItemValueWrapperComponentData, isStringEditable, isTextInput, registerAdorner, removeAdorners, CreatorResponsivityManager, EmbedModel, TabEmbedPlugin, AceJsonEditorModel, TabJsonEditorAcePlugin, JsonEditorBaseModel, TabJsonEditorBasePlugin, TextareaJsonEditorModel, TabJsonEditorTextareaPlugin, TestSurveyTabViewModel, TabTestPlugin, initLogicOperator, LogicEvent, SurveyLogic, TranslationItemBase, TranslationItemString, TranslationItem, TranslationGroup, Translation, translationCss, TabTranslationPlugin, initialSettingsAllowShowEmptyTitleInDesignMode, TabDesignerViewModel, TabDesignerPlugin, SurveyLogicUI, TabLogicPlugin, logicCss, ToolboxToolViewModel, PageNavigatorViewModel, PageAdorner, RowViewModel, QuestionAdornerViewModel, QuestionDropdownAdornerViewModel, QuestionImageAdornerViewModel, QuestionRatingAdornerViewModel, ItemValueWrapperViewModel, ImageItemValueWrapperViewModel, MatrixCellWrapperEditSurvey, MatrixCellWrapperViewModel, SurveySimulatorModel, DEFAULT_MONITOR_DPI, simulatorDevices, SurveyResultsItemModel, SurveyResultsModel, LogoImageViewModel, StringItemsNavigatorBase, StringEditorConnector, StringEditorViewModelBase, QuestionEmbeddedSurveyModel, QuestionLinkValueModel, EditorLocalization, getLocString, SurveyJSON5, QuestionSpinEditorModel, QuestionColorModel, setSurveyJSONForPropertyGrid, PropertyEditorSetupValue, PropertyGridEditorCollection, PropertyGridTitleActionsCreator, PropertyJSONGenerator, PropertyGridModel, PropertyGridEditor, PropertyGridEditorBoolean, PropertyGridEditorStringBase, PropertyGridEditorString, PropertyGridEditorNumber, PropertyGridEditorImageSize, PropertyGridEditorText, PropertyGridEditorHtml, PropertyGridEditorColor, PropertyGridEditorStringArray, PropertyGridEditorDropdown, PropertyGridEditorSet, PropertyGridEditorPage, PropertyGridEditorQuestion, PropertyGridEditorQuestionSelectBase, PropertyGridEditorQuestionValue, PropertyGridEditorExpression, PropertyGridEditorCondition, PropertyGridEditorMatrix, PropertyGridEditorMatrixItemValues, PropertyGridEditorMatrixColumns, PropertyGridEditorMatrixPages, PropertyGridEditorMatrixCalculatedValues, PropertyGridEditorMatrixHtmlConditions, PropertyGridEditorMatrixUrlConditions, PropertyGridEditorMatrixMutlipleTextItems, PropertyGridEditorMatrixMultipleTypes, PropertyGridEditorMatrixValidators, PropertyGridEditorMatrixTriggers, PropertyGridEditorBindings, PropertyGridViewModel, ObjectSelectorItem, ObjectSelector, ObjectSelectorModel, PropertyGridEditorQuestionRestfull, PropertyGridValueEditorBase, PropertyGridCellsEditor, PropertyGridValueEditor, PropertyGridRowValueEditor, PropertyGridPanelValueEditor, PropertyGridTriggerValueEditor, PropertyGridTriggerValueInLogicEditor, propertyGridCss, QuestionConverter, svgBundle, SurveyTextWorker, QuestionToolboxCategory, QuestionToolboxItem, QuestionToolbox, SidebarModel, SidebarTabModel, getNextItemValue, getNextItemText, getNextValue, findParentNode, focusFirstControl, getFirstNonTextElement, getNodesFromKoComponentInfo, propertyExists, isPropertyVisible, toggleHovered, clearNewLines, select, copyObject, copyCssClasses, assignDefaultV2Classes, wrapTextByCurlyBraces, capitalize, notShortCircuitAnd, SurveyQuestionEditorDefinition, ObjType, SurveyHelper, ResizeManager, UndoRedoPlugin, undoRedoTransaction, ignoreUndoRedo, UndoRedoManager, Transaction, UndoRedoAction, UndoRedoArrayAction, PagesController */
16134
+ /*! exports provided: Version, enStrings, editorLocalization, defaultStrings, localization, QuestionConvertMode, settings, EmptySurveyCreatorOptions, CreatorAction, TabbedMenuItem, TabbedMenuContainer, ToolbarActionContainer, CreatorEvent, CreatorBase, SurveyCreatorModel, StylesManager, initializeDesignTimeSurveyModel, editableStringRendererName, getElementWrapperComponentName, getQuestionContentWrapperComponentName, getElementWrapperComponentData, getItemValueWrapperComponentName, getItemValueWrapperComponentData, isStringEditable, isTextInput, registerAdorner, removeAdorners, CreatorResponsivityManager, EmbedModel, TabEmbedPlugin, AceJsonEditorModel, TabJsonEditorAcePlugin, JsonEditorBaseModel, TabJsonEditorBasePlugin, TextareaJsonEditorModel, TabJsonEditorTextareaPlugin, TestSurveyTabViewModel, TabTestPlugin, initLogicOperator, LogicEvent, SurveyLogic, TranslationItemBase, TranslationItemString, TranslationItem, TranslationGroup, Translation, translationCss, TabTranslationPlugin, initialSettingsAllowShowEmptyTitleInDesignMode, TabDesignerViewModel, TabDesignerPlugin, SurveyLogicUI, TabLogicPlugin, logicCss, ToolboxToolViewModel, PageNavigatorViewModel, PageAdorner, RowViewModel, QuestionAdornerViewModel, QuestionDropdownAdornerViewModel, QuestionImageAdornerViewModel, QuestionRatingAdornerViewModel, ItemValueWrapperViewModel, ImageItemValueWrapperViewModel, MatrixCellWrapperEditSurvey, MatrixCellWrapperViewModel, SurveySimulatorModel, DEFAULT_MONITOR_DPI, simulatorDevices, SurveyResultsItemModel, SurveyResultsModel, LogoImageViewModel, StringItemsNavigatorBase, StringEditorConnector, StringEditorViewModelBase, QuestionEmbeddedSurveyModel, QuestionLinkValueModel, EditorLocalization, getLocString, SurveyJSON5, QuestionSpinEditorModel, QuestionColorModel, QuestionFileEditorModel, setSurveyJSONForPropertyGrid, PropertyEditorSetupValue, PropertyGridEditorCollection, PropertyGridTitleActionsCreator, PropertyJSONGenerator, PropertyGridModel, PropertyGridEditor, PropertyGridEditorBoolean, PropertyGridEditorStringBase, PropertyGridEditorString, PropertyGridEditorNumber, PropertyGridEditorImageSize, PropertyGridEditorText, PropertyGridEditorHtml, PropertyGridEditorColor, PropertyGridEditorStringArray, PropertyGridEditorDropdown, PropertyGridEditorSet, PropertyGridEditorPage, PropertyGridEditorQuestion, PropertyGridEditorQuestionSelectBase, PropertyGridEditorQuestionValue, PropertyGridEditorExpression, PropertyGridEditorCondition, PropertyGridEditorMatrix, PropertyGridEditorMatrixItemValues, PropertyGridEditorMatrixRateValues, PropertyGridEditorMatrixColumns, PropertyGridEditorMatrixPages, PropertyGridEditorMatrixCalculatedValues, PropertyGridEditorMatrixHtmlConditions, PropertyGridEditorMatrixUrlConditions, PropertyGridEditorMatrixMutlipleTextItems, PropertyGridEditorMatrixMultipleTypes, PropertyGridEditorMatrixValidators, PropertyGridEditorMatrixTriggers, PropertyGridEditorBindings, PropertyGridViewModel, ObjectSelectorItem, ObjectSelector, ObjectSelectorModel, PropertyGridEditorQuestionRestfull, PropertyGridValueEditorBase, PropertyGridCellsEditor, PropertyGridValueEditor, PropertyGridRowValueEditor, PropertyGridPanelValueEditor, PropertyGridTriggerValueEditor, PropertyGridTriggerValueInLogicEditor, propertyGridCss, QuestionConverter, svgBundle, SurveyTextWorker, QuestionToolboxCategory, QuestionToolboxItem, QuestionToolbox, SidebarModel, SidebarTabModel, getNextItemValue, getNextItemText, getNextValue, findParentNode, focusFirstControl, getFirstNonTextElement, getNodesFromKoComponentInfo, propertyExists, isPropertyVisible, toggleHovered, clearNewLines, select, copyObject, copyCssClasses, assignDefaultV2Classes, wrapTextByCurlyBraces, capitalize, notShortCircuitAnd, SurveyQuestionEditorDefinition, ObjType, SurveyHelper, ResizeManager, UndoRedoPlugin, undoRedoTransaction, ignoreUndoRedo, UndoRedoManager, Transaction, UndoRedoAction, UndoRedoArrayAction, PagesController */
15961
16135
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
15962
16136
 
15963
16137
  "use strict";
@@ -16165,207 +16339,212 @@ __webpack_require__.r(__webpack_exports__);
16165
16339
  /* harmony import */ var _custom_questions_question_color__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ../custom-questions/question-color */ "./src/custom-questions/question-color.ts");
16166
16340
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionColorModel", function() { return _custom_questions_question_color__WEBPACK_IMPORTED_MODULE_39__["QuestionColorModel"]; });
16167
16341
 
16168
- /* harmony import */ var _property_grid__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ../property-grid */ "./src/property-grid/index.ts");
16169
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setSurveyJSONForPropertyGrid", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["setSurveyJSONForPropertyGrid"]; });
16342
+ /* harmony import */ var _custom_questions_question_file__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ../custom-questions/question-file */ "./src/custom-questions/question-file.ts");
16343
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionFileEditorModel", function() { return _custom_questions_question_file__WEBPACK_IMPORTED_MODULE_40__["QuestionFileEditorModel"]; });
16344
+
16345
+ /* harmony import */ var _property_grid__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ../property-grid */ "./src/property-grid/index.ts");
16346
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setSurveyJSONForPropertyGrid", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["setSurveyJSONForPropertyGrid"]; });
16347
+
16348
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyEditorSetupValue", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyEditorSetupValue"]; });
16170
16349
 
16171
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyEditorSetupValue", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyEditorSetupValue"]; });
16350
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorCollection", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorCollection"]; });
16172
16351
 
16173
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorCollection", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorCollection"]; });
16352
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridTitleActionsCreator", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridTitleActionsCreator"]; });
16174
16353
 
16175
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridTitleActionsCreator", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridTitleActionsCreator"]; });
16354
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyJSONGenerator", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyJSONGenerator"]; });
16176
16355
 
16177
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyJSONGenerator", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyJSONGenerator"]; });
16356
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridModel", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridModel"]; });
16178
16357
 
16179
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridModel", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridModel"]; });
16358
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditor", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditor"]; });
16180
16359
 
16181
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditor", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditor"]; });
16360
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorBoolean", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorBoolean"]; });
16182
16361
 
16183
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorBoolean", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorBoolean"]; });
16362
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorStringBase", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorStringBase"]; });
16184
16363
 
16185
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorStringBase", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorStringBase"]; });
16364
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorString", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorString"]; });
16186
16365
 
16187
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorString", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorString"]; });
16366
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorNumber", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorNumber"]; });
16188
16367
 
16189
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorNumber", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorNumber"]; });
16368
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorImageSize", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorImageSize"]; });
16190
16369
 
16191
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorImageSize", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorImageSize"]; });
16370
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorText", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorText"]; });
16192
16371
 
16193
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorText", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorText"]; });
16372
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorHtml", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorHtml"]; });
16194
16373
 
16195
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorHtml", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorHtml"]; });
16374
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorColor", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorColor"]; });
16196
16375
 
16197
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorColor", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorColor"]; });
16376
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorStringArray", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorStringArray"]; });
16198
16377
 
16199
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorStringArray", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorStringArray"]; });
16378
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorDropdown", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorDropdown"]; });
16200
16379
 
16201
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorDropdown", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorDropdown"]; });
16380
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorSet", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorSet"]; });
16202
16381
 
16203
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorSet", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorSet"]; });
16382
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorPage", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorPage"]; });
16204
16383
 
16205
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorPage", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorPage"]; });
16384
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestion", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorQuestion"]; });
16206
16385
 
16207
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestion", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorQuestion"]; });
16386
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestionSelectBase", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorQuestionSelectBase"]; });
16208
16387
 
16209
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestionSelectBase", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorQuestionSelectBase"]; });
16388
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestionValue", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorQuestionValue"]; });
16210
16389
 
16211
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestionValue", function() { return _property_grid__WEBPACK_IMPORTED_MODULE_40__["PropertyGridEditorQuestionValue"]; });
16390
+ /* harmony import */ var _property_grid_condition__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../property-grid/condition */ "./src/property-grid/condition.ts");
16391
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorExpression", function() { return _property_grid_condition__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorExpression"]; });
16212
16392
 
16213
- /* harmony import */ var _property_grid_condition__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ../property-grid/condition */ "./src/property-grid/condition.ts");
16214
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorExpression", function() { return _property_grid_condition__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorExpression"]; });
16393
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorCondition", function() { return _property_grid_condition__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorCondition"]; });
16215
16394
 
16216
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorCondition", function() { return _property_grid_condition__WEBPACK_IMPORTED_MODULE_41__["PropertyGridEditorCondition"]; });
16395
+ /* harmony import */ var _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../property-grid/matrices */ "./src/property-grid/matrices.ts");
16396
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrix", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrix"]; });
16217
16397
 
16218
- /* harmony import */ var _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../property-grid/matrices */ "./src/property-grid/matrices.ts");
16219
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrix", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrix"]; });
16398
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixItemValues", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixItemValues"]; });
16220
16399
 
16221
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixItemValues", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixItemValues"]; });
16400
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixRateValues", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixRateValues"]; });
16222
16401
 
16223
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixColumns", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixColumns"]; });
16402
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixColumns", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixColumns"]; });
16224
16403
 
16225
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixPages", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixPages"]; });
16404
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixPages", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixPages"]; });
16226
16405
 
16227
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixCalculatedValues", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixCalculatedValues"]; });
16406
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixCalculatedValues", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixCalculatedValues"]; });
16228
16407
 
16229
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixHtmlConditions", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixHtmlConditions"]; });
16408
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixHtmlConditions", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixHtmlConditions"]; });
16230
16409
 
16231
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixUrlConditions", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixUrlConditions"]; });
16410
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixUrlConditions", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixUrlConditions"]; });
16232
16411
 
16233
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixMutlipleTextItems", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixMutlipleTextItems"]; });
16412
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixMutlipleTextItems", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixMutlipleTextItems"]; });
16234
16413
 
16235
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixMultipleTypes", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixMultipleTypes"]; });
16414
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixMultipleTypes", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixMultipleTypes"]; });
16236
16415
 
16237
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixValidators", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixValidators"]; });
16416
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixValidators", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixValidators"]; });
16238
16417
 
16239
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixTriggers", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_42__["PropertyGridEditorMatrixTriggers"]; });
16418
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixTriggers", function() { return _property_grid_matrices__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorMatrixTriggers"]; });
16240
16419
 
16241
- /* harmony import */ var _property_grid_bindings__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../property-grid/bindings */ "./src/property-grid/bindings.ts");
16242
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorBindings", function() { return _property_grid_bindings__WEBPACK_IMPORTED_MODULE_43__["PropertyGridEditorBindings"]; });
16420
+ /* harmony import */ var _property_grid_bindings__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../property-grid/bindings */ "./src/property-grid/bindings.ts");
16421
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorBindings", function() { return _property_grid_bindings__WEBPACK_IMPORTED_MODULE_44__["PropertyGridEditorBindings"]; });
16243
16422
 
16244
- /* harmony import */ var _property_grid_property_grid_view_model__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../property-grid/property-grid-view-model */ "./src/property-grid/property-grid-view-model.ts");
16245
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridViewModel", function() { return _property_grid_property_grid_view_model__WEBPACK_IMPORTED_MODULE_44__["PropertyGridViewModel"]; });
16423
+ /* harmony import */ var _property_grid_property_grid_view_model__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../property-grid/property-grid-view-model */ "./src/property-grid/property-grid-view-model.ts");
16424
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridViewModel", function() { return _property_grid_property_grid_view_model__WEBPACK_IMPORTED_MODULE_45__["PropertyGridViewModel"]; });
16246
16425
 
16247
- /* harmony import */ var _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../property-grid/object-selector */ "./src/property-grid/object-selector.ts");
16248
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjectSelectorItem", function() { return _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_45__["ObjectSelectorItem"]; });
16426
+ /* harmony import */ var _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../property-grid/object-selector */ "./src/property-grid/object-selector.ts");
16427
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjectSelectorItem", function() { return _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_46__["ObjectSelectorItem"]; });
16249
16428
 
16250
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjectSelector", function() { return _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_45__["ObjectSelector"]; });
16429
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjectSelector", function() { return _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_46__["ObjectSelector"]; });
16251
16430
 
16252
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjectSelectorModel", function() { return _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_45__["ObjectSelectorModel"]; });
16431
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjectSelectorModel", function() { return _property_grid_object_selector__WEBPACK_IMPORTED_MODULE_46__["ObjectSelectorModel"]; });
16253
16432
 
16254
- /* harmony import */ var _property_grid_restfull__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../property-grid/restfull */ "./src/property-grid/restfull.ts");
16255
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestionRestfull", function() { return _property_grid_restfull__WEBPACK_IMPORTED_MODULE_46__["PropertyGridEditorQuestionRestfull"]; });
16433
+ /* harmony import */ var _property_grid_restfull__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../property-grid/restfull */ "./src/property-grid/restfull.ts");
16434
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorQuestionRestfull", function() { return _property_grid_restfull__WEBPACK_IMPORTED_MODULE_47__["PropertyGridEditorQuestionRestfull"]; });
16256
16435
 
16257
- /* harmony import */ var _property_grid_values__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../property-grid/values */ "./src/property-grid/values.ts");
16258
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridValueEditorBase", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridValueEditorBase"]; });
16436
+ /* harmony import */ var _property_grid_values__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../property-grid/values */ "./src/property-grid/values.ts");
16437
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridValueEditorBase", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridValueEditorBase"]; });
16259
16438
 
16260
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridCellsEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridCellsEditor"]; });
16439
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridCellsEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridCellsEditor"]; });
16261
16440
 
16262
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridValueEditor"]; });
16441
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridValueEditor"]; });
16263
16442
 
16264
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridRowValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridRowValueEditor"]; });
16443
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridRowValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridRowValueEditor"]; });
16265
16444
 
16266
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridPanelValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridPanelValueEditor"]; });
16445
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridPanelValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridPanelValueEditor"]; });
16267
16446
 
16268
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridTriggerValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridTriggerValueEditor"]; });
16447
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridTriggerValueEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridTriggerValueEditor"]; });
16269
16448
 
16270
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridTriggerValueInLogicEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_47__["PropertyGridTriggerValueInLogicEditor"]; });
16449
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PropertyGridTriggerValueInLogicEditor", function() { return _property_grid_values__WEBPACK_IMPORTED_MODULE_48__["PropertyGridTriggerValueInLogicEditor"]; });
16271
16450
 
16272
- /* harmony import */ var _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../property-grid-theme/property-grid */ "./src/property-grid-theme/property-grid.ts");
16273
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "propertyGridCss", function() { return _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_48__["propertyGridCss"]; });
16451
+ /* harmony import */ var _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../property-grid-theme/property-grid */ "./src/property-grid-theme/property-grid.ts");
16452
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "propertyGridCss", function() { return _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_49__["propertyGridCss"]; });
16274
16453
 
16275
- /* harmony import */ var _questionconverter__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../questionconverter */ "./src/questionconverter.ts");
16276
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionConverter", function() { return _questionconverter__WEBPACK_IMPORTED_MODULE_49__["QuestionConverter"]; });
16454
+ /* harmony import */ var _questionconverter__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../questionconverter */ "./src/questionconverter.ts");
16455
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionConverter", function() { return _questionconverter__WEBPACK_IMPORTED_MODULE_50__["QuestionConverter"]; });
16277
16456
 
16278
- /* harmony import */ var _svgbundle__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../svgbundle */ "./src/svgbundle.ts");
16279
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "svgBundle", function() { return _svgbundle__WEBPACK_IMPORTED_MODULE_50__["svgBundle"]; });
16457
+ /* harmony import */ var _svgbundle__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../svgbundle */ "./src/svgbundle.ts");
16458
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "svgBundle", function() { return _svgbundle__WEBPACK_IMPORTED_MODULE_51__["svgBundle"]; });
16280
16459
 
16281
- /* harmony import */ var _textWorker__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../textWorker */ "./src/textWorker.ts");
16282
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTextWorker", function() { return _textWorker__WEBPACK_IMPORTED_MODULE_51__["SurveyTextWorker"]; });
16460
+ /* harmony import */ var _textWorker__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../textWorker */ "./src/textWorker.ts");
16461
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTextWorker", function() { return _textWorker__WEBPACK_IMPORTED_MODULE_52__["SurveyTextWorker"]; });
16283
16462
 
16284
- /* harmony import */ var _toolbox__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../toolbox */ "./src/toolbox.ts");
16285
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionToolboxCategory", function() { return _toolbox__WEBPACK_IMPORTED_MODULE_52__["QuestionToolboxCategory"]; });
16463
+ /* harmony import */ var _toolbox__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../toolbox */ "./src/toolbox.ts");
16464
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionToolboxCategory", function() { return _toolbox__WEBPACK_IMPORTED_MODULE_53__["QuestionToolboxCategory"]; });
16286
16465
 
16287
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionToolboxItem", function() { return _toolbox__WEBPACK_IMPORTED_MODULE_52__["QuestionToolboxItem"]; });
16466
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionToolboxItem", function() { return _toolbox__WEBPACK_IMPORTED_MODULE_53__["QuestionToolboxItem"]; });
16288
16467
 
16289
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionToolbox", function() { return _toolbox__WEBPACK_IMPORTED_MODULE_52__["QuestionToolbox"]; });
16468
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "QuestionToolbox", function() { return _toolbox__WEBPACK_IMPORTED_MODULE_53__["QuestionToolbox"]; });
16290
16469
 
16291
- /* harmony import */ var _components_side_bar_side_bar_model__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../components/side-bar/side-bar-model */ "./src/components/side-bar/side-bar-model.ts");
16292
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SidebarModel", function() { return _components_side_bar_side_bar_model__WEBPACK_IMPORTED_MODULE_53__["SidebarModel"]; });
16470
+ /* harmony import */ var _components_side_bar_side_bar_model__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../components/side-bar/side-bar-model */ "./src/components/side-bar/side-bar-model.ts");
16471
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SidebarModel", function() { return _components_side_bar_side_bar_model__WEBPACK_IMPORTED_MODULE_54__["SidebarModel"]; });
16293
16472
 
16294
- /* harmony import */ var _components_side_bar_side_bar_tab_model__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../components/side-bar/side-bar-tab-model */ "./src/components/side-bar/side-bar-tab-model.ts");
16295
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SidebarTabModel", function() { return _components_side_bar_side_bar_tab_model__WEBPACK_IMPORTED_MODULE_54__["SidebarTabModel"]; });
16473
+ /* harmony import */ var _components_side_bar_side_bar_tab_model__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../components/side-bar/side-bar-tab-model */ "./src/components/side-bar/side-bar-tab-model.ts");
16474
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SidebarTabModel", function() { return _components_side_bar_side_bar_tab_model__WEBPACK_IMPORTED_MODULE_55__["SidebarTabModel"]; });
16296
16475
 
16297
- /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../utils/events */ "./src/utils/events.ts");
16298
- /* empty/unused harmony star reexport *//* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ../utils/utils */ "./src/utils/utils.ts");
16299
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNextItemValue", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["getNextItemValue"]; });
16476
+ /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ../utils/events */ "./src/utils/events.ts");
16477
+ /* empty/unused harmony star reexport *//* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ../utils/utils */ "./src/utils/utils.ts");
16478
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNextItemValue", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["getNextItemValue"]; });
16300
16479
 
16301
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNextItemText", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["getNextItemText"]; });
16480
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNextItemText", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["getNextItemText"]; });
16302
16481
 
16303
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNextValue", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["getNextValue"]; });
16482
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNextValue", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["getNextValue"]; });
16304
16483
 
16305
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "findParentNode", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["findParentNode"]; });
16484
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "findParentNode", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["findParentNode"]; });
16306
16485
 
16307
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "focusFirstControl", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["focusFirstControl"]; });
16486
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "focusFirstControl", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["focusFirstControl"]; });
16308
16487
 
16309
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getFirstNonTextElement", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["getFirstNonTextElement"]; });
16488
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getFirstNonTextElement", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["getFirstNonTextElement"]; });
16310
16489
 
16311
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNodesFromKoComponentInfo", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["getNodesFromKoComponentInfo"]; });
16490
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getNodesFromKoComponentInfo", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["getNodesFromKoComponentInfo"]; });
16312
16491
 
16313
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "propertyExists", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["propertyExists"]; });
16492
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "propertyExists", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["propertyExists"]; });
16314
16493
 
16315
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isPropertyVisible", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["isPropertyVisible"]; });
16494
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isPropertyVisible", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["isPropertyVisible"]; });
16316
16495
 
16317
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "toggleHovered", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["toggleHovered"]; });
16496
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "toggleHovered", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["toggleHovered"]; });
16318
16497
 
16319
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "clearNewLines", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["clearNewLines"]; });
16498
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "clearNewLines", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["clearNewLines"]; });
16320
16499
 
16321
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "select", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["select"]; });
16500
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "select", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["select"]; });
16322
16501
 
16323
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "copyObject", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["copyObject"]; });
16502
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "copyObject", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["copyObject"]; });
16324
16503
 
16325
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "copyCssClasses", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["copyCssClasses"]; });
16504
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "copyCssClasses", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["copyCssClasses"]; });
16326
16505
 
16327
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "assignDefaultV2Classes", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["assignDefaultV2Classes"]; });
16506
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "assignDefaultV2Classes", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["assignDefaultV2Classes"]; });
16328
16507
 
16329
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "wrapTextByCurlyBraces", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["wrapTextByCurlyBraces"]; });
16508
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "wrapTextByCurlyBraces", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["wrapTextByCurlyBraces"]; });
16330
16509
 
16331
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "capitalize", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["capitalize"]; });
16510
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "capitalize", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["capitalize"]; });
16332
16511
 
16333
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "notShortCircuitAnd", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_56__["notShortCircuitAnd"]; });
16512
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "notShortCircuitAnd", function() { return _utils_utils__WEBPACK_IMPORTED_MODULE_57__["notShortCircuitAnd"]; });
16334
16513
 
16335
- /* harmony import */ var _question_editor_definition__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ../question-editor/definition */ "./src/question-editor/definition.ts");
16336
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionEditorDefinition", function() { return _question_editor_definition__WEBPACK_IMPORTED_MODULE_57__["SurveyQuestionEditorDefinition"]; });
16514
+ /* harmony import */ var _question_editor_definition__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ../question-editor/definition */ "./src/question-editor/definition.ts");
16515
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionEditorDefinition", function() { return _question_editor_definition__WEBPACK_IMPORTED_MODULE_58__["SurveyQuestionEditorDefinition"]; });
16337
16516
 
16338
- /* harmony import */ var _survey_helper__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ../survey-helper */ "./src/survey-helper.ts");
16339
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjType", function() { return _survey_helper__WEBPACK_IMPORTED_MODULE_58__["ObjType"]; });
16517
+ /* harmony import */ var _survey_helper__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ../survey-helper */ "./src/survey-helper.ts");
16518
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ObjType", function() { return _survey_helper__WEBPACK_IMPORTED_MODULE_59__["ObjType"]; });
16340
16519
 
16341
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyHelper", function() { return _survey_helper__WEBPACK_IMPORTED_MODULE_58__["SurveyHelper"]; });
16520
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyHelper", function() { return _survey_helper__WEBPACK_IMPORTED_MODULE_59__["SurveyHelper"]; });
16342
16521
 
16343
- /* harmony import */ var _utils_resizer__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ../utils/resizer */ "./src/utils/resizer.ts");
16344
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ResizeManager", function() { return _utils_resizer__WEBPACK_IMPORTED_MODULE_59__["ResizeManager"]; });
16522
+ /* harmony import */ var _utils_resizer__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ../utils/resizer */ "./src/utils/resizer.ts");
16523
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ResizeManager", function() { return _utils_resizer__WEBPACK_IMPORTED_MODULE_60__["ResizeManager"]; });
16345
16524
 
16346
- /* harmony import */ var _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ../plugins/undo-redo */ "./src/plugins/undo-redo/index.ts");
16347
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoPlugin", function() { return _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_60__["UndoRedoPlugin"]; });
16525
+ /* harmony import */ var _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ../plugins/undo-redo */ "./src/plugins/undo-redo/index.ts");
16526
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoPlugin", function() { return _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_61__["UndoRedoPlugin"]; });
16348
16527
 
16349
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "undoRedoTransaction", function() { return _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_60__["undoRedoTransaction"]; });
16528
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "undoRedoTransaction", function() { return _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_61__["undoRedoTransaction"]; });
16350
16529
 
16351
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ignoreUndoRedo", function() { return _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_60__["ignoreUndoRedo"]; });
16530
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ignoreUndoRedo", function() { return _plugins_undo_redo__WEBPACK_IMPORTED_MODULE_61__["ignoreUndoRedo"]; });
16352
16531
 
16353
- /* harmony import */ var _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ../plugins/undo-redo/undo-redo-manager */ "./src/plugins/undo-redo/undo-redo-manager.ts");
16354
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoManager", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_61__["UndoRedoManager"]; });
16532
+ /* harmony import */ var _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ../plugins/undo-redo/undo-redo-manager */ "./src/plugins/undo-redo/undo-redo-manager.ts");
16533
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoManager", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_62__["UndoRedoManager"]; });
16355
16534
 
16356
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Transaction", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_61__["Transaction"]; });
16535
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Transaction", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_62__["Transaction"]; });
16357
16536
 
16358
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoAction", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_61__["UndoRedoAction"]; });
16537
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoAction", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_62__["UndoRedoAction"]; });
16359
16538
 
16360
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoArrayAction", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_61__["UndoRedoArrayAction"]; });
16539
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UndoRedoArrayAction", function() { return _plugins_undo_redo_undo_redo_manager__WEBPACK_IMPORTED_MODULE_62__["UndoRedoArrayAction"]; });
16361
16540
 
16362
- /* harmony import */ var _pages_controller__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ../pages-controller */ "./src/pages-controller.ts");
16363
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PagesController", function() { return _pages_controller__WEBPACK_IMPORTED_MODULE_62__["PagesController"]; });
16541
+ /* harmony import */ var _pages_controller__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ../pages-controller */ "./src/pages-controller.ts");
16542
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PagesController", function() { return _pages_controller__WEBPACK_IMPORTED_MODULE_63__["PagesController"]; });
16364
16543
 
16365
- /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
16366
- /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
16544
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! survey-core */ "survey-core");
16545
+ /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_64___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_64__);
16367
16546
  var Version;
16368
- Version = "" + "1.9.82";
16547
+ Version = "" + "1.9.84";
16369
16548
 
16370
16549
 
16371
16550
 
@@ -16430,6 +16609,7 @@ Version = "" + "1.9.82";
16430
16609
 
16431
16610
 
16432
16611
 
16612
+
16433
16613
 
16434
16614
 
16435
16615
  __webpack_require__(/*! ../components/property-panel/property-panel-item.scss */ "./src/components/property-panel/property-panel-item.scss");
@@ -16444,8 +16624,8 @@ __webpack_require__(/*! ../property-grid-theme/property-grid.scss */ "./src/prop
16444
16624
  __webpack_require__(/*! ../utils/design.scss */ "./src/utils/design.scss");
16445
16625
  __webpack_require__(/*! ../utils/layout.scss */ "./src/utils/layout.scss");
16446
16626
 
16447
- survey_core__WEBPACK_IMPORTED_MODULE_63__["settings"].supportCreatorV2 = true;
16448
- Object(survey_core__WEBPACK_IMPORTED_MODULE_63__["checkLibraryVersion"])("" + "1.9.82", "survey-creator-core");
16627
+ survey_core__WEBPACK_IMPORTED_MODULE_64__["settings"].supportCreatorV2 = true;
16628
+ Object(survey_core__WEBPACK_IMPORTED_MODULE_64__["checkLibraryVersion"])("" + "1.9.84", "survey-creator-core");
16449
16629
 
16450
16630
 
16451
16631
  /***/ }),
@@ -18974,6 +19154,9 @@ var enStrings = {
18974
19154
  hideIfRowsEmpty: "Hide the question if there are no rows",
18975
19155
  hideColumnsIfEmpty: "Hide columns if there are no rows",
18976
19156
  rateValues: "Custom rate values",
19157
+ rateCount: "Rate count",
19158
+ rateDisplayMode: "Rate display mode",
19159
+ autoGenerate: "How to specify rate values?",
18977
19160
  hideIfChoicesEmpty: "Hide the question if it contains no choices",
18978
19161
  hideNumber: "Hide question number",
18979
19162
  minWidth: "Minimum width (in CSS-accepted values)",
@@ -19168,6 +19351,21 @@ var enStrings = {
19168
19351
  clearInvisibleValues: {
19169
19352
  none: "Never"
19170
19353
  },
19354
+ inputType: {
19355
+ color: "Color",
19356
+ date: "Date",
19357
+ "datetime-local": "Date and Time",
19358
+ email: "Email",
19359
+ month: "Month",
19360
+ number: "Number",
19361
+ password: "Password",
19362
+ range: "Range",
19363
+ tel: "Phone Number",
19364
+ text: "Text",
19365
+ time: "Time",
19366
+ url: "URL",
19367
+ week: "Week"
19368
+ },
19171
19369
  all: "All",
19172
19370
  page: "Page",
19173
19371
  survey: "Survey",
@@ -20175,7 +20373,7 @@ var propertyGridCss = {
20175
20373
  image: { root: "spg-image", image: "sv_image_image" },
20176
20374
  error: {
20177
20375
  root: "spg-question__erbox",
20178
- icon: "",
20376
+ icon: "spg-question__erbox-icon",
20179
20377
  item: "",
20180
20378
  locationTop: "spg-question__erbox--location--top",
20181
20379
  locationBottom: "spg-question__erbox--location--bottom"
@@ -20338,7 +20536,8 @@ var propertyGridCss = {
20338
20536
  root: "spg-input spg-comment",
20339
20537
  content: "spg-question__content spg-comment__content",
20340
20538
  remainingCharacterCounter: "spg-remaining-character-counter",
20341
- small: "spg-row__question--small"
20539
+ small: "spg-row__question--small",
20540
+ onError: "spg-input--error"
20342
20541
  },
20343
20542
  expression: "",
20344
20543
  file: {
@@ -20400,7 +20599,7 @@ var propertyGridCss = {
20400
20599
  spinedit: {
20401
20600
  root: "spg-input spg-spin-editor spg-input-container",
20402
20601
  control: "spg-spin-editor__input spg-input-container__input",
20403
- buttonsContainer: "spg-spin-editor__buttons-container",
20602
+ buttonsContainer: "spg-input-container__buttons-container",
20404
20603
  arrowButton: "spg-input__edit-button",
20405
20604
  increaseButtonIcon: "icon-arrow-up",
20406
20605
  decreaseButtonIcon: "icon-arrow-down"
@@ -20412,6 +20611,19 @@ var propertyGridCss = {
20412
20611
  control: "spg-color-editor__input spg-input-container__input",
20413
20612
  colorDropdown: "spg-input__edit-button",
20414
20613
  colorDrodownIcon: "icon-drop-down-arrow"
20614
+ },
20615
+ fileedit: {
20616
+ root: "spg-input spg-input-container spg-file-edit",
20617
+ control: "spg-input-container__input",
20618
+ buttonsContainer: "spg-input-container__buttons-container",
20619
+ chooseButtonIcon: "icon-file",
20620
+ clearButtonIcon: "icon-clear",
20621
+ fileInput: "sd-visuallyhidden",
20622
+ clearButton: "spg-input__edit-button",
20623
+ chooseButton: "spg-input__edit-button spg-file-edit__choose-button"
20624
+ },
20625
+ linkvalue: {
20626
+ content: "spg-link"
20415
20627
  }
20416
20628
  };
20417
20629
 
@@ -20972,7 +21184,7 @@ var ConditionEditor = /** @class */ (function (_super) {
20972
21184
  if (this.isModal) {
20973
21185
  expression = "{panel.questionName} empty and {panelIndex} == 0";
20974
21186
  }
20975
- this.panel["templateValue"].getQuestionByName("placeholder").visibleIf = expression;
21187
+ this.panel.template.getQuestionByName("placeholder").visibleIf = expression;
20976
21188
  }
20977
21189
  };
20978
21190
  ConditionEditor.prototype.getSurveyJSON = function () {
@@ -22691,6 +22903,7 @@ var PropertyGridModel = /** @class */ (function () {
22691
22903
  this.surveyValue.dispose();
22692
22904
  }
22693
22905
  this.surveyValue = this.createSurvey(json);
22906
+ this.surveyValue.questionErrorLocation = "bottom";
22694
22907
  this.surveyValue.getCss().list = {};
22695
22908
  this.surveyValue.css = _property_grid_theme_property_grid__WEBPACK_IMPORTED_MODULE_4__["propertyGridCss"];
22696
22909
  var page = this.surveyValue.createNewPage("p1");
@@ -23027,6 +23240,9 @@ var PropertyGridEditor = /** @class */ (function () {
23027
23240
  if (property.type !== "condition") {
23028
23241
  surveyPropertyEditor.editSurvey.css = survey_core__WEBPACK_IMPORTED_MODULE_1__["defaultV2Css"];
23029
23242
  }
23243
+ if (question.isReadOnly) {
23244
+ surveyPropertyEditor.editSurvey.mode = "display";
23245
+ }
23030
23246
  if (!survey_core__WEBPACK_IMPORTED_MODULE_1__["settings"].showModal)
23031
23247
  return surveyPropertyEditor;
23032
23248
  var prevCurrentLocale = survey_core__WEBPACK_IMPORTED_MODULE_1__["surveyLocalization"].currentLocale;
@@ -23043,6 +23259,12 @@ var PropertyGridEditor = /** @class */ (function () {
23043
23259
  _this.onModalPropertyEditorClosed(editor, property, question, options, "cancel");
23044
23260
  onClose && onClose("cancel");
23045
23261
  }, "sv-property-editor", question.title, options.isMobileView ? "overlay" : "popup");
23262
+ if (question.isReadOnly) {
23263
+ var applyBtn = popupModel.footerToolbar.getActionById("apply");
23264
+ if (!!applyBtn) {
23265
+ applyBtn.visible = false;
23266
+ }
23267
+ }
23046
23268
  popupModel.locale = locale;
23047
23269
  survey_core__WEBPACK_IMPORTED_MODULE_1__["surveyLocalization"].currentLocale = prevCurrentLocale;
23048
23270
  this.onModalPropertyEditorShown(editor, property, question, options);
@@ -23549,13 +23771,14 @@ survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionFactory"].Instance.registerQue
23549
23771
  /*!***************************************!*\
23550
23772
  !*** ./src/property-grid/matrices.ts ***!
23551
23773
  \***************************************/
23552
- /*! exports provided: PropertyGridEditorMatrix, PropertyGridEditorMatrixItemValues, PropertyGridEditorMatrixColumns, PropertyGridEditorMatrixPages, PropertyGridEditorMatrixCalculatedValues, PropertyGridEditorMatrixHtmlConditions, PropertyGridEditorMatrixUrlConditions, PropertyGridEditorMatrixMutlipleTextItems, PropertyGridEditorMatrixMultipleTypes, PropertyGridEditorMatrixValidators, PropertyGridEditorMatrixTriggers */
23774
+ /*! exports provided: PropertyGridEditorMatrix, PropertyGridEditorMatrixItemValues, PropertyGridEditorMatrixRateValues, PropertyGridEditorMatrixColumns, PropertyGridEditorMatrixPages, PropertyGridEditorMatrixCalculatedValues, PropertyGridEditorMatrixHtmlConditions, PropertyGridEditorMatrixUrlConditions, PropertyGridEditorMatrixMutlipleTextItems, PropertyGridEditorMatrixMultipleTypes, PropertyGridEditorMatrixValidators, PropertyGridEditorMatrixTriggers */
23553
23775
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23554
23776
 
23555
23777
  "use strict";
23556
23778
  __webpack_require__.r(__webpack_exports__);
23557
23779
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrix", function() { return PropertyGridEditorMatrix; });
23558
23780
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixItemValues", function() { return PropertyGridEditorMatrixItemValues; });
23781
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixRateValues", function() { return PropertyGridEditorMatrixRateValues; });
23559
23782
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixColumns", function() { return PropertyGridEditorMatrixColumns; });
23560
23783
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixPages", function() { return PropertyGridEditorMatrixPages; });
23561
23784
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PropertyGridEditorMatrixCalculatedValues", function() { return PropertyGridEditorMatrixCalculatedValues; });
@@ -23582,6 +23805,15 @@ __webpack_require__.r(__webpack_exports__);
23582
23805
 
23583
23806
 
23584
23807
 
23808
+ survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].addProperty("itemvalue", {
23809
+ name: "icon", isSerializable: false, readOnly: true, visibleIndex: 0,
23810
+ visibleIf: function (obj) {
23811
+ return obj &&
23812
+ obj.ownerPropertyName === "rateValues" &&
23813
+ obj.locOwner instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionRatingModel"] &&
23814
+ obj.locOwner.rateType == "smileys";
23815
+ },
23816
+ });
23585
23817
  var PropertyGridEditorMatrix = /** @class */ (function (_super) {
23586
23818
  Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(PropertyGridEditorMatrix, _super);
23587
23819
  function PropertyGridEditorMatrix() {
@@ -23860,12 +24092,15 @@ var PropertyGridEditorMatrix = /** @class */ (function (_super) {
23860
24092
  PropertyGridEditorMatrix.prototype.getMaximumRowCount = function (obj, prop, options) {
23861
24093
  return -1;
23862
24094
  };
24095
+ PropertyGridEditorMatrix.prototype.filterPropertyNames = function (propNames) {
24096
+ return propNames;
24097
+ };
23863
24098
  PropertyGridEditorMatrix.prototype.getColumnsJSON = function (obj, prop, propNames, options) {
23864
24099
  var className = prop.className;
23865
24100
  if (!className) {
23866
24101
  className = prop.baseClassName;
23867
24102
  }
23868
- var res = new _index__WEBPACK_IMPORTED_MODULE_6__["PropertyJSONGenerator"](obj, options).createColumnsJSON(className, propNames);
24103
+ var res = new _index__WEBPACK_IMPORTED_MODULE_6__["PropertyJSONGenerator"](obj, options).createColumnsJSON(className, this.filterPropertyNames(propNames));
23869
24104
  for (var i = 0; i < res.length; i++) {
23870
24105
  if (res[i].cellType == "comment") {
23871
24106
  res[i].cellType = "text";
@@ -23912,7 +24147,10 @@ var PropertyGridEditorMatrixItemValues = /** @class */ (function (_super) {
23912
24147
  return _super !== null && _super.apply(this, arguments) || this;
23913
24148
  }
23914
24149
  PropertyGridEditorMatrixItemValues.prototype.fit = function (prop) {
23915
- return (prop.isArray && survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].isDescendantOf(prop.className, "itemvalue"));
24150
+ return (prop.isArray && survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].isDescendantOf(prop.className, "itemvalue") && prop.name != "rateValues");
24151
+ };
24152
+ PropertyGridEditorMatrixItemValues.prototype.filterPropertyNames = function (propNames) {
24153
+ return propNames.filter(function (p) { return p != "icon"; });
23916
24154
  };
23917
24155
  PropertyGridEditorMatrixItemValues.prototype.isPropertyEditorSetupEnabled = function (obj, prop, question, options) {
23918
24156
  if (question.showTextView === false)
@@ -23928,10 +24166,7 @@ var PropertyGridEditorMatrixItemValues = /** @class */ (function (_super) {
23928
24166
  };
23929
24167
  PropertyGridEditorMatrixItemValues.prototype.getAllowRowDragDrop = function (prop) { return true; };
23930
24168
  PropertyGridEditorMatrixItemValues.prototype.createPropertyEditorSetup = function (obj, prop, question, options) {
23931
- var names = [];
23932
- question.columns.forEach(function (col) {
23933
- names.push(col.name);
23934
- });
24169
+ var names = question.columns.filter(function (c) { return !c.readOnly; }).map(function (c) { return c.name; });
23935
24170
  return new _fast_entry__WEBPACK_IMPORTED_MODULE_5__["FastEntryEditor"](obj[prop.name], options, prop.className, names);
23936
24171
  };
23937
24172
  PropertyGridEditorMatrixItemValues.prototype.canClearPropertyValue = function (obj, prop, question, options) {
@@ -23953,6 +24188,12 @@ var PropertyGridEditorMatrixItemValues = /** @class */ (function (_super) {
23953
24188
  PropertyGridEditorMatrixItemValues.prototype.getKeyValue = function () {
23954
24189
  return "value";
23955
24190
  };
24191
+ PropertyGridEditorMatrixItemValues.prototype.getMatrixJSON = function (obj, prop, propNames, options) {
24192
+ var res = _super.prototype.getMatrixJSON.call(this, obj, prop, propNames, options);
24193
+ if (prop.name === "rateValues" && res.columns[0].name == "icon")
24194
+ res.showHeader = res.columns > 3;
24195
+ return res;
24196
+ };
23956
24197
  PropertyGridEditorMatrixItemValues.prototype.getMaximumRowCount = function (obj, prop, options) {
23957
24198
  if (prop.name === "choices")
23958
24199
  return options.maximumChoicesCount;
@@ -23986,9 +24227,44 @@ var PropertyGridEditorMatrixItemValues = /** @class */ (function (_super) {
23986
24227
  }
23987
24228
  return false;
23988
24229
  };
24230
+ PropertyGridEditorMatrixItemValues.prototype.onMatrixCellCreated = function (obj, options) {
24231
+ _super.prototype.onMatrixCellCreated.call(this, obj, options);
24232
+ function updateHtml(question, value) {
24233
+ question.html = "<div class=\"spg-smiley-icon\"><svg><use xlink:href=\"#icon-" + value + "\"></use></svg></div>";
24234
+ }
24235
+ function changeValueCallback(sender, options) {
24236
+ if (options.name != "value")
24237
+ return;
24238
+ updateHtml(sender, options.newValue);
24239
+ }
24240
+ if (obj instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionRatingModel"] && options.columnName == "icon") {
24241
+ updateHtml(options.cellQuestion, options.cellQuestion.value);
24242
+ options.cellQuestion.onPropertyChanged.add(changeValueCallback);
24243
+ }
24244
+ };
24245
+ PropertyGridEditorMatrixItemValues.prototype.onMatrixCellValueChanged = function (obj, options) {
24246
+ if (obj instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__["QuestionRatingModel"] && options.columnName == "icon") {
24247
+ //options.cellQuestion.html = "<svg style='fill: red'><use xlink:href=\"#" + options.cellQuestion.value + "\"></use></svg>";
24248
+ options.cellQuestion.html = options.cellQuestion.value;
24249
+ }
24250
+ };
23989
24251
  return PropertyGridEditorMatrixItemValues;
23990
24252
  }(PropertyGridEditorMatrix));
23991
24253
 
24254
+ var PropertyGridEditorMatrixRateValues = /** @class */ (function (_super) {
24255
+ Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(PropertyGridEditorMatrixRateValues, _super);
24256
+ function PropertyGridEditorMatrixRateValues() {
24257
+ return _super !== null && _super.apply(this, arguments) || this;
24258
+ }
24259
+ PropertyGridEditorMatrixRateValues.prototype.fit = function (prop) {
24260
+ return (prop.isArray && survey_core__WEBPACK_IMPORTED_MODULE_1__["Serializer"].isDescendantOf(prop.className, "itemvalue") && prop.name == "rateValues");
24261
+ };
24262
+ PropertyGridEditorMatrixRateValues.prototype.filterPropertyNames = function (propNames) {
24263
+ return propNames;
24264
+ };
24265
+ return PropertyGridEditorMatrixRateValues;
24266
+ }(PropertyGridEditorMatrixItemValues));
24267
+
23992
24268
  var PropertyGridEditorMatrixColumns = /** @class */ (function (_super) {
23993
24269
  Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(PropertyGridEditorMatrixColumns, _super);
23994
24270
  function PropertyGridEditorMatrixColumns() {
@@ -24285,6 +24561,7 @@ var PropertyGridEditorMatrixTriggers = /** @class */ (function (_super) {
24285
24561
  }(PropertyGridEditorMatrixMultipleTypes));
24286
24562
 
24287
24563
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixItemValues());
24564
+ _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixRateValues());
24288
24565
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixColumns());
24289
24566
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixPages());
24290
24567
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixCalculatedValues());
@@ -24293,6 +24570,19 @@ _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new
24293
24570
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixMutlipleTextItems());
24294
24571
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixValidators());
24295
24572
  _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register(new PropertyGridEditorMatrixTriggers());
24573
+ _index__WEBPACK_IMPORTED_MODULE_6__["PropertyGridEditorCollection"].register({
24574
+ fit: function (prop) {
24575
+ if (prop.name === "icon") {
24576
+ return prop.classInfo.name === "itemvalue";
24577
+ }
24578
+ return false;
24579
+ },
24580
+ getJSON: function (obj) {
24581
+ return {
24582
+ "type": "html"
24583
+ };
24584
+ }
24585
+ });
24296
24586
 
24297
24587
 
24298
24588
  /***/ }),
@@ -24894,11 +25184,15 @@ var PropertyGridValueEditorBase = /** @class */ (function (_super) {
24894
25184
  function PropertyGridValueEditorBase() {
24895
25185
  var _this = _super !== null && _super.apply(this, arguments) || this;
24896
25186
  _this.onCreated = function (obj, question, prop, options) {
24897
- question.linkClickCallback = function () {
24898
- _this.showModalPropertyEditor(_this, prop, question, options, function () { return question.isSelected = false; });
24899
- question.isSelected = true;
25187
+ var linkQuestion = question;
25188
+ linkQuestion.isClickableCallback = function () {
25189
+ return !linkQuestion.isReadOnly || !_this.isValueEmpty(linkQuestion.value);
25190
+ };
25191
+ linkQuestion.linkClickCallback = function () {
25192
+ _this.showModalPropertyEditor(_this, prop, question, options, function () { return linkQuestion.isSelected = false; });
25193
+ linkQuestion.isSelected = true;
24900
25194
  };
24901
- question.clearClickCallback = function () {
25195
+ linkQuestion.clearClickCallback = function () {
24902
25196
  _this.clearPropertyValue(question.obj, prop, question, null /*this.options*/);
24903
25197
  };
24904
25198
  };
@@ -25497,6 +25791,7 @@ var SurveyQuestionEditorDefinition = /** @class */ (function () {
25497
25791
  paneldynamic: {
25498
25792
  properties: [
25499
25793
  "renderMode",
25794
+ "templateTabTitle",
25500
25795
  "tabAlign",
25501
25796
  "panelCount",
25502
25797
  "minPanelCount",
@@ -26031,7 +26326,7 @@ var SurveyQuestionProperties = /** @class */ (function () {
26031
26326
  var props = [].concat(properties);
26032
26327
  for (var i = 0; i < props.length; i++) {
26033
26328
  var index = props[i].property.visibleIndex;
26034
- if (props[i].createdFromTabName) {
26329
+ if (props[i].createdFromTabName && index < 0) {
26035
26330
  index = 0;
26036
26331
  }
26037
26332
  if (index < 0)
@@ -27627,7 +27922,7 @@ var QuestionToolbox = /** @class */ (function (_super) {
27627
27922
  return questions;
27628
27923
  };
27629
27924
  QuestionToolbox.prototype.dispose = function () { };
27630
- QuestionToolbox.hiddenTypes = ["buttongroup", "linkvalue", "embeddedsurvey", "spinedit", "color"];
27925
+ QuestionToolbox.hiddenTypes = ["buttongroup", "linkvalue", "embeddedsurvey", "spinedit", "color", "fileedit"];
27631
27926
  QuestionToolbox.defaultIconName = "icon-default";
27632
27927
  QuestionToolbox.defaultCategories = {
27633
27928
  toolboxChoiceCategory: ["radiogroup", "rating", "checkbox", "dropdown", "tagbox", "boolean", "file", "imagepicker", "ranking"],